摘要:
当我们访问带密码保护的共享文件夹时第一次往往需要输入密码,但第二次访问时就不需要密码了,因为密码已经被系统记录了,这样是很不安全的,要想彻底清除记录在Windows系统中的密码请按以下步骤操作:1 、如果保存了密码,请在运行中输入: control userpasswords2在弹出的对话框中选择“高级”,然后选择“密码管理”, 把保存的 IP 连接删除即可。2 、在命令提示符下运行: net use * /d把所有共享全部删除。这样下次再访问共享连接时就会提示输入用户名和密码了。 阅读全文
posted @ 2011-06-20 10:40
Ivan Sun
阅读(2192)评论(0)推荐(0)
摘要:
OBIEE Software Configuration Management Part 3 : Version Controlling the ProjectSimple Version Control for OBIEE using Subversion, VisualSVN Server and TortoiseSVN多用户开发环境的搭建... 阅读全文
posted @ 2011-06-08 10:20
Ivan Sun
阅读(156)评论(0)推荐(0)
摘要:
Refine OBIEE RPD (Repository) as per requirements Change The Database and Connection Pools Settings in the Repository Import the Cusotm Tables Required for the Project in the Repository Create the Joins for the Dimensions & facts using the Joins Manager. Create the Aliases to implement the joins 阅读全文
posted @ 2011-06-08 09:50
Ivan Sun
阅读(523)评论(0)推荐(0)
摘要:
Here is the error message that came up when I tried to save a query request filter."access denied for user to path /users/analysis/_filters/Test."通过调查是目录访问权限的问题,解决办法如下:1. Open Catalog Manager.2. Open target user's folder.3. Set permissions for the target user’s folder.4. The user needs 阅读全文
posted @ 2011-06-08 09:38
Ivan Sun
阅读(212)评论(0)推荐(0)