Consultor Eletrônico



Kbase P159998: Is using 32 bit client to create schema holder and having 64 bit client use the schema holder create
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   3/15/2010
Status: Unverified

GOAL:


Is using 32 bit client to create schema holder and having 64 bit client use the schema holder created by 32 bit client is fully supported and tested?

GOAL:

Can 64 bit client use MS SQL server DataServer schema holder created by 32 bit client which uses 32 bit DSN?

FACT(s) (Environment):

x86_64 (AMD64/EMT64)
OpenEdge 10.2A
OpenEdge 10.2B

FIX:

It is fully tested and supported that 64 bit client can use the schema holder created by 32 bit client using 32 bit DSN. For example,Create a schema holder using "tst32_sql" DSN (32-bit) and prepared following pf file:
-db stst -1
-db tst32_sql
-ld "ltst"
-dt MSS
-U "sk"
-P "sk"


Then connect to the same schema holder using following modified pf which contains 64-bit DSN (tst64_sql)
-db stst -1
-db tst64_sql
-ld "ltst"
-dt MSS
-U "sk"
-P "sk"