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)
Need Help
mksiw
All
Iam new to OpenDeploy, I got the following error in log file while I tried to deploy between servers (training environment). Both the machines are in same domain.
:::below is the log::::
ERROR: prepare-failed.
Receiver-ERROR: ERROR: [y:\default\main\xtron\xx\templatedata] is not an allowed deployment path.
ERROR: Failed to deploy local_directory[.] of area[D:\od-home\OpenDeployNG\conf\dtd]
ERROR: Failed 1 of 1 local_directories
:::end of log ::::
I tried changing the deployment path , still it keeps throwing the same error.
::Environment:
Opendeploy 5.5.1
server1 has OD receiver & teamsite
server2 has OD base server
any help, thanks in advance
-m
Find more posts tagged with
Comments
tvaughan
When you get the message "**** is not an allowed deployment path", you should check out the $ODHOME/etc/odrcvr.xml file (or the odbase.xml file) and make sure that your
target
machine has explicitly defined the directories to which the
source
machine is allowed to deploy.
In this instance, it looks like your TS machine has not allowed the "/default/main" directory to be a valid reception target.
Tom
tvaughan
P.S. I said "/default/main" because any directory underneath "/default/main" is implicitly allowed to be a deployment target.
That way, you don't have to define "/default/main/x" "/default/main/y" and "/default/main/z" for 3 slightly different deployments.
Tom