SoloCodigo
CLR: .Net / Mono / Boo / Otros CLR => VB .NET => Mensaje iniciado por: mac_thunder en Jueves 7 de Septiembre de 2006, 23:50
-
En forma local al tratar de levantar el archivo no tengo problemas pero al enviar al servisor y hacer pruebas la aplicacion falla, asi esta definida la conecion a la base a ver si me pueden orientar un poco!!
crReporte.SetDataSource("base")
'crReporte.SetDatabaseLogon("usuario", "password")
crReporte.SetParameterValue(0, gvintParam01)
crReporte.SetParameterValue(1, gvintParam02)
crvVistaReporte.ReportSource = crReporte
crvVistaReporte.DataBind()
crvVistaReporte.Visible = True
Se los agradeceria.
Saludos
-
si indicas el mensaje de error quizás podamos ayudarte :comp:
-
Sorry, pero este es el error aun no puedo darle solucion....
Logon failed.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: CrystalDecisions.CrystalReports.Engine.LogOnException: Logon failed.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[LogOnException: Logon failed.]
.F(String , EngineExceptionErrorID
) +506
.A(Int16 , Int32 ) +537
CrystalDecisions.CrystalReports.Engine.FormatEngine.GetPage(PageRequestContext reqContext) +538
CrystalDecisions.ReportSource.LocalReportSourceBase.GetPage(PageRequestContext pageReqContext) +189
CrystalDecisions.Web.ReportAgent.u(Boolean N) +164
CrystalDecisions.Web.CrystalReportViewer.OnPreRender(EventArgs e) +108
System.Web.UI.Control.PreRenderRecursiveInternal() +62
System.Web.UI.Control.PreRenderRecursiveInternal() +125
System.Web.UI.Control.PreRenderRecursiveInternal() +125
System.Web.UI.Control.PreRenderRecursiveInternal() +125
System.Web.UI.Control.PreRenderRecursiveInternal() +125
System.Web.UI.Control.PreRenderRecursiveInternal() +125
System.Web.UI.Control.PreRenderRecursiveInternal() +125
System.Web.UI.Control.PreRenderRecursiveInternal() +125
System.Web.UI.Control.PreRenderRecursiveInternal() +125
System.Web.UI.Page.ProcessRequestMain() +1489
--------------------------------------------------------------------------------