Search found 42189 matches

by chulett
Fri Sep 23, 2016 9:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal conversion
Replies: 6
Views: 2092

It's a placeholder for the sign, space means a positive value. Does it actually hurt, cause an issue? My understanding is if you need to get rid of the space, you'd need to make the flat file target field a string. Or there may be an extended property to tell it that it is not signed. Not positive. ...
by chulett
Fri Sep 23, 2016 12:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: REST Step is aborting in Hierarchical Stage
Replies: 4
Views: 3783

An internal error would typically indicate a bug, requiring help from support and probably a patch as well. Hence the suggestion. But perhaps someone has faced this issue and has a different solution...
by chulett
Thu Sep 22, 2016 9:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuration file
Replies: 5
Views: 1663

Suggest you start by reading the documentation.
by chulett
Thu Sep 22, 2016 9:37 am
Forum: General
Topic: dscmdexport using command activity diff dsx size
Replies: 7
Views: 2278

Meaning, perhaps it behaves differently. As Ray noted, sounds like one includes executables / binaries (etc) and one does not. Which is also why the /EXEC question came up.
by chulett
Thu Sep 22, 2016 5:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: REST Step is aborting in Hierarchical Stage
Replies: 4
Views: 3783

So why not simply "report to IBM with log files"?
by chulett
Tue Sep 20, 2016 10:53 pm
Forum: General
Topic: dscmdexport using command activity diff dsx size
Replies: 7
Views: 2278

Methinks he is saying it is not 'the same command'.
by chulett
Tue Sep 20, 2016 8:24 pm
Forum: General
Topic: Annotations: Cannot change Border to invisible.
Replies: 8
Views: 3018

So... bug. Really, really persistent prehistoric bug. :wink:
by chulett
Tue Sep 20, 2016 3:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error deleting datasets
Replies: 11
Views: 3362

:?: I changed your initial post's subject to something more problem specific, not sure why you felt the need to edit it and change it back to something so... generic. :?
by chulett
Tue Sep 20, 2016 1:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error deleting datasets
Replies: 11
Views: 3362

Actually:

Code: Select all

. ./dsenv
by chulett
Tue Sep 20, 2016 1:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Connector resulting zero records
Replies: 3
Views: 3659

No, there's nothing special you need to do. DataStage is a client just like your Developer tool - both send the SQL to the database and it sends back the results. If you are certain the SQL is the same then perhaps they are not connecting to the same instance. Been there, done that, got the t-shirt.
by chulett
Tue Sep 20, 2016 12:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Connector resulting zero records
Replies: 3
Views: 3659

Best to start by posting in the Server forum. I've moved you there. Also known as 'here'.

Secondly, no. What's different about the SQL in the job versus the tool - parameters? Look at the detail in the job's log to see what was actually executed.
by chulett
Tue Sep 20, 2016 12:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error deleting datasets
Replies: 11
Views: 3362

Just for grins, can you confirm for us what your understanding of "sourcing dsenv" means?
by chulett
Tue Sep 20, 2016 7:32 am
Forum: General
Topic: Very slow in running datastage job sequences
Replies: 16
Views: 5775

Right. Posted it in all caps for a reason. :wink: At least this confirms they are still dynamic type 30 hashed files and haven't mysteriously been converted to something else. As noted, suggested a long listing so you could see the sizes of each and also how much has possibly skewed into the OVER po...
by chulett
Mon Sep 19, 2016 10:34 pm
Forum: General
Topic: Very slow in running datastage job sequences
Replies: 16
Views: 5775

These tables are not things you just want to start deleting. If you're not sure which job is #582 (to use your example) run a query against DS_JOBS. Off the top of my head, something like: SELECT NAME FROM DS_JOBS WHERE ID = 584 I'd also be curious what files are in the directory when you do a "...
by chulett
Mon Sep 19, 2016 9:38 pm
Forum: General
Topic: Very slow in running datastage job sequences
Replies: 16
Views: 5775

So are you saying that you think these function calls "should be able to complete in fraction of seconds" because they do in other environments? But in this one, whichever one this is, they take much longer? If that's the case, you really need to dig into discovering what exactly is differ...