I used MSSQL 2k Centralized Database in a SAN environment with AS 2k Build 1100 and got the following error in the Centralized DB Servers Activity Log:
W4104 Unable to insert a record. (EC=SQL Error State:22003, Native Error Code: 1FB3, ODBC Error: [Microsoft][ODBC SQL Server Driver][SQL Server]Arithmetic overflow error converting expression to data type int.SQL Error State:01000, Native Error Code: E25, ODBC Error: [Microsoft][ODBC SQL Server Driver][SQL Server]The statement has been terminated.)
Customer had to merge tapes to restore files. The following may cure the problem.
MSSQL DB's go to
ASDB
-> TABLES
-> ASTPDRV (right klick and choose "Design Tables"
-> TDTTLKBWRITTEN -> change from "int" to "bigint"
This did the trick but only works on MSSQL 2K
By the way, this was the quickest support I ever had from the CA support people.
Kind regards
Gery
If it ain't broke, don't fix it
W4104 Unable to insert a record. (EC=SQL Error State:22003, Native Error Code: 1FB3, ODBC Error: [Microsoft][ODBC SQL Server Driver][SQL Server]Arithmetic overflow error converting expression to data type int.SQL Error State:01000, Native Error Code: E25, ODBC Error: [Microsoft][ODBC SQL Server Driver][SQL Server]The statement has been terminated.)
Customer had to merge tapes to restore files. The following may cure the problem.
MSSQL DB's go to
ASDB
-> TABLES
-> ASTPDRV (right klick and choose "Design Tables"
-> TDTTLKBWRITTEN -> change from "int" to "bigint"
This did the trick but only works on MSSQL 2K
By the way, this was the quickest support I ever had from the CA support people.
Kind regards
Gery
If it ain't broke, don't fix it