Consultor Eletrônico



Kbase P158545: ABL Client crashes creating record with COPY_LOB against MS SQL Server database using OE10.2B MS SQL
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   14/01/2010
Status: Unverified

SYMPTOM(s):

ABL Client crashes creating record with COPY_LOB against MS SQL Server database using OE10.2B MS SQL Server DataServer when used skip_schema_scheck

The ABL client crashes when creating a record on the MS SQL Server

Protrace from the prow32.dll reads:

rcUpdateFieldMap+2223F
Progress::ClrBridge::ITypeManager::`vftable'+5FDC8

FACT(s) (Environment):

A sample code is shown below that causes the ABL client to crash:

CREATE <table name>.

COPY-LOB FROM FILE <path>\<image file> TO
<blob field> NO-CONVERT.

The OpenEdge Database is migrated MS SQL Server 2008 through protoMSS DataServer utility
The crash is not apparent when -Dsrv skip_schema_check is not used
Windows
OpenEdge 10.2B
MS SQL DataServer

CAUSE:

Bug# OE00194496

FIX:

The workaround is to not use -Dsrv skip_schema_check until the bug is fixed.