Trigger EVERY for MQ CICS gateway

2004-10-28 Thread Francois Van der Merwe1
Is it possible to set up the environment on mainframe so that multiple COBOL applications can be triggered all at the same time? In other words, the CICS gateway will pick up the MQ messages and start many COBOL applications all at the same time? How is this setup done and what is the possible

Certify for AIX 5.3

2004-10-05 Thread Francois Van der Merwe1
Anybody know when IBM will certify WAS ND, MQSeries and WBI for AIX 5.3 ? Thanks Francois van der Merwe 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

MQ Internet gateway

2004-10-01 Thread Francois Van der Merwe1
I need to send MQ messages over the internet. Any suggestions? Thanks Francois van der Merwe Senior IT Specialist: IBM MQSeries Certified Specialist, Solutions Expert Developer IBM, Cape Town, South Africa +27 (0)82 556 9467 / +27 (0)21 402 5597 [EMAIL PROTECTED], yahoo messenger fmerwe2001

Re: Why DEF.CLNTCONN won't get created?

2004-09-23 Thread Francois Van der Merwe1
I have seen this behavior as well and I could replicate the conditions that cause it. How to fix it afterwards I do not know. I find that sometimes when you install MQ on the windows platform and you did not allow the installation to create a default queue manager for you, then this situation

MQFB_APPL_CANNOT_BE_STARTED

2004-09-23 Thread Francois Van der Merwe1
Running 5 trigger monitors in the foreground (to limit the amount of triggered applications to max 5 - is there an easier way to do this?). Often see MQFB_APPL_CANNOT_BE_STARTED in the dead-letter queue, but there are no messages in triggered queue that is not handled. Trigger on every. Any

Re: MQ Sysplex Queue Sharing - Training

2004-07-15 Thread Francois Van der Merwe1
Pete Do not know about training, but there is a redbook out on this topic, WebSphere MQ in a z/OS Parallel Sysplex Environment Francois van der Merwe Senior IT Specialist: IBM MQSeries Certified Specialist, Solutions Expert Developer IBM, Cape Town, South Africa +27 (0)82 556 9467 / +27 (0)21

WMQ Workflow and Content Manager integration

2004-06-18 Thread Francois Van der Merwe1
Anybody did any WMQ WF integration with Content Manager? Is it easy to allow WMQ WF to call / initiate CM WF? I've got many more questions, so any directions for where I can get more information will REALLY be appreciated. Francois van der Merwe Senior IT Specialist: IBM MQSeries Certified

Re: WMQ Workflow and Content Manager integration

