Hi Guys,
1. I am trying to create a document subclass with a new integer attribute using Java annotation.
I was able to create a source file (.java) and compile the file.
Now I am trying to generate SQL scripts for my new document class. I executed the following command tools -Dgen.input=com.acme.*sql_script in Windchill Shell.
The expected result is to generate a SQL command necessary to create the database schema for my new subclass and I should see a generated schema in a location, but the SQL command is not generated in the desired location.
Kindly let me know If I am missing out any steps.
2. Also, I want to login to the MsSQL Server from Windchill Shell. Please let me know the command to login to SQL Server from Windchill Shell.
Thanks in advance.
Regards,
Rajeshkumar Balaganesan