登录金蝶软件报错,提示运行时错误2007处理方法
服务热线:400-665-0027
新购有特价、金蝶老客户升级金蝶云产品可以享受5折优惠,送手机、送话费,好礼不断!
运行时错误2007
invalid bands collection index
检查发现是某个用户在某个账套登录会提示,到服务器上,找到对应的数据库实体做异常用户清理即可
delete from t_userprofile where fuserid=(select fuserid from t_user where fname='具体用户名称')

