Author |
Message |
Topic: database access from compute node |
ACheeseman
Replies: 7 Views: 2943
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Feb 13, 2005 4:21 am Subject: database access from compute node |
Hi,
I'm assuming you're talking about an Application Database and not the Broker database, this is defined by what you put in the Datasource property of the node. In your code you should be doing ... |
Topic: Jtext not writing to a file |
ACheeseman
Replies: 1 Views: 1529
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Nov 20, 2004 1:13 am Subject: What does the error log say? |
Hi,
what is in the JText error log. |
Topic: Toolkit performance problems |
ACheeseman
Replies: 10 Views: 6339
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 04, 2004 3:46 pm Subject: Toolkit performance problems |
What Version are you running, if it's CSD03 i would look at the iFixes, I think this may be mentioned in one |
Topic: FTP Files |
ACheeseman
Replies: 3 Views: 2745
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 04, 2004 3:44 pm Subject: FTP Files |
You could also look at things like Connect Direct and the JText adapter, but to be honest I would recommend looking at writting a custom java app to do this. |
Topic: (Resolved) Request/Reply from within a gateway cluster |
ACheeseman
Replies: 2 Views: 1870
|
Forum: Clustering Posted: Fri Oct 15, 2004 8:05 am Subject: (Resolved) Request/Reply from within a gateway cluster |
Hi Nigel,
Thanks for the reference. I did have a look but must have stupidly skipped over this section. Thanks very much for the reply.
Cheers
Alex |
Topic: Creating a Message Definition File from a XSD file. |
ACheeseman
Replies: 2 Views: 1775
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 15, 2004 2:20 am Subject: Creating a Message Definition File from a XSD file. |
Hi Chris,
Are you using any unsupported W3 standards in your XSD. For example the use of abstract. The WBIMB help states a list of these.
Otherwise I would raise it with IBM support and in par ... |
Topic: (Resolved) Request/Reply from within a gateway cluster |
ACheeseman
Replies: 2 Views: 1870
|
Forum: Clustering Posted: Fri Oct 15, 2004 1:04 am Subject: (Resolved) Request/Reply from within a gateway cluster |
Hi all,
I have a system where by we have two applications (WBIMB Brokers) running on two QMgrs (Broker Qmgrs), these are clustered to a gateway, therefore we load balance by systems connecting to ... |
Topic: Unresolvable database table reference, wr: view and synonym |
ACheeseman
Replies: 5 Views: 3503
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 07, 2004 5:35 am Subject: Unresolvable database table reference, wr: view and synonym |
Hi Sanu,
Thanks for the reply. It isn't causing any problems and the flow does work, it is purely a warning. It's just something that I am more curious about rather than causing any issues.
I ... |
Topic: Unresolvable database table reference, wr: view and synonym |
ACheeseman
Replies: 5 Views: 3503
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 07, 2004 2:04 am Subject: Unresolvable database table reference, wr: view and synonym |
Hi,
I'm doing a simple select from a database, our security model uses a synonym from the current schema to a view (with select granted) on another schema. This view is sourced from a table in thi ... |
Topic: Unresolved Database tab;e |
ACheeseman
Replies: 16 Views: 13097
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 04, 2004 3:10 pm Subject: Unresolved Database tab;e |
Hi wbiman,
To import a database schema you can change to the data perspective. Then in this data perspective you can right click and create new database connection. This will basically import the ... |
Topic: Insert a New tag in XML |
ACheeseman
Replies: 7 Views: 4079
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 22, 2004 2:04 pm Subject: Insert a New tag in XML |
Hi Assuming you are in the XML domain you would set a new tag like so
CREATE LASTCHILD OF OutputRoot.XML.ADD_PO.POHEADER.USERAREA TYPE NameValue NAME Tag2
This is going to insert a new field of ... |
Topic: Reading subscriptions information |
ACheeseman
Replies: 5 Views: 4293
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 17, 2004 1:29 am Subject: Reading subscriptions information |
Is it possible to do a select on the BSUBSCRIPTIONS table from a message flow, and convert the output (which appears to be RAW and BLOB) for topic, filter and clientid into meaningful strings? I am ho ... |
Topic: Reading subscriptions information |
ACheeseman
Replies: 5 Views: 4293
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 16, 2004 9:17 am Subject: Reading subscriptions information |
Thanks for your help. I'm actually trying to read the subscriptions through a message flow itself as I am trying to write a web based admin tool for subscriptions. More successful searching through pr ... |
Topic: Reading subscriptions information |
ACheeseman
Replies: 5 Views: 4293
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 16, 2004 8:06 am Subject: Reading subscriptions information |
Is there anyway to read subscription information from the broker without using the broker toolkit? I would like to be able to send the details of current subscriptions to a queue, so that they can be ... |
Topic: MQReply/MQOutput leave channel in doubt |
ACheeseman
Replies: 2 Views: 1827
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 16, 2004 8:00 am Subject: MQReply/MQOutput leave channel in doubt |
I found that changing the MQReply node to an MQOutput node with the use reply to q option enabled sorted out the problem. I have no idea why though. |