Beyond Inventor Wizard... The Community!
Autodesk Inventor en AutoCAD Forum
Hoi,
Ik probeer de custom job "JobProcessorApiSamples" van Vault pro 2018 te laten uitvoeren bij lifecycle change For Review >> Release.
ik krijg dan echter de volgende melding:
"Status: Error"
"Result: The given key was not present in the dictionary"
heeft iemand een idee wat er hier aan de hand is.
Labels:
heb het inmiddels opgelost:
het volgende:
I replaced this line...
Dim filemasterid As Long = Convert.ToInt64(job.Params("FileMasterId"))
with this line...
Dim EntityId As Long = Convert.ToInt64(job.Params("EntityId"))
and this line..
Dim file As ACW.File = context.Connection.WebServiceManager.DocumentService.GetLatestFileByMasterId(filemasterid )
with this line...
Dim file As ACW.File = context.Connection.WebServiceManager.DocumentService.GetFileById(EntityId)
Toegevoegd door Stefaan Boel 0 Opmerkingen 0 Vindt leuk
Toegevoegd door pascal david 0 Opmerkingen 2 Vindt leuk
Toegevoegd door Patrick De Bruyn 2 Opmerkingen 2 Vindt leuk
© 2023 Gemaakt door Stefaan Boel.
Verzorgd door