T O P I C R E V I E W |
hmunoz |
Posted - 03/07/2005 : 09:34:40 Hi, I have just tried to load the option SQL REPORT, but I have then next error "Error de servidor en la aplicación '/ReportPortal'." This error is usually is dot.net
Tht version is report portal 2.0
The options Olap Report an OWC are ok.
What is my problem or is a bug ?? |
3 L A T E S T R E P L I E S (Newest First) |
admin |
Posted - 03/15/2005 : 18:25:52 Sorry, I could not reproduce the problem. Can you please send the screenshots and steps necessary to reproduce the problem to sales@reportportal.com. |
hmunoz |
Posted - 03/08/2005 : 13:31:55 Hi, not exist error in english The error complete is
<!-- Web.Config Configuration File -->
<configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration>
Notas: La página de errores que está viendo actualmente se puede reemplazar por una página de errores personalizada si se modifica el atributo "defaultRedirect" de la etiqueta de configuración <customErrors> de la aplicación para que señale una dirección URL de páginas de errores personalizadas.
<!-- Web.Config Configuration File -->
<configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web> </configuration> This error is usually of dot net
This error not present in your demo site |
admin |
Posted - 03/07/2005 : 19:25:26 What is the error say in English?
To make the error visible in the Internet Explorer go to: Internet Explorer > Tools.. > Internet Options > Advanced Tab > Uncheck "Show Friendly Error Messages".
Please send the screenshot of the error to sales@reportportal.com.
Do you get this error on our demo site?
http://166.122.240.100/ReportPortal/login.aspx
|