Search found 42189 matches

by chulett
Mon Mar 09, 2015 10:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date formatting
Replies: 11
Views: 7182

Just wanted to add that the good thing (or perhaps bad thing) about the Conv conversions is that if you do something invalid they typically don't throw an error but rather pass the original value through unchanged. Which is why doing an 'unnecessary' IConv on an internal date seems to work properly....
by chulett
Mon Mar 09, 2015 9:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date formatting
Replies: 11
Views: 7182

Convert("/:","",Oconv(Iconv(internal_date, "D2/"),"DYMD[4,2,2]")) So... basically the same answer as posted in 2006 with semicolons added to the strip list (it's a date not a date/time) and an unnecessary IConv thrown in for some reason... if you are truly de...
by chulett
Mon Mar 09, 2015 9:18 am
Forum: General
Topic: ViewData_16443.14287808.tmp file consuming huge space
Replies: 2
Views: 1403

A file that starts with 'ViewData' I would assume is generated by the View Data process and for whatever reason failed to clean it up. Perhaps the client session aborted or was force closed? Nuke it.
by chulett
Mon Mar 09, 2015 7:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datasatge job performance with version 9.1 and Oracle 12C
Replies: 13
Views: 6725

Database. Let's start with - do you have an index over the fields in your update where clause?
by chulett
Sun Mar 08, 2015 4:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RCP enabled, job fail when there are no fields in the design
Replies: 17
Views: 11057

... if not using RCP. Just calling that out again. :wink:
by chulett
Sat Mar 07, 2015 11:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Autocommit
Replies: 4
Views: 2928

Also note the docs specifically say Record Count rather than Transaction Size should be set to zero...
by chulett
Sat Mar 07, 2015 11:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Autocommit
Replies: 4
Views: 2928

Make sure you have all the latest fixpacks for your version and if so, involve support.
by chulett
Sat Mar 07, 2015 8:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Autocommit
Replies: 4
Views: 2928

Looks like the official answer is to set Autocommit mode to off and Record Count to zero. If that's not working, then I would involve support.
by chulett
Fri Mar 06, 2015 4:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RCP enabled, job fail when there are no fields in the design
Replies: 17
Views: 11057

Sequential files are not relational tables where you can pick and choose the columns you want. ALL must be read, at least up through the last column that you need and that only if your tool can support short reads. What you do with them after that is up to you.
by chulett
Fri Mar 06, 2015 8:28 am
Forum: General
Topic: Authfile option usage with DStageWrapper.sh script
Replies: 11
Views: 5659

Have you involved your official support provider yet?
by chulett
Thu Mar 05, 2015 5:16 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: JSON formated data Web service Jobs deployed in ISD
Replies: 9
Views: 14315

yijuanl wrote:But after deployment, the browser shows only one record.
Is this actually a problem? XML doesn't require any 'fomatting' and can present itself as one long record... I am thinking JSON would be the same. ??
by chulett
Thu Mar 05, 2015 4:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove bad rows before loading
Replies: 2
Views: 1146

Can you post the 'abort' you are getting? Don't understand why it would think a # is a delimiter so wondering if the actual abort text might help clear that up.
by chulett
Thu Mar 05, 2015 2:20 pm
Forum: General
Topic: ERROR Unable to open the Job
Replies: 8
Views: 8599

Oh, THAT log. Never mind. :wink: