


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
Views
Replies
Sign in to like this content
Total Likes
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
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