A java.lang.NullPointerException usually indicates some required information not getting through. Can you invoke this particular service using some other tool such as SOAPui (which is downloadable for free)?
Have you successfully imported the WSDL for this web service?
Search found 53125 matches
- Mon Feb 25, 2013 2:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Web Service Client Fails: Service invocation exception
- Replies: 7
- Views: 6144
- Mon Feb 25, 2013 2:46 pm
- Forum: General
- Topic: Need help on job comparsion utility
- Replies: 1
- Views: 903
- Mon Feb 25, 2013 2:32 pm
- Forum: IBM QualityStage
- Topic: Phonetic Code Generation
- Replies: 9
- Views: 5113
- Sun Feb 24, 2013 7:07 pm
- Forum: General
- Topic: Operations Console issues in 9.1
- Replies: 5
- Views: 14113
- Sun Feb 24, 2013 7:05 pm
- Forum: General
- Topic: Information Server Architecture –Clarification
- Replies: 3
- Views: 1205
- Sun Feb 24, 2013 12:16 pm
- Forum: General
- Topic: Information Server Architecture –Clarification
- Replies: 3
- Views: 1205
Try IBM Information Center - particularly the Installing section.
- Sat Feb 23, 2013 2:34 pm
- Forum: IBM QualityStage
- Topic: Phonetic Code Generation
- Replies: 9
- Views: 5113
- Fri Feb 22, 2013 11:06 pm
- Forum: General
- Topic: Oracle SQL join vs Data Stage join
- Replies: 3
- Views: 3356
Welcome aboard. If the join conditions are supported by indexes they will always be faster in the database than DataStage could manage. If the join conditions are not supported by indexes they may still be faster in the database (check the execution plan) or they may be faster in DataStage. DataStag...
- Fri Feb 22, 2013 3:54 pm
- Forum: General
- Topic: Rename folder is still showing with previous name in direcor
- Replies: 9
- Views: 1893
- Fri Feb 22, 2013 3:51 pm
- Forum: General
- Topic: Design scenario for calling sequence multiple times
- Replies: 9
- Views: 2446
- Fri Feb 22, 2013 3:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: compile error--invoke GenRuntime using phantom process helpe
- Replies: 13
- Views: 19663
That's because the ASCII representation for the Euro symbol (Char(128) is the same as that which DataStage uses internally for NULL. DataStage had this long before the Euro was invented. There is an environment variable that can be set to specify a different internal representation of NULL (for exam...
- Fri Feb 22, 2013 3:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Find Pointers - created out of account directory
- Replies: 1
- Views: 1136
There is a pre-stored command for listing remote hashed files.
Slightly more accurate, since LISTFR includes the DSEngine directory, would be
Code: Select all
LISTFRCode: Select all
SELECT F0 AS HashedFileName, F2 AS PathName FMT '50L' FROM VOC WHERE F1 LIKE 'F%' AND F2 LIKE '%/%' AND F2 NOT LIKE '%DSEngine%';- Fri Feb 22, 2013 3:37 pm
- Forum: General
- Topic: Get previous job completion status
- Replies: 5
- Views: 2640
You could check the sequence's log, where there may be enough old entries for you to determine the most recent successful completion (after all, log purge does not occur if a job (or sequence) fails). Otherwise, if you're on version 8.7 or later and have implemented DataStage Operations Console, the...
- Fri Feb 22, 2013 3:35 pm
- Forum: General
- Topic: Rename folder is still showing with previous name in direcor
- Replies: 9
- Views: 1893
- Fri Feb 22, 2013 3:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: issue when migrating jobs from datastage 8.1 to 8.7
- Replies: 1
- Views: 2242