Problem with SmartUpgrade Component from xpefiles.com

G

Guest

I've include the SmartUpgrade Component from xpefiles.com in my SP1
Configuration in a SP2 Targetdesigner.
To enable the Component i set the cmiServicePackLevel to 1.
After that i press the the "Upgrade All Components" button and got the
following errormessage:

Starting configuration activation at: 1/28/2005 12:32:06 AM...
CFDB: 9.52 secs, 63 reqs. LAB: 9.53 secs, 63 reqs, 0% hits, 0 entries
Activation complete, elapsed time: 56.84 seconds
No errors or warnings
Info 101: Initializing new component: "UDFS [Version 5.1.2600.2180,
R2890]"
Info 104: Upgrading from: "UDFS [Version 5.1.2600.1106, R1507]"
Warning 1120: Service pack level mismatch. Disabling "UDFS [Version
5.1.2600.2180, R2890]."
Error 1120: Configuration needs to be upgraded. Service pack level
mismatch between current configuration and some components."
Info 101: Initializing new component: "UDFS [Version 5.1.2600.2180,
R2890]"
Info 104: Upgrading from: "UDFS [Version 5.1.2600.2180, R2890]"
Warning 1120: Service pack level mismatch. Disabling "UDFS [Version
5.1.2600.2180, R2890]."
Error 1120: Configuration needs to be upgraded. Service pack level
mismatch between current configuration and some components."

Anyone has an advice form me.

Thanks for all answers,

gerros
 
K

KM

gerros,

For some reasons the SmartUpgrade component's script does not seem to change your configuration service pack level.
To work around this, please go to Configuration extended property list (Configuration Node --> Advanced button) and change
cmiServicePackLevel to 2 manually. Then start the upgrade once again.
Let me know if this worked for you.

I must note here I was developing and testing the SmartUpgrade component on pretty old SP2 RC and haven't had time to test it on SP2
RTM. Will do soon.
 
G

Guest

KM,
I've changed the cmiServicepacklevel manually to 2.
After i start the upgrade again, i've got the following error messages:

Info 101: Initializing new component: "English Language Support
[Version 5.1.2600.1106, R1507]"
Warning 1120: Service pack level mismatch. Disabling "English Language
Support [Version 5.1.2600.1106, R1507]."
Error 1120: Configuration needs to be upgraded. Service pack level
mismatch between current configuration and some components."
Info 101: Initializing new component: "English Language Support
[Version 5.1.2600.1106, R1507]"
Warning 1120: Service pack level mismatch. Disabling "English Language
Support [Version 5.1.2600.1106, R1507]."
Error 1120: Configuration needs to be upgraded. Service pack level
mismatch between current configuration and some components."

One more Information.
If i save the configuration mit cmiServicepacklevel 2 and open it again, the
component is disabled again.

Regards,
gerros

KM said:
gerros,

For some reasons the SmartUpgrade component's script does not seem to change your configuration service pack level.
To work around this, please go to Configuration extended property list (Configuration Node --> Advanced button) and change
cmiServicePackLevel to 2 manually. Then start the upgrade once again.
Let me know if this worked for you.

I must note here I was developing and testing the SmartUpgrade component on pretty old SP2 RC and haven't had time to test it on SP2
RTM. Will do soon.

--
Regards,
KM
I've include the SmartUpgrade Component from xpefiles.com in my SP1
Configuration in a SP2 Targetdesigner.
To enable the Component i set the cmiServicePackLevel to 1.
After that i press the the "Upgrade All Components" button and got the
following errormessage:

