2013年6月11日
摘要: SQL CODE 551 occurred because the connecting user does not have privileges to perform operations.Go to Control Center - Go to User Group and Object and select DB2ADMIN(assume this user is the one use to connect to DB2)Check all the check box as the followingGrant Schema access to the userGrant Table 阅读全文
posted @ 2013-06-11 17:26 duanxz 阅读(15960) 评论(0) 推荐(0)
摘要: 1、需要安装DB2的补丁包;2、将db2下的3个驱动(最新的)拷贝到websphere下;*********************************************************ibm*********************************************************Technote (troubleshooting)Problem(Abstract)When configuring an IBM® WebSphere® Application Server datasource for DB2® datab 阅读全文
posted @ 2013-06-11 15:26 duanxz 阅读(1141) 评论(0) 推荐(0)
摘要: 在DB2数据库安装的时候会创建一个系统管理员的账户,默认为DB2ADMIN。同时还会在操作系统的“本地用户和组”的组中 建立两个用户组DB2ADMNS和DB2USERS,生成的DB2ADMIN账户会被添加到操作系统账户中和加入这两个组中,并且如果你的 操作系统账户没有添加其他的域的话,下次计算机启动时会默认用DB2ADMIN这个账户让你登陆。 添加用户步骤如下: 一:右击我的电脑单击“管理”或者通过控制面板打开“管理”菜单项,打开“计算机管理”控制台。 二:选择“本地用户和组”,添加一个用户,例如:用户名为chenjialin 密码 123 。勾选掉“用户下次登录时须更改密码”,勾选上“密码永 阅读全文
posted @ 2013-06-11 14:57 duanxz 阅读(1043) 评论(0) 推荐(0)