Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. kevinf2349

    COBOL MQ

    Samples are included with MQ itself. Look in the samples directory on a machine with MQ installed.
  2. kevinf2349

    Local CLWL priority being ignored

    Which system are the messages being put onto the queue from?
  3. kevinf2349

    native command for stop channel

    It begs the question....why do you want to stop it? Use DISCINT on the channel definition and it will go inactive itself. A stopped channel cannot be restarted using triggering, if fact it can only be restarted manually.
  4. kevinf2349

    where to find free sample test questions?

    Try the IBM website itself. It may have some, apart from that ... good luck. Terms and conditions of taking the test forbid disclosure of the questions. Best bet is to search the IBM website I am pretty sure there were some there last time I looked.
  5. kevinf2349

    Can't Auto-initiate channel on new server

    Run a RUNMQSC and input display channel(SYSTEM.ADMIN.SVRCONN) It should be created when the queue manager is but it may have been deleted on your system to prevent client attachments. Do you know if you are using SSL?
  6. kevinf2349

    Can't Auto-initiate channel on new server

    oh...and does the qmgr have a SYSTEM.AUTO.SVRCONN definition?
  7. kevinf2349

    Can't Auto-initiate channel on new server

    Are you getting any errors in the AMQERR logs?
  8. kevinf2349

    Can't Auto-initiate channel on new server

    You need to do a display QMGR and check that the value for CHAD is enabled...if not...then enable it and try again.
  9. kevinf2349

    Can't Auto-initiate channel on new server

    OK...next thing....look to see that the QMGR has Channel Auto Definition enabled.
  10. kevinf2349

    Can't Auto-initiate channel on new server

    A SRVCONN is a channel type defined on the QMGR that you want to client in to. You will need one defined before you are able to Client connect to the qmgr. DEFINE CHANNEL(xxxxx) CHLTYPE(SVRCONN) TRPTYPE(TCP) + DESCR('Server-connection')
  11. kevinf2349

    Websphere MQ Newbie (Please help)

    The trigger monitor will sit and watch the initiation queue. When a message lands of your triggered queue and prividing all the trigger conditions are met, then MQ will generate a trigger message internally and drop it on the initiation queue. The trigger monitor will read that message and...
  12. kevinf2349

    Can't Auto-initiate channel on new server

    This may sound a little obvious but...have you defined the SRVRCONN channel on the server correctly?
  13. kevinf2349

    Websphere MQ Newbie (Please help)

    Use triggering to kick the program off. I think triggering is described in chapter 14 of the Application Programmers Guide.
  14. kevinf2349

    Can't Auto-initiate channel on new server

    IIRC you have to restart the client machine before the change to the MQSERVER variable takes effect. I could be wrong, but I would give it a shot.
  15. kevinf2349

    Websphere MQ Newbie (Please help)

    Why do you need to check for queues? You shouldn't need to do anything like that. If you try and issue an open for a non-existing queue you will get the return code of 2085 so you will know it isn't there. What exactly is the requirement?
  16. kevinf2349

    Websphere MQ Newbie (Please help)

    You really have no choice but to download a trial version if you don't have access to a server. If you had access you could use the MQ Client. You could download the MQ Client and this would enable you to develop the code but you would not be able to successfully do any MQ calls so it wouldn't...
  17. kevinf2349

    Question on when the trigger fires to start an application

    It depends on your trigger type.
  18. kevinf2349

    MQseries 6.0

    How did you create the channel table?
  19. kevinf2349

    how to open the MQ explorer and MQ services

    I would recommend that you do the install properly otherwise you may run into lots of problems. Version 6.0 is available and I would certainly recommend installing that on any new servers.
  20. kevinf2349

    MQ Setup in Windows

    You do know why MQPUT1 worked and MQPUT didn't though right?

Part and Inventory Search

Back
Top