I am trying to execute the following post migration step on open ssh for Windows, but it is not working:
C:\STAT_Scripts\STAT_BPEL_DEPLOY.bat %%TARGET_OBJECT_NAME%%
You need to place // instead of the \ in order for Java to interpret the command correctly.
Use \\ instead of / for the post migration step. See example below:
C://STAT_Scripts//STAT_BPEL_DEPLOY.bat %%TARGET_OBJECT_NAME%%
© 2021 Quest Software Inc. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy