|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Problem with MQLSX |
« View previous topic :: View next topic » |
Author |
Message
|
platondaniel |
Posted: Thu Aug 15, 2002 5:18 am Post subject: Problem with MQLSX |
|
|
Novice
Joined: 04 Aug 2002 Posts: 12
|
Hello !
I have a little problem with the MQLSX library and I hope you can help me. I have put up a form in Lotus Notes and i'm trying to send some data to a MQSeries queue. It works fine if I put the code behind a button hotspon, but when I'm trying to to this from an agent returns a "Type mismatch" error when it tries to put the message onto the queue.
This is the code:
Set MQqms = New MQSession
Set MQqmgr = MQqms.AccessQueueManager(my QM)
Set MQpmo = New MQPutMessageOptions
Set MQq = MQqmgr.AccessQueue("default",OpenOptions,"","","")
Set MQMsg = New MQMessage
Set MQMsg = New MQMessage
MQMsg.WriteUTF("Message")
MQMsg.MessageType=MQMT_DATAGRAM
MQq.Put MQMsg, MQpmo
I want to know why it doesn't work from an agent or action button(same code works perfectly from the button hotspot). Pls help !
Thanks a lot,
DAN |
|
Back to top |
|
 |
zpat |
Posted: Wed Oct 09, 2002 4:16 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
I've used the MQLSX from an agent with no problems. My advice is to take the same LS agent code that comes with the MQLSX - get it working and then cut it down to do just what you want - testing it at all stages.
On another matter - I am concerned that IBM has withdrawn the MQLSX support pac - whereas Lotus are still fully committed to Lotusscript.
It's not acceptable to take away MQI support for an important IBM/Lotus language like this. The idea that Notes programmers can just use Java instead is ridiculous. Are IBM going to pay for re-training and the conversion of existing applications? No.
I think IBM should continue to provide and support the MQLSX even if it's not enhanced functionally. Has anyone tested it under Windows XP? |
|
Back to top |
|
 |
zpat |
Posted: Tue Jan 28, 2003 2:54 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
IBM have extended the support date for the MQLSX to end 2003.
Get it while you can! |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|