Author |
Message |
Topic: MQ Programming on AS400 |
gabbar
Replies: 3 Views: 3556
|
Forum: General IBM MQ Support Posted: Fri Aug 06, 2004 6:29 am Subject: MQ Programming on AS400 |
pbravic
I've worked atleast on one project on 400 with MQ. To start with we tried to use Java(thats what my skillset is). I was told that the only way to invoke a java program on 400 is by first in ... |
Topic: MQJExplorer - Connect |
gabbar
Replies: 5 Views: 4486
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Aug 02, 2004 8:09 am Subject: MQJExplorer - Connect |
Michael,
They have been defined on some but not on others. For not having to go through defining them, we want to use what is existing. Especially the mainframe qmgrs in uat and prod which only peopl ... |
Topic: MQJExplorer - Connect |
gabbar
Replies: 5 Views: 4486
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Aug 02, 2004 7:08 am Subject: MQJExplorer - Connect |
Good Monday Morning!! I hope you guys are geared up for another crazy week.
We have some queue managers which do not have SYSTEM.ADMIN.SVRCONN channel defined, but have SYSTEM.DEF.SVRCONN channel ... |
Topic: Redbook Backup&Recovery sept1998 - new info? |
gabbar
Replies: 3 Views: 2467
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Jun 30, 2004 11:18 am Subject: Redbook Backup&Recovery sept1998 - new info? |
Thanks. Will try!! |
Topic: Redbook Backup&Recovery sept1998 - new info? |
gabbar
Replies: 3 Views: 2467
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Jun 30, 2004 9:01 am Subject: Redbook Backup&Recovery sept1998 - new info? |
Did you find anything yet? I am looking for a newer version of the document. Please provide me pointers if you did find something.
Thanks in advance |
Topic: Deployment problems -- takes too long |
gabbar
Replies: 6 Views: 3507
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 29, 2004 3:20 pm Subject: Deployment problems -- takes too long |
I will push for decreasing the complexity of messagesets and message flow(sadly there is just one message flow). Deployment is my problem and I hope THE FLOW and messagesets can be altered.
Thanks ... |
Topic: Deployment problems -- takes too long |
gabbar
Replies: 6 Views: 3507
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 29, 2004 1:40 pm Subject: Deployment problems -- takes too long |
Kiran,
Thanks for the reply.
I am providing only the infrastructure support for this project and the app developers have already moved code through to UAT. I can only make suggestions which I alre ... |
Topic: Deployment problems -- takes too long |
gabbar
Replies: 6 Views: 3507
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 29, 2004 12:19 pm Subject: Deployment problems -- takes too long |
You may want to try to start with completely new bar files.
We are not using WBI MB 5.0. So we don't work with bar files.
But we did try something similiar. Recreating the configmgr, clearing ... |
Topic: Deployment problems -- takes too long |
gabbar
Replies: 6 Views: 3507
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 29, 2004 9:46 am Subject: Deployment problems -- takes too long |
Hi,
We are on WMQI 2.1 CSD 06, brokers on AIX.
We have one messageflow assigned to the execution group with about 600 subflows attached to it.
The messagesets that we are deploying put toge ... |
Topic: error trying to start a debugger |
gabbar
Replies: 2 Views: 2223
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 17, 2004 10:57 pm Subject: error trying to start a debugger |
from menu->settings change the port number. It's defaulted to 5000 and if its already in use because your debugger session is still active, or some other app is using that port number, you can't us ... |
Topic: Modifying OutputRoot inside a Function |
gabbar
Replies: 1 Views: 2215
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 17, 2004 12:56 pm Subject: Modifying OutputRoot inside a Function |
Can I modify an OutputRoot within in a User defined function in Compute Node.
I want to create some XML fields and assign values to the leaf elements. I want the Reference to OutputRoot as one of ... |
Topic: Selecting a MAX value |
gabbar
Replies: 6 Views: 6067
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 04, 2004 12:23 pm Subject: Selecting a MAX value |
Strange as it is, removing the ITEM keyword makes the broker now recognize the MAX function.
It works!!
Thanks Kiran |
Topic: Selecting a MAX value |
gabbar
Replies: 6 Views: 6067
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 04, 2004 11:26 am Subject: Selecting a MAX value |
Like you said I deployed despite the syntax error. This is what I see when I deploy.
BIP2938E: An attempt was made to execute the non existent function or procedure 'MAX'. |
Topic: Selecting a MAX value |
gabbar
Replies: 6 Views: 6067
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 04, 2004 10:57 am Subject: Selecting a MAX value |
I am on wmqi 2.1 csd03. Does MAX work for me? Compute Node doesn't like the Syntax.
SET Environment.Variables.MYMAXVALUE = THE (SELECT ITEM MAX(t.MYVALUE) from InputRoot.XML.TESTXML.TESTGRP |
Topic: Selecting a MAX value |
gabbar
Replies: 6 Views: 6067
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 04, 2004 8:02 am Subject: Selecting a MAX value |
Can anyone suggest the simplest ESQL expression of selecting a MAX value from a repeating group of elements.
In my XML, i have an element which may occur more than once in the same message, as in t ... |