Search found 7 matches

by LittelTony
Thu Apr 05, 2012 6:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Director warning Implicit conversion
Replies: 8
Views: 3968

pandeesh wrote:Hi,
the best practice is fixing the real issue rather than avoiding them by using message handler.
In your case try to use the function

Code: Select all

DecimalToDecimal()
so that you can avoid the warning,.

I thought that but the warning is in the initial OCI so i can't put any transformer before...
by LittelTony
Thu Apr 05, 2012 3:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Director warning Implicit conversion
Replies: 8
Views: 3968

chandra.shekhar@tcs.com wrote:You can use message handler property available in director.
If i understood well, in that case every time i have this warning it'll be removed from log also when it's involving other jobs (not ONLY this).
by LittelTony
Thu Apr 05, 2012 3:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Director warning Implicit conversion
Replies: 8
Views: 3968

Director warning Implicit conversion

Hi all, i've following warning running a job with the Director: " Implicit conversion from source type "decimal[38,10]" to result type "decimal[3,0]": Possible range/precision limitation " located in the initial OCI. The OCI is binded to a View with a join and, in this ...
by LittelTony
Wed Jan 11, 2012 7:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to document parallele job
Replies: 5
Views: 2763

For all the jobs we've to count all the stages that are without comment.
by LittelTony
Wed Jan 11, 2012 7:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to document parallele job
Replies: 5
Views: 2763

How to document parallele job

Hi,
there's a simple way to document all the stages (and their properties like comments and more) used in a job? Third part product?


Thanks in advance
by LittelTony
Thu Jul 14, 2011 2:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Newbie question regarding a debugger
Replies: 12
Views: 6932

Hi, i saw the View Data button but (if i understand well) it works when i'm in design mode and not during the execution like the tool of SSIS. About the documentation the software is not mine but it's installed at our customer server where we can connect just with remote desktop sofware and on that ...
by LittelTony
Tue Jul 12, 2011 3:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Newbie question regarding a debugger
Replies: 12
Views: 6932

Newbie question regarding a debugger

Hi all, i worked in the past with SSIS but now i've just started to use Datastage and i'm looking for something similar to the DataViewer of SSIS (an instrument to display data during the execution of job). Is there something similar to it? Could you suggest me some link/tutorial to start learning i...