国内资讯

百科问答 国内资讯 公司资讯 政策法规 培训资料 产品下载 常见问题

专属云15.0升级18.0后账套登录报错:The request is invalid。

发布时间:2026-8-6 

特价活动:>>>> 用友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

X畅捷通软件官方正版.用友软件.企业云服务

截屏,微信识别二维码

客服QQ:5151867

(点击QQ号复制,添加好友)