Search found 42189 matches
- Fri Sep 12, 2008 5:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Moving 64Bit Hashed Files to New Project
- Replies: 3
- Views: 1137
- Fri Sep 12, 2008 2:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML INPUT
- Replies: 15
- Views: 4173
- Fri Sep 12, 2008 1:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Serching a job
- Replies: 4
- Views: 1718
There is a Filter option in the Director that supports wildcards you can use. That or something like this in the Administrator:
This also supports wildcards.
Code: Select all
SELECT CATEGORY FROM DS_JOBS WHERE NAME = 'YerJobName';This also supports wildcards.
- Fri Sep 12, 2008 12:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Serching a job
- Replies: 4
- Views: 1718
- Fri Sep 12, 2008 11:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: What is use of RT_CONFIG FILE
- Replies: 2
- Views: 1375
- Fri Sep 12, 2008 10:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to send emails from Sequencers
- Replies: 3
- Views: 1793
- Fri Sep 12, 2008 9:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: any body can explain complexity of job
- Replies: 4
- Views: 2353
- Fri Sep 12, 2008 9:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: any body can explain complexity of job
- Replies: 4
- Views: 2353
- Fri Sep 12, 2008 9:47 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML INPUT
- Replies: 15
- Views: 4173
- Fri Sep 12, 2008 9:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ORA-01008: not all variables bound
- Replies: 6
- Views: 1950
As new versions are released, they fix things that weren't working right and generally tighten up any loopholes. Hopefully without create too many new ones. This really wasn't "running fine" in the old version, you were getting away with something you never should have been able to. That :1 is a bin...
- Fri Sep 12, 2008 8:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML INPUT
- Replies: 15
- Views: 4173
- Fri Sep 12, 2008 8:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting Errors back in routine frm dsexecute->sqlscript
- Replies: 4
- Views: 1319
Here's a snippet from one of mine, should get you started. You'll need to flesh it out but this is the meat of it: # Execute via Sql*Plus capturing output $ORACLE_HOME/bin/sqlplus <user>/<pwd>@<instance> >/tmp/check$$.out <<!! @<sql_file> quit; !! # Grep for errors and set status to Good if none are...
- Fri Sep 12, 2008 7:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting Errors back in routine frm dsexecute->sqlscript
- Replies: 4
- Views: 1319
- Fri Sep 12, 2008 7:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Parallel loading with SQL loader Direct path
- Replies: 2
- Views: 1850
- Fri Sep 12, 2008 7:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Compile error
- Replies: 4
- Views: 1656
Searching for your error - XML parser error on input line - returned quite a number of matches. All say the same thing - permissions problem. For example:
http://www.dsxchange.com/viewtopic.php?t=87807
http://www.dsxchange.com/viewtopic.php?t=87807