Package Import Error: the package version is different from the instance. | Community
Skip to main content
alexcroker
Level 2
May 27, 2022
Solved

Package Import Error: the package version is different from the instance.

  • May 27, 2022
  • 1 reply
  • 822 views

Hello everyone,

When I export a package the XML header reads: 

<package author="AC (xxx)" buildDate="2022-03-30 10:02:10.111Z" buildNumber="9346" buildVersion="6.7">

The build number matches my application server, but the build version doesn't - the application is 7.0 (according to Help>About)

When this package is being imported into another environment is throwing an error: the package version is different from the instance.

Can anyone shed any light on what's happening here? Why is there a mismatch in buildVersion in my environment?

Thanks

Alex

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by CedricRey

Hi @alexcroker 

I already had this situation : the version attribute doesn't matter, and even with a 7.0 instance you'll get this "6.7" value, this is normal.

The problem is on the buildNumber value. You may have 2 differents instances with 2 differents build, and this must be the cause of the error.

If the 2 instances have near version number, the solution (but not very convenient) is to change manually this buildNumber value in the XML package. Put the target build number instead and that should fix the problem.

 

Cedric

1 reply

CedricRey
CedricReyAccepted solution
Level 5
May 30, 2022

Hi @alexcroker 

I already had this situation : the version attribute doesn't matter, and even with a 7.0 instance you'll get this "6.7" value, this is normal.

The problem is on the buildNumber value. You may have 2 differents instances with 2 differents build, and this must be the cause of the error.

If the 2 instances have near version number, the solution (but not very convenient) is to change manually this buildNumber value in the XML package. Put the target build number instead and that should fix the problem.

 

Cedric