App Connect

App Connect

Join this online user group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#Applicationintegration
#App Connect
#AppConnect
 View Only
  • 1.  Command to change the UDP value

    Posted yesterday

    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
    ------------------------------


  • 2.  RE: Command to change the UDP value

    Posted 14 hours ago
    Edited by Niki Heyligen 14 hours ago

    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
    ------------------------------



  • 3.  RE: Command to change the UDP value

    Posted an hour ago

    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
    ------------------------------