Kbase P27460: Error# 6187 during Schema Migration using the ProtoMSS Utili
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  6/24/2003 |
|
Status: Unverified
FACT(s) (Environment):
MS SQL DataServer
SYMPTOM(s):
Progress database contains some RAW datatype fields.
Progress fails with error# 6187 when running the PROGRESS DB to MS SQL Server (ProToMSS) Conversion Tool.
Only binary SQL fields can be updated with RAW data. (6187).
The schema migration process continues with no extra errors.
The fields whose names are separated by dash characters "-" and are defined after the RAW field definitions are being created with underlines "_" in their names instead of dashes, which causes further compilation errors.
Foreign datatypes are translated to Longvarchar.
CAUSE:
RAW datatype is not currently supported in MS SQL Server DataServer.
CAUSE:
Bug# 20010705-004
FIX:
Change the RAW field definitions to CHAR before converting the database.