Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.2.7
Need the proper parameter names for ftp host, ftpuser and ftppassword when configuring a ftp share mechanism for a worker in agent.ino
Here are the errors that I faced
Need the proper parameter names for ftp host, ftpuser and ftppassword when configuring a ftp share mechanism for a worker
Here is a sample of one of my workers with some obfuscation. Do not use just FTP. Enable at least ftps. SSL on the ftp server side.
[worker1]
distributed=false
autostart=true
host=cadworkerhostname
autobusystop=7200
autoidlestop=120
starttime=60
startfromlocal=FALSE
autoerrorstop=true
hosttype=nt
remotepath=C:\somepath\cad_worker_13_1_upload
exe=C:\pathtoworker\creoworker_pdm13_1\proeworker.bat
localpath=ftps:/cad_worker_13_1_upload
password=passwordhere
maxinstances=1
shapetype=PROE
prompt=
availabletime=
username=cad_worker_ftp_username
port=601