Search found 53125 matches

by ray.wurlod
Thu Nov 03, 2005 2:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get the SQL sent to DataBase in the Job Log ?
Replies: 5
Views: 1309

1. On the Tracing tab select all options except "report row data".

2. Have your DBA monitor what's executed.

DataStage uses "prepared SQL".
by ray.wurlod
Thu Nov 03, 2005 2:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence thinks job is not runnable
Replies: 9
Views: 2938

Not sure that it's indexes - there are no indexes on the log tables. It may - particularly since you describe the problem as intermittent - that your system is simply too busy for its capacity at those times. Another possibility is that you're running out of slots in the T30FILE table; what is the v...
by ray.wurlod
Thu Nov 03, 2005 3:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: About Modify stage function
Replies: 3
Views: 1360

Have you really got two left parentheses and only one right parenthesis?
by ray.wurlod
Thu Nov 03, 2005 3:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer with no input links
Replies: 4
Views: 1267

Note that User Variables activity is not available until version 7.5.
by ray.wurlod
Thu Nov 03, 2005 2:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: filter command question ?
Replies: 18
Views: 4295

If that's the case, then cat $filename near the end of the script would push the contents of that file onto stdout, ne c'est pas?
by ray.wurlod
Thu Nov 03, 2005 2:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: filter command question ?
Replies: 18
Views: 4295

There's not a lot more we can suggest by mind reading. Are you able to post the code of the shell script? Then we can see whether it's trying to do something that would result in 0 rows appearing on stdout.
by ray.wurlod
Thu Nov 03, 2005 2:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: remove duplicate stage compared to sort stage
Replies: 2
Views: 1096

Most stages' input links also allow you to specify sorting and removal of duplicates, so you can get by without either of the Remove Duplicates stage or the Sort stage. So the choice is really about using the lowest impact tool; if your data are already sorted, then the Remove Duplicates stage is pr...
by ray.wurlod
Wed Nov 02, 2005 2:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Designer Crashes when working with Sequencers
Replies: 10
Views: 2439

It's always a good plan to check, and not just for DataStage software.
by ray.wurlod
Wed Nov 02, 2005 2:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: permission setting
Replies: 10
Views: 2069

Yes. The .*.adm files are where the groups associated with each role are stored.
by ray.wurlod
Wed Nov 02, 2005 2:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: filter command question ?
Replies: 18
Views: 4295

Thanks for the Inputs. Please let me know what this error means... DSD.SEQOpen GCI $DS.SEQOPEN error 11. Thanks This error means that the sequential file cannot be opened. Check again. "Looks good" = insufficiently thorough. Do you have execute permission to every directory in the sequemntial file'...
by ray.wurlod
Wed Nov 02, 2005 2:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: version control process
Replies: 5
Views: 1021

Your strategy is OK. But... Only the production staff is allowed (authorized) to promote to the Production server. How are you going to restrict access to the Production server? You basically have two choices; to use the role-based mechanism with different groups for Production, or to make Productio...
by ray.wurlod
Wed Nov 02, 2005 2:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Executing a job by sending an SMS
Replies: 3
Views: 974

There's nothing within DataStage itself, but you can have a continuously-running process checking email (send SMS through email gateway) and generating an appropriate dsjob command.

If you have version 7.5 you can also have the Director client on a PDA device, and start jobs that way.
by ray.wurlod
Wed Nov 02, 2005 2:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Designer Crashes when working with Sequencers
Replies: 10
Views: 2439

When you uninstalled the clients, did you check that it had been removed from the Registry?
by ray.wurlod
Wed Nov 02, 2005 2:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Failed a keylookup for record
Replies: 8
Views: 8257

The same job runs correctly in test environment which is also DS7.5 but it aborts in production.

You must tell us what's different between the two environments (which may be DB2 client configuration).

"Nothing" is not the correct answer.
by ray.wurlod
Wed Nov 02, 2005 2:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I get the full /path/project list?
Replies: 9
Views: 2300

Did you mean

Code: Select all

## SOURCE ENVIRONMENT 
. ~/.dsadm
. $DSHOME/dsenv
or does your dsadm script execute dsenv?