Skip to Main Content

Security 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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

ConfigurationClient.ComplexSetting

628367Aug 28 2008 — edited Aug 28 2008
Hi,
the OIM guide (http://download.oracle.com/docs/cd/E10391_01/doc.910/e10027/chapter1.htm#BGBJDIHH) shows the following code as the standard way to initiate the use of OIM API:

ConfigurationClient.ComplexSetting config =
ConfigurationClient.getComplexSettingByPath("Discovery.CoreServer");
final Hashtable env = config.getAllSettings();
tcUtilityFactory ioUtilityFactory = new tcUtilityFactory(env, "xelsysadm",
"xelsysadm");

I got soon an error trying to compile in Jdev, because ConfigurationClient class is not found.
I think I have included all the jars of OIM, where is this class???
Please help, I'm not a programmer.

Thank you very much.

Comments

Triple check that you are editing the correct php.ini file. The output of phpinfo() will confirm which file to use.

Check any IIS log output for errors.

Review the suggestions in these posts:
http://blogs.oracle.com/opal/entry/how_to_use_iis_php_and_oracle
http://blogs.oracle.com/opal/entry/using_php_oci8_with_32-bit_php

Let us know how it goes and what works for you.
874545
Hi,

I have checked the php.ini and I am modifying the correct php.ini..

how to check IIS logs?

can you give some more suggestions?

Regards,
Rohit
Everything I know about IIS is in the links I gave before.

Did you try any of the steps?
1 - 3
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 25 2008
Added on Aug 28 2008
3 comments
772 views