发布时间:2024-12-24
特价活动:>>>> 用友U8、T6、T+、T3软件产品4折优惠,畅捷通T+cloud、好会计、易代账、好业财、好生意云产品8折优惠。
【问题现象】
专属云15.0升级18.0后账套登录报错:The request is invalid.
【解决方案】
升级账套后登录报错:The request is invalid的问题,可以先尝试以下方案解决。
--备份好数据,在账套库执行以下修复脚本后重启T+服务:
declare @temp table(userid int)
insert into @temp
select id from eap_user
where issystem=0 and ActorType=0
and id not in (select userid from EAP_UserGroupRelation)
declare cur cursor for
select userid from @temp
open cur
declare @uid int
fetch next from cur into @uid
while @@FETCH_STATUS=0
begin
insert into EAP_UserGroupRelation(groupid,UserId) values (5,@uid)
--select * from eap_user where id=@uid
fetch next from cur into @uid
end
close cur
deallocate cur
客服电话:400-665-0028
关键字:用友财务软件,畅捷通软件,财务软件,进销存软件,U9官网,用友U8,用友T1,用友T+,用友T3,用友T6,畅捷通好会计,好生意,智+好业财,用友培训服务售后公司,畅捷通运营培训服务公司
版权所有:用友畅捷通软件 Copyright © 2025 All rights reserved.