Hi,
I have a bunch of applications that are correctly running and I am able to do incremental and full builds, and completely deploy them with no issue (only some warnings).
I want to automate the process by deploying them from the command line using tools and versions that appears on the title. The issue that I am facing is that for the smaller and easier applications (2-3 PBLs and not too much inheritance) I have no problem to successfully deploy them but when we move to he bigger and complicated ones all apps fails to bootstrap the PBLs. It report me the error:
scc refresh target 3pass
Orca error in 'scc refresh target '. Result Code -22.
SCC operation failed. See SMS log.
An undetermined Scc error occurred.
Last Command Failed.
In the log file I can see a bunch of different errors that has no sense. Don't forget that I was able to completely deploy them from the IDE!
This is a sample of the orca files I use:
And then, from a batch file I perform the following operations:
1) Delete existing PBLs, PBDs and EXEs.
2) Execute Orca
3) If no errors, deploy the application
If we have an issue in step 2 then we never reach step 3m that is clear.
I have tried all possible combinations of the scc refresh target but I always get some errors. I also tried to build the executable from orca script, with PBCompiler and with PBAutobuild.
Why is Orca execution from the command line if nothing fails fro mthe IDE?
Any ide of what can the issue/problem be? How to solve it?
Thank you in advance!
Will continue testing but I have more ideas about what can be happening. Targets are deplñoyed with no errors from the IDE but they fail when built from the command line.
:(