I am using abby registration server 4.
I'm using the RSSoopServiceSoap.startProcessFile() feature of registration server-4.0.jar.
In this process, the abby server intermittently enters the user column with the value "unknown" and fails to process the document.
The current suspicion is that the startProcessFile() function is executed and the input file is deleted immediately, which can cause 'unknown'?
The current suspicion is that the startProcessFile() function is executed and the input file is deleted immediately, which can cause 'unknown'?
Comments
6 comments
Technically if you dropping files into the hotfolder (certain API setup does that), it doesn't know who put the file in there so its unknown. If you had used a scan station to send it to RS4, it would list that user.
So in your case it does look like it picked up the file. Is there any error message in the error log?
Looking at the event log, the following log is being recorded repeatedly.
Could this be the cause?
Open the Admin Console and look at the event log. That error message doesn't tell me which workflow you're trying to use and what input folder you are trying to put it in
Should I provide the log like this?
Interesting. The folder "C:\workflows\pdf\input\af119f33-cf77-4e1a-ad07-d4b8c9a03e52.xml was not found." is your workflow input folder but it says it can't find the XML ticket. Is that folder correct for your workflow?
The other folders are the internal and being used by Recognition Server for processing. I don't have Recognition Server 4 installed anymore but there were 3 service that should be running. License, Server and Processing station. The Server and Processing should be running under Network Service.
Lets rule out a couple things. First make sure your Recognition Serve is actually working normally.
Use the hot folder of a workflow. Does it pick it up and process correctly? If not, your install of RS4 is the issue. If it does process correctly, its an issue with your API integration. Maybe the XML ticket it create is invalid.
When I saved the document in a hot folder, it was registered as Unknown, but it was confirmed that it was processed normally.
I think I need to find the cause in my API integration.
Thank you for your comments
Please sign in to leave a comment.