Search found 42189 matches

by chulett
Wed Feb 15, 2017 8:05 am
Forum: General
Topic: Is File connector able to read orc partitioned files
Replies: 4
Views: 3565

Orc files? Ah... some kind of Big Data / Hadoop thing like Hive or Pig or Saruman. :wink:
by chulett
Wed Feb 15, 2017 8:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deadlock detected while updating table
Replies: 9
Views: 3247

I didn't ask about partitioning, I asked about locking. You ask about both, actually. :wink: What level of locking (transaction isolation) are you using? How are your data partitioned? And the fact that it runs fine on a single node still smells like a partitioning issue to me, the details of which...
by chulett
Tue Feb 14, 2017 11:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deadlock detected while updating table
Replies: 9
Views: 3247

Sounds to me like you're not hashing properly. What are your hash key(s)?
by chulett
Tue Feb 14, 2017 8:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help in while executing Perl Script with Custom stage
Replies: 3
Views: 1394

Gonna need much more information before anyone can help. Guessing when you say you are able to "retrieve in UNIX" that it works properly when you call it from the command line, yes? You'd have to show us how you set up the Wrapped stage, I would imagine, plus consider on your side under wh...
by chulett
Mon Feb 13, 2017 10:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Apostrophe value in the data
Replies: 3
Views: 2184

Right, definitely not a single quote / apostrophe but rather some flavor of "smart quote" as noted. Had planned on mentioning that earlier but forgot.
by chulett
Mon Feb 13, 2017 4:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Apostrophe value in the data
Replies: 3
Views: 2184

8)

Thanks for posting your resolution.
by chulett
Mon Feb 13, 2017 9:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Space prefix in decimal value
Replies: 6
Views: 2961

I'm going to mark this as Resolved for the moment. If you need more information or are looking for alternatives, please feel free to open this back up and let us know.
by chulett
Mon Feb 13, 2017 9:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stable version info Information Server V11.3 or 11.5
Replies: 2
Views: 1262

No clue why you decided to post this AGAIN, here is the original. If anything else needs to be added, it will happen over there.
by chulett
Mon Feb 13, 2017 8:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: connection to sybase
Replies: 3
Views: 1957

Confirmation would have to come from IBM, not me, I'm afraid. Or perhaps others here, people actually using Sybase and your release. I personally would not recommend using the DRS stage unless you actually understand and need the "dynamic" aspect of it. If you're going the ODBC route I wou...
by chulett
Sat Feb 11, 2017 8:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job processing speed Vs available nodes
Replies: 8
Views: 3371

Ah... the SMP notes would have been good to know up top. As to your last question, isn't that all up to the operating system, not DataStage? And aren't you worrying about the "additional free resources" so that performance improves? :wink:
by chulett
Sat Feb 11, 2017 8:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: connection to sybase
Replies: 3
Views: 1957

You could use either, I suppose, but isn't there still a Sybase Enterprise stage in your release?
by chulett
Sat Feb 11, 2017 8:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Space prefix in decimal value
Replies: 6
Views: 2961

Still curious if this formatting is actually causing a problem for whatever is consuming the file...
by chulett
Fri Feb 10, 2017 2:38 pm
Forum: General
Topic: Importing dsx from unix
Replies: 3
Views: 2856

I would imagine you do use istool for that nowadays. Have you tried it, had any luck? Edited to add: And... according to this post the answer is no. Command line choices for importing from dsx files do exist, including dsjob, dscmdimport and dsimport. Scratching dsjob off the list, however. And I do...
by chulett
Fri Feb 10, 2017 10:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to convert EBCDIC file to ASCII by DATASTAGE
Replies: 3
Views: 5388

Thanks, just wanted to confirm before I moved you out of the General forum to a job type specific one. As noted, use the Complex Flat File stage for this. Do you have the FD that describes the file layout? The CFF stage is a bit daunting at first but is what you would need to learn to consume that k...