Search found 53125 matches

by ray.wurlod
Wed Nov 05, 2008 2:56 pm
Forum: General
Topic: User permissions - should view jobs but not be able to run
Replies: 1
Views: 984

Use the DataStage role Super Operator which offers exactly this combination of privileges.
by ray.wurlod
Wed Nov 05, 2008 2:55 pm
Forum: General
Topic: Oracle Enterprise Problem
Replies: 3
Views: 1039

Check on the server that the record for this stage in the DS_STAGETYPES table is not locked. Use the LIST.READU command or Cleanup Resources in Director to view all locks.
by ray.wurlod
Wed Nov 05, 2008 2:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Message Handler Export
Replies: 3
Views: 2212

Yes, and in exactly the same way (moving the same files) as for an unprotected project. You do, of course, need to have appropriate permission to the project/Engine directories.
by ray.wurlod
Wed Nov 05, 2008 2:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Identify jobs modified or created after a point of time
Replies: 6
Views: 1711

Yes, via the DS_AUDIT table on Server B.
by ray.wurlod
Wed Nov 05, 2008 2:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Job importing using different id
Replies: 3
Views: 1410

Administrator client Command window, or a dssh shell on the server.
by ray.wurlod
Wed Nov 05, 2008 12:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Project level Acess restriction
Replies: 7
Views: 2303

You need to be more selective about which groups are associated with which projects, and make sure that "other" is suitable restricted in each process. In particular, the dstage group is not associated with any project. In addition, you need to tighten the relationship between DataStage roles and gr...
by ray.wurlod
Wed Nov 05, 2008 12:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trace Job Deletion
Replies: 9
Views: 2689

:oops:
I cannot brain today; I have the dumb.
by ray.wurlod
Wed Nov 05, 2008 8:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Project level Acess restriction
Replies: 7
Views: 2303

Add the user to dstage1 AND dstage groups.
by ray.wurlod
Wed Nov 05, 2008 8:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trace Job Deletion
Replies: 9
Views: 2689

Use your Administrator client Command window.

Code: Select all

SELECT INSTANCE, PREVDTD, PREVDELETOR FROM DS.AUDIT WHERE PREV_DTD IS NOT NULL AND PREV_DTD <> '' AND CLASS = '2';
by ray.wurlod
Wed Nov 05, 2008 8:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to run datastage job using batch file and running batch
Replies: 5
Views: 3417

You need to learn how to drive dsjob which is why I provided the manual reference. This command can be asked to set its exit status to that of the job that was requested to be run.
by ray.wurlod
Wed Nov 05, 2008 7:27 am
Forum: IBM QualityStage
Topic: standardization
Replies: 16
Views: 5361

We don't wave magic wands. With no idea about what your job design does and how it does it, it's impossible to suggest anything.
by ray.wurlod
Wed Nov 05, 2008 7:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Project level Acess restriction
Replies: 7
Views: 2303

Have a different group associated with each project. The general group (dstage) controls access the the DataStage software, not to projects.
by ray.wurlod
Wed Nov 05, 2008 7:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting environment variables
Replies: 1
Views: 994

Suddenly? What has been changed?
by ray.wurlod
Wed Nov 05, 2008 7:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Usage of Enterprise ODBC or API stages
Replies: 1
Views: 1115

They work as ordinary client applications as far as the database server is concerned. API stages use the native API for the database, ODBC stage (and DRS with ODBC set) use ODBC protocols via an ODBC driver.
by ray.wurlod
Wed Nov 05, 2008 7:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to run datastage job using batch file and running batch
Replies: 5
Views: 3417

Welcome aboard. The command is dsjob - you can search DSXchange or the Server Job Developer's Guide (look for Command Line Interface) for examples of how to use it.