Issue
In the powerJobs Processor logfile there is following warning:
2018-09-12 11:35:02,109 [Pipeline Execution Thread] WARN coolOrange.VaultServices.Vault.VaultServices.VaultServices - VaultServices.GetFileById(89) | Failed, exception = {Autodesk.Connectivity.WebServices.VaultServiceErrorException}.
Autodesk.Connectivity.WebServices.VaultServiceErrorException: 1013
Server stack trace:
at Autodesk.Connectivity.WebServices.ServiceBase`1.ServiceProxy`1.Invoke(MethodInfo methodInfo, Object[] args, TServiceInterface obj)
at Autodesk.Connectivity.WebServices.RealProxy`1.Invoke(IMethodCallMessage methodCallMsg, MethodInfo methodInfo, InvokeDelegate invokeFunc)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at Autodesk.Connectivity.WebServices.IDocumentService.GetFileById(Int64 fileId)
at Autodesk.Connectivity.WebServices.DocumentServiceBase.GetFileById(Int64 fileId)
at coolOrange.VaultServices.Vault.VaultServices.VaultServices.GetFileById(Int64 nFileId)
Solution
The Vault error code "1013" means get file failed: Cannot get file (file id is invalid).
In most cases this warning is a false negative and it should not affect the normal functionality of the jobs. If the job is still executed you can ignore this warning.
See Also
- Get File failed [1013] (Cracking the Vault)