Berne Nyberg 30.Oct.15 01:16 PM a Web browser LEILEI - All ReleasesWindows
Hi!
I have a LEI Command that have a Command statement that is: BEGIN PDAGBOK.PLAN_API.UPP_JOBB; END;
This statement starts a procedure in a package in Oracle. I run it from LEI version 7.0 and everything I working as It should.
Now I have set up a new server with IEI ver. 9.0.1, and with exact the same connection and exactly the same command statement, I get the following error:
Error: [Execute Statement]ORA-01861: literal does not match format string ORA-06512: at "PDAGBOK.PLAN_API", line 999 ORA-06512: at line 1, Connector 'A-PDAGBOK', Method -Execute- (1861).
The error code say me that there is some problem with date format, but I have checked all settings on Windows server and in Domino. They are exactly the same. The procedure is rather complex and I'm not an Oracle expert, so I don't want to make any changes in the procedure. For now it also have to be compatible.
Anybody have any idea?