It is not a bug.
You have supplied an XML document that does not begin and end with the same entity (that is, matching top-level beginning and ending tags).
This can not be parsed in any sensible way. So the job aborts. If I were the XML parser I'd give up too.
Search found 53125 matches
- Wed Sep 26, 2007 4:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Jobmonapp failed
- Replies: 2
- Views: 3273
- Wed Sep 26, 2007 4:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: FUNCTION: @INROWNUM
- Replies: 17
- Views: 5382
- Wed Sep 26, 2007 4:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Usage of server components in parallel engine
- Replies: 7
- Views: 1324
- Wed Sep 26, 2007 4:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SQL Execute failed
- Replies: 10
- Views: 4014
All complaints to billg@microsoft.com then. DataStage engineers can not be responsible for differences between the way the two Microsoft products work.
- Wed Sep 26, 2007 4:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Automizing parameter values with a concurrent architecture
- Replies: 3
- Views: 987
- Wed Sep 26, 2007 4:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: after job routine for a sequence
- Replies: 10
- Views: 1643
- Wed Sep 26, 2007 4:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Server Upgrade Problem
- Replies: 9
- Views: 1843
- Wed Sep 26, 2007 4:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how can we call datastage jobsequence-JOB in unix
- Replies: 6
- Views: 2723
When you performed a Search for the error text, what did you find?
Does the job in question use IPC, Link Partitioner or Link Collector stages?
Is inter-process row buffering enabled?
Does the job in question use IPC, Link Partitioner or Link Collector stages?
Is inter-process row buffering enabled?
- Wed Sep 26, 2007 3:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Dealing with Occurs in .cfd files using CFF stage
- Replies: 14
- Views: 3913
While your approach would work, there is a limit to the number of links that a Transformer stage can support - from memory I think it's 127. Plus you still have the problem about what to do to determine whether the Nth occurrence exists. Presumably you will have a constraint based on the value of PA...
- Wed Sep 26, 2007 3:51 pm
- Forum: General
- Topic: Failed connect to Datastage Server (Error 80019)
- Replies: 3
- Views: 2306
Welcome aboard. There are (potentially) two passwords that have to be right - the deployment domain password (for IBM Information Server) and the DataStage password. Have you checked whether you need two, and whether they're both right? I agree that the observed behaviour is strange, but then you ne...
- Wed Sep 26, 2007 3:48 pm
- Forum: General
- Topic: Calculating buisness hours between two timestamps
- Replies: 20
- Views: 4493
- Wed Sep 26, 2007 6:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job Sequence - Script Initialization Error
- Replies: 4
- Views: 1810
Given that the error message came from the BAT file itself, you really should be looking for the "culprit" there. For example are there any exit statements that generate an ERRORLEVEL value? One workaround would be to call this BAT file from another, which intercepts the non-zero exit status and exi...
- Wed Sep 26, 2007 6:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: GCC(c++) compiler problem in datastage 7.5.2 on linux
- Replies: 5
- Views: 2467
- Wed Sep 26, 2007 6:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Shared Memory File Problem
- Replies: 4
- Views: 1847
Have you re-started the UNIX machine? If not, please try this, to clear structures from memory. Make sure, too, that your shared library search list set up in the dsenv scripts refers to the version 9 libraries for Oracle. Do your jobs use OCI (version 7), OCI8 or OCI9 stage types? You may need to m...
- Wed Sep 26, 2007 6:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: E-mail Logs on DataStage Server
- Replies: 2
- Views: 941