Club Delphi  
    FTP   CCD     Buscar   Trucos   Trabajo   Foros

Retroceder   Foros Club Delphi > Principal > SQL
Registrarse FAQ Miembros Calendario Guía de estilo Temas de Hoy

Respuesta
 
Herramientas Buscar en Tema Desplegado
  #1  
Antiguo 24-08-2010
noemi_elizabeth noemi_elizabeth is offline
Registrado
 
Registrado: ago 2010
Posts: 2
Poder: 0
noemi_elizabeth Va por buen camino
Rad Studio

Hola por favor me pueden ayudar un error que se aparece al conectar un gridview se nuestra este error.
No se ha podido establecer conexión ya que el equipo de destino ha denegado activamente dicha conexión 127.0.0.1:1234 body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;} p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px} b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px} H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red } H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon } pre {font-family:"Lucida Console";font-size: .9em} .marker {font-weight: bold; color: black;text-decoration: none;} .version {color: gray;} .error {margin-bottom: 10px;} .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; } Error de servidor en la aplicación '/AplicacionPrueba.ASP'.

No se ha podido establecer conexión ya que el equipo de destino ha denegado activamente dicha conexión 127.0.0.1:1234

Descripción: Excepción no controlada al ejecutar la solicitud Web actual. Revise el seguimiento de la pila para obtener más información acerca del error y dónde se originó en el código.

Detalles de la excepción: System.Net.Sockets.SocketException: No se ha podido establecer conexión ya que el equipo de destino ha denegado activamente dicha conexión 127.0.0.1:1234

Error de código fuente:

Se ha generado una excepción no controlada durante la ejecución de la solicitud Web actual. La información sobre el origen y la ubicación de la excepción pueden identificarse utilizando la excepción del seguimiento de la pila siguiente.
Seguimiento de la pila:

