Hi, I'm having a problem defining the EPR in a file.
If I explicitly build the EPR on the command line everything works fine: [EMAIL PROTECTED] ~]$ globusrun-ws -s -submit -F https://grid02.fccn.pt:8443/wsrf/services/ManagedJobFactoryService <https://grid02.fccn.pt:8443/wsrf/services/ManagedJobFactoryService> -f simpletest.xml Delegating user credentials...Done. Submitting job...Done. Job ID: uuid:aa00d530-1395-11dc-8d33-0030053c7406 Termination time: 06/06/2007 18:50 GMT Current job state: Active Current job state: CleanUp-Hold Hello World! Current job state: CleanUp Current job state: Done Destroying job...Done. Cleaning up any delegated credentials...Done. But if I supply the EPR in a file: [EMAIL PROTECTED] ~]$ globusrun-ws -s -submit -factory-epr-file grid02.epr -f simpletest.xml Delegating user credentials...Failed. globusrun-ws: Error trying to delegate Error querying delegation factories globus_soap_message_module: Failed receiving response ManagedJobFactoryPortType_GetMultipleResourceProperties. globus_soap_message_module: Deserialization of {http://schemas.xmlsoap.org/soap/envelope/}Header <http://schemas.xmlsoap.org/soap/envelope/%7DHeader> failed. The contents of grid02.epr are: <factoryEndpoint xmlns:gram="http://www.globus.org/namespaces/2004/10/gram/job" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing"> <wsa:Address> https://grid02.fccn.pt:8443/wsrf/services/ManagedJobFactoryService <https://grid02.fccn.pt:8443/wsrf/services/ManagedJobFactoryService> </wsa:Address> <wsa:ReferenceProperties> <gram:ResourceID>PBS</gram:ResourceID> </wsa:ReferenceProperties> What am I missing here? Why does the credential delegation behave differently? Thank's for helping. José Rogado
