13-11-24 05:15 AM
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
20-11-24 06:29 AM
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.
20-11-24 07:08 AM
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.
20-11-24 07:16 AM
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?
20-11-24 07:21 AM
No there are multiple pdfs in that folder.
20-11-24 07:28 AM
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.
20-11-24 08:20 AM
Thanks Tejas,
I will check by keeping only 1 file.