Hello,
When processing a 401 worksheet the following error occurs and the worksheets fails.
Time: 12/05/2016
<<OpenRsRead>> Error -2147217900: Incorrect syntax near 'onique'.
SET NOCOUNT ON
SELECT *INTO #Upload_Cashier
FROM [Cashier]
WHERE DBTimeStamp > ?;
Update #Upload_Cashier Set Password = 'thepassword', PasswordResetFlag
OK
Can some help me please? Have you seen this before?
I cannot find any knowledge base articles or hotfixes to fix this.
NB: RMS version - 2.0
Thanks.