My client is currently having a workflow fail during its search repository activity. It is returning an error 9086, which leads me to believe it is a syntax error, but the users say nothing in regards to the query has been changed, and it was run successfully yesterday. I even copied the query run yesterday and attempted to manually test it, and I got the same error. Here s the custom query(sensitive information omitted):
{[New Account Application]:[Document Type]="Transfers In Misc", [Document Sub-Type]="TA *"} & {LF:Name="*", Type="DB"} & {LF:Created="%(DateTokenCalculator_yesterday)"} & ({LF:Creator="QFScan"}) & {LF:LOOKIN="ClientRepoName\Client Files"}
I modified the LF:LOOKIN portion to have a leading backslash("\ClientRepoName\Client Files"), as recommended by this answers post(https://answers.laserfiche.com/questions/78866/Search-Repository-just-keeps-running#78898 ), but that did not resolve the issue so I was hoping if someone could point me in the right direction. They are on LF 9.2.1. Thanks!