Search found 15603 matches
- Mon Mar 06, 2006 12:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Migration from Datastage Server to Datastage Enterprise
- Replies: 4
- Views: 2217
- Sun Mar 05, 2006 7:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS Server Restart
- Replies: 8
- Views: 3300
The process should disappear in (at worst) 90 minutes depending upon your UNIX settings. I'm not sure what the network configuration parameter for that socket timeout is right now, though. I think that there isn't much to do between FIN_WAIT and FIN_CLOSED status; although each hardware vendor / UNI...
- Sun Mar 05, 2006 5:41 am
- Forum: Site/Forum
- Topic: Suggestion abt the certification
- Replies: 37
- Views: 26045
- Sat Mar 04, 2006 12:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: move from server to parallel extender
- Replies: 4
- Views: 1226
Sainath, I did a transition from Server to Parallel Extender by printing out and reading the PX documentation (in the PDF files that install in to the same client directory as do the Sever ones). That isn't sufficient, but it forms the basis for further learning. Another approach which would be help...
- Sat Mar 04, 2006 10:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compiler issues with Enterprise edition
- Replies: 12
- Views: 3753
- Sat Mar 04, 2006 8:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compiler issues with Enterprise edition
- Replies: 12
- Views: 3753
- Sat Mar 04, 2006 5:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compiler issues with Enterprise edition
- Replies: 12
- Views: 3753
- Sat Mar 04, 2006 4:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Internal Error: (nullFieldEntry) in Transformer
- Replies: 5
- Views: 3694
The error message seems to indicate that the compiler has trouble evaluating one of your expressions. If none of them show up red in the designer I would suggest you remove the more complicated ones one-by-one from a copy of your program until the compile error goes away; then you've identified the ...
- Sat Mar 04, 2006 3:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML file , need varying number of outputs files
- Replies: 5
- Views: 873
- Sat Mar 04, 2006 3:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Integrating EDI with datastage
- Replies: 3
- Views: 2774
Hello Sunshine, I think you will need to detail you question a bit more. One is a means of standardizing information exchange and the other is an ETL tool. Both deal with data. EDI file formats are complicated, but could be parsed within a DataStage job. DataStage RTI could act as a "listener" for i...
- Sat Mar 04, 2006 3:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unwanted data conversion
- Replies: 1
- Views: 828
Your source data is encoded in character set that I don't know - but you need to check if the extended (non-latin) characters are mapped the same way that Windows-1252 maps them. If not you will get misconverted characters. NLS is not as complex as it seems - the difficulty lies in making sure that ...
- Sat Mar 04, 2006 3:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Has anyone used DAGs in DataStage
- Replies: 1
- Views: 660
- Fri Mar 03, 2006 2:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: patch file
- Replies: 2
- Views: 1925
- Fri Mar 03, 2006 1:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Warning If I use JobInvocations....
- Replies: 15
- Views: 4145
- Fri Mar 03, 2006 2:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Locked job not released
- Replies: 6
- Views: 1639
You can check the daemon log file to see what it has been doing, but it should clear up locks for objects that it thinks are incorrect. If a lock is present because a process has aborted or had a "kill -9" done to it then the deadlock daemon will clean that up. If you have a lock held on a job by so...