ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ API Support » Problem with MQLSX

Post new topic  Reply to topic
 Problem with MQLSX « View previous topic :: View next topic » 
Author Message
platondaniel
PostPosted: Thu Aug 15, 2002 5:18 am    Post subject: Problem with MQLSX Reply with quote

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
View user's profile Send private message Yahoo Messenger
zpat
PostPosted: Wed Oct 09, 2002 4:16 am    Post subject: Reply with quote

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
View user's profile Send private message
zpat
PostPosted: Tue Jan 28, 2003 2:54 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ API Support » Problem with MQLSX
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.