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)
Deployment Error -- Remote dir not ok.
sara_team
Hi all,
I ve installed ODR in W2K3 Server which deploys content into Destination Server(Linux Server).
Eventhough all the configuration files are fine. I am getting the Error msg called " Remote Dir not OK and unable to create the destination folder.
I have mapped H:// drive to the target folder in which i can access the Linux machine thro' the mapped drive.
I have also attached the log files into it. Pls advise
Find more posts tagged with
Comments
dtheimer
There are a few pieces of helpful information missing from your posting, but from what I read I thought of this issue. I am not convinced this is your problem: (The below text is from the OpenDeploy 6.1 release notes, page 49)
OpenDeploy Service Cannot Access Windows 2003 Mapped Drives (59225)
Due to changes in security from previous Windows releases, OpenDeploy running as a
service on Windows 2003 cannot deploy files into or out of drives that are mapped to
locations outside the host file system.
To work around this limitation, open a command window and start the OpenDeploy base
server or receiver by entering the following script command at the prompt:
od-home\test\deploy_agent.bat
sara_team
On running the below command:
od-home\test\deploy_agent.bat
Otuput:
F:\apps\OpenDeployNG\test>deploy_agent.bat
OpenDeploy HOME: F:\apps\OpenDeployNG
OpenDeploy RMI REGISTRY PORT: 9173
No IWODRMIBIND environment variable.
NOT use Java command -Djava.rmi.server.hostname property.
DEPLOYAPI_SERVER_CMD "F:\apps\OpenDeployNG\jre\bin\java" -Xss2m -classpath "F:\apps\OpenDeployNG\lib\odcomboint.jar";"F:\apps\OpenDeployNG\lib\odapi_svr100.jar"
;"F:\apps\OpenDeployNG\lib\odapi_cl100.jar";"F:\apps\OpenDeployNG\lib\odng.jar";"F:\apps\OpenDeployNG\lib\version.jar";"F:\apps\OpenDeployNG\userlib\odadapter.j
ar";"F:\apps\OpenDeployNG\lib\od_fo.jar";"F:\apps\OpenDeployNG\lib\od_se.jar";"F:\apps\OpenDeployNG\jre\lib\rt.jar";"F:\apps\OpenDeployNG\lib\odcombo.jar" -Djav
a.library.path="F:\apps\OpenDeployNG\lib";"F:\apps\OpenDeployNG\jre\lib\rt.jar" -Djava.rmi.server.codebase="file:///F:\apps\OpenDeployNG\lib\odapi_cl100.jar" -
Djava.security.policy="F:\apps\OpenDeployNG\lib\deployapi.policy" -Dinterwoven.deployapi.locator="9173
" -Dod.home="F:\apps\OpenDeployNG" com.interwoven.deployapi.service.IWODServiceServer "F:\apps\OpenDeployNG\etc\deploy.cfg"
SVR: 2006-09-20 18:14:27 IST GMT+00:00 Begin initialization of OpenDeploy server 2006-09-20 18:14:27 IST GMT+05:30 Version: 5.6.0.1.0 Build 21220 Interwoven
20030618
SVR: 2006-09-20 18:14:27 IST GMT+05:30 Using time zone: India Standard TimeSVR: 2006-09-20 18:14:27 IST GMT+05:30 Using locale: en_US
SVR: 2006-09-20 18:14:27 IST GMT+05:30 Using file encoding: Cp1252SVR: 2006-09-20 18:14:27 IST GMT+05:30 Using OpenDeploy home directory: F:\apps\
OpenDeployNG
SVR: 2006-09-20 18:14:28 IST GMT+05:30--License info--
License Information
Product Type : receiver
Trial Period (days) : 0
-----------------
No license expiration date
SVR: 2006-09-20 18:14:28 IST GMT+05:30 Got arguments: F:\apps\OpenDeployNG\etc\deploy.cfg
SVR: 2006-09-20 18:14:28 IST GMT+05:30 Reading configuration file: F:\apps\OpenDeployNG\etc\deploy.cfg
SVR: 2006-09-20 18:14:28 IST GMT+05:30 RMI server binding hostname/IP address not requested in deploy.cfg file.SVR: 2006-09-20 18:14:28 IST GMT+05:30 Will use default which is the local hostn
ame.
SVR: 2006-09-20 18:14:28 IST GMT+05:30 RMI server binding hostname/IP address in Java property is null.
SVR: 2006-09-20 18:14:28 IST GMT+05:30 Using server config file specified in deploy.cfg: F:\apps\OpenDeployNG\etc\odrcvr.xml
SVR: 2006-09-20 18:14:28 IST GMT+05:30 Using server nodes config file specifiedin deploy.cfg: F:\apps\OpenDeployNG\etc\odnodes.xmlSVR: 2006-09-20 18:14:28 IST GMT+05:30 Using default server log directory F:\app
s\OpenDeployNG\log.
SVR: 2006-09-20 18:14:30 IST GMT+05:30 Using OpenDeploy Server log file: F:\apps\OpenDeployNG\log\ntupgwin2k3s_odrcvr.log
SVR: 2006-09-20 18:14:30 IST GMT+05:30 Start logging to OpenDeploy server log.
LIB: (2) 2006-09-20 18:14:32 Using SecureSocketsLayer protocol
LIB: (2) 2006-09-20 18:14:32 Using ciphers(EDH-RSA-DES-CBC3-SHA)
LIB: (2) 2006-09-20 18:14:32 Bound to interface(10.128.30.133) port (20014)
The system cannot find the batch label specified - End
====================================================================================================================
Since, the ODR is running in W2K3 Server and the Destination Folders in Linux OS.
Samba Server is used for OS to OS Communication.
My Question is, whether the userid/passwd in w2K3 should be same as Samba server id/passwd.
I am using the same id for w2k3, Samba, Linux(all ids are same). But the passwds are different.
Also, i removed the mapping from W2k3, instead i used direct IP address in the odrcvr.xml file.
What happen when the hostname of the system is changed after ODR installation?