Skip to main content
1-Visitor
February 18, 2010
Question

Email Enabling Folders in Windchill

  • February 18, 2010
  • 1 reply
  • 1222 views
We have weekly reports, that we want to automatically go into Windchill, and would like to email these to specific folders. Is there any way to do this?

1 reply

1-Visitor
February 19, 2010
Hi, You can write a custom Java program using windchill API with auto admin login. Extract the reports and transfer the same to Mapped folder location or FTP Location. You can also mail to group with attachments. Below is the code for set admin. import wt.method.RemoteMethodServer; RemoteMethodServer remotemethodserver = RemoteMethodServer.getDefault(); remotemethodserver.setUserName("UserName&quotSmiley Wink; remotemethodserver.setPassword("Password&quotSmiley Wink; From Server , Try to run the java program in the .bat file with windows scheduler. for any help, mail me -