Reiner,

I found that I needed to set the following attributes for my initiation queue
for trigger to work:

DEFPSIST(YES)
SHARE

Restart your trigger monitor after making the changes.

I hope this helps!

Regards,

Bill


                                                                                       
                    
                      "Schmidt, Reiner                                                 
                    
                      [IRZ-01]"                To:       [EMAIL PROTECTED]       
                    
                      <[EMAIL PROTECTED]>        cc:                                     
                    
                      Sent by: MQSeries        Subject:  MQSeries Trigger and WinNT    
                    
                      List                                                             
                    
                      <MQSERIES@AKH-Wie                                                
                    
                      n.AC.AT>                                                         
                    
                                                                                       
                    
                                                                                       
                    
                      10/16/2002 09:05                                                 
                    
                      AM                                                               
                    
                      Please respond to                                                
                    
                      MQSeries List                                                    
                    
                                                                                       
                    
                                                                                       
                    




Dear Listeners,

with the following definitions:
DEFINE QLOCAL(VHVT.BN.MQH2S.JDA) REPLACE  +
            DESCR (' ')        +
            MAXDEPTH (99999)                  +
            GET     (ENABLED)                  +
            PUT      (ENABLED)                  +
            DEFPSIST(YES)                                  +
            MSGDLVSQ(FIFO)                               +
            USAGE            (NORMAL)                    +
            TRIGGER                                 +
            TRIGTYPE(first)  +
        INITQ(SYSTEM.DEFAULT.INITIATION.QUEUE) +
            PROCESS(PROCESS.CALC) +
            noshare
DEFINE            PROCESS        ('PROCESS.CALC')       REPLACE        +
            DESCR ('Message Channel Agent fuer Sender zum Host')           +
            APPLTYPE(WINDOWSNT)                   +
            APPLICID('START G:\Kaution\WinKaution.exe')

I want the trigger to spring. In my opinion this should work. But in reality it
doesn´t.
Any idea??. By the way a: trigger for SYSTEM.DEFAULT.INITIATION.QUEUE is
started.

Thanks in advance

Reiner






Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Reply via email to