Author |
Message |
Topic: Convert a Charachter String to Bytes |
jigjim
Replies: 4 Views: 4151
|
Forum: IBM MQ API Support Posted: Fri Aug 26, 2005 5:31 am Subject: Convert a Charachter String to Bytes |
Can you provide links/more details on Unit.
My problem is to convert a Charachter String to a 4 byte (unsigned int, binary value) .. anything more then 4 bytes and the fixed string format gets viol ... |
Topic: Convert a Charachter String to Bytes |
jigjim
Replies: 4 Views: 4151
|
Forum: IBM MQ API Support Posted: Thu Aug 25, 2005 12:05 pm Subject: Convert a Charachter String to Bytes |
sorry the charchter string was "0001933384" and not "0001933385". A small typo |
Topic: Convert a Charachter String to Bytes |
jigjim
Replies: 4 Views: 4151
|
Forum: IBM MQ API Support Posted: Thu Aug 25, 2005 12:03 pm Subject: Convert a Charachter String to Bytes |
Hi,
We put Fixed String format messages on the MQ Q using MQ Client and Java.
The messages are first retrieved from Mainframe and then reformatted to be put on the Q.
One of the requirements ... |
Topic: User id / version problems in .NET (MQ Client) |
jigjim
Replies: 0 Views: 1850
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Jun 30, 2005 1:52 pm Subject: User id / version problems in .NET (MQ Client) |
Hi,
I use MQ Client (5.3) primarily for my Java/.NET web apps and applications.
We use MQ Client to Put/Execute IMS messages/commands.
In Java, I use mq.jar to compile and run my code.
For my ... |
Topic: Setting the message id in a VB.NET application |
jigjim
Replies: 19 Views: 21450
|
Forum: IBM MQ API Support Posted: Wed Jun 29, 2005 12:35 pm Subject: Setting the message id in a VB.NET application |
Hi,
I do the setting of message ID the follwoing way in my code.
msg = new MQMessage();
msg.MessageType = MQC.MQMT_REQUEST;
msg.Format = MQC.MQFMT_IMS_VAR_STRING;
msg.Persistence = ... |
Topic: Conversion problems using MQ Client in Java and OS/390 DB2 |
jigjim
Replies: 1 Views: 7746
|
Forum: Mainframe, CICS, TXSeries Posted: Mon Feb 07, 2005 2:14 pm Subject: Conversion problems using MQ Client in Java and OS/390 DB2 |
Hi,
For my current assignment, I have to develop a web portal running on WebSphere. I have to grab data from DB2 (on OS/390) and send it via MQ Client onto a MQ Q / Bridge Q.
How can I make sur ... |
Topic: .NET Client Connection Problems |
jigjim
Replies: 5 Views: 4869
|
Forum: IBM MQ API Support Posted: Thu Dec 09, 2004 2:04 pm Subject: .NET Client Connection Problems |
Hi,
I tried several scenarios But am failing to do a .NET Client connect to a MQ Serier Server Running on z/OS. When I am logged in as Administrator, it connects as:
TC08562 IRR012I VERIFICATION ... |
Topic: .NET Client Connection Problems |
jigjim
Replies: 5 Views: 4869
|
Forum: IBM MQ API Support Posted: Wed Dec 08, 2004 12:48 pm Subject: .NET Client Connection Problems |
Thanks for setting me with the start point.
Can you pls guide me to where i can find these documentations ?
Thanks
Jigs |
Topic: .NET Client Connection Problems |
jigjim
Replies: 5 Views: 4869
|
Forum: IBM MQ API Support Posted: Wed Dec 08, 2004 12:13 pm Subject: .NET Client Connection Problems |
Hi,
I am using Mq series 5.3 and doing a .NET Client connection to read messages from a Q. We have three MQ Series server running on Z/OS. I am able to do it succesfully for two of them. For the th ... |
Topic: set userid in MQClient connecting to os/390 |
jigjim
Replies: 5 Views: 4574
|
Forum: IBM MQ Java / JMS Posted: Thu Sep 23, 2004 10:27 am Subject: set userid in MQClient connecting to os/390 |
Thanks for the information.
I will upgrade to 5.3 ASAP.
As per your other suggestion, I have a specific channel setup for the client connection. Can you please provide more details on what MACUSer ... |
Topic: set userid in MQClient connecting to os/390 |
jigjim
Replies: 5 Views: 4574
|
Forum: IBM MQ Java / JMS Posted: Thu Sep 23, 2004 9:23 am Subject: set userid in MQClient connecting to os/390 |
No,
I am using MA88 files. Here is a snapshot of the code.
MQEnvironment.disableTracing ();
MQException.log = null;
MQEnvironment.hostname = sys;
String channel = "SYSTEM.DEF.SVR ... |
Topic: set userid in MQClient connecting to os/390 |
jigjim
Replies: 5 Views: 4574
|
Forum: IBM MQ Java / JMS Posted: Thu Sep 23, 2004 7:30 am Subject: set userid in MQClient connecting to os/390 |
Hi,
I am using MQ Client running in WebSphere to connect to MQ queues on OS/390.
I am having some security problems and would like to know at what places I can set the user id.
For the msg I ... |
Topic: Message ID |
jigjim
Replies: 8 Views: 5863
|
Forum: IBM MQ API Support Posted: Mon Jun 07, 2004 1:48 pm Subject: Message ID |
Thank you for the positive feedback.
Can you please refer to some of the manuals that I should read.
Also MQC.MQPMO_NEW_MSG_ID geneartes an "int" value which I will have to recast as bytes array. ... |
Topic: Message ID |
jigjim
Replies: 8 Views: 5863
|
Forum: IBM MQ API Support Posted: Mon Jun 07, 2004 1:12 pm Subject: Message ID |
I guess ur right on the part where non printable charachetrs makes it difficult to realise that the byte array will be different.
However since we need "bytes" to be assigned to messageID, I found ... |
Topic: Sending IMS Commands on Bridge Queue. |
jigjim
Replies: 0 Views: 2901
|
Forum: IBM MQ API Support Posted: Mon Jun 07, 2004 12:45 pm Subject: Sending IMS Commands on Bridge Queue. |
Hi,
I use Java and MQ Client connection to connect with MQ Series on z/os. When I use "CMDMASK DIS A" I get the response back. When I try to do it the IMS Command way i.e "/DIS A" it dosent work.
... |