Search found 53125 matches

by ray.wurlod
Thu Sep 07, 2006 6:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Does a developer need UNIX Shell access to develop jobs?
Replies: 2
Views: 1805

It is possible to set up user IDs that can be used for authentication (in this case via dsrpcd) without being able to log in interactively. This would prevent users from being able to telnet to the UNIX machine, for example. There are still ways users could execute UNIX commands from DataStage, but ...
by ray.wurlod
Thu Sep 07, 2006 6:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Commands for DS
Replies: 4
Views: 1598

Some of them are undocumented, the folks here reverse engineering menus and the like to discover the underlying commands. For example DS.CHECKER is (was) an option in the DS.TOOLS menu.
by ray.wurlod
Thu Sep 07, 2006 6:28 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Problems with RTI
Replies: 7
Views: 5971

Thank you for posting the resolution. This will help anyone who encounters the same problem in future.
by ray.wurlod
Thu Sep 07, 2006 6:25 am
Forum: IBM QualityStage
Topic: Finding length of dictionary field
Replies: 3
Views: 1972

Welcome aboard! :D

That's a difficult question, one that I can't answer off the top of my head. Alas I don't have access to the Pattern Action Language manual at the moment, so I can only suggest that you peruse that, or wait for someone else to respond.
by ray.wurlod
Thu Sep 07, 2006 12:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IDOC load error
Replies: 3
Views: 1885

... because they work at other sites.
by ray.wurlod
Thu Sep 07, 2006 12:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Disk cashing on server to be turned off
Replies: 4
Views: 1247

Disabling delayed writing is probably better from a DataStage perspective; it reduces the chance of lost writes should the power go off.
by ray.wurlod
Wed Sep 06, 2006 9:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running Wrong Profile from Script
Replies: 3
Views: 970

Look in the second event in the job log, which shows all environment variables' settings. Look in the first event in the job log ("job starting") which shows all job parameter settings with which the job was invoked. Figure out whether they're being passed properly. Check the job design, to see whet...
by ray.wurlod
Wed Sep 06, 2006 9:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Disk cashing on server to be turned off
Replies: 4
Views: 1247

Do you mean Windows disk caching or Hashed File disk caching?
by ray.wurlod
Wed Sep 06, 2006 9:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Access Rights
Replies: 6
Views: 1544

Draw yourself a grid with OS rights on one axis and DS roles on another. Fill in the cells as per your understanding. Post that here for feedback.
by ray.wurlod
Wed Sep 06, 2006 4:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Access Rights
Replies: 6
Views: 1544

1) No.
2) Administrator is defined as member of Administrators group. So, yes.
3) Yes.
4) No. It's only the mappings set in the Administrator, governed wholly by operating system group membership.
by ray.wurlod
Wed Sep 06, 2006 4:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage cross references
Replies: 5
Views: 1462

Usage Analysis in Manager. All these tools require that your metadata management has been exemplary, that you have not invalidated the linkage between the table definitions in the Repository and those in the jobs. You can determine (version 7.5 and later) whether these are intact by opening a Column...
by ray.wurlod
Wed Sep 06, 2006 4:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to move one record by record
Replies: 3
Views: 945

:idea: There's always the FieldStore() function to replace the value in the Nth delimited field.
by ray.wurlod
Wed Sep 06, 2006 4:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: creating job statistics from joblog created in datastage
Replies: 11
Views: 6035

You can create nested loops that obtain a list of the stage names in a job and a list of the links connected to a stage (DSGetJobInfo and DSGetStageInfo respectively).
by ray.wurlod
Wed Sep 06, 2006 4:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Internal Error (39202)
Replies: 5
Views: 6183

39202 can also mean that your server licence has expired. Can you stop DataStage? bin/uv -admin -stop What messages do you receive? Make sure there are no network connections still held by DataStage processes netstat -a | grep ds Restart DataStage bin/uv -admin -start What message occur now?