2021-07-01 03:51:37
     Exception: System.Data.OracleClient.OracleException (0x80131938): ORA-03113: fin de archivo en el canal de comunicación
Identificador de Proceso: 0
Identificador de Sesión: 2062 Número de Serie: 1101

   en System.Data.OracleClient.OracleConnection.CheckError(OciErrorHandle errorHandle, Int32 rc)
   en System.Data.OracleClient.OracleCommand.Execute(OciStatementHandle statementHandle, CommandBehavior behavior, Boolean needRowid, OciRowidDescriptor& rowidDescriptor, ArrayList& resultParameterOrdinals)
   en System.Data.OracleClient.OracleCommand.Execute(OciStatementHandle statementHandle, CommandBehavior behavior, ArrayList& resultParameterOrdinals)
   en System.Data.OracleClient.OracleCommand.ExecuteReader(CommandBehavior behavior)
   en System.Data.OracleClient.OracleCommand.ExecuteDbDataReader(CommandBehavior behavior)
   en System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader()
   en IBatisNet.DataMapper.Commands.DbCommandDecorator.System.Data.IDbCommand.ExecuteReader()
   en IBatisNet.DataMapper.MappedStatements.MappedStatement.RunQueryForObject[T](RequestScope request, ISqlMapSession session, Object parameterObject, T resultObject)
   en IBatisNet.DataMapper.MappedStatements.MappedStatement.ExecuteQueryForObject[T](ISqlMapSession session, Object parameterObject, T resultObject)
   en IBatisNet.DataMapper.MappedStatements.MappedStatement.ExecuteQueryForObject[T](ISqlMapSession session, Object parameterObject)
   en IBatisNet.DataMapper.SqlMapper.QueryForObject[T](String statementName, Object parameterObject)
   en IntegracionesSati.Models.Gateways.GatewayBase.FindOneByObject[T,O](O obj, String mapName) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 25
   en IntegracionesSati.API.Security.APIKeyHandler.<SendAsync>d__0.MoveNext() en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Security\APIKeyHandler.cs:línea 29
     StackTrace:    en System.Data.OracleClient.OracleConnection.CheckError(OciErrorHandle errorHandle, Int32 rc)
   en System.Data.OracleClient.OracleCommand.Execute(OciStatementHandle statementHandle, CommandBehavior behavior, Boolean needRowid, OciRowidDescriptor& rowidDescriptor, ArrayList& resultParameterOrdinals)
   en System.Data.OracleClient.OracleCommand.Execute(OciStatementHandle statementHandle, CommandBehavior behavior, ArrayList& resultParameterOrdinals)
   en System.Data.OracleClient.OracleCommand.ExecuteReader(CommandBehavior behavior)
   en System.Data.OracleClient.OracleCommand.ExecuteDbDataReader(CommandBehavior behavior)
   en System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader()
   en IBatisNet.DataMapper.Commands.DbCommandDecorator.System.Data.IDbCommand.ExecuteReader()
   en IBatisNet.DataMapper.MappedStatements.MappedStatement.RunQueryForObject[T](RequestScope request, ISqlMapSession session, Object parameterObject, T resultObject)
   en IBatisNet.DataMapper.MappedStatements.MappedStatement.ExecuteQueryForObject[T](ISqlMapSession session, Object parameterObject, T resultObject)
   en IBatisNet.DataMapper.MappedStatements.MappedStatement.ExecuteQueryForObject[T](ISqlMapSession session, Object parameterObject)
   en IBatisNet.DataMapper.SqlMapper.QueryForObject[T](String statementName, Object parameterObject)
   en IntegracionesSati.Models.Gateways.GatewayBase.FindOneByObject[T,O](O obj, String mapName) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 25
   en IntegracionesSati.API.Security.APIKeyHandler.<SendAsync>d__0.MoveNext() en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Security\APIKeyHandler.cs:línea 29
2021-07-01 03:54:31
     Exception: IBatisNet.DataMapper.Exceptions.DataMapperException: Unable to open connection to "Oracle, Microsoft provider V1.0.5000.0". ---> System.Data.OracleClient.OracleException: ORA-01033: ORACLE initialization or shutdown in progress

   en System.Data.OracleClient.OracleException.Check(OciErrorHandle errorHandle, Int32 rc)
   en System.Data.OracleClient.OracleInternalConnection.OpenOnLocalTransaction(String userName, String password, String serverName, Boolean integratedSecurity, Boolean unicode, Boolean omitOracleConnectionName)
   en System.Data.OracleClient.OracleInternalConnection..ctor(OracleConnectionString connectionOptions)
   en System.Data.OracleClient.OracleConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject)
   en System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options)
   en System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject)
   en System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject)
   en System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
   en System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
   en System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
   en System.Data.OracleClient.OracleConnection.Open()
   en IBatisNet.DataMapper.SqlMapSession.OpenConnection(String connectionString)
   --- Fin del seguimiento de la pila de la excepción interna ---
   en IBatisNet.DataMapper.SqlMapSession.OpenConnection(String connectionString)
   en IBatisNet.DataMapper.SqlMapSession.OpenConnection()
   en IBatisNet.DataMapper.Commands.DbCommandDecorator.System.Data.IDbCommand.ExecuteReader()
   en IBatisNet.DataMapper.MappedStatements.MappedStatement.RunQueryForObject[T](RequestScope request, ISqlMapSession session, Object parameterObject, T resultObject)
   en IBatisNet.DataMapper.MappedStatements.MappedStatement.ExecuteQueryForObject[T](ISqlMapSession session, Object parameterObject, T resultObject)
   en IBatisNet.DataMapper.MappedStatements.MappedStatement.ExecuteQueryForObject[T](ISqlMapSession session, Object parameterObject)
   en IBatisNet.DataMapper.SqlMapper.QueryForObject[T](String statementName, Object parameterObject)
   en IntegracionesSati.Models.Gateways.GatewayBase.FindOneByObject[T,O](O obj, String mapName) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 25
   en IntegracionesSati.API.Security.APIKeyHandler.<SendAsync>d__0.MoveNext() en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Security\APIKeyHandler.cs:línea 29
     StackTrace:    en IBatisNet.DataMapper.SqlMapSession.OpenConnection(String connectionString)
   en IBatisNet.DataMapper.SqlMapSession.OpenConnection()
   en IBatisNet.DataMapper.Commands.DbCommandDecorator.System.Data.IDbCommand.ExecuteReader()
   en IBatisNet.DataMapper.MappedStatements.MappedStatement.RunQueryForObject[T](RequestScope request, ISqlMapSession session, Object parameterObject, T resultObject)
   en IBatisNet.DataMapper.MappedStatements.MappedStatement.ExecuteQueryForObject[T](ISqlMapSession session, Object parameterObject, T resultObject)
   en IBatisNet.DataMapper.MappedStatements.MappedStatement.ExecuteQueryForObject[T](ISqlMapSession session, Object parameterObject)
   en IBatisNet.DataMapper.SqlMapper.QueryForObject[T](String statementName, Object parameterObject)
   en IntegracionesSati.Models.Gateways.GatewayBase.FindOneByObject[T,O](O obj, String mapName) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 25
   en IntegracionesSati.API.Security.APIKeyHandler.<SendAsync>d__0.MoveNext() en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Security\APIKeyHandler.cs:línea 29
     InnerException: System.Data.OracleClient.OracleException (0x80131938): ORA-01033: ORACLE initialization or shutdown in progress

   en System.Data.OracleClient.OracleException.Check(OciErrorHandle errorHandle, Int32 rc)
   en System.Data.OracleClient.OracleInternalConnection.OpenOnLocalTransaction(String userName, String password, String serverName, Boolean integratedSecurity, Boolean unicode, Boolean omitOracleConnectionName)
   en System.Data.OracleClient.OracleInternalConnection..ctor(OracleConnectionString connectionOptions)
   en System.Data.OracleClient.OracleConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject)
   en System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options)
   en System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject)
   en System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject)
   en System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
   en System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
   en System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
   en System.Data.OracleClient.OracleConnection.Open()
   en IBatisNet.DataMapper.SqlMapSession.OpenConnection(String connectionString)
