Hi,
I am using PB 2017 standard version, and receive following error when retrieve data that is defined as varchar(400)
in Sybase. Has this problem been resolved ? I really don't want to change the definition in the table since that is going to impact other applications. Any suggestion is greatly appreciated !
I am using
Adaptive Server Enterprise/16.0/EBF 22493 SMP/P/Sun_svr4/OS 5.10/asecepheus/3530/64-bit/FBO/Sun Feb 16 07:58:08 2014
I believe we are using native DB driver.
Just FYI, we just recently migrated all our applications from Sap PB to Appeon . What I was doing is I increased the column size from varchar(255) to varchar(500 ) in Sybase . And in PB,, I edit the source of the DW and change the column specification of that column from 255 to 500.. I received the error when preview the DW. THank you for your response.
Jerry
For example ...
SQLCA.DBMS = "ASE"
SQLCA.DBParm = "Release='16'"