I would try to import the Creo asm,prt,drw into Windchill workspace and auto check in by pre-assign the folder location.
At First, I try to use the option/check option to assign the location of target checkin folder
and then, using import to active workspace.
uploadOptions = (New CCpfcUploadOptions).Create()
uploadOptions.DefaultFolder = designFolder
uploadOptions.AutoresolveOption = EpfcServerAutoresolveOption.EpfcSERVER_AUTORESOLVE_UPDATE_IGNORE
activeServer.UploadObjectsWithOptions(Nothing, uploadOptions)
but finally it doesn't work.
the error message come to me about the location of designFolder does not exist or cannot find this folder location.
Also, I find the error message from Windchill server about "can't find folder by FolderInfo:xxxxxxx " (xxxxx is my folder path)
Please help me if someone know what is the problem is ?