Focal Point
SQL Server 6.5

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/7281087331

July 06, 2004, 09:15 PM
kerberos
SQL Server 6.5
hi guys, does webfocus ver 5.2.3 supports SQL Server 6.5? I was able to add it in configured Data Adapters and was succesful bringing in one of the tables. i tried creating a test fex and dropped one of the fields in the report and run it and have the ff error:

(FOC1400) SQLCODE IS 21 (HEX: 00000015) XOPEN: HY000
: Microsoft OLE DB Provider for SQL Server: [HY000] WARNING - Fatal Error
: 605 occurred at Jul 6 2004 5:19PM. Please note the error and time, an
: d contact your System Administrator.
L (FOC1406) SQL OPEN CURSOR ERROR. : STUDENT


need some bright lights in here Frowner

thanks,
July 07, 2004, 12:43 PM
<Grzegorz>
I do not know if it solves your problem, but try to use ODBC connection to MS SQL 6.5 instead of OLE DB.
WebFOCUS used ODBC interface to MS SQL Server in those time when MS SQL 6.5 was the "newest release".

Hope this helps
Grzegorz
July 07, 2004, 07:09 PM
kerberos
thanks Grzegorz Smiler

it worked!but fields having data type of DATE/TIME have incompatibilities. here's the error.

ErroR Parsing MASTER File Stud0001 ((FOC1383) UNSUPPORTED DATETIME FORMAT FOR FIELD: MOD_DATE (1383))

MOD_DATE is of type DATE/TIME HYYMDs

any work around for this?am thinking of manually modifying the MAS and change it to DATE/TIME format supported by webfocus 2.3.5 but havent done it yet. thanks again Smiler
July 08, 2004, 01:56 PM
Tony A
kerberos,

Do exactly that, change the usage and actual values within the .mas. It is one of the only changes you can make to the .mas for a SQL Server datasource without adversely affecting efficiency.

My current client uses SQL Server and I perform this change every time I create, or refresh, a synonym.

Just use one of the WebFOCUS internal date formats of YYMD, DMYY, MDYY, etc. You are not limited to just using YYMD. You don't even have to use the same format for usage and actual.

BUT, if you change one you MUST change the other or else you will receive error messages about conversion of date / time vlaues.

Further information -

One thing to bear in mind though when looking at the .mas file for a SQL source (DB2, MSSQL etc) and that is that the ALIAS name MUST exactly match (incl. case) the column name. The FIELDNAME can be whatever you want although I would suggest you stick to what is generated from the create synonym command.

Good luck
September 21, 2004, 07:16 PM
kerberos
thanks for the tip Tony. for now, am doing it manually, but eventually am really pushing them to upgrade to SQL200. Smiler