Search found 15603 matches
- Mon Nov 14, 2005 4:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Import table in Ms. Excel file to DB2 table
- Replies: 9
- Views: 3457
- Mon Nov 14, 2005 4:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Performance
- Replies: 1
- Views: 756
- Mon Nov 14, 2005 4:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Import project multi instance
- Replies: 5
- Views: 1319
- Mon Nov 14, 2005 4:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Need Logic in creation of shell script
- Replies: 5
- Views: 1583
- Mon Nov 14, 2005 4:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting Return code 255....what is it ?
- Replies: 5
- Views: 9753
Hello Falchetto, usually the log file of the job that aborted will contain additional information on the cause of the abort - you should start by looking there. It might be that the error code of 255 (suspicious in that it is the high-value for a single byte) is coming from a plugin stage and not di...
- Mon Nov 14, 2005 2:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need help in reading EBCDIC data from a PX SEQ File stage
- Replies: 3
- Views: 1260
The data format might be better defined as text instead binary, even for the numbers. Try declaring them as text instead of int2/int4 and see if that works. You can look at the file using the UNIX head command, there is also an option in cat to display numeric values for strings. Can you not get the...
- Mon Nov 14, 2005 2:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to get the job status when the job aborted???
- Replies: 14
- Views: 5083
Ice, if the job has Aborted then it is no longer running, and therefore there is no way to check it's status inside of the job. The call to DSLogFatal() is immediate and doesn't return to any parts of the job. Could you explain what you are trying to do and perhaps there is another way to solve this?
- Mon Nov 14, 2005 2:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Import table in Ms. Excel file to DB2 table
- Replies: 9
- Views: 3457
Hello Rajeev, accessing Excel directly on UNIX is not a builtin feature of DataStage or of UNIX. There are software packages that will let you declare an Excel document to be accessible via ODBC on UNIX, but you need to buy the software. DataDirect is one supplier of this software and there might be...
- Mon Nov 14, 2005 2:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading data from a word document
- Replies: 1
- Views: 953
There is no "driver" to do this in DataStage. The simplest way is to use Word to convert the file to a .txt file and then read that file into DataStage and I have seen tools that will convert a word document into other forms. The main problem is that Word documents can contain unstructured data whic...
- Sat Nov 12, 2005 6:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Calling a job in a SEQUENCER which is saved under the folder
- Replies: 9
- Views: 1533
- Sat Nov 12, 2005 4:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Calling a job in a SEQUENCER which is saved under the folder
- Replies: 9
- Views: 1533
- Fri Nov 11, 2005 5:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Mutex_Lock Problem
- Replies: 1
- Views: 705
- Fri Nov 11, 2005 5:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can a single project have server and enterprise jobs
- Replies: 3
- Views: 822
- Fri Nov 11, 2005 5:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Loading Extra Rows in target table than source
- Replies: 7
- Views: 1490
I can't think of a reason why this could happen. Can you create a hashed file and write to that as well? How many rows does the hashed file have? If it is the correct number, write a short job that selects your table with too many entries and do a lookup on the hashed file. You should get 12 rows th...
- Fri Nov 11, 2005 12:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Loading Extra Rows in target table than source
- Replies: 7
- Views: 1490