Error Carga Incremental
-
martes, 08 de mayo de 2012 13:57
Hola
Estoy ejucutando una carga, me da este error. El error parece ser que es en la particion, en el cubo ejecute particion por particion y ban biem, pero en cuanto se ejecuta el proceso de carga incremental me da este error.
SSIS package "Carga_Catalogo_Incremental Stock.dtsx" starting.
Error: 0x1 at Crea Partición: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> Microsoft.AnalysisServices.ConnectionException: A connection cannot be made. Ensure that the server is running. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 192.168.1.55:2383
at System.Net.Sockets.TcpClient..ctor(String hostname, Int32 port)
at Microsoft.AnalysisServices.XmlaClient.GetTcpClient(ConnectionInfo connectionInfo)
--- End of inner exception stack trace ---
at Microsoft.AnalysisServices.XmlaClient.GetTcpClient(ConnectionInfo connectionInfo)
at Microsoft.AnalysisServices.XmlaClient.OpenTcpConnection(ConnectionInfo connectionInfo)
at Microsoft.AnalysisServices.XmlaClient.Connect(ConnectionInfo connectionInfo, Boolean beginSession)
at Microsoft.AnalysisServices.Server.Connect(String connectionString, String sessionId)
at ScriptTask_19f8074a68104735ad32e33964f33928.vbproj.ScriptMain.IsPartitionThere(String sServer, String sDatabase, String sCube, String sMeasureGroup, String sPartition)
at ScriptTask_19f8074a68104735ad32e33964f33928.vbproj.ScriptMain.Main()
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
at Microsoft.SqlServer.Dts.Tasks.ScriptTask.VSTATaskScriptingEngine.ExecuteScript()
Task failed: Crea Partición
Warning: 0x80019002 at Creación Particiones: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED. The Execution method succeeded, but the number of errors raised (1) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
Warning: 0x80019002 at Carga_Catalogo_Incremental Stock: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED. The Execution method succeeded, but the number of errors raised (1) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
SSIS package "Carga_Catalogo_Incremental Stock.dtsx" finished: Failure.Antes en principio funcionava en la version con microsoft server 2003, pero ahora se migro ha 2008 R2, hemos tenido unos cuantos errores en los cubos y cargas, pero este ya no se por donde cojerlo
Saludos
Todas las respuestas
-
miércoles, 09 de mayo de 2012 8:29Moderador
Hola.
El mensaje dice claramente que no hay posibilidad de conectar con el servidor de Analysis Services, 192.168.1.55:2383. Verifica que el servidor esté arrancado y admite conexiones, también desde el servidor de Integration Services desde el que se lanza el paquete.
Alberto López Grande
SQL Server MVP
Visita mi blog en http://qwalgrande.com
Sígueme en twitter en http://twitter.com/qwalgrande- Marcado como respuesta qwalgrandeMVP, Moderator sábado, 09 de junio de 2012 16:22
-
miércoles, 09 de mayo de 2012 10:05
Hola
Ya esta solucionado, habian quedado restos en una tabla, de una conexion que no era correcta. Ya me funciona correctamente
Gracias por la contestación

