Search found 53125 matches

by ray.wurlod
Fri May 16, 2008 5:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job aborted in sequence but did not trigger Exception
Replies: 6
Views: 2526

Does Job A have a specific Failure trigger? This would be used in preference to the Exception Handler in the event of an abort of job A.
by ray.wurlod
Fri May 16, 2008 5:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to wite the log to a file
Replies: 4
Views: 1765

In Director choose Print from the Project menu.

Within the Print dialog, select the Print to File check box.

This is the easiest solution to the original question.
by ray.wurlod
Fri May 16, 2008 5:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error in xml input stage
Replies: 7
Views: 2302

Assuming you've isolated the element <tag> stuff </tag> then the Index() function is the way to go. Make use of its capability of having an "occurrence" argument, to search for the character position in the string (element) of the second "<" character. Index(InLink.TheElement, "<", 2&#...
by ray.wurlod
Fri May 16, 2008 5:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating Parallel Routines
Replies: 1
Views: 1082

Moderator: please move to parallel forum
by ray.wurlod
Fri May 16, 2008 5:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Variable schema name for SQL Builder generate code
Replies: 8
Views: 1704

What happens if you start using generated SQL (long enough to add the job parameter for the schema name) then switch to SQL Builder?
by ray.wurlod
Fri May 16, 2008 5:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine in sequence giving "Unhandled failure"
Replies: 3
Views: 1616

Perhaps you could remember to mark the thread as Resolved?
by ray.wurlod
Fri May 16, 2008 5:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DsSort Space Clearing
Replies: 4
Views: 1165

The moral of the story is to strive to write jobs that don't abort.
by ray.wurlod
Fri May 16, 2008 5:10 am
Forum: General
Topic: Who sets $HOME
Replies: 6
Views: 2124

It's my understanding that $HOME is set by the general UNIX login script, for example /etc/profile, that is executed by all users.
by ray.wurlod
Fri May 16, 2008 5:03 am
Forum: General
Topic: Customer SQL statement not working on Unix Machine
Replies: 2
Views: 1086

What DOES the new output file contain?
by ray.wurlod
Fri May 16, 2008 5:01 am
Forum: General
Topic: Customer SQL statement not working on Unix Machine
Replies: 2
Views: 1086

What DOES the new output file contain?
by ray.wurlod
Fri May 16, 2008 4:57 am
Forum: General
Topic: Slowly changing dimensions and DSSCD routines
Replies: 4
Views: 1418

Can you please check to determine whether this routine was written in-house at your site? I don't have it on my system. The same is true of the "SCD2 Transform". What is its provenance?
by ray.wurlod
Fri May 16, 2008 4:55 am
Forum: General
Topic: Declaring constants
Replies: 3
Views: 1037

In a stage variable initialization expression, a stage variable derivation expression, an output link constraint expression or an output column derivation expression just use the constant (for example 52).

If it's not really a constant, then use a job parameter.
by ray.wurlod
Fri May 16, 2008 4:50 am
Forum: General
Topic: Correct format for Remote Server string in Oracle Enterprise
Replies: 3
Views: 1202

It would not have made any difference. It's Oracle that needs the entry in tnsnames.ora. If you, as a DataStage developer, had such a GUI, you would still not have permission to put it in to tnsnames.ora where Oracle insists on it being.
by ray.wurlod
Fri May 16, 2008 4:42 am
Forum: General
Topic: Setting user roles & priviledges from command line
Replies: 9
Views: 2074

In a world of "user pays" maybe only those who pay up get added? :lol:
by ray.wurlod
Wed May 14, 2008 4:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup - different scenario
Replies: 7
Views: 2008

Short answer - you have more options for being selective with the data if they are in a table compared to if they are in a sequential file.