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 » Search

 Search found 48 matches
Author Message
  Topic: Problem with amqccgsk_r shared library on AIX
yonny

Replies: 5
Views: 7243

PostForum: General IBM MQ Support   Posted: Wed May 19, 2010 5:49 am   Subject: Problem with amqccgsk_r shared library on AIX
Thank you exerk.
It seems that the AIX box I was using has an incomplete installation, I tried the ldd command on another AIX and the output was the same as yours.
So, I am moving my SSL' tests to t ...
  Topic: Problem with amqccgsk_r shared library on AIX
yonny

Replies: 5
Views: 7243

PostForum: General IBM MQ Support   Posted: Wed May 19, 2010 4:44 am   Subject: Problem with amqccgsk_r shared library on AIX
Hello Joseph, do you have MQ 7 running on AIX?
Could you please post the output of: ldd /usr/mqm/lib64/amqccgsk_r of your system.

Thank you.
  Topic: Problem with amqccgsk_r shared library on AIX
yonny

Replies: 5
Views: 7243

PostForum: General IBM MQ Support   Posted: Tue May 18, 2010 3:05 pm   Subject: Problem with amqccgsk_r shared library on AIX
I am trying to configure a client connection with SSL where my queue manager is running on AIX (mq v7) and the client is running on windows (mq client v5.3).
On the AIX error log I am getting the mes ...
  Topic: Newbie question on Version 6 http nodes
yonny

Replies: 3
Views: 3713

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Oct 14, 2009 5:45 pm   Subject: Newbie question on Version 6 http nodes
Could not test your solution yet, thank you.
The server where my broker is running still has no access to the WebServices' URL. The communications crew is working on it.

Best regards,

Yonny. ...
  Topic: Newbie question on Version 6 http nodes
yonny

Replies: 3
Views: 3713

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Oct 13, 2009 4:01 pm   Subject: Newbie question on Version 6 http nodes
Hello all, I was hopping someone could help me with a newbie question regarding WMB 6. My last post here was from 2005, I am a user of these products since mqseries and integrator 1.1 (1999), and did ...
  Topic: MQCONNXAny appears to hang when an invalid data supplied
yonny

Replies: 7
Views: 6905

PostForum: IBM MQ API Support   Posted: Fri Apr 20, 2007 7:29 am   Subject: MQCONNXAny appears to hang when an invalid data supplied
We are having a similar problem, ¿is there any solution to the problem described here?

Thanks
  Topic: Casting the next record with NEXTSIBLING into a BLOB var
yonny

Replies: 12
Views: 9680

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Nov 08, 2006 7:48 am   Subject: Casting the next record with NEXTSIBLING into a BLOB var
Problem solved using fjb_saper aproach. Thank you
------------------
  Topic: Casting the next record with NEXTSIBLING into a BLOB var
yonny

Replies: 12
Views: 9680

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Nov 03, 2006 10:47 am   Subject: Casting the next record with NEXTSIBLING into a BLOB var
then create another message definition in the same message definition file that only includes the repeating fields and then do an ASBITSTREAM on that.
Could you please go more deep into that?
My mes ...
  Topic: Casting the next record with NEXTSIBLING into a BLOB var
yonny

Replies: 12
Views: 9680

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Nov 03, 2006 10:42 am   Subject: Casting the next record with NEXTSIBLING into a BLOB var
The problem with the OVERLAY function is that there are several (different) message sets used to parse the input message, so I do not know the exact lenght of every field to filled it with spaces usin ...
  Topic: Casting the next record with NEXTSIBLING into a BLOB var
yonny

Replies: 12
Views: 9680

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Nov 03, 2006 10:28 am   Subject: Casting the next record with NEXTSIBLING into a BLOB var
Yes, they are already strings, what i need is to fill every field with the padding character (SPACE).

I tried at first just to || the fields, but the function did not return a string with the field ...
  Topic: Casting the next record with NEXTSIBLING into a BLOB var
yonny

Replies: 12
Views: 9680

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Nov 03, 2006 10:11 am   Subject: Casting the next record with NEXTSIBLING into a BLOB var
I am using a CWF message set like this:

MyMessage ComplexType1
RepeatingRecord RepatingRecordType
FieldA xsd:string Length=10
FieldB ...
  Topic: Casting the next record with NEXTSIBLING into a BLOB var
yonny

Replies: 12
Views: 9680

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Nov 03, 2006 8:16 am   Subject: Casting the next record with NEXTSIBLING into a BLOB var
Thank you for your answer jeff, I tried two different forms to call the function:

Without the OPTIONS parameter:
SET temp_blob = temp_blob || ASBITSTREAM(RecRef
ENCODING InputRoot.MQMD ...
  Topic: Casting the next record with NEXTSIBLING into a BLOB var
yonny

Replies: 12
Views: 9680

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Nov 02, 2006 2:58 pm   Subject: Casting the next record with NEXTSIBLING into a BLOB var
Hello all, could you please help me to figure out what am i doing wrong here. This is part of my esql code for a compute node:
DECLARE RecRef REFERENCE TO InputRoot.MRM.RepeatingRecord[1];
...
  Topic: Web Service returning 400 Bad Request to HTTPRequest node
yonny

Replies: 3
Views: 6702

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Sep 28, 2006 2:20 pm   Subject: Web Service returning 400 Bad Request to HTTPRequest node
I am trying your suggestions, thank you.
  Topic: Web Service returning 400 Bad Request to HTTPRequest node
yonny

Replies: 3
Views: 6702

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Sep 26, 2006 8:23 am   Subject: Web Service returning 400 Bad Request to HTTPRequest node
Please excuse me for double post this, I also post it in the mq list but only recieved one suggestion and it did not worked.

I am calling a web service using an HTTPRequest node, but I am only gett ...
Goto page 1, 2, 3, 4  Next Page 1 of 4

Jump to:  
Protected by Anti-Spam ACP
 
 


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

Copyright © MQSeries.net. All rights reserved.