RonCK - Friday, July 10, 2009 10:26 AM:
We are trying to use the Solution Upgrade tool to migrate configuration from one 9.1 database install to another. It works fine for lists, forms, and methods that we created but we get an error when we try to add core forms and item types to a package. I believe the error says that the item is already part of a package.
thanks,
RonCK
Brian - Tuesday, July 14, 2009 1:30 AM:
Hi Ron,
I'm fairly sure that there is a "merge" tick box on the install package UI. Click this then run the upgrade again.
It should now check for items which are already there and ignore them.
Cheers,
Brian.
Boro - Tuesday, July 14, 2009 8:23 PM:
Hi RonCK.
You got the message when you defined the PackageDifinition, aren't you?
The message says that the item you selected is already part of another packege. PackageDifinition doesn't allow duplication in other packages. If you want to export core forms and itemtype, select it individually from "Packeges" tree in solution upgrade tool(export).
The manifest file will create like following.
<imports>
<package name="com.aras.innovator.solution.Project" path="ProjectImport">
<dependson name="com.aras.innovator.solution.PLM" />
</package>
<package name="com.aras.innovator.solution.PLM" path="PLMImport" />
</imports>
Does this reply match to your post?
thanks
Donaldris69 - Wednesday, July 15, 2009 3:19 AM:
jhjhjkhk
RonCK - Wednesday, July 15, 2009 8:11 AM:
Thanks Boro! That is the message I'm seeing, I will try what you've selected. Thanks for your response too Bryan. It didn't answer my immediate question, but it's great info and will probably stave off a later question.
best regards,
RonCK