Using sca_deployComposite from within .py script file
Hi,
I'm trying to deploy a BPM application from within a Python script file. I can successfully deploy an app using the sca_deployComposite() command by using the WSLT tool interactively. But when I try and write a Python file to do the same thing, I get an error that it can't find the sca_deployComposite command. I've searched endless sites that either tell me how to deploy it interactively, or give me vague commands on how to make it work from within a script file.
So, what I've done (or been told to do) is:
- According to a number of sites I must run the WSLT command from the oracle_common/common/bin folder NOT from the wlserver/common/bin. As the oracle_common folder is the only one in the PATH env variable, and if you run the other one, it tells you that it's an obsolete one, that's all OK (and I've specified the path to the WLST command).