cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

We are happy to announce the new Windchill Customization board! Learn more.

add life cycle status issue

CHASEONHO
18-Opal

add life cycle status issue

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.

1 ACCEPTED SOLUTION

Accepted Solutions

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.

View solution in original post

1 REPLY 1

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.

Top Tags