Search found 42189 matches

by chulett
Tue Aug 26, 2014 2:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ Connector
Replies: 5
Views: 3484

You could try doing an exact search for "work queue" here and then go through the other discussions on this topic, see if any of them help.
by chulett
Tue Aug 26, 2014 9:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert INT to TINY INT in datastage?
Replies: 2
Views: 4508

You already are. That's just a warning alerting you to the fact that your data may not fit. If you somehow know that it always will, demote it. Otherwise you'll need some sort of a legitimate conversion algorithm to manipulate 4 bytes to fit into 1.
by chulett
Mon Aug 25, 2014 9:25 am
Forum: General
Topic: Web Service Jobs Import doubt
Replies: 2
Views: 1242

Re: Web Service Jobs Import doubt

MANASHI wrote:Can we make it parameterized?
Was just going to note that the quickest way to answer this question is to try it. :wink:
by chulett
Mon Aug 25, 2014 12:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: cannot insert data in oracle table
Replies: 15
Views: 16216

Sure. You can upload an image to any of the free File Sharing sites out there (I typically use Imgur but there are plenty of others) and then link to them in a post. That's what the "Img" or Image tags are for in a php bulletin board like this.
by chulett
Sat Aug 23, 2014 9:02 pm
Forum: General
Topic: DataStage project naming convention
Replies: 7
Views: 2654

No worries, got it. :wink:
by chulett
Sat Aug 23, 2014 9:36 am
Forum: General
Topic: DataStage project naming convention
Replies: 7
Views: 2654

Eric, do you have a link for the Redbook you mentioned? Is it the "Parallel Framework Standard Practices" in the linked thread?
by chulett
Fri Aug 22, 2014 9:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle connector reject link columns
Replies: 4
Views: 2586

What "issue" specifically are you having?
by chulett
Thu Aug 21, 2014 7:24 pm
Forum: General
Topic: Unable to create the Object Manager
Replies: 5
Views: 2584

"Remote server" like a Citrix server? And is this happening to everyone or just you?
by chulett
Thu Aug 21, 2014 10:05 am
Forum: General
Topic: Directories Created on Project Creation
Replies: 4
Views: 1700

Just as a quick point of clarification - those are not from creating a new (as in empty) project. Each of those are directories created when you import jobs into the project, each job creates several directories with the same associated internal job number at the end of each name. And as noted, noth...
by chulett
Wed Aug 20, 2014 9:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: cannot insert data in oracle table
Replies: 15
Views: 16216

That error doesn't tell us much. As noted in another post with the same errors you'll need to provide us with details on exactly what you are doing in the target stage before anyone can really help much.
by chulett
Wed Aug 20, 2014 10:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Greenplum connector only for select columns
Replies: 6
Views: 2737

Then unless someone has used that Connector here, it would seem you have a Support question. Let us know what you find out.
by chulett
Wed Aug 20, 2014 9:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Adding Customerid to each parsed row.
Replies: 1
Views: 1932

That just sounds like a stage variable to me. Stash it and add it to each row as you parse it.
by chulett
Wed Aug 20, 2014 9:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Greenplum connector only for select columns
Replies: 6
Views: 2737

According to the documentation it looks like you need to move the columns you want "from the Available columns list to the Selected columns list".
by chulett
Wed Aug 20, 2014 8:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To search for occurence of more than one character in string
Replies: 3
Views: 1681

Can you give us some specific examples of what you need to do? Should be perfectly feasible, I'd just like more certainty around what "6 different kinds of characters" means.