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)
Client rejects desitnation directory
duartecordeiro
Hi,
while trying to deploy from server INTERWOVEN to server PNCSERVER I get the following error on the receiving server (PNCSERVER):
ENG: 2003-02-04 09:45:02 GMT+00:00 Thread-7 VERIFY
id=0 server: Destination directory [c:\gsk]
ERROR: [c:\gsk] is not an allowed deployment path.
ERROR: Failed deploying local_directory[0] (D:\Logs) to ()
ERROR: Failed 1 of 1 local_directories
ENG: 2003-02-04 09:45:03 GMT+00:00 Thread-7 After VERIFY res=-1
and on odrcvr.xml :
- <node host="PNCSERVER">
- <allowedDirectories>
<path name="C:\GSK" />
</allowedDirectories>
</node>
Am I missing something? (sure I am, what ?)
--
Duarte Cordeiro
Neoris Pootugal
Find more posts tagged with
Comments
Jeremy
Did you stop and start the Opendeploy receiver after making the changes to that odrcvr.xml?
Any changes to those config files requires the OD service to be stopped and started.
Thats the only thing I can think of.
duartecordeiro
Yes, I did restart the service on both servers.
Any other hint ?
--
Duarte Cordeiro
Neoris Pootugal
tvaughan
This
shouldn't
be the problem, but try it anyway ---- make your client accept a lower-case path
Tom
duartecordeiro
thanks for the tip, but that was a no.
--
Duarte Cordeiro
Neoris Pootugal
Jumjum
Make sure allowed host is accepting the Iwov box <node host="127.1.1.1">
-jum
Migrateduser
Shouldn't the host for the <node> tag be the source server you want to allow to deploy to the receiver? In other words, shouldn't your odrcvr.xml be this:
<node host="
INTERWOVEN
">
<allowedDirectories>
<path name="C:\GSK" />
</allowedDirectories>
</node>
or even better yet the IP address for INTERWOVEN?
Dave Smith
Sr. Software Engineer
Nike, Inc.
(503) 671-4238
DavidH.Smith@nike.com
Adam Stoller
I think you mean 127.0.0.1 which is "localhost" - but while I don't think that's the case - there is a question of whether or not the Receiver recognizes the Base Server as an allowedHost and whether there may be more than one allowedHost setting that it might somehow be matching against and one of them might not include the desired target directory.
Might be able to tell more if we saw the entire odrcvr.xml and deployment configuration files (attachments please, not in-line)
--fish
(Interwoven Senior Technical Consultant)
Adam Stoller
Dave - I think you hit the proverbial nail on the head - that's what I was trying to zero-in on but I didn't quite make the connection.
Duarte ?
--fish
(Interwoven Senior Technical Consultant)
duartecordeiro
Yep, that was the problem. I must have misunderstood the manual. Thanks for your help.
--
Duarte Cordeiro
Neoris Pootugal
Edited by duartecordeiro on 02/05/03 02:30 AM (server time).