Search found 18 matches

by angelnelson
Mon Jan 11, 2010 12:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting XML filename while reading from folder stage
Replies: 2
Views: 1473

Getting XML filename while reading from folder stage

Hi all,

I am using XML Input stage reading the XML files from Folder stage. I want to use the Filename column of the Folder stage to my output column.
That means, i need to record which data comes from which XML file. How this can be done?

Thanks in advance..

Regards,
Angel
by angelnelson
Mon Nov 24, 2008 4:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise Stage with Partition Table property
Replies: 3
Views: 3389

ArndW wrote:That could be the cause. You need to execute the following:
  • CREATE ROLE DSXE; GRANT SELECT on sys.dba_extents to DSXE; GRANT SELECT on sys.dba_data_files to DSXE; GRANT SELECT on sys.dba_tab_ ...
Thanks a lot for your response. I will try it and let you know.
by angelnelson
Mon Nov 24, 2008 1:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise Stage with Partition Table property
Replies: 3
Views: 3389

Oracle Enterprise Stage with Partition Table property

Hi all, I have a job with source and target stages are Oracle enterprise. The job was running fine without the partition table property. Since it had taken much time, to improve the performance, i have given the partition table property. Now i have got the following error: "Connect failed: Orac...
by angelnelson
Fri Nov 07, 2008 12:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while inserting into table through OCI stage.
Replies: 1
Views: 1380

Error while inserting into table through OCI stage.

Hi all, I have got error in OCI stage as "The provided insert statement did not prepare correctly;please verify that your statement is correct;" My job design is as follows: My source and target tables are 10g tables. Source OCI stage extracts data and the source data is spitted based on 7...
by angelnelson
Tue Sep 16, 2008 3:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD Fatal error- Index too large
Replies: 5
Views: 3855

Not enough information. What logic are you using in your SCD stage? What is it about the third node (#2) that caused the failure to be there? What data volumes are involved? How big (number of row ... Hi Ray, Thanks for your response. I am using TYPE 1 logic. Not only the third node, all the nodes ...
by angelnelson
Tue Sep 16, 2008 3:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD Fatal error- Index too large
Replies: 5
Views: 3855

SCD Fatal error- Index too large

Hi,

I am getting the following error in my SCD stage.

"SCD,2: Failure during execution of operator logic. SCD,2: Fatal Error: Index too large"

Kindly help me to solve this..
by angelnelson
Mon Sep 15, 2008 4:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored Procedure to target stage Logic
Replies: 7
Views: 3249

The SCD stage takes care of all of that, by using memory-mapped copies of the dimension tables. Read Vincent's blog or the IBM collateral to see how it's done. ... Hi Ray, Thank you very much for your response. Now I am trying to solve it by SCD stage. My requirement is as follows: "If dimensi...
by angelnelson
Tue Sep 09, 2008 10:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored Procedure to target stage Logic
Replies: 7
Views: 3249

ray.wurlod wrote:The obvious question is "why not just use a SELECT"? ...
Hi Ray,

Thanks for your reply.
I am migrating the OWB code into Datastage 8. My requirement is to use the existing oracle procedures. The existing procedure will be doing the SCD logic Type 1 or type 2.
by angelnelson
Tue Sep 09, 2008 8:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored Procedure to target stage Logic
Replies: 7
Views: 3249

Stored Procedure to target stage Logic

Hi, I am calling a stored procedure which will be executed for each row in the source in my job. Based on the return values of this procedure, the records will be inserted/updated into the target table. I have a situation like the link from procedure to target should work on row by row. That is, the...
by angelnelson
Mon Aug 18, 2008 11:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored procedure properties
Replies: 6
Views: 2783

ray.wurlod wrote:Check that your Source parameter is being passed correctly (look in the "job starting" event in the job log). ...
Thanks for your reply.

Yes Ray. In the log for Data source and user name, correct values are passed. For password, it is encrypted and passed.
by angelnelson
Mon Aug 18, 2008 10:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored procedure properties
Replies: 6
Views: 2783

Stored procedure properties

Hi all, I have given environmental varaiables for data source, user name and password in the stored procedure stage. I am getting the error "Stored_Procedure_75,0: Error: ORA-12154: TNS:could not resolve the connect identifier specified" If i use hard-coded values for data source, user nam...
by angelnelson
Sun Aug 17, 2008 11:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling oracle procedure from DS routine
Replies: 1
Views: 1384

Calling oracle procedure from DS routine

Hi,
How to call an oracle procedure from datastage routine?
I am searching this forum for this, but still need help.

Thanks in advance..
by angelnelson
Fri Aug 15, 2008 12:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is outer join in lookup stage possible?
Replies: 2
Views: 2145

chulett wrote:That's just a matter of setting the Lookup Failure property to 'Continue', is it not? :? ...
Thanks Craig!
by angelnelson
Thu Aug 14, 2008 6:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is outer join in lookup stage possible?
Replies: 2
Views: 2145

Is outer join in lookup stage possible?

Hi,

Is it possible to do left outer join with lookup stage in 8x. If so, please let me know the possible ways.

Thanks in advance.
by angelnelson
Tue Feb 26, 2008 12:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Index of BASIC dynamic array
Replies: 7
Views: 2930

ray.wurlod wrote:Of course pretty much any default behaviour in DataStage BASIC can be overridden by $OPTIONS compiler directives.

In this case, to have the -1 element add a new empty field/value/subvalue, specif ...
Thanks all.