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

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

Email Enabling Folders in Windchill

MelRiser
1-Newbie

Email Enabling Folders in Windchill

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
rmk
1-Newbie
1-Newbie
(To:MelRiser)

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 -
Top Tags