Search found 108 matches

by ds2000
Wed May 16, 2012 4:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal Conversion Error
Replies: 9
Views: 35185

Had exactly same issue with a csv file where last column of the file was numeric and all conversion functions where throwing warnings. So converted line delimeter to UNIX type that fixed the problem.
by ds2000
Wed May 16, 2012 4:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal Conversion Error
Replies: 9
Views: 35185

Had exactly same issue with a csv file where last column of the file was numeric and all conversion functions where throwing warnings. So converted line delimeter to UNIX type that fixed the problem.
by ds2000
Tue Apr 24, 2012 10:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Double to Decimal Data Type Issue
Replies: 4
Views: 4152

Final Conclusion

To get rid of this Warning: APT_CombinedOperatorController,2: Conversion error calling conversion routine decimal_from_dfloat data may have been lost and Following this rule: Precision is number of digits and scale is number of digits to the right of the decimal. scale/decimal value (right part of d...
by ds2000
Mon Apr 23, 2012 11:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Double to Decimal Data Type Issue
Replies: 4
Views: 4152

Thanks qt_ky and SURA to to explain the storage of numeric.

My actual data value was 14656.495444480958, that becomes Numeric(17, 12) and it works fine. I have increased the total precision to 20 to fit max value that i found in the table.
by ds2000
Sun Apr 22, 2012 5:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Double to Decimal Data Type Issue
Replies: 4
Views: 4152

Double to Decimal Data Type Issue

My source is double data type and using dFloatToDecimal function to send to target column decimal(16,12), i get warning message for the source data value of 13456.123456789012 and its displayed as zeroes but when i change target column to decimal(16,11) no warning but value is rounded. Even if i inc...
by ds2000
Wed Oct 12, 2011 9:12 am
Forum: General
Topic: Failed to authenticate user : Port out of range: -1
Replies: 3
Views: 4385

Worked for me as well

Hi Guys thanks for your post. I did same as i added IP and HOST NAME in c:/windows/system32/network/etc/hosts file and my client started working. By the way where i can find the total # of licenses available
?
by ds2000
Tue Jun 01, 2010 11:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Db Job Taking Long Runtime After Purge
Replies: 2
Views: 1976

Db Job Taking Long Runtime After Purge

Job is taking very long time while doing a select from db2 tables/views. Its a simple job selects from db2 api stage and loads to flat file. There are two tables and two views used in this job. This job was taking only few minutes before and now its taking hours to complete. Only change on db is tha...
by ds2000
Thu Jun 11, 2009 10:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Execute Command Error on Folder Name with Space
Replies: 1
Views: 1248

Execute Command Error on Folder Name with Space

Im trying to execute copy command in EXECUTE COMMAND stage where folder name has a space in it. Actual path is like this: //dsserver/etl/Ftp Files/dummy.txt Error message is as follows: cp: "//dsserver/etl/Ftp " is a directory (not copied) cp: Files/dummy.txt: The system cannot find the pa...
by ds2000
Thu Jun 11, 2009 9:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Create VIEW in Datastage
Replies: 5
Views: 3059

It was typo, I missed it in the message. Just wanted to know if its the right approach that first create a view and then LOAD it with datastage job from different extracts ?
by ds2000
Thu Jun 11, 2009 1:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Create VIEW in Datastage
Replies: 5
Views: 3059

Create VIEW in Datastage

How can a VIEW be created in datastage ? I created a view in db and then tried to INSERT data into it using db2 api stage but datastage id was not allowed for insert in a view. Is it right way to do it.

VIEW SQL:
----------------
Create VIEW as MYVIEW
COL1, COL2
From TBL
by ds2000
Tue Jun 02, 2009 9:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Records Duplicating
Replies: 12
Views: 5094

Any thoughts on this issue ?
by ds2000
Tue Jun 02, 2009 6:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling 'Restartability' in Sequencer - Parallel jobs
Replies: 8
Views: 4518

As Chullet said Sequence must be in status of 'Aborted/Restartable' to start from failure point. Moreover, these jobs should be connected with each other.
by ds2000
Mon Jun 01, 2009 10:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Records Duplicating
Replies: 12
Views: 5094

SQL join is requirement of this job otherwise db extract is too big if i want to use ds join.
by ds2000
Mon Jun 01, 2009 9:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Records Duplicating
Replies: 12
Views: 5094

I tried running SEQUENTIAL and with 1 NODE both runs produced wrong number of rows.