Search found 42189 matches
- Thu May 29, 2008 7:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fatal Error via email
- Replies: 12
- Views: 3942
By using built in stage ,I am able to send only job status( finished/finished with warning/aborted) only.. I honestly don't believe this to be true. It's been awhile, but from what I remember it actually does include the failure message(s) from any problem job when you enable that option. If I get ...
- Thu May 29, 2008 6:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: hash look up
- Replies: 1
- Views: 859
You cannot have 'five records with the same key' in a hashed file, so... no. Hashed files are destructive overwrite or 'last one in wins' when it comes to key handling. Now, you can create a hashed file with a composite key and then use a UV stage over it where you specify a lesser number of the key...
- Thu May 29, 2008 6:48 am
- Forum: General
- Topic: To check status of the job using Shell Script
- Replies: 9
- Views: 4083
I did not list the Job Status Code, indeed but just listed out Job Status in words. But the fact that you numbered them was... misleading. ps. I'm a little confused by both locations mentioned where you can find this information on your own. There's no DSINCLUDE directory on my server, nor a DS_JOB...
- Thu May 29, 2008 6:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS Logs path in /dsadm??
- Replies: 9
- Views: 2629
- Thu May 29, 2008 6:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequence Generator
- Replies: 1
- Views: 970
Re: Sequence Generator
PrasannaLkashmiBurri wrote:The job is running fine but the key values generated are junk values
Junk values? What exactly does that mean? What are you seeing?
- Thu May 29, 2008 6:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dsjob command for unix
- Replies: 4
- Views: 2674
- Thu May 29, 2008 6:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sql server 2000 connection error - Initial setup using odbc
- Replies: 6
- Views: 3449
- Wed May 28, 2008 1:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Data Stage Report
- Replies: 17
- Views: 7302
- Wed May 28, 2008 1:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Generating XML output
- Replies: 2
- Views: 982
New to the XML Output stage or XML in general? Regardless, there are a couple of documents you need to become familiar with. First would be the XMLPACK_20_Designer pdf in the Docs directory on your client PC. The second would be the 'Best Practices' document we've stored on Kim Duke's website in his...
- Wed May 28, 2008 8:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Log Path to see the Job LOG - not thru Director!!!
- Replies: 11
- Views: 2280
- Wed May 28, 2008 8:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Log Path to see the Job LOG - not thru Director!!!
- Replies: 11
- Views: 2280
- Wed May 28, 2008 6:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to find out if a certain stagetype is used in a project
- Replies: 9
- Views: 2930
- Wed May 28, 2008 6:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: 'Chunk' XML Files before parsing
- Replies: 12
- Views: 5764
Interesting... I'm going to keep an eye on this and see what comes of it, that and if it attracts our resident XML gadfly Ernie. We very rarely have this issue, tending instead getting a large number of smaller files rather then getting a small number of larger files. And when we've seen the giganto...
- Wed May 28, 2008 6:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: shell script to login to the project
- Replies: 12
- Views: 6336
The LOGTO does happen but then exits and only then is the second statement is issued, which defeats the purpose. You need to do multiple commands in the same session. As Arnd noted, if you 'cd' to the project in question before launching the shell, the LOGTO is automatic. That way you're down to a s...
- Wed May 28, 2008 6:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to find out if a certain stagetype is used in a project
- Replies: 9
- Views: 2930
Or download the one Chuck wrote and gives away on his website.