Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Cannot create a new MSAD directory in Shared Services...

866173Jun 2 2011 — edited Jun 6 2011
My Hyperion version is 11.1.1.3 on windows 2003 server.

I;m trying to create an External Authentication provider using "Configure user directories".

I provide all the parameters as I have provided in the development machine in the same network.

However on Clicking Finish the Cursor appears to be doing something and then the screen just remains there. The record is not created for MSAD neither it gives any error.

Shared Services Security Log says error: "Error occured while loading the configuration file"
2011-06-02 15:09:49,728 ERROR [[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] com.hyperion.css.web.config.util.extauth.CSSProperties.getSecurityAgent(Unknown Source) -- Error occured while loading the configuration file


Any help appreciated.

I had this working on the same machine just last week.

Comments

270337
I have tora 1.3.21 with Postgres and Oracle connections on Debian. I think that you should compile from tora source for Oracle connection. For this, you should download instant client from OTN and specify the instant client path in the parameters:

./configure with-instant-client with-oracle-includes=/usr/local/instantclient_10_2/sdk/include/ with-oracle-libraries=/usr/local/instantclient_10_2/lib with-oci-version=10G

You should review configure parameters file for new features or customize this for your platform
Billy Verreynne
Assuming that you've downloaded TOra with OCI support, this could mean that TOra is not seeing the OCI client drivers and therefore not presenting you with an option to connect via an Oracle client driver.

Check you LD_LIBRARY_PATH and make sure that it includes $ORACLE_HOME/lib - or download Instant Client and point the path there.
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details