Foros Club Delphi

Foros Club Delphi (https://www.clubdelphi.com/foros/index.php)
-   SQL (https://www.clubdelphi.com/foros/forumdisplay.php?f=6)
-   -   Rad Studio (https://www.clubdelphi.com/foros/showthread.php?t=69521)

noemi_elizabeth 24-08-2010 00:45:45

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

Ñuño Martínez 25-08-2010 10:33:49

¿Y esto qué tiene que ver con SQL?:confused:

noemi_elizabeth 25-08-2010 23:09:06

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

Ñuño Martínez 01-09-2010 17:15:41

Tiene toda la pinta de que o bien el servidor no está corriendo o no está bien configurado.


La franja horaria es GMT +2. Ahora son las 12:46:05.

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