So I’ve been posting a few questions on here about XML and Web Services and now that I’ve created this beast, It seems to be error-ing out in the weirdest way possible.
The dataflow is looped over in batches of 500, this way we can break up out chunk being sent into the web service.
I was curious if anyone had any solutions or answers on the below error:
Error calling function <Update>: <Web Services client unable to invoke a Web Services server. Error: ; nested exception is:
java.net.SocketTimeoutException: Read timed out>.
The above error is repeated quite a lot.
Then we get the following error:
(11.7) 02-04-10 22:35:03 (E) (5940:4156) RUN-058110: |Dataflow DF_iModules_PUSH|Transform Q_CallWS-Function22
Error calling function <Update>: <Web Services client unable to invoke a Web Services server. Error: ; nested exception is:
org.xml.sax.SAXParseException: The value for attribute "Name" must end with the matching quote character.>.
(11.7) 02-05-10 01:16:47 (E) (3396:3512) DBS-070300: SQL submitted to Oracle Server <INFSDEVL> resulted in error <ORA-02396: exceeded maximum idle time, please connect again
>. The SQL submitted is <select OBJECT_KEY, MACHINE, SERVER, TYPE, SERVICE, CONTAINER, INST_MACHINE, INST_SERVER,
INST_SERVER_PORT, INST_REPO, INST_EXEC, INST_EXEC_KEY, RUN_SEQ, START_TIME, END_TIME, EXECUTION_TIME, STATUS, HAS_ERROR,
IGNORE_ERROR, NORM_MACHINE, NORM_SERVER, NORM_TYPE, NORM_SERVICE, NORM_CONTAINER, NORM_INST_MACHINE, NORM_INST_SERVER,
NORM_INST_REPO, NORM_INST_EXEC from AL_HISTORY where OBJECT_KEY = 1282>.
Which appears to be the job going back to the repository but the repository has “hung up” on the job.
Any thoughts? Thank you!
nhohman (BOB member since 2008-11-19)