Author |
Message |
Topic: Announcement - mqsieventcollector |
mapa
Replies: 0 Views: 2298
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 31, 2015 12:22 pm Subject: Announcement - mqsieventcollector |
Hi,
Not sure if this is the proper place but please move the post if not.
During a customer WMB V7 to IIB V9 project I developed a "tool" that helped us immensely. Since we could do re ... |
Topic: Is Java Compute Node Singleton ? |
mapa
Replies: 12 Views: 9954
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 31, 2015 5:24 am Subject: Re: Is Java Compute Node Singleton ? |
I'm suprised the searching didn't turn up the InfoCenter piece on the
Why read about how the JCN works when you can post a question here?
The link Vitor provided clearly express how ... |
Topic: WMB Headless Build with projects in sub folders |
mapa
Replies: 2 Views: 3328
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 30, 2015 12:27 am Subject: WMB Headless Build with projects in sub folders |
When we build with jenkins the build job copies all required wmb-projects into a single directory where the build command runs. Then running the mqsicreatebar in that directory, hence the "-data ... |
Topic: File upload using multipart/form-data and HTTPRequestNode |
mapa
Replies: 6 Views: 13355
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 30, 2015 12:11 am Subject: File upload using multipart/form-data and HTTPRequestNode |
Thanks for your input.
As the pressure to deliver was high I ended up doing a work-around that maybe is the proper solution if done properly.
I created a DFDL Message Model for the multipart in ... |
Topic: File upload using multipart/form-data and HTTPRequestNode |
mapa
Replies: 6 Views: 13355
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 26, 2015 5:25 am Subject: File upload using multipart/form-data and HTTPRequestNode |
I have made a quick-and-dirty work-around by modelling a DFDL message model that works I guess.
The size of the file is not that large, it is a CSV file that is at most 150kb.
The msgflow is:
M ... |
Topic: change properties |
mapa
Replies: 2 Views: 2778
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 26, 2015 4:26 am Subject: change properties |
Yes, check out the mqsichangeproperties command in the Info Center and you even get examples of how to do it. |
Topic: File upload using multipart/form-data and HTTPRequestNode |
mapa
Replies: 6 Views: 13355
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 26, 2015 4:15 am Subject: File upload using multipart/form-data and HTTPRequestNode |
I'm going crazy trying to implement a simple file upload using the HTTPRequestNode.
I want to send it as "Content-Type: multipart/form-data"
POST /secret HTTP/1.0
Content-Length: 5 ... |
Topic: SAP IDOC (inadapter) error while processing to Broker |
mapa
Replies: 6 Views: 8180
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 18, 2013 6:35 am Subject: SAP IDOC (inadapter) error while processing to Broker |
What version is it then?
Look in the Toolkit ResourceAdapters folder.
When you say that it is the same code running, is it the exact same artifact (bar-file) that you have deployed?
Or do you h ... |
Topic: SAP IDOC (inadapter) error while processing to Broker |
mapa
Replies: 6 Views: 8180
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 14, 2013 9:32 am Subject: SAP IDOC (inadapter) error while processing to Broker |
My guess is that the IDOC definition in the SAP systems (I assume you are going against two different SAP systems) are not the same or you aren't using the same SAP Adapter in SIT and INT.
(You can ... |
Topic: Feature 'SegTtyp' not found - MB SAP Adapter |
mapa
Replies: 9 Views: 9907
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 13, 2013 1:43 am Subject: Feature 'SegTtyp' not found - MB SAP Adapter |
Are you certain the DEV and QA have the same version of the SAP Adapter?
What are those versions?
If not the same, are you deploying the bar-file created for DEV to QA or are you re-building it in ... |
Topic: Buidscript issue |
mapa
Replies: 4 Views: 4305
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 18, 2013 12:39 pm Subject: Buidscript issue |
You have to give us more details as I tried to state in my first answer.
Obviously everything doesn't look good... |
Topic: Buidscript issue |
mapa
Replies: 4 Views: 4305
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 18, 2013 9:42 am Subject: Buidscript issue |
You give us no information that makes it possible for us to help you.
Versions, environments, logs, error messages etc... |
Topic: Convert into UTF8 |
mapa
Replies: 51 Views: 32244
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 03, 2013 4:07 am Subject: Convert into UTF8 |
I would say 'not supplied with the data' rather than 'unknown'. I bet somebody knows what the CCSID is.
Good point. |
Topic: Convert into UTF8 |
mapa
Replies: 51 Views: 32244
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 02, 2013 11:33 am Subject: Convert into UTF8 |
I was just trying to point out that there is documentation and code for this provided out-of-the-box regarding how to handle SAP Generic IDOCs.
The problem is as you now know that the CCSID is unkn ... |
Topic: Convert into UTF8 |
mapa
Replies: 51 Views: 32244
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 02, 2013 10:06 am Subject: Convert into UTF8 |
There is a built in pattern with the toolkit for this and you can read about it in
SET OutputRoot.MQMD = InputRoot.MQMD;
SET OutputRoot.MQMD.Format = MQFMT_STRING;
SET OutputRoot.MQMD.Coded ... |