Search found 123 matches

by benny.lbs
Sat May 14, 2005 8:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: [Help] Fatal error
Replies: 22
Views: 9352

Solution: Include the job design next time. There is really no good reason. Having the job design would allow you to visually verify and diagnosis problems with your programs if it fail. Like for this situation. Everyone seems to be bypassing your complaint that you do not have the source, and for ...
by benny.lbs
Thu May 12, 2005 11:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: [Help] Fatal error
Replies: 22
Views: 9352

the dsx file you have does not contain the .o file needed for the execution of the job. Look into the file and you'll find a msg explaining the .o file is missing. That's why you MUST get back to the source project and do or ask for a "force compile" before export. Benouche, thank you for...
by benny.lbs
Thu May 12, 2005 8:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: [Help] Fatal error
Replies: 22
Views: 9352

Hello, you have a problem with the export, the binary file being empty in your dsx file exported (you can check this in the dsx file itself with a text editor). Perform a 'Force compile' of the job in the source project and then the export/import procedure of the job. It will do it :wink: . Benouch...
by benny.lbs
Wed May 11, 2005 6:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: [Help] Fatal error
Replies: 22
Views: 9352

T42 wrote:Go to the UNIX prompt, and verify that the file exists on that directory.
T42, I have checked, those library files exist, but with size = 0

Btw, if it doesn't exist, what should I do ? Why does the export can not capture all the elements it need ?
by benny.lbs
Wed May 11, 2005 9:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: [Help] Fatal error
Replies: 22
Views: 9352

Eric wrote:Have you exported/imported the executable from/to a project on the same DataStage machine?

Eric, yes, on the same machine, different project
by benny.lbs
Wed May 11, 2005 9:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: [Help] Fatal error
Replies: 22
Views: 9352

Benny, the error message is really quite clear - you have imported a job compiled elsewhere and when run it tells you that it has a bad magic number. Can you recompile the job in the new project and then run it? ArndW, I only got the executable, but not the source, so I am unable to toe recompile t...
by benny.lbs
Wed May 11, 2005 7:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: [Help] Fatal error
Replies: 22
Views: 9352

[Help] Fatal error

Test258_Prod_Num: Failed to load the library "V0S397_Test258_Prod_Num.o". Either the directory containing the library file is not on the library search path, or the library was compiled on a system that is incompatible with this system. Could not load "V0S397_Test258_Prod_Num": 0...
by benny.lbs
Sun Apr 17, 2005 8:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Taking Datastage JobLog snapshot in TXT file
Replies: 4
Views: 1997

But logsum still have the problem that some log end with '...' if the statement is too long in director log. you may build a routine to get the starttime and endtime to get the details which can solve the '...' problem Santosh, if you use the command-line program dsjob you will see that it has optio...
by benny.lbs
Sat Mar 19, 2005 9:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple Record Types in sequential files
Replies: 5
Views: 2176

That is a good way !!!
T42 wrote:Import as a single varchar record.

Filter/Transform based on the first set of characters.

Column Export/Transform to split up the columns in a specific format.

Play on.
by benny.lbs
Tue Mar 15, 2005 7:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null handling
Replies: 3
Views: 2162

Null handling

Thanks for reading ! It is still a null handling question, my case as below. Input : FieldA, FieldB Output: FieldC In transformer stage, derivation within FieldC If IsNotNull(FieldA) Then FieldA Else FieldB As I know, there is handle_null() function within Modify stage. FieldC = handle_null(FieldA, ...
by benny.lbs
Tue Mar 08, 2005 7:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remote Database setup
Replies: 3
Views: 3431

I found some information from "DataStageEE_Remote_DB2_Configuration.doc". The DB2/UDB Enterprise stage requires DB2 Enterprise Server Edition on UNIX with Data Partitioning Facility (DPF) option. (Before DB2 v8, this was also called "DB2 EEE".) Furthermore, the DB2 hardware/UNIX/...
by benny.lbs
Tue Mar 08, 2005 4:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remote Database setup
Replies: 3
Views: 3431

Remote Database setup

I have difficulity in configuring DataStage to connect to remote DB2. In DataStage server, 1. I have created a database node and alias that map to remote database under the DB2 instance db2inst1, and the connection is ok. 2. run db2grant.sh, but the following message return. DB21034E The command was...
by benny.lbs
Sat Mar 05, 2005 8:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP Plug-in Stage question
Replies: 4
Views: 2854

Why I use ftp stage? because as you know, we can not edit a Dataset data (only can be viewed), so I want to transfer the DS file to PC in ASCII Text format, that I can edit the data to fulfill my testing cases. And then ftp back to AIX DS file. sachinkc, both the permission and disk space are ok. ds...
by benny.lbs
Fri Mar 04, 2005 12:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP Plug-in Stage question
Replies: 4
Views: 2854

FTP Plug-in Stage question

I have built a parallel job that contain FTP Plug-in stage, when the record count is less than 1000, it works well. But when it become larger, the following fatal message occur. FTP_Plug_in_20,0: Failure during execution of operator logic FTP_Plug_in_20,0: Fatal Error: Fatal: function 'ftp_put' fail...
by benny.lbs
Thu Mar 03, 2005 7:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Sequence 's log
Replies: 4
Views: 1613

That 's a good idea, thanks a lot
ray.wurlod wrote:You're right, you can't. But, if you're in the routine activity that is the final piece of the sequence, the time "now" should be close enough.

Code: Select all

Oconv(Date(),"D-YMD[4,2,2]") : " " : Oconv(Time(), "MTS:")