Hi.
I have a report that runs great in Classic, but under RTC I get the error '2011-09-08T00:00:00-04:00' is not a valid date.
I put several CONFIRM statements in the report in all the triggers that should fire at the start (OnPreReport, etc.) and no of them pop up.
I took report selections/Document-Print codeunit out of the mix by adding an action to the page to call the report directly. No change.
(This is 2009 R2 with latest hotfix applied to all components.) (6.0.32673.0)
Any ideas out there?
Thanks in advance.
0
Answers
I forgot to put CONFIRMs in the request page triggers. OnInit fires, but OnOpenPage doesn't.
I'll probably have an answer soon and will post it.
Created new report with one dataitem, *no* code, *no* sections - a totally blank slate.
Same error.
Somehow when applying a hotfix in the past I had copied the hotfix "NAV SERVER" contents to an incorrect NAV program folder called "Server" when it should have gone in "Service". So I was mkixing program files from two different hotfix versions.
(so problem is the RTC client, or perhaps version missmatch between service and client..)