Author |
Message |
Topic: CKQC |
mathew_m
Replies: 3 Views: 5237
|
Forum: Mainframe, CICS, TXSeries Posted: Tue Dec 04, 2007 5:04 am Subject: CKQC |
I have a small java application to get/put messages to web sphere in ZOS.
The message will be processed by CICS and put the reply back to Q. I tried to use CKQC to trigger my CICS transaction. But i ... |
Topic: not getting message from MQ(Mainframe) |
mathew_m
Replies: 4 Views: 4717
|
Forum: IBM MQ Java / JMS Posted: Mon Dec 03, 2007 7:47 pm Subject: not getting message from MQ(Mainframe) |
i want to have both the 'get' and 'put' in SYNCPOINT in Z/OS as there is some update happening in DB2 table.
Also the above code is working fine in a mainframe simulated environmnent(Mainframe expres ... |
Topic: not getting message from MQ(Mainframe) |
mathew_m
Replies: 4 Views: 4717
|
Forum: IBM MQ Java / JMS Posted: Mon Dec 03, 2007 5:21 am Subject: not getting message from MQ(Mainframe) |
I am using the following java code to put/get message from Websphere from Z Os. It appears that message is being delivered to the que and it processed sucessfully. Ie I could see the message 'tRYINT ... |
Topic: no mqjbnd05 in java.library.path |
mathew_m
Replies: 8 Views: 7931
|
Forum: IBM MQ Java / JMS Posted: Tue Nov 13, 2007 6:24 am Subject: no mqjbnd05 in java.library.path |
Please dont beat me up
I used the following code(class). Could you suggest what changes i should make it to create a client connection ?
import com.ibm.mq.*; // Include the MQ pack ... |
Topic: no mqjbnd05 in java.library.path |
mathew_m
Replies: 8 Views: 7931
|
Forum: IBM MQ Java / JMS Posted: Tue Nov 13, 2007 6:00 am Subject: no mqjbnd05 in java.library.path |
This is a client connection. I have downloaded(trial version) mq windows client and installed in my machine.
I could not locate the file mqjbnd05 in my PC !
Pls help |
Topic: no mqjbnd05 in java.library.path |
mathew_m
Replies: 8 Views: 7931
|
Forum: IBM MQ Java / JMS Posted: Tue Nov 13, 2007 5:43 am Subject: no mqjbnd05 in java.library.path |
I am using JAVA code to connect my MQSERVER. Both server and client are in WINDOWS platform. But while running my JSP i am getting the follwoing error. I could not find the file called mqjbnd05 in my ... |
Topic: SVRCONN and 2059 |
mathew_m
Replies: 3 Views: 4575
|
Forum: Mainframe, CICS, TXSeries Posted: Tue Oct 30, 2007 8:28 pm Subject: SVRCONN and 2059 |
Connection could not establish using Telnet. Might be firewal block.
Thanks a Lot. |
Topic: SVRCONN and 2059 |
mathew_m
Replies: 3 Views: 4575
|
Forum: Mainframe, CICS, TXSeries Posted: Tue Oct 30, 2007 1:14 am Subject: SVRCONN and 2059 |
I am getting 2059 when i executed the program AMQSCNXC from a windows client to access Websphere in Z/Os. It was working so far but all of a sudden it started abending with 2059. I checked with mq adm ... |
Topic: Connecting Webshere MQ server(In mainframe) from Win client |
mathew_m
Replies: 8 Views: 7910
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Oct 17, 2007 4:53 am Subject: Connecting Webshere MQ server(In mainframe) from Win client |
My system admin yet to reply to my query. But I just varified from the log that CAF is up and running
Now my doubt is how CAF will recognize my windows user id and password ?
Should i do some co ... |
Topic: Connecting Webshere MQ server(In mainframe) from Win client |
mathew_m
Replies: 8 Views: 7910
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Oct 17, 2007 4:18 am Subject: Connecting Webshere MQ server(In mainframe) from Win client |
I would like to know the role CAF is playing. Will it do the user validation ?
How to find out whether it is installed or not. |
Topic: Connecting Webshere MQ server(In mainframe) from Win client |
mathew_m
Replies: 8 Views: 7910
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Oct 17, 2007 3:14 am Subject: Connecting Webshere MQ server(In mainframe) from Win client |
I am trying to connect to a Q manager(Websphere MQ) which in on Z/OS through windows MQ client. My mainframe ID and PWD are different from Windows NT. I would like to know how will I pass my user id ... |