[SocketException (0x274d): No se ha podido establecer conexión ya que el equipo de destino ha denegado activamente dicha conexión 127.0.0.1:1234] System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) +2668969 System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) +717 Eco.Persistence.IRemotePersistenceMapperProvider.GetPersistenceMapper(Int32 typeSystemHash) +0 Eco.Persistence.Remoting.PersistenceMapperClient.GetMapper(Boolean refresh) +230 [RemotingException: PersistenceMapperClient failed to connect to the url tcp://127.0.0.1:1234/PersistenceServer: No se ha podido establecer conexión ya que el equipo de destino ha denegado activamente dicha conexión 127.0.0.1:1234] Eco.Persistence.Remoting.PersistenceMapperClient.GetMapper(Boolean refresh) +318 Eco.Persistence.Remoting.ClientMapperImpl.GetEnsuredMapper() +56 Eco.Persistence.Remoting.ClientMapperImpl.Eco.Persistence.IPersistenceMapper.get_SupportsSync() +84 Eco.Internal.TBoldSystemPersistenceHandler.get_SupportsSync() +59 Eco.Internal.TBoldSystemPersistenceHandler.EnsureFirstCurrentToSyncVersion() +26 Eco.Internal.TBoldSystemPersistenceHandler.GetAllWithCondition(AbstractCondition Condition, Int32 MaxAnswers, Int32 Offset) +187 Eco.Services.Impl.ExtentServiceImpl.FetchAdjustedClassList(IClass fillClass) +163 Eco.Services.Impl.ExtentServiceImpl.EnsuredExtentForClass(IClass c, Boolean all) +579 Eco.Services.Impl.ExtentServiceImpl.Eco.Services.IExtentService.AllInstances(IClass c) +45 Eco.Internal.TBOS_AllInstances$BoldOclSymbolImplementations.Evaluate(IOclOperationParameters Params) +252 Eco.Internal.TBoldOclEvaluatorVisitor.VisitTBoldOclOperation(TBoldOclOperation N) +1719 Eco.Internal.TBoldOclOperation.AcceptVisitor(TBoldOclVisitor V) +28 Eco.Internal.TBoldOcl.InternalEvaluate(String Ocl, IElement RootElement, IClassifier Context, SubscriberPair SubscriberBlock, IExternalVariableList VariableList) +809 Eco.Internal.TBoldOclService.EvaluateAndSubscribe(IElement root, IClassifier Context, IExternalVariableList vars, String expression, ISubscriber reevaluateSubscriber, ISubscriber resubscribeSubscriber) +122 Eco.Internal.TBoldOclService.EvaluateAndSubscribe(IElement root, IExternalVariableList vars, String expression, ISubscriber reevaluateSubscriber, ISubscriber resubscribeSubscriber) +51 Eco.Internal.TBoldOclService.Evaluate(IElement root, String expression, IExternalVariableList vars) +45 Eco.Web.UI.WebControls.EcoDataSourceView.DoSelect() +319 Eco.Web.UI.WebControls.EcoDataSourceView.ExecuteSelect(DataSourceSelectArguments arguments) +983 System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) +13 System.Web.UI.WebControls.DataBoundControl.PerformSelect() +140 System.Web.UI.WebControls.BaseDataBoundControl.DataBind() +68 System.Web.UI.WebControls.GridView.DataBind() +5 System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound() +61 System.Web.UI.WebControls.CompositeDataBoundControl.CreateChildControls() +67 System.Web.UI.Control.EnsureChildControls() +97 System.Web.UI.Control.PreRenderRecursiveInternal() +50 System.Web.UI.Control.PreRenderRecursiveInternal() +171 System.Web.UI.Control.PreRenderRecursiveInternal() +171 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5676
Información de versión: Versión de Microsoft .NET Framework:2.0.50727.1433; Versión ASP.NET:2.0.50727.1433
Responder Con Cita
  #2  
Antiguo 25-08-2010
Avatar de Ñuño Martínez
Ñuño Martínez Ñuño Martínez is offline
Moderador
 
Registrado: jul 2006
Ubicación: Ciudad Catedral, Españistán
Posts: 6.000
Poder: 25
Ñuño Martínez Tiene un aura espectacularÑuño Martínez Tiene un aura espectacular
¿Y esto qué tiene que ver con SQL?
__________________
Proyectos actuales --> Allegro 5 Pascal ¡y Delphi!|MinGRo Game Engine
Responder Con Cita
  #3  
Antiguo 25-08-2010
noemi_elizabeth noemi_elizabeth is offline
Registrado
 
Registrado: ago 2010
Posts: 2
Poder: 0
noemi_elizabeth Va por buen camino
Lo que pasa es que estoy desarrolando una aplicacion web con la herramienta Rad Studio y utilizando el framework eco.net generé el esquema de base de datos y le quiero visualizar en un gridview y se muestra ese error y es como que no encuentra los datos de la BD. y quiero solucionar ese problema le inicie los servicios del SQL Server 2005, si puedes ayudarme te lo agradezco mucho
Responder Con Cita
  #4  
Antiguo 01-09-2010
Avatar de Ñuño Martínez
Ñuño Martínez Ñuño Martínez is offline
Moderador
 
Registrado: jul 2006
Ubicación: Ciudad Catedral, Españistán
Posts: 6.000
Poder: 25
Ñuño Martínez Tiene un aura espectacularÑuño Martínez Tiene un aura espectacular
Tiene toda la pinta de que o bien el servidor no está corriendo o no está bien configurado.
__________________
Proyectos actuales --> Allegro 5 Pascal ¡y Delphi!|MinGRo Game Engine
Responder Con Cita
Respuesta



Normas de Publicación
no Puedes crear nuevos temas
no Puedes responder a temas
no Puedes adjuntar archivos
no Puedes editar tus mensajes

El código vB está habilitado
Las caritas están habilitado
Código [IMG] está habilitado
Código HTML está deshabilitado
Saltar a Foro

Temas Similares
Tema Autor Foro Respuestas Último mensaje
RAD Studio XE jhonny Noticias 30 13-08-2010 01:00:23
ejemplos Rad Studio José Luis Garcí Varios 3 24-01-2008 20:07:52
Visual Studio. Net zvf .NET 2 18-01-2008 14:08:16
Dpk En Visual Studio.net juangiron .NET 0 10-01-2007 17:30:31
Delphi 7 Studio y .NET kukinn Varios 3 04-11-2003 03:22:25


La franja horaria es GMT +2. Ahora son las 19:18:45.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Traducción al castellano por el equipo de moderadores del Club Delphi
Copyright 1996-2007 Club Delphi