LDAP with Active Directory

Anybody get LDAP to work with Microsoft Active Directory? I can get dbms_ldap.init to establish a session, but I always get invalid credentials with ldap_user.
Thanks,
Randy

Hello Randy,
it's not that complicated: You just need to create a new authentication scheme in HTMLDB -> based on preconfigured scheme from the gallery -> Show Login Page and Use LDAP Directory Credentials.
Enter the fully qualified hostname and correct LDAP port. The tricky part was the DN string (in our case): This depends on your settings in AD. In order to make authentication possible against the global user directory, I needed to set the LDAP_DN_STRING to %LDAP_USER%@ourdomain.com (replace ourdomain with your companies domain name, e.g. oracle.com) and omit the rest which would be normally part of the DN string (e.g. the host/site etc...) before the domain - otherwise you will search only the local user directory for the username, and authentication may fail... finding out this part actually gave me a hard time ;-)
That's basically all you need to do to get LDAP authentication against AD working from within HTMLDB.
Holger

Similar Messages

  • LDAP realm with Active Directory

    Hello,
    In the sun one app server admin console i have set the security role to LDAP.
    I have set up security roles in my web.xml such as this:
    <security-role>
    <description>This role represents administrators of the system, see actor administrators</description>
    <role-name>administrators</role-name>
    </security-role>
    ..and mapped the roles to groups in sun-application as follows:
    <security-role-mapping>
    <role-name>administrators</role-name>
    <group-name>CMS_PM</group-name>
    <principal-name>rlancett</principal-name>
    </security-role-mapping>
    My user and group information is stored in Active Directory so I have tried to configure the ldap realm in the admin console to get it working. These are the settings i have put in:
    directory: ldap://earth.tier2consulting.com:389
    base-dn: cn=Users,dc=tier2consulting,dc=com
    jaas-context: ldapRealm
    search-bind-dn: cn=administrator,cn=Users,dc=domain,dc=com
    search-bind-password: ******
    search-filter: sAMAccountName=%s
    I get the error message :javax.naming.AuthenticationException: [LDAP: error code 49 - 80090308: LdapErr: DSID-0C09030B, comment: AcceptSecurityContext error, data 525, v893
    WARNING: va:850)
    FINEST: JAAS authentication aborted.
    INFO: SEC5046: Audit: Authentication refused for [administrator].
    I am pretty stuck on this having looked arounds all the forums:
    Has anyone got sun one app server using Active Directory to get user/group information for security roles?
    Thanks.

    Howdy,
    I don't have a solution to your problem, but maybe this tid-bit will help in debugging with Active Directory error messages. I'm new to AD, so excuse me if everyone already knows this, but...
    The error message you get back from the directory contains an error code in hexidecimal:
    LDAP: error code 49 - 80090308: LdapErr: DSID-0C09030B, comment: AcceptSecurityContext error, data 525, v893
    If you translate '525' from hex to decimal you get '1317' which is the error message you can look up here:
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/debug/base/system_error_codes.asp
    1317 - ERROR_NO_SUCH_USER - The specified user does not exist.
    It took me a while to find this tip, so I thought I'd share it. Oh, and the easy way to get decimal from hexidecimal is:
    System.out.println( "Here is 525 in decimal: " + Integer.parseInt("525", 16));
    Okay, hope this helps somebody.
    Now it's up to you to find out why it can't find the administrator!
    Craig

  • Does WLS 6.1 LDAP work with Active Directory?

    I see in the security docs that Microsoft Site Server LDAP is supported. Anyone
    know if it will work with Active Directory which is supposed to be LDAP v3 compatible?
    TIA

    I've done it with :
    <CustomRealm
    ConfigurationData="server.host=myLDAP.mydomain.org;membership.filter=(&
    (member=%M)(objectclass=group));server.port=389;group.dn=ou=groupes,dc=myDomain.org;group.filter=(&(cn=%g)(objectclass=group));server.principal=cn=Administrator,cn=Users,dc=myDomain.org;user.dn=ou=Utilisateurs,dc=myDomain.org;user.filter=(&(cn=%u)(objectclass=person));server.ssl=false"
    Name="MyLDAPv2" Notes="Test ldap V2 active Directory"
    Password="myPassword" RealmClassName="weblogic.security.ldaprealmv2.LDAPRealm"/>
    Will Spies <[email protected]> wrote:
    Can you put up what a sample <CustomRealm/> tag for AD looks like? I'm
    trying to get this to work with no success. Thanks for any help.

  • Issue in ldap-sync with active directory - OIM11gR2

    Hi Expert,
    I have enabled the ldap-sync with Active Directory in OIM11gR2. I followed the below document to enable the ldap-sync.
    Enabling LDAP Synchronization in Oracle Identity Manager - 11g Release 2 (11.1.2)
    For testing if ldap sync is working on not . I run the LDAPSync Post Enable Provision Users to LDAP schedule job. While running the job i encounter below exception in log. Please provide me some pointer to solve my issue. How we can sure ldap sync is configure properly? Please provide me some steps to test it out?
    <Jul 31, 2013 9:51:25 AM PDT> <Warning> <JMS> <BEA-040442> <While attempting to bind JNDI name jms/b2b/B2BEventQueue for destination SOAJMSModule!dist_B2BEventQueue_auto_1_auto in module null a JNDI name conflict was found. This destination has not been bound into JNDI.>
    <Jul 31, 2013 9:51:25 AM PDT> <Error> <oracle.iam.platform.entitymgr.provider.ldap> <BEA-000000> <An error occurred while searching the entity in LDAP, and the corresponding error is - {0}
    javax.naming.NameNotFoundException: Error: NO_SUCH_OBJECT
    LDAP Error 32 : No Such Object [Root exception is oracle.ods.virtualization.service.VirtualizationException: oracle.ods.virtualization.engine.util.DirectoryException: LDAP Error 32 : No Such Object]
      at oracle.ods.virtualization.jndi.OVDUtil.mapErrorCode(OVDUtil.java:151)
      at oracle.ods.virtualization.jndi.OVDContext.search(OVDContext.java:439)
      at javax.naming.directory.InitialDirContext.search(InitialDirContext.java:257)
      at oracle.iam.platform.entitymgr.provider.ldap.LDAPUtil.search(LDAPUtil.java:1073)
      at oracle.iam.platform.entitymgr.provider.ldap.LDAPDataProvider.search(LDAPDataProvider.java:1218)
      at oracle.iam.ldapsync.impl.util.CommonNamePolicyUtil.isUserExists(CommonNamePolicyUtil.java:84)
      at oracle.iam.ldapsync.impl.util.CommonNameGenerationUtil.isCommonNameExistingOrReserved(CommonNameGenerationUtil.java:192)
      at oracle.iam.ldapsync.impl.plugins.FirstNameLastNamePolicy.getCommonNameFromPolicy(FirstNameLastNamePolicy.java:157)
      at oracle.iam.ldapsync.impl.util.CommonNameGenerationUtil.generateCommonName(CommonNameGenerationUtil.java:116)
      at oracle.iam.ldapsync.impl.util.CommonNameGenerationUtil.generateCommonName(CommonNameGenerationUtil.java:82)
      at oracle.iam.oimtoldap.impl.SeedOIMDataInLDAPImpl.createUserInLDAP(SeedOIMDataInLDAPImpl.java:182)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
      at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
      at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
      at oracle.iam.platform.utils.DMSMethodInterceptor.invoke(DMSMethodInterceptor.java:25)
      at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
      at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
      at $Proxy710.createUserInLDAP(Unknown Source)
      at oracle.iam.oimtoldap.api.SeedOIMDataInLDAPEJB.createUserInLDAPx(Unknown Source)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
      at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
      at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
      at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
      at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
      at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
      at com.oracle.pitchfork.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:34)
      at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
      at com.oracle.pitchfork.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:42)
      at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
      at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
      at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
      at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
      at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
      at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
      at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
      at $Proxy709.createUserInLDAPx(Unknown Source)
      at oracle.iam.oimtoldap.api.SeedOIMDataInLDAP_8d8qil_SeedOIMDataInLDAPRemoteImpl.__WL_invoke(Unknown Source)
      at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:40)
      at oracle.iam.oimtoldap.api.SeedOIMDataInLDAP_8d8qil_SeedOIMDataInLDAPRemoteImpl.createUserInLDAPx(Unknown Source)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at weblogic.ejb.container.internal.RemoteBusinessIntfProxy.invoke(RemoteBusinessIntfProxy.java:85)
      at $Proxy163.createUserInLDAPx(Unknown Source)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
      at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:198)
      at $Proxy707.createUserInLDAPx(Unknown Source)
      at oracle.iam.oimtoldap.api.SeedOIMDataInLDAPDelegate.createUserInLDAP(Unknown Source)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
      at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
      at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
      at oracle.iam.platform.utils.DMSMethodInterceptor.invoke(DMSMethodInterceptor.java:25)
      at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
      at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
      at $Proxy708.createUserInLDAP(Unknown Source)
      at oracle.iam.oimtoldap.scheduletasks.user.SeedOIMUsersInLDAP.execute(SeedOIMUsersInLDAP.java:59)
      at oracle.iam.scheduler.vo.TaskSupport$1.processWithoutResult(TaskSupport.java:135)
      at oracle.iam.platform.tx.OIMTransactionCallbackWithoutResult.process(OIMTransactionCallbackWithoutResult.java:9)
      at oracle.iam.platform.tx.OIMTransactionCallback.doInTransaction(OIMTransactionCallback.java:13)
      at oracle.iam.platform.tx.OIMTransactionCallback.doInTransaction(OIMTransactionCallback.java:6)
      at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:128)
      at oracle.iam.platform.tx.OIMTransactionManager.execute(OIMTransactionManager.java:22)
      at oracle.iam.scheduler.vo.TaskSupport.executeJob(TaskSupport.java:116)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at oracle.iam.scheduler.impl.quartz.QuartzJob$TaskExecutionAction.run(QuartzJob.java:266)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.security.Security.runAs(Security.java:41)
      at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs(weblogicLoginSession.java:52)
      at oracle.iam.scheduler.impl.quartz.QuartzJob.execute(QuartzJob.java:75)
      at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
      at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:529)
    Caused By: oracle.ods.virtualization.service.VirtualizationException: oracle.ods.virtualization.engine.util.DirectoryException: LDAP Error 32 : No Such Object
      at oracle.ods.virtualization.operation.SearchOperation.process(SearchOperation.java:209)
      at oracle.ods.virtualization.operation.SearchOperation.process(SearchOperation.java:47)

    I have checked the OIM vs AD attribute mapping. now I am getting  below error. I have also attached the LDAPUsers.xml file . I don't know what went wrong .. How to test ldap-sync is configure properly? I created the user in OIM but in AD user is not getting created. I am not able to see any thing log file liek (dignostic and nohup log)  .. Any idea where I can see the log to identify the issue??
    g 1, 2013 8:15:15 AM PDT> <Warning> <JMS> <BEA-040442> <While attempting to bind JNDI name jms/b2b/B2BEventQueue for destination SOAJMSModule!dist_B2BEventQueue_auto_1_auto in module null a JNDI name conflict was found. This destination has not been bound into JNDI.>
    <Aug 1, 2013 8:15:15 AM PDT> <Warning> <oracle.ods.virtualization.engine.backend.jndi.LDAP1.ConnectionHandle> <OVD-40082> <Could not modify entry.
    javax.naming.OperationNotSupportedException: [LDAP: error code 53 - 0000001F: SvcErr: DSID-031A120C, problem 5003 (WILL_NOT_PERFORM), data 0
    <?xml version='1.0' encoding='UTF-8'?>
    <tns:entity-definition xmlns:tns="http://www.oracle.com/schema/oim/entity" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.oracle.com/schema/oim/entity ../entity.xsd ">
    <entity-type child-entity="false">LDAPUser</entity-type>
    <provider-instance>
    <repository-instance>Directory Server</repository-instance>
    <provider-type>LDAPDataProvider</provider-type>
    <parameters>
    <parameter name="base">
    <value>dc=cgtest,dc=adtest,dc=com</value>
    </parameter>
    <parameter name="rdnattribute">
    <value>cn</value>
    </parameter>
    <parameter name="objectclass">
    <value>orclIDXPerson</value>
    </parameter>
    <parameter name="idattribute">
    <value>objectGUID</value>
    </parameter>
    <parameter name="entityIdentifierObjectclass">
    <value>inetorgperson</value>
    </parameter>
    <parameter name="excludeObjectclass">
    <value>orclappiduser</value>
    </parameter>
    </parameters>
    </provider-instance>
    <container-capability>
    <enabled>false</enabled>
    </container-capability>
    <entity-attributes>
    <attribute name="User Login">
    <type>string</type>
    <required>true</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    </attribute>
    <attribute name="First Name">
    <type>string</type>
    <required>false</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    <MLS>false</MLS>
    </attribute>
    <attribute name="Last Name">
    <type>string</type>
    <required>true</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    <MLS>false</MLS>
    </attribute>
    <attribute name="Middle Name">
    <type>string</type>
    <required>false</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    <MLS>false</MLS>
    </attribute>
    <attribute name="Display Name">
    <type>string</type>
    <required>false</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    <MLS>false</MLS>
    <multi-represented>true</multi-represented>
    </attribute>
    <attribute name="usr_password">
    <type>string</type>
    <required>false</required>
    <attribute-group>Basic</attribute-group>
    <searchable>false</searchable>
    </attribute>
    <attribute name="LDAP GUID">
    <type>string</type>
    <required>false</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    </attribute>
    <attribute name="LDAP DN">
    <type>string</type>
    <required>false</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    </attribute>
    <attribute name="Role">
    <type>string</type>
    <required>false</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    </attribute>
    <attribute name="Email">
    <type>string</type>
    <required>false</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    </attribute>
    <attribute name="Start Date">
    <type>date</type>
    <required>false</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    </attribute>
    <attribute name="End Date">
    <type>date</type>
    <required>false</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    </attribute>
    <attribute name="usr_timezone">
    <type>string</type>
    <required>false</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    </attribute>
    <attribute name="usr_manager_key">
    <type>string</type>
    <required>false</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    </attribute>
    <attribute name="Country">
    <type>string</type>
    <required>false</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    </attribute>
    <attribute name="Department Number">
    <type>string</type>
    <required>false</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    </attribute>
    <attribute name="Description">
    <type>string</type>
    <required>false</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    </attribute>
    <attribute name="Common Name">
    <type>string</type>
    <required>false</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    <MLS>false</MLS>
    </attribute>
    <attribute name="Employee Number">
    <type>string</type>
    <required>false</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    </attribute>
    <attribute name="Fax">
    <type>string</type>
    <required>false</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    </attribute>
    <attribute name="Generation Qualifier">
    <type>string</type>
    <required>false</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    <MLS>false</MLS>
    </attribute>
    <attribute name="Hire Date">
    <type>date</type>
    <required>false</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    </attribute>
    <attribute name="Home Phone">
    <type>string</type>
    <required>false</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    </attribute>
    <attribute name="Home Postal Address">
    <type>string</type>
    <required>false</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    </attribute>
    <attribute name="Locality Name">
    <type>string</type>
    <required>false</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    </attribute>
    <attribute name="Mobile">
    <type>string</type>
    <required>false</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    </attribute>
    <attribute name="Pager">
    <type>string</type>
    <required>false</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    </attribute>
    <attribute name="Postal Address">
    <type>string</type>
    <required>false</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    <MLS>false</MLS>
    </attribute>
    <attribute name="Postal Code">
    <type>string</type>
    <required>false</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    </attribute>
    <attribute name="PO Box">
    <type>string</type>
    <required>false</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    </attribute>
    <attribute name="usr_locale">
    <type>string</type>
    <required>false</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    </attribute>
    <attribute name="State">
    <type>string</type>
    <required>false</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    <MLS>false</MLS>
    </attribute>
    <attribute name="Street">
    <type>string</type>
    <required>false</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    </attribute>
    <attribute name="Telephone Number">
    <type>string</type>
    <required>false</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    </attribute>
    <attribute name="Title">
    <type>string</type>
    <required>false</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    <MLS>false</MLS>
    </attribute>
    <attribute name="Initials">
    <type>string</type>
    <required>false</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    </attribute>
    <attribute name="LDAP Organization">
    <type>string</type>
    <required>false</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    <MLS>false</MLS>
    </attribute>
    <attribute name="LDAP Organization Unit">
    <type>string</type>
    <required>false</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    <MLS>false</MLS>
    </attribute>
    <attribute name="User Status">
    <type>string</type>
    <required>false</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    </attribute>
    <attribute name="Lock Status">
    <type>string</type>
    <required>false</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    </attribute>
    <attribute name="Accessibility Mode">
    <type>string</type>
    <required>false</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    </attribute>
    <attribute name="Color Contrast">
    <type>string</type>
    <required>false</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    </attribute>
    <attribute name="Font Size">
    <type>string</type>
    <required>false</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    </attribute>
    <attribute name="Number Format">
    <type>string</type>
    <required>false</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    </attribute>
    <attribute name="Currency">
    <type>string</type>
    <required>false</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    </attribute>
    <attribute name="Date Format">
    <type>string</type>
    <required>false</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    </attribute>
    <attribute name="Time Format">
    <type>string</type>
    <required>false</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    </attribute>
    <attribute name="Embedded Help">
    <type>string</type>
    <required>false</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    </attribute>
    <attribute name="FA Language">
    <type>string</type>
    <required>false</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    </attribute>
    <attribute name="FA Territory">
    <type>string</type>
    <required>false</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    </attribute>
    <attribute name="User Name Preferred Language">
    <type>string</type>
    <required>false</required>
    <attribute-group>Basic</attribute-group>
    <searchable>true</searchable>
    </attribute>
    </entity-attributes>
    <target-fields>
    <field name="uid">
    <type>string</type>
    <required>true</required>
    </field>
    <field name="givenname">
    <type>string</type>
    <required>false</required>
    </field>
    <field name="sn">
    <type>string</type>
    <required>true</required>
    </field>
    <field name="middleName">
    <type>string</type>
    <required>false</required>
    </field>
    <field name="cn">
    <type>string</type>
    <required>true</required>
    </field>
    <field name="userPassword">
    <type>string</type>
    <required>false</required>
    </field>
    <field name="objectGUID">
    <type>string</type>
    <required>false</required>
    </field>
    <field name="dn">
    <type>string</type>
    <required>false</required>
    </field>
    <field name="employeeType">
    <type>string</type>
    <required>false</required>
    </field>
    <field name="mail">
    <type>string</type>
    <required>false</required>
    </field>
    <field name="orclActiveStartDate">
    <type>date</type>
    <required>false</required>
    </field>
    <field name="orclActiveEndDate">
    <type>date</type>
    <required>false</required>
    </field>
    <field name="orclTimeZone">
    <type>string</type>
    <required>false</required>
    </field>
    <field name="manager">
    <type>string</type>
    <required>false</required>
    </field>
    <field name="c">
    <type>string</type>
    <required>false</required>
    </field>
    <field name="departmentNumber">
    <type>string</type>
    <required>false</required>
    </field>
    <field name="description">
    <type>string</type>
    <required>false</required>
    </field>
    <field name="employeeNumber">
    <type>string</type>
    <required>false</required>
    </field>
    <field name="facsimileTelephoneNumber">
    <type>string</type>
    <required>false</required>
    </field>
    <field name="orclGenerationQualifier">
    <type>string</type>
    <required>false</required>
    </field>
    <field name="orclHireDate">
    <type>date</type>
    <required>false</required>
    </field>
    <field name="homePhone">
    <type>string</type>
    <required>false</required>
    </field>
    <field name="homePostalAddress">
    <type>string</type>
    <required>false</required>
    </field>
    <field name="l">
    <type>string</type>
    <required>false</required>
    </field>
    <field name="mobile">
    <type>string</type>
    <required>false</required>
    </field>
    <field name="pager">
    <type>string</type>
    <required>false</required>
    </field>
    <field name="postalAddress">
    <type>string</type>
    <required>false</required>
    </field>
    <field name="postalCode">
    <type>string</type>
    <required>false</required>
    </field>
    <field name="postOfficeBox">
    <type>string</type>
    <required>false</required>
    </field>
    <field name="preferredLanguage">
    <type>string</type>
    <required>false</required>
    </field>
    <field name="st">
    <type>string</type>
    <required>false</required>
    </field>
    <field name="street">
    <type>string</type>
    <required>false</required>
    </field>
    <field name="telephoneNumber">
    <type>string</type>
    <required>false</required>
    </field>
    <field name="title">
    <type>string</type>
    <required>false</required>
    </field>
    <field name="initials">
    <type>string</type>
    <required>false</required>
    </field>
    <field name="o">
    <type>string</type>
    <required>false</required>
    </field>
    <field name="ou">
    <type>string</type>
    <required>false</required>
    </field>
    <field name="displayName">
    <type>string</type>
    <required>false</required>
    </field>
    <field name="orclAccountEnabled">
    <type>string</type>
    <required>false</required>
    </field>
    <field name="orclAccountLocked">
    <type>string</type>
    <required>false</required>
    </field>
    <field name="orclAccessibilityMode">
    <type>string</type>
    <required>false</required>
    </field>
    <field name="orclColorContrast">
    <type>string</type>
    <required>false</required>
    </field>
    <field name="orclFontSize">
    <type>string</type>
    <required>false</required>
    </field>
    <field name="orclNumberFormat">
    <type>string</type>
    <required>false</required>
    </field>
    <field name="orclCurrency">
    <type>string</type>
    <required>false</required>
    </field>
    <field name="orclDateFormat">
    <type>string</type>
    <required>false</required>
    </field>
    <field name="orclTimeFormat">
    <type>string</type>
    <required>false</required>
    </field>
    <field name="orclEmbeddedHelp">
    <type>string</type>
    <required>false</required>
    </field>
    <field name="orclFALanguage">
    <type>string</type>
    <required>false</required>
    </field>
    <field name="orclFATerritory">
    <type>string</type>
    <required>false</required>
    </field>
    <field name="orclDisplayNameLanguagePreference">
    <type>string</type>
    <required>false</required>
    </field>
    </target-fields>
    <attribute-maps>
    <attribute-map>
    <entity-attribute>User Login</entity-attribute>
    <target-field>uid</target-field>
    </attribute-map>
    <attribute-map>
    <entity-attribute>First Name</entity-attribute>
    <target-field>givenname</target-field>
    </attribute-map>
    <attribute-map>
    <entity-attribute>Last Name</entity-attribute>
    <target-field>sn</target-field>
    </attribute-map>
    <attribute-map>
    <entity-attribute>Middle Name</entity-attribute>
    <target-field>middleName</target-field>
    </attribute-map>
    <attribute-map>
    <entity-attribute>Common Name</entity-attribute>
    <target-field>cn</target-field>
    </attribute-map>
    <attribute-map>
    <entity-attribute>usr_password</entity-attribute>
    <target-field>userPassword</target-field>
    </attribute-map>
    <attribute-map>
    <entity-attribute>LDAP GUID</entity-attribute>
    <target-field>objectGUID</target-field>
    </attribute-map>
    <attribute-map>
    <entity-attribute>LDAP DN</entity-attribute>
    <target-field>dn</target-field>
    </attribute-map>
    <attribute-map>
    <entity-attribute>Role</entity-attribute>
    <target-field>employeeType</target-field>
    </attribute-map>
    <attribute-map>
    <entity-attribute>Email</entity-attribute>
    <target-field>mail</target-field>
    </attribute-map>
    <attribute-map>
    <entity-attribute>Start Date</entity-attribute>
    <target-field>orclActiveStartDate</target-field>
    </attribute-map>
    <attribute-map>
    <entity-attribute>End Date</entity-attribute>
    <target-field>orclActiveEndDate</target-field>
    </attribute-map>
    <attribute-map>
    <entity-attribute>usr_timezone</entity-attribute>
    <target-field>orclTimeZone</target-field>
    </attribute-map>
    <attribute-map>
    <entity-attribute>usr_manager_key</entity-attribute>
    <target-field>manager</target-field>
    </attribute-map>
    <attribute-map>
    <entity-attribute>Country</entity-attribute>
    <target-field>c</target-field>
    </attribute-map>
    <attribute-map>
    <entity-attribute>Department Number</entity-attribute>
    <target-field>departmentNumber</target-field>
    </attribute-map>
    <attribute-map>
    <entity-attribute>Description</entity-attribute>
    <target-field>description</target-field>
    </attribute-map>
    <attribute-map>
    <entity-attribute>Employee Number</entity-attribute>
    <target-field>employeeNumber</target-field>
    </attribute-map>
    <attribute-map>
    <entity-attribute>Fax</entity-attribute>
    <target-field>facsimileTelephoneNumber</target-field>
    </attribute-map>
    <attribute-map>
    <entity-attribute>Generation Qualifier</entity-attribute>
    <target-field>orclGenerationQualifier</target-field>
    </attribute-map>
    <attribute-map>
    <entity-attribute>Hire Date</entity-attribute>
    <target-field>orclHireDate</target-field>
    </attribute-map>
    <attribute-map>
    <entity-attribute>Home Phone</entity-attribute>
    <target-field>homePhone</target-field>
    </attribute-map>
    <attribute-map>
    <entity-attribute>Home Postal Address</entity-attribute>
    <target-field>homePostalAddress</target-field>
    </attribute-map>
    <attribute-map>
    <entity-attribute>Locality Name</entity-attribute>
    <target-field>l</target-field>
    </attribute-map>
    <attribute-map>
    <entity-attribute>Mobile</entity-attribute>
    <target-field>mobile</target-field>
    </attribute-map>
    <attribute-map>
    <entity-attribute>Pager</entity-attribute>
    <target-field>pager</target-field>
    </attribute-map>
    <attribute-map>
    <entity-attribute>Postal Address</entity-attribute>
    <target-field>postalAddress</target-field>
    </attribute-map>
    <attribute-map>
    <entity-attribute>Postal Code</entity-attribute>
    <target-field>postalCode</target-field>
    </attribute-map>
    <attribute-map>
    <entity-attribute>PO Box</entity-attribute>
    <target-field>postOfficeBox</target-field>
    </attribute-map>
    <attribute-map>
    <entity-attribute>State</entity-attribute>
    <target-field>st</target-field>
    </attribute-map>
    <attribute-map>
    <entity-attribute>Street</entity-attribute>
    <target-field>street</target-field>
    </attribute-map>
    <attribute-map>
    <entity-attribute>Telephone Number</entity-attribute>
    <target-field>telephoneNumber</target-field>
    </attribute-map>
    <attribute-map>
    <entity-attribute>Title</entity-attribute>
    <target-field>title</target-field>
    </attribute-map>
    <attribute-map>
    <entity-attribute>Initials</entity-attribute>
    <target-field>initials</target-field>
    </attribute-map>
    <attribute-map>
    <entity-attribute>LDAP Organization</entity-attribute>
    <target-field>o</target-field>
    </attribute-map>
    <attribute-map>
    <entity-attribute>LDAP Organization Unit</entity-attribute>
    <target-field>ou</target-field>
    </attribute-map>
    <attribute-map>
    <entity-attribute>Display Name</entity-attribute>
    <target-field>displayName</target-field>
    </attribute-map>
    <attribute-map>
    <entity-attribute>User Status</entity-attribute>
    <target-field>orclAccountEnabled</target-field>
    </attribute-map>
    <attribute-map>
    <entity-attribute>Lock Status</entity-attribute>
    <target-field>orclAccountLocked</target-field>
    </attribute-map>
    <attribute-map>
    <entity-attribute>Accessibility Mode</entity-attribute>
    <target-field>orclAccessibilityMode</target-field>
    </attribute-map>
    <attribute-map>
    <entity-attribute>Color Contrast</entity-attribute>
    <target-field>orclColorContrast</target-field>
    </attribute-map>
    <attribute-map>
    <entity-attribute>Font Size</entity-attribute>
    <target-field>orclFontSize</target-field>
    </attribute-map>
    <attribute-map>
    <entity-attribute>Number Format</entity-attribute>
    <target-field>orclNumberFormat</target-field>
    </attribute-map>
    <attribute-map>
    <entity-attribute>Currency</entity-attribute>
    <target-field>orclCurrency</target-field>
    </attribute-map>
    <attribute-map>
    <entity-attribute>Date Format</entity-attribute>
    <target-field>orclDateFormat</target-field>
    </attribute-map>
    <attribute-map>
    <entity-attribute>Time Format</entity-attribute>
    <target-field>orclTimeFormat</target-field>
    </attribute-map>
    <attribute-map>
    <entity-attribute>Embedded Help</entity-attribute>
    <target-field>orclEmbeddedHelp</target-field>
    </attribute-map>
    <attribute-map>
    <entity-attribute>FA Language</entity-attribute>
    <target-field>orclFALanguage</target-field>
    </attribute-map>
    <attribute-map>
    <entity-attribute>FA Territory</entity-attribute>
    <target-field>orclFATerritory</target-field>
    </attribute-map>
    <attribute-map>
    <entity-attribute>User Name Preferred Language</entity-attribute>
    <target-field>orclDisplayNameLanguagePreference</target-field>
    </attribute-map>
    </attribute-maps>
    <control-attributes>
    <attribute name="container">
    <type>LDAPContainer</type>
    <required>false</required>
    </attribute>
    </control-attributes>
    </tns:entity-definition>

  • LDAP Using Active Directory failed in BAM

    I tried to configure the LDAP Using Active Directory as described in the BAM installation guide 10.1.3.1.0.
    In appsetting, i gave the server name, username and password used by us. Then i restarted the active data cache and IIS. Then i tried to access the http:\\server\oraclebam. But it is throwing the following error. What shall i do.
    Exception Message The directory service is unavailable
    Stack Trace at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail) at
    System.DirectoryServices.DirectoryEntry.Bind() at System.DirectoryServices.DirectoryEntry.get_AdsObject() at
    System.DirectoryServices.DirectorySearcher.FindAll(Boolean findMoreThanOne) at
    System.DirectoryServices.DirectorySearcher.FindOne() at
    Oracle.BAM.Common.Security.Ldap.LdapAuthenticationTicket.Authenticate(String strName, String strPassword) at
    Oracle.BAM.Common.Security.Authentication.LDAPAuthenticationModule.GetPrincipal(ICredentials oCredentials) at
    Oracle.BAM.Web.Authentication.WebAuthentication.Authenticate(ICredentials oCredentials) at
    Oracle.BAM.Web.Authentication.WebAuthentication.Authenticate() at Oracle.BAM.Web.WebPage.ProcessRequest(Page oPage, String
    strAssembly, String strApp, String strType, String strMethod, String strParam)
    Debugging Information The directory service is unavailable [ErrorSource="System.DirectoryServices"] Debugging information:
    System.Runtime.InteropServices.COMException (0x8007200F): The directory service is unavailable at
    System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail) at System.DirectoryServices.DirectoryEntry.Bind() at
    System.DirectoryServices.DirectoryEntry.get_AdsObject() at System.DirectoryServices.DirectorySearcher.FindAll(Boolean
    findMoreThanOne) at System.DirectoryServices.DirectorySearcher.FindOne() at
    Oracle.BAM.Common.Security.Ldap.LdapAuthenticationTicket.Authenticate(String strName, String strPassword) at
    Oracle.BAM.Common.Security.Authentication.LDAPAuthenticationModule.GetPrincipal(ICredentials oCredentials) at
    Oracle.BAM.Web.Authentication.WebAuthentication.Authenticate(ICredentials oCredentials) at
    Oracle.BAM.Web.Authentication.WebAuthentication.Authenticate() at Oracle.BAM.Web.WebPage.ProcessRequest(Page oPage, String
    strAssembly, String strApp, String strType, String strMethod, String strParam)

    Hi,
    We are also facing the issue stated in the first thread. We followed everything specified in the LDAP PDF under TechNotes and still not able to access the BAM console successfully.
    The error we get is pasted at the end of this post. The request doesn't even seem to reach our LDAP server (configured in a remote system).
    A couple of clarifications required:
    1. Does our windows logon need to be the same as BAM console logon?
    2. I do not know the LDAP setting for my actual windows logon. But i have retained my same usrId and have configured a user in LDAP with my own organization and other hierarchies. I have configured this userId with the complete hierarchy in BAM login management and have given admin access also to this user. Is this correct?
    An error occurred while processing your request
    Details...
    Exception Message The server is not operational
    Stack Trace at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail) at System.DirectoryServices.DirectoryEntry.Bind() at System.DirectoryServices.DirectoryEntry.get_AdsObject() at System.DirectoryServices.DirectorySearcher.FindAll(Boolean findMoreThanOne) at System.DirectoryServices.DirectorySearcher.FindOne() at Oracle.BAM.Common.Security.Ldap.LdapAuthenticationTicket.Authenticate(String strName, String strPassword) at Oracle.BAM.Common.Security.Authentication.LDAPAuthenticationModule.GetPrincipal(ICredentials oCredentials) at Oracle.BAM.Web.Authentication.WebAuthentication.Authenticate(ICredentials oCredentials) at Oracle.BAM.Web.Authentication.WebAuthentication.Authenticate() at Oracle.BAM.Web.WebPage.ProcessRequest(Page oPage, String strAssembly, String strApp, String strType, String strMethod, String strParam) ...
    Debugging Information The server is not operational [ErrorSource="System.DirectoryServices"] Debugging information: System.Runtime.InteropServices.COMException (0x8007203A): The server is not operational at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail) at System.DirectoryServices.DirectoryEntry.Bind() at System.DirectoryServices.DirectoryEntry.get_AdsObject() at System.DirectoryServices.DirectorySearcher.FindAll(Boolean findMoreThanOne) at System.DirectoryServices.DirectorySearcher.FindOne() at Oracle.BAM.Common.Security.Ldap.LdapAuthenticationTicket.Authenticate(String strName, String strPassword) at Oracle.BAM.Common.Security.Authentication.LDAPAuthenticationModule.GetPrincipal(ICredentials oCredentials) at Oracle.BAM.Web.Authentication.WebAuthentication.Authenticate(ICredentials oCredentials) at Oracle.BAM.Web.Authentication.WebAuthentication.Authenticate() at Oracle.BAM.Web.WebPage.ProcessRequest(Page oPage, String strAssembly, String strApp, String strType, String strMethod, String strParam) ...
    Assembly StartPage
    State Oracle.BAM.StartPage.StartUp
    Event Initialize
    Thanks,
    KM

  • Help Apache Tomcat integrate with Active Directory

    Hello ,
    I am trying to authenticate users in Apache Tomcat 5.5 from active
    directory with no such luck.
    The way my users are structured in AD is there's a department root OU
    and then sub OU's for each department . The Groups OU is in its own OU.
    This is the syntax Im using for the server.xml file. I have created
    two groups am and thc and put the neccesary users in the groups.
    <Realm className="org.apache.catalina.realm.JNDIRealm" debug="99"
    connectionURL="ldap://dc1:389"
    alternateURL="ldap://fs6:389"
    userRoleName="member"
    userBase="OU=Departments,dc=2krecovery,dc=com"
    userPattern="cn={0},OU=Departments,dc=2krecovery,dc=com"
    UserSubtree="true"
    roleBase="OU=Groups,dc=2krecovery,dc=com"
    roleName="cn"
    roleSearch="(member={0})"
    roleSubtree="false"
    userSubtree="true"
    />
    Could someone tell me if this is right? Running a Windows 2000 native
    domain level with 2 windows 2000 dc's and one windows 2003 dc.
    Here's the web.xml
    <security-constraint>
    <web-resource-collection>
    <web-resource-name>Tax Housing Compliance</web-resource-name>
    <url-pattern>/thc/*</url-pattern>
    </web-resource-collection>
    <auth-constraint>
    <role-name>thc</role-name>
    </auth-constraint>
    </security-constraint>
    <security-constraint>
    <web-resource-collection>
    <web-resource-name>Asset Management</web-resource-name>
    <url-pattern>/am/*</url-pattern>
    </web-resource-collection>
    <auth-constraint>
    <role-name>am</role-name>
    </auth-constraint>
    </security-constraint>

    Pl do not post duplicates - Use Multi Domain to integrate with Active Directory in R12

  • Registering A Database With Active Directory (10.2.0.2.0)

    Hi
    I've been working through various tutorials on integrating an Oracle Database with Active Directory.
    The AD is running on Windows 2003 Server Standard Edition.
    I've created the schema in AD and (as far as I know set the permissions correctly) and also the LDAP file.
    However, when dbca tries to register the database I get "Unable to create database entry in the directory service. TNS-04405 : General Error'.
    The database is running on XP Pro machine.
    This is the log file output from dbca:
    [Thread-13] [13:44:44:421] [StepContext$ModeRunner.run:2458] ---- Progress Needed:=true
    [Thread-13] [13:44:44:703] [BasicStep.execute:202] Executing Step : PRE_DB_CONFIGURE
    [Thread-13] [13:44:44:703] [BasicStep.configureSettings:304] messageHandler being set=null
    [Thread-13] [13:44:45:109] [PreDBConfigureStep.executeImpl:180] Memory Params to be updated : 0
    [Thread-13] [13:44:45:125] [BasicStep.execute:202] Executing Step : DIR_SERVICE
    [Thread-13] [13:44:45:125] [BasicStep.configureSettings:304] messageHandler being set=null
    [Thread-13] [13:44:45:125] [NetworkUtils.getDefaultDirectoryAuthentication:3359] oracle.net.config.DirectoryService.throwException(Unknown Source)
    oracle.net.config.DirectoryService.query(Unknown Source)
    oracle.net.config.DirectoryService.query(Unknown Source)
    oracle.net.config.DatabaseService.getDefaultDirectoryAuthentication(Unknown Source)
    oracle.sysman.assistants.util.NetworkUtils.getDefaultDirectoryAuthentication(NetworkUtils.java:3354)
    oracle.sysman.assistants.util.step.network.DirServiceStep.executeImpl(DirServiceStep.java:198)
    oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
    oracle.sysman.assistants.util.step.BasicStep.callStep(BasicStep.java:251)
    oracle.sysman.assistants.dbca.backend.PreDBConfigureStep.executeImpl(PreDBConfigureStep.java:195)
    oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
    oracle.sysman.assistants.util.step.Step.execute(Step.java:140)
    oracle.sysman.assistants.util.step.StepContext$ModeRunner.run(StepContext.java:2468)
    Can anyone out there help me...
    Regards.
    Adrian

    "Listener.log"
    TNSLSNR for 32-bit Windows: Version 10.2.0.2.0 - Production on 13-JUN-2007 15:50:16
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is C:\ORANT10G\network\admin\listener.ora
    Log messages written to C:\ORANT10G\network\log\listener.log
    Trace information written to C:\ORANT10G\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=1892
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=xppro)(PORT=1521)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC0ipc)))
    Listener completed notification to CRS on start
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    13-JUN-2007 15:50:20 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=Administrator))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169869824)) * status * 0
    TNSLSNR for 32-bit Windows: Version 10.2.0.2.0 - Production on 13-JUN-2007 16:12:27
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is C:\ORANT10G\network\admin\listener.ora
    Log messages written to C:\ORANT10G\network\log\listener.log
    Trace information written to C:\ORANT10G\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=1544
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=xppro)(PORT=1521)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC0ipc)))
    Listener completed notification to CRS on start
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    TNSLSNR for 32-bit Windows: Version 10.2.0.2.0 - Production on 14-JUN-2007 08:22:01
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is C:\ORANT10G\network\admin\listener.ora
    Log messages written to C:\ORANT10G\network\log\listener.log
    Trace information written to C:\ORANT10G\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=1528
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=xppro)(PORT=1521)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC0ipc)))
    Listener completed notification to CRS on start
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    TNSLSNR for 32-bit Windows: Version 10.2.0.2.0 - Production on 14-JUN-2007 08:46:33
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is C:\ORANT10G\network\admin\listener.ora
    Log messages written to C:\ORANT10G\network\log\listener.log
    Trace information written to C:\ORANT10G\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=1528
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=xppro)(PORT=1521)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC0ipc)))
    Listener completed notification to CRS on start
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    14-JUN-2007 09:43:23 * service_register * ilog * 0
    14-JUN-2007 09:44:16 * service_died * ilog * 12537
    14-JUN-2007 09:44:19 * service_register * ilog * 0
    14-JUN-2007 09:44:22 * service_update * ilog * 0
    14-JUN-2007 09:44:22 * service_update * ilog * 0
    14-JUN-2007 09:44:31 * service_update * ilog * 0
    14-JUN-2007 09:44:37 * service_update * ilog * 0
    14-JUN-2007 09:45:01 * service_update * ilog * 0
    14-JUN-2007 09:45:07 * service_update * ilog * 0
    14-JUN-2007 09:45:12 * service_update * ilog * 0
    14-JUN-2007 09:45:42 * service_update * ilog * 0
    14-JUN-2007 09:46:15 * service_update * ilog * 0
    14-JUN-2007 09:46:48 * service_update * ilog * 0
    14-JUN-2007 09:46:50 * service_update * ilog * 0
    14-JUN-2007 09:46:59 * service_died * ilog * 12537
    14-JUN-2007 09:48:43 * service_register * ilog * 0
    14-JUN-2007 09:49:40 * service_died * ilog * 12537
    14-JUN-2007 09:49:42 * service_register * ilog * 0
    14-JUN-2007 09:49:45 * service_update * ilog * 0
    14-JUN-2007 09:49:45 * service_update * ilog * 0
    14-JUN-2007 09:49:54 * service_update * ilog * 0
    14-JUN-2007 09:49:58 * service_update * ilog * 0
    14-JUN-2007 09:50:19 * service_update * ilog * 0
    14-JUN-2007 09:50:22 * service_update * ilog * 0
    14-JUN-2007 09:50:28 * service_update * ilog * 0
    14-JUN-2007 09:51:01 * service_update * ilog * 0
    14-JUN-2007 09:54:40 * service_update * ilog * 0
    14-JUN-2007 09:54:41 * service_update * ilog * 0
    14-JUN-2007 09:54:46 * service_update * ilog * 0
    14-JUN-2007 09:54:48 * service_died * ilog * 12537
    14-JUN-2007 09:54:51 * service_register * ilog * 0
    14-JUN-2007 09:54:56 * service_update * ilog * 0
    14-JUN-2007 09:54:59 * service_update * ilog * 0
    14-JUN-2007 09:55:02 * service_update * ilog * 0
    14-JUN-2007 09:55:05 * service_update * ilog * 0
    14-JUN-2007 09:55:14 * service_update * ilog * 0
    14-JUN-2007 09:55:23 * service_update * ilog * 0
    14-JUN-2007 09:55:32 * service_update * ilog * 0
    14-JUN-2007 09:55:55 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1216)) * establish * ilog * 0
    14-JUN-2007 09:55:56 * service_update * ilog * 0
    14-JUN-2007 09:56:00 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1217)) * establish * ilog * 0
    14-JUN-2007 09:56:00 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1218)) * establish * ilog * 0
    14-JUN-2007 09:56:01 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1219)) * establish * ilog * 0
    14-JUN-2007 09:56:01 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1220)) * establish * ilog * 0
    14-JUN-2007 09:56:01 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1221)) * establish * ilog * 0
    14-JUN-2007 09:56:01 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1222)) * establish * ilog * 0
    14-JUN-2007 09:56:02 * service_update * ilog * 0
    14-JUN-2007 09:56:05 * service_update * ilog * 0
    14-JUN-2007 09:56:38 * service_update * ilog * 0
    14-JUN-2007 09:57:09 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1228)) * establish * ilog * 0
    14-JUN-2007 09:57:11 * service_update * ilog * 0
    14-JUN-2007 09:57:13 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\bin\emagent.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1229)) * establish * ilog * 0
    14-JUN-2007 09:57:17 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\bin\emagent.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1231)) * establish * ilog * 0
    14-JUN-2007 09:57:24 * ping * 0
    14-JUN-2007 09:57:26 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 09:57:30 * log_status * 0
    14-JUN-2007 09:57:31 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1239)) * establish * ilog * 0
    14-JUN-2007 09:57:34 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169869824)) * status * 0
    14-JUN-2007 09:57:44 * service_update * ilog * 0
    14-JUN-2007 09:57:56 * service_update * ilog * 0
    14-JUN-2007 09:57:58 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1247)) * establish * ilog * 0
    14-JUN-2007 09:58:17 * service_update * ilog * 0
    14-JUN-2007 09:58:50 * service_update * ilog * 0
    14-JUN-2007 09:59:23 * service_update * ilog * 0
    14-JUN-2007 09:59:56 * service_update * ilog * 0
    14-JUN-2007 10:01:02 * service_update * ilog * 0
    14-JUN-2007 10:01:36 * service_update * ilog * 0
    14-JUN-2007 10:01:37 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1307)) * establish * ilog * 0
    14-JUN-2007 10:01:39 * service_update * ilog * 0
    14-JUN-2007 10:01:39 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1312)) * establish * ilog * 0
    14-JUN-2007 10:01:40 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1313)) * establish * ilog * 0
    14-JUN-2007 10:01:40 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1314)) * establish * ilog * 0
    14-JUN-2007 10:01:40 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1315)) * establish * ilog * 0
    14-JUN-2007 10:01:42 * service_update * ilog * 0
    14-JUN-2007 10:01:42 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1320)) * establish * ilog * 0
    14-JUN-2007 10:01:44 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1322)) * establish * ilog * 0
    14-JUN-2007 10:01:45 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1323)) * establish * ilog * 0
    14-JUN-2007 10:02:09 * service_update * ilog * 0
    14-JUN-2007 10:02:19 * ping * 0
    14-JUN-2007 10:02:20 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 10:02:30 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1328)) * establish * ilog * 0
    14-JUN-2007 10:02:42 * service_update * ilog * 0
    14-JUN-2007 10:03:48 * service_update * ilog * 0
    14-JUN-2007 10:03:54 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1346)) * establish * ilog * 0
    14-JUN-2007 10:04:14 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1348)) * establish * ilog * 0
    14-JUN-2007 10:04:21 * service_update * ilog * 0
    14-JUN-2007 10:04:54 * service_update * ilog * 0
    14-JUN-2007 10:06:39 * service_update * ilog * 0
    14-JUN-2007 10:07:20 * ping * 0
    14-JUN-2007 10:07:20 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 10:07:31 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1370)) * establish * ilog * 0
    14-JUN-2007 10:07:39 * service_update * ilog * 0
    14-JUN-2007 10:08:12 * service_update * ilog * 0
    14-JUN-2007 10:09:04 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=services)(ARGUMENTS=64)(SERVICE=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521))))(VERSION=169869824)) * services * 0
    14-JUN-2007 10:09:05 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 10:09:18 * service_update * ilog * 0
    14-JUN-2007 10:09:51 * service_update * ilog * 0
    14-JUN-2007 10:11:00 * service_update * ilog * 0
    14-JUN-2007 10:11:33 * service_update * ilog * 0
    14-JUN-2007 10:11:36 * service_update * ilog * 0
    14-JUN-2007 10:11:58 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1424)) * establish * ilog * 0
    14-JUN-2007 10:12:01 * service_update * ilog * 0
    14-JUN-2007 10:12:01 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1425)) * establish * ilog * 0
    14-JUN-2007 10:12:01 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1426)) * establish * ilog * 0
    14-JUN-2007 10:12:01 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1427)) * establish * ilog * 0
    14-JUN-2007 10:12:01 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1428)) * establish * ilog * 0
    14-JUN-2007 10:12:02 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1429)) * establish * ilog * 0
    14-JUN-2007 10:12:02 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1430)) * establish * ilog * 0
    14-JUN-2007 10:12:02 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1431)) * establish * ilog * 0
    14-JUN-2007 10:12:04 * service_update * ilog * 0
    14-JUN-2007 10:12:07 * service_update * ilog * 0
    14-JUN-2007 10:12:19 * ping * 0
    14-JUN-2007 10:12:19 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 10:12:30 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1442)) * establish * ilog * 0
    14-JUN-2007 10:12:40 * service_update * ilog * 0
    14-JUN-2007 10:13:46 * service_update * ilog * 0
    14-JUN-2007 10:14:19 * service_update * ilog * 0
    14-JUN-2007 10:14:52 * service_update * ilog * 0
    14-JUN-2007 10:15:19 * service_update * ilog * 0
    14-JUN-2007 10:15:25 * service_update * ilog * 0
    14-JUN-2007 10:15:58 * service_update * ilog * 0
    14-JUN-2007 10:16:58 * service_update * ilog * 0
    14-JUN-2007 10:17:04 * service_update * ilog * 0
    14-JUN-2007 10:17:19 * ping * 0
    14-JUN-2007 10:17:20 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 10:17:30 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1497)) * establish * ilog * 0
    14-JUN-2007 10:17:37 * service_update * ilog * 0
    14-JUN-2007 10:18:53 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1505)) * establish * ilog * 0
    14-JUN-2007 10:19:35 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1509)) * establish * ilog * 0
    14-JUN-2007 10:19:37 * service_update * ilog * 0
    14-JUN-2007 10:21:10 * service_update * ilog * 0
    14-JUN-2007 10:21:28 * service_update * ilog * 0
    14-JUN-2007 10:21:44 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1547)) * establish * ilog * 0
    14-JUN-2007 10:21:46 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1548)) * establish * ilog * 0
    14-JUN-2007 10:21:46 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1549)) * establish * ilog * 0
    14-JUN-2007 10:21:46 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1550)) * establish * ilog * 0
    14-JUN-2007 10:21:46 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1551)) * establish * ilog * 0
    14-JUN-2007 10:21:46 * service_update * ilog * 0
    14-JUN-2007 10:21:49 * service_update * ilog * 0
    14-JUN-2007 10:22:01 * service_update * ilog * 0
    14-JUN-2007 10:22:19 * ping * 0
    14-JUN-2007 10:22:19 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 10:22:30 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1555)) * establish * ilog * 0
    14-JUN-2007 10:22:35 * service_update * ilog * 0
    14-JUN-2007 10:24:04 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=services)(ARGUMENTS=64)(SERVICE=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521))))(VERSION=169869824)) * services * 0
    14-JUN-2007 10:24:05 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 10:24:47 * service_update * ilog * 0
    14-JUN-2007 10:25:20 * service_update * ilog * 0
    14-JUN-2007 10:26:44 * service_update * ilog * 0
    14-JUN-2007 10:27:19 * ping * 0
    14-JUN-2007 10:27:19 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 10:27:30 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1597)) * establish * ilog * 0
    14-JUN-2007 10:27:32 * service_update * ilog * 0
    14-JUN-2007 10:28:05 * service_update * ilog * 0
    14-JUN-2007 10:28:14 * service_update * ilog * 0
    14-JUN-2007 10:29:11 * service_update * ilog * 0
    14-JUN-2007 10:29:45 * service_update * ilog * 0
    14-JUN-2007 10:30:18 * service_update * ilog * 0
    14-JUN-2007 10:38:21 * service_update * ilog * 0
    14-JUN-2007 10:47:21 * service_update * ilog * 0
    14-JUN-2007 10:51:12 * service_update * ilog * 0
    14-JUN-2007 10:52:51 * service_update * ilog * 0
    14-JUN-2007 10:53:24 * service_update * ilog * 0
    14-JUN-2007 10:54:30 * service_update * ilog * 0
    14-JUN-2007 10:54:57 * service_update * ilog * 0
    14-JUN-2007 10:55:03 * service_update * ilog * 0
    14-JUN-2007 10:55:36 * service_update * ilog * 0
    14-JUN-2007 10:56:09 * service_update * ilog * 0
    14-JUN-2007 10:57:16 * service_update * ilog * 0
    14-JUN-2007 10:57:49 * service_update * ilog * 0
    14-JUN-2007 10:59:40 * service_update * ilog * 0
    14-JUN-2007 11:00:01 * service_update * ilog * 0
    14-JUN-2007 11:01:04 * service_update * ilog * 0
    14-JUN-2007 11:01:07 * service_update * ilog * 0
    14-JUN-2007 11:02:13 * service_update * ilog * 0
    14-JUN-2007 11:03:19 * service_update * ilog * 0
    14-JUN-2007 11:04:26 * service_update * ilog * 0
    14-JUN-2007 11:04:59 * service_update * ilog * 0
    14-JUN-2007 11:05:32 * service_update * ilog * 0
    14-JUN-2007 11:12:20 * service_update * ilog * 0
    14-JUN-2007 11:14:20 * service_update * ilog * 0
    14-JUN-2007 11:14:53 * service_update * ilog * 0
    14-JUN-2007 11:19:17 * service_update * ilog * 0
    14-JUN-2007 11:19:50 * service_update * ilog * 0
    14-JUN-2007 11:20:23 * service_update * ilog * 0
    14-JUN-2007 11:21:20 * service_update * ilog * 0
    14-JUN-2007 11:29:44 * service_update * ilog * 0
    14-JUN-2007 11:30:22 * service_update * ilog * 0
    14-JUN-2007 11:30:55 * service_update * ilog * 0
    14-JUN-2007 11:31:19 * service_update * ilog * 0
    14-JUN-2007 11:32:01 * service_update * ilog * 0
    14-JUN-2007 11:34:13 * service_update * ilog * 0
    14-JUN-2007 11:34:46 * service_update * ilog * 0
    14-JUN-2007 11:41:19 * service_update * ilog * 0
    14-JUN-2007 11:49:19 * service_update * ilog * 0
    14-JUN-2007 11:50:43 * service_update * ilog * 0
    14-JUN-2007 11:51:16 * service_update * ilog * 0
    14-JUN-2007 11:51:49 * service_update * ilog * 0
    14-JUN-2007 11:52:22 * service_update * ilog * 0
    14-JUN-2007 11:53:28 * service_update * ilog * 0
    14-JUN-2007 11:54:01 * service_update * ilog * 0
    14-JUN-2007 11:54:34 * service_update * ilog * 0
    14-JUN-2007 11:55:07 * service_update * ilog * 0
    14-JUN-2007 12:02:19 * service_update * ilog * 0
    14-JUN-2007 12:12:19 * service_update * ilog * 0
    14-JUN-2007 12:22:19 * service_update * ilog * 0
    14-JUN-2007 12:31:59 * service_update * ilog * 0
    14-JUN-2007 12:32:20 * service_update * ilog * 0
    14-JUN-2007 12:32:32 * service_update * ilog * 0
    14-JUN-2007 12:33:05 * service_update * ilog * 0
    14-JUN-2007 12:33:38 * service_update * ilog * 0
    14-JUN-2007 12:34:11 * service_update * ilog * 0
    14-JUN-2007 12:35:17 * service_update * ilog * 0
    14-JUN-2007 12:35:50 * service_update * ilog * 0
    14-JUN-2007 12:36:23 * service_update * ilog * 0
    14-JUN-2007 12:36:56 * service_update * ilog * 0
    14-JUN-2007 12:37:14 * service_update * ilog * 0
    14-JUN-2007 12:37:29 * service_update * ilog * 0
    14-JUN-2007 12:38:02 * service_update * ilog * 0
    14-JUN-2007 13:36:18 * service_update * ilog * 0
    14-JUN-2007 13:36:21 * service_update * ilog * 0
    14-JUN-2007 13:36:54 * service_update * ilog * 0
    14-JUN-2007 13:40:54 * service_update * ilog * 0
    14-JUN-2007 13:42:24 * service_update * ilog * 0
    14-JUN-2007 13:43:31 * service_update * ilog * 0
    14-JUN-2007 13:44:04 * service_update * ilog * 0
    14-JUN-2007 13:44:37 * service_update * ilog * 0
    14-JUN-2007 13:45:10 * service_update * ilog * 0
    14-JUN-2007 13:45:43 * service_update * ilog * 0
    14-JUN-2007 13:53:25 * service_update * ilog * 0
    14-JUN-2007 13:54:01 * service_update * ilog * 0
    14-JUN-2007 13:55:18 * service_died * ilog * 12537
    14-JUN-2007 13:55:30 * service_register * ilog * 0
    14-JUN-2007 13:55:58 * service_died * ilog * 12537
    14-JUN-2007 14:10:32 * service_register * ilog * 0
    14-JUN-2007 14:10:38 * service_update * ilog * 0
    14-JUN-2007 14:10:41 * service_update * ilog * 0
    14-JUN-2007 14:10:44 * service_update * ilog * 0
    14-JUN-2007 14:11:16 * service_update * ilog * 0
    14-JUN-2007 14:11:22 * service_died * ilog * 12537
    14-JUN-2007 14:12:48 * service_register * ilog * 0
    14-JUN-2007 14:12:53 * service_update * ilog * 0
    14-JUN-2007 14:12:55 * service_update * ilog * 0
    14-JUN-2007 14:12:58 * service_update * ilog * 0
    14-JUN-2007 14:14:01 * service_update * ilog * 0
    14-JUN-2007 14:14:34 * service_update * ilog * 0
    14-JUN-2007 14:15:07 * service_update * ilog * 0
    14-JUN-2007 14:15:40 * service_update * ilog * 0
    14-JUN-2007 14:16:14 * service_update * ilog * 0
    14-JUN-2007 14:16:47 * service_update * ilog * 0
    14-JUN-2007 14:18:26 * service_update * ilog * 0
    14-JUN-2007 14:18:59 * service_update * ilog * 0
    14-JUN-2007 14:19:32 * service_update * ilog * 0
    14-JUN-2007 14:20:05 * service_update * ilog * 0
    14-JUN-2007 14:20:38 * service_update * ilog * 0
    14-JUN-2007 14:21:44 * service_update * ilog * 0
    14-JUN-2007 14:22:17 * service_update * ilog * 0
    14-JUN-2007 14:23:24 * service_update * ilog * 0
    14-JUN-2007 14:23:57 * service_update * ilog * 0
    14-JUN-2007 14:25:04 * service_update * ilog * 0
    14-JUN-2007 14:25:37 * service_update * ilog * 0
    14-JUN-2007 14:26:10 * service_update * ilog * 0
    14-JUN-2007 14:26:40 * service_update * ilog * 0
    14-JUN-2007 14:26:43 * service_update * ilog * 0
    14-JUN-2007 14:27:49 * service_died * ilog * 12547
    TNS-12547: TNS:lost contact
    TNSLSNR for 32-bit Windows: Version 10.2.0.2.0 - Production on 14-JUN-2007 14:35:00
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is C:\ORANT10G\network\admin\listener.ora
    Log messages written to C:\ORANT10G\network\log\listener.log
    Trace information written to C:\ORANT10G\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=1928
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=xppro)(PORT=1521)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC0ipc)))
    Listener completed notification to CRS on start
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    14-JUN-2007 14:37:22 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1078)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:37:38 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1080)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:37:39 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1081)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:37:39 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1082)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:37:39 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1083)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:37:39 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1084)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:37:41 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1086)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:37:41 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1087)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:37:41 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1088)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:37:42 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1090)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:37:43 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1092)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:37:43 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1093)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:37:45 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1095)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:37:47 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1097)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:37:47 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1098)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:37:52 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\bin\emagent.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1100)) * establish * ilog * 12505
    TNS-12505: TNS:listener does not currently know of SID given in connect descriptor
    14-JUN-2007 14:37:52 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\bin\emagent.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1101)) * establish * ilog * 12505
    TNS-12505: TNS:listener does not currently know of SID given in connect descriptor
    14-JUN-2007 14:37:52 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\bin\emagent.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1102)) * establish * ilog * 12505
    TNS-12505: TNS:listener does not currently know of SID given in connect descriptor
    14-JUN-2007 14:37:53 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\bin\emagent.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1103)) * establish * ilog * 12505
    TNS-12505: TNS:listener does not currently know of SID given in connect descriptor
    14-JUN-2007 14:37:53 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\bin\emagent.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1104)) * establish * ilog * 12505
    TNS-12505: TNS:listener does not currently know of SID given in connect descriptor
    14-JUN-2007 14:37:53 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\bin\emagent.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1105)) * establish * ilog * 12505
    TNS-12505: TNS:listener does not currently know of SID given in connect descriptor
    14-JUN-2007 14:37:53 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\bin\emagent.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1106)) * establish * ilog * 12505
    TNS-12505: TNS:listener does not currently know of SID given in connect descriptor
    14-JUN-2007 14:37:53 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\bin\emagent.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1107)) * establish * ilog * 12505
    TNS-12505: TNS:listener does not currently know of SID given in connect descriptor
    14-JUN-2007 14:37:53 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1108)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:37:54 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\bin\emagent.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1109)) * establish * ilog * 12505
    TNS-12505: TNS:listener does not currently know of SID given in connect descriptor
    14-JUN-2007 14:37:54 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\bin\emagent.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1110)) * establish * ilog * 12505
    TNS-12505: TNS:listener does not currently know of SID given in connect descriptor
    14-JUN-2007 14:37:56 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1112)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:37:56 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1113)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:37:59 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1115)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:37:59 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1116)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:37:59 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1118)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:37:59 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1119)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:38:00 * ping * 0
    14-JUN-2007 14:38:01 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 14:38:01 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1122)) * establish * ilog * 12505
    TNS-12505: TNS:listener does not currently know of SID given in connect descriptor
    14-JUN-2007 14:38:02 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1124)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:38:04 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1126)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:38:09 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1130)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:38:12 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1132)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:38:12 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1133)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:38:15 * log_status * 0
    14-JUN-2007 14:38:19 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169869824)) * status * 0
    14-JUN-2007 14:38:29 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1137)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:38:29 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1138)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:38:29 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1140)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:38:29 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1141)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:38:36 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1143)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:38:41 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1145)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:38:45 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1147)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:38:45 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1148)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:39:00 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1150)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:39:00 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1151)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:39:00 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1153)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:39:00 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1154)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:39:08 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1156)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:39:30 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1160)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:39:30 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1161)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:39:30 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1163)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:39:30 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1164)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:39:38 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1166)) * establish * ilog * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    14-JUN-2007 14:39:43 * service_register * ilog * 0
    14-JUN-2007 14:39:45 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1170)) * establish * ilog * 12528
    TNS-12528: TNS:listener: all appropriate instances are blocking new connections
    14-JUN-2007 14:39:49 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1172)) * establish * ilog * 12528
    TNS-12528: TNS:listener: all appropriate instances are blocking new connections
    14-JUN-2007 14:39:49 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1173)) * establish * ilog * 12528
    TNS-12528: TNS:listener: all appropriate instances are blocking new connections
    14-JUN-2007 14:39:52 * service_update * ilog * 0
    14-JUN-2007 14:39:58 * service_update * ilog * 0
    14-JUN-2007 14:40:00 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1175)) * establish * ilog * 0
    14-JUN-2007 14:40:01 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1176)) * establish * ilog * 0
    14-JUN-2007 14:40:01 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1177)) * establish * ilog * 0
    14-JUN-2007 14:40:01 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1178)) * establish * ilog * 0
    14-JUN-2007 14:40:01 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1180)) * establish * ilog * 0
    14-JUN-2007 14:40:01 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1181)) * establish * ilog * 0
    14-JUN-2007 14:40:01 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1182)) * establish * ilog * 0
    14-JUN-2007 14:40:01 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1183)) * establish * ilog * 0
    14-JUN-2007 14:40:01 * service_update * ilog * 0
    14-JUN-2007 14:40:04 * service_update * ilog * 0
    14-JUN-2007 14:40:10 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1185)) * establish * ilog * 0
    14-JUN-2007 14:40:10 * service_update * ilog * 0
    14-JUN-2007 14:40:31 * service_update * ilog * 0
    14-JUN-2007 14:40:46 * service_update * ilog * 0
    14-JUN-2007 14:41:04 * service_update * ilog * 0
    14-JUN-2007 14:41:37 * service_update * ilog * 0
    14-JUN-2007 14:42:11 * service_update * ilog * 0
    14-JUN-2007 14:42:27 * service_update * ilog * 0
    14-JUN-2007 14:42:34 * service_died * ilog * 12537
    14-JUN-2007 15:30:19 * service_register * ilog * 0
    14-JUN-2007 15:31:04 * service_update * ilog * 0
    14-JUN-2007 15:31:05 * service_update * ilog * 0
    14-JUN-2007 15:31:06 * service_died * ilog * 12537
    14-JUN-2007 15:31:10 * service_register * ilog * 0
    14-JUN-2007 15:31:13 * service_update * ilog * 0
    14-JUN-2007 15:31:19 * service_update * ilog * 0
    14-JUN-2007 15:31:22 * service_update * ilog * 0
    14-JUN-2007 15:31:46 * service_update * ilog * 0
    14-JUN-2007 15:31:52 * service_update * ilog * 0
    14-JUN-2007 15:32:25 * service_update * ilog * 0
    14-JUN-2007 15:32:58 * service_update * ilog * 0
    14-JUN-2007 15:36:16 * service_update * ilog * 0
    14-JUN-2007 15:36:17 * service_update * ilog * 0
    14-JUN-2007 15:36:22 * service_update * ilog * 0
    14-JUN-2007 15:36:23 * service_died * ilog * 12537
    14-JUN-2007 15:36:26 * service_register * ilog * 0
    14-JUN-2007 15:36:32 * service_update * ilog * 0
    14-JUN-2007 15:36:35 * service_update * ilog * 0
    14-JUN-2007 15:36:38 * service_update * ilog * 0
    14-JUN-2007 15:36:41 * service_update * ilog * 0
    14-JUN-2007 15:36:47 * service_update * ilog * 0
    14-JUN-2007 15:36:50 * service_update * ilog * 0
    14-JUN-2007 15:36:59 * service_update * ilog * 0
    14-JUN-2007 15:37:08 * service_update * ilog * 0
    14-JUN-2007 15:37:20 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1262)) * establish * ilog * 0
    14-JUN-2007 15:37:20 * service_update * ilog * 0
    14-JUN-2007 15:37:22 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1263)) * establish * ilog * 0
    14-JUN-2007 15:37:22 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1264)) * establish * ilog * 0
    14-JUN-2007 15:37:22 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1265)) * establish * ilog * 0
    14-JUN-2007 15:37:22 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1266)) * establish * ilog * 0
    14-JUN-2007 15:37:22 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1267)) * establish * ilog * 0
    14-JUN-2007 15:37:22 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1268)) * establish * ilog * 0
    14-JUN-2007 15:37:23 * service_update * ilog * 0
    14-JUN-2007 15:37:41 * service_update * ilog * 0
    14-JUN-2007 15:38:14 * service_update * ilog * 0
    14-JUN-2007 15:38:42 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1274)) * establish * ilog * 0
    14-JUN-2007 15:38:44 * service_update * ilog * 0
    14-JUN-2007 15:38:45 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\bin\emagent.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1275)) * establish * ilog * 0
    14-JUN-2007 15:38:47 * service_update * ilog * 0
    14-JUN-2007 15:38:48 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\bin\emagent.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1276)) * establish * ilog * 0
    14-JUN-2007 15:38:50 * ping * 0
    14-JUN-2007 15:38:52 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 15:39:01 * log_status * 0
    14-JUN-2007 15:39:02 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1285)) * establish * ilog * 0
    14-JUN-2007 15:39:04 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169869824)) * status * 0
    14-JUN-2007 15:39:17 * service_update * ilog * 0
    14-JUN-2007 15:39:20 * service_update * ilog * 0
    14-JUN-2007 15:39:29 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1293)) * establish * ilog * 0
    14-JUN-2007 15:39:53 * service_update * ilog * 0
    14-JUN-2007 15:40:26 * service_update * ilog * 0
    14-JUN-2007 15:40:59 * service_update * ilog * 0
    14-JUN-2007 15:41:32 * service_update * ilog * 0
    14-JUN-2007 15:42:05 * service_update * ilog * 0
    14-JUN-2007 15:42:53 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1328)) * establish * ilog * 0
    14-JUN-2007 15:42:55 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1329)) * establish * ilog * 0
    14-JUN-2007 15:42:56 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1330)) * establish * ilog * 0
    14-JUN-2007 15:43:11 * service_update * ilog * 0
    14-JUN-2007 15:43:44 * service_update * ilog * 0
    14-JUN-2007 15:43:50 * ping * 0
    14-JUN-2007 15:43:51 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 15:44:01 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1340)) * establish * ilog * 0
    14-JUN-2007 15:44:17 * service_update * ilog * 0
    14-JUN-2007 15:45:23 * service_update * ilog * 0
    14-JUN-2007 15:45:25 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1347)) * establish * ilog * 0
    14-JUN-2007 15:45:44 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1351)) * establish * ilog * 0
    14-JUN-2007 15:45:56 * service_update * ilog * 0
    14-JUN-2007 15:46:29 * service_update * ilog * 0
    14-JUN-2007 15:47:20 * service_update * ilog * 0
    14-JUN-2007 15:48:50 * ping * 0
    14-JUN-2007 15:48:50 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 15:49:01 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1372)) * establish * ilog * 0
    14-JUN-2007 15:50:35 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=services)(ARGUMENTS=64)(SERVICE=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521))))(VERSION=169869824)) * services * 0
    14-JUN-2007 15:50:37 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 15:53:51 * ping * 0
    14-JUN-2007 15:53:51 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 15:54:02 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1408)) * establish * ilog * 0
    14-JUN-2007 15:54:50 * service_update * ilog * 0
    14-JUN-2007 15:58:45 * service_update * ilog * 0
    14-JUN-2007 15:58:51 * ping * 0
    14-JUN-2007 15:58:51 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 15:59:02 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1436)) * establish * ilog * 0
    14-JUN-2007 16:00:24 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1442)) * establish * ilog * 0
    14-JUN-2007 16:01:06 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1448)) * establish * ilog * 0
    14-JUN-2007 16:03:09 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1460)) * establish * ilog * 0
    14-JUN-2007 16:03:12 * service_update * ilog * 0
    14-JUN-2007 16:03:50 * ping * 0
    14-JUN-2007 16:03:50 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 16:04:01 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1466)) * establish * ilog * 0
    14-JUN-2007 16:05:36 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=services)(ARGUMENTS=64)(SERVICE=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521))))(VERSION=169869824)) * services * 0
    14-JUN-2007 16:05:36 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 16:08:50 * ping * 0
    14-JUN-2007 16:08:51 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 16:09:01 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1498)) * establish * ilog * 0
    14-JUN-2007 16:10:51 * service_update * ilog * 0
    14-JUN-2007 16:13:45 * service_update * ilog * 0
    14-JUN-2007 16:13:50 * ping * 0
    14-JUN-2007 16:13:51 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 16:14:02 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1527)) * establish * ilog * 0
    14-JUN-2007 16:15:25 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1533)) * establish * ilog * 0
    14-JUN-2007 16:18:51 * ping * 0
    14-JUN-2007 16:18:51 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 16:19:02 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1558)) * establish * ilog * 0
    14-JUN-2007 16:19:51 * service_update * ilog * 0
    14-JUN-2007 16:20:36 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=services)(ARGUMENTS=64)(SERVICE=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521))))(VERSION=169869824)) * services * 0
    14-JUN-2007 16:20:37 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 16:23:50 * ping * 0
    14-JUN-2007 16:23:50 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 16:24:01 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1588)) * establish * ilog * 0
    14-JUN-2007 16:27:51 * service_update * ilog * 0
    14-JUN-2007 16:28:50 * ping * 0
    14-JUN-2007 16:28:50 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 16:29:01 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1616)) * establish * ilog * 0
    14-JUN-2007 16:30:24 * service_update * ilog * 0
    14-JUN-2007 16:30:24 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1626)) * establish * ilog * 0
    14-JUN-2007 16:30:27 * service_update * ilog * 0
    14-JUN-2007 16:30:30 * service_update * ilog * 0
    14-JUN-2007 16:31:04 * service_update * ilog * 0
    14-JUN-2007 16:31:07 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1655)) * establish * ilog * 0
    14-JUN-2007 16:31:37 * service_update * ilog * 0
    14-JUN-2007 16:32:41 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1680)) * establish * ilog * 0
    14-JUN-2007 16:32:43 * service_update * ilog * 0
    14-JUN-2007 16:32:44 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1681)) * establish * ilog * 0
    14-JUN-2007 16:32:44 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1682)) * establish * ilog * 0
    14-JUN-2007 16:32:44 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1683)) * establish * ilog * 0
    14-JUN-2007 16:32:46 * service_update * ilog * 0
    14-JUN-2007 16:33:16 * service_update * ilog * 0
    14-JUN-2007 16:33:49 * service_update * ilog * 0
    14-JUN-2007 16:33:50 * ping * 0
    14-JUN-2007 16:33:51 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 16:35:08 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1702)) * establish * ilog * 0
    14-JUN-2007 16:35:29 * service_update * ilog * 0
    14-JUN-2007 16:35:35 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=services)(ARGUMENTS=64)(SERVICE=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521))))(VERSION=169869824)) * services * 0
    14-JUN-2007 16:35:36 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 16:36:02 * service_update * ilog * 0
    14-JUN-2007 16:36:23 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1712)) * establish * ilog * 0
    14-JUN-2007 16:36:26 * service_update * ilog * 0
    14-JUN-2007 16:38:11 * service_update * ilog * 0
    14-JUN-2007 16:38:14 * service_update * ilog * 0
    14-JUN-2007 16:38:47 * service_update * ilog * 0
    14-JUN-2007 16:38:50 * ping * 0
    14-JUN-2007 16:38:50 * service_update * ilog * 0
    14-JUN-2007 16:38:50 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 16:39:01 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1740)) * establish * ilog * 0
    14-JUN-2007 16:39:29 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1744)) * establish * ilog * 0
    14-JUN-2007 16:39:53 * service_update * ilog * 0
    14-JUN-2007 16:43:50 * ping * 0
    14-JUN-2007 16:43:50 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 16:44:01 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1770)) * establish * ilog * 0
    14-JUN-2007 16:45:11 * service_update * ilog * 0
    14-JUN-2007 16:45:24 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1777)) * establish * ilog * 0
    14-JUN-2007 16:46:26 * service_update * ilog * 0
    14-JUN-2007 16:48:50 * ping * 0
    14-JUN-2007 16:48:50 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 16:49:01 * (CONNECT_DATA=(SID=ilog)(CID=(PROGRAM=C:\ORANT10G\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=XPPRO)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1797)) * establish * ilog * 0
    14-JUN-2007 16:50:35 * service_update * ilog * 0
    14-JUN-2007 16:50:35 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=services)(ARGUMENTS=64)(SERVICE=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521))))(VERSION=169869824)) * services * 0
    14-JUN-2007 16:50:37 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=xppro)(PORT=1521)))(VERSION=169869824)) * status * 0
    14-JUN-2007 16:50:54 * service_update * ilog * 0
    14-JUN-2007 16:50:54 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1817)) * establish * ilog * 0
    14-JUN-2007 16:50:57 * service_update * ilog * 0
    14-JUN-2007 16:50:57 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1833)) * establish * ilog * 0
    14-JUN-2007 16:50:58 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1836)) * establish * ilog * 0
    14-JUN-2007 16:50:58 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=ilog)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.37.101.198)(PORT=1837)) * establish * ilog * 0
    14-JUN-2007 16:51:00 * service_update * ilog * 0
    14

  • Integrating OEDQ with Active Directory - Disabling SSL

    Hi fellows,
    I've just installed OEDQ (latest release) on a Unix machine (deployed on WebLogic Server 10.3.6) but I've a couple of concerns:
    SSL Communication --> is it mandatory? I mean, I've tried to expose the dndirector admin page through an OHS Apache Web server. I'm able to access the admin page in plain mode but whenever I try to access a specific functionality (dashboard, user management, server configuration, etc) I'm being redirected to https://<web-server-hostname>:<wls-server-ssl-port>/dndirector, so this is not what I'm expecting. What's wrong? By the way, If SSL is mandatory, is there a way to expose the console via apache (avoiding any redirection)?
    OEDQ with Active Directory --> the following documentation -- Integrating OEDQ with Active Directory -- covers just the Single Sign-on configuration (on both Windows/Unix os). What about a simple configuration pointing to an external ldap? The documentation reports the following statement:
              It is also possible to configure OEDQ to work with different directory servers for user authentication and user identification. For information on alternative configurations, "see "Contact Us"
    So, how can I achieve that?
    Any pointers?
    Thanks in advance,
    Marco

    Hi Marco
    Was out of the office a bit - apologies for the delay.
    It looks like you removed these lines from the configuration:
    cdpad.auth  
    = ldap
    cdpad.auth.bindmethod
    = digest-md5
    cdpad.auth.binddn
    = search: sAMAccountName
    If these are not present, the user name is combined with @cdpsede.cassaddpp.it and used to login into AD.  Depending on how user names are setup, this may or may not work.
    If you replace the lines above, then the user account is searched for against the AD UserPrincipalName or the sAMAccountName attributes.  The value of the latter attributre is then used as the login attempt.
    So for example, if you enter the user name if marco.bonadonna, EDQ would search for an AD entry with userPrincipalName = [email protected] or with sAMAccountName = marco.bonadonna and then it would use the value of the sAMAccountName attribute to connect to AD (using digest-md5 for encryption) along with the password.
    If you use
    cdpad.auth.binddn = search: dn
    then EDQ will use the full distiinguished name (DN) of the entry in the bind attempt.
    It is sometimes easier to test connections using a LDAP browser - Apache Directory Studio (see http://directory.apache.org/studio/) is one I use.  You can then check user name and password combination outside EDQ.
    You can also get additional server logging on LDAP interactions in EDQ by adding the line:
    userauth.level = all
    to the logging.properties file in the EDQ config directory.  Then where will be lots of diagnostics in the EDQ main0,log file.
    By the way, there is some documentation for this in the on-line help for EDQ.
    Richard

  • Urgent: Configuring LDAP or Active Directory on Windows XP

    I tried authenticating user against infromation stored in Database tables dont know whats the problem its not working, I followed all the required steps for that but not succeed. So I decided to validate the user against LDAP or Active directory. Can anyone tell me how to configure LDAP or Active Directory in Windows XP.
    Please help me out as only one day remained for to submit my project, everything is done except the login page.
    And I dont think I may get even grade C if there is no security for the application. Please help me out in configuring Active Directory or LDAP and ASAP please.

    Yea I agree with you the custom table is easiest way then AD but I was working on the problem from almost a week now and I don't have much time to sort out things with that anymore.
    Help me in configuring AD on Windows XP Professional with SP2, as I'm running out of time.
    the below link is the detailed steps I followed for Custom Authentication:
    Urgent: Custom Database Authentication
    Please help me out for Configuring AD.

  • Problems with Active Directory and Windows 2003

    Hello,
    I'm using Mac OS X Server 10.4.9 with Active Directory bound to a Windows 2003 Active Directory Domain. I can bind successfully to the domain using the graphical interface. Then in Samba I can access shared directories using Windows users. However, after some time somehow there are problems and Windows users aren't authenticated anymore on the Mac. I've looked at the firewall and there are no denied packets from the Mac. There are two servers in the domain, all clocks are synchronized and domain information is up to date. When I unbind the Mac, I can see the machine account being deleted on both domain servers and created too on both machines when I bind to the domain.
    Problems occur when I try login in using ssh or samba do I think this is a problem with the AD module.
    I turned on debugging messages on DirectoryServices:
    sudo killall -USR1 DirectoryService
    When in Windows, using the Administrator user I try:
    net use \\10.0.0.1 /user:domain\Administrator
    Where 10.0.0.1 is the Mac.
    In the Mac I get from
    tail -f /Library/Logs/DirectoryService/DirectoryService.debug.log |grep ADPlug
    2007-06-27 10:48:37 CDT - ADPlugin: Calling GetRecordList
    2007-06-27 10:48:37 CDT - ADPlugin: 16784372 - Calling GetRecordList Routine
    2007-06-27 10:48:37 CDT - ADPlugin: Search Records called in ADSWrapper
    2007-06-27 10:48:37 CDT - ADPlugin: Searching attribute: dsAttrTypeStandard:RecordName
    2007-06-27 10:48:37 CDT - ADPlugin: Searching domain domain.com.mx for User administrator
    2007-06-27 10:48:37 CDT - ADPlugin: Failed getting credentials at line 2687 in ADSEngine.mm
    2007-06-27 10:48:37 CDT - ADPlugin: Returning 0 Results
    2007-06-27 10:48:37 CDT - ADPlugin: 16784372 - Put 0 records in Buffer for RecordList
    2007-06-27 10:48:37 CDT - ADPlugin: Calling AttributeValueSearch
    2007-06-27 10:48:37 CDT - ADPlugin: Search Records called in ADSWrapper
    2007-06-27 10:48:37 CDT - ADPlugin: Searching attribute: dsAttrTypeStandard:RealName
    2007-06-27 10:48:37 CDT - ADPlugin: Adding Search for Attribute displayName containing DOMAIN\administrator
    2007-06-27 10:48:37 CDT - ADPlugin: Did DC search with queryFilter = (&(objectCategory=cn=person,cn=schema,cn=configuration,dc=domain,dc=com,dc=mx)( displayName=DOMAIN\\administrator)), limit 1
    2007-06-27 10:48:37 CDT - ADPlugin: Failed getting credentials at line 2687 in ADSEngine.mm
    2007-06-27 10:48:37 CDT - ADPlugin: 16784372 - Put 0 records in Buffer for AttributeValueSearch
    2007-06-27 10:48:37 CDT - ADPlugin: Calling GetRecordList
    2007-06-27 10:48:37 CDT - ADPlugin: 16784372 - Calling GetRecordList Routine
    2007-06-27 10:48:37 CDT - ADPlugin: Search Records called in ADSWrapper
    2007-06-27 10:48:37 CDT - ADPlugin: Searching attribute: dsAttrTypeStandard:RecordName
    2007-06-27 10:48:37 CDT - ADPlugin: Searching domain domain.com.mx for User administrator
    2007-06-27 10:48:37 CDT - ADPlugin: Failed getting credentials at line 2687 in ADSEngine.mm
    2007-06-27 10:48:37 CDT - ADPlugin: Returning 0 Results
    2007-06-27 10:48:37 CDT - ADPlugin: 16784372 - Put 0 records in Buffer for RecordList
    2007-06-27 10:48:37 CDT - ADPlugin: Calling AttributeValueSearch
    2007-06-27 10:48:37 CDT - ADPlugin: Search Records called in ADSWrapper
    2007-06-27 10:48:37 CDT - ADPlugin: Searching attribute: dsAttrTypeStandard:RealName
    2007-06-27 10:48:37 CDT - ADPlugin: Adding Search for Attribute displayName containing domain\administrator
    2007-06-27 10:48:37 CDT - ADPlugin: Did DC search with queryFilter = (&(objectCategory=cn=person,cn=schema,cn=configuration,dc=domain,dc=com,dc=mx)( displayName=domain\\administrator)), limit 1
    2007-06-27 10:48:37 CDT - ADPlugin: Failed getting credentials at line 2687 in ADSEngine.mm
    2007-06-27 10:48:37 CDT - ADPlugin: 16784372 - Put 0 records in Buffer for AttributeValueSearch
    2007-06-27 10:48:37 CDT - ADPlugin: Calling GetRecordList
    2007-06-27 10:48:37 CDT - ADPlugin: 16784372 - Calling GetRecordList Routine
    2007-06-27 10:48:37 CDT - ADPlugin: Search Records called in ADSWrapper
    2007-06-27 10:48:37 CDT - ADPlugin: Searching attribute: dsAttrTypeStandard:RecordName
    2007-06-27 10:48:37 CDT - ADPlugin: Searching domain domain.com.mx for User ADMINISTRATOR
    2007-06-27 10:48:37 CDT - ADPlugin: Failed getting credentials at line 2687 in ADSEngine.mm
    2007-06-27 10:48:37 CDT - ADPlugin: Returning 0 Results
    2007-06-27 10:48:37 CDT - ADPlugin: 16784372 - Put 0 records in Buffer for RecordList
    2007-06-27 10:48:37 CDT - ADPlugin: Calling AttributeValueSearch
    2007-06-27 10:48:37 CDT - ADPlugin: Search Records called in ADSWrapper
    2007-06-27 10:48:37 CDT - ADPlugin: Searching attribute: dsAttrTypeStandard:RealName
    2007-06-27 10:48:37 CDT - ADPlugin: Adding Search for Attribute displayName containing domain\administrator
    2007-06-27 10:48:37 CDT - ADPlugin: Did DC search with queryFilter = (&(objectCategory=cn=person,cn=schema,cn=configuration,dc=domain,dc=com,dc=mx)( displayName=DOMAIN\\ADMINISTRATOR)), limit 1
    2007-06-27 10:48:37 CDT - ADPlugin: Failed getting credentials at line 2687 in ADSEngine.mm
    2007-06-27 10:48:37 CDT - ADPlugin: 16784372 - Put 0 records in Buffer for AttributeValueSearch
    2007-06-27 10:48:37 CDT - ADPlugin: Calling GetRecordList
    2007-06-27 10:48:37 CDT - ADPlugin: 16784372 - Calling GetRecordList Routine
    2007-06-27 10:48:37 CDT - ADPlugin: Search Records called in ADSWrapper
    2007-06-27 10:48:37 CDT - ADPlugin: Searching attribute: dsAttrTypeStandard:RecordName
    2007-06-27 10:48:37 CDT - ADPlugin: Locating User with Query (&(objectCategory=person)(|(cn=administrator)(sAMAccountName=administrator)(dis playName=administrator)(mail=administrator)(userPrincipalName=administrator)(use rPrincipalName=administrator@*)))
    2007-06-27 10:48:37 CDT - ADPlugin: Failed getting credentials at line 2687 in ADSEngine.mm
    2007-06-27 10:48:37 CDT - ADPlugin: Failed getting credentials at line 2687 in ADSEngine.mm
    2007-06-27 10:48:37 CDT - ADPlugin: Returning 0 Results
    2007-06-27 10:48:37 CDT - ADPlugin: 16784372 - Put 0 records in Buffer for RecordList
    2007-06-27 10:48:37 CDT - ADPlugin: Calling AttributeValueSearch
    2007-06-27 10:48:37 CDT - ADPlugin: Search Records called in ADSWrapper
    2007-06-27 10:48:37 CDT - ADPlugin: Searching attribute: dsAttrTypeStandard:RealName
    2007-06-27 10:48:37 CDT - ADPlugin: Adding Search for Attribute displayName containing ADMINISTRATOR
    2007-06-27 10:48:37 CDT - ADPlugin: Did DC search with queryFilter = (&(objectCategory=cn=person,cn=schema,cn=configuration,dc=domain,dc=com,dc=mx)( displayName=administrator)), limit 1
    2007-06-27 10:48:37 CDT - ADPlugin: Failed getting credentials at line 2687 in ADSEngine.mm
    2007-06-27 10:48:37 CDT - ADPlugin: 16784372 - Put 0 records in Buffer for AttributeValueSearch
    2007-06-27 10:48:37 CDT - ADPlugin: Calling GetRecordList
    2007-06-27 10:48:37 CDT - ADPlugin: 16784372 - Calling GetRecordList Routine
    2007-06-27 10:48:37 CDT - ADPlugin: Search Records called in ADSWrapper
    2007-06-27 10:48:37 CDT - ADPlugin: Searching attribute: dsAttrTypeStandard:RecordName
    2007-06-27 10:48:37 CDT - ADPlugin: Locating User with Query (&(objectCategory=person)(|(cn=ADMINISTRATOR)(sAMAccountName=ADMINISTRATOR)(dis playName=ADMINISTRATOR)(mail=ADMINISTRATOR)(userPrincipalName=ADMINISTRATOR)(use rPrincipalName=ADMINISTRATOR@*)))
    2007-06-27 10:48:37 CDT - ADPlugin: Failed getting credentials at line 2687 in ADSEngine.mm
    2007-06-27 10:48:38 CDT - ADPlugin: Failed getting credentials at line 2687 in ADSEngine.mm
    2007-06-27 10:48:38 CDT - ADPlugin: Returning 0 Results
    2007-06-27 10:48:38 CDT - ADPlugin: 16784372 - Put 0 records in Buffer for RecordList
    2007-06-27 10:48:38 CDT - ADPlugin: Calling AttributeValueSearch
    2007-06-27 10:48:38 CDT - ADPlugin: Search Records called in ADSWrapper
    2007-06-27 10:48:38 CDT - ADPlugin: Searching attribute: dsAttrTypeStandard:RealName
    2007-06-27 10:48:38 CDT - ADPlugin: Adding Search for Attribute displayName containing ADMINISTRATOR
    2007-06-27 10:48:38 CDT - ADPlugin: Did DC search with queryFilter = (&(objectCategory=cn=person,cn=schema,cn=configuration,dc=domain,dc=com,dc=mx)( displayName=ADMINISTRATOR)), limit 1
    2007-06-27 10:48:38 CDT - ADPlugin: Failed getting credentials at line 2687 in ADSEngine.mm
    2007-06-27 10:48:38 CDT - ADPlugin: 16784372 - Put 0 records in Buffer for AttributeValueSearch
    2007-06-27 10:48:38 CDT - ADPlugin: Calling GetRecordList
    2007-06-27 10:48:38 CDT - ADPlugin: 16784372 - Calling GetRecordList Routine
    2007-06-27 10:48:38 CDT - ADPlugin: Search Records called in ADSWrapper
    2007-06-27 10:48:38 CDT - ADPlugin: Searching attribute: dsAttrTypeStandard:RecordName
    2007-06-27 10:48:38 CDT - ADPlugin: Locating User with Query (&(objectCategory=person)(|(cn=administrator)(sAMAccountName=administrator)(dis playName=administrator)(mail=administrator)(userPrincipalName=administrator)(use rPrincipalName=administrator@*)))
    2007-06-27 10:48:38 CDT - ADPlugin: Failed getting credentials at line 2687 in ADSEngine.mm
    2007-06-27 10:48:38 CDT - ADPlugin: Failed getting credentials at line 2687 in ADSEngine.mm
    2007-06-27 10:48:38 CDT - ADPlugin: Returning 0 Results
    2007-06-27 10:48:38 CDT - ADPlugin: 16784372 - Put 0 records in Buffer for RecordList
    2007-06-27 10:48:38 CDT - ADPlugin: Calling AttributeValueSearch
    2007-06-27 10:48:38 CDT - ADPlugin: Search Records called in ADSWrapper
    2007-06-27 10:48:38 CDT - ADPlugin: Searching attribute: dsAttrTypeStandard:RealName
    2007-06-27 10:48:38 CDT - ADPlugin: Adding Search for Attribute displayName containing ADMINISTRATOR
    2007-06-27 10:48:38 CDT - ADPlugin: Did DC search with queryFilter = (&(objectCategory=cn=person,cn=schema,cn=configuration,dc=domain,dc=com,dc=mx)( displayName=administrator)), limit 1
    2007-06-27 10:48:38 CDT - ADPlugin: Failed getting credentials at line 2687 in ADSEngine.mm
    2007-06-27 10:48:38 CDT - ADPlugin: 16784372 - Put 0 records in Buffer for AttributeValueSearch
    2007-06-27 10:48:38 CDT - ADPlugin: Calling GetRecordList
    2007-06-27 10:48:38 CDT - ADPlugin: 16784372 - Calling GetRecordList Routine
    2007-06-27 10:48:38 CDT - ADPlugin: Search Records called in ADSWrapper
    2007-06-27 10:48:38 CDT - ADPlugin: Searching attribute: dsAttrTypeStandard:RecordName
    2007-06-27 10:48:38 CDT - ADPlugin: Locating User with Query (&(objectCategory=person)(|(cn=ADMINISTRATOR)(sAMAccountName=ADMINISTRATOR)(dis playName=ADMINISTRATOR)(mail=ADMINISTRATOR)(userPrincipalName=ADMINISTRATOR)(use rPrincipalName=ADMINISTRATOR@*)))
    2007-06-27 10:48:38 CDT - ADPlugin: Failed getting credentials at line 2687 in ADSEngine.mm
    2007-06-27 10:48:38 CDT - ADPlugin: Failed getting credentials at line 2687 in ADSEngine.mm
    2007-06-27 10:48:38 CDT - ADPlugin: Returning 0 Results
    2007-06-27 10:48:38 CDT - ADPlugin: 16784372 - Put 0 records in Buffer for RecordList
    2007-06-27 10:48:38 CDT - ADPlugin: Calling AttributeValueSearch
    2007-06-27 10:48:38 CDT - ADPlugin: Search Records called in ADSWrapper
    2007-06-27 10:48:38 CDT - ADPlugin: Searching attribute: dsAttrTypeStandard:RealName
    2007-06-27 10:48:38 CDT - ADPlugin: Adding Search for Attribute displayName containing ADMINISTRATOR
    2007-06-27 10:48:38 CDT - ADPlugin: Did DC search with queryFilter = (&(objectCategory=cn=person,cn=schema,cn=configuration,dc=domain,dc=com,dc=mx)( displayName=ADMINISTRATOR)), limit 1
    2007-06-27 10:48:38 CDT - ADPlugin: Failed getting credentials at line 2687 in ADSEngine.mm
    2007-06-27 10:48:38 CDT - ADPlugin: 16784372 - Put 0 records in Buffer for AttributeValueSearch
    2007-06-27 10:48:38 CDT - ADPlugin: Calling GetRecordList
    2007-06-27 10:48:38 CDT - ADPlugin: 16784372 - Calling GetRecordList Routine
    2007-06-27 10:48:38 CDT - ADPlugin: Search Records called in ADSWrapper
    2007-06-27 10:48:38 CDT - ADPlugin: Searching attribute: dsAttrTypeStandard:RecordName
    2007-06-27 10:48:38 CDT - ADPlugin: Searching domain domain.com.mx for User administrator
    2007-06-27 10:48:38 CDT - ADPlugin: Failed getting credentials at line 2687 in ADSEngine.mm
    2007-06-27 10:48:38 CDT - ADPlugin: Returning 0 Results
    2007-06-27 10:48:38 CDT - ADPlugin: 16784372 - Put 0 records in Buffer for RecordList
    2007-06-27 10:48:38 CDT - ADPlugin: Calling AttributeValueSearch
    2007-06-27 10:48:38 CDT - ADPlugin: Search Records called in ADSWrapper
    2007-06-27 10:48:38 CDT - ADPlugin: Searching attribute: dsAttrTypeStandard:RealName
    2007-06-27 10:48:38 CDT - ADPlugin: Adding Search for Attribute displayName containing DOMAIN\administrator
    2007-06-27 10:48:38 CDT - ADPlugin: Did DC search with queryFilter = (&(objectCategory=cn=person,cn=schema,cn=configuration,dc=domain,dc=com,dc=mx)( displayName=DOMAIN\\administrator)), limit 1
    2007-06-27 10:48:38 CDT - ADPlugin: Failed getting credentials at line 2687 in ADSEngine.mm
    2007-06-27 10:48:38 CDT - ADPlugin: 16784372 - Put 0 records in Buffer for AttributeValueSearch
    2007-06-27 10:48:38 CDT - ADPlugin: Calling GetRecordList
    2007-06-27 10:48:38 CDT - ADPlugin: 16784372 - Calling GetRecordList Routine
    2007-06-27 10:48:38 CDT - ADPlugin: Search Records called in ADSWrapper
    2007-06-27 10:48:38 CDT - ADPlugin: Searching attribute: dsAttrTypeStandard:RecordName
    2007-06-27 10:48:38 CDT - ADPlugin: Searching domain domain.com.mx for User administrator
    2007-06-27 10:48:38 CDT - ADPlugin: Failed getting credentials at line 2687 in ADSEngine.mm
    2007-06-27 10:48:38 CDT - ADPlugin: Returning 0 Results
    2007-06-27 10:48:38 CDT - ADPlugin: 16784372 - Put 0 records in Buffer for RecordList
    2007-06-27 10:48:38 CDT - ADPlugin: Calling AttributeValueSearch
    2007-06-27 10:48:38 CDT - ADPlugin: Search Records called in ADSWrapper
    2007-06-27 10:48:38 CDT - ADPlugin: Searching attribute: dsAttrTypeStandard:RealName
    2007-06-27 10:48:38 CDT - ADPlugin: Adding Search for Attribute displayName containing domain\administrator
    2007-06-27 10:48:38 CDT - ADPlugin: Did DC search with queryFilter = (&(objectCategory=cn=person,cn=schema,cn=configuration,dc=domain,dc=com,dc=mx)( displayName=domain\\administrator)), limit 1
    2007-06-27 10:48:38 CDT - ADPlugin: Failed getting credentials at line 2687 in ADSEngine.mm
    2007-06-27 10:48:38 CDT - ADPlugin: 16784372 - Put 0 records in Buffer for AttributeValueSearch
    2007-06-27 10:48:38 CDT - ADPlugin: Calling GetRecordList
    2007-06-27 10:48:38 CDT - ADPlugin: 16784372 - Calling GetRecordList Routine
    2007-06-27 10:48:38 CDT - ADPlugin: Search Records called in ADSWrapper
    2007-06-27 10:48:38 CDT - ADPlugin: Searching attribute: dsAttrTypeStandard:RecordName
    2007-06-27 10:48:38 CDT - ADPlugin: Searching domain domain.com.mx for User ADMINISTRATOR
    2007-06-27 10:48:38 CDT - ADPlugin: Failed getting credentials at line 2687 in ADSEngine.mm
    2007-06-27 10:48:38 CDT - ADPlugin: Returning 0 Results
    2007-06-27 10:48:38 CDT - ADPlugin: 16784372 - Put 0 records in Buffer for RecordList
    2007-06-27 10:48:38 CDT - ADPlugin: Calling AttributeValueSearch
    2007-06-27 10:48:38 CDT - ADPlugin: Search Records called in ADSWrapper
    2007-06-27 10:48:38 CDT - ADPlugin: Searching attribute: dsAttrTypeStandard:RealName
    2007-06-27 10:48:38 CDT - ADPlugin: Adding Search for Attribute displayName containing DOMAIN\ADMINISTRATOR
    2007-06-27 10:48:38 CDT - ADPlugin: Did DC search with queryFilter = (&(objectCategory=cn=person,cn=schema,cn=configuration,dc=domain,dc=com,dc=mx)( displayName=DOMAIN\\ADMINISTRATOR)), limit 1
    2007-06-27 10:48:38 CDT - ADPlugin: Failed getting credentials at line 2687 in ADSEngine.mm
    2007-06-27 10:48:38 CDT - ADPlugin: 16784372 - Put 0 records in Buffer for AttributeValueSearch
    2007-06-27 10:48:38 CDT - ADPlugin: Calling GetRecordList
    2007-06-27 10:48:38 CDT - ADPlugin: 16784372 - Calling GetRecordList Routine
    2007-06-27 10:48:38 CDT - ADPlugin: Search Records called in ADSWrapper
    2007-06-27 10:48:38 CDT - ADPlugin: Searching attribute: dsAttrTypeStandard:RecordName
    2007-06-27 10:48:38 CDT - ADPlugin: Locating User with Query (&(objectCategory=person)(|(cn=administrator)(sAMAccountName=administrator)(dis playName=administrator)(mail=administrator)(userPrincipalName=administrator)(use rPrincipalName=administrator@*)))
    2007-06-27 10:48:38 CDT - ADPlugin: Failed getting credentials at line 2687 in ADSEngine.mm
    2007-06-27 10:48:38 CDT - ADPlugin: Failed getting credentials at line 2687 in ADSEngine.mm
    2007-06-27 10:48:38 CDT - ADPlugin: Returning 0 Results
    2007-06-27 10:48:38 CDT - ADPlugin: 16784372 - Put 0 records in Buffer for RecordList
    2007-06-27 10:48:38 CDT - ADPlugin: Calling AttributeValueSearch
    2007-06-27 10:48:38 CDT - ADPlugin: Search Records called in ADSWrapper
    2007-06-27 10:48:38 CDT - ADPlugin: Searching attribute: dsAttrTypeStandard:RealName
    2007-06-27 10:48:38 CDT - ADPlugin: Adding Search for Attribute displayName containing ADMINISTRATOR
    2007-06-27 10:48:38 CDT - ADPlugin: Did DC search with queryFilter = (&(objectCategory=cn=person,cn=schema,cn=configuration,dc=domain,dc=com,dc=mx)( displayName=administrator)), limit 1
    2007-06-27 10:48:38 CDT - ADPlugin: Failed getting credentials at line 2687 in ADSEngine.mm
    2007-06-27 10:48:38 CDT - ADPlugin: 16784372 - Put 0 records in Buffer for AttributeValueSearch
    2007-06-27 10:48:38 CDT - ADPlugin: Calling GetRecordList
    2007-06-27 10:48:38 CDT - ADPlugin: 16784372 - Calling GetRecordList Routine
    2007-06-27 10:48:38 CDT - ADPlugin: Search Records called in ADSWrapper
    2007-06-27 10:48:38 CDT - ADPlugin: Searching attribute: dsAttrTypeStandard:RecordName
    2007-06-27 10:48:38 CDT - ADPlugin: Locating User with Query (&(objectCategory=person)(|(cn=ADMINISTRATOR)(sAMAccountName=ADMINISTRATOR)(dis playName=ADMINISTRATOR)(mail=ADMINISTRATOR)(userPrincipalName=ADMINISTRATOR)(use rPrincipalName=ADMINISTRATOR@*)))
    2007-06-27 10:48:38 CDT - ADPlugin: Failed getting credentials at line 2687 in ADSEngine.mm
    2007-06-27 10:48:38 CDT - ADPlugin: Failed getting credentials at line 2687 in ADSEngine.mm
    2007-06-27 10:48:38 CDT - ADPlugin: Returning 0 Results
    2007-06-27 10:48:38 CDT - ADPlugin: 16784372 - Put 0 records in Buffer for RecordList
    2007-06-27 10:48:38 CDT - ADPlugin: Calling AttributeValueSearch
    2007-06-27 10:48:38 CDT - ADPlugin: Search Records called in ADSWrapper
    2007-06-27 10:48:38 CDT - ADPlugin: Searching attribute: dsAttrTypeStandard:RealName
    2007-06-27 10:48:38 CDT - ADPlugin: Adding Search for Attribute displayName containing ADMINISTRATOR
    2007-06-27 10:48:38 CDT - ADPlugin: Did DC search with queryFilter = (&(objectCategory=cn=person,cn=schema,cn=configuration,dc=domain,dc=com,dc=mx)( displayName=ADMINISTRATOR)), limit 1
    2007-06-27 10:48:38 CDT - ADPlugin: Failed getting credentials at line 2687 in ADSEngine.mm
    2007-06-27 10:48:38 CDT - ADPlugin: 16784372 - Put 0 records in Buffer for AttributeValueSearch
    2007-06-27 10:48:38 CDT - ADPlugin: Calling GetRecordList
    2007-06-27 10:48:38 CDT - ADPlugin: 16784372 - Calling GetRecordList Routine
    2007-06-27 10:48:38 CDT - ADPlugin: Search Records called in ADSWrapper
    2007-06-27 10:48:38 CDT - ADPlugin: Searching attribute: dsAttrTypeStandard:RecordName
    2007-06-27 10:48:38 CDT - ADPlugin: Locating User with Query (&(objectCategory=person)(|(cn=administrator)(sAMAccountName=administrator)(dis playName=administrator)(mail=administrator)(userPrincipalName=administrator)(use rPrincipalName=administrator@*)))
    2007-06-27 10:48:38 CDT - ADPlugin: Failed getting credentials at line 2687 in ADSEngine.mm
    2007-06-27 10:48:38 CDT - ADPlugin: Failed getting credentials at line 2687 in ADSEngine.mm
    2007-06-27 10:48:38 CDT - ADPlugin: Returning 0 Results
    2007-06-27 10:48:38 CDT - ADPlugin: 16784372 - Put 0 records in Buffer for RecordList
    2007-06-27 10:48:38 CDT - ADPlugin: Calling AttributeValueSearch
    2007-06-27 10:48:38 CDT - ADPlugin: Search Records called in ADSWrapper
    2007-06-27 10:48:38 CDT - ADPlugin: Searching attribute: dsAttrTypeStandard:RealName
    2007-06-27 10:48:38 CDT - ADPlugin: Adding Search for Attribute displayName containing ADMINISTRATOR
    2007-06-27 10:48:38 CDT - ADPlugin: Did DC search with queryFilter = (&(objectCategory=cn=person,cn=schema,cn=configuration,dc=domain,dc=com,dc=mx)( displayName=administrator)), limit 1
    2007-06-27 10:48:38 CDT - ADPlugin: Failed getting credentials at line 2687 in ADSEngine.mm
    2007-06-27 10:48:38 CDT - ADPlugin: 16784372 - Put 0 records in Buffer for AttributeValueSearch
    2007-06-27 10:48:38 CDT - ADPlugin: Calling GetRecordList
    2007-06-27 10:48:38 CDT - ADPlugin: 16784372 - Calling GetRecordList Routine
    2007-06-27 10:48:38 CDT - ADPlugin: Search Records called in ADSWrapper
    2007-06-27 10:48:38 CDT - ADPlugin: Searching attribute: dsAttrTypeStandard:RecordName
    2007-06-27 10:48:38 CDT - ADPlugin: Locating User with Query (&(objectCategory=person)(|(cn=ADMINISTRATOR)(sAMAccountName=ADMINISTRATOR)(dis playName=ADMINISTRATOR)(mail=ADMINISTRATOR)(userPrincipalName=ADMINISTRATOR)(use rPrincipalName=ADMINISTRATOR@*)))
    2007-06-27 10:48:38 CDT - ADPlugin: Failed getting credentials at line 2687 in ADSEngine.mm
    2007-06-27 10:48:38 CDT - ADPlugin: Failed getting credentials at line 2687 in ADSEngine.mm
    2007-06-27 10:48:38 CDT - ADPlugin: Returning 0 Results
    2007-06-27 10:48:38 CDT - ADPlugin: 16784372 - Put 0 records in Buffer for RecordList
    2007-06-27 10:48:38 CDT - ADPlugin: Calling AttributeValueSearch
    2007-06-27 10:48:38 CDT - ADPlugin: Search Records called in ADSWrapper
    2007-06-27 10:48:38 CDT - ADPlugin: Searching attribute: dsAttrTypeStandard:RealName
    2007-06-27 10:48:38 CDT - ADPlugin: Adding Search for Attribute displayName containing ADMINISTRATOR
    2007-06-27 10:48:38 CDT - ADPlugin: Did DC search with queryFilter = (&(objectCategory=cn=person,cn=schema,cn=configuration,dc=domain,dc=com,dc=mx)( displayName=ADMINISTRATOR)), limit 1
    2007-06-27 10:48:38 CDT - ADPlugin: Failed getting credentials at line 2687 in ADSEngine.mm
    2007-06-27 10:48:38 CDT - ADPlugin: 16784372 - Put 0 records in Buffer for AttributeValueSearch
    2007-06-27 10:48:38 CDT - ADPlugin: Calling OpenDirNode
    2007-06-27 10:48:38 CDT - ADPlugin: Opening Specific Node domain.com.mx
    2007-06-27 10:48:38 CDT - ADPlugin: Calling GetRecordList
    2007-06-27 10:48:38 CDT - ADPlugin: 16833877 - Calling GetRecordList Routine
    2007-06-27 10:48:38 CDT - ADPlugin: Search Records called in ADSWrapper
    2007-06-27 10:48:38 CDT - ADPlugin: Searching attribute: dsAttrTypeStandard:RecordName
    2007-06-27 10:48:38 CDT - ADPlugin: Locating User with Query (&(objectCategory=person)(|(cn=administrator)(sAMAccountName=administrator)(dis playName=administrator)(mail=administrator)(userPrincipalName=administrator)(use rPrincipalName=administrator@*)))
    2007-06-27 10:48:38 CDT - ADPlugin: Failed getting credentials at line 2687 in ADSEngine.mm
    2007-06-27 10:48:38 CDT - ADPlugin: Failed getting credentials at line 2687 in ADSEngine.mm
    2007-06-27 10:48:38 CDT - ADPlugin: Returning 0 Results
    2007-06-27 10:48:38 CDT - ADPlugin: 16833877 - Put 0 records in Buffer for RecordList
    2007-06-27 10:48:38 CDT - ADPlugin: Calling CloseDirNode
    2007-06-27 10:48:42 CDT - ADPlugin: Calling OpenDirNode
    2007-06-27 10:48:43 CDT - ADPlugin: Opening Specific Node domain.com.mx
    2007-06-27 10:48:43 CDT - ADPlugin: Calling GetRecordList
    2007-06-27 10:48:43 CDT - ADPlugin: 16833881 - Calling GetRecordList Routine
    2007-06-27 10:48:43 CDT - ADPlugin: Search Records called in ADSWrapper
    2007-06-27 10:48:43 CDT - ADPlugin: Searching attribute: dsAttrTypeStandard:RecordName
    2007-06-27 10:48:43 CDT - ADPlugin: Locating User with Query (&(objectCategory=person)(|(cn=administrator)(sAMAccountName=administrator)(dis playName=administrator)(mail=administrator)(userPrincipalName=administrator)(use rPrincipalName=administrator@*)))
    2007-06-27 10:48:43 CDT - ADPlugin: Failed getting credentials at line 2687 in ADSEngine.mm
    2007-06-27 10:48:43 CDT - ADPlugin: Failed getting credentials at line 2687 in ADSEngine.mm
    2007-06-27 10:48:43 CDT - ADPlugin: Returning 0 Results
    2007-06-27 10:48:43 CDT - ADPlugin: 16833881 - Put 0 records in Buffer for RecordList
    2007-06-27 10:48:43 CDT - ADPlugin: Calling CloseDirNode
    I really don't know what to do. The Windows Event log shows no messages. The link used to work and there have been no changes in the domain servers.
    The key line seems to be:
    2007-06-27 10:48:43 CDT - ADPlugin: Failed getting credentials at line 2687 in ADSEngine.mm
    But I don't know what that ADSEngine.mm is.
    XServe G5   Mac OS X (10.4.9)  

    Hello.
    Thanks for your reply.
    I tried the net use with a drive letter with and without the /user switch. When I use a domain user domain\user1 I can't connect. When I use a user local to the XServe it works.
    When I use
    net use x: \\10.0.0.1\share /user:domain\user1
    I get prompted for a password, but it doesn't work.
    I checked the firewall and all packets to or from the mac are accepted, no denied or dropped packages.
    I already went through the MS document on fw ports. Before I opened to Kerberos ports the binding failed. No the binding work OK.
    Some users who were authenticated yesterday still can access files using the Windows domain accounts. It's new users trying to connect those who have problems.
    This is what the Samba log.smbd log shows:
    [2007/07/04 14:58:45, 2] /SourceCache/samba/samba-100.7/samba/source/smbd/sesssetup.c:setupnew_vcsession(662)
    setupnew_vcsession: New VC == 0, if NT4.x compatible we would close all old resources.
    [2007/07/04 14:58:45, 2] /SourceCache/samba/samba-100.7/samba/source/smbd/sesssetup.c:setupnew_vcsession(662)
    setupnew_vcsession: New VC == 0, if NT4.x compatible we would close all old resources.
    [2007/07/04 14:58:46, 0] /SourceCache/samba/samba-100.7/samba/source/auth/authutil.c:make_server_infoinfo3(1138)
    makeserver_infoinfo3: pdbinitsam failed!
    [2007/07/04 14:58:46, 0] pdbods.c:odssamgetsampwnam(2329)
    odssam_getsampwnam: [0]getsam_recordattributes dsRecTypeStandard:Users no account for 'user1'!
    [2007/07/04 14:58:46, 2] /SourceCache/samba/samba-100.7/samba/source/auth/auth.c:checkntlmpassword(367)
    checkntlmpassword: Authentication for user [user1] -> [user1] FAILED with error NTSTATUS_NO_SUCHUSER
    This is what the DS log shows:
    2007-07-04 14:58:46 CDT - ADPlugin: 16892201 - Calling GetRecordList Routine
    2007-07-04 14:58:46 CDT - ADPlugin: Search Records called in ADSWrapper
    2007-07-04 14:58:46 CDT - ADPlugin: Searching attribute: dsAttrTypeStandard:RecordName
    2007-07-04 14:58:46 CDT - ADPlugin: Locating User with Query (&(objectCategory=person)(|(cn=user1)(sAMAccountName=user1)(displayName=user1)( mail=user1)(userPrincipalName=user1)(userPrincipalName=user1@*)))
    2007-07-04 14:58:46 CDT - ADPlugin: Failed getting credentials at line 2687 in ADSEngine.mm
    2007-07-04 14:58:46 CDT - ADPlugin: Failed getting credentials at line 2687 in ADSEngine.mm
    2007-07-04 14:58:46 CDT - ADPlugin: Returning 0 Results
    2007-07-04 14:58:46 CDT - ADPlugin: 16892201 - Put 0 records in Buffer for RecordList
    XServe G5   Mac OS X (10.4.9)  

  • Issue with Active Directory User Target Recon

    Hi ,
    I am facing an issue with Active Directory User Target Recon
    My environment is OIM 11g R2 with BP03 patch applied
    AD Connector is activedirectory-11.1.1.5 with bundle patch 14190610 applied
    In my Target there are around 28000 users out of which 14000 have AD account (includes Provisioned,Revoked,Disabled accounts)
    When i am running Active Directory User Target Recon i am not putting any filter cleared the batch start and batch size parameters and ran the recon job .Job ran successfully but it stopped after processing around 3000 users only.
    Retried the job two three times but every time it is stopping after processing some users but not processing all the users.
    Checked the log file oimdiagnostic logs and Connector server logs cannot see any errors in it.
    Checked the user profile of users processed can see AD account provisioned for users
    My query is why this job is not processing allthe users.Please point if i am missing some thing .
    thanks in advance

    Check the connector server load when you are running the recon. Last time I checked the connector, the way it was written is that it loads all the users from AD into the connector server memory and then sends them to OIM. So if the number was huge, then the connector server errored out and did not send data to OIM. We then did recon based on OUs to load/link all the users into OIM. Check the connector server system logs and check for memory usage etc.
    -Bikash

  • Single Signon and Integration with Active Directory

    Hi,
    We have a requirement to integrate Active Directory with SAP and implement Single Signon solution. Our Active Directory is running on Windows 2003 and we are having systems 4.7 , ECC6.0 which run on Linux OS in our landscape.
    Can anyone of you help me by answering following questions
    1. Is there any need of any third party solution(tool) to integrate  Active Directory and SAP and activate single signon?
    2.Is there any difference in integration from SAP 4.7 and ECC6.0 of SAP on Linux OS with Active Directory ?
    3. If possible please share any documents or links on above issue.
    Suitable answers will be rewarded with points. Thanks in advance for your help
    Regards
    Murali

    > Thank you very much for providing me the link. But the document on link seem to be in German. Can you please let me know how to get English version of this document.
    I'm sorry, you'd have to ask Realtech for that document in English.
    Basically you can follow
    http://osdir.com/ml/encryption.kerberos.general/2004-11/msg00007.html
    Markus

  • Tighter Integration with Active Directory User Groups

    I just wrapped up a Jabber deployment with IM&P 9.1(1) and J4W clients 9.1(3).
    The customer asked me if it is on Cisco's roadmap to allow groups in Active Directory to be pulled into the Jabber client.  The primary business case is to allow those in IT to send out IM blasts to the corporation or certain departments.
    Obviously, this would require a significant amount of development and a much tighter integration with Active Directory, but I need to ask anyway.
    Has something like this been identified and placed on any roadmap?
    Thanks,
    Matthew Berry

    Unfortunately this kind of questions cannot be addressed here, roadmap questions need to go thru official channels for an answer.
    You need to reach your SE/AM for this question.
    HTH
    java
    if this helps, please rate
    www.cisco.com/go/pdihelpdesk

  • OIM Integration with Active Directory Federation Services (ADFS)

    Hello friends
    I have a question about the integration of Oracle Identity Manager with Active Directory which is federated with another external directory for ADFS. My question is:
    What considerations should be to contemplate if I have an active directory federated environment when carrying out the integration with Identity Manager?
    I use version 9.1.0.2 of Oracle Identity Manager with Microsoft Active Directory Connector User Management 9.1.1.7
    Thanks for the support.

    First consideration is that the OIM's target ADFS - in the federated scenario, will that participate as a Service provider or identity provider. I would think identity provider.
    Next consideration: What all attributes are required to be played in the SAML assertion to the other end-point? All these attributes must be present and should be provisioned to the AD in this case.
    So, OIM should be set up (UDF etc) to provision all those attributes needed in the SAML.
    Next consideration: What all scenario to support? IdP initiated or SP initiated? If SP initiated, then process will hv to be defined if a user id does not exist in the AD of the OIM target. Will the request be failed or a in-time provisioning should happen.
    Hope this helps.

  • Beginners guide to integration with Active Directory?

    Hi (complete beginner to this, but a quick learner)
    I don't know where to start with regards to getting the Macs on our network connecting like the PCs. Currently we have about 100 Macs on 10.4.x that are bound to the AD using Directory Access - users can log in, but that's about as far as integration goes. Their home folders do not "map" to the corresponding folders on the Macs, and we (as administrators) have no control over the Mac network users like we would have the local Mac users.
    I've been asked to look into this issue, and along with creating new modular 10.5.x system builds for all our Macs (different hardware, different software needs, different physical locations), I need to know what the next steps are. I have no experience of using Mac OS X Server or Active Directory. Besides telling me to ask the IT department to hire a Mac professional, what should I be looking into next?
    So far, this is how I think the process goes:
    1) Ensure I have solid modular system builds ready to go for the different macs/different classrooms.
    2) Get an Xserve for IT.
    3) Have Open Directory integrate with Active Directory, so that the same access controls/permissions are applied to the Mac users as they are the Windows users (including Finder access controls, Application controls, folder mapping etc) - *this is where I need guidance*.
    4) Push out the system builds to the Macs on the network
    5) Connect the Macs using Open Directory...
    6) ...
    As you can see, my knowledge kind of peters out towards the end there; is this a realistic undertaking for me (a classroom technician who happens to use Macs - NOT trained in any of this) and the Mac-phobic IT department (who would prefer switching all of our workstations to PC)? Are we going to have to bite the bullet and get some expensive consultants in?

    pisto_grih wrote:
    Hi (complete beginner to this, but a quick learner)
    I don't know where to start with regards to getting the Macs on our network connecting like the PCs. Currently we have about 100 Macs on 10.4.x that are bound to the AD using Directory Access - users can log in, but that's about as far as integration goes. Their home folders do not "map" to the corresponding folders on the Macs, and we (as administrators) have no control over the Mac network users like we would have the local Mac users.
    And that is about as far as the Apple plugin will take you. In order to do more you need to either extend schema (very scary), look at third party products like Centrify (very expensive), or look at getting an OS X Server and implementing the "magic triangle" in which OS X attributes are managed in OD while users, groups, and password are managed by AD.
    I've been asked to look into this issue, and along with creating new modular 10.5.x system builds for all our Macs (different hardware, different software needs, different physical locations), I need to know what the next steps are. I have no experience of using Mac OS X Server or Active Directory. Besides telling me to ask the IT department to hire a Mac professional, what should I be looking into next?
    If you go the route of OS X Server and MCX settings, make life easy on yourself and build one common build. Then limit app access based on your groups. That way you can simplify the number of images you maintain down to one (provided you have appropriate licensing).
    So far, this is how I think the process goes:
    1) Ensure I have solid modular system builds ready to go for the different macs/different classrooms.
    See above. But if you need to, look at InstaDMG
    2) Get an Xserve for IT.
    Yep. But if you are only doing MCX you might want to look for a cheeper alternative. The Xserve can offer some nice additions, including software update server and Netinstall server among others.
    3) Have Open Directory integrate with Active Directory, so that the same access controls/permissions are applied to the Mac users as they are the Windows users (including Finder access controls, Application controls, folder mapping etc) - *this is where I need guidance*.
    Yep. You are on the money.
    4) Push out the system builds to the Macs on the network
    Push huh. Look at Radmind. Then take a summer off to learn it. Then become god.
    5) Connect the Macs using Open Directory...
    Actually, connect the macs to both AD and OD. This will allow authentication and instantiating through AD and management through OD. Works very well.
    6) ...
    As you can see, my knowledge kind of peters out towards the end there; is this a realistic undertaking for me (a classroom technician who happens to use Macs - NOT trained in any of this) and the Mac-phobic IT department (who would prefer switching all of our workstations to PC)? Are we going to have to bite the bullet and get some expensive consultants in?
    It is learnable especially with the summer and available hardware. However, supporting the consulting industry is always nice http://consultants.apple.com
    Hope this helps

Maybe you are looking for

  • SAP Crystal report toolbar doesn't appear

    I have Crystal report which looks like below in browser window i want to design the crystal report . I didn't want the group tree to show . And the toolbar doesn't show in the top of the browser. And i also need the watermark image in the center of t

  • Key Photo in Albums

    Anyone figure out how to set the key photo when using Albums in iWeb? It appears to be very similar to the iPhoto web gallery, however I can not seem to figure out how to do it.

  • Adjustments not taking full effect

    Hello, I am editing a photograph in Photoshop CC 64bit and when I try to use adjustments such as Brightness/Contrast, Levels, Curves or Exposure etc, the adjustment does not seem to take effect to the extent that I am shown in the preview. So for exa

  • Please Advice--Forms or Data Blocks

    Hi, Please advice,,, Is it preferred to create forms for different screens or it is ok and acceptable to create different blocks?? the screens are: Purchasing invoices,sales invoices, suppliers(add,search,...), customers(add,search,...), Maintenance,

  • SNP extraction

    Hi,         Is the extraction from APO - SNP any different from APO-DP? In APO-DP , I generate the export data source and then replicate it in BW and then create the custom cube etc.. Is this any different for APO-SNP or is it the same? In DP , we us