Search found 456 matches

by elavenil
Sun Jul 31, 2005 8:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: hot to pass environment variable in server routine
Replies: 10
Views: 2841

Tried using the dummy environment variable with $ symbol and it gives error message. And tried assigning this env variable to the argument and it gives error.

Can you pls share us how the env variable can be assigned to Argument of the routine.

Thanks for the inputs.

Regards
Saravanan
by elavenil
Sun Jul 31, 2005 8:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ReadOnly Project
Replies: 2
Views: 744

Hi Roy,

Thanks for suggesstions.

I will search in the forum.

Regards
Saravanan
by elavenil
Sun Jul 31, 2005 2:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ReadOnly Project
Replies: 2
Views: 744

ReadOnly Project

Hi, We are maintaining a separate project for the testing and due to security reasons the project was made as 'Readonly'. We make the changes in the devt project and migrate the changes into our test project. While importing the jobs into the test project (We made the project as Non-Readonly then im...
by elavenil
Sat Jul 30, 2005 6:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File Stage Problem
Replies: 3
Views: 1779

Ensure that the 'suppress warning message' (Not so sure abt the option) in the input tab of Sequential file stage and warning messages will not be shown if this option is selected.

HTWH.

Regards
Saravanan
by elavenil
Sat Jul 30, 2005 5:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: About Auto partition
Replies: 5
Views: 2954

Enable 'APT_DUMP_SCORE' to true using 'Administrator client' and it will show the partitions and the operators while running the job.

HTWH.

Regards
Saravanan
by elavenil
Fri Jul 29, 2005 4:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: About Auto partition
Replies: 5
Views: 2954

When 'Auto' is used as the partition type, PX engine will use the appropriate partition based on the input and the operator that is defined in the job. You can look at the generated OSH to find out which partition is used in the job.

HTWH.

Regards
Saravanan
by elavenil
Thu Jul 28, 2005 6:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: User defined SQL
Replies: 8
Views: 4830

Stored procedure can be created to achieve this and the same SP can be called from a DataStage job.

HTWH.

Regards
Saravanan
by elavenil
Thu Jul 28, 2005 6:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs Locked
Replies: 2
Views: 898

Jobs can be unlocked using DS Director. Select the job in Director and click on Tools and Cleanup Resources. Look for the job and get the PID from the Locks window and select the PID from the processes and select 'Logout all' or 'Release All' to release the job.

HTWH.

Regards
Saravanan
by elavenil
Wed Jul 27, 2005 6:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 Insert using DB2 Plug DOES NOT WORK
Replies: 8
Views: 2692

Date can be loaded into a DB2 table if the column's data type is defined as char(10) and it required to be the same format as defined in the database.

HTWH.

Regards
Saravanan
by elavenil
Wed Jul 27, 2005 6:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: duplicate records in sequential file
Replies: 11
Views: 5251

You can use stage variables to eliminate duplicate records. This topic was covered lot. Pls search the forum.

Regards
Saravanan
by elavenil
Wed Jul 27, 2005 2:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Substrings functionality in Parallel
Replies: 8
Views: 4258

IConv & OConv functions cannot be used in Parallel transformer unless BASIC transformer used in a parallel job.

Regards
Saravanan
by elavenil
Wed Jul 27, 2005 2:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compliation of job in command line
Replies: 5
Views: 2429

Muliple job compile options is available in 7.5, which will help you to compile all jobs in a project. Is there any special req to compile the jobs using commands.

HTWH.

Regards
Saravanan
by elavenil
Tue Jul 26, 2005 10:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Weird Error Message
Replies: 16
Views: 8969

If you find ReadOnly "0" means those objects are not readonly. Did you check the projects folder whether you have write permissions on that folder.

Regards
Saravanan
by elavenil
Tue Jul 26, 2005 10:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Weird Error Message
Replies: 16
Views: 8969

Hi Naveen,

The objects are not readonly. Can you check the DSX file for the strings (like 'J\8\V0S0P1') and check these DSRECORD are made as 'READONLY'. If readonly is yes, then you can find entry as READONLY "0".

Regards
Saravanan
by elavenil
Tue Jul 26, 2005 9:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Weird Error Message
Replies: 16
Views: 8969

It seems to me the objects in DS_JOBOBJECTS are made readonly. Pls verify the objects are readonly by executing this command in Administrator. SELECT DISTINCT READONLY FROM DS_JOBOBJECTS. If it returs 'RO' that indicates the all the objects are made readonly. Pls change the 'RO' to non-readonly then...