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

  • 相关阅读:
    windows10安装vmware14教程
    MySQL变量的使用
    软考和软件设计师
    Java web加密之将应用从http换成https的方法
    cmd命令net和sc
    cmd命令 taskkill
    CSS系列:CSS的继承与层叠特性
    CSS系列:CSS选择器
    CSS系列:在HTML中引入CSS的方法
    Sql Server系列:索引维护
  • 原文地址:https://www.cnblogs.com/Snowfun/p/5333842.html
Copyright © 2011-2022 走看看