Author |
Message |
Topic: I need help |
JohnRaver
Replies: 19 Views: 52581
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Oct 23, 2001 9:09 am Subject: I need help |
I am not going to be using it with database updates, I just need to be able to perform commits and rollbacks to make sure nothing happens to the message.
To answer your question, I don not have a f ... |
Topic: I need help |
JohnRaver
Replies: 19 Views: 52581
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Oct 23, 2001 8:09 am Subject: I need help |
Can a UNIX platform support syncpoints?
I will answer those other questions for you. I am in the process of reading material about MQ. |
Topic: I need help |
JohnRaver
Replies: 19 Views: 52581
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Oct 23, 2001 3:11 am Subject: I need help |
What is the value of the variable being passed to the AccessQueueManager()?
The value I am passing is the name os the queue manager.
Is it the exact same case as the local queue manager?
Ye ... |
Topic: Powerbuilder and MQ |
JohnRaver
Replies: 2 Views: 13093
|
Forum: General IBM MQ Support Posted: Tue Oct 23, 2001 3:08 am Subject: Powerbuilder and MQ |
No difference, I just wanted to post the message in another group. I am still having some issues with these and it is beginning to get very fustrasting. I am trying to find someone who knows PB and ... |
Topic: Powerbuilder and MQ |
JohnRaver
Replies: 2 Views: 13093
|
Forum: General IBM MQ Support Posted: Mon Oct 22, 2001 9:44 am Subject: Powerbuilder and MQ |
Has anyone worked with MQ and Powerbuilder? If so can you please help me out?
I have a couple issues that I am really struggling with?
1) Where and how are sync points declared or set?
2) Ho ... |
Topic: I need help |
JohnRaver
Replies: 19 Views: 52581
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Oct 22, 2001 3:43 am Subject: I need help |
To go with the other message I posted, see above...
I think I am already using the AccessQueue Method.
Here is my code:
ole_mq_queue_mgr = ole_mq_session.AccessQueueManager(is_queuemgr)
o ... |
Topic: I need help |
JohnRaver
Replies: 19 Views: 52581
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Oct 22, 2001 3:27 am Subject: I need help |
Thanks for that web site, I am going to look around and see if I can get anything from that. I was wondering if you knew anything about creating sync point (unit of work). Also, I need a way to dete ... |
Topic: I need help |
JohnRaver
Replies: 19 Views: 52581
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Oct 19, 2001 12:32 pm Subject: I need help |
THe line that failed was this
ole_mq_queue_mgr = ole_mq_session.AccessQueueManager(is_queuemgr)
This line is in my connect function, those lines before were in the function to create the messages ... |
Topic: I need help |
JohnRaver
Replies: 19 Views: 52581
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Oct 19, 2001 12:32 pm Subject: I need help |
THe line that failed was this
ole_mq_queue_mgr = ole_mq_session.AccessQueueManager(is_queuemgr)
This line is in my connect function, those lines before were in the function to create the OLE obje ... |
Topic: I need help |
JohnRaver
Replies: 19 Views: 52581
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Oct 19, 2001 10:04 am Subject: I need help |
It is an error that says null Object Reference, saing that the object is not there. I created the object using the following code (queue and manager):
// Queue Manager - To represent a connection ... |
Topic: I need help |
JohnRaver
Replies: 19 Views: 52581
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Oct 19, 2001 9:45 am Subject: I need help |
I am not really trying to connect to a remote queue manager, I am connecting to my local manager, once the message is put on that queue it gets send (behind the scenes) to another queue on another man ... |
Topic: I need help |
JohnRaver
Replies: 19 Views: 52581
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Oct 19, 2001 8:55 am Subject: I need help |
The application itself is in the computer language powerbuilder. It is an Object Oriented language. I am creating OLE object that are going to be doing the work for me, but when I go to connect to t ... |
Topic: I need help |
JohnRaver
Replies: 19 Views: 52581
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Oct 19, 2001 3:37 am Subject: I need help |
Can anyone help me?
I am trying to write a Powerbuilder application and I am coming across a couple issues with MQ.
1) How do I connect to a remote queue, my local queue connection is find, but ... |
Topic: MQ Sync Point |
JohnRaver
Replies: 0 Views: 11793
|
Forum: General IBM MQ Support Posted: Fri Oct 19, 2001 3:06 am Subject: MQ Sync Point |
Does anyone know how I turn the sync point option on for a Powerbuilder application? |