Skip to main content
3-Newcomer
April 24, 2023
Solved

error while creating document in windchill - screenshot attached

  • April 24, 2023
  • 1 reply
  • 918 views

AA_10566574_0-1682315640877.png

 

 

 

Best answer by BjoernRueegg

There is something wrong with the added columns in the database. I guess the column is in the database, but the java classes don't know anything. Did you do a rehosting?

I would suggest to run the synchronize command in a windchill shell and restart Windchill afterwards:

AddColumns -syncFromDB

 

Pleas check also the help:

Add Columns Help 

1 reply

17-Peridot
April 24, 2023

There is something wrong with the added columns in the database. I guess the column is in the database, but the java classes don't know anything. Did you do a rehosting?

I would suggest to run the synchronize command in a windchill shell and restart Windchill afterwards:

AddColumns -syncFromDB

 

Pleas check also the help:

Add Columns Help 

3-Newcomer
April 24, 2023

Thank you very much for the reply.

Issue is resolved now after following your instructions.