2021-07-01 03:55:58
     Exception: IBatisNet.DataMapper.Exceptions.DataMapperException: Unable to open connection to "Oracle, Microsoft provider V1.0.5000.0". ---> System.Data.OracleClient.OracleException: ORA-01033: ORACLE initialization or shutdown in progress

   en System.Data.OracleClient.OracleException.Check(OciErrorHandle errorHandle, Int32 rc)
   en System.Data.OracleClient.OracleInternalConnection.OpenOnLocalTransaction(String userName, String password, String serverName, Boolean integratedSecurity, Boolean unicode, Boolean omitOracleConnectionName)
   en System.Data.OracleClient.OracleInternalConnection..ctor(OracleConnectionString connectionOptions)
   en System.Data.OracleClient.OracleConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject)
   en System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options)
   en System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject)
   en System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject)
   en System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
   en System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
   en System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
   en System.Data.OracleClient.OracleConnection.Open()
   en IBatisNet.DataMapper.SqlMapSession.OpenConnection(String connectionString)
   --- Fin del seguimiento de la pila de la excepción interna ---
   en IBatisNet.DataMapper.SqlMapSession.OpenConnection(String connectionString)
   en IBatisNet.DataMapper.SqlMapSession.OpenConnection()
   en IBatisNet.DataMapper.Commands.DbCommandDecorator.System.Data.IDbCommand.ExecuteReader()
   en IBatisNet.DataMapper.MappedStatements.MappedStatement.RunQueryForObject[T](RequestScope request, ISqlMapSession session, Object parameterObject, T resultObject)
   en IBatisNet.DataMapper.MappedStatements.MappedStatement.ExecuteQueryForObject[T](ISqlMapSession session, Object parameterObject, T resultObject)
   en IBatisNet.DataMapper.MappedStatements.MappedStatement.ExecuteQueryForObject[T](ISqlMapSession session, Object parameterObject)
   en IBatisNet.DataMapper.SqlMapper.QueryForObject[T](String statementName, Object parameterObject)
   en IntegracionesSati.Models.Gateways.GatewayBase.FindOneByObject[T,O](O obj, String mapName) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 25
   en IntegracionesSati.API.Security.APIKeyHandler.<SendAsync>d__0.MoveNext() en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Security\APIKeyHandler.cs:línea 29
     StackTrace:    en IBatisNet.DataMapper.SqlMapSession.OpenConnection(String connectionString)
   en IBatisNet.DataMapper.SqlMapSession.OpenConnection()
   en IBatisNet.DataMapper.Commands.DbCommandDecorator.System.Data.IDbCommand.ExecuteReader()
   en IBatisNet.DataMapper.MappedStatements.MappedStatement.RunQueryForObject[T](RequestScope request, ISqlMapSession session, Object parameterObject, T resultObject)
   en IBatisNet.DataMapper.MappedStatements.MappedStatement.ExecuteQueryForObject[T](ISqlMapSession session, Object parameterObject, T resultObject)
   en IBatisNet.DataMapper.MappedStatements.MappedStatement.ExecuteQueryForObject[T](ISqlMapSession session, Object parameterObject)
   en IBatisNet.DataMapper.SqlMapper.QueryForObject[T](String statementName, Object parameterObject)
   en IntegracionesSati.Models.Gateways.GatewayBase.FindOneByObject[T,O](O obj, String mapName) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 25
   en IntegracionesSati.API.Security.APIKeyHandler.<SendAsync>d__0.MoveNext() en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Security\APIKeyHandler.cs:línea 29
     InnerException: System.Data.OracleClient.OracleException (0x80131938): ORA-01033: ORACLE initialization or shutdown in progress

   en System.Data.OracleClient.OracleException.Check(OciErrorHandle errorHandle, Int32 rc)
   en System.Data.OracleClient.OracleInternalConnection.OpenOnLocalTransaction(String userName, String password, String serverName, Boolean integratedSecurity, Boolean unicode, Boolean omitOracleConnectionName)
   en System.Data.OracleClient.OracleInternalConnection..ctor(OracleConnectionString connectionOptions)
   en System.Data.OracleClient.OracleConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject)
   en System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options)
   en System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject)
   en System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject)
   en System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
   en System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
   en System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
   en System.Data.OracleClient.OracleConnection.Open()
   en IBatisNet.DataMapper.SqlMapSession.OpenConnection(String connectionString)
