Search found 61 matches

by arunpramanik
Wed Jan 18, 2012 12:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help needed for the below Logic
Replies: 3
Views: 1981

Re: Help needed for the below Logic

You should look for the way to implement TYPE 2 SCD.
by arunpramanik
Tue Feb 22, 2011 10:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Enterprise Stage Warning
Replies: 4
Views: 2965

Ravi.K wrote:Change "Preserve Partitioning" to "Clear" at Advanced Tab of the Teradata Enterprise Stage.
Did not find the option Preserve partitioning" at Advance tab of Teradata Enterprise Stage.
by arunpramanik
Tue Feb 22, 2011 10:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Enterprise Stage Warning
Replies: 4
Views: 2965

Teradata Enterprise Stage Warning

I have a simple Teradata table load job. the job retrives data from a dataset and load to Teradata table using Teradata Enterprise Stage. Wile executing this job I get following Warning for Teradata Enterprise stage - When checking operator: A sequential operator cannot preserve the partitioning of ...
by arunpramanik
Wed Dec 01, 2010 6:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Retrieve the number of rows inserted or update in a Table
Replies: 4
Views: 7202

Re: Retrieve the number of rows inserted or update in a Tabl

Hi I have a Job Parallel (datastage 8.1) writing in a table (Oracle 10g) by an upsert. I would to create e routine to capture some information as, for example, the number of inserted or updated rows, as they appears in the Job's Log. May anybody suggest me a solution? How can I retrieve these infor...
by arunpramanik
Sun Nov 28, 2010 10:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference Between join, Lookup and merge
Replies: 6
Views: 14082

Best thing will to add non key fields in both of your source, and get the output containing key and non-key fields from these three stage.

Hope that will make you understand how these three stage works
by arunpramanik
Fri Nov 19, 2010 3:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Improving Job performance
Replies: 16
Views: 9723

Plus there are so many target tables. Looks like some table may have foreign key references between themselves. Is the data load is properly sequenced like first master then the details?
by arunpramanik
Fri Nov 19, 2010 2:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Improving Job performance
Replies: 16
Views: 9723

Is there any complex query with condition at the source OCI? How fast the data is being retrived from source database? You are doing insert and update at the same time. Is your target table are properly indexed on key columns particularly for update process? I will prefer to separate OCI stage or ev...
by arunpramanik
Mon Oct 18, 2010 7:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: coding
Replies: 4
Views: 2323

by arunpramanik
Tue Sep 28, 2010 3:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: occurring problem
Replies: 13
Views: 6754

can you please provide an example.
So that we can understand what do you meant by ADDRESS (OCCURS 3 TIMES).
by arunpramanik
Fri Sep 24, 2010 2:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: userstatus
Replies: 9
Views: 5959

I have a routine call DSuserstatus( Arg1) Ans=Arg1 that returns the value of the first job. then I assign that value to the uservariable in the useractivity as Job1.$Userstastus and pass it to the job2 as a job parameter Is this DSuserstatus( Arg1) a user defined routine? As mention by Ray there is...
by arunpramanik
Mon Sep 20, 2010 1:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Tuncation Error
Replies: 4
Views: 3003

natashab wrote:what should be done to make the job run without the truncation failed error?
Check the user rights/privilege of the Oracle user which you are using has the proper right to truncate.
by arunpramanik
Thu Aug 19, 2010 8:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: getting ds_loadlibrary: Win32 error in LoadLibrary of sybase
Replies: 21
Views: 14104

Check with DSEDIT utility, if you can access the sybase servers.
DSEDIT utility is available at Programs>Sybase
by arunpramanik
Thu Aug 19, 2010 8:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: getting ds_loadlibrary: Win32 error in LoadLibrary of sybase
Replies: 21
Views: 14104

Please check with support if Sybase client installtion is needed.
My suggestion is to install Sybase Client in DS server.
by arunpramanik
Thu Aug 19, 2010 2:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: getting ds_loadlibrary: Win32 error in LoadLibrary of sybase
Replies: 21
Views: 14104

Very recently we installed DS on Windows, (although we have sybase client installed in DS server), and I am quite sure that we did not have to register specific dll, as what is being mentioned.

Is the installation is made recently? Was the server restarted after installation?