I'm using OD 5.0.1, TS 5.0.1 on Solaris 2.8
I'm trying to deploy a filelist from my TS box out to a QA Web Server. I've done this a million times before, and never been this stumped.
When I run my deployment on the command line, the reciever logs on the QA server complain that
"Could not find matching OpenDeploy client for hq1unx64.mycompany.com"
So, I figured, "Oh, I must have forgotten to add hq1unx64 as an allowed host." So I check my odbase.xml file on the QA server (yes, it is a base acting as a reciever) and I see that the allowed section looks like (the gt and lt signs replaced):
[localNode host="hq2unx137" /]
[listenerProperties name="InterwovenOpenDeploy"
bindPort="20014"/]
[transportProperties name="od"
bufferSize="8000" /]
[allowedHosts]
[node host="hq1unx64.mycompany.com" ]
[allowedDirectories]
[path name="/tmp/hq1unx64" /]
[/allowedDirectories]
[/node]
[/allowedHosts]
I ran iwodserverreset, even killed the OD process with /etc/init.d/iwod stop and then ran the start. And I can get the deployment to go thorugh. My source logs on the Interwoven server aren't any help . . . they just say "child process failed to complete."
Oh yeah, and I can hop on my QA server and ping -s the hq1unx64 machine and it comes back fine, so I know that DNS is working both ways.
Has anyone seen this before?
Thanks,
Tom