zoukankan      html  css  js  c++  java
  • ParksLink修改密码

    设置环境变量: ?
    set classpath=D:ptcPartsLinksrclibjmxcoreWtLogR.jar;D:ptcPartsLinksrcliblog4j.jar;D:ptcPartsLinkcodebaseWEB-INFlibinstall.jar
     
    ?使用以下命令来更新 <PartsLink_Home>confmain.properties里的PartsLink应用/数据库帐户?C:ptcWindchill_10.0PartsLinkin>java com.ptc.windchill.structconf.StructConfManager -r C:ptcWindchill_10.0PartsLink -s nitidus.sqlcache.db.app.password=<password> -t C:ptcWindchill_10.0PartsLinkconfmain.properties -p
    ?C:ptcWindchill_10.0PartsLink bin >java com.ptc.windchill.structconf.StructConfManager -r C:ptcWindchill_10.0PartsLink -s nitidus.sqlcache.db.app.user=<username> -t C:ptcWindchill_10.0PartsLinkconfmain.properties -p

    注意:ParksLink不能手动修改密码,需要执行命令进行修改密码,否则会提示密码错误,灯录失败

    --1.
    set classpath=D:ptcPartsLinksrclibjmxcoreWtLogR.jar;D:ptcPartsLinksrcliblog4j.jar;D:ptcPartsLinkcodebaseWEB-INFlibinstall.jar

    --2.
    java com.ptc.windchill.structconf.StructConfManager -r D:ptcPartsLink -s nitidus.sqlcache.db.app.password=wcadmin_20_15 -t D:ptcPartsLinkconfmain.properties -p

    --3.
    java com.ptc.windchill.structconf.StructConfManager -r D:ptcPartsLink -s nitidus.sqlcache.db.app.user=wcadmin -t D:ptcPartsLinkconfmain.properties -p

  • 相关阅读:
    P2704 [NOI2001]炮兵阵地[状压dp]
    【CRT】中国剩余定理简介
    乘法逆元
    P2921 [USACO08DEC]在农场万圣节[SCC缩点]
    P1967 货车运输[生成树+LCA]
    P2746 P2812 [USACO5.3]校园网Network of Schools[SCC缩点]
    Debian初始化配置
    Linux网桥配置
    Jenkins与Gitlab集成
    Gitlab搭建
  • 原文地址:https://www.cnblogs.com/Snowfun/p/5333842.html
Copyright © 2011-2022 走看看