2004-06-18 Thread Francois Van der Merwe1
to initiate CM from MQ WF, but I have not tried it yet. As things progresses here, I will let you know. -Original Message- From: MQSeries List [mailto:[EMAIL PROTECTED] On Behalf Of Francois Van der Merwe1 Sent: 18 June 2004 08:08 AM To: [EMAIL PROTECTED] Subject: WMQ Workflow and Content

MQ and Windows 2003 security

2004-06-15 Thread Francois Van der Merwe1
WMQ 5.2 fixpack1 starts to fail when the machine is rebooted. I think it has to do with the reason that the security on domain was recently moved to Windows 2003 security. Any comments? The symptoms are that command server fails to start, listener is dead (can start it in command window with

SupportPac MA0R - Transport of SOAP and JMS with WebSphere MQ and HTTPR

2004-03-09 Thread Francois Van der Merwe1
If anybody know who is the author of MA0R, could you please forward me contact details - email if possible. Thanks Francois van der Merwe Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at http://www.lsoft.com Archive:

WMQ MIPS usage on idle mainframe

2004-02-11 Thread Francois Van der Merwe1
Any idea how many MIPS an IDLE (no messages flowing) queue manager consumes on the mainframe. We are trying to figure out what is the extra (overhead) MIPS usage if you ran a second queue manager on a mainframe. Thanks Francois van der Merwe Senior IT Specialist: IBM MQSeries Certified

WBIMB and Oracle

2004-01-26 Thread Francois Van der Merwe1
Any good practise or how-to documents available to move a broker environment from using DB2 to using Oracle? Also, is it best to move broker V2 first to V5 on DB2 or can you move it from V2 on DB2 to V5 on Oracle? Thanks Francois van der Merwe Instructions for managing your mailing list

How to fix invalid XML with broker

2003-12-05 Thread Francois Van der Merwe1
Using WBIMB V5 fixpack 2 I've got the following invalid xml flowing into the broker: ?xml version=1.0 encoding=UTF-8? Header Info1 Something /Info1 Info2 Something else /Info2 /Header ?xml version=1.0 encoding=UTF-8? DaDetail Record NameGroot Kokkedoor /Name Salary 1000/Salary

Re: How to fix invalid XML with broker

2003-12-05 Thread Francois Van der Merwe1
-Original Message- From: Francois Van der Merwe1 [mailto:[EMAIL PROTECTED] Sent: 05 December 2003 08:24 To: [EMAIL PROTECTED] Subject: How to fix invalid XML with broker Using WBIMB V5 fixpack 2 I've got the following invalid xml flowing into the broker: ?xml version=1.0 encoding=UTF-8? Header

Re: Use of MQClients

2003-12-05 Thread Francois Van der Merwe1
Yes, you can do it by setting up the channel table correctly and enabling svrconn channels on the server. Francois van der Merwe Senior IT Specialist: IBM MQSeries Certified Specialist, Solutions Expert Developer IBM, Cape Town, South Africa +27 (0)82 556 9467 / +27 (0)21 402 5597 [EMAIL

Breaking up XML

2003-11-30 Thread Francois Van der Merwe1
Anybody got some sample code or pseudo code to do the following in WBIMB V5 fixpack 2: Receive an MQ message with XML in it, consists of one header record followed by x detail records. I need to break this up in the broker into one MQ message for every detail record and send x messages out.

AMQ4757

2003-10-10 Thread Francois Van der Merwe1
A customer of mine is really having a problem installing fp4 on WMQ 5.3 on Windows 2000 server. They are getting AMQ4757 errors stating that there is still something about WMQ running. They have tried all the usual things, stopping MQ, killling all the processes and even setting WMQ service as

Re: SYNCPOINT behaviour

2003-10-07 Thread Francois Van der Merwe1
because you don't check codes and you do not clear the buffer after the call. You could get a 2033 on the first MQGET but wouldn't realize it. bobbee From: Francois Van der Merwe1 [EMAIL PROTECTED] Reply-To: MQSeries List [EMAIL PROTECTED] To: [EMAIL PROTECTED

Re: SYNCPOINT behaviour

2003-10-07 Thread Francois Van der Merwe1
, October 07, 2003 3:38 PM To: [EMAIL PROTECTED] Subject: Re: SYNCPOINT behaviour Do we get him now Or wait till the conference??? bee-oh-dubble-bee-dubble-egh From: Francois Van der Merwe1 [EMAIL PROTECTED] Reply-To: MQSeries List [EMAIL PROTECTED] To: [EMAIL

SYNCPOINT behaviour

2003-10-05 Thread Francois Van der Merwe1
What will be the value in the buffer2 in the following code just before the commit and at the end of the code segment. Empty Q1 Application A:(only application with access to Q1) empty buffer2 Set text MQ Rules to buffer1 Open Queue Q1 Set PutMessageOptions to PMO_SYNCPOINT Put buffer1

Re: Websphere MQ Express ?

2003-10-02 Thread Francois Van der Merwe1
? [EMAIL PROTECTED] 01/10/2003 18:06 Please respond to MQSeries List That's more than the full-blown product for a single intel cpu. Francois Van der Merwe1

Re: Websphere MQ Express ?

2003-10-01 Thread Francois Van der Merwe1
I saw something around $4125.Also, only available for intel 1 CPU machines. Francois van der Merwe Senior IT Specialist: IBM MQSeries Certified Specialist, Solutions Expert Developer IBM, Cape Town, South Africa +27 (0)82 556 9467 / +27 (0)21 402 5597 [EMAIL PROTECTED]

Re: DLQ

2003-09-19 Thread Francois Van der Merwe1
Emile Byte 9 and 10. Turn them around (Big Endian stuff), then convert the hex to decimal. Francois van der Merwe Senior IT Specialist: IBM MQSeries Certified Specialist, Solutions Expert Developer IBM, Cape Town, South Africa +27 (0)82 556 9467 / +27 (0)21 402 5597 [EMAIL PROTECTED]

MQCHLLIB pointing to another server

2003-08-15 Thread Francois Van der Merwe1
Is it possible to let MQCHLLIB point to a directory on a different server to use that channel table and edit it from the local MQ Explorer? I'm getting a 4082 error. Francois van der Merwe Senior IT Specialist: IBM MQSeries Certified Specialist, Solutions Expert Developer IBM, Cape Town, South

Re: MQCHLLIB pointing to another server

2003-08-15 Thread Francois Van der Merwe1
Message- From: Francois Van der Merwe1 [mailto:[EMAIL PROTECTED] Sent: 15 August 2003 10:54 To: [EMAIL PROTECTED] Subject: MQCHLLIB pointing to another server Is it possible to let MQCHLLIB point to a directory on a different server to use that channel table and edit it from the local MQ Explorer

inet2 vs MQ listener (UNIX)

2003-07-30 Thread Francois Van der Merwe1
Is the one better than the other? Francois van der Merwe 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

Re: inet2 vs MQ listener (UNIX)

2003-07-30 Thread Francois Van der Merwe1
you Pieter Voges MQ Support Nedcor Limited Tel: (011) 881 4410 Sel: 083 6455 300 E-mail: [EMAIL PROTECTED] http://dotweb.it.nednet.co.za/link.asp?names=Voges,%20Pieter -Original Message- From: Francois Van der Merwe1 [mailto:[EMAIL PROTECTED] Sent: 30 July 2003 11:15 To: [EMAIL

Re: Workflow directories in Workflow

2003-06-20 Thread Francois Van der Merwe1
Looking at my installation on AIX /var/fmc contains the directories cfgs, chltabs, ipc, log, qmgrsand the files fmcrc and fmczinsx.log /usr/lpp/fmc contains many directories (sorry, too many to type) but dirs like fmc.* and tivoli and msg and licenses etc. etc. The copyright file is in

Re: Spiraling downhill

2003-06-17 Thread Francois Van der Merwe1
Yes, if I'm out of a job I will work for that rate. And yes, I'm not from the USA. And yes, job protection is important, but we all know the world turns around on money. So, if somebody else can do the same job for cheaper, all the best for them - maybe they know how to compete in a fair world.

Re: MQ Process List - New

2003-06-11 Thread Francois Van der Merwe1
Peter When done, could you please forward to list again. Thanks Francois van der Merwe Senior IT Specialist: IBM MQSeries Certified Specialist, Solutions Expert Developer Potkay, Peter M (PLC, IT) To: [EMAIL PROTECTED]

Re: MQSERIES AND CICS

2003-06-10 Thread Francois Van der Merwe1
I've also seen companies getting so obsessed with protecting the programmer from MQ complexity (shame, poor programmers) that they layer themselves into a calling stack that is so far removed from MQ and the world of messaging in general, that it is really scary. In the end the programmers are

Re: Client and server configuration

2003-06-04 Thread Francois Van der Merwe1
Just to make this a little bit more clear. You MUST install the client that is on the SERVER CD. When you start installation from the server CD, one of the options is to also install the client code - use that. Francois van der Merwe Senior IT Specialist: IBM MQSeries Certified Specialist,

Re: Is there a MQPUT1 call in C++?

2003-05-29 Thread Francois Van der Merwe1
Teresa I quickly modified the amqsput c++ application from the installed source in the tools directory and I commented the queue.open command out. Guess what, the application still works. So, if the queue is not open at put time, it will open it for you. Now that is half of the behaviour of

Re: Client Connection changed to Server Connection

2003-05-29 Thread Francois Van der Merwe1
For a c/c++ application you must re-link the application if you want to change access from client to server. If you move a client to a server machine where the client portion is not installed you will get an error. Francois van der Merwe Senior IT Specialist: IBM MQSeries Certified Specialist,

Re: MQGMO Versions

2003-05-29 Thread Francois Van der Merwe1
TC Have a look in the application programmers reference, chapter 8. In short, version 3 adds a Message token and length of message data returned Francois van der Merwe Senior IT Specialist: IBM MQSeries Certified Specialist, Solutions Expert Developer IBM, Cape Town, South Africa +27 (0)82 556

Re: MQ Client

2003-05-27 Thread Francois Van der Merwe1
Andre, I think one of the concerns in the server concentrator setup is that the window of opportunity for something to go wrong is bigger when the clients connect to a server that is a long way from it or when the client connections are slow. Yes, you must use syncpoint, and yes, you must use COA

Francois Van der Merwe1/South Africa/IBM is out of the office.

2002-12-31 Thread Francois Van der Merwe1
I will be out of the office starting January 1, 2003 and will not return until January 7, 2003. I'm on leave at the moment. For urgent business, please leave a message on 0825569467 Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide

Re: MQSI CSD03

2002-10-10 Thread Francois Van der Merwe1
Looking at all these msgs, would it not be wise to remove CSD03 from public domain? Or, are we just seeing the negative stuff here? Anybody happy with CSD03? Also, how many people out there waiting to see what is going to happen. I'm definitely not putting CSD03 in now, I'll wait. Francois van

WMQ Workflow messageID

2002-10-04 Thread Francois Van der Merwe1
Hi I would like to preserve the original msg message ID. Scenario: 1. Incoming request msg (messageID X1) from Java app kicks off WMQ Workflow message flow. 2. Workflow does stuff and then request a service via MQ message from WMQ Integrator. 3. Reply back to WMQW where all answers are published

Re: no SYSTEM.DEF.CLNTCONN

2002-10-01 Thread Francois Van der Merwe1
-Original Message- From: Francois Van der Merwe1 [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Mon, 30 Sep 2002 16:08:18 +0200 Subject: no SYSTEM.DEF.CLNTCONN Windows 2000: WMQ 5.3 After creating a new queue manager it seems like all default objects are present except SYSTEM.DEF.CLNTCONN

no SYSTEM.DEF.CLNTCONN

2002-09-30 Thread Francois Van der Merwe1
Windows 2000: WMQ 5.3 After creating a new queue manager it seems like all default objects are present except SYSTEM.DEF.CLNTCONN with the result that when I try to create a new client connectoin I get the error: AMQ4000 I managed to create SYSTEM.DEF.CLNTCONN via runmqsc, but it does not show

Supported compilers for MQ

2002-09-02 Thread Francois Van der Merwe1
Is there a web page that lists all the compilers that supports MQ coding? Francois van der Merwe 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

Cape Town WebSphere User Group

2002-08-16 Thread Francois Van der Merwe1
If you're not from Cape Town, sorry, I wasted a small timeslice of your life;-) For the Capies, we're trying to get a WebSphere user group going, so the first step is to join the mailing list. Please send a mail to [EMAIL PROTECTED] if you are interested and request to be added to the

Re: Not able to connect to Queue manager

2002-07-08 Thread Francois Van der Merwe1
Gaurav 1.When you use amqsget I presume you do that from the server because amqsget is server compiled. Is your application compiled for the server or client? 2.Remember MQ names is case sensitive, so make 100% sure of the case, especially on UNIX the utilities sometimes convert names to

Re: Not able to connect to Queue manager

2002-07-08 Thread Francois Van der Merwe1
Guarav If you link for client: Can you use both amqsput and amqsputc to both queue managers? If amqsputc is not working then client environment is not set up correct. Francois van der Merwe Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide

Re: How about a separate list for MQSI/WMQI?

2002-06-25 Thread Francois Van der Merwe1
I agree with Mike. If you want to see all three, just read all of them or route your incoming email to one folder. Francois van der Merwe Mike Kelly [EMAIL PROTECTED]To: [EMAIL PROTECTED]

Re: SYSTEM.ADMIN.CHANNEL.EVENT Filling

2002-06-18 Thread Francois Van der Merwe1
It is usually easy to understand the header portion of the message in the event queue, just map it to the event structure (MQCFH) as described in the Events Monitoring book. The easiest way is to look at the message in the MQ Explorer console. What usually goes into that queue is messages

MQ adapter certification

2002-06-11 Thread Francois Van der Merwe1
Is there a certification process that IBM uses in order to certify adapters for MQSeries? Francois van der Merwe Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at http://www.lsoft.com Archive:

MQ adapter guidelines

2002-06-11 Thread Francois Van der Merwe1
When investigating mq adapters from 3rd party vendors, are there any standards or guidelines that one can use to evaluate? Any comments welcome. Francois van der Merwe Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at

Re: URGENT ON MQSERIES CODE

2002-06-11 Thread Francois Van der Merwe1
There is some code samples on www.mqseries.net Francois van der Merwe 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

JD Edwards adapter

2002-06-07 Thread Francois Van der Merwe1
Is there an adapter available for MQ or MQ Integrator that will talk to JD Edwards? I do not want something that only works with JDE One World, it must work with the older stuff. Thanks Francois van der Merwe Instructions for managing your mailing list subscription are provided in the

MSMQ MQSeries Bridge

2002-05-15 Thread Francois Van der Merwe1
Anybody using any other bridges/gateways to go from MSMQ to IBM MQ apart from MSMQ MQ bridge? And, if possible, why did you pick the one you use? Also, I'm looking for a how to document on implementing MSMQ MQ bridge in a recipe format - something I could quickly and easily put together. Thank