Search found 68 matches

by sush26283
Fri May 11, 2012 8:13 am
Forum: General
Topic: Email Notification
Replies: 7
Views: 3114

yes, that is what i am doing, we use the google suite here, so the Group ID that we have set up is say ETLSupport@gmail.com (which sends the email to the people associated with the group), so this is the exact id that am using in the recipient section of the email notification, but its not sending t...
by sush26283
Fri May 11, 2012 7:35 am
Forum: General
Topic: Email Notification
Replies: 7
Views: 3114

Ok...Sorry, but you completely lost me there...because in the sender's email id am using my official(work email) id and in the recipient the Group Email ID.
by sush26283
Fri May 11, 2012 7:17 am
Forum: General
Topic: Email Notification
Replies: 7
Views: 3114

i tried as you suggested but nothing seems to be working...somehow its not sending the email to the Group Email ID, if I explicitly specify multiple email id's then its fine, but if I mention the Group Email Id, it wont...please suggest
by sush26283
Thu May 10, 2012 8:51 am
Forum: General
Topic: Email Notification
Replies: 7
Views: 3114

Email Notification

I have a question regarding which I need some information. I want to know if we can have multiple email addresses in the recipient email's address...because am trying to include my email id and a group email id, but the group isn't getting the notification at the end of the process. Thanks for the h...
by sush26283
Wed May 09, 2012 9:38 am
Forum: General
Topic: Sequence Error
Replies: 2
Views: 2173

I guess Compile was the trick..I just compiled my all the jobs, and am running the Sequence now, I hope its a success. Thanks
by sush26283
Wed May 09, 2012 8:38 am
Forum: General
Topic: Sequence Error
Replies: 2
Views: 2173

Sequence Error

Ok..So I have a typical problem, which am not able to pass through may be someone can help. I have a sequence for the jobs and its parameterised. I have 2 sets of parameters, 1 for sources and the other for the target DB's and connection details, which includes the parameters for DB's, schemas, DSN ...
by sush26283
Fri Mar 23, 2012 9:20 am
Forum: General
Topic: Sequence Issue
Replies: 4
Views: 2467

Thank You Sir!!!
by sush26283
Fri Mar 23, 2012 8:14 am
Forum: General
Topic: Sequence Issue
Replies: 4
Views: 2467

so what you are saying is that I should use the expression as Job1.$JobStatus = DSJS.RUNWARN or Job1.$JobStatus = DSJS.RUNOK in all of the job activity stages
by sush26283
Fri Mar 23, 2012 7:29 am
Forum: General
Topic: Sequence Issue
Replies: 4
Views: 2467

Sequence Issue

I have a sequence job, which looks like this.. Job_activity1--->job_activity2--->....job_activityN and at the trigger(all of them) I have the custom (conditional) with expression as Job1.$JobStatus = DSJS.RUNWARN , so that the trigger is initiated even if there is any warning. I had this scheduled, ...
by sush26283
Wed Feb 01, 2012 7:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: deadlock error
Replies: 16
Views: 9388

Re: deadlock error

Earlier you can't use more than on SQL Server EE stage at the same job to load the data. For that IBM provided a fix in DS 8.5 and that is resolved, still having this issue and the problem is, it may not happen for all the run. It is a bug. If you can, please raise a PMR with IBM. DS User true, its...
by sush26283
Tue Jan 31, 2012 8:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: deadlock error
Replies: 16
Views: 9388

Re: deadlock error

Hi Sura, Thanks for the insight...I am using the UPSERT(update then insert), as advised by you I did change the execution mode to sequential in the target stage, keeping the transformer as parallel. Ran the job and it was successful, but still I dont understand the reason for this occurance. am usin...
by sush26283
Mon Jan 30, 2012 2:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: deadlock error
Replies: 16
Views: 9388

i replaced the output stage with the peek stage it shows all records were trasferred from transformer to peek stage, with no errors or warnings
by sush26283
Mon Jan 30, 2012 12:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: deadlock error
Replies: 16
Views: 9388

I again tried with HASH and sort, but the job still fails, but this time it failed at the last step, after reading all the data.
by sush26283
Mon Jan 30, 2012 12:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: deadlock error
Replies: 16
Views: 9388

I tried partioning on with HASH, but the job failed...but moments ago I ran the job in Sequential Mode and it ran successfully with no warnings or error..
by sush26283
Mon Jan 30, 2012 10:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: deadlock error
Replies: 16
Views: 9388

Re: deadlock error

Thanks for the reply have been waiting for someone to help out.
Currently am using the AUTO for partitioning in transformer, but I tried with HASH, as it was suggested on one of the posts, but still it gets aborted, with the mentioned error. Also, tried with disabling the RCP but no result. :(