Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
Hi i'm SeonHo
There is an issue in adding the state to the life cycle.
Added new lifecycle status through the enumCustomize.bat command in the windchill Shell
I then saved it and used the Enumverify wt.lifecycle.State command in the windchill shell
However, the following message was printed
EFFECTIVENESS APPROVAL:
display = <status>
abbreviatedDisplay = <status>
fullDisplay = <status>
shortDescription = <status>
longDescription = <status>
comment (deprecated) = <status>
order = 0
isDefault = false
selectable = true
stringValue = wt.lifecycle.State.EFFECTIVENESS APPROVAL
enumValue = EFFECTIVENESS APPROVAL
Localized error message test, not an actual error:
There was a problem creating the object "<status>".
If you then use the Ant -f codebase / MakeJar.xml custUpdate command, you will see the following message
Buildfile: build.xml does not exist!
Build failed
I stopped windchill and started it again.
What should I do?
Thank you.
Solved! Go to Solution.
Resolved.
The environment variable for ant was not registered.
It is also because I tried to change while running windchill.
"Localized error message test, not an actual error:
There was a problem creating the object "<status>". "
The message is still displayed, but you can add a lifecycle status.
Resolved.
The environment variable for ant was not registered.
It is also because I tried to change while running windchill.
"Localized error message test, not an actual error:
There was a problem creating the object "<status>". "
The message is still displayed, but you can add a lifecycle status.