• Sábado 4 de Mayo de 2024, 16:10

Autor Tema:  Crystaldecisions.crystalreports.  (Leído 2422 veces)

mac_thunder

  • Nuevo Miembro
  • *
  • Mensajes: 14
    • Ver Perfil
Crystaldecisions.crystalreports.
« en: Jueves 7 de Septiembre de 2006, 23:50 »
0
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

ringe

  • Miembro activo
  • **
  • Mensajes: 41
    • Ver Perfil
Re: Crystaldecisions.crystalreports.
« Respuesta #1 en: Sábado 9 de Septiembre de 2006, 20:35 »
0
si indicas el mensaje de error quizás podamos ayudarte  :comp:

mac_thunder

  • Nuevo Miembro
  • *
  • Mensajes: 14
    • Ver Perfil
Re: Crystaldecisions.crystalreports.
« Respuesta #2 en: Lunes 11 de Septiembre de 2006, 21:59 »
0
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

 


--------------------------------------------------------------------------------