Quantcast
Channel: Microsoft Dynamics GP Forum - Recent Threads
Viewing all articles
Browse latest Browse all 32807

GP 2013 Intgegration Manager UCASE error message

$
0
0

I have just spent the night tryng to figure out why I kept getting the dreaded 'UCase' is not a recognized function name. when running an integration. I had set UseOptimizedFilter to False just like I have dozens of times. The query could not be much simpler

SELECT TRXDATE,Reference,Jrnl

FROM MYHEADERTABLE

ORDER BY TRXDATE,REFERENCE,JRNL   for the header

and

SELECT TRXDATE,Reference,Jrnl,debitamt,crdtamnt

FROM MYDETAILTABLE

ORDER BY TRXDATE,REFERENCE,JRNL   for the detail

After trying everything I changed the case of the ORDER BY clause to Order By TRXDATE,Reference,Jrnl so now the case on the order by matches the case of the fields and now the integration works. So apparently IM for GP 2013 is case sensitive when it comes to the field names. I have no idea what creates the call to the UCASE function. It is something internal to IM.

 


Viewing all articles
Browse latest Browse all 32807

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>