Author |
Message |
Topic: BAPI call failed - InvalidMetadataException - WMB6.1 |
Duke
Replies: 2 Views: 4795
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 07, 2008 11:17 pm Subject: BAPI call failed - InvalidMetadataException - WMB6.1 |
We have solved the issue.
It seems that there is a deffect in the toolkit.
We can't have two adapter connection project within the same workspace.
We have first test the ALE interface before testin ... |
Topic: BAPI call failed - InvalidMetadataException - WMB6.1 |
Duke
Replies: 2 Views: 4795
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 25, 2008 12:57 am Subject: BAPI call failed - InvalidMetadataException - WMB6.1 |
Hi all,
We are using WebSphere Message Broker V6.1 and would like to call BAPI on our SAP.
I have used the adapter connector wizard to generate the business object that corresponds to the BAPI fun ... |
Topic: How can I get more debug information for SAP BAPI call? |
Duke
Replies: 5 Views: 8829
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 25, 2008 12:45 am Subject: How can I get more debug information for SAP BAPI call? |
Hi,
We have also a lot of issue when trying to execute BAPI call.
I have found out that activating service trace (mqsichangetrace <broker> -t ...) can provide more detailed information. |
Topic: broken application database connection, connection pool? |
Duke
Replies: 1 Views: 1661
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 08, 2008 5:14 am Subject: broken application database connection, connection pool? |
Hi,
Does any one knows how the database connection is managed by the broker? I mean a database that is accessed from a message flow.
I have read that the connections via each ODBC DSN are cached ... |
Topic: enqueue on V6.1 |
Duke
Replies: 0 Views: 1490
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 28, 2007 2:53 am Subject: enqueue on V6.1 |
Hi,
I am looking at the new functionalities of the toolkit V6.1.
I have seen in the documentation that the tool enqueue should be available in the toolbar. But I can't see it only in the test clie ... |
Topic: MQJMSTransform abend memory |
Duke
Replies: 1 Views: 1826
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 18, 2007 2:41 am Subject: MQJMSTransform abend memory |
Hi,
I have a message flow which reads +- 17200 records from an oracle database in a compute node using a single query.
For each record retrieved from the database, it creates an XML outputmessage ... |
Topic: real-timeOptimizedFlow multicast information |
Duke
Replies: 0 Views: 1543
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 23, 2007 1:45 am Subject: real-timeOptimizedFlow multicast information |
Hello,
I have to provide some support for a pub/sub solution that used multicast and the message broker and I have tried to figure out how the multicast solution is handle in the broker but I am no ... |
Topic: Strange Is NULL after migrating to WBI MB 6.0 |
Duke
Replies: 12 Views: 24369
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 19, 2006 12:26 am Subject: Strange Is NULL after migrating to WBI MB 6.0 |
For my knowledge, what does means PRB?
Where can I found the article PRB #2651? |
Topic: Strange Is NULL after migrating to WBI MB 6.0 |
Duke
Replies: 12 Views: 24369
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jun 18, 2006 10:34 pm Subject: Strange Is NULL after migrating to WBI MB 6.0 |
Check in the "message set" properties of your message model.
There is a part where you can specify how null values are represented in a XML. |
Topic: MQSI PUB/SUB problem |
Duke
Replies: 2 Views: 2665
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jun 18, 2006 10:24 pm Subject: MQSI PUB/SUB problem |
I've got the same problem.
When I put a registration in the SYSTEM.BROKER.CONTROL.QUEUE the broke r doesn't read the message, the message stay on the queue.
I have to restart the broker in order ... |
Topic: message sequence no |
Duke
Replies: 2 Views: 2412
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 04, 2006 12:32 am Subject: message sequence no |
Hi,
In MQSeries the message can be ordered into sequence using the MQMD fields GroupID and MsgSeqNumber (ref. to MQSeries application programming guide).
These fields can be accessed into the brok ... |
Topic: ConfigMgr V6 domain awareness bug? |
Duke
Replies: 7 Views: 10080
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Apr 02, 2006 11:57 pm Subject: ConfigMgr V6 domain awareness bug? |
I have create a new service under the user resnp\u64366 and it will run under the user fbbenp\x09521.
mqsicreateconfigmgr CFGDTST -i fbbenp\x09521 -a xxx -q MQMDTST
The user u64366 is in the loc ... |
Topic: triggering a message flow |
Duke
Replies: 5 Views: 4700
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Apr 02, 2006 10:10 pm Subject: triggering a message flow |
Hello,
I have ported the MQGet support pack to V5 following the migrate note. And it works fine. |
Topic: PASSTHRU |
Duke
Replies: 2 Views: 2974
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Apr 02, 2006 9:57 pm Subject: PASSTHRU |
If you want to put a parameter you caould use:
SET LocalEnvironment.Variables.Logical.KeyEntry[] =
PASSTHRU('SELECT L.LogicalTableName, L.PhysicalTableName,
L.ATTRIBUTE, L.SEQ,
L.ColumnName, ... |
Topic: XPath Functions Question -Mapping node v6.0 |
Duke
Replies: 1 Views: 1849
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Apr 02, 2006 9:48 pm Subject: XPath Functions Question -Mapping node v6.0 |
You can perhap's try
esql:position(string,to-match) ? |