Type of Sequencing : MNT
Sequencer : 4.6 SP1
OS : Win7(x 64)
Prerequisites:
- JRE 6
Issue : Post configuration settings are not visible as the application is looking for the local userprofile folder. The file is captured inside the Q drive user settings folder but still the application looks on the local drive.
Application settings is blank as shown below :
Application settings should look as shown below :
Solution : Edit the OSD to copy the conf file to the local machine as shown below :
<SCRIPT EVENT="LAUNCH" PROTECT="TRUE" TIMING="PRE" WAIT="TRUE">
<SCRIPTBODY>if not exist "%USERPROFILE%\Tradition\TradingClient.conf" copy "Q:\8.3\TradingClient.conf" "%USERPROFILE%\Tradition\"</SCRIPTBODY>
</SCRIPT>
Sequencer : 4.6 SP1
OS : Win7(x 64)
Prerequisites:
- JRE 6
Issue : Post configuration settings are not visible as the application is looking for the local userprofile folder. The file is captured inside the Q drive user settings folder but still the application looks on the local drive.
Application settings is blank as shown below :
Application settings should look as shown below :
Solution : Edit the OSD to copy the conf file to the local machine as shown below :
<SCRIPT EVENT="LAUNCH" PROTECT="TRUE" TIMING="PRE" WAIT="TRUE">
<SCRIPTBODY>if not exist "%USERPROFILE%\Tradition\TradingClient.conf" copy "Q:\8.3\TradingClient.conf" "%USERPROFILE%\Tradition\"</SCRIPTBODY>
</SCRIPT>
No comments:
Post a Comment