Search found 7 matches

by Pavani_Vithala
Fri Jul 18, 2008 10:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD stage implementation
Replies: 1
Views: 1242

SCD stage implementation

Hello Every body, I am trying to implement SCD stage in parallel. Can any one tell me what is the use of state file? I am creating Dim tables in DB2. There is an option to include a surrogate key like create one column which will start with value 1 and keeps incrementing 1 for each record. Then why ...
by Pavani_Vithala
Mon Jul 14, 2008 1:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC stage unable to retreive data in parallel jobs
Replies: 3
Views: 1772

ODBC stage unable to retreive data in parallel jobs

Hi all, While retreiving data through ODBC stage in IIS 8.0, it is throwing an error "An exception occured while trying to receive the response from the handler: An exception was received from the handler: Failed to initialize the data producer. the select statment may be invalid"... Reque...
by Pavani_Vithala
Tue Jul 01, 2008 9:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IIS 8.0 Transformer error.
Replies: 4
Views: 2825

IIS 8.0 Transformer error.

Hi All, I have installed IIS 8.0 Client on my machine. Server is on a different machine. The other stages are working fine. But when I am trying to compile a simple job of writing records form a Seq.File to anotehr Seq.File via a transformer stage, I am getting the following error. I think there is ...
by Pavani_Vithala
Thu Sep 20, 2007 1:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Run time error when running job with c++ routine
Replies: 2
Views: 1320

Run time error when running job with c++ routine

Hi All, I am able to call C++ routines in parallel jobs which return an integer value. But when i am trying to call a routine which returns a string, i am getting the below error when i am running. The routine is working fine from UNIX. Please let me know the reon for this error. Transformer_2: Fail...
by Pavani_Vithala
Fri Jun 15, 2007 12:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Compilation Error
Replies: 5
Views: 2491

In particular look in and around line 20 of your routine. The error message complains of unexpected characters ".;" - can you see them there? ... HI ray, I don't see any such characters in my routine. There is only one opening flower brace in that line. There is nothing other than that in...
by Pavani_Vithala
Thu Jun 14, 2007 11:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Compilation Error
Replies: 5
Views: 2491

I beleive you have some suntax error in your routine ,can you send your routine that will help us to solve the issue.Are you using transformer or basic transformer? Hi, My routine code is very simple as belwo. I am calling this routine in a transformer in a paralle job where i am passing an input c...
by Pavani_Vithala
Wed Jun 13, 2007 6:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Compilation Error
Replies: 5
Views: 2491

Transformer Compilation Error

Hi, I am trying to call a C++ routine in a parellel job in a transformer. But I am getting an error as below. Please some one let me know how to create a C++ function,place it in what folder and how to call it step by step. It will be of great help. Thanks in advance Pavani Vithala Error generated O...