岗亭门禁管理系统软件升级说明
岗亭门禁管理系统软件升级说明
1、使用数据库维护工具,进行数据库升级;
检查现场使用的岗亭门禁管理系统软件版本
1)、若软件版本为V2.2.15之前的版本,请先升级为V2.2.15版本的数据,脚本文件:.\岗亭门禁管理系统软件标准版V2.2.5升级脚本\升级加密脚本20151124.SQL
2)、岗亭门禁管理系统软件版本为V2.2.15及以上,请升级脚本:升级加密脚本170217.sql
若升级失败,请使用以下SQL语句在查询分析中选择数据后执行:
if Not exists(select * from syscolumns where id=object_id('PKCarOut') and name='BoxID')
Alter Table PKCarOut ADD BoxID tinyint NULL
GO
UpDate PKCarOut set BoxID=ISNULL(b.BoxID,0) from PKCarOut a Left Join PKShareControlSet b On a.OutControlID=b.ControlID where a.BoxID Is Null
GO
UpDate PKCarOut set CardType=40 where FreeType>0 and CardType<>40
GO
UpDate dbo.PKCarOut Set PayCharge=AccountCharge where PayCharge<>AccountCharge and FreeType=0 and TypeID=0
GO
UpDate dbo.PKCenterCharge Set PayCharge=AccountCharge where PayCharge<>AccountCharge and FreeType=0 and TypeID=0
GO
执行完毕之后,再次进行数据库升级即可成功!
2、在管理中心电脑中,把目录中的YktChargeStandard.dll及收费控件注册.bat复制到.\Support下;
3、在.\Support目录下运行文件:收费控件注册.Bat
4、在岗亭电脑中替换应用程序ParkMain.exe及字库文件GBK16.DZK;
5、升级完毕!