Author |
Message |
Topic: Dark mode for Integration toolkit |
grasher134
Replies: 8 Views: 6042
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 14, 2016 5:02 am Subject: Dark mode for Integration toolkit |
Hate to contact their support. They were no use to me last 5 times I contacted them. I always found the solution (clean install is still No1) before I could get through their "giff moar logs, wai ... |
Topic: Dark mode for Integration toolkit |
grasher134
Replies: 8 Views: 6042
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 14, 2016 4:14 am Subject: Dark mode for Integration toolkit |
So it failed as I supposed. It works for Java computes(as if I use them at all). And you can change overall color. You can change esql colors manually from preferences too. But msgflow editor cannot b ... |
Topic: Dark mode for Integration toolkit |
grasher134
Replies: 8 Views: 6042
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 13, 2016 11:32 pm Subject: Dark mode for Integration toolkit |
Any use ?
https://d30y9cdsu7xlg0.cloudfront.net/png/1399-200.png
That is the best idea) And I'm afraid the only one... |
Topic: Dark mode for Integration toolkit |
grasher134
Replies: 8 Views: 6042
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 13, 2016 10:51 pm Subject: Dark mode for Integration toolkit |
Hello,
I know, it is kinda stupid question, but is there any option for a dark theme for integration toolkit? I know that it is based on eclipse, and most plugins for eclipse should work here too. ... |
Topic: Problem with ccsid in emailOutput node with c# (Solved) |
grasher134
Replies: 6 Views: 5142
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 30, 2016 5:07 am Subject: Problem with ccsid in emailOutput node with c# (Solved) |
Thank you again, I will look into it.
My mistake was that I was logging only InputRoot in trace node. And the problem was in the Local Environment. |
Topic: Problem with ccsid in emailOutput node with c# (Solved) |
grasher134
Replies: 6 Views: 5142
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 30, 2016 4:51 am Subject: Problem with ccsid in emailOutput node with c# (Solved) |
This was the root of evil:
NBElement outputLocalEnvironment = outAssembly.LocalEnvironment.RootElement; outputLocalEnvironment.CreateLastChild("Destination").Create ... |
Topic: Stable and Highly Available OS environments for IIB |
grasher134
Replies: 4 Views: 3820
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 29, 2016 11:17 pm Subject: Stable and Highly Available OS environments for IIB |
We had it on AIX first. Hated it cos it lacks diagnostic features. If you have experienced Aix admins, it is not a bad choice. Just be aware of gigs of logs it generates.
Now on Windows. No platfo ... |
Topic: Problem with ccsid in emailOutput node with c# (Solved) |
grasher134
Replies: 6 Views: 5142
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 29, 2016 9:12 pm Subject: Problem with ccsid in emailOutput node with c# (Solved) |
So I'm the only idiot who tried to send emails using c# ?  |
Topic: Problem with ccsid in emailOutput node with c# (Solved) |
grasher134
Replies: 6 Views: 5142
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 26, 2016 5:50 am Subject: Problem with ccsid in emailOutput node with c# (Solved) |
Hello,
I was using esql + emailOutput nodes to send email quite successful for a long time. Now I have a task to add an pdf attachment to it, so I had to parse a HTML string to pdf using c#.
I ... |
Topic: Is null for NBElement? Getting Object reference not set... |
grasher134
Replies: 5 Views: 3726
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 25, 2016 10:56 pm Subject: Is null for NBElement? Getting Object reference not set... |
ESQL will create members of a tree when you try to access them, if they don't exist... At least when you try and set a value.
If you're trying to do something if the element has a null value, you c ... |
Topic: Is null for NBElement? Getting Object reference not set... |
grasher134
Replies: 5 Views: 3726
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 25, 2016 5:16 am Subject: Is null for NBElement? Getting Object reference not set... |
There are element that don't exist, and then there are elements that have a null value.
I get you, but I haven't found anything like isExists either. |
Topic: Is null for NBElement? Getting Object reference not set... |
grasher134
Replies: 5 Views: 3726
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 25, 2016 5:07 am Subject: Is null for NBElement? Getting Object reference not set... |
Hello,
In ESQL if I try code like this if SomeElement doesn't exist in inputroot i'll get NULL. I can then use it, check for it, use coalesce, etc..
SET tempVal = InputRoot.XMLNSC.SomeRoot.So ... |
Topic: Calling .NET methods from ESQL procedure |
grasher134
Replies: 12 Views: 7600
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 22, 2016 5:09 am Subject: Calling .NET methods from ESQL procedure |
I used this as inspiration.
https://www.ibm.com/support/knowledgecenter/SSMKHH_9.0.0/com.ibm.etools.mft.doc/ak04960_.htm
And I already implemented the same schema once.
I needed to use hash in ... |
Topic: Calling .NET methods from ESQL procedure |
grasher134
Replies: 12 Views: 7600
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 22, 2016 4:30 am Subject: Calling .NET methods from ESQL procedure |
Look at your code. Make sure that any exception that could be raised, including null pointer exceptions etc is being caught.
The procedure may return a failed value, the input value, or a different v ... |
Topic: Calling .NET methods from ESQL procedure |
grasher134
Replies: 12 Views: 7600
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 21, 2016 4:59 am Subject: Calling .NET methods from ESQL procedure |
It is the domain user. But he has admin rights. |