ADMP 默认数据库PGSQL的密码是什么?

ADMP 默认数据库PGSQL的密码是什么?

情况 1:版本号 7140 前,PGSQL 数据库的密码为:AdmanUser@123$
情况 2: 版本号 7140 包括 7140起,PGSQL 数据库的密码为动态密码,获取密码的方式如下:
1. Stop the ADManager plus.
2. Download the zip file from the given link and extract that. Link --> https://downloads.zohocorp.com/dnd_120/ADManager_Plus/pmgxLzOwGBQowLK/db_files.zip
3. Then you can see three files there named connectSecureDB, decrypt, SecureDB.
4. Copy all three files and place it in ADManager bin folder {ADMPInstalledLocation}\ADManager Plus\bin
5. Then open the cmd(command prompt- Run as Admin) from the same bin folder and run these commands one by one "stopADSM.bat" and "startDB.bat"
6. Then you can see "server started" in the cmd and then run the command "connectSecureDB.bat".
7. It will take you to the new cmd window and then, please run the below given query with semicolon at the end in that new cmd window.
8. After connecting to the DB please execute the desired queries
NOTe: Everytime u want to connect to the Database, those 3 files needs to be replaced again and again.
    • Related Articles

    • ADMP-应用正式许可报错或界面卡住不动了

      在浏览器界面应用正式许可提示Invalid或者Applying不动了,如何解决? ->如果应用许可时卡住了,请先确认产品是否正在正常运行(查看日志或cmd中重启产品查看); ->请确认许可中的uniqueid是否正确(尤其是小写的L和大写的i); ->请尝试打开浏览器隐私模式应用许可(或者清理浏览器缓存); ->请尝试在安装产品的服务器的本机浏览器中应用许可。 如果还是不行,请按照如下步骤应用许可: 【首先从  ...
    • ADMP-产品启动不起来(Exception是OutOfMemoryError: Java heap space)?

      如果产品启动不了,请先查看wrapper日志的启动报错是什么? 如果wrapper日志没有报错,serverout日志中最近的Exception是OutOfMemoryError: Java heap space 或者cmd中运行run.bat出现以下报错: 请按照如下步骤增加Java heap space: 1. 登录到ADManager Plus服务器; 2. 停掉ADManager Plus服务(services.msc); 3. 导航到产品安装目录的Conf 文件夹 ...
    • ADMP免费版许可明细

      admp免费版支持一个域,0个技术员(admin免费)100个ad对象,可包括用户、组、联系人、计算机等。
    • admp创建用户时,远程邮箱指的是什么 ?

      admp中的远程邮箱就是exchange online
    • ADMP - Exchange 投递限制问题

      现象:在ADMP对Exchange用户配置投递限制为150mb, 客户依然无法发送大邮件   解决方案:Exchange无法发送大于10mb附件可能与Exchange的全局配置有关,如果全局配置中设置为10MB,exchange用户的投递限制修改为多大都不会生效,全局配置大于用户配置。 打开Exchange powershell,可以通过如下命令进行设置,执行以下命令修改 (大小可自行定义) set-transportconfig -MaxReceiveSize 50mb ...