Hi, i'm having some problems showing reports in the ep.
I had added a Action to the Table using this parameters:
Show Report » Current » SHOWREPORT » 122 » 206
Table 122 = Purch. Inv. Header
Report 206 = Sales-Invoice
I had added the new code to the Codeunit 6828 ( EP Report Mgt. ).
When i click on the "link" to get the report it just opens a ie window with a error saying that the page is not avaible. I had tryied to track the xml messages that the nas returns to nav from sharepoint and i dont get any response when i click the link. Has this happen to anyone before?
Best regards,
Rafael Fontes
0
Comments
sorry but correct me if i am wrong, but if you want to print the purchase invoice report (do not know the id currently), this report must be based on table 122, if you want to print the sales invoice report (206), you have to set the table 112 - Sales Invoice Header (not 122).
HTH,
Rainer
I solve the problem be reading your post:
http://mibuso.com/forum/viewtopic.php?t=8887&highlight=report+problem&sid=93c34e71fea3990745a26859f8c562c0
But now have a weird problem....
Parser Error Message: File or assembly name Microsoft.Navision.EmployeePortal.UserControlLibrary, or one of its dependencies, was not found.
i got the dll where it should be, i have tryied to give the full path to the dll file and got the same problem :X
please provide a little bit more information about your installation:
- Which NAV version?
- Which EP version?
- Which WSS version / MOSS / SPS?
Thanks.
KR
Rainer
- Nav 4.0 SP3
- EP 4.0 SP3
- WSS 2003
- Microsoft .NET Framework Version:1.1.4322.2300
- ASP.NET Version:1.1.4322.2300
This is weird... i have checked the lines from report.aspx and its equal to some that i saw in the forum.
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: File or assembly name Microsoft.Navision.EmployeePortal.UserControlLibrary, or one of its dependencies, was not found.
Source Error:
[No relevant source lines]
Source File: report.aspx Line: 1
Report.aspx:
can you check the web.config and see what trust level your site is using?
Can you verify, that the folder "UserControls" is an Excluded Path in SharePoint?
HTH,
Rainer
The UserControls is a excluded path.
can you please send a list of all files in the bin folder of the website?
KR,
Rainer
Microsoft.Navision.EmployeePortal.Connector.dll
Microsoft.Navision.EmployeePortal.DataStorage.dll
Microsoft.Navision.EmployeePortal.dll
Microsoft.Navision.EmployeePortal.ErrorLibrary.dll
Microsoft.Navision.EmployeePortal.UserControlLibrary.dll
The file is there in the Bin.
Best Regards.
Now i have another error.
Unable to initialize data storage. Please close this window and reload the Web Page. (10035)
This is getting tricky :X
Best regards,
Rafael Fontes
this indicates that the enableSession is not set to true.
Please inspect the web.config file. There is one entry in the PAGES node (i think, sorry i have currently no EP portal at hand) the enableSessionState must be set to true as well as a node which is normally commented named SessionState - not 100% sure, search for session in the web.config, there should be not that many entries.
HTH,
Rainer
Still getting the same problem :x
this sounds really like a weird problem.
Can you do two other tests?
The "normal" EP web parts are working?
Can you create a second portal and try the configuration there as well?
From my point of view something really strange happens with either your IIS and/or with that web site (because the BIN folder is accessible anywhere in a site).
KR
Rainer
This is getting quiet weird :X
I will try that.
Thanks
I had made another Page and start the config from scratch. Still getting the same problem.
If someone else gets to this error please tell me something.
Thanks IHateLinux for the help.
Best regards.