2021-07-01 03:57:28
     Exception: IBatisNet.DataMapper.Exceptions.DataMapperException: Unable to open connection to "Oracle, Microsoft provider V1.0.5000.0". ---> System.Data.OracleClient.OracleException: ORA-01033: ORACLE initialization or shutdown in progress

   en System.Data.OracleClient.OracleException.Check(OciErrorHandle errorHandle, Int32 rc)
   en System.Data.OracleClient.OracleInternalConnection.OpenOnLocalTransaction(String userName, String password, String serverName, Boolean integratedSecurity, Boolean unicode, Boolean omitOracleConnectionName)
   en System.Data.OracleClient.OracleInternalConnection..ctor(OracleConnectionString connectionOptions)
   en System.Data.OracleClient.OracleConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject)
   en System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options)
   en System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject)
   en System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject)
   en System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
   en System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
   en System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
   en System.Data.OracleClient.OracleConnection.Open()
   en IBatisNet.DataMapper.SqlMapSession.OpenConnection(String connectionString)
   --- Fin del seguimiento de la pila de la excepción interna ---
   en IBatisNet.DataMapper.SqlMapSession.OpenConnection(String connectionString)
   en IBatisNet.DataMapper.SqlMapSession.OpenConnection()
   en IBatisNet.DataMapper.Commands.DbCommandDecorator.System.Data.IDbCommand.ExecuteReader()
   en IBatisNet.DataMapper.MappedStatements.MappedStatement.RunQueryForObject[T](RequestScope request, ISqlMapSession session, Object parameterObject, T resultObject)
   en IBatisNet.DataMapper.MappedStatements.MappedStatement.ExecuteQueryForObject[T](ISqlMapSession session, Object parameterObject, T resultObject)
   en IBatisNet.DataMapper.MappedStatements.MappedStatement.ExecuteQueryForObject[T](ISqlMapSession session, Object parameterObject)
   en IBatisNet.DataMapper.SqlMapper.QueryForObject[T](String statementName, Object parameterObject)
   en IntegracionesSati.Models.Gateways.GatewayBase.FindOneByObject[T,O](O obj, String mapName) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 25
   en IntegracionesSati.API.Security.APIKeyHandler.<SendAsync>d__0.MoveNext() en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Security\APIKeyHandler.cs:línea 29
     StackTrace:    en IBatisNet.DataMapper.SqlMapSession.OpenConnection(String connectionString)
   en IBatisNet.DataMapper.SqlMapSession.OpenConnection()
   en IBatisNet.DataMapper.Commands.DbCommandDecorator.System.Data.IDbCommand.ExecuteReader()
   en IBatisNet.DataMapper.MappedStatements.MappedStatement.RunQueryForObject[T](RequestScope request, ISqlMapSession session, Object parameterObject, T resultObject)
   en IBatisNet.DataMapper.MappedStatements.MappedStatement.ExecuteQueryForObject[T](ISqlMapSession session, Object parameterObject, T resultObject)
   en IBatisNet.DataMapper.MappedStatements.MappedStatement.ExecuteQueryForObject[T](ISqlMapSession session, Object parameterObject)
   en IBatisNet.DataMapper.SqlMapper.QueryForObject[T](String statementName, Object parameterObject)
   en IntegracionesSati.Models.Gateways.GatewayBase.FindOneByObject[T,O](O obj, String mapName) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 25
   en IntegracionesSati.API.Security.APIKeyHandler.<SendAsync>d__0.MoveNext() en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Security\APIKeyHandler.cs:línea 29
     InnerException: System.Data.OracleClient.OracleException (0x80131938): ORA-01033: ORACLE initialization or shutdown in progress

   en System.Data.OracleClient.OracleException.Check(OciErrorHandle errorHandle, Int32 rc)
   en System.Data.OracleClient.OracleInternalConnection.OpenOnLocalTransaction(String userName, String password, String serverName, Boolean integratedSecurity, Boolean unicode, Boolean omitOracleConnectionName)
   en System.Data.OracleClient.OracleInternalConnection..ctor(OracleConnectionString connectionOptions)
   en System.Data.OracleClient.OracleConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject)
   en System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options)
   en System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject)
   en System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject)
   en System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
   en System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
   en System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
   en System.Data.OracleClient.OracleConnection.Open()
   en IBatisNet.DataMapper.SqlMapSession.OpenConnection(String connectionString)
2021-07-01 03:57:45
     Exception: IBatisNet.DataMapper.Exceptions.DataMapperException: Unable to open connection to "Oracle, Microsoft provider V1.0.5000.0". ---> System.Data.OracleClient.OracleException: ORA-01033: ORACLE initialization or shutdown in progress

   en System.Data.OracleClient.OracleException.Check(OciErrorHandle errorHandle, Int32 rc)
   en System.Data.OracleClient.OracleInternalConnection.OpenOnLocalTransaction(String userName, String password, String serverName, Boolean integratedSecurity, Boolean unicode, Boolean omitOracleConnectionName)
   en System.Data.OracleClient.OracleInternalConnection..ctor(OracleConnectionString connectionOptions)
   en System.Data.OracleClient.OracleConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject)
   en System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options)
   en System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject)
   en System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject)
   en System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
   en System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
   en System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
   en System.Data.OracleClient.OracleConnection.Open()
   en IBatisNet.DataMapper.SqlMapSession.OpenConnection(String connectionString)
   --- Fin del seguimiento de la pila de la excepción interna ---
   en IBatisNet.DataMapper.SqlMapSession.OpenConnection(String connectionString)
   en IBatisNet.DataMapper.SqlMapSession.OpenConnection()
   en IBatisNet.DataMapper.Commands.DbCommandDecorator.System.Data.IDbCommand.ExecuteReader()
   en IBatisNet.DataMapper.MappedStatements.MappedStatement.RunQueryForObject[T](RequestScope request, ISqlMapSession session, Object parameterObject, T resultObject)
   en IBatisNet.DataMapper.MappedStatements.MappedStatement.ExecuteQueryForObject[T](ISqlMapSession session, Object parameterObject, T resultObject)
   en IBatisNet.DataMapper.MappedStatements.MappedStatement.ExecuteQueryForObject[T](ISqlMapSession session, Object parameterObject)
   en IBatisNet.DataMapper.SqlMapper.QueryForObject[T](String statementName, Object parameterObject)
   en IntegracionesSati.Models.Gateways.GatewayBase.FindOneByObject[T,O](O obj, String mapName) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 25
   en IntegracionesSati.API.Security.APIKeyHandler.<SendAsync>d__0.MoveNext() en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Security\APIKeyHandler.cs:línea 29
     StackTrace:    en IBatisNet.DataMapper.SqlMapSession.OpenConnection(String connectionString)
   en IBatisNet.DataMapper.SqlMapSession.OpenConnection()
   en IBatisNet.DataMapper.Commands.DbCommandDecorator.System.Data.IDbCommand.ExecuteReader()
   en IBatisNet.DataMapper.MappedStatements.MappedStatement.RunQueryForObject[T](RequestScope request, ISqlMapSession session, Object parameterObject, T resultObject)
   en IBatisNet.DataMapper.MappedStatements.MappedStatement.ExecuteQueryForObject[T](ISqlMapSession session, Object parameterObject, T resultObject)
   en IBatisNet.DataMapper.MappedStatements.MappedStatement.ExecuteQueryForObject[T](ISqlMapSession session, Object parameterObject)
   en IBatisNet.DataMapper.SqlMapper.QueryForObject[T](String statementName, Object parameterObject)
   en IntegracionesSati.Models.Gateways.GatewayBase.FindOneByObject[T,O](O obj, String mapName) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 25
   en IntegracionesSati.API.Security.APIKeyHandler.<SendAsync>d__0.MoveNext() en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Security\APIKeyHandler.cs:línea 29
     InnerException: System.Data.OracleClient.OracleException (0x80131938): ORA-01033: ORACLE initialization or shutdown in progress

   en System.Data.OracleClient.OracleException.Check(OciErrorHandle errorHandle, Int32 rc)
   en System.Data.OracleClient.OracleInternalConnection.OpenOnLocalTransaction(String userName, String password, String serverName, Boolean integratedSecurity, Boolean unicode, Boolean omitOracleConnectionName)
   en System.Data.OracleClient.OracleInternalConnection..ctor(OracleConnectionString connectionOptions)
   en System.Data.OracleClient.OracleConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject)
   en System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options)
   en System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject)
   en System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject)
   en System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
   en System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
   en System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
   en System.Data.OracleClient.OracleConnection.Open()
   en IBatisNet.DataMapper.SqlMapSession.OpenConnection(String connectionString)
