El envío de formularios en el sitio de soporte no está disponible temporalmente para programar el mantenimiento. Si necesita asistencia inmediata, comuníquese con el soporte técnico. Disculpe las molestias ocasionadas.
Error : Poster: [SP-OPX01001] Errors on target table "OWNER"."TABLE_NAME" at seqno/offset 1687/98643072. error=0 state=22001 msg=[Microsoft][ODBC SQL Server Driver]String data, right truncation. Please see event_log and open target log files for more details. See 'http://advice.shareplex.com/SP-OPX01001' for additional advice and support.
Causa
Data Definition Issue:
A data column is defined as number without precision on source (Oracle) and the open target column is defined as numeric(18,0) ( MSSQL) which does not take decimal.
Resolución
WORKAROUND
Modify the target column to be numeric(18,2), allowing a decimal value.
If the scale is higher, then the Target column scale will need to be increased accordingly.
The best practice is to have the source column define the precision and scale to match the target, otherwise the source allows a wide range of values and the target column will need to accommodate these.
Your Request will be reviewed by our technical reviewer team and, if approved, will be added as a Topic in our Knowledgebase.
Bienvenido al portal de soporte
Puede encontrar ayuda de soporte en línea para el *producto* Quest en un sitio de soporte afiliado. Haga clic en Continuar para ser dirigido al contenido de soporte y a la asistencia adecuados para el *producto*.
Buscar todos los artículos
IE 8, 9 y 10 ya no son compatibles
El portal de Quest Software ya no admite IE 8, 9 ni 10 y se recomienda actualizar el navegador a la última versión de Internet Explorer o Chrome.