Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
reverse deployment
CRB
hello,
this is on OD 6.1 on w2k3
i am trying to run reverse deployment from my base to a receiver and i get this when i click on start deployment:
TEST2_PRD_TRN_Reverse_step2
Got null for replicationFarm name. <-- any ideas why?
in the receiver (reversetarget) i made sure ihave this:
odnodes.xml: node = "B"
odrcvr.xml: allowed directory "d:\location_test"
in the base (reversersource) i made sure:
odnodes.xml has node= "A"
odbase.xml: allowed directory "d:\location_test"
this is my deployment config file:
[html]
location="source"
when="after"
triggerPoint="disconnect"
state="success"
>
<script
cmd="D:\\Interwoven\\DataDeploy\\iw-perl\\lib\\Mail\\Z_Success.bat"
where="D:\\Interwoven\\DataDeploy\\iw-perl\\lib\\Mail"
async="no"
/>
location="source"
when="after"
triggerPoint="disconnect"
state="failure"
>
<script
cmd="D:\\Interwoven\\DataDeploy\\iw-perl\\lib\\Mail\\Z_Fail.bat"
where="D:\\Interwoven\\DataDeploy\\iw-perl\\lib\\Mail"
async="no"
/>
[/html]
Find more posts tagged with
Comments
Adam Stoller
I suggest you [re-]read the documentation and/or the DTD for deployment configuration files - carefully - with respect to reverseSource and reverseTarget elements. The solution to your current problem will be found there.
CRB
yes GHOTI, you solution was right... i re-read it few times, and got it working. my error was adding useReplicationFarm to the wrong element... sorry again... i hope this will help somebody in the future...
[html]
dateDifferent="yes"
ignoreAcls="yes"
/>
doDeletes="NO"
dontDo="no"
rmReadOnly="yes"
preserveAcls="no"
svrTryCount="2"
svrTryInterval="30"
/>
[/html]