a week ago
Hi Team,
We are getting below error while creating new batch from blue prism using the decipher VBO which was given in decipher 2.3 ver
System Exception: Decipher VBO - Create New Batch: Overload resolution failed because no accessible 'CreateBatch' accepts this number of arguments.
we tried restarting the services and checked but facing same error
Sometimes it will work sometimes it wont
Please help us to resolve this issue.
Thanks,
Soumya
Wednesday
I haven't encountered this specific error in Create Batch before. Could you please show us the input parameters you're passing to the VBO while creating a new batch?
I generally pass below 3 inputs,
If nothing else works, I would suggest performing a clean uninstall and then a fresh reinstallation. This approach typically resolves such issues in most cases.
Wednesday
Hi Tejas,
I am using the VBO of decipher 2.3, and my input parameters are: Batch name, type, folderpath& priority
Should we also pass the Batch matadata and OCR, which I am not passing?
And this error doesnt come frequently.
Wednesday
So you have a priority extra parameter set. You can try removing that and see if it helps. Also, are you keeping only 1 PDF in the input folder right and not multiple?
Wednesday
No there are multiple pdfs in that folder.
Wednesday
I usually prefer to keep just one PDF when uploading a document, so it creates a single batch per document. After that, I move it out and upload a new document into that folder.
You can have a logic like below and use folder and file operations.
Try if this 2 solution makes difference to your error message.
Wednesday
Thanks Tejas,
I will check by keeping only 1 file.