Author |
Message
|
rsk33 |
Posted: Wed Sep 11, 2013 6:16 am Post subject: migration issue |
|
|
Centurion
Joined: 21 Aug 2006 Posts: 141
|
we have migrated wmb ver 8.0.0.1 to 8.0.0.2 in our AIX server and facing issues in deployment. we have migrated the broker component with mqsichangebroker xxxx -f 8.0.0.2. if i want to revert back can i use the same command mqsichangebroker xxxx -f 8.0.0.1 with setting the profile to 8.0.0.1.Since in the info center rollback not mentioned clearly, help is highly appreciated. |
|
Back to top |
|
 |
lancelotlinc |
Posted: Wed Sep 11, 2013 6:27 am Post subject: Re: migration issue |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
rsk33 wrote: |
we have migrated wmb ver 8.0.0.1 to 8.0.0.2 in our AIX server and facing issues in deployment. we have migrated the broker component with mqsichangebroker xxxx -f 8.0.0.2. if i want to revert back can i use the same command mqsichangebroker xxxx -f 8.0.0.1 with setting the profile to 8.0.0.1.Since in the info center rollback not mentioned clearly, help is highly appreciated. |
What's the issue ? Did you rebuild your bar with mqsipackagebar ? _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Sep 11, 2013 6:33 am Post subject: Re: migration issue |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
lancelotlinc wrote: |
rsk33 wrote: |
we have migrated wmb ver 8.0.0.1 to 8.0.0.2 in our AIX server and facing issues in deployment. we have migrated the broker component with mqsichangebroker xxxx -f 8.0.0.2. if i want to revert back can i use the same command mqsichangebroker xxxx -f 8.0.0.1 with setting the profile to 8.0.0.1.Since in the info center rollback not mentioned clearly, help is highly appreciated. |
What's the issue ? Did you rebuild your bar with mqsipackagebar ? |
That has nothing to do with anything.
The -f switch has nothing to do with what version of the runtime a Broker is using. It merely controls what features a given runtime will have available.
That may or may not be sufficient for "rollback", depending on your requirements for "rollback". |
|
Back to top |
|
 |
rsk33 |
Posted: Wed Sep 11, 2013 6:34 am Post subject: |
|
|
Centurion
Joined: 21 Aug 2006 Posts: 141
|
Thanks for the response. Some reference library files giving error. we have imported the project and rebuild and deployed from the toolkit as well as mqsideploy command. This was working fine in 8.0.0.1. |
|
Back to top |
|
 |
lancelotlinc |
Posted: Wed Sep 11, 2013 6:37 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
rsk33 wrote: |
Thanks for the response. Some reference library files giving error. we have imported the project and rebuild and deployed from the toolkit as well as mqsideploy command. This was working fine in 8.0.0.1. |
What error ? _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
rsk33 |
Posted: Wed Sep 11, 2013 6:57 am Post subject: |
|
|
Centurion
Joined: 21 Aug 2006 Posts: 141
|
i got the below error when deployed in 8.0.0.2. As suggested i reverted back to 8.0.0.1 and it it deployed without error now.
BIP4041E: Execution group 'tt' received an administration request that encountered an exception.
While attempting to process an administration request, an exception was encountered. No updates have been made to the configuration of the execution group.
Review related error messages to determine why the administration request failed.
BIP4055E: (.CreateSubscriptionRq, 2.2) : User defined attribute must specify an initial value expression.
User defined attributes must either be given an initial value on the DECLARE statement or be given a value at deploy time.
Set the value of the User Defined Attribute at deploy time.
The task was unsuccessful: The deployment was unsuccessful. Check error messages above for explanation. |
|
Back to top |
|
 |
lancelotlinc |
Posted: Wed Sep 11, 2013 6:59 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
rsk33 wrote: |
i got the below error when deployed in 8.0.0.2. As suggested i reverted back to 8.0.0.1 and it it deployed without error now.
BIP4041E: Execution group 'tt' received an administration request that encountered an exception.
While attempting to process an administration request, an exception was encountered. No updates have been made to the configuration of the execution group.
Review related error messages to determine why the administration request failed.
BIP4055E: (.CreateSubscriptionRq, 2.2) : User defined attribute must specify an initial value expression.
User defined attributes must either be given an initial value on the DECLARE statement or be given a value at deploy time.
Set the value of the User Defined Attribute at deploy time.
The task was unsuccessful: The deployment was unsuccessful. Check error messages above for explanation. |
So forever, you will always stay on 8.0.0.1 ? Why not fix the root cause ? Which is to specify the initial value .
Don't you want all the bug fixes that come with 8.0.0.2 ? _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
rsk33 |
Posted: Wed Sep 11, 2013 7:04 am Post subject: |
|
|
Centurion
Joined: 21 Aug 2006 Posts: 141
|
The library file consist a lot of subflows and definitely try to fix the issue. I am trying in another environment to resolve the issue. |
|
Back to top |
|
 |
rsk33 |
Posted: Wed Sep 11, 2013 7:07 am Post subject: |
|
|
Centurion
Joined: 21 Aug 2006 Posts: 141
|
And no where it is used UDP EXTERNAL variable in the library subflows. |
|
Back to top |
|
 |
lancelotlinc |
Posted: Wed Sep 11, 2013 7:09 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
rsk33 wrote: |
And no where it is used UDP EXTERNAL variable in the library subflows. |
The error report disagrees with your statement:
Quote: |
User defined attribute must specify an initial value expression.
User defined attributes must either be given an initial value on the DECLARE statement or be given a value at deploy time. |
_________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
rsk33 |
Posted: Wed Sep 11, 2013 7:13 am Post subject: |
|
|
Centurion
Joined: 21 Aug 2006 Posts: 141
|
I did search all files in the library with EXTERNAL. Nothing exist and i also surprise for the error report |
|
Back to top |
|
 |
lancelotlinc |
Posted: Wed Sep 11, 2013 7:15 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
rsk33 wrote: |
I did search all files in the library with EXTERNAL. Nothing exist and i also surprise for the error report |
Search for DECLARE. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
rsk33 |
Posted: Wed Sep 11, 2013 7:24 am Post subject: |
|
|
Centurion
Joined: 21 Aug 2006 Posts: 141
|
Thanks. when i search i got the declarations. i am trying to fix it. |
|
Back to top |
|
 |
|