04-27-2023 10:53 AM
When I deploy the project in OES, will pop up below window and quickly close automatically, has anyone seen this problem before?
This development pc can deploy other projects, and this project can also be successfully deployed by other pc, so I can't figure out the issue cause from development computer issue or a target system ?
Solved! Go to Solution.
04-27-2023 11:37 AM
Is the Std folder present in the correct location? (Or to be more specific, the Std\Tools\TargetUtils folder?)
04-28-2023 03:59 AM
Yes, the location of std folder is correct, and I checked the Std\Tools\TargetUtils folder, All the .bat files are in this folder
04-28-2023 09:55 AM
Can you try copying the whole project to a different path? (Your path looks perfectly normal, but if the same project works on a different computer, there must be something special about this copy.)
If this doesn't help:
In order to find out where the problem is occuring, please switch on the output in Stat010\Targets\Deploy.bat, i.e. comment out the first line with rem and add a pause command in line two and at the end of the file (see screenshot).
Now, the Deployment window will wait for input before it closes and we should get some more information.
05-05-2023 11:34 AM
thank you for the sharing, then i found the problem