Search found 53125 matches

by ray.wurlod
Wed Jan 07, 2015 3:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Escape Character
Replies: 6
Views: 4727

The first question is whether the escaped pipe character is part of the string making up field #2, or whether they need to be treated as delimiters (which you seem to be assuming). The quotes around field #2 suggest that the former situation actually obtains, as Craig noted.
by ray.wurlod
Wed Jan 07, 2015 3:37 pm
Forum: General
Topic: Upgrading from 8.1 to 11.3
Replies: 2
Views: 1991

While Version Control no longer exists, Information Server Manager allows one to interact with source code control systems. You might like to investigate that mechanism. (An Eclipse plug-in is required for non-IBM source code control systems.)
by ray.wurlod
Wed Jan 07, 2015 3:35 pm
Forum: General
Topic: Balanced Optimized Jobs
Replies: 2
Views: 959

What Craig said.
by ray.wurlod
Wed Jan 07, 2015 2:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invoking Webservices mutiple times
Replies: 6
Views: 2592

You should be able to call the same webservice over and over, provided that one call is finished before the next is made.
by ray.wurlod
Wed Jan 07, 2015 2:15 am
Forum: General
Topic: MySQL ODBC Connection Issue - "SQLSTATE = IM003"
Replies: 9
Views: 10737

No, projects can be located anywhere except the root directory.

Have you compared the files? I don't really have time at the moment.
by ray.wurlod
Wed Jan 07, 2015 2:14 am
Forum: General
Topic: ERROR:80011:Failed to open project
Replies: 12
Views: 4195

Status 2 is "finished with warnings". So it looks like dsjob is starting the job satisfactorily in production. What's different in the other environment?
by ray.wurlod
Tue Jan 06, 2015 1:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Escape Character
Replies: 6
Views: 4727

This is most easily achieved when importing the table definition for the Sequential File.
by ray.wurlod
Tue Jan 06, 2015 1:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invoking Webservices mutiple times
Replies: 6
Views: 2592

Is this DataStage AS a web service, or DataStage CALLING a web service?
by ray.wurlod
Tue Jan 06, 2015 1:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Vertical pivot
Replies: 1
Views: 944

Make the output columns nullable for the Pivot stage (it generates NULL for non-existing input), and deal with the nullability downstream.
by ray.wurlod
Tue Jan 06, 2015 1:41 pm
Forum: General
Topic: orchadmin utility
Replies: 8
Views: 4516

... and, before that:
export APT_ORCHHOME=$DSHOME/../PXEngine
by ray.wurlod
Tue Jan 06, 2015 1:40 pm
Forum: General
Topic: Multiple DataStage Versions on Same Server
Replies: 12
Views: 3663

Are you running the 8.1 dsjob command?
by ray.wurlod
Mon Jan 05, 2015 9:45 pm
Forum: Enhancement Wish List
Topic: Unselect All Option in Data Browser
Replies: 1
Views: 6677

Unselect All Option in Data Browser

When one opens the Display option in the Data Browser and only wants to look at a few column, one must manually unselect every other column individually. Would like to see some kind of "Unselect All" control being available.
by ray.wurlod
Mon Jan 05, 2015 9:43 pm
Forum: General
Topic: ERROR:80011:Failed to open project
Replies: 12
Views: 4195

Have you performed the echo commands, particularly for $DS_PORT, in production?
by ray.wurlod
Mon Jan 05, 2015 7:10 pm
Forum: General
Topic: ERROR:80011:Failed to open project
Replies: 12
Views: 4195

Find out what the values of these are.

Code: Select all

echo $DS_PROJECT
echo $DS_CONFIG
echo $DS_PORT
Why are there two references in $DS_PORT ? This will lead to an invalid command line.
by ray.wurlod
Mon Jan 05, 2015 6:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Number of readers value in sequential file stage
Replies: 7
Views: 2171

How do you know that the answer is 9? They don't reveal the correct answer.

If you're depending upon so-called certification exam preparation websites, don't waste your time. Errors are pervasive on these websites.