Hi everybody
I'm, new to the Converter SDK. I successfully compiled the java sample and created a customized submitwinp2vjob.properties file.
My problem is that Converter Server can't install the agent on the source machine:
Executing operation 'QuerySource' from properties file 'submitwinp2vjob.properties'
Failed to execute operation 'QuerySource' from file 'submitwinp2vjob.properties'
null
AxisFault
faultCode: ServerFaultCode
faultSubcode:
faultString: Unable to access the remote Converter agent service. It either does not exist or is not responding.
faultActor:
faultNode:
faultDetail:
{urn:converter}ConverterNoRemoteAgentFault:<name>SOURCECOMPUTERNAME</name>
Unable to access the remote Converter agent service. It either does not exist or is not responding
The only reference to the agent setup is the following row, blank by default:
source.physical.agentport=9089 ; Won't try to install agent if empty. Usual value: 9089
From the note I understand that it should be enough to put the usual value to install the agent on the remote source machine, but it just throw the error I reported.
For debugging reasons I tried to put some random values as the port number, but if I nestat -n the server I can see always the same try (SYN_SENT) to 9089 port, even if I specified a different port.
What am I doing wrong?
Tx
Alex