Anyone know if it is possible to have -k substitution when using NextDeployment? I can't find anything in the manuals that says anything about it. I am using OD 6.1 on Windows 2003.
i am trying to subsitute a value in the xml config file on the tier server from the originating base, at the moment i have the following on the originating base server:nextDeployment deployment="myconfigname" invokeOnSuccess="yes" multiTierTransactional="yes"and i want to do something like:nextDeployment deployment="myconfigname -k replace=with_this" invokeOnSuccess="yes" multiTierTransactional="yes"
unfortunately it is the Desired_Next_Tier_Conf that i want to do a -k on
You can not do it directly. You can code that as DNR (location="target" when="after" state="success") passing parameters (in "-k format" if needed) to your script and making thisscript to build/run "iwodcmd start ... -k what_you_want" from the desired Tier. It would be your responsibility then to return <response code='-2'/> on failure, etc... Pain in the neck but possible