4-Participant
September 25, 2023
Solved
Using a xml spec file in the Business Administrative Change Utility
- September 25, 2023
- 1 reply
- 1291 views
I am currently trying to export every LifeCycle with a specific Name, from our test Server.
I created the xml File and wanted to use the wt.scm.client.SCMCMD export command with the spec file.
However, whenever I try to write this command specifically:
windchill wt.scm.client.SCMCMD export -u "<username>" -p "<password>" -t "<target name>" -s "<Spec File>" -b "<start time>" -e "<end time>" -n "<package name>" -d "<description>" -o "<file path>"
Of course filled out with my specifics, I always get invalid Object type.
I think that's because with the normal command:
windchill wt.scm.client.SCMCMD export -u "<username>" -p "<password>" -t "<target name>" -s "TypeDefinition" -b "<start time>" -e "<end time>" -n "<package name>" -d "<description>" -o "<file path>"
The TypeDefinition is at the place of the xml path now.
I don't know if that is a general problem with the command, or if it would read the Type from the xml and I have a mistake in it.
Just to be save I will also attach a picture of the Xml File.
Thanks


