Search found 23 matches

by anntaylor
Mon Apr 03, 2006 9:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential File error
Replies: 34
Views: 11698

We are having a similar issue. We are going to change the kernel default config settigns. The Install and Upgrade manual suggests the kernel may need to be rebuilt. I'll let you know what we find.
by anntaylor
Mon Apr 03, 2006 9:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML File Format
Replies: 5
Views: 1886

You could also remove the checkmark beside the "Generate Formatted Output" in the XML stage. This will condense the output, though it will condense it more than the XML you have above.
by anntaylor
Thu Mar 30, 2006 10:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replacing & character
Replies: 9
Views: 1945

I use the below to replace a CR in a comment field. You can do something similar

Convert(char(10), ". ",AOStyleComment.RemarkType)
by anntaylor
Fri Mar 24, 2006 12:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is there any bug in Join stage
Replies: 8
Views: 2828

How many records are in table you are joining with?
by anntaylor
Fri Mar 10, 2006 12:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSJobStartTimestamp value not updating
Replies: 3
Views: 4799

This ended up being a bug. The macro was instead returning the datetime of the last compilation.

As a workaround, IBM supplied
OCONV(@DATE,"DYMD-[4,2,2"):" ":OCONV(@TIME,"MTS")
by anntaylor
Thu Feb 23, 2006 11:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSJobStartTimestamp value not updating
Replies: 3
Views: 4799

DSJobStartTimestamp value not updating

I am setting the initial value of a stage variable to Macro DSJobStartTimestamp. I am having an issue where the value updates intermitantly. It will be the same for three executions (command line), then update on the next run. Has anyone run into a similar scenario. Of lesser concern, I am intereste...
by anntaylor
Thu Feb 23, 2006 7:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL server connection problem
Replies: 5
Views: 2078

Based on what you supplied, the names do not match and the error suggests as much. There is a pdf ..../Ascential/DataStage/branded_odbc/books/books.pdf that can help with this configuration and testing the connection with ../bin/example. I would also double check the port. It may not be the default ...
by anntaylor
Wed Feb 22, 2006 3:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL server connection problem
Replies: 5
Views: 2078

You need to create a separate entry in .odbc.ini for each DB you want to connect to and the names should match.