Author |
Message |
Topic: reparsing xml in string field |
Lillian
Replies: 3 Views: 2526
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 27, 2008 5:43 am Subject: reparsing xml in string field |
Thank you. had alittle trouble with create statement but placing an rcd node( with xmlns as parser) after casting to blob did the trick. |
Topic: reparsing xml in string field |
Lillian
Replies: 3 Views: 2526
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 22, 2008 3:17 am Subject: reparsing xml in string field |
I have very large complex xml message that is wrapped into a string field(Response). How can I reparse it so i can access fields/tags within the fieldwithout doing a character search. below is a snip ... |
Topic: accessing XML fields now NULL in version 6.0 |
Lillian
Replies: 3 Views: 2773
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 24, 2007 3:45 am Subject: accessing XML fields now NULL in version 6.0 |
I migrated the message set and there was no update to name space settings. ( does not use namespaces) |
Topic: accessing XML fields now NULL in version 6.0 |
Lillian
Replies: 3 Views: 2773
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 24, 2007 3:10 am Subject: accessing XML fields now NULL in version 6.0 |
Hi . We are migrating from version 2.1 to version 6.0 and code that worked does not seem to working in version 6.0. Below is a trace of the input xml message that is parsed thru an MRM comparing the ... |
Topic: wsdl import error |
Lillian
Replies: 4 Views: 4768
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat May 12, 2007 9:12 am Subject: wsdl import error |
see below:
<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/ws ... |
Topic: wsdl import error |
Lillian
Replies: 4 Views: 4768
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 11, 2007 4:42 am Subject: wsdl import error |
am getting an invalid namespace error when tring to import a WSDL file. please help (new at web services).
error: " the namespae null specified is not a valid WSDL namespce line 1 column 1" ... |
Topic: HA for WMB v6 |
Lillian
Replies: 1 Views: 1867
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 03, 2007 10:14 pm Subject: HA for WMB v6 |
Has anyone implemented High Availability for WMB v5 or v6 using support Pack IC91 as a guide? If so , any words of wisdom to share? Of particular interest is using unix Solaris 10 for Broker and DB2. |
Topic: client Oracle connection V6 |
Lillian
Replies: 5 Views: 5597
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 15, 2007 4:59 am Subject: client Oracle connection V6 |
I am now really stuck.
I have not moved the .odbc file just updated the the info with the oracle data ( this is the same odbc that was used for the DB2 for broker). as defined in the profile parame ... |
Topic: client Oracle connection V6 |
Lillian
Replies: 5 Views: 5597
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 15, 2007 12:46 am Subject: client Oracle connection V6 |
running version 2.1 and 6.0 brokers on the same unix server. I have a flow that inserts to a remote oracle database PAPDEV.
1. works on version 2.1 broker and not on vesion 6.0.
2.SQLplus command ... |
Topic: Database error: ODBC return code '-1'. |
Lillian
Replies: 2 Views: 4540
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 14, 2007 3:13 am Subject: Database error: ODBC return code '-1'. |
any progress on this? i have the same error |
Topic: breakpoints not "active" |
Lillian
Replies: 7 Views: 4889
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 12, 2007 12:14 am Subject: breakpoints not "active" |
Noted. My problem is still the breakpoint not stopping any ideas? |
Topic: breakpoints not "active" |
Lillian
Replies: 7 Views: 4889
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 09, 2007 4:50 am Subject: breakpoints not "active" |
Put the trace, deployed, and test messages. Unfortunately same result with $root being written to trace output. Configuration looks OK. |
Topic: breakpoints not "active" |
Lillian
Replies: 7 Views: 4889
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 09, 2007 4:35 am Subject: breakpoints not "active" |
I have toolkit 6.02 and broker 6.0.0.3 on unix running RAC versio 6.0.0.1
i am trying to test the debugger. the test flow just has an input node --breakpoint -- outputnode. I am able to connect to ... |
Topic: Execution Group abends |
Lillian
Replies: 5 Views: 6397
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 07, 2007 1:08 am Subject: Execution Group abends |
Any pointers on this problem? As soon as i connect to debug session the execution group abends and restarts. Restarted the broker and RAC with no result. |
Topic: Toolkit 6.0.2 with RAC 6.0.1 cannot find brokers/exec grp |
Lillian
Replies: 10 Views: 6904
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 05, 2007 4:22 am Subject: Toolkit 6.0.2 with RAC 6.0.1 cannot find brokers/exec grp |
I needed to update the serviceconfig.xml file to have the
<Allow host="XXXXXX"/> as IP address instead of the machine names.
This resolved the socket connect problem. |