Applies to:
PcVue version 8.00 to 11.2. |
||
|
||
Summary:
How to use PcVue Web Services if PcVue is executed after Applicom initialization? |
||
|
||
Details:
It is impossible to use Web Services if you run PcVue with the appusr.ini file located in the configuration folder of applicom. The classical command line in this file is as bellow: WINEXEC “G:\Arc Informatique\PcVue32\810VBA\Bin\sv32.exe” –p ProjectName. But with this line the Web Services won’t work. There may also be other functionality which doesn’t work properly like Terminal server, sv32.ini parameters… Solution: According to the Applicom support team there is no option to set properly the working directory of PcVue. So the only solution is to launch a batch instead of PcVue, then the batch launch PcVue. You will have the batch window in the background but it can be closed after without any problem. For example you can create a batch file named startpcvue.bat located in the bin directory of pcvue. This file could contain one line: sv32.exe –p ProjectName Then you can put this line in the appusr.ini file: WINEXEC “G:\Arc Informatique\PcVue32\810VBA\Bin\startpcvue.bat” |
||
|
||
|
Created on: 10 Dec 2010 Last update: 04 Sep 2024