Search found 42189 matches

by chulett
Wed Jun 16, 2010 2:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset occupying a lot more space compared to a text file.
Replies: 11
Views: 6508

Varchar fields are stored at their full size, from what I recall.
by chulett
Wed Jun 16, 2010 9:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to handle Equal Sign in Paramter
Replies: 14
Views: 6042

Me thinks the problem lies here. :wink: For ParamNum = 1 to ParamCount Param(ParamNum,1) = Field(Field(Params,'|',ParamNum),'=',1) Param(ParamNum,2) = Field(Field(Params,'|',ParamNum),'=',2) Next ParamNum You've specifically just pulled everything before the second equal sign and left the rest behin...
by chulett
Wed Jun 16, 2010 7:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to handle Equal Sign in Paramter
Replies: 14
Views: 6042

You've got single quotes in the parameter so you'd have to use double-quotes around it. Can you post your routine so we can see how you are passing this?
by chulett
Wed Jun 16, 2010 7:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to handle Equal Sign in Paramter
Replies: 14
Views: 6042

Is this from the command line using dsjob? Have you tried quoting the entire string?
by chulett
Wed Jun 16, 2010 6:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data conversion problem
Replies: 28
Views: 24838

:?

Still unclear what the data type of your actual target field in the Oracle table was for this field. Are you saying you were able to load this to some kind of NUMBER field by calling it "unicode"?
by chulett
Wed Jun 16, 2010 6:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Number of records in XML
Replies: 5
Views: 2154

XML files don't have "records" in the sense that a traditional flat file would. As noted, about all that makes sense are the number of records that you sent to the stage.
by chulett
Wed Jun 16, 2010 6:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Server Job Import Issue in 8.1
Replies: 10
Views: 4494

There are a number of optional plug-ins one can select when installing the server component, most of the database ones for example. I would check that branch in the Manager in the 7.x project and make sure anything you are using there is also installed in the 8.x project. If your only issue is with ...
by chulett
Wed Jun 16, 2010 6:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job run is happening continuously
Replies: 8
Views: 3100

So, in other words, the status flag needed to be reset - something you could have done right from the Director. :wink:

Marking as Resolved.
by chulett
Tue Jun 15, 2010 9:55 pm
Forum: Site/Forum
Topic: Bug in DSXchange
Replies: 4
Views: 3787

Actually, I randomly picked one of the two to delete, neither had replies when I did so... guess I picked the wrong one. :(
by chulett
Tue Jun 15, 2010 9:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using XML Input Stage with External Source Stage
Replies: 7
Views: 6918

I quoted right from the supplied documentation, check out the XML Pack Guide pdf that is part of that suite.
by chulett
Tue Jun 15, 2010 9:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with Parallel loads with logical nodes
Replies: 8
Views: 2174

Why have 'load options' when there is no loading going on? :?

If your Oracle stage's Execution Mode is parallel, try setting it to sequential.
by chulett
Tue Jun 15, 2010 9:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job compilation takes about 4 hrs
Replies: 17
Views: 4849

OK... can you describe the job in more detail? For example, how many transformers does it include? I'm guessing... more than one.
by chulett
Tue Jun 15, 2010 5:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using XML Input Stage with External Source Stage
Replies: 7
Views: 6918

It would be helpful if you answered the last question asked. Also, can you post a snippet of the actual xml and some full examples of your XPath Expressions? Thanks.
by chulett
Tue Jun 15, 2010 5:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with Parallel loads with logical nodes
Replies: 8
Views: 2174

Then you've got a partitioning issue. Can you describe your job design - stages, partitioning settings per stage, etc?
by chulett
Tue Jun 15, 2010 5:17 pm
Forum: Site/Forum
Topic: Bug in DSXchange
Replies: 4
Views: 3787

By any chance were you replying to a post much like this one when it happened?