Hi Niki,
Thanks for your reply, I have used this command as -f not recognized by terminal but still "UserDefinedProperty" not valid as a object name
mqsichangeproperties IntegrationNode -e IntegrationServer -o UserDefinedProperty -n PropertyName -v NewValue
and when i used this command the error was different "BIP2328E: A value of SQL datatype ''UNKNOWN'' encountered when datatype ''CHARACTER'' expected"
mqsichangeproperties IntegrationNode -e IntegrationServer -o UserDefined -n PropertyName -v NewValue
Their something for sure i'm not aware or not fully understand but here my full logic
I'm simply reading the value of UDP at compute node and use it as data source name to retrieve a record from DB and all of this is fine, my issue is to change the value of UDP (data source) to change the DB at runtime in case of the first one failure
I can make my compute node retrieve from multi DB at runtime but all as fixed, but still not able to change any of it at runtime
------------------------------
Khaled Mohsen
------------------------------
Original Message:
Sent: Fri November 21, 2025 02:25 AM
From: Niki Heyligen
Subject: Command to change the UDP value
Hi,
I believe you are missing the -o parameter, which is a required parameter:
example: mqsichangeproperties IntegrationNode -e IntegrationServer -f ApplicationName#MsgflowName -o UserDefinedProperty -n PropertyName -v NewValue
- -o | --object ObjectName
- (Required) The name of the object or policy for which you want to change the properties.
You must also specify -b, -e, or -c with -o, except if you specify the object name BrokerRegistry.
Specify
ComIbmJVMManager to update the following settings. If you do not specify
-b or
-e when you specify
ComIbmJVMManager, the JVM settings of all integration servers are updated.
- JVM settings of the HTTP listener or agent that you specify with -b.
- JVM settings of the integration server that you specified with -e.
Specify ComIbmIIBSwitchManager to configure the values of properties that relate to the switch server.
For compatibility with previous versions, you can also specify the value ComIbmXmlParserFactory for the ObjectName.
For more detailed info: mqsichangeproperties command
------------------------------
Niki Heyligen
Integration Consultant
Integration Designers
Kontich
Original Message:
Sent: Thu November 20, 2025 11:34 AM
From: Khaled Mohsen
Subject: Command to change the UDP value
Hello Dears,
I want to change the UDP value in the runtime using command of mqsichangeproperties but it's not accepted, here the using ones
mqsichangeproperties IntegrationNode -e IntegrationServer -m MsgflowName -n PropertyName -v NewValue
mqsichangeproperties IntegrationNode -e IntegrationServer -f ApplicationName#MsgflowName -n PropertyName -v NewValue
Thanks in advance,
------------------------------
Khaled Mohsen
------------------------------
<qb-div data-qb-element="re-enable-flow" style="z-index: 2147483647; max-width: 1px; max-height: 1px; box-sizing: border-box; position: fixed; top: 10px; right: 10px;"></qb-div>
<qb-div style="all: initial !important;"></qb-div>