Author |
Message |
Topic: Http Post with a request parameter |
andrewl68
Replies: 3 Views: 2504
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 28, 2010 10:08 am Subject: Http Post with a request parameter |
I have an xml message within an HTTP Post. The HTTP post has to have a parameter of load= preceding the XML string. I have tried a multitude of ways to get this to work yet it still fails. Message ... |
Topic: Importing C Header File |
andrewl68
Replies: 2 Views: 1802
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 24, 2005 11:13 am Subject: Importing C Header File |
Thank you for your reply.
I have already found the problem. It appears the ANSI requirements are more stringent for the importation than for most C compilers.
Thanks |
Topic: Importing C Header File |
andrewl68
Replies: 2 Views: 1802
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 21, 2005 12:09 pm Subject: Importing C Header File |
I am importing a C header file to create types and messages. When I import the messages it works but I cannot view the individual elements within the types. Am I missing something in the header file ... |
Topic: mqsi 2.1 to 5 the fun is about to start |
andrewl68
Replies: 3 Views: 2185
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 19, 2005 7:40 am Subject: mqsi 2.1 to 5 the fun is about to start |
We have gone through the process. It is not as painful as people say. A few things to watch for are:
1. Esql - the cast function does not behave the same when casting to a decimal.
2. The code ass ... |
Topic: SYSTEM.BROKER.IPC.QUEUE's |
andrewl68
Replies: 1 Views: 1976
|
Forum: General IBM MQ Support Posted: Wed Jan 19, 2005 7:31 am Subject: SYSTEM.BROKER.IPC.QUEUE's |
Can anyone tell me the purpose of SYSTEM.BROKER.IPC.QUEUE.* queues. I assume they are related to WBIMB. There are threads attached to the queues but I never see any messages. |
Topic: Hext to Integer Conversion From Blob message |
andrewl68
Replies: 5 Views: 3851
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 27, 2004 12:44 pm Subject: Hext to Integer Conversion From Blob message |
What platform are you running this on??
X'6600' converts to a null terminated 'f' if it is ASCII.
What is the error you are getting? |
Topic: Need Help in Receiver Channel! |
andrewl68
Replies: 4 Views: 3571
|
Forum: General IBM MQ Support Posted: Tue Jul 06, 2004 9:53 am Subject: Need Help in Receiver Channel! |
I cant really help you with that part. The external queue manager had a firewall in place that was preventing the connection. You may want to check with them to see if the firewall logs show any re ... |
Topic: Need Help in Receiver Channel! |
andrewl68
Replies: 4 Views: 3571
|
Forum: General IBM MQ Support Posted: Tue Jul 06, 2004 9:43 am Subject: Need Help in Receiver Channel! |
Your logs can be found in
install directory/qmgrs/"queue manager name"/errors/AMQ.....
If one of the servers is behind a firewall there may be rules in place that are stopping the connection betwe ... |
Topic: Error Running 64 bit compiled application |
andrewl68
Replies: 4 Views: 4583
|
Forum: IBM MQ API Support Posted: Tue Jun 29, 2004 3:50 am Subject: Error Running 64 bit compiled application |
I have downloaded the support pac and the code compiles without a problem. It just will not run because I cant link with the correct library at runtime. |
Topic: Error Running 64 bit compiled application |
andrewl68
Replies: 4 Views: 4583
|
Forum: IBM MQ API Support Posted: Mon Jun 28, 2004 12:01 pm Subject: Error Running 64 bit compiled application |
AIX Version 5.1
MQSeries Version 5.3
I have compiled a 64 bit application but it will not link to the run time library when I start it. Here is the error I am getting
exec(): 0509-036 Cannot l ... |
Topic: Subtracting Timestamps |
andrewl68
Replies: 0 Views: 1573
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 16, 2003 4:39 am Subject: Subtracting Timestamps |
I am trying to get the interval in days between two timestamps. I have included my code below. I am getting an error requesting an interval qualifier. I am sure it is my syntax.... any help would ... |
Topic: Trying to insert date into database |
andrewl68
Replies: 1 Views: 2332
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 30, 2003 12:00 pm Subject: Trying to insert date into database |
I am trying to insert the following date format into an oracle database
'YYYY/MM/DD HH24:MI:SS'
I am trying to use passthru to alter the Date format to allow it to be inserted but I am getting an ... |
Topic: Loading Rows to Oracle Database |
andrewl68
Replies: 3 Views: 2413
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 23, 2003 9:18 am Subject: Loading Rows to Oracle Database |
I set up the odbc entry, I cannot get the syntax correct to pass the userid and password. Can anyone help?? |
Topic: Loading Rows to Oracle Database |
andrewl68
Replies: 3 Views: 2413
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 23, 2003 7:24 am Subject: Loading Rows to Oracle Database |
Can someone please explain how to connect and load rows to an oracle database. The broker resides on AIX 5.0 and the database resides on a different server with the same operating system.
Thanks |