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->保存即可^_^
         


         

  • 相关阅读:
    Java DbUtils简介
    Java JDBC 操作二进制数据、日期时间
    Java JDBC事务
    Java JDBC结果集的处理
    Java 使用properties配置文件加载配置
    Java JDBC的使用
    CSS3
    CSS 基础样式
    CSS 样式的使用方式、选择器
    HTML 表单
  • 原文地址:https://www.cnblogs.com/mayingbao/p/410708.html
Copyright © 2011-2022 走看看