2021-07-01 04:00:31
     Exception: IBatisNet.DataMapper.Exceptions.DataMapperException: Unable to open connection to "Oracle, Microsoft provider V1.0.5000.0". ---> System.Data.OracleClient.OracleException: ORA-01033: ORACLE initialization or shutdown in progress

   en System.Data.OracleClient.OracleException.Check(OciErrorHandle errorHandle, Int32 rc)
   en System.Data.OracleClient.OracleInternalConnection.OpenOnLocalTransaction(String userName, String password, String serverName, Boolean integratedSecurity, Boolean unicode, Boolean omitOracleConnectionName)
   en System.Data.OracleClient.OracleInternalConnection..ctor(OracleConnectionString connectionOptions)
   en System.Data.OracleClient.OracleConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject)
   en System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options)
   en System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject)
   en System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject)
   en System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
   en System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
   en System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
   en System.Data.OracleClient.OracleConnection.Open()
   en IBatisNet.DataMapper.SqlMapSession.OpenConnection(String connectionString)
   --- Fin del seguimiento de la pila de la excepción interna ---
   en IBatisNet.DataMapper.SqlMapSession.OpenConnection(String connectionString)
   en IBatisNet.DataMapper.SqlMapSession.OpenConnection()
   en IBatisNet.DataMapper.Commands.DbCommandDecorator.System.Data.IDbCommand.ExecuteReader()
   en IBatisNet.DataMapper.MappedStatements.MappedStatement.RunQueryForObject[T](RequestScope request, ISqlMapSession session, Object parameterObject, T resultObject)
   en IBatisNet.DataMapper.MappedStatements.MappedStatement.ExecuteQueryForObject[T](ISqlMapSession session, Object parameterObject, T resultObject)
   en IBatisNet.DataMapper.MappedStatements.MappedStatement.ExecuteQueryForObject[T](ISqlMapSession session, Object parameterObject)
   en IBatisNet.DataMapper.SqlMapper.QueryForObject[T](String statementName, Object parameterObject)
   en IntegracionesSati.Models.Gateways.GatewayBase.FindOneByObject[T,O](O obj, String mapName) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 25
   en IntegracionesSati.API.Security.APIKeyHandler.<SendAsync>d__0.MoveNext() en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Security\APIKeyHandler.cs:línea 29
     StackTrace:    en IBatisNet.DataMapper.SqlMapSession.OpenConnection(String connectionString)
   en IBatisNet.DataMapper.SqlMapSession.OpenConnection()
   en IBatisNet.DataMapper.Commands.DbCommandDecorator.System.Data.IDbCommand.ExecuteReader()
   en IBatisNet.DataMapper.MappedStatements.MappedStatement.RunQueryForObject[T](RequestScope request, ISqlMapSession session, Object parameterObject, T resultObject)
   en IBatisNet.DataMapper.MappedStatements.MappedStatement.ExecuteQueryForObject[T](ISqlMapSession session, Object parameterObject, T resultObject)
   en IBatisNet.DataMapper.MappedStatements.MappedStatement.ExecuteQueryForObject[T](ISqlMapSession session, Object parameterObject)
   en IBatisNet.DataMapper.SqlMapper.QueryForObject[T](String statementName, Object parameterObject)
   en IntegracionesSati.Models.Gateways.GatewayBase.FindOneByObject[T,O](O obj, String mapName) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 25
   en IntegracionesSati.API.Security.APIKeyHandler.<SendAsync>d__0.MoveNext() en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Security\APIKeyHandler.cs:línea 29
     InnerException: System.Data.OracleClient.OracleException (0x80131938): ORA-01033: ORACLE initialization or shutdown in progress

   en System.Data.OracleClient.OracleException.Check(OciErrorHandle errorHandle, Int32 rc)
   en System.Data.OracleClient.OracleInternalConnection.OpenOnLocalTransaction(String userName, String password, String serverName, Boolean integratedSecurity, Boolean unicode, Boolean omitOracleConnectionName)
   en System.Data.OracleClient.OracleInternalConnection..ctor(OracleConnectionString connectionOptions)
   en System.Data.OracleClient.OracleConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject)
   en System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options)
   en System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject)
   en System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject)
   en System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
   en System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
   en System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
   en System.Data.OracleClient.OracleConnection.Open()
   en IBatisNet.DataMapper.SqlMapSession.OpenConnection(String connectionString)
