Author |
Message |
Topic: overriding nested library subflow properties using ibmint |
simonalexander2005
Replies: 0 Views: 6567
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 29, 2023 2:37 am Subject: overriding nested library subflow properties using ibmint |
using `ibmint package`, I can provide an overrides file using the `--overrides-file` command. The same file format can be used with `ibmint apply overrides`.
In this overrides file, I can specify t ... |
Topic: No Single Point of Failure and no dupe msgs pub/sub clusters |
simonalexander2005
Replies: 1 Views: 15904
|
Forum: Clustering Posted: Tue Jul 13, 2021 6:26 am Subject: No Single Point of Failure and no dupe msgs pub/sub clusters |
I have since learned that Subscription Grouping only applies where you have different topic strings (which might overlap), and not where you have multiple subscriptions to the same topic string from m ... |
Topic: No Single Point of Failure and no dupe msgs pub/sub clusters |
simonalexander2005
Replies: 1 Views: 15904
|
Forum: Clustering Posted: Thu Jul 08, 2021 3:42 am Subject: No Single Point of Failure and no dupe msgs pub/sub clusters |
I have a cluster of 3 queue managers (latest MQ on linux), each copies of each other, for HA purposes.
The publishing application writes to a clustered alias queue that points to a topic, with clus ... |
Topic: IBM Docs Discrepancy? Multi-Instance QMgrs multiple standby? |
simonalexander2005
Replies: 1 Views: 3237
|
Forum: General IBM MQ Support Posted: Fri Jun 11, 2021 2:59 am Subject: IBM Docs Discrepancy? Multi-Instance QMgrs multiple standby? |
The general documentation around High availability configurations (Multi-instance queue managers
Instances of the same queue manager configured on two or more computers. By starting multiple instance ... |
Topic: DFDL Schema suddenly invalid? |
simonalexander2005
Replies: 3 Views: 3973
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 27, 2021 12:15 am Subject: DFDL Schema suddenly invalid? |
I've read the specification (https://www.ibm.com/docs/en/integration-bus/10.0?topic=SSMKHH_10.0.0/com.ibm.dfdl.spec.doc/dfdl_index.htm#d1.4) and although examples show lengthKind being used, I can't s ... |
Topic: DFDL Schema suddenly invalid? |
simonalexander2005
Replies: 3 Views: 3973
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 26, 2021 4:54 am Subject: DFDL Schema suddenly invalid? |
I have developed several DFDL schemas under IIB9; but now I have installed IIB10 toolkit the schemas appear to be invalid. Has there been a change to the DFDL specification recently?
In my schemas, ... |
Topic: Using an existing namespace for a new element in an XML msg |
simonalexander2005
Replies: 6 Views: 7236
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 12, 2021 2:47 am Subject: Using an existing namespace for a new element in an XML msg |
Thanks for the detailed explanation of what's going on, that's clear and really helpful.
I have tried deleting the default namespace and, like you say, it's now using n1 everywhere. But I don't rea ... |
Topic: Using an existing namespace for a new element in an XML msg |
simonalexander2005
Replies: 6 Views: 7236
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 11, 2021 2:47 am Subject: Using an existing namespace for a new element in an XML msg |
OK I have found the code to do the delete:
DELETE FIELD outRootRef.(XMLNSC.NamespaceDecl)*:n1;
It doesn't feel like a very robust solution though - what if the sending system calls i ... |
Topic: Using an existing namespace for a new element in an XML msg |
simonalexander2005
Replies: 6 Views: 7236
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 11, 2021 2:23 am Subject: Using an existing namespace for a new element in an XML msg |
Thanks for the detailed response.
The reason for the duplicate namespace is something in the XSD that means that this is valid (see Sender and Recipient elements' attribute):
<?xml version=&q ... |
Topic: Using an existing namespace for a new element in an XML msg |
simonalexander2005
Replies: 6 Views: 7236
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 10, 2021 7:16 am Subject: Using an existing namespace for a new element in an XML msg |
Hi,
a minimum example of the type of code I'm talking about looks something like this:
DECLARE NAMESPACE n1 NAMESPACE 'http://namespace.site/schemes/etc';
CALL CopyEntireMessage();
... |
Topic: ODBC DSN configuration errors (Windows) |
simonalexander2005
Replies: 14 Views: 21043
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Oct 04, 2020 11:50 pm Subject: ODBC DSN configuration errors (Windows) |
Did you verify that you have the driver entries in the registry?
And if you do, are you sure your windows installation is not corrupt?
I do have the driver entries in the registry, but ... |
Topic: ODBC DSN configuration errors (Windows) |
simonalexander2005
Replies: 14 Views: 21043
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 03, 2020 6:37 am Subject: ODBC DSN configuration errors (Windows) |
Did you verify that you have the driver entries in the registry?
And if you do, are you sure your windows installation is not corrupt?
I do have the driver entries in the registry, but ... |
Topic: ODBC DSN configuration errors (Windows) |
simonalexander2005
Replies: 14 Views: 21043
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 02, 2020 11:19 pm Subject: ODBC DSN configuration errors (Windows) |
This is what I have im my registry for oracle (...)
Yes, me too; both times I installed I had this same set of entries.
They do appear in my ODBC 64 -- drivers section...
Well not ... |
Topic: ODBC DSN configuration errors (Windows) |
simonalexander2005
Replies: 14 Views: 21043
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 02, 2020 6:49 am Subject: ODBC DSN configuration errors (Windows) |
This is what I have im my registry for oracle (...)
Yes, me too; both times I installed I had this same set of entries. |
Topic: ODBC DSN configuration errors (Windows) |
simonalexander2005
Replies: 14 Views: 21043
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 02, 2020 3:57 am Subject: ODBC DSN configuration errors (Windows) |
I uninstalled, restarted, installed as administrator, restarted; but it's still not right.
In the registry I do have the entries for IIB 10, but they don't appear in the list of drivers in the ODBC ... |