Author |
Message |
Topic: MQFMT_STRING problem (C code) |
mq newguy
Replies: 2 Views: 5943
|
Forum: General IBM MQ Support Posted: Thu Jul 11, 2002 6:42 am Subject: MQFMT_STRING problem (C code) |
Thanks alot. that helped alot. Im new to MQ programming and I havent done too much coding in C but thats what im asked to do right now, I prefer using java and my boss will likely let us in the futur ... |
Topic: PCF commands - help |
mq newguy
Replies: 2 Views: 2268
|
Forum: General IBM MQ Support Posted: Tue Jul 09, 2002 8:57 am Subject: PCF commands - help |
will it work with V2.1 ?
i cant seem to find the header file CMQBC.h
thanks |
Topic: STRMQM hogging all the resources |
mq newguy
Replies: 1 Views: 2078
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Jul 09, 2002 6:41 am Subject: STRMQM hogging all the resources |
I noticed a machine with mq series running extremely slow, when I looked into the taskmgr, STRMQM was steadily hogging more memory, what would cause this??? |
Topic: PCF commands - help |
mq newguy
Replies: 2 Views: 2268
|
Forum: General IBM MQ Support Posted: Tue Jul 09, 2002 6:26 am Subject: PCF commands - help |
Im basically new to this Mq programmin, but I have gotten my program on the as400 to read from a dataqueue and build the MQ msg and put it on a remote queue, now I must incorporate functionality to ca ... |
Topic: send msg from as400 to mainframe, but error with bad format |
mq newguy
Replies: 3 Views: 3534
|
Forum: General IBM MQ Support Posted: Mon Jul 01, 2002 8:51 am Subject: send msg from as400 to mainframe, but error with bad format |
I had this in my declaration
/* MQ Variables */
static CHAR ... |
Topic: MQFMT_STRING problem (C code) |
mq newguy
Replies: 2 Views: 5943
|
Forum: General IBM MQ Support Posted: Mon Jul 01, 2002 8:44 am Subject: MQFMT_STRING problem (C code) |
getting further...the mainframe program is getting all my messages from my C program on the as400 but it is getting an error of wrong format. they are using the convert in the GMO, and I never did se ... |
Topic: send msg from as400 to mainframe, but error with bad format |
mq newguy
Replies: 3 Views: 3534
|
Forum: General IBM MQ Support Posted: Wed Jun 26, 2002 11:21 am Subject: send msg from as400 to mainframe, but error with bad format |
Im wondering that they cant read the data due to a bad format because I have specified MQPMO_SYNCPOINT, but I didnt set MD.Format = MQFMT_STRING. the program over on the mainframe has a convert opti ... |
Topic: MQCONN to Default QMGR failing with "lock request not g |
mq newguy
Replies: 1 Views: 2135
|
Forum: General IBM MQ Support Posted: Fri Jun 21, 2002 5:36 am Subject: MQCONN to Default QMGR failing with "lock request not g |
In my program on the as400 I am simply reading from a data queue, connecting/opening the default qmgr, building an MQ msg, dropping the msg on a remote queue to be sent out. In our test environment i ... |