Search found 53125 matches

by ray.wurlod
Sat Apr 08, 2006 3:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage logic vs SQL
Replies: 14
Views: 10409

You can do more. You can challenge. One of the biggest DataStage sales in the Asia region was made because the pre-sales engineer (not I, btw) had the guts to stand up and tell them their model was wrong (and why, and how it should be) rather than just kowtowing to this very important company. Find ...
by ray.wurlod
Sat Apr 08, 2006 3:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Condition not correct
Replies: 6
Views: 1684

There is no common key on which a lookup can be based. Please describe the algorithm you would use to generate the output if DataStage were not available.
by ray.wurlod
Sat Apr 08, 2006 3:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuration file error
Replies: 7
Views: 3154

Is this repeatable, or did it happen only once? How heavily loaded was your server at the time? What is the value of the APT_ORCHHOME environment variable, and does this point to PXEngine?
by ray.wurlod
Sat Apr 08, 2006 3:11 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: RTI Server invokes the same job in both server
Replies: 4
Views: 3042

It should be picked up from your Windows regional settings.
by ray.wurlod
Fri Apr 07, 2006 4:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage logic vs SQL
Replies: 14
Views: 10409

DataStage is not a scheduler.

It happens to contain a GUI so that you can use cron or at but it is not a scheduler.

Sounds like a huge waste of money if that's all they're using DataStage to do.
by ray.wurlod
Fri Apr 07, 2006 4:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Calling UDB Stored Procedure
Replies: 3
Views: 788

The diagnostic method is to read all the information supplied in the error message.

:idea:
by ray.wurlod
Fri Apr 07, 2006 4:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: suggest best approach for doing this job..........
Replies: 9
Views: 1489

A job sequence is nothing more than a GUI for writing job control.

That's why the prohibition is stupid.
by ray.wurlod
Fri Apr 07, 2006 3:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to take the back up the log files for n days
Replies: 9
Views: 1329

Simply redirect output into your file using the ">" redirection operator.

Note, however, that SQL can not be executed from UNIX, no matter how much you may want to do so, because UNIX is not a database environment. You need some kind of wrapper, such as exemplified in earlier posts.
by ray.wurlod
Fri Apr 07, 2006 3:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding Setting Job parameters at run Time
Replies: 4
Views: 1053

A routine can not set a job parameter unless that same routine runs the job. You can use the routine to calculate the job parameter value, and use the return value from the routine to set the parameter value in a downstream Job activity.
by ray.wurlod
Fri Apr 07, 2006 3:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Arguments to DataStage Macros
Replies: 1
Views: 788

Arguments to DataStage Macros

I would also like to know how you can pass dynamic parameters to a macro in DataStage. Can someone else fill in the blanks? DataStage macros are defined in JOBCONTROL.H, which is to be found in the DSINCLUDE directory. If you inspect how they are defined, it will become clear that there is no capac...
by ray.wurlod
Fri Apr 07, 2006 3:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Macros
Replies: 2
Views: 2457

Re: Teradata Macros

jharvat wrote: I would also like to know how you can pass dynamic parameters to a macro in DataStage. Can someone else fill in the blanks?

See separate thread in server forum.
by ray.wurlod
Fri Apr 07, 2006 3:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Recieves 81002 error after new client install
Replies: 9
Views: 6633

Thanks for posting the solution. I use a very similar configuration, but have never seen this problem.
by ray.wurlod
Fri Apr 07, 2006 3:31 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Can ProfileStage handle triggers,lobs,user defined data type
Replies: 4
Views: 2952

Alas, no. It's purely data-driven, so only generates DDL to create tables, primary key and foreign key constraints. I may have to review my assertion about large objects, however - next time I'm playing with ProfileStage and encounter data that include any. I suspect it reportes them as Long VarChar...
by ray.wurlod
Fri Apr 07, 2006 12:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding Setting Job parameters at run Time
Replies: 4
Views: 1053

Use whatever utility you are using to invoke the job. If a job sequence, pick up the file name from the job sequence; if the dsjob command pick up the file name (parameter value) from a -param option on the command line.
by ray.wurlod
Fri Apr 07, 2006 12:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Tab as Column Delimiter in FTP Stage
Replies: 6
Views: 3316

Try 009. If you read the documentation more completely, you will find that a three digit decimal number is treated as an ASCII code. You can also specify Unicode as a hexadecimal number.