Author |
Message |
Topic: Write IOS-8859-10 / Latin-6 / Windows-1270 chars |
shrusonu
Replies: 2 Views: 4859
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 03, 2020 5:40 am Subject: Write IOS-8859-10 / Latin-6 / Windows-1270 chars |
Hi All,
I am on IIB v10.0.0.9 - Windows
Problem :
I have a webservice, which writes fixed length record data to text file with encoding as ANSI. (A file opened in notepad and save as shows me ANSI ... |
Topic: JCN MbElement to Element |
shrusonu
Replies: 4 Views: 7123
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 03, 2020 5:20 am Subject: JCN MbElement to Element |
Managed to get through it.
here, it might help someone in need -
org.w3c.dom.Document doc = com.ibm.broker.plugin.MbMessageAssembly contact admin.getMessage().getDOMDocument();
or ... |
Topic: Unable to write Base64Binary to a file |
shrusonu
Replies: 3 Views: 4172
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Nov 25, 2018 11:04 pm Subject: Unable to write Base64Binary to a file |
Hello Experts,
IIB 10.0.0.9
Windows
I am consuming a webservice where I receive Base64Binary string response in one element.
I have to write this Base64Binary string to a file. I have created ... |
Topic: Ant Deployment |
shrusonu
Replies: 1 Views: 2374
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 19, 2018 6:16 am Subject: Ant Deployment |
Hi All,
I am deploying applications using ant.
I am facing problem while conditionally passing arguments for ant.
Ant:
apache-ant-1.10.1
IIB v10.0.0.9
I want "-deployAsSource" ... |
Topic: mqsicreatebar : Shared library cannot be in-lined |
shrusonu
Replies: 8 Views: 11195
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 21, 2018 3:06 am Subject: mqsicreatebar : Shared library cannot be in-lined |
From what i've seen shared libraries cannot be inlined, you could try creating a simple shared library with a single xsd and try compiling as in-line and see...guess there are bits in infocenter which ... |
Topic: mqsicreatebar : Shared library cannot be in-lined |
shrusonu
Replies: 8 Views: 11195
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 21, 2018 2:38 am Subject: mqsicreatebar : Shared library cannot be in-lined |
If your user-defined node is a 'subflow UDN' then I know what the problem is. Subflow UDNs cannot be compiled as source, so you have to tick the 'Compile & inline resources' option. Sounds as if y ... |
Topic: mqsicreatebar : Shared library cannot be in-lined |
shrusonu
Replies: 8 Views: 11195
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 21, 2018 2:18 am Subject: mqsicreatebar : Shared library cannot be in-lined |
That's most likely because the "in line" compile is considered legacy and predates IIB10. Have you tried the "compile as source" option?
Does it work if you don't in-line anythi ... |
Topic: mqsicreatebar : Shared library cannot be in-lined |
shrusonu
Replies: 8 Views: 11195
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 20, 2018 4:54 am Subject: mqsicreatebar : Shared library cannot be in-lined |
Version : IIB v10.0.0.11
OS : Windows
I have an application built in toolkit - NO_TEST. NO_TEST is referenced by one static library which contains subflows & common esql methods.
NO_TEST is a ... |
Topic: JCN MbElement to Element |
shrusonu
Replies: 4 Views: 7123
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 16, 2017 11:01 pm Subject: JCN MbElement to Element |
What do these classes/methods do? If they are manipulating a DOM tree then there may be a better solution.
Yes, the methods do manipulations with DOM Document, NodeList & Element.
I believe ... |
Topic: JCN MbElement to Element |
shrusonu
Replies: 4 Views: 7123
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 16, 2017 1:50 am Subject: JCN MbElement to Element |
Hello All,
I am working on IIB v10.0.0.9 on windows
I have a problem while calling Java methods from ESQL or JCN java.
I have an existing Java project which contains many classes & method ... |
Topic: Using a SecurityProfile & the broker registry for Identi |
shrusonu
Replies: 6 Views: 5759
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 16, 2015 9:04 am Subject: Using a SecurityProfile & the broker registry for Identi |
Hi Akil & martinb
Does this mean that the username and password are passed in the SOAP Request xml ?
Many Thanks, |
Topic: Calling external java class in XSLT Transform node |
shrusonu
Replies: 6 Views: 8523
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 15, 2014 4:47 am Subject: Calling external java class in XSLT Transform node |
Thanks for reply.
Can you please let me know, how it can be achieved.
I have tried using below -
<xsl:transform
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
ve ... |
Topic: Calling external java class in XSLT Transform node |
shrusonu
Replies: 6 Views: 8523
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 15, 2014 3:23 am Subject: Calling external java class in XSLT Transform node |
Hello All,
I am using XSLT transform node for transforming messages. From .xsl i have to call a external java class - i am unable to succeed.
I am using WMB 8.0.0.2 on windows
The exception ... |
Topic: Queue Manager not able to start |
shrusonu
Replies: 2 Views: 4015
|
Forum: General IBM MQ Support Posted: Tue Jan 14, 2014 6:05 am Subject: Queue Manager not able to start |
Thanks for replying.
The repository queue manager on the same machine is up and running fine. |
Topic: Queue Manager not able to start |
shrusonu
Replies: 2 Views: 4015
|
Forum: General IBM MQ Support Posted: Mon Jan 13, 2014 11:51 pm Subject: Queue Manager not able to start |
Hi Folks,
Hope you could help me out. I have a problem in production where a cluster queue manager is not able to start.
When i start the queue manager, it starts for first two minutes and it goes ... |