Search found 23 matches

by mary
Wed Feb 03, 2010 2:32 am
Forum: General
Topic: Datastage Security
Replies: 1
Views: 1571

Datastage Security

Hi .... We have a requirement to restrict the access to the folders in a single project for different users. Datastage server is in Windows 2003. Searched in the forum and got some informations like the folder level restriction is not possible. Is this correct? If this is correct is project level ac...
by mary
Tue May 12, 2009 3:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Joiner is not finding match when hash partition is given
Replies: 3
Views: 2212

Joiner is not finding match when hash partition is given

Using a joiner to match incoming and already exists in database based on one key column. But when we give partion as hash with key column as partition key.For some records it is not finding a match.If I remove partition it is working.. or if I give sequential in advanced joiner properties it is givi...
by mary
Wed Mar 04, 2009 12:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UDB API stage deadlock or timeout Reason code SQLSTATE=57033
Replies: 4
Views: 1967

Is this lock is having any relation to the array size and tarnsaction size?

In our job we are using array size=50 and tarnsaction size=100.
by mary
Mon Mar 02, 2009 11:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UDB API stage deadlock or timeout Reason code SQLSTATE=57033
Replies: 4
Views: 1967

UDB API stage deadlock or timeout Reason code SQLSTATE=57033

Hi All.... I have one multi instance parallel job which uses DB2 UDB API stage to insert in to one table. This job is having a before sql to delete the records based on the where clause. This job is run with parameter values so that for one run it will delete a specified set of records and insert th...
by mary
Wed Dec 31, 2008 1:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Segmented message reading
Replies: 3
Views: 1752

From Group id we can identify.
by mary
Wed Dec 31, 2008 12:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Segmented message reading
Replies: 3
Views: 1752

Segmented message reading

Hi All We have a requirement to read messages from the message queue in jobs. Since our file is very larget the single file will be coming in multiple files. At a time we have to process messages corresponds to single messages. Is there a way to distinguish the messages from one group in message que...
by mary
Tue Dec 16, 2008 3:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Basic transformer in Parallel Job
Replies: 3
Views: 2276

Another issue we faced is if the job aborts once and if we try to run the sequencer again, the job is giving the erro unable to run the job error at job level.

If we compile the routine and then run , the job is running fine.
by mary
Tue Dec 16, 2008 12:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Basic transformer in Parallel Job
Replies: 3
Views: 2276

In both scenario the job is successfully finished and no warning related to Database.

We ran the same jobs in different environment. There the job got aborted .But we can see at backend the records are getting processed in the table(First records are getting deleted and then inserted)
by mary
Mon Dec 15, 2008 11:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Basic transformer in Parallel Job
Replies: 3
Views: 2276

Basic transformer in Parallel Job

Hi All, We are using basic transformer in our parallel job to call a server routine. Our job flow is like this Sequential file --->BasicTransformer----API db2 stage The sequential file is having one reject link. In Basic transformer the null check and special character check is done. The special cha...
by mary
Thu Nov 06, 2008 1:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading messages from datastage
Replies: 5
Views: 3079

Thanks for the reply...

In dev and stage we are using the q pasa. In Q pasa we are typing the message. In test if we do and enter for new line, the result file is having the "^M". But this is happening only in test
by mary
Thu Nov 06, 2008 12:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading messages from datastage
Replies: 5
Views: 3079

Reading messages from datastage

Hi... We have a requirement to read messages and process the file. The message we are reading is text file. Some times we are getting "^M" at the end of the line. We are using q pasa to put the message. In dev environment we were not facing this issue. But in test environment the "^M&...
by mary
Mon Aug 25, 2008 11:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Same DB2 Seuuencer in mulitiple jobs
Replies: 2
Views: 1341

Same DB2 Seuuencer in mulitiple jobs

Hi all,

If we use the same db2 sequencer to generate the primary key for the one table in multiple jobs which may run at the same time, will create any lock issue or duplicate number generation?

Thanks in Advance
by mary
Tue Jul 15, 2008 1:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Websphere MQ
Replies: 2
Views: 1850

Websphere MQ

Hi All...

From the previous posts what i understood is the MQ server and ds server should be on the same box for 7.x . Can somebody tell regarding the cluster queue and can we use this for the above purpose?

Thanks in advance
by mary
Fri May 02, 2008 5:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Perl script is running for long time.
Replies: 3
Views: 2029

Thank you. It was problem with while loop in the perl script
by mary
Fri May 02, 2008 1:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Perl script is running for long time.
Replies: 3
Views: 2029

is there any restriction in running the perl script which uses Net::SCP from data stage?