CarTechnoloGY
How to make esys read the psdzdate from the Rheingold? - Printable Version

+- CarTechnoloGY (https://cartechnology.co.uk)
+-- Forum: Discussions All about Software and Hardware (https://cartechnology.co.uk/forumdisplay.php?fid=310)
+--- Forum: Automotive Help & Discussions / Software and Hardware (https://cartechnology.co.uk/forumdisplay.php?fid=40)
+---- Forum: BMW - Mini - Rolls Royce (https://cartechnology.co.uk/forumdisplay.php?fid=61)
+---- Thread: How to make esys read the psdzdate from the Rheingold? (/showthread.php?tid=55725)



How to make esys read the psdzdate from the Rheingold? - BMWdriva - 29-08-2019

How to make esys read the psdzdate from the Rheingold?
Maybe someone will tell?


RE: Esys 3.33.4 http server built in ? - Mr_R - 29-08-2019

(29-08-2019, 14:38 PM)BMWdriva Wrote:  How to make esys read the psdzdate from the Rheingold?
Maybe someone will tell?

Hello.
You can do that with mklink.
Let's assume that the PSdZ data are located at Rheingold under C: \ rheingold \ psdz \ data_swi \ psdzdata.

As an administrator, you open the CMD console.

Here you enter: mklink / D C: \ Data \ psdzdata C: \ rheingold \ psdz \ data_swi \ psdzdata

Through this action, the PSdZ data of Rheingold for E-SYS are now firmly linked.


RE: Esys 3.33.4 http server built in ? - BMWdriva - 29-08-2019

(29-08-2019, 14:57 PM)Mr_R Wrote:  
(29-08-2019, 14:38 PM)BMWdriva Wrote:  How to make esys read the psdzdate from the Rheingold?
Maybe someone will tell?

Hello.
You can do that with mklink.
Let's assume that the PSdZ data are located at Rheingold under C: \ rheingold \ psdz \ data_swi \ psdzdata.

As an administrator, you open the CMD console.

Here you enter: mklink / D C: \ Data \ psdzdata C: \ rheingold \ psdz \ data_swi \ psdzdata

Through this action, the PSdZ data of Rheingold for E-SYS are now firmly linked.

error:

C:\WINDOWS\system32>mklink\ C:\ Program Files (x86) \ Rheingold\ PSdZ\data_swi \ psdzdata

The syntax of the command is incorrect.


RE: How to make esys read the psdzdate from the Rheingold? - Chriz - 30-08-2019

open CMD with admin rights

mklink /d C:\Data\psdzdata "C:\Program Files (x86)\Rheingold\PSdZ\data_swi\psdzdata"

copy this command if your

Esys Data path is C:\Data and your Rheingold Path C:\Program Files (x86)\Rheingold\


RE: How to make esys read the psdzdate from the Rheingold? - willisodhiambo - 30-08-2019

This linking once deleted all my files. No idea how!! Had to restore ISTAP datens from backup and the link shortcut became active again. I am still investigation just how that happened


RE: How to make esys read the psdzdate from the Rheingold? - CeyLive - 30-08-2019

Hi,

this could be a little easier for you.
1. Install the tool
2. delete psdzdata folder in C:\Data
3. PickUp psdzdata as link source in your Rheingold Folder
4. Navigate back to C:\Data, right click and set it as symbolic link.

Download:


RE: How to make esys read the psdzdate from the Rheingold? - BMWdriva - 30-08-2019

Thanks for the answer.
everything was decided with the help of CMD

mklink /D "C:\Data\psdzdata" "C:\Program Files (x86)\Rheingold\PSdZ\data_swi\psdzdata"


RE: Esys 3.33.4 http server built in ? - bimmer71 - 03-09-2019

try this never mind just saw someone else caught the quote error

C:\WINDOWS\system32>mklink\ "C:\ Program Files (x86) \ Rheingold\ PSdZ\data_swi \ psdzdata"

a lot of times with out quote wont work  w 10 7 sometimes is odd good luck hope this helps you


RE: How to make esys read the psdzdate from the Rheingold? - noobontour - 03-09-2019

As soon as there are „blanks“ (spaces) inside the path you need the quotes.
Otherwise it will not work.