Starting configuration activation at: 1/28/2005 12:32:06 AM...
CFDB: 9.52 secs, 63 reqs. LAB: 9.53 secs, 63 reqs, 0% hits, 0 entries
Activation complete, elapsed time: 56.84 seconds
No errors or warnings
Info 101: Initializing new component: "UDFS [Version 5.1.2600.2180,
R2890]"
Info 104: Upgrading from: "UDFS [Version 5.1.2600.1106, R1507]"
Warning 1120: Service pack level mismatch. Disabling "UDFS [Version
5.1.2600.2180, R2890]."
Error 1120: Configuration needs to be upgraded. Service pack level
mismatch between current configuration and some components."
Info 101: Initializing new component: "UDFS [Version 5.1.2600.2180,
R2890]"
Info 104: Upgrading from: "UDFS [Version 5.1.2600.2180, R2890]"
Warning 1120: Service pack level mismatch. Disabling "UDFS [Version
5.1.2600.2180, R2890]."
Error 1120: Configuration needs to be upgraded. Service pack level
mismatch between current configuration and some components."

Anyone has an advice form me.

Thanks for all answers,

gerros
 
K

KM

gerros,

I have had a bit of time to test and debug the component on XPe SP2 RTM and was able to repro the issue and fix it.
It appeared that there were some changes with regards to the component upgrade in SP2 RTM vs last RC.

Anyway, the updated component worked fine now on SP2 RTM and I am going to update the XPeTools.zip on www.xpefiles.com too. Will
post when the new version is there. (let me know if you want to get it over email as well). You will just need to re-import the SLD.

Btw, just out of curiosity - what is your need to use the SmartUpgrade component?
I mean the initial aim when I developed the component is no more actual - the bug (losing a component settings during its upgrade)
was fixing in SP2 RTM.

--
Regards,
KM
KM,
I've changed the cmiServicepacklevel manually to 2.
After i start the upgrade again, i've got the following error messages:

Info 101: Initializing new component: "English Language Support
[Version 5.1.2600.1106, R1507]"
Warning 1120: Service pack level mismatch. Disabling "English Language
Support [Version 5.1.2600.1106, R1507]."
Error 1120: Configuration needs to be upgraded. Service pack level
mismatch between current configuration and some components."
Info 101: Initializing new component: "English Language Support
[Version 5.1.2600.1106, R1507]"
Warning 1120: Service pack level mismatch. Disabling "English Language
Support [Version 5.1.2600.1106, R1507]."
Error 1120: Configuration needs to be upgraded. Service pack level
mismatch between current configuration and some components."

One more Information.
If i save the configuration mit cmiServicepacklevel 2 and open it again, the
component is disabled again.

Regards,
gerros

KM said:
gerros,

For some reasons the SmartUpgrade component's script does not seem to change your configuration service pack level.
To work around this, please go to Configuration extended property list (Configuration Node --> Advanced button) and change
cmiServicePackLevel to 2 manually. Then start the upgrade once again.
Let me know if this worked for you.

I must note here I was developing and testing the SmartUpgrade component on pretty old SP2 RC and haven't had time to test it on SP2
RTM. Will do soon.

--
Regards,
KM
I've include the SmartUpgrade Component from xpefiles.com in my SP1
Configuration in a SP2 Targetdesigner.
To enable the Component i set the cmiServicePackLevel to 1.
After that i press the the "Upgrade All Components" button and got the
following errormessage:

Starting configuration activation at: 1/28/2005 12:32:06 AM...
CFDB: 9.52 secs, 63 reqs. LAB: 9.53 secs, 63 reqs, 0% hits, 0 entries
Activation complete, elapsed time: 56.84 seconds
No errors or warnings
Info 101: Initializing new component: "UDFS [Version 5.1.2600.2180,
R2890]"
Info 104: Upgrading from: "UDFS [Version 5.1.2600.1106, R1507]"
Warning 1120: Service pack level mismatch. Disabling "UDFS [Version
5.1.2600.2180, R2890]."
Error 1120: Configuration needs to be upgraded. Service pack level
mismatch between current configuration and some components."
Info 101: Initializing new component: "UDFS [Version 5.1.2600.2180,
R2890]"
Info 104: Upgrading from: "UDFS [Version 5.1.2600.2180, R2890]"
Warning 1120: Service pack level mismatch. Disabling "UDFS [Version
5.1.2600.2180, R2890]."
Error 1120: Configuration needs to be upgraded. Service pack level
mismatch between current configuration and some components."

Anyone has an advice form me.

Thanks for all answers,

gerros
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top