Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hi,
I have made a script file in UNIX server to stop windchill server, take backup and then to start windchill server.
Here my issue is windchill server is getting stopped, backup is taking place and then while starting windchill server server manager is not getting invoked.... but script log says server manager started...
This above scenario is happening only if i schedule the script file, but while executing manually every thing is fine.
Can any one help on this???
In order to get help you are going to need to provide more details including:
Windchill version: 10.0 M020 (no patches)
OS:IBM AIX (using xmanager to connect with the system )
Scheduling job by cron
running the script manually and scheduled script are both done by root user
Find the script and script log attached below.