Search found 250 matches

by thebird
Fri Nov 25, 2005 7:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Paralle routine:Can 2 routines be used in single transformer
Replies: 4
Views: 1232

Paralle routine:Can 2 routines be used in single transformer

thebird, could you tell us what the compiler error is? Arnd, I am pasting my Transformer Compilation Error message below. Output from transformer compilation follows: ##I TFCN 000001 07:26:12(000) <main_program> Ascential DataStage(tm) Enterprise Edition 7.5.1A Copyright (c) 2004, 1997-2004 Ascenti...
by thebird
Fri Nov 25, 2005 7:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Paralle routine:Can 2 routines be used in single transformer
Replies: 4
Views: 1232

Paralle routine:Can 2 routines be used in single transformer

Hi, I have created 2 parallel routines - 1. Checks if an input string has invalid characters, and if so replace them with an "_". 2. Returns 1 if the input string contains invalid Cahracters, else returns 0. When I try to use these routines in a single transformer, the job gives me a trans...
by thebird
Sun Oct 23, 2005 11:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject thresholds for reject links
Replies: 6
Views: 4771

Re: Reject Threshold

This is a good suggestion. But if I am not not wrong, we need to set the 'Abort on Difference ' property to False right? Balki Hi Balki, If the requirement is to abort the job if the threshold is crossed, then the 'Abort on Difference ' property has to be set to TRUE, only then shall the job abort,...
by thebird
Fri Oct 14, 2005 8:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating a Parallel Routine.
Replies: 8
Views: 5172

Modified the code, but still giving error.

Hi, I modified the code a little for my routine as - #include "cstring" #include "cstdio" #include "cctype" #include "cstdlib" #define PTR_INIT (char *) 1 char *stripinvalidchars(char *inpstr, char *termstring, char *replace) { int i, termlen, stringlen; char ...
by thebird
Sun Oct 09, 2005 4:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating a Parallel Routine.
Replies: 8
Views: 5172

Hi Eric, THe server is indeed running on a Unix platform. It is HP-UX. As Amey, had mentioned in the post above, by renaming the variable string to someother name,I was able to successfully compile the job, but when running, it is throwing the error - Transformer_21: Failed to load the library "...
by thebird
Thu Oct 06, 2005 11:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating a Parallel Routine.
Replies: 8
Views: 5172

Ray, The job that I am using to test the routine is a simple one - Seq File-------->Transformer------------->Seq File. The sequential file has a single field, which is passed to the routine along with 2 other arguements. When I remove the routine, the job compiles fine. So, I believe that the proble...
by thebird
Wed Oct 05, 2005 10:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating a Parallel Routine.
Replies: 8
Views: 5172

Creating a Parallel Routine.

Hi, I am trying to create a Parallel routine using a C++ code. I have the C++ code compiled and saved as a shared object string_one.o . I have linked this object to the routine TestStripRoutine , but while trying to test this routine in a job, I get the following compilation error in the Transformer...
by thebird
Mon Sep 26, 2005 4:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle sqlldr utility and DataStage Parallel Job.
Replies: 2
Views: 3579

Hi, In the above post, there was a typo. Please find below the corrected potion , for the above post. - I have a set of load jobs (parallel) that reads from multiple sequential files (atleast 8 files per job) using the wild character option, does look ups on 2 tables, does a few validations on the k...
by thebird
Mon Sep 26, 2005 4:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle sqlldr utility and DataStage Parallel Job.
Replies: 2
Views: 3579

Oracle sqlldr utility and DataStage Parallel Job.

Hi All, If anyone has worked with the Oracle SQL*Loader (sqlldr) utility, can they please give me a brief comparison between that and a DataStage Parallel job that would load an Oracle table from a sequential file. I have a set of load jobs (parallel) that reads from multiple sequential files (atlea...
by thebird
Fri Aug 26, 2005 2:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning in Chage detection
Replies: 9
Views: 7533

Hi,

For some reasons, the link that I had put here just didnt show up.

Sending this again.

viewtopic.php?t=89244&highlight=change+capture

Regards,

The Bird.
by thebird
Thu Aug 25, 2005 5:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning when using Sequential Fileproperty Row Number Column
Replies: 1
Views: 1471

Warning when using Sequential Fileproperty Row Number Column

Hi, In my job I am generating the Row Number Column when reading from a sequential file by setting the stage's Row Number Column property. I get a warning in the director that says - When checking operator: When binding input interface field "RowNum" to field "RowNum": Implicit c...
by thebird
Tue Aug 23, 2005 8:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning in Chage detection
Replies: 9
Views: 7533

Hi,

This topic has been discussed earlier in this forum.

Please go through the link below to find one of the postings on the same topic.

Regards,

The Bird.
by thebird
Tue Aug 23, 2005 8:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Primary Key
Replies: 10
Views: 4967

Index is in UNUSABLE state . I am not able to disable the index. Can you disable that index and do an appropriate SELECT on the table? Hi, The index will have to be rebuilt . While doing a load into the Oracle table, if there occurs an error or a constraint violation then the index goes to the unus...
by thebird
Fri Aug 19, 2005 12:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connect to JDA and Manugistics?
Replies: 1
Views: 1388

Connect to JDA and Manugistics?

Hi, Can DataStage connect to Manugistics? We have requirement in which legacy data from JDA MMS system has to extracted and load into Manugistics IGP Tables. I was wondering if this can be done through DataStage. Are there any packs to connect to these systems? Has anyone ever had a tryst with this?...
by thebird
Tue Aug 16, 2005 9:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issues while reading a Sequential File
Replies: 5
Views: 1584

If you have embedded quotes in a string they are doubled (the following is a correctly formatted CSV string: "This line is about 4"" long.",1,2,3,"Hello's to all. ""Hi There"" all!" Arnd, In this case how do I read the data in the right format from ...