Search found 36 matches

by ureddy
Mon Sep 14, 2009 1:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unlock Datastage job from Unix Command line
Replies: 2
Views: 12202

Re: Unlock Datastage job from Unix Command line

Hi All, I am trying to unlock the job and i followed the below steps(I dont have DS Administrator window access,so logged into unix box) 1. Login as dsadm. 2. cd into DataStage home 3. Enter ". ./dsenv" 4. bin/uvsh after enter of 4th step im getting the below message instead of TCL prompt ...
by ureddy
Wed Jun 18, 2008 11:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error: APT_Decimal::asInteger: the decimal value is ou
Replies: 3
Views: 9934

Hi, I got the solution. :D . The error is due to the Abs() function. Abs( ) function returns an integer value. So, code is failing since, SHRPAR_QTY_SUM is a decimal value and we were trying to convert an integer to a string with an incorrect type conversion function and the values coming from UAT e...
by ureddy
Tue Jun 17, 2008 12:30 pm
Forum: General
Topic: Capture DsDirector log in 7.5.1A
Replies: 3
Views: 1908

Re: Capture DsDirector log in 7.5.1A

If you are good in writing BASIC routines, write a routine to get the log(in to a file) when the job gets abort, and attach that file;send to support personnel thru notification activity.
by ureddy
Mon Jun 16, 2008 11:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error: APT_Decimal::asInteger: the decimal value is ou
Replies: 3
Views: 9934

Hi Ray, but im converting all the decimal fields to strings. Eventhough the length of the decimal field is larger from the source iam converting decimals to string. Iam putting the following logic for the decimal columns. 1)the field from source is : -(SHRPAR_QTY_SUM) decimal [31,11] In Tfm iam conv...
by ureddy
Fri Jun 13, 2008 10:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error: APT_Decimal::asInteger: the decimal value is ou
Replies: 3
Views: 9934

Fatal Error: APT_Decimal::asInteger: the decimal value is ou

Hi all, My job is getting aborted by showing the below Fattel error. Fatal Error: APT_Decimal::asInteger: the decimal value is out of range for the integer result. In the transformer im converting all the decimal fields to string. im not using any integer datatype in the target. The same job is work...