Skip to main content
18-Opal
November 17, 2017
Solved

add life cycle status issue

  • November 17, 2017
  • 1 reply
  • 1523 views

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

 

addlocale.png
I then saved it and used the Enumverify wt.lifecycle.State command in the windchill shell
However, the following message was printed

 

localerr1.png

 

 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

localerr2.png

Buildfile: build.xml does not exist!
Build failed

 

I stopped windchill and started it again.
What should I do?

 

Thank you.

Best answer by CHASEONHO

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.

1 reply

CHASEONHO18-OpalAuthorAnswer
18-Opal
November 17, 2017

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.