zoukankan      html  css  js  c++  java
  • [原创]如何解决LodRunner中报错关于Error 10489 : Exception was raised when calling perthreadterminate function

    [原创]如何解决LodRunner中报错关于Error -10489 : Exception was raised when calling per-thread-terminate function

      在用Loadrunner实施性能测试时,采用Goal模式加压,存在如果持续长时加压时LoadRunner的Controller会报Error -10489 : Exception was raised when calling per-thread-terminate function错误;
      问题产生原因:
         Unlike the earlier Windows versions, Windows 2000 and Windows XP have the default environment set to C:\Document and Settings\<user-name>\Local Settings\Temp instead of C:\Windows\temp. This long path with a space can cause several problems for LoadRunner. To resolve the issue, change to a directory without empty spaces.
      解决方法:
         在C盘(或是其它盘均可以)新建TEMP文件夹(为了后续设置临时文件准备)
         右键"我的电脑"->高级->环境变量->编辑修改TEMP变量目录,指身上面新建的目录,如我的指向C:\TEMP->保存即可^_^
         


         

  • 相关阅读:
    python 代码片段17
    python 代码片段15
    python 代码片段14
    python 代码片段13
    python 代码片段12
    RBAC模型
    2、服务注册与发现-电影服务
    1、通过eureka创建注册中心
    prop与attr
    位运算,效率高
  • 原文地址:https://www.cnblogs.com/mayingbao/p/410708.html
Copyright © 2011-2022 走看看