2021-07-01 04:01:04
     Exception: IBatisNet.DataMapper.Exceptions.DataMapperException: Unable to open connection to "Oracle, Microsoft provider V1.0.5000.0". ---> System.Data.OracleClient.OracleException: ORA-01033: ORACLE initialization or shutdown in progress

   en System.Data.OracleClient.OracleException.Check(OciErrorHandle errorHandle, Int32 rc)
   en System.Data.OracleClient.OracleInternalConnection.OpenOnLocalTransaction(String userName, String password, String serverName, Boolean integratedSecurity, Boolean unicode, Boolean omitOracleConnectionName)
   en System.Data.OracleClient.OracleInternalConnection..ctor(OracleConnectionString connectionOptions)
   en System.Data.OracleClient.OracleConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject)
   en System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options)
   en System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject)
   en System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject)
   en System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
   en System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
   en System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
   en System.Data.OracleClient.OracleConnection.Open()
   en IBatisNet.DataMapper.SqlMapSession.OpenConnection(String connectionString)
   --- Fin del seguimiento de la pila de la excepción interna ---
   en IBatisNet.DataMapper.SqlMapSession.OpenConnection(String connectionString)
   en IBatisNet.DataMapper.SqlMapSession.OpenConnection()
   en IBatisNet.DataMapper.Commands.DbCommandDecorator.System.Data.IDbCommand.ExecuteReader()
   en IBatisNet.DataMapper.MappedStatements.MappedStatement.RunQueryForObject[T](RequestScope request, ISqlMapSession session, Object parameterObject, T resultObject)
   en IBatisNet.DataMapper.MappedStatements.MappedStatement.ExecuteQueryForObject[T](ISqlMapSession session, Object parameterObject, T resultObject)
   en IBatisNet.DataMapper.MappedStatements.MappedStatement.ExecuteQueryForObject[T](ISqlMapSession session, Object parameterObject)
   en IBatisNet.DataMapper.SqlMapper.QueryForObject[T](String statementName, Object parameterObject)
   en IntegracionesSati.Models.Gateways.GatewayBase.FindOneByObject[T,O](O obj, String mapName) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 25
   en IntegracionesSati.API.Security.APIKeyHandler.<SendAsync>d__0.MoveNext() en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Security\APIKeyHandler.cs:línea 29
     StackTrace:    en IBatisNet.DataMapper.SqlMapSession.OpenConnection(String connectionString)
   en IBatisNet.DataMapper.SqlMapSession.OpenConnection()
   en IBatisNet.DataMapper.Commands.DbCommandDecorator.System.Data.IDbCommand.ExecuteReader()
   en IBatisNet.DataMapper.MappedStatements.MappedStatement.RunQueryForObject[T](RequestScope request, ISqlMapSession session, Object parameterObject, T resultObject)
   en IBatisNet.DataMapper.MappedStatements.MappedStatement.ExecuteQueryForObject[T](ISqlMapSession session, Object parameterObject, T resultObject)
   en IBatisNet.DataMapper.MappedStatements.MappedStatement.ExecuteQueryForObject[T](ISqlMapSession session, Object parameterObject)
   en IBatisNet.DataMapper.SqlMapper.QueryForObject[T](String statementName, Object parameterObject)
   en IntegracionesSati.Models.Gateways.GatewayBase.FindOneByObject[T,O](O obj, String mapName) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 25
   en IntegracionesSati.API.Security.APIKeyHandler.<SendAsync>d__0.MoveNext() en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Security\APIKeyHandler.cs:línea 29
     InnerException: System.Data.OracleClient.OracleException (0x80131938): ORA-01033: ORACLE initialization or shutdown in progress

   en System.Data.OracleClient.OracleException.Check(OciErrorHandle errorHandle, Int32 rc)
   en System.Data.OracleClient.OracleInternalConnection.OpenOnLocalTransaction(String userName, String password, String serverName, Boolean integratedSecurity, Boolean unicode, Boolean omitOracleConnectionName)
   en System.Data.OracleClient.OracleInternalConnection..ctor(OracleConnectionString connectionOptions)
   en System.Data.OracleClient.OracleConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject)
   en System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options)
   en System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject)
   en System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject)
   en System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
   en System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
   en System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
   en System.Data.OracleClient.OracleConnection.Open()
   en IBatisNet.DataMapper.SqlMapSession.OpenConnection(String connectionString)
2021-07-01 04:04:24
     Exception: System.Data.OracleClient.OracleException (0x80131938): ORA-12899: el valor es demasiado grande para la columna "ADMIN_SATI"."SAT_EXPEDIENTES"."APELLIDO_1_CONTACTO" (real: 34, máximo: 30)

   en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
     StackTrace:    en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
2021-07-01 04:04:50
     Exception: System.Data.OracleClient.OracleException (0x80131938): ORA-12899: el valor es demasiado grande para la columna "ADMIN_SATI"."SAT_EXPEDIENTES"."APELLIDO_1_CONTACTO" (real: 34, máximo: 30)

   en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
     StackTrace:    en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
