Page 1 of 1

Message handler

Posted: Tue Feb 14, 2006 5:11 pm
by amsh76
If the warning are handled, using message Handler in One Environment will it create warnings in the new environment when you move your jobs?

I tried once, and I got the warnings in the new environment..is there anything specific one needs to do ?

Re: Message handler

Posted: Tue Feb 14, 2006 7:54 pm
by sanjay
warnings again u need to set in new environment. its not part of design . its a part of director . so u need to set again.

Sanjay

amsh76 wrote:If the warning are handled, using message Handler in One Environment will it create warnings in the new environment when you move your jobs?

I tried once, and I got the warnings in the new environment..is there anything specific one needs to do ?

Posted: Tue Feb 14, 2006 8:31 pm
by rasi
Message Handlers are not part of .dsx . You can migrate all the message handlers from one environment to another. All the message handlers are stored under Ascential/DataStage/MsgHandlers folder as text file. You can copy this across different project and make it consistent.

Regards

Posted: Tue Feb 14, 2006 8:43 pm
by sanjay
Hi Siva
thanks for update . i was not knowing it get physically stored.


Sanjay
rasi wrote:Message Handlers are not part of .dsx . You can migrate all the message handlers from one environment to another. All the message handlers are stored under Ascential/DataStage/MsgHandlers folder as text file. You can copy this across different project and make it consistent.

Regards

Posted: Tue Feb 14, 2006 11:44 pm
by kumar_s
Know more about message handler from vincent. :roll:
-Kumar

Posted: Tue Feb 28, 2006 2:48 pm
by alisoviejo
Does each job create on Message Handler ? I can test this, but do not have the access yet !

Posted: Tue Feb 28, 2006 7:10 pm
by rasi
Hi

After creating message handler you can use it for individual jobs. Go to the job properties and choose a message handler to be included in your job. The list will show you all the message handlers currently defined in your project. The message handler gets compiled with the job and becomes part of its executable.

Read vincent message handler he had covered the topic in detail

Posted: Wed Mar 01, 2006 7:13 am
by kumar_s
It is not really required to include indivudially in each job while the option exist in project wide. Gather all the message to be handled in to a single file (Message Handler) and enable the same in DS Adminstrator under the Parallel tab for each project.