Author |
Message |
Topic: Runs fine when step-by-step thru Debug but error otherwise |
deepak.gowder
Replies: 6 Views: 5389
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 14, 2015 7:13 am Subject: Runs fine when step-by-step thru Debug but error otherwise |
OK - so the situation in the other flows is not the same. The DFDL model is the same, but the input data is different.It's strange that it works when I debug it step-by-step though.Yes, that is strang ... |
Topic: Runs fine when step-by-step thru Debug but error otherwise |
deepak.gowder
Replies: 6 Views: 5389
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 13, 2015 12:52 pm Subject: Runs fine when step-by-step thru Debug but error otherwise |
What error do you get? ( full text of the error please, if possible )
Is it always the same error on both machines?
Well, it throws a parsing error in one of the elements An error occurred whilst ... |
Topic: Runs fine when step-by-step thru Debug but error otherwise |
deepak.gowder
Replies: 6 Views: 5389
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 13, 2015 10:35 am Subject: Runs fine when step-by-step thru Debug but error otherwise |
I am seeing this again, when I run the flow in Debug and go through step-by-step the msgflow works fine, esp. step through the line -
CREATE LASTCHILD OF OutputRoot DOMAIN('DFDL')
PARSE& ... |
Topic: ClassCastException after upgrading to Oracle 11.0.0.4 |
deepak.gowder
Replies: 2 Views: 2742
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 11, 2015 12:11 pm Subject: ClassCastException after upgrading to Oracle 11.0.0.4 |
Found the issue. There was extra ojdbc6 file in the bar and the original in the ConfigurableServices and both were referring from two different locations. Two instances of the same file caused the con ... |
Topic: ClassCastException after upgrading to Oracle 11.0.0.4 |
deepak.gowder
Replies: 2 Views: 2742
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 10, 2015 6:08 pm Subject: ClassCastException after upgrading to Oracle 11.0.0.4 |
Hi there!
Running Broker version 8.0.0.4.
We use OracleCallableStatement in some of our Java to call Oracle Stored procedures. They used to work and still works after they upgraded from 11.0.0.3 ... |
Topic: Failure to obtain JNDI administered objects |
deepak.gowder
Replies: 3 Views: 4330
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 10, 2014 10:26 am Subject: Failure to obtain JNDI administered objects |
Found the issue.
The JNDI connection factory properties does not allow an '_' (underscore) as the Connection List name. I see the error when I try to open the Connection Factories in Explorer. It ... |
Topic: Failure to obtain JNDI administered objects |
deepak.gowder
Replies: 3 Views: 4330
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 10, 2014 6:10 am Subject: Re: Failure to obtain JNDI administered objects |
Check what is being set in your host name variable. Try to echo you hostname.
These work: HOST(servername.usa.com) or HOST(servername) or HOST(10.11.12.123) or HOST(10.11.12.123.usa.com)
The ... |
Topic: Failure to obtain JNDI administered objects |
deepak.gowder
Replies: 3 Views: 4330
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 09, 2014 10:49 am Subject: Failure to obtain JNDI administered objects |
Hello!
I'm having trouble connecting to remote MQ via it's hostname. I can connect to the same remote MQ using the IP address/ server name but not variable hostname. I can ping successfully to the ... |
Topic: bar file takes too long to deploy (inlc DFDL) V8 FP2 |
deepak.gowder
Replies: 0 Views: 1554
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 10, 2014 12:26 pm Subject: bar file takes too long to deploy (inlc DFDL) V8 FP2 |
Hi!
We have a message flow in an App that is not too complex and we use DFDLs derived from CopybBooks. Unfortunately the deployment takes around 20mins in a V8-FP2 and <5mins in V8-FP4.
I read ... |
Topic: base64binary to charecter message |
deepak.gowder
Replies: 10 Views: 8980
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 28, 2012 11:59 am Subject: base64binary to charecter message |
@deepak.gowder: Why would the OP want a Java-based base64decode() solution when he clearly is already using the ESQL BASE64DECODE function?
Because I was using a version 7 too but not 7.0.0.2, wher ... |
Topic: base64binary to charecter message |
deepak.gowder
Replies: 10 Views: 8980
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 28, 2012 4:37 am Subject: base64binary to charecter message |
See if this helps -
DECLARE DecodedAcord BLOB base64Decode(Environment.Variables.Acord103);
DECLARE Decoded2Acord CHARACTER CAST(DecodedAcord AS CHARACTER CCSID 1208); ... |
Topic: Convert base64 in ESQL to extract underlying XML elments |
deepak.gowder
Replies: 17 Views: 33123
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 20, 2012 6:11 pm Subject: Convert base64 in ESQL to extract underlying XML elments |
I fixed it. Didn't Declare the namespace of the second XML. What a bummer!!
Thank you guys for the help.
Cheers! |
Topic: Convert base64 in ESQL to extract underlying XML elments |
deepak.gowder
Replies: 17 Views: 33123
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 20, 2012 11:32 am Subject: Convert base64 in ESQL to extract underlying XML elments |
If you think you can help drop in a reply, if not just don't reply at all.
Thanks!  |
Topic: Convert base64 in ESQL to extract underlying XML elments |
deepak.gowder
Replies: 17 Views: 33123
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 20, 2012 10:42 am Subject: Convert base64 in ESQL to extract underlying XML elments |
This will help you, Grasshopper.
https://www-304.ibm.com/jct03001c/services/learning/ites.wss/us/en?pageType=course_description&courseCode=WM664
https://www-304.ibm.com/jct03001c/service ... |
Topic: Convert base64 in ESQL to extract underlying XML elments |
deepak.gowder
Replies: 17 Views: 33123
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 20, 2012 10:30 am Subject: Convert base64 in ESQL to extract underlying XML elments |
Thank you for the suggestions. It helped, I was able to parse the BLOB into an XML using this code:
CREATE LASTCHILD OF OutputRoot.XMLNSC.CheckInMessage.Acord103 DOMAIN('XMLNSC') PARSE ... |