Search found 92 matches

by tanaya.deshpande@tieto.co
Fri Mar 18, 2011 5:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is divide by zero rule.
Replies: 18
Views: 9242

What is divide by zero rule.

What is divide by zero rule?
Why is it implimented ?
How is it implimented?
by tanaya.deshpande@tieto.co
Thu Mar 17, 2011 4:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to calculate max in DS
Replies: 4
Views: 2098

How to calculate max in DS

I have 7 employees coming in a single stream whose salary is different on Monday ,Tuesday and Wednesday.
Now I want to calculate
1) total salary of each employee.for three days..... after that
2)the employee who has max salary

How can I impliment this in DS
by tanaya.deshpande@tieto.co
Thu Mar 17, 2011 2:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: confused about partitioning method
Replies: 1
Views: 1530

confused about partitioning method

1)I am using a dataset in multipla jobs ..its an intermidiate file
what propogation flag shoul I set ..where its an Input stage ??

2)I have set the reference dataset link partition to entire in the look up stage
is that ok ..??
by tanaya.deshpande@tieto.co
Tue Mar 15, 2011 3:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to read .XLS file from DS
Replies: 6
Views: 3827

My .xls file with changed extension .csv is present in unix box..
I am not able to view it thru cat command also
by tanaya.deshpande@tieto.co
Tue Mar 15, 2011 3:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to read .XLS file from DS
Replies: 6
Views: 3827

Not able to read .XLS file from DS

HI

I have changed the extention of the .xls file to .csv ..but still I am not able to read the file thru Sequential file stage ..
is there any thing else I need to do..may in format tab..

Thanks
by tanaya.deshpande@tieto.co
Tue Feb 01, 2011 10:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to monitor scratch disk space.
Replies: 1
Views: 3362

How to monitor scratch disk space.

Hi A job in my project has failed giving the following error. Join_343,1: write failed: Output file full, and no more output files Join_343,1: Fatal Error: Tsort merger aborting: mergeOneRecord() punted Join_343,1: Fatal Error: Pipe read failed: short read Join_2,0: Fatal Error: Unable to allocate c...
by tanaya.deshpande@tieto.co
Mon Jan 17, 2011 5:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Best Practices for coding in Datastage
Replies: 3
Views: 6856

Best Practices for coding in Datastage

Can any one please send

Best Practices for coding in Datastage.

For example.
1)Null handling must be done.
2)Parameters shud not be hard coded.
by tanaya.deshpande@tieto.co
Fri Nov 12, 2010 1:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compilation error
Replies: 3
Views: 1743

READ_D_Equipment is not a field its a stage name
by tanaya.deshpande@tieto.co
Fri Nov 12, 2010 1:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compilation error
Replies: 3
Views: 1743

compilation error

I am getting following compilation error I dont understand why ? can anyone please explain Output from transformer compilation follows: ##I IIS-DSEE-TFCN-00001 09:05:13(000) <main_program> IBM WebSphere DataStage Enterprise Edition 8.1.0.5447 Copyright (c) 2001, 2005-2008 IBM Corporation. All rights...
by tanaya.deshpande@tieto.co
Thu Oct 21, 2010 1:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Primary key violation Warnings
Replies: 1
Views: 1051

Primary key violation Warnings

Hi I have a load job in which there is One SCD stage, a Join Stage. Data is being loaded into a SQL server thru a SQLServer Stage. the insert mode is update then insert. My Primary key is the surrogate key which is Employeekey generated by the SCD stage. I am getting Primary key violation Warnings. ...
by tanaya.deshpande@tieto.co
Mon Oct 18, 2010 1:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_CombinedOperatorController(6)
Replies: 6
Views: 6424

u mean deleting each stage one by one
by tanaya.deshpande@tieto.co
Mon Oct 18, 2010 1:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_CombinedOperatorController(6)
Replies: 6
Views: 6424

APT_CombinedOperatorController(6)

I am getting these errors in a job where I am inserting and updating records in MS SQLserver stage D_Employee,1: Failure during execution of operator logic. Fatal Error: [Microsoft][ODBC SQL Server Driver][SQL Server]Incorrect syntax near '@P7'. Player 30 terminated unexpectedly. APT_PMsectionLeader...
by tanaya.deshpande@tieto.co
Fri Oct 01, 2010 1:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unique key warning generated
Replies: 7
Views: 2763

The info I gave was incomplete Before adding 4 columns in the job it ran fine after adding the columns it is giving warning on a column which I did not modify [Microsoft][ODBC SQL Server Driver][SQL Server]Cannot insert duplicate key row in object 'dbo.D_Employee' with unique index 'D_Employee_NK'. ...