I have the following defined in my OD config.[html] <script cmd="/opt/data/load_data.sh $deployName^" as="root"/> [/html]although the script does run, it is not waiting for the OD to actually finish.. it seems that the bea bulkloader that is being called from within the sh file is seeing .iwold files, which would indicate that OD has not actually "finished".. this is on Linux using od6.2 with the latest patches.anyone else running into an issue where DNR does not seem to want to actually follow the "when" attribute?
You might want to try specifying an explicit triggerPoint attribute for the dnrDeployment directive - look in the manuals for more information about triggerPoint
I tried that this AM, and it had no positive effect..if I add triggerPoint ="transfer" its "during the transfer of content", and does me no good.if I add triggerPoint ="disconnect" its does NOT run the DNR at all (no errors, but its like the DNR doesnt exist).and if I leave triggerPoint out, its like its in set to "transfer" which is no good..
Instead of "after" "disconnect" - try "before" "disconnect" and see if that works any better.