Author |
Message
|
sravan |
Posted: Wed Sep 19, 2012 6:32 am Post subject: deployment issue |
|
|
Centurion
Joined: 02 Apr 2010 Posts: 104 Location: Charlotte
|
We are trying to deploy bar file and it fails with error,There is no such property defined in the flow,It appears to be an error from property override,to isolate the issue we are deploying only the flow related to new deployment (I did compared it with the manual bar file and it looks same and it sucessfully deployed manually).
Also it is suceeding in the dev environment and failing in the QA,PROD environment which is clustered.(as an interim we deployed the service manually which suceeded).
Can any one let me know what 'ConfigurablePropertyTable' not valid for target is related to?
I00020133: BIP2871I: The request made by user 'mqbrk7' to 'deploy' the resource '/p01/app/tenv7/MBQ1BRK/clr/bar/clrimb.bar' of type 'BAR' on parent 'clr_tenv7' of type 'ExecutionGroup' has the status of 'FAILED'..
I00020133: ERROR: Deployment of clrimb clr_tenv7 failed, return code is 2.
I00020133: mqsideploy MBQ1BRK -e clr_tenv7 -a /p01/app/tenv7/MBQ1BRK/clr/bar/clrimb.bar -w 600 .
I00020133: BIP1039I: Depl.
I00020133: oying BAR file '/p01/app/tenv7/MBQ1BRK/clr/bar/clrimb.bar' to broker 'MBQ1BRK' (execution group 'clr_tenv7') ....
I00020133: BIP1093E: The broker rejected the deployment request and reported the following error(s):.
I00020133: BIP2087E: Broker MBQ1BRK was unable to process the internal configuration message. .
I00020133: The entire internal configuration message failed to be processed successfully. .
I00020133: Use the messages following this message to determine the reasons for the failure. If the problem cannot be resolved after reviewing these messages, contact your IBM Support center. Enabling service trace may help determine the cause of the failure..
I00020133: BIP4041E: Execution group 'clr_tenv7' received an invalid configuration message. See the following messages for details of the error. .
I00020133: The broker was asked to deploy a message flow which contained properties that were not recognized by the broker. This typically results from a message flow requiring a version or type of node that is not supported by the broker installation. .
I00020133: Check that the message flo.
I00020133: w is only using properties or nodes that are supported on the broker. Check that all necessary user-defined extensions are installed and that they are of a version that is compatible with the message flow..
I00020133: BIP2210E: Invalid configuration message: attribute name 'ConfigurablePropertyTable' not valid for target object 'CLRSVC_CustomerDetail_CreditCollections'. .
I00020133: The message broker received a configuration message containing the attribute name 'ConfigurablePropertyTable' which is not valid for the target object 'CLRSVC_CustomerDetail_CreditCollections'. This can be caused by a mismatch in levels between the Message Broker Toolkit and the broker, or as a result of a user or third party written user-defined node where the implementation library installed at the broker does not match the node definition held at the Message Broker Toolkit. .
I00020133: Ensure that the levels of code installed at the Message Broker Toolkit and broker are consistent. If they are, identify the supplier of the target object and report the proble.
I00020133: m to them. If this is IBM, contact your IBM support center..
I00020133: BIP2871I: The request made by user 'mqbrk7' to 'deploy' the resource '/p01/app/tenv7/MBQ1BRK/clr/bar/clrimb.bar' of type 'BAR' on parent 'clr_tenv7' of type 'ExecutionGroup' has the status of 'FAILED'.. _________________ skr_wmb |
|
Back to top |
|
 |
sravan |
Posted: Wed Sep 19, 2012 6:33 am Post subject: |
|
|
Centurion
Joined: 02 Apr 2010 Posts: 104 Location: Charlotte
|
Just FYI,The deployment from Harvest is failing while the manual deployment of the service suceeded. _________________ skr_wmb |
|
Back to top |
|
 |
lancelotlinc |
Posted: Wed Sep 19, 2012 6:45 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
ConfigurablePropertyTable is not in scope for CLRSVC_CustomerDetail_CreditCollections.
Did you have a recent code change in that area? Did Harvest import the latest code? _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
sravan |
Posted: Wed Sep 19, 2012 6:57 am Post subject: |
|
|
Centurion
Joined: 02 Apr 2010 Posts: 104 Location: Charlotte
|
Harvest has the latest code.
It worked in the Dev environment and fails in QA which is the next environment.
I compared the bar file and it is same,only changes are in bar overrides.
Can any one explain what is ConfigurablePropertyTable related to ? _________________ skr_wmb |
|
Back to top |
|
 |
lancelotlinc |
Posted: Wed Sep 19, 2012 7:08 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
sravan wrote: |
It worked in the Dev environment and fails in QA which is the next environment. |
Ah-ha ! What is the effective level of the WMB runtime in your QA environment? I'll bet its back-level a few notches. Run mqsireportbroker to find out. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
sravan |
Posted: Wed Sep 19, 2012 7:58 am Post subject: |
|
|
Centurion
Joined: 02 Apr 2010 Posts: 104 Location: Charlotte
|
I requested for MQSI report,meanwhile
From WMB Toolkit I verfied for both and it is below -
Build level S700-FP02
Version 7002 _________________ skr_wmb |
|
Back to top |
|
 |
lancelotlinc |
Posted: Wed Sep 19, 2012 8:07 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
sravan wrote: |
I requested for MQSI report,meanwhile
From WMB Toolkit I verfied for both and it is below -
Build level S700-FP02
Version 7002 |
This is not the same. Effective level != Build level; nor does it equal Version. They are totally different. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
sravan |
Posted: Wed Sep 19, 2012 10:18 am Post subject: |
|
|
Centurion
Joined: 02 Apr 2010 Posts: 104 Location: Charlotte
|
The issue is resolved -
The additional # in the bar overrides created the issue -
<ConfigurableProperty override="4" uri="CLRSVC_CustomerDetail_CreditCollections##additionalInstances"/> _________________ skr_wmb |
|
Back to top |
|
 |
|