zoukankan      html  css  js  c++  java
  • HRMS提示"HRMS服务器未注册或注册不正确"问题

    COM+运行帐户所属的注册表下有APServer的注册信息
    如下

    Windows Registry Editor Version 5.00

    [HKEY_USERS\S-1-5-21-861567501-1592454029-682003330-500\Software\VB and VBA Program Settings]

    [HKEY_USERS\S-1-5-21-861567501-1592454029-682003330-500\Software\VB and VBA Program Settings\DBLinkSetting]

    [HKEY_USERS\S-1-5-21-861567501-1592454029-682003330-500\Software\VB and VBA Program Settings\DBLinkSetting\Server0]
    "ServerName"="test-hrmsdb"
    "UserID"="*wytwrythet5reh"
    "Password"="*hwertet653uy6hyt"
    "DBType"="1"

    [HKEY_USERS\S-1-5-21-861567501-1592454029-682003330-500\Software\VB and VBA Program Settings\DBLinkSetting\Server1]
    "ServerName"="todd-zhuang"
    "UserID"="gfsdghethethhy"
    "Password"="shrthtetrefghf"
    "DBType"="1"

    [HKEY_USERS\S-1-5-21-861567501-1592454029-682003330-500\Software\VB and VBA Program Settings\DBLinkSetting\ServerCount]
    "ServerCount"="2"

    其中S-1-5-21-861567501-1592454029-682003330-500COM+运行帐户的AccountSID

  • 相关阅读:
    java内存模型
    如何保证消费者接收消息的顺序
    mysql事务隔离级别
    mysql加锁读
    mysql一致性读
    InnoDB锁
    JDK1.8中的线程池
    JDK1.8中HashMap实现
    物品推荐(基于物品的协同过滤算法)
    CRM 2013 生成自动编号
  • 原文地址:https://www.cnblogs.com/todd/p/104908.html
Copyright © 2011-2022 走看看