Search found 64 matches

by sudharsanan
Mon Feb 28, 2005 5:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning while sending a Email using DSSendMail
Replies: 12
Views: 9977

Warning while sending a Email using DSSendMail

Hello Gurus, Today i created a job where i send a E-mail to me and my project mates as and when a job gets completed.. Now when the job gets completed i get a warning in director:" SeqLoadHash..JobControl (DSSendMail): Parameter 1 ('0') does not start with a keyword ".. but the mail was ac...
by sudharsanan
Mon Feb 28, 2005 4:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning Message while records are rejected
Replies: 14
Views: 5427

Warning Message while records are rejected

Hello Gurus, I need some help in my job design, i have a sequential file as input and a transformer and one seqential file and reject data as output.. in my transformer i use a constraint for moving the data.. whenever the job has some reject record i see the status in the director as Finished(See l...
by sudharsanan
Mon Feb 21, 2005 12:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job used by another user so unable to open
Replies: 2
Views: 1040

This is a common problem that usually everyone face while designing datastage jobs. If some one open a job in Designer and if it is open for more than session expiration time then the job gets locked. It is always better that you inform your collegues that if some one opens a job they have to close ...
by sudharsanan
Fri Feb 18, 2005 3:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can i use stored procedures in PX.
Replies: 9
Views: 3500

I am giving a sample Store Procedure where you pass the Country_id Open a cursor to store all the values there.. CREATE OR REPLACE PROCEDURE <Procedure_Name>(Country_id NUMBER) IS BEGIN IF Country_id IS NULL THEN Cursor Country_out is Select * from table; Else Cursor Country_out is Select * from tab...
by sudharsanan
Fri Feb 18, 2005 3:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can i use stored procedures in PX.
Replies: 9
Views: 3500

Are asking about how to write a Stored Procedure for your condition?...
by sudharsanan
Fri Feb 18, 2005 3:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can i use stored procedures in PX.
Replies: 9
Views: 3500

I haven't used store procedure in my project.. This topic has been discussed already i am give that link...viewtopic.php?t=91200&highlight=Stored+Procedure
by sudharsanan
Fri Feb 18, 2005 2:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in viewing hash data
Replies: 8
Views: 2182

Hi, Data source is empty mean that data has not moved to hash file.. have you checked source.. what are you using in as a source?.. is it a file or database connection.. if file have you properly specified the delimiter..check the source data first by looking at the view data option.. which first en...
by sudharsanan
Thu Feb 17, 2005 3:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to delete a job when I get the error...
Replies: 3
Views: 1881

Hi All,

This is same issue that was discussed two days before.. So go through that you can unlock the job with the help of administrator.

viewtopic.php?t=91295&highlight=

Hope this help..
by sudharsanan
Tue Feb 15, 2005 9:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Why job got locked
Replies: 6
Views: 3075

Can you tell us wht that job is doing?.. does that involve any hash files or files releated jobs.. just give more information about this job. A job will get locked when it is opened in Designer and the session getting expired.. so when someone tries to open that job you will get a error message sayi...
by sudharsanan
Tue Feb 15, 2005 7:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Copying Project parameters
Replies: 6
Views: 1894

Job parameters are always Project specific i.e is Environment Specific.. parameters will be different for development Env compare to Production Env.. one of the way to reslove this is using some tool(I am not sure which tool.. probalby some expert can help you in that).. or we can use the option wha...
by sudharsanan
Tue Feb 15, 2005 7:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: New EtlStats.zip posted
Replies: 16
Views: 7382

Thank YOU KIM for posting this...I would be a great help for beginner's like me to start understanding complex datastage comcepts.. Thanks once again KIM...
by sudharsanan
Tue Feb 15, 2005 6:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MS-SQL store procedure trigered problem
Replies: 3
Views: 2191

How are you running this store procedure?.. does the user has permission's to execute the procedure.. confrim this from your DBA..also give us some info on wht does that store procedure doing...
by sudharsanan
Tue Feb 15, 2005 5:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Range Lookup
Replies: 16
Views: 6684

I think since you done have a key in the second lookup it is taking more time to retrive the result.. can you try using a sort stage to sort the incoming data from the database.. this might retrive the data quickly..i am guessing :wink: ..just give a try and let us know what has happened...
by sudharsanan
Tue Feb 15, 2005 1:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Range Lookup
Replies: 16
Views: 6684

Does COUNTRY_CDOE, COUNTRY_NAME, DOMAIN_NAME and IP_NUMBER are also keys in this table or not..or IP_NUMBER is the only key.. are you using the concept of surrogate keys in this table..give us more info or the datamodel so that we can find why this is taking more time to execute...
by sudharsanan
Mon Feb 14, 2005 7:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem while opening job in Designer
Replies: 6
Views: 2781

i got full permission from my administrator after that the issue got resolved..so currently i am ok with this.. but going forward if a new user joins then he has to be given full permission tot the client folder... i don't know how my admin will accpet or not.. so it is better for me to get the Patc...