Search found 9 matches

by arsh
Mon Jul 10, 2017 3:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Looping through stages?
Replies: 4
Views: 2719

Thank You Craig. This solved my problem
by arsh
Thu Jul 06, 2017 1:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Looping through stages?
Replies: 4
Views: 2719

Looping through stages?

Hello, I have a requirement to execute a stored procedure after every 1000 rows inserted into the target table. For example after cdc there are a total of 3224 rows to be inserted, I need to execute the stored procedure a total of 3 times and use a value returned from the procedure and insert into t...
by arsh
Fri Jun 23, 2017 3:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored Procedure from Datastage not working as expected
Replies: 2
Views: 2778

What I meant to say was that every call to the procedure is meant to generate a new number and return it whereas when I was invoking it from datastage the number being returned was a duplicate which is not possible unless the procedure was not invoked. Yes Im using an older version that does not hav...
by arsh
Wed Jun 21, 2017 3:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: generate surrogate keys with SQL Server sequence
Replies: 7
Views: 7987

We can use a table with IDENTITY column only if the Surrogate keys are unique across a table. What if the requirement is to have a unique value across the schema? I am using version 2008 and my dilemma is exactly this. I cannot use a state file and want the best possible alternative to use a squence...
by arsh
Mon Jun 19, 2017 11:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored Procedure from Datastage not working as expected
Replies: 2
Views: 2778

Stored Procedure from Datastage not working as expected

Hello, I have a requirement to generate a unique Sequence number. We currently have a state file doing this but we need to be able to fetch it from a database instead. Our Database is MSSQL Server where there is no availability of a SEQUENCE object. I have therefore written a stored procedure to upd...
by arsh
Sun Sep 18, 2016 11:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: After SQL in ODBC Stage
Replies: 1
Views: 1560

After SQL in ODBC Stage

I have a job that is expected to create a view after successful insert of records in SQL Server. I have used the create view statement in the After SQL section. The problem is that even though the job fails due to a key violation error, the After SQL executes. Can I put a condition to execute the Af...
by arsh
Wed Sep 14, 2016 9:23 pm
Forum: General
Topic: Compatibility of WAS v8.5.5.3 with IIS v.9.1.2
Replies: 3
Views: 1943

Compatibility of WAS v8.5.5.3 with IIS v.9.1.2

Hello everyone, I need some help for deciding which version of IIS to install. IIS v.9.1.2 comes with WAS v8.5.0.0 and this version of WAS is not compatible with Redhat 7.0. WAS v8.5.5.3 is the minimum requirement for Redhat 7.0. Does anybody know if WAS v8.5.5.3 is compatible with IIS v.9.1.2 ? Tha...
by arsh
Sun Aug 24, 2014 11:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle connector reject link columns
Replies: 4
Views: 3187

The issue I'm facing is I cannot pull columns from an oracle connector into the reject link for displaying in a log because they do not show up. I'm facing this on a DS 8.5 installation. Any help is highly appreciated
by arsh
Fri Aug 22, 2014 8:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle connector reject link columns
Replies: 4
Views: 3187

Oracle connector reject link columns

I'm facing the same issue as noted in this post. Is this an access issue or an installation issue?