Consultor Eletrônico



Kbase P50316: ** Invalid character in numeric input n (76) when loading *.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   27/10/2003
Status: Unverified

FACT(s) (Environment):

MS SQL

FACT(s) (Environment):

MS SQL DataServer

FACT(s) (Environment):

Progress 9.1D06

SYMPTOM(s):

Can not load data into SQL Server

Having problem loading *.d into SQL Server

Getting error 76 when attempting to load *.d file through Data Administration

** Invalid character in numeric input n (76)

Schema holder .DF was created by a schema pull from SQL Server

Getting error 5380 when performing a BUFFER-C0PY against an expected LOGICAL field

Field '<field>' must match in extent and data type for BUFFER-COPY of '<source-buffer>' to '<target-buffer>'. (5380)

Expected LOGICAL fields within schema holder are marked as TINYINT INTEGER

Expected LOGICAL fields within schema holder should not be TINYINT INTEGER, but rather TINYINT LOGICAL

CAUSE:

The exact cause is unknown at the time of this writing

FIX:

1. Within the schema holder, change all expected LOGICAL fields within schema holder from TINYINT INTEGER to TINYINT LOGICAL
2. Save and commit all changes
3. Load the .d file