1、建账后,在系统库(UFTSystemDec)执行脚本:
update EAP_Account set OpenCloudAppState=0 where cAcc_Num='001'
恢复:
update EAP_Account set OpenCloudAppState=1 where cAcc_Num='001'
2、在账套库执行执行脚本:
update EAP_AccInformation set Value='Stopped' where Name='CSPOrgState'
恢复:
update EAP_AccInformation set Value='Opened' where Name='CSPOrgState'
3、重启服务,这种情况就可以用原有用户登录新增本地账号了,本地账号位数要和手机号一样
4、新建的账号需要处理一下,在账套中执行脚本:
update eap_user set CloudUserId='999999' where name='15055681085'
5、在系统库(UFTSystemDec)执行脚本:
update eap_user set CloudUserId='999999' where name='15055681085'and cAcc_Num='001'