Finance dept is trying to run a GL report via Financial Reports, they have everything set up correctly as far as I know but the report errors out.
Epicor gives the error:
Program Ice.Services.Lib.RunTask raised an unexpected exception with the following message: RunTask:
System.Web.Services.Protocols.SoapException: The item ‘/EpicorLive/reports/GLFinancialReport/GLFinancialReport’ cannot be found. —>
I look in SSRS and I can’t find this folder/report in the database, not even in Epicor Test/Pilot
Can someone provide me with a copy of the stock Epicor report? Or am I missing something else here?
Did “Standard - SSRS” work before? Or is this something you are just now creating.
Our E10.2.300 only has the one style (“Print Report”). I can add one and manually set the fields, but I’d have to make the RDL, and I don’t even know what tables to reference in the query expression.
I guess I’ll just assume the Standard - SSRS style was created by someone here, been thinking it was a stock report, so I was trying to figure out why it wasn’t working.
I hope you find it, because I was able to make the core of a report that uses that data, and the way it is structured… Man that would be hard to create from scratch…
GFLRHeader and GLFRColumn look like they hold formatting and info for controlling which records from GLFRRow to display
You need to make some sort of Matrix, as GLFRRow records contain RowNum and ColNum fields.