Hi,
I am trying to update a Diamond from Java application. and i am getting error as follow.
soap:Server
System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Exception: Could not find a part of the path 'Y:\UserFolders\76969\Images\'.
at DiamondUploader.UploadManager.ProcessUpload(DataTable dtUploaded, Int32 UploadID, UploadTypes UploadType)
at DiamondUploader.UploadManager.InserUploadAndUpdateSingleDiamond(Nullable`1 DiamondID, Int32 AccountID, DiamondFileFormat UploadFormat, UploadTypes UploadType, DataTable dtSingleDiamond, Boolean FirstRowContainsHeaders, Boolean ReplaceAll, Boolean SendEmail, String ComputerIP, UploadPriorities UploadPriority)
at DiamondManager.UpdateLot(UpdateLotParameters Parameters)
--- End of inner exception stack trace ---
and also when i Upload Diamond using UploadLots, i am not able to upload Availability on rapnet. all other parameters upload successfully,
is there any parameter sequence which i must follow ?