`

Change DB user/pwd with Stellent UCM

阅读更多

Today, I met problem with the stellent UCM startup. Because I forgot the UCM DB user's password, so changed the password with the sys admin role. but the password changed cause the UCM server can NOT startup. it still use the original connection info to connect the DB.

 

Here is the solution:

1. Modify the file: $UCM_SERVER_HOME/config/config.cfg

Change the following:

JdbcConnectionString=jdbc:oracle:thin:@localhost:1521:orcl
JdbcUser=ucmmodelpit
JdbcPassword=xxxxxxxxxxxxxxxxxxxx
JdbcPasswordEncoding=Intradoc
 

 

to:

 

JdbcConnectionString=<new db URL>
JdbcUser=<new user>
JdbcPassword=<new password>
JdbcPasswordEncoding=ClearText

 

2. start the content server.

分享到:
评论

相关推荐

    oracle登陆字符串格式校验 (user/pwd@dbservname)

    char vi_sConStr[] = "user/password@dbserver"; char vo_sUser[50] = ""; char vo_sUserPwd[50] = ""; char vo_sDbServName[50] = ""; WYODBConnection conn; int result = conn.AnalyseStr(vi_sConStr, vo_...

    oracle 文档操作

    $ imp user/pwd file=/dir/xxx.dmp log=xxx.log fromuser=dbuser touser=dbuser2 commit=y ignore=y ``` 3. **全库方式**:导出或导入整个数据库的所有对象。 - **导出:** ``` $ exp user/pwd file=/dir/xxx....

    exp imp命令详细介绍

    导入示例:`$imp user/pwd file=/dir/xxx.dmp log=xxx.log fromuser=dbuser touser=dbuser2 commit=y ignore=y` 3. **全库方式**:导出或导入数据库中的所有对象。 导出示例:`$exp user/pwd file=/dir/xxx.dmp ...

    Oracle 19c 备份恢复-导入导出

    增量导出/导入:包括完全增量导出、增量型增量导出和累计型增量导出,例如,exp user/pwd file=/dir/xxx.dmp log=xxx.log inctype=complete。 以 SYSDBA 进行导出/导入:例如,imp \'usr/pwd@instance as sysdba\' ...

    MongoDb db.createUser用户权限

    `db.createUser` 方法就是用于创建具有特定权限的用户的。以下是对 `db.createUser` 使用的详细介绍: ### 1. `db.createUser` 方法的官方文档参考 `db.createUser` 方法允许管理员创建新的用户账户,其基本语法...

    3.linux命令集之pwd命令

    今天我们要深入理解的命令是`pwd`,它是一个用于显示当前工作目录完整路径的工具,对于日常的文件管理和系统操作非常有用。无论你是初学者还是经验丰富的用户,了解`pwd`命令的基本用法和特性都将对你的Linux使用...

    mysql的完整数据库连接PHP类库

    public function __construct($db_host, $db_user, $db_pwd, $db_database, $conn, $coding) { $this-&gt;db_host = $db_host; $this-&gt;db_user = $db_user; $this-&gt;db_pwd = $db_pwd; $this-&gt;db_database...

    从数据库中取变量传递给shell,生成环境变量

    #Sqlplus user/pwd@ip @myshellpara.sql $&gt; /dev/null Sqlplus user/pwd@ip @myshellpara.sql $&gt; /dev/null chmod 777 myshellvar_export.sh #注意.这里的技巧,变相执行 myshellvar_export.sh,生成linux 系统的环境...

    centos安装svn

    password-db = /home/svn/conf/pwd.conf authz-db = /home/svn/conf/authz.conf realm = repos1 ``` d. 配置 SVN 用户和权限: - 创建用户密码文件 `/home/svn/conf/pwd.conf` 并使用 `htpasswd` 添加用户:...

    百度网盘分享链接批量检测是否失效工具

    主要功能: 1.导入网盘列表,双击自动打开百度网盘地址,自动复制网络查询的提取码(防止本地提取码丢失)到剪贴板,直接粘贴提取百度云文件就行. ... 3.对于标题\n 链接\n t提取码: xxxx \n 的多行文本,可以一键排版.(注意...

    linux下DB2常用命令

    db2 connect to o_yd user db2 using pwd 连接到指定的数据库,使用用户名和密码进行身份验证。 4. 读数据库管理程序配置 db2 get dbm cfg 获取数据库管理程序的配置信息。 5. 写数据库管理程序配置 db2 update ...

    Linux命令基础3:pwd命令和延伸

    在Linux操作系统中,掌握基本的命令行操作是至关重要的,其中`pwd`命令是一个非常基础且实用的工具,用于查看用户当前所在的目录。这个命令在Linux、Unix以及基于这些系统的如CentOS等发行版上都能使用。下面我们将...

    第一课 RHEL8 LInux基本命令练习

    pwd cd /home pwd cd cd - pwd cd . pwd cd ../ pwd ls pwd ls touch file1 ls pwd ls /home/heima/file1 pwd ls file1 ls ./file1 ls /file1 # bashd的语法格式 ZDYS ls /root ls -l /root # 文件类型如何判断

    db2-正则表达式.zip

    1- Save attached db2_regex.zip file to a... \&gt;db2 connect to &lt;my_db&gt; user &lt;uid&gt; using &lt;pwd&gt; \&gt;db2 set current schema='REGEXP' \&gt;db2 -td@ -vf C:\avalanche\db2_regex\scripts\sql\db2_regex_functions.sql

    Program.cs

    //pwd:密码 //protocol:数据传输协议,默认为TCPIP,因此可以不对其进行设置 //port:端口号,如果db2数据库没有特殊设置,使用默认的端口就可以了,因此可以不进行设置。 //CurrentSchema:数据库连接实例 /...

    PHPmysql数据库操作类扫描.pdf

    - `$db_host`:存储数据库主机地址。 - `$db_user`:数据库的用户名。 - `$db_pwd`:对应用户的密码。 - `$db_database`:要连接的数据库名称。 - `$conn`:数据库连接标识,可以是“pconn”表示永久连接或空...

    linux下安装配置svn独立服务器.pdf

    ./configure --prefix=/opt/svn --without-berkeley-db --with-zlib ``` 然后,执行`make clean`清除之前的编译残留,接着执行`make`和`make install`进行编译和安装。为了使新安装的svn命令能够在任何目录下被调用...

    Linux实验报告一熟悉15个Linux常用命令.doc

    例如,使用命令`chgrp user /home/user/test.txt`将文件`test.txt`的所属用户组修改为`user`。 4. Chmod命令:Chmod命令用于为文件或目录进行权限设置。例如,使用命令`chmod 755 /home/user/test.txt`将文件`test....

    nginx添加权限控制

    auth_basic_user_file /usr/local/nginx/conf/pwd; }`”语句展示了如何在特定的URL路径上启用基本认证。具体解释如下: - `location /`: 这个关键字定义了要保护的URL路径。在这个例子中,“/”代表网站的所有页面...

    oracle sqlldr多文件批量导入

    sqlldr user/pwd@database control=control_file1.ctl sqlldr user/pwd@database control=control_file2.ctl ... ``` 2. **单一控制文件**:在控制文件中使用`WHEN`条件,根据不同的文件名进行导入。这样可以将...

Global site tag (gtag.js) - Google Analytics