Hi
I am working on opendeploy 6.0.1 with data deploy bundled. I am trying to invoke the Data Deploy functionality through Deploy n Run, but am unable to do it!!! My open deploy and data deploy are working perfectly when run STAND ALONE. but as soon as i invoke Data Deploy through DnR , the Data Deploy is not working!!
i am using the foll. script.
<dnrDeploymentJob location="source" when="after" state="success" >
<script cmd="C:\od-home\openDeployNG\bin\iwodcmd start DataDeploy -k iwdd=DataDeploy" as="" where="" async="no" />
</dnrDeploymentJob>
-------------------------------------
how ever i tried another method where in , if i write the cmd in a perl script and then call the perl script instead in the cmd tag.. then it's working
BUT i don't want to write another script for doing the work if i can get my work done directly as shown above.!!!! (ie by directly invoking the Data Deploy in DnR) !
Comments??
----------------------------------------
regards
Dixit
Edited by dixit on 05/02/05 00:15 AM (server time).