Search found 42189 matches

by chulett
Mon Feb 18, 2013 2:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To get unique records from a CSV file
Replies: 2
Views: 864

Not sure about "pros and cons", whatever works is a pro in a manner of speaking. Me, I'd prefer the second approach as it makes what you are doing more obvious. I'd probably add an explicit Sort stage as well.
by chulett
Mon Feb 18, 2013 9:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal Places getting truncated while moving data
Replies: 19
Views: 4920

If we were talking about Server jobs then I'd say yes, definitely. However, I'd first try the APT variables that Eric posted for Parallel jobs. And you don't need to set them at the project level, you could start with just adding them to the job in question before you decide to set it project-wide.
by chulett
Mon Feb 18, 2013 8:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal Places getting truncated while moving data
Replies: 19
Views: 4920

Well, 15 is a magic number and (from what I recall) the default precision limit under the covers in DataStage. Problem is I don't recall and couldn't find via a search how to change that... guys, is there an APT variable for that? In uvconfig? :?
by chulett
Mon Feb 18, 2013 8:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL server table update Deadlock issue :SQLSTATE = 40001
Replies: 3
Views: 2946

Changing the array size to 1 could 'solve' the problem but at the cost of it running very slowly, you'd have to wait for it to complete to know. And are you certain you managed to run it on a single node? If you had I don't see how it could have deadlocked with "another process" - assuming...
by chulett
Sun Feb 17, 2013 5:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal Places getting truncated while moving data
Replies: 19
Views: 4920

My understanding is an unbound Oracle NUMBER is stored in floating point. Still, not sure why that value would be truncated during RCP - perhaps there is an APT variable that needs to be set? Or perhaps a patch.
by chulett
Sun Feb 17, 2013 8:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal Places getting truncated while moving data
Replies: 19
Views: 4920

An unbound number with no precision like NUMBER rather than NUMBER(15)? Both sides?
by chulett
Sun Feb 17, 2013 8:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL server table update Deadlock issue :SQLSTATE = 40001
Replies: 3
Views: 2946

Are you updating the same table you are selecting from? Does the job work without issue if you run it on one node?
by chulett
Sat Feb 16, 2013 2:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal Places getting truncated while moving data
Replies: 19
Views: 4920

So your source and target are tables? What database and what are the datatypes of the actual source and target database fields?
by chulett
Sat Feb 16, 2013 2:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal Places getting truncated while moving data
Replies: 19
Views: 4920

Thanks for starting a new post, that's what you needed to do rather than find an old 'similar' post to add your question to. And rather than doing both. :wink:

ps. I deleted your 'extra' copy of this.
by chulett
Fri Feb 15, 2013 2:58 pm
Forum: General
Topic: load from dat file into DRS stage..ORA-01722: invalid number
Replies: 2
Views: 1238

So... you posted in the general forum with Job type noted as Server and additional info that says "8.5 parallel". Is this a Server or Parallel job?
by chulett
Fri Feb 15, 2013 10:03 am
Forum: Site/Forum
Topic: Premium Membership Activation
Replies: 18
Views: 23072

It can take a few days as it's still (from what I understand) a manual process.
by chulett
Fri Feb 15, 2013 9:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Single XML element?
Replies: 2
Views: 1238

I have a specific request. Please start a new post when you have a question of your own, this rather then adding it to an old conversation you stumble across when searching. I've split you out to your own post and made up some details. Please let us know if you're not on version 8.x and a UNIX ETL s...
by chulett
Fri Feb 15, 2013 8:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parameter passing
Replies: 3
Views: 1061

That's perfectly allowed, you just have to build the string "around" the parameters so they get a chance to be resolved before becoming part of the string:

Code: Select all

"user_id=" : #pUserId# : ", password=" : #pPassword#
Completely made up example but hopefully you get the idea.
by chulett
Thu Feb 14, 2013 8:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job reports failure
Replies: 3
Views: 1281

So this is with just one particular job? Everything else works fine?

This job, did it stop working after it had been running fine or has it never run correctly yet?
by chulett
Thu Feb 14, 2013 4:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Named Pipe Errors in server Jobs
Replies: 2
Views: 1599

Re: Named Pipe Errors in server Jobs

mdbatra wrote:looks like I can view only those premium posts which were posted after I received the premium membership
Well, it's certainly not supposed to work like that and I don't recall every hearing that problem before. Odd. :?