Search found 15603 matches

by ArndW
Thu May 15, 2008 2:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert data from LATIN1 to UTF8
Replies: 14
Views: 7976

This conversion can be done automatically in DataStage if you have NLS installed, just declare your input as LATIN1 and the output as UTF8
by ArndW
Thu May 15, 2008 1:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert data from LATIN1 to UTF8
Replies: 14
Views: 7976

This conversion can be done automatically in DataStage if you have NLS installed, just declare your input as LATIN1 and the output as UTF8
by ArndW
Wed May 14, 2008 12:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To Capture rehect rows from Teradata API
Replies: 12
Views: 2985

That's a pretty conclusive error message; it would seem that the Teradata API does not support reject links at V7. In that case I am certain that somewhere in the stage itself is an option to redirect rejects to some file. Have you checked the documentation for the options?
by ArndW
Wed May 14, 2008 11:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To Capture rehect rows from Teradata API
Replies: 12
Views: 2985

That is a good sign, it means you aren't adding a reject link, just an output link. You need to attach an input link first, then you can right-mouse-click-and-drag a reject output link.
by ArndW
Wed May 14, 2008 11:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: subtract interval from timestamp
Replies: 4
Views: 1621

No, that won't really work in DataStage but will work in Excel. Dates are stored as integers, not real numbers.
by ArndW
Wed May 14, 2008 11:48 am
Forum: General
Topic: Failed to connect to DataStage server
Replies: 12
Views: 10067

If the UNIX login is working but the DataStage one isn't I would look and check all of the IIS settings as that is the likely source of the problem.
by ArndW
Wed May 14, 2008 11:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To Capture rehect rows from Teradata API
Replies: 12
Views: 2985

Does that mean you get an error message when you draw a link coming out of the Teradata stage, or later when you compile? All of the other database stages support that type of reject, so I really would expect that Teradata does as well.
by ArndW
Wed May 14, 2008 11:25 am
Forum: General
Topic: Failed to connect to DataStage server
Replies: 12
Views: 10067

Do you have other users defined who you can check access to DataStage with? Also, have you gone into iis admin to see if the security settings and roles are unchanged from yesterday's settings?
by ArndW
Wed May 14, 2008 11:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: where to add APT_ORACLE_NO_OPS (set the value to 1)variable?
Replies: 4
Views: 1498

No need to use it in the stage, just set the parameter value correctly at runtime.
by ArndW
Wed May 14, 2008 10:48 am
Forum: General
Topic: Failed to connect to DataStage server
Replies: 12
Views: 10067

can you login to your server with that userid/password combination using TELNET or whatever tool you prefer (i.e. putty)?
by ArndW
Wed May 14, 2008 10:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_OraInstanceSet::setup() failed
Replies: 8
Views: 2908

It is considered bad taste to post the same question twice in short order - please use your thread here
by ArndW
Wed May 14, 2008 10:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: where to add APT_ORACLE_NO_OPS (set the value to 1)variable?
Replies: 4
Views: 1498

Go into the Parameters tab of your job in the designer and click on the "Add Environment Parameter" button to get the list. If it is not in the standard list, then you would need to add it for that project using the DataStage Administrator client.
by ArndW
Wed May 14, 2008 10:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation of job
Replies: 11
Views: 1760

My first thought is that you didn't run the jobs that you thought you had run. What happens if you start one of these jobs manually from the director - does the status change and the log entries show up?
by ArndW
Wed May 14, 2008 10:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To Capture rehect rows from Teradata API
Replies: 12
Views: 2985

Put a reject link coming out of the Teradata stage. I just tried it (at V8) but am fairly certain that functionality exists at V7.
by ArndW
Wed May 14, 2008 9:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert function
Replies: 2
Views: 1725

The Server "@FM" is the equivalent of CHAR(254)