Search found 53125 matches

by ray.wurlod
Tue Oct 10, 2006 1:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ecxecuting Shell Script in Datastage Jop properties
Replies: 8
Views: 3698

The find command is having permissions problems. You should also verify that the user ID under which DataStage jobs execute have at least r-x permission to all directories in the pathname(s) to be searched.
by ray.wurlod
Mon Oct 09, 2006 7:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pick the environment variable file dynamically
Replies: 2
Views: 1109

To use dsenv is hard coded in DataStage.

To use additional environment variables files is possible, whether through an Execute Command activity early in a job sequence or possibly by sourcing from dsenv itself.
by ray.wurlod
Mon Oct 09, 2006 7:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Min PC Configuration
Replies: 6
Views: 1687

Extra memory on the client will help when compiling job sequences.
by ray.wurlod
Mon Oct 09, 2006 4:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Installation of a stage in every project ?
Replies: 7
Views: 1554

Patches have their own installation scripts that can update the template directly.
by ray.wurlod
Mon Oct 09, 2006 4:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dtastage Operator Role
Replies: 6
Views: 1410

Re: Dtastage Operator Role

Hi, We are in process to make our Prod jobs in non-edit mode. We are planning to assign the support group ods to Datastage Operator role group. My query is can Operator do import/ export (manager utility) of ETL jobs as we have scenarios in prod when we support group has to fix the ETL's in middle ...
by ray.wurlod
Mon Oct 09, 2006 4:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reason for mutex_unlock() Error ?
Replies: 11
Views: 4754

Inter-process communication is automatically used in parallel jobs - indeed there is no IPC stage. Timeouts in IPC most usually result from overloaded systems or, in MPP configurations, overloaded or damaged networks. Access to resources is controlled by semaphores, which are implemented differently...
by ray.wurlod
Mon Oct 09, 2006 4:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change capture
Replies: 5
Views: 1398

Have you effected the metadata change in all stages that refer to it?
by ray.wurlod
Mon Oct 09, 2006 4:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transfering data
Replies: 2
Views: 925

Use the Data Set Management utility (in Manager client, Tools menu) to examine the record schema of the Data Set. Verify the field names used therein.
by ray.wurlod
Mon Oct 09, 2006 4:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: read and write to same seq file
Replies: 2
Views: 942

It's dangerous. A better approach would be output to file 3 then, after the job has completed, delete file 1 and rename file 3 to file 1.[/i]
by ray.wurlod
Mon Oct 09, 2006 4:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning when updating license
Replies: 2
Views: 998

2 2 means your licence has expired. You can either reinstall the server components, or use a longer form of the uvregen command (not documented in DataStage manuals) to update the licence information. From memory the syntax is bin/uvregen authcode -s serialnumber -d expirydate -l CPUlimit but do che...
by ray.wurlod
Mon Oct 09, 2006 3:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unable to use user defined function
Replies: 6
Views: 1755

You can not use a server routine in a parallel Transformer stage. You can only use a server routine in a server job or in a BASIC Transformer stage in a parallel job.
Your alternative is to create a parallel routine.
by ray.wurlod
Mon Oct 09, 2006 3:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file
Replies: 10
Views: 2422

Does it vanish if you're watching it and not if you're not watching it?
by ray.wurlod
Mon Oct 09, 2006 3:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Format function
Replies: 2
Views: 890

There is no function called Format() unless you have written your own. You may need Fmt(). Research in on-line help or in the DataStage BASIC manual. If you have written your own you need a DEFFUN declaration. Research in the same locations.
by ray.wurlod
Mon Oct 09, 2006 3:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error connecting to Oracle database"Fatal Error: Caught
Replies: 18
Views: 4989

jojipjohn wrote:I tried giving all the privilages to the user but its still not working. The Worst thing is its not giving the details of the error.

Does this include privileges to system tables?