2021-07-01 07:51:00
     Exception: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en IntegracionesSati.API.Controllers.ExpedientesController.PutExpediente(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 307
     StackTrace:    en IntegracionesSati.API.Controllers.ExpedientesController.PutExpediente(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 307
2021-07-01 08:50:00
     Exception: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 136
     StackTrace:    en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 136
2021-07-01 09:38:27
     Exception: System.Data.OracleClient.OracleException (0x80131938): ORA-12899: el valor es demasiado grande para la columna "ADMIN_SATI"."SAT_EXPEDIENTES"."APELLIDO_1_CONTACTO" (real: 34, máximo: 30)

   en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
     StackTrace:    en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
2021-07-01 09:38:40
     Exception: System.Data.OracleClient.OracleException (0x80131938): ORA-12899: el valor es demasiado grande para la columna "ADMIN_SATI"."SAT_EXPEDIENTES"."APELLIDO_1_CONTACTO" (real: 34, máximo: 30)

   en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
     StackTrace:    en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
2021-07-01 09:39:25
     Exception: System.Data.OracleClient.OracleException (0x80131938): ORA-12899: el valor es demasiado grande para la columna "ADMIN_SATI"."SAT_EXPEDIENTES"."APELLIDO_1_CONTACTO" (real: 34, máximo: 30)

   en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
     StackTrace:    en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
2021-07-01 09:39:41
     Exception: System.Data.OracleClient.OracleException (0x80131938): ORA-12899: el valor es demasiado grande para la columna "ADMIN_SATI"."SAT_EXPEDIENTES"."APELLIDO_1_CONTACTO" (real: 34, máximo: 30)

   en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
     StackTrace:    en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
2021-07-01 09:40:01
     Exception: System.Data.OracleClient.OracleException (0x80131938): ORA-12899: el valor es demasiado grande para la columna "ADMIN_SATI"."SAT_EXPEDIENTES"."APELLIDO_1_CONTACTO" (real: 34, máximo: 30)

   en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
     StackTrace:    en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
2021-07-01 09:42:52
     Exception: System.Data.OracleClient.OracleException (0x80131938): ORA-12899: el valor es demasiado grande para la columna "ADMIN_SATI"."SAT_EXPEDIENTES"."APELLIDO_1_CONTACTO" (real: 34, máximo: 30)

   en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
     StackTrace:    en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
2021-07-01 09:47:36
     Exception: System.Data.OracleClient.OracleException (0x80131938): ORA-12899: el valor es demasiado grande para la columna "ADMIN_SATI"."SAT_EXPEDIENTES"."APELLIDO_1_CONTACTO" (real: 34, máximo: 30)

   en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
     StackTrace:    en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
2021-07-01 10:09:06
     Exception: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en IntegracionesSati.API.Controllers.ExpedientesController.PutExpediente(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 307
     StackTrace:    en IntegracionesSati.API.Controllers.ExpedientesController.PutExpediente(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 307
2021-07-01 10:25:14
     Exception: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en System.String.System.IConvertible.ToInt32(IFormatProvider provider)
   en System.Convert.ToInt32(Object value)
   en IBatisNet.DataMapper.TypeHandlers.Int32TypeHandler.GetValueByName(ResultProperty mapping, IDataReader dataReader)
   en IBatisNet.DataMapper.Configuration.ResultMapping.ResultProperty.GetDataBaseValue(IDataReader dataReader)
   en IBatisNet.DataMapper.MappedStatements.PropertyStrategy.DefaultStrategy.Get(RequestScope request, IResultMap resultMap, ResultProperty mapping, Object& target, IDataReader reader)
   en IBatisNet.DataMapper.MappedStatements.PropertyStrategy.DefaultStrategy.Set(RequestScope request, IResultMap resultMap, ResultProperty mapping, Object& target, IDataReader reader, Object keys)
   en IBatisNet.DataMapper.MappedStatements.ResultStrategy.ResultMapStrategy.Process(RequestScope request, IDataReader& reader, Object resultObject)
   en IBatisNet.DataMapper.MappedStatements.ResultStrategy.MapStrategy.Process(RequestScope request, IDataReader& reader, Object resultObject)
   en IBatisNet.DataMapper.MappedStatements.MappedStatement.RunQueryForList[T](RequestScope request, ISqlMapSession session, Object parameterObject, IList`1 resultObject, RowDelegate`1 rowDelegate)
   en IBatisNet.DataMapper.MappedStatements.MappedStatement.ExecuteQueryForList[T](ISqlMapSession session, Object parameterObject)
   en IBatisNet.DataMapper.SqlMapper.QueryForList[T](String statementName, Object parameterObject)
   en IntegracionesSati.Models.Gateways.GatewayBase.FindManyByObject[T,O](O obj, String mapName) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 21
   en IntegracionesSati.API.Controllers.PolizasController.Buscar(Poliza poliza) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\PolizasController.cs:línea 147
     StackTrace:    en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en System.String.System.IConvertible.ToInt32(IFormatProvider provider)
   en System.Convert.ToInt32(Object value)
   en IBatisNet.DataMapper.TypeHandlers.Int32TypeHandler.GetValueByName(ResultProperty mapping, IDataReader dataReader)
   en IBatisNet.DataMapper.Configuration.ResultMapping.ResultProperty.GetDataBaseValue(IDataReader dataReader)
   en IBatisNet.DataMapper.MappedStatements.PropertyStrategy.DefaultStrategy.Get(RequestScope request, IResultMap resultMap, ResultProperty mapping, Object& target, IDataReader reader)
   en IBatisNet.DataMapper.MappedStatements.PropertyStrategy.DefaultStrategy.Set(RequestScope request, IResultMap resultMap, ResultProperty mapping, Object& target, IDataReader reader, Object keys)
   en IBatisNet.DataMapper.MappedStatements.ResultStrategy.ResultMapStrategy.Process(RequestScope request, IDataReader& reader, Object resultObject)
   en IBatisNet.DataMapper.MappedStatements.ResultStrategy.MapStrategy.Process(RequestScope request, IDataReader& reader, Object resultObject)
   en IBatisNet.DataMapper.MappedStatements.MappedStatement.RunQueryForList[T](RequestScope request, ISqlMapSession session, Object parameterObject, IList`1 resultObject, RowDelegate`1 rowDelegate)
   en IBatisNet.DataMapper.MappedStatements.MappedStatement.ExecuteQueryForList[T](ISqlMapSession session, Object parameterObject)
   en IBatisNet.DataMapper.SqlMapper.QueryForList[T](String statementName, Object parameterObject)
   en IntegracionesSati.Models.Gateways.GatewayBase.FindManyByObject[T,O](O obj, String mapName) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 21
   en IntegracionesSati.API.Controllers.PolizasController.Buscar(Poliza poliza) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\PolizasController.cs:línea 147
2021-07-01 10:51:19
     Exception: System.Data.OracleClient.OracleException (0x80131938): ORA-02291: restricción de integridad (ADMIN_SATI.FRK_EXPEDIENTES_19) violada - clave principal no encontrada

   en IntegracionesSati.Models.Gateways.GatewayBase.CustomUpdate[T](T itemToUpdate, String map) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 91
   en IntegracionesSati.API.Controllers.ExpedientesController.PutExpediente(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 321
     StackTrace:    en IntegracionesSati.Models.Gateways.GatewayBase.CustomUpdate[T](T itemToUpdate, String map) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 91
   en IntegracionesSati.API.Controllers.ExpedientesController.PutExpediente(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 321
2021-07-01 10:57:39
     Exception: System.Data.OracleClient.OracleException (0x80131938): ORA-12899: el valor es demasiado grande para la columna "ADMIN_SATI"."SAT_EXPEDIENTES"."APELLIDO_1_CONTACTO" (real: 36, máximo: 30)

   en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
     StackTrace:    en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
2021-07-01 10:57:50
     Exception: System.Data.OracleClient.OracleException (0x80131938): ORA-12899: el valor es demasiado grande para la columna "ADMIN_SATI"."SAT_EXPEDIENTES"."APELLIDO_1_CONTACTO" (real: 36, máximo: 30)

   en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
     StackTrace:    en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
2021-07-01 11:03:12
     Exception: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en IntegracionesSati.API.Controllers.ExpedientesController.PutExpediente(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 307
     StackTrace:    en IntegracionesSati.API.Controllers.ExpedientesController.PutExpediente(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 307
2021-07-01 11:05:15
     Exception: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en IntegracionesSati.API.Controllers.ExpedientesController.PutExpediente(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 307
     StackTrace:    en IntegracionesSati.API.Controllers.ExpedientesController.PutExpediente(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 307
2021-07-01 11:09:28
     Exception: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en IntegracionesSati.API.Controllers.ExpedientesController.PutExpediente(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 307
     StackTrace:    en IntegracionesSati.API.Controllers.ExpedientesController.PutExpediente(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 307
2021-07-01 11:43:16
     Exception: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 133
     StackTrace:    en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 133
2021-07-01 11:43:31
     Exception: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 133
     StackTrace:    en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 133
2021-07-01 11:57:15
     Exception: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en IntegracionesSati.API.Controllers.ExpedientesController.PutExpediente(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 314
     StackTrace:    en IntegracionesSati.API.Controllers.ExpedientesController.PutExpediente(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 314
2021-07-01 12:09:11
     Exception: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en IntegracionesSati.API.Controllers.ExpedientesController.PutExpediente(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 307
     StackTrace:    en IntegracionesSati.API.Controllers.ExpedientesController.PutExpediente(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 307
2021-07-01 12:19:28
     Exception: System.Data.OracleClient.OracleException (0x80131938): ORA-12899: el valor es demasiado grande para la columna "ADMIN_SATI"."SAT_EXPEDIENTES"."NOMBRE_CONTACTO" (real: 23, máximo: 20)

   en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
     StackTrace:    en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
2021-07-01 12:37:57
     Exception: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 136
     StackTrace:    en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 136
2021-07-01 13:36:45
     Exception: System.Data.OracleClient.OracleException (0x80131938): ORA-12899: el valor es demasiado grande para la columna "ADMIN_SATI"."SAT_EXPEDIENTES"."NOMBRE_CONTACTO" (real: 28, máximo: 20)

   en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
     StackTrace:    en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
2021-07-01 13:55:25
     Exception: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en IntegracionesSati.API.Controllers.ExpedientesController.PutExpediente(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 307
     StackTrace:    en IntegracionesSati.API.Controllers.ExpedientesController.PutExpediente(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 307
2021-07-01 14:00:16
     Exception: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en IntegracionesSati.API.Controllers.ExpedientesController.PutExpediente(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 311
     StackTrace:    en IntegracionesSati.API.Controllers.ExpedientesController.PutExpediente(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 311
2021-07-01 14:15:34
     Exception: System.Data.OracleClient.OracleException (0x80131938): ORA-12899: el valor es demasiado grande para la columna "ADMIN_SATI"."SAT_EXPEDIENTES"."NOMBRE_CONTACTO" (real: 25, máximo: 20)

   en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
     StackTrace:    en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
2021-07-01 14:15:38
     Exception: System.Data.OracleClient.OracleException (0x80131938): ORA-12899: el valor es demasiado grande para la columna "ADMIN_SATI"."SAT_EXPEDIENTES"."NOMBRE_CONTACTO" (real: 25, máximo: 20)

   en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
     StackTrace:    en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
2021-07-01 14:25:22
     Exception: System.Data.OracleClient.OracleException (0x80131938): ORA-12899: el valor es demasiado grande para la columna "ADMIN_SATI"."SAT_EXPEDIENTES"."APELLIDO_1_CONTACTO" (real: 31, máximo: 30)

   en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
     StackTrace:    en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
2021-07-01 14:32:47
     Exception: System.Data.OracleClient.OracleException (0x80131938): ORA-12899: el valor es demasiado grande para la columna "ADMIN_SATI"."SAT_EXPEDIENTES"."APELLIDO_1_CONTACTO" (real: 40, máximo: 30)

   en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
     StackTrace:    en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
2021-07-01 15:33:50
     Exception: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en IntegracionesSati.API.Controllers.ExpedientesController.PutExpediente(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 307
     StackTrace:    en IntegracionesSati.API.Controllers.ExpedientesController.PutExpediente(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 307
2021-07-01 16:31:46
     Exception: System.OverflowException: Valor demasiado grande o demasiado pequeño para Int32.
   en IntegracionesSati.Models.Gateways.GatewayBase.Find[T](Int64 id) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 35
   en IntegracionesSati.API.Controllers.ServiciosController.PostServicio(Servicio servicio) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ServiciosController.cs:línea 252
     StackTrace:    en IntegracionesSati.Models.Gateways.GatewayBase.Find[T](Int64 id) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 35
   en IntegracionesSati.API.Controllers.ServiciosController.PostServicio(Servicio servicio) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ServiciosController.cs:línea 252
2021-07-01 16:32:40
     Exception: System.OverflowException: Valor demasiado grande o demasiado pequeño para Int32.
   en IntegracionesSati.Models.Gateways.GatewayBase.Find[T](Int64 id) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 35
   en IntegracionesSati.API.Controllers.ServiciosController.PostServicio(Servicio servicio) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ServiciosController.cs:línea 252
     StackTrace:    en IntegracionesSati.Models.Gateways.GatewayBase.Find[T](Int64 id) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 35
   en IntegracionesSati.API.Controllers.ServiciosController.PostServicio(Servicio servicio) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ServiciosController.cs:línea 252
2021-07-01 16:46:20
     Exception: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en IntegracionesSati.API.Controllers.ExpedientesController.PutExpediente(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 307
     StackTrace:    en IntegracionesSati.API.Controllers.ExpedientesController.PutExpediente(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 307
2021-07-01 17:03:31
     Exception: System.Data.OracleClient.OracleException (0x80131938): ORA-12899: el valor es demasiado grande para la columna "ADMIN_SATI"."SAT_EXPEDIENTES"."APELLIDO_1_CONTACTO" (real: 31, máximo: 30)

   en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
     StackTrace:    en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
2021-07-01 17:06:10
     Exception: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en IntegracionesSati.API.Controllers.ExpedientesController.PutExpediente(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 307
     StackTrace:    en IntegracionesSati.API.Controllers.ExpedientesController.PutExpediente(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 307
2021-07-01 17:08:39
     Exception: System.Data.OracleClient.OracleException (0x80131938): ORA-12899: el valor es demasiado grande para la columna "ADMIN_SATI"."SAT_EXPEDIENTES"."NOMBRE_CONTACTO" (real: 22, máximo: 20)

   en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
     StackTrace:    en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
2021-07-01 17:08:55
     Exception: System.Data.OracleClient.OracleException (0x80131938): ORA-12899: el valor es demasiado grande para la columna "ADMIN_SATI"."SAT_EXPEDIENTES"."NOMBRE_CONTACTO" (real: 22, máximo: 20)

   en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
     StackTrace:    en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
2021-07-01 17:09:12
     Exception: System.Data.OracleClient.OracleException (0x80131938): ORA-12899: el valor es demasiado grande para la columna "ADMIN_SATI"."SAT_EXPEDIENTES"."NOMBRE_CONTACTO" (real: 22, máximo: 20)

   en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
     StackTrace:    en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
2021-07-01 17:09:16
     Exception: System.Data.OracleClient.OracleException (0x80131938): ORA-12899: el valor es demasiado grande para la columna "ADMIN_SATI"."SAT_EXPEDIENTES"."NOMBRE_CONTACTO" (real: 22, máximo: 20)

   en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
     StackTrace:    en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
2021-07-01 17:10:04
     Exception: System.Data.OracleClient.OracleException (0x80131938): ORA-12899: el valor es demasiado grande para la columna "ADMIN_SATI"."SAT_EXPEDIENTES"."NOMBRE_CONTACTO" (real: 21, máximo: 20)

   en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
     StackTrace:    en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
2021-07-01 17:10:41
     Exception: System.Data.OracleClient.OracleException (0x80131938): ORA-12899: el valor es demasiado grande para la columna "ADMIN_SATI"."SAT_EXPEDIENTES"."NOMBRE_CONTACTO" (real: 21, máximo: 20)

   en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
     StackTrace:    en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
2021-07-01 17:11:13
     Exception: System.Data.OracleClient.OracleException (0x80131938): ORA-12899: el valor es demasiado grande para la columna "ADMIN_SATI"."SAT_EXPEDIENTES"."NOMBRE_CONTACTO" (real: 21, máximo: 20)

   en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
     StackTrace:    en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
2021-07-01 17:44:19
     Exception: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 133
     StackTrace:    en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 133
2021-07-01 17:44:43
     Exception: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 133
     StackTrace:    en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 133
2021-07-01 17:45:12
     Exception: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 133
     StackTrace:    en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 133
2021-07-01 17:45:38
     Exception: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 133
     StackTrace:    en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 133
2021-07-01 18:23:19
     Exception: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 133
     StackTrace:    en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 133
2021-07-01 18:24:06
     Exception: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 133
     StackTrace:    en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 133
2021-07-01 18:28:15
     Exception: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 133
     StackTrace:    en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 133
2021-07-01 18:32:51
     Exception: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 133
     StackTrace:    en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 133
2021-07-01 18:55:24
     Exception: System.Data.OracleClient.OracleException (0x80131938): ORA-12899: el valor es demasiado grande para la columna "ADMIN_SATI"."SAT_EXPEDIENTES"."APELLIDO_1_CONTACTO" (real: 33, máximo: 30)

   en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
     StackTrace:    en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
2021-07-01 18:55:50
     Exception: System.Data.OracleClient.OracleException (0x80131938): ORA-12899: el valor es demasiado grande para la columna "ADMIN_SATI"."SAT_EXPEDIENTES"."APELLIDO_1_CONTACTO" (real: 33, máximo: 30)

   en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
     StackTrace:    en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
2021-07-01 18:56:05
     Exception: System.Data.OracleClient.OracleException (0x80131938): ORA-12899: el valor es demasiado grande para la columna "ADMIN_SATI"."SAT_EXPEDIENTES"."APELLIDO_1_CONTACTO" (real: 33, máximo: 30)

   en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
     StackTrace:    en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
2021-07-01 18:56:14
     Exception: System.Data.OracleClient.OracleException (0x80131938): ORA-12899: el valor es demasiado grande para la columna "ADMIN_SATI"."SAT_EXPEDIENTES"."APELLIDO_1_CONTACTO" (real: 33, máximo: 30)

   en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
     StackTrace:    en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
2021-07-01 21:19:51
     Exception: System.Data.OracleClient.OracleException (0x80131938): ORA-12899: el valor es demasiado grande para la columna "ADMIN_SATI"."SAT_EXPEDIENTES"."APELLIDO_1_CONTACTO" (real: 32, máximo: 30)

   en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
     StackTrace:    en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
2021-07-01 22:03:09
     Exception: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 126
     StackTrace:    en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 126
2021-07-01 22:03:42
     Exception: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 126
     StackTrace:    en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 126
2021-07-01 22:04:17
     Exception: System.Data.OracleClient.OracleException (0x80131938): ORA-12899: el valor es demasiado grande para la columna "ADMIN_SATI"."SAT_EXPEDIENTES"."APELLIDO_1_CONTACTO" (real: 35, máximo: 30)

   en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
     StackTrace:    en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
2021-07-01 22:05:32
     Exception: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 126
     StackTrace:    en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 126
2021-07-01 22:20:49
     Exception: System.Data.OracleClient.OracleException (0x80131938): ORA-12899: el valor es demasiado grande para la columna "ADMIN_SATI"."SAT_EXPEDIENTES"."APELLIDO_1_CONTACTO" (real: 35, máximo: 30)

   en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
     StackTrace:    en IntegracionesSati.Models.Gateways.GatewayBase.Create[T](T itemToCreate) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSATI.Models\Gateways\GatewayBase.cs:línea 68
   en IntegracionesSati.API.Controllers.ExpedientesController.Create(Expediente expediente) en C:\Repositorio\Amazon\IntegracionesSati\IntegracionesSati\IntegracionesSati.API\Controllers\ExpedientesController.cs:línea 138
