当前位置:网站首页>Coneroller执行时候的-26374及-26377错误
Coneroller执行时候的-26374及-26377错误
2022-07-05 10:13:00 【全栈程序员站长】
有时候一些不必要的关联也会引起这个问题, 1.首先看下脚本中有没有使用了自动关联(web_reg_save_param) 2.在Virtual的脚本里查询下web_reg_save_param的参数使用位置,然后把这个参数化给还原回来,比如 web_reg_save_param(“Siebel_Analytic_ViewState2”,…………然后就在全文查询 Siebel_Analytic_ViewState2 3,至于修改成什么东西要看几个地方,如果是启动了自动关联,一般在脚本上面会有一段被自动注释掉的:关联变量名=”值”比如上面的Siebel_Analytic_ViewState2大概就是 // {Siebel_Analytic_ViewState2} = “/wEPDwUKMTI5Nzk1OTc3NmRkikSkNLllgC5BL8dbmU5bHIwtt4I=” 那么这里的/wEPDwUKMTI5Nzk1OTc3NmRkikSkNLllgC5BL8dbmU5bHIwtt4I=就是要找的值了,这个也可以在”View Tree”里找到 4.把”View script”里的被关联的那部分参数改成/wEPDwUKMTI5Nzk1OTc3NmRkikSkNLllgC5BL8dbmU5bHIwtt4I= 就好了(不是修改web_reg_save_param里的参数,要把它注释掉,从下面正文里查询另一个带 Siebel_Analytic_ViewState2的东东,把它改掉)
发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/109947.html原文链接:https://javaforall.cn
边栏推荐
- Should the dependency given by the official website be Flink SQL connector MySQL CDC, with dependency added
- vscode的快捷键
- 学习笔记4--高精度地图关键技术(下)
- TypeError: Cannot read properties of undefined (reading ‘cancelToken‘)
- Idea create a new sprintboot project
- Activity enter exit animation
- @Jsonadapter annotation usage
- Swift tableview style (I) system basic
- 官网给的这个依赖是不是应该为flink-sql-connector-mysql-cdc啊,加了依赖调
- How to write high-quality code?
猜你喜欢

Design and Simulation of fuzzy PID control system for liquid level of double tank (matlab/simulink)

学习笔记4--高精度地图关键技术(下)

How did automated specification inspection software develop?

“军备竞赛”时期的对比学习

程序员搞开源,读什么书最合适?
![[论文阅读] KGAT: Knowledge Graph Attention Network for Recommendation](/img/fa/d2061bc7bd437f062d46a009cf32cf.png)
[论文阅读] KGAT: Knowledge Graph Attention Network for Recommendation

Advanced opencv:bgr pixel intensity map

To bring Euler's innovation to the world, SUSE should be the guide

ConstraintLayout官方提供圆角ImageFilterView

Swift set pickerview to white on black background
随机推荐
Applet image height adaptation and setting text line height
Write double click event
Completion report of communication software development and Application
SQL Server 监控统计阻塞脚本信息
一个程序员的职业生涯到底该怎么规划?
SLAM 01.人类识别环境&路径的模型建立
What is the most suitable book for programmers to engage in open source?
Constrained layout flow
C#函数返回多个值方法
StaticLayout的使用详解
Shortcut keys for vscode
The most complete is an I2C summary
Swift tableview style (I) system basic
AD20 制作 Logo
The Alipay in place function can't be found, and the Alipay in place function is offline
各位大佬,我测试起了3条线程同时往3个mysql表中写入,每条线程分别写入100000条数据,用了f
Glide Mastery
Detailed explanation of the use of staticlayout
报错:Module not found: Error: Can‘t resolve ‘XXX‘ in ‘XXXX‘
[tips] get the x-axis and y-axis values of cdfplot function in MATLAB