Is it possible to get Business Objects to prompt for a database login when a query runs as well as/or instead of the Business Objects login, or does the database login always have to be encrypted into the universe connection file?
if you want, you can have the same DB id & password as bo id and password and while creating the connection check that use BO userid and password check box.
It is not possible to have the system prompt for database id and pwd.
You can either use a generic one entered in the connection or you can pass the BO user ID and password to the database. The problem with the second option is that you have no way to ensure the passwords are syncrhonized.
We started by using generic login and password for the database (DB2), but we soon ran into trouble when the DBA found out! He was having a lot of difficulty identifying which users were running queries that were taking too many resources.
We then changed to using the BO login as the authority for the database. Each user was given an icon on the desktop (which runs a background script) and were instructed to use it to change their passwords whenever the BO password was changed (every two weeks). This approach has been more successful but we do have problems when some of our 'more limited' users forget to change the database passwords and report BO faults.
You need to re-educate your DBA. Even if you use a generic password, it is still quite well possible to track the individual user based on his network ID. This is both possible with proper db2 command line statements / freeware DBA tools.
I'm not at work now ,but I can suggest a cool monitor which will do just the proper job your DBA needs. (DB2 being VERY poorly in monitoring functionality as it is)
Thanks for your response. I'll have words with the DBA.
If anyone knows of any FREE monitors which run on AIX, I expect a number of us would like to know about them. It could be a useful seperate thread in this forum.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.