Author |
Message |
Topic: ACE Custom Monitoring Profiles and Policy |
timjohnarm
Replies: 3 Views: 6605
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 06, 2020 10:26 pm Subject: ACE Custom Monitoring Profiles and Policy |
So I have a set of Custom Monitoring Profiles that I use with IIB Applications that follow certain patterns and want to modify and reuse them in ACE
For the purposes of the exercise let's call them ... |
Topic: Accessing a SHARED variable from with a different Schema |
timjohnarm
Replies: 6 Views: 7668
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Sep 04, 2016 7:56 pm Subject: Accessing a SHARED variable from with a different Schema |
When you declare the variable within a named SCHEMA then have you tried adding the PATH clause to the esql file of the code looking to use the variable ?
And what happened when you tried this? :inno ... |
Topic: Accessing a SHARED variable from with a different Schema |
timjohnarm
Replies: 6 Views: 7668
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 02, 2016 7:19 pm Subject: Accessing a SHARED variable from with a different Schema |
I can't work out how to apply the schema name to a Global variable. I know how to do it for functions and procedures, but not for my Global variable. |
Topic: Accessing a SHARED variable from with a different Schema |
timjohnarm
Replies: 6 Views: 7668
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Aug 27, 2016 5:58 pm Subject: Accessing a SHARED variable from with a different Schema |
I want to declare a SHARED variable either inside a SCHEMA or even in the Default, i.e., No Schema domain.
So in SharedRowDeclaration.esql I have
DECLARE SharedRow SHARED ROW;
My problem is I c ... |
Topic: MA0T Msgtest Testing for no message |
timjohnarm
Replies: 4 Views: 2870
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun May 11, 2014 2:31 pm Subject: Source code provided. |
If you want a new feature or command the source code is provided. Whilst in need of a good refactoring you should be able to find the point at which you could change things fairly easily. |
Topic: mqsiapplybaroverride BSOD |
timjohnarm
Replies: 6 Views: 5848
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 04, 2009 2:36 pm Subject: mqsiapplybaroverride BSOD |
What hardware and software are you running? |
Topic: New version, V1.3.0, of ma0t supportpac available |
timjohnarm
Replies: 0 Views: 6590
|
Forum: News/Updates Posted: Sun Aug 03, 2008 2:41 pm Subject: New version, V1.3.0, of ma0t supportpac available |
In V1.2.9 the ability to use regular expressions via the use of the PCRE library was added however I had not had time to fully explore the package and so was not aware of the callout functionality whi ... |
Topic: MA0T replace, overlay, delete XML-Elements |
timjohnarm
Replies: 11 Views: 7737
|
Forum: General IBM MQ Support Posted: Sun Jul 27, 2008 3:49 pm Subject: MA0T replace, overlay, delete XML-Elements |
Now that I understand more about PCRE, V1.3.0 is on the way, it includes code to help locate the actual position in the buffer and the regular expression where a mismatch has occured. |
Topic: MA0T replace, overlay, delete XML-Elements |
timjohnarm
Replies: 11 Views: 7737
|
Forum: General IBM MQ Support Posted: Thu Jul 17, 2008 12:29 pm Subject: MA0T replace, overlay, delete XML-Elements |
Yes if you know the fixed position of the string you could overlay with a known value. But then you are going to get a whole lot of <Overlay> commands very quickly. The regular expression file i ... |
Topic: MA0T replace, overlay, delete XML-Elements |
timjohnarm
Replies: 11 Views: 7737
|
Forum: General IBM MQ Support Posted: Tue Jul 15, 2008 1:14 pm Subject: MA0T replace, overlay, delete XML-Elements |
Also to take sami's point a bit further you can invoke any external tool you like using the <System>command.
So in your script you could
<PutFile>
<File>SaveFile.txt</ ... |
Topic: MA0T replace, overlay, delete XML-Elements |
timjohnarm
Replies: 11 Views: 7737
|
Forum: General IBM MQ Support Posted: Tue Jul 15, 2008 12:54 pm Subject: MA0T replace, overlay, delete XML-Elements |
You need to get V1.2.9 if you don't already have it. It lets you set up your compare files with regular expressions in them. In fact it uses the PCRE(Perl Compatible Regular Expressions) library so yo ... |
Topic: Is it possible to use the MRM Parser in a Java Compute node |
timjohnarm
Replies: 2 Views: 3874
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 23, 2008 1:35 pm Subject: Is it possible to use the MRM Parser in a Java Compute node |
Yes its easy enough on the output side. My issue is being able to use the MRM parser on the input side against a BLOB. |
Topic: Is it possible to use the MRM Parser in a Java Compute node |
timjohnarm
Replies: 2 Views: 3874
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jun 22, 2008 3:31 pm Subject: Is it possible to use the MRM Parser in a Java Compute node |
Running Message Broker V6.1.0.2 with toolkit 6.1.0.3.
Its easy enough to invoke the XMLNSC parser against an XML bitstream outMessage.getRootElement().createElementAsLastChildFromBitstream(blobByte ... |
Topic: MA0T Utility Question |
timjohnarm
Replies: 12 Views: 9419
|
Forum: General IBM MQ Support Posted: Fri May 09, 2008 2:16 am Subject: MA0T Utility Question |
On contacting me on issues with the ma0t supportpac its probably best to email me at the address in the documentation. |
Topic: New version, V1.2.9, of ma0t supportpac available |
timjohnarm
Replies: 0 Views: 6668
|
Forum: News/Updates Posted: Fri May 09, 2008 2:05 am Subject: New version, V1.2.9, of ma0t supportpac available |
Link
http://www-1.ibm.com/support/docview.wss?rs=171&uid=swg24007048&loc=en_US&cs=utf-8&lang=en
New in V1.2.8
The following bug fixes and features were added as of V1.2.8.
Featu ... |