Install OCS 10.1.2 Infra DB failed with LDAP: error code 16 on Workspaces

during install OCS Infrastructure DB OCS have error:
... processed key-value: logfile=/oracle/product/dbocs/workspaces/logs/cw_config_backend.log
... processed key-value: action=setup_backend
... processed key-value: oh=/oracle/product/dbocs
... processed key-value: oid=oid.domain
... processed key-value: oid_port=389
... processed key-value: oid_user_dn=cn=orcladmin
... processed key-value: oid_passwd=xxxxxx
... processed key-value: db_sn=ocs.domain
... processed key-value: dba_user=sys
... processed key-value: dba_passwd=xxxxxx
... processed key-value: cw_db_passwd=xxxxxx
Attempting to set logfile to: /oracle/product/dbocs/workspaces/logs/cw_config_backend.log
Processed oh=/oracle/product/dbocs
BACKEND installation ...
... Trying to lookup database dn
... Obtain OID connection
...... Can not obtain OID ssl port.
...... OID port = "389"
...... Trying to establish a non-ssl connection. OID host "oid.domain", OID port "389", OID user dn "cn=orcladmin".
... OID connection created.
...... You must specify either db_dn or db_sn.
...... ldap search filter "(&(objectclass=orcldbserver)(orcldbglobalname=ocs.domain))"
...... Succesfully located database dn "cn=ocs,cn=OracleContext".
...... Database dn = "cn=ocs,cn=OracleContext"
... Validating existence and version of CW schema: "CWSYS" in database: "cn=ocs,cn=OracleContext".
... Obtain JDBC connect string
... JDBC connect string = "(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=ocsoas.domain)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=ocs.domain)))"
...derived: "jdbc_str=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=ocsoas.domain)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=ocs.domain)))".
Opening JDBC connection: "jdbc:oracle:thin:sys/xxxxxx@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=ocsoas.domain)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=ocs.domain)))"
Opening JDBC connection: "jdbc:oracle:thin:sys/xxxxxx@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=ocsoas.domain)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=ocs.domain)))"
Unlocking schema and setting passwd: "CWSYS/xxxxxx".
Opening JDBC connection: "jdbc:oracle:thin:sys/xxxxxx@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=ocsoas.domain)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=ocs.domain)))"
... Checking Workspaces container.
... Container "cn=CollaborativeWorkspaces,cn=Products,cn=OracleContext" already exist.
... Finish checking Workspaces container.
... Trying to create backend application entity in OID
...... Database dn = "cn=ocs,cn=OracleContext"
...... Backend entity name = "ocs"
...... Backend entity dn = "orclApplicationCommonName=ocs,cn=Database Instances,cn=CollaborativeWorkspaces,cn=Products,cn=OracleContext"
... Backend entries already exist. Cleanup old entries.
deregisterProvisioningListener ...
app dn = orclApplicationCommonName=ocs,cn=Database Instances,cn=CollaborativeWorkspaces,cn=Products,cn=OracleContext
subscriber = dc=domain,dc=com
... Trying to remove entity "orclApplicationCommonName=ocs,cn=Database Instances,cn=CollaborativeWorkspaces,cn=Products,cn=OracleContext".
... Deleting "orclApplicationCommonName=ocs,cn=Database Instances,cn=CollaborativeWorkspaces,cn=Products,cn=OracleContext"
Adding Workspaces application entity to: cn=Service Registry Viewers,cn=Groups,cn=OracleContext
Adding Workspaces application entity to: cn=Service Registry Admins,cn=Groups,cn=OracleContext
... Insufficient privilege to create application entity "orclApplicationCommonName=ocs,cn=Database Instances,cn=CollaborativeWorkspaces,cn=Products,cn=OracleContext". Please check the user DN and password.
javax.naming.directory.NoSuchAttributeException: [LDAP: error code 16 - One or more values for attribute uniquemember does not exist]; remaining name 'cn=Service Registry Admins,cn=Groups,cn=OracleContext'
at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3009)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2934)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2740)
at com.sun.jndi.ldap.LdapCtx.c_modifyAttributes(LdapCtx.java:1373)
at com.sun.jndi.toolkit.ctx.ComponentDirContext.p_modifyAttributes(ComponentDirContext.java:235)
at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.modifyAttributes(PartialCompositeDirContext.java:147)
at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.modifyAttributes(PartialCompositeDirContext.java:136)
at javax.naming.directory.InitialDirContext.modifyAttributes(InitialDirContext.java:136)
at oracle.workspaces.share.util.oid.OIDShareUtil.setEntryAttribute(OIDShareUtil.java:471)
at oracle.workspaces.share.util.oid.OIDShareUtil.addMemberToGroup(OIDShareUtil.java:420)
at oracle.workspaces.share.util.oid.OIDShareUtil.addMemberToGroupIgnoreDuplicateMember(OIDShareUtil.java:435)
at oracle.workspaces.install.CwConfigOID.createBackendEntity(CwConfigOID.java:1205)
at oracle.workspaces.install.CwConfigOID.registerBackend(CwConfigOID.java:449)
at oracle.workspaces.install.CwConfig.regBackend(CwConfig.java:320)
at oracle.workspaces.install.CwConfig.run(CwConfig.java:609)
at oracle.workspaces.install.CwConfig.main(CwConfig.java:790)
oracle.workspaces.install.CwCAException: Error while executing action: "setup_backend"
Caused by: javax.naming.directory.NoSuchAttributeException: [LDAP: error code 16 - One or more values for attribute uniquemember does not exist]
at oracle.workspaces.install.CwConfig.run(CwConfig.java:639)
at oracle.workspaces.install.CwConfig.main(CwConfig.java:790)
Caused by: javax.naming.directory.NoSuchAttributeException: [LDAP: error code 16 - One or more values for attribute uniquemember does not exist]; remaining name 'cn=Service Registry Admins,cn=Groups,cn=OracleContext'
at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3009)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2934)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2740)
at com.sun.jndi.ldap.LdapCtx.c_modifyAttributes(LdapCtx.java:1373)
at com.sun.jndi.toolkit.ctx.ComponentDirContext.p_modifyAttributes(ComponentDirContext.java:235)
at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.modifyAttributes(PartialCompositeDirContext.java:147)
at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.modifyAttributes(PartialCompositeDirContext.java:136)
at javax.naming.directory.InitialDirContext.modifyAttributes(InitialDirContext.java:136)
at oracle.workspaces.share.util.oid.OIDShareUtil.setEntryAttribute(OIDShareUtil.java:471)
at oracle.workspaces.share.util.oid.OIDShareUtil.addMemberToGroup(OIDShareUtil.java:420)
at oracle.workspaces.share.util.oid.OIDShareUtil.addMemberToGroupIgnoreDuplicateMember(OIDShareUtil.java:435)
at oracle.workspaces.install.CwConfigOID.createBackendEntity(CwConfigOID.java:1205)
at oracle.workspaces.install.CwConfigOID.registerBackend(CwConfigOID.java:449)
at oracle.workspaces.install.CwConfig.regBackend(CwConfig.java:320)
at oracle.workspaces.install.CwConfig.run(CwConfig.java:609)
... 1 more
javax.naming.directory.NoSuchAttributeException: [LDAP: error code 16 - One or more values for attribute uniquemember does not exist]; remaining name 'cn=Service Registry Admins,cn=Groups,cn=OracleContext'
at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3009)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2934)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2740)
at com.sun.jndi.ldap.LdapCtx.c_modifyAttributes(LdapCtx.java:1373)
at com.sun.jndi.toolkit.ctx.ComponentDirContext.p_modifyAttributes(ComponentDirContext.java:235)
at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.modifyAttributes(PartialCompositeDirContext.java:147)
at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.modifyAttributes(PartialCompositeDirContext.java:136)
at javax.naming.directory.InitialDirContext.modifyAttributes(InitialDirContext.java:136)
at oracle.workspaces.share.util.oid.OIDShareUtil.setEntryAttribute(OIDShareUtil.java:471)
at oracle.workspaces.share.util.oid.OIDShareUtil.addMemberToGroup(OIDShareUtil.java:420)
at oracle.workspaces.share.util.oid.OIDShareUtil.addMemberToGroupIgnoreDuplicateMember(OIDShareUtil.java:435)
at oracle.workspaces.install.CwConfigOID.createBackendEntity(CwConfigOID.java:1205)
at oracle.workspaces.install.CwConfigOID.registerBackend(CwConfigOID.java:449)
at oracle.workspaces.install.CwConfig.regBackend(CwConfig.java:320)
at oracle.workspaces.install.CwConfig.run(CwConfig.java:609)
at oracle.workspaces.install.CwConfig.main(CwConfig.java:790)
What should i do?
help.
Thanks

closed
Re: Install OCS 10.1.2 Infra DB failed with LDAP: error code 16 on Workspac

Similar Messages

  • Windows Server 2012 Windows Backup failed with following error code '0x8078006B' (Windows Backup failed to create the shared protection point on the source volumes.).

    The Volume Shadow Copy service initially was running under the context of System, so we thought that ‘System’ doesn’t have permissions to access network shares. 
    When the Volume Shadow Copy service was running under the context of System, this was the error logged:
    “failed with following error code '0x8078014B' (There was a failure in creating a directory on the backup storage location.).”
    Which is likely due to not having permissions to write to the network location. 
     This is a scheduled backup trying to write to a network location, so we changes the service to run under the context of an account that does have permissions to write to the network share.
      Then the error changed to this:
    “failed with following error code '0x8078006B' (Windows Backup failed to create the shared protection point on the source volumes.).”
    HRESULT 0x8078006b
    DetailedHRESULT 0x8004230f
    ErrorMessage %%2155348075
    BackupState 12
    VolumesInfo <VolumeInfo><VolumeInfoItem Name="C:" OriginalAccessPath="C:" State="15" HResult="-2139619228" DetailedHResult="0" PreviousState="0" IsCritical="1" IsIncremental="0"
    BlockLevel="0" HasFiles="1" HasSystemState="0" IsCompacted="0" IsPruned="0" IsRecreateVhd="0" FullBackupReason="0" DataTransferred="0" NumUnreadableBytes="0" TotalSize="0"
    TotalNoOfFiles="0" Flags="1604" BackupTypeDetermined="0" SSBTotalNoOfFiles="0" SSBTotalSizeOnDisk="0" /><VolumeInfoItem Name="D:" OriginalAccessPath="D:" State="15" HResult="-2139619228"
    DetailedHResult="0" PreviousState="0" IsCritical="0" IsIncremental="0" BlockLevel="0" HasFiles="1" HasSystemState="0" IsCompacted="0" IsPruned="0" IsRecreateVhd="0"
    FullBackupReason="0" DataTransferred="0" NumUnreadableBytes="0" TotalSize="0" TotalNoOfFiles="0" Flags="68" BackupTypeDetermined="0" SSBTotalNoOfFiles="0" SSBTotalSizeOnDisk="0"
    /></VolumeInfo>
    We aren’t really seeing anything that gives any hint on what the issue is. 
    Any ideas?  Thanks in advance!

    We are trying to back up folders/files from 2 local drives (C: & D:), both of which have only 10% space used, and 100 GB free. 
    We are attempting to back the files up to a Remote Shared File (and there is 100+ GB free space out there). 
      If we try another network location, we receive the exact same error. 
     This is Windows Server 2012, not running Hyper-V and is a physical server not a VM.
    Thank you for the link. 
    Looking in: 
    Event Viewer / Application and Service Logs / Microsoft / Windows / Backup / Operational
    But it doesn’t seem to give any more details: 
    Log Name:     
    Microsoft-Windows-Backup
    Source:       
    Microsoft-Windows-Backup
    Date:         
    7/8/2013 8:00:12 PM
    Event ID:     
    5
    Task Category: None
    Level:        
    Error
    Keywords:     
    User:         
    SYSTEM
    Computer:     
    servername.edu
    Description:
    The backup operation that started at '‎2013‎-‎07‎-‎09T02:00:06.273000000Z' has failed with following error code '0x8078006B' (Windows Backup failed to create the shared protection point on the source volumes.).
    Please review the event details for a solution, and then rerun the backup operation once the issue is resolved.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
    <Provider Name="Microsoft-Windows-Backup" Guid="{1DB28F2E-8F80-4027-8C5A-A11F7F10F62D}" />
    <EventID>5</EventID>
    <Version>3</Version>
    <Level>2</Level>
    <Task>0</Task>
    <Opcode>0</Opcode>
    <Keywords>0x4000000000000000</Keywords>
    <TimeCreated SystemTime="2013-07-09T02:00:12.872602100Z" />
    <EventRecordID>30</EventRecordID>
    <Correlation />
    <Execution ProcessID="3028" ThreadID="3996" />
    <Channel>Microsoft-Windows-Backup</Channel>
    <Computer>servername.edu</Computer>
    <Security UserID="S-1-5-18" />
      </System>
      <EventData>
    <Data Name="BackupTemplateID">{A421E864-A115-4288-8D12-F4878CF8A248}</Data>
    <Data Name="HRESULT">0x8078006b</Data>
    <Data Name="DetailedHRESULT">0x8004230f</Data>
    <Data Name="ErrorMessage">%%2155348075</Data>
    <Data Name="BackupState">12</Data>
    <Data Name="BackupTime">2013-07-09T02:00:06.273000000Z</Data>
    <Data Name="BackupTarget">\\servername\BACKUP</Data>
    <Data Name="NumOfVolumes">2</Data>
    <Data Name="VolumesInfo">&lt;VolumeInfo&gt;&lt;VolumeInfoItem Name="C:" OriginalAccessPath="C:" State="15" HResult="-2139619228" DetailedHResult="0" PreviousState="0" IsCritical="1" IsIncremental="0" BlockLevel="0" HasFiles="1" HasSystemState="0"
    IsCompacted="0" IsPruned="0" IsRecreateVhd="0" FullBackupReason="0" DataTransferred="0" NumUnreadableBytes="0" TotalSize="0" TotalNoOfFiles="0" Flags="1604" BackupTypeDetermined="0" SSBTotalNoOfFiles="0" SSBTotalSizeOnDisk="0" /&gt;&lt;VolumeInfoItem
    Name="D:" OriginalAccessPath="D:" State="15" HResult="-2139619228" DetailedHResult="0" PreviousState="0" IsCritical="0" IsIncremental="0" BlockLevel="0" HasFiles="1" HasSystemState="0" IsCompacted="0" IsPruned="0" IsRecreateVhd="0" FullBackupReason="0" DataTransferred="0"
    NumUnreadableBytes="0" TotalSize="0" TotalNoOfFiles="0" Flags="68" BackupTypeDetermined="0" SSBTotalNoOfFiles="0" SSBTotalSizeOnDisk="0" /&gt;&lt;/VolumeInfo&gt;</Data>
    <Data Name="SourceSnapStartTime">2013-07-09T02:00:06.289250300Z</Data>
    <Data Name="SourceSnapEndTime">1601-01-01T00:00:00.000000000Z</Data>
    <Data Name="PrepareBackupStartTime">&lt;TimesList&gt;&lt;Time Time="1601-01-01T00:00:00.000Z" /&gt;&lt;Time Time="1601-01-01T00:00:00.000Z" /&gt;&lt;/TimesList&gt;</Data>
    <Data Name="PrepareBackupEndTime">&lt;TimesList&gt;&lt;Time Time="1601-01-01T00:00:00.000Z" /&gt;&lt;Time Time="1601-01-01T00:00:00.000Z" /&gt;&lt;/TimesList&gt;</Data>
    <Data Name="BackupWriteStartTime">&lt;TimesList&gt;&lt;Time Time="1601-01-01T00:00:00.000Z" /&gt;&lt;Time Time="1601-01-01T00:00:00.000Z" /&gt;&lt;/TimesList&gt;</Data>
    <Data Name="BackupWriteEndTime">&lt;TimesList&gt;&lt;Time Time="1601-01-01T00:00:00.000Z" /&gt;&lt;Time Time="1601-01-01T00:00:00.000Z" /&gt;&lt;/TimesList&gt;</Data>
    <Data Name="TargetSnapStartTime">1601-01-01T00:00:00.000000000Z</Data>
    <Data Name="TargetSnapEndTime">1601-01-01T00:00:00.000000000Z</Data>
    <Data Name="DVDFormatStartTime">&lt;TimesList&gt;&lt;/TimesList&gt;</Data>
    <Data Name="DVDFormatEndTime">&lt;TimesList&gt;&lt;/TimesList&gt;</Data>
    <Data Name="MediaVerifyStartTime">&lt;TimesList&gt;&lt;/TimesList&gt;</Data>
    <Data Name="MediaVerifyEndTime">&lt;TimesList&gt;&lt;/TimesList&gt;</Data>
    <Data Name="BackupPreviousState">2</Data>
    <Data Name="ComponentStatus">&lt;ComponentStatus&gt;&lt;/ComponentStatus&gt;</Data>
    <Data Name="ComponentInfo">&lt;ComponentInfo&gt;&lt;/ComponentInfo&gt;</Data>
    <Data Name="SSBEnumerateStartTime">1601-01-01T00:00:00.000000000Z</Data>
    <Data Name="SSBEnumerateEndTime">1601-01-01T00:00:00.000000000Z</Data>
    <Data Name="SSBVhdCreationStartTime">1601-01-01T00:00:00.000000000Z</Data>
    <Data Name="SSBVhdCreationEndTime">1601-01-01T00:00:00.000000000Z</Data>
    <Data Name="SSBBackupStartTime">1601-01-01T00:00:00.000000000Z</Data>
    <Data Name="SSBBackupEndTime">1601-01-01T00:00:00.000000000Z</Data>
    <Data Name="SystemStateBackup">&lt;SystemState IsPresent="0" HResult="0" DetailedHResult="0" /&gt;</Data>
    <Data Name="BMR">&lt;BMR IsPresent="0" HResult="0" DetailedHResult="0" /&gt;</Data>
    <Data Name="VssFullBackup">false</Data>
    <Data Name="UserInputBMR">false</Data>
    <Data Name="UserInputSSB">false</Data>
    <Data Name="BackupSuccessLogPath">
    </Data>
    <Data Name="BackupFailureLogPath">
    </Data>
    <Data Name="EnumerateBackupStartTime">&lt;TimesList&gt;&lt;Time Time="1601-01-01T00:00:00.000Z" /&gt;&lt;Time Time="1601-01-01T00:00:00.000Z" /&gt;&lt;/TimesList&gt;</Data>
    <Data Name="EnumerateBackupEndTime">&lt;TimesList&gt;&lt;Time Time="1601-01-01T00:00:00.000Z" /&gt;&lt;Time Time="1601-01-01T00:00:00.000Z" /&gt;&lt;/TimesList&gt;</Data>
    <Data Name="PruneBackupStartTime">&lt;TimesList&gt;&lt;Time Time="1601-01-01T00:00:00.000Z" /&gt;&lt;Time Time="1601-01-01T00:00:00.000Z" /&gt;&lt;/TimesList&gt;</Data>
    <Data Name="PruneBackupEndTime">&lt;TimesList&gt;&lt;Time Time="1601-01-01T00:00:00.000Z" /&gt;&lt;Time Time="1601-01-01T00:00:00.000Z" /&gt;&lt;/TimesList&gt;</Data>
    <Data Name="BackupFlags">0x9</Data>
    <Data Name="ComponentInfoSummary">&lt;ComponentInfoSummary ComponentInfoArrayPresent="1" TotalComponents="0" SucceededComponents="0" /&gt;</Data>
      </EventData>
    </Event>

  • While adding/Changing member in planning it gives the error "The SQL operation failed with an error code: 0"

    Hi,<BR>While adding/Changing member in planning it gives the error "The SQL operation failed with an error code: 0" and not allowing any of the changes. I am not able to open the forms giving the error as "Fiscal Days Input - is invalid". Interestingly one form was opening, when the Page selection is changed it also started giving error as like "Fisacal Days Input(form name) - is invalid check log for details". <BR>Pls advice us that what is this error and how to resolve this.<BR><BR>And Which log is to be referred for the details.<BR><BR>Thanks<BR>Ravi

    If a form is invalid it generally means that one of the dimension references is missing.<BR><BR>Can you get in to edit the form?<BR>If you can, see if you can preview it. I suspect you will not be able to.<BR><BR>If not, check all dimension boxes have at least one member against them.<BR>If you have multiple rows and/or columns check all of them too.<BR><BR>I've had a couple of forms in dev "drop" a dimension reference but only once or twice so not enough to reproduce or find out what is causing it. Each time I got the "form invalid" error message and managed to fix it.<BR><BR>Hope this helps.<BR>

  • VPN error - Function CreateFile failed with an error code of 0x00000002

    I got an error when connecting VPN, detailed messages are attached. I am using administrator to log on. The issue is there after I run a virus clean activity. Any help is appreciated.
    Cisco Systems VPN Client Version 4.6.04.0043
    Copyright (C) 1998-2005 Cisco Systems, Inc. All Rights Reserved.
    Client Type(s): Windows, WinNT
    Running on: 5.1.2600 Service Pack 2
    1 15:16:21.625 10/10/09 Sev=Warning/2 CVPND/0xE3400003
    Function CreateFile failed with an error code of 0x00000002(DRVIFACE:718)
    2 15:16:22.546 10/10/09 Sev=Warning/2 CVPND/0xE3400003
    Function CreateFile failed with an error code of 0x00000002(DRVIFACE:718)
    3 15:16:23.046 10/10/09 Sev=Warning/2 CVPND/0xE3400003
    Function CreateFile failed with an error code of 0x00000002(DRVIFACE:718)
    4 15:16:23.546 10/10/09 Sev=Warning/2 CVPND/0xE3400003
    Function CreateFile failed with an error code of 0x00000002(DRVIFACE:718)
    5 15:16:24.046 10/10/09 Sev=Warning/2 CVPND/0xE3400003
    Function CreateFile failed with an error code of 0x00000002(DRVIFACE:718)
    6 15:16:24.546 10/10/09 Sev=Warning/2 CVPND/0xE3400003
    Function CreateFile failed with an error code of 0x00000002(DRVIFACE:718)
    7 15:16:25.046 10/10/09 Sev=Warning/2 CVPND/0xE3400003
    Function CreateFile failed with an error code of 0x00000002(DRVIFACE:718)
    8 15:16:25.546 10/10/09 Sev=Warning/2 CVPND/0xE3400003
    Function CreateFile failed with an error code of 0x00000002(DRVIFACE:718)
    9 15:16:26.046 10/10/09 Sev=Warning/2 CVPND/0xE3400003
    Function CreateFile failed with an error code of 0x00000002(DRVIFACE:718)
    10 15:16:26.546 10/10/09 Sev=Warning/2 CVPND/0xE3400003
    Function CreateFile failed with an error code of 0x00000002(DRVIFACE:718)

    Please see my post in the IPsec and Firewall forum.

  • At DI R3trans fails with this error code ORA-12545, but CI runs

    Hello Gurus,
    We have our BW System on two instances with a separated oracle database server.
    Last week the system was unreachable and we must restarted it hard.
    After that, the Listener could  started and runs. The DB could started, mounted and opened successfully.
    Now we have a special problem.
    The central instance can connect at startup to the database. But the dialog instance not.
    The DI get the following error:
    |> R3trans -x
    This is R3trans version 6.14 (release 701 - 12.06.09 - 15:20:00).
    2EETW169 no connect possible: "DBMS = ORACLE                           --- dbs_ora_tnsname = 'BW2'"
    R3trans finished (0012).
    The trans.log entry are:
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '12541'                        17  0.187511
    4 ETW000  [dev trc     ,00000]     set_ocica() -> SQL error code 12541                                    13  0.187524
    4 ETW000  [dev trc     ,00000]  -->oci_get_errmsg (con_hdl=0, rc=12541)                                   14  0.187538
    4 ETW000  [dev trc     ,00000]     OCIErrorGet -> SQL error code: 12541                                   14  0.187552
    4 ETW000  [dev trc     ,00000]     ORA-12541: TNS:no listener                                      
    4 ETW000                                                                                22  0.187574
    4 ETW000  [dblink      ,00433]  ***LOG BY2=>sql error 12541  performing CON [dblink#4 @ 433]           14396  0.201970
    4 ETW000  [dblink      ,00433]  ***LOG BY0=>ORA-12541: TNS:no listener [dblink#4 @ 433]                   39  0.202009
    2EETW169 no connect possible: "DBMS = ORACLE                           --- dbs_ora_tnsname = 'BW2'"
    A telnet connection test to port 1527 are also unsuccessful.
    But sporadicly the telnet or R3trans connection are successful, but the second check are unsuccessful.
    We have checked the telnet connection to another oracle database server (ERP) at port 1527 and it works.
    The CI have some entry's in ST22 with DBIF_RSQL_SQL_ERROR --> ORA-03114: not connected to ORACLE.
    Are someone known something about this issue?
    regards
    Chris

    @ Sunny Pahuja:
    We checked sapmnt.
    Sapmnt is common on CI and DI. It was never mounted on DB. But DB runs perfectly until this issue.
    @ Ankit Gupta
    We checked the configuration of listener.
    It is the same like the listener configuration of our ERP system with CI, DI and DB on separate Servers, too.
    @  Rajesh Narkhede
    From DB Server
    |> tnsping BW2
    TNS Ping Utility for IBM/AIX RISC System/6000: Version 10.2.0.2.0 - Production on 06-MAY-2010 07:40:56
    Copyright (c) 1997, 2005, Oracle.  All rights reserved.
    Used parameter files:
    /oracle/BW2/102_64/network/admin/sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (COMMUNITY = SAP.WORLD) (PROTOCOL = TCP)
    (HOST = bw2dba) (PORT = 1527))) (CONNECT_DATA = (SID = BW2) (GLOBAL_NAME = BW2.WORLD)))
    OK (100 msec)
    On CI and DI we don't have tnsping.
    Just copy it don't work.
    |> tnsping BW2
    TNS Ping Utility for IBM/AIX RISC System/6000: Version 10.2.0.2.0 - Production on 06-MAY-2010 08:39:17
    Copyright (c) 1997, 2005, Oracle.  All rights reserved.
    Message 3511 not found; No message file for product=network, facility=TNS
    Message 3512 not found; No message file for product=network, facility=TNS
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (COMMUNITY = SAP.WORLD) (PROTOCOL = TCP)
    (HOST = bw2dba) (PORT = 1527))) (CONNECT_DATA = (SID = BW2) (GLOBAL_NAME = BW2.WORLD)))
    Message 3509 not found; No message file for product=network, facility=TNS
    How to get it on the CI and DI. In the SAR files at SAP it is not included. I can't found something in the Web.

  • Pthread_create() fails with no error code

    Hi,
    following piece of code works well under Linux and is used to create a new thread:
    rc=pthread_attr_init(&tattr);
    rc=pthr ead_attr_setdetachstate(&tattr,PTHREAD_CREATE_DETACHED);
    rc=pthread_create(&thread1,&tattr,&WatchdogThread,(void*)&MyPID);
    Here the call of pthread_create() fails with a return code of -1 but errno is 0 so that I don't have an idea what the problem could be.
    Does anybody have an idea?
    Kind regards
    Oxy

    #define _REENTRANT
    #include <stdio.h>
    #include <pthread.h>
    #include <errno.h>
    void*
    func(void *arg)
            return arg;
    main()
            int rc;
            pthread_t tid;
            errno = 0;
            rc = pthread_create(&tid, NULL, func, NULL);
            printf("rc=%d, errno=%d\n", rc, errno);
    }The above test progam works for me when I compile it with
    % gcc -o p p.c -lpthread
    % p
    rc=0, errno=0Omitting the -lpthread reproduces something similar to you problem (reason: the empty pthread stub
    subroutines from libc.so are used):
    % gcc -o p p.c
    % p
    rc=-1, errno=0

  • VM creation on a cluster fails with Internal error code: 0x80990C1D

    I am getting the following error when creating a VM from template on a 2012 R2 cluster:
    Error (3101)
    VMM failed to mount virtual hard disk (VHD) file XXXX.vhdx on the XXXX server. A timeout occurred.
    Internal error code: 0x80990C1D
    Recommended Action
    Open Services to make sure the startup type for Virtual Disk service is set to manual or automatic. Ensure that the service can start and then try the operation again.
    The errer occurs while running "Install VM Components" task. I did check services on the host and all is running as expected. The same template works without problem on non-clustered hosts, but fails two out of three times on HV cluster with
    CSV storage on FC SAN. I am running SCVMM 2012 R2 UR3.
    Any ideas what may cause this issue?
    Thanks
    Gleb.

    Hi,
    it's a strentgh issue. I don't have any certain information on the hand but I am just thinking out loud now. Maybe it helps.
    If it fails at "Install VM Components" this would mean that the problem occurs during injecting or ejecting the integration services. I am right now not sure if VMM injects the integration services as an ISO file or as an vhd file. The second option is also
    possible.
    From this point of view my question would be;
    1) Are you creating the VM from a blank disk with an ISO OS file attached ? If yes
    2) Are you experienceing the same problem with an syspreped vhd or vhdx file too ?
    3) How many VM's are running on your Cluster Nodes ?
    4) Are there any differences in the behavior when you select a different cluster node as destination host during the creation of a VM from template ?
    5) What's the workload on your cluster nodes right now disk, memory, cpu ?
    Regards,
    Cengiz Kuskaya

  • Compressor failing with no error code

    So I've looked in the forums but haven't found anyone with this exact problem. I'm running FCS 1 v.5.1.4 & Compressor 2.3. I have a project that is HD 960x720, at 23.98 fps. I've used compressor on this project several times before with no problem, but this time when I submitted my batch, it runs for about 1800 frames, then fails. It doesn't give me any error code. If I hit the "Info" button, it says- percent complete:100 Batch: "Failed:"
    I tried resetting background processes; that didn't help. I tried closing any other open sequences. I've restarted my computer, then actually shut it off for about 20 min. I still have the same problem. I haven't updated anything in months. I went into the Logs and found this in the compressor log:
    preProcess for job target: file://localhost/Users/draennajackson/Desktop/Subtle%20Seduction%20copy-Subtle%2 0Seduction-MPEG-2%205.0Mbps%201-pass%2016:9.m2v
    done preProcess for job target: file://localhost/Users/draennajackson/Desktop/Subtle%20Seduction%20copy-Subtle%2 0Seduction-MPEG-2%205.0Mbps%201-pass%2016:9.m2v
    starting _processRequest for job target: file://localhost/Users/draennajackson/Desktop/Subtle%20Seduction%20copy-Subtle%2 0Seduction-MPEG-2%205.0Mbps%201-pass%2016:9.m2v
    MPEG-2 Encoder Settings (v533)
    Stream Type: MPEG-2 Video Elementary
    Frame Dimensions: 720x480
    Frame Rate: 29.970030 progressive, pulldown from 23.976025
    Aspect Ratio: 16:9
    Video Format: NTSC / SMPTE 170M
    GOP Pattern: 12/3 closed IBB
    Rate Control: 1-pass VBR 5000000 bps target, 7500000 bps max
    Motion Estimation: l2orig+l0mbloop+smoothing+pnofieldbnofield
    Search Range: 16x16
    RD Optimization: none
    Flags: 0x2
    Visual Masking: on
    Intra DC Precision: 8-bit
    Quant Scale Mode: auto
    Intra VLC Mode: auto
    Coef Scan Mode: auto
    Quant Matrix: 1
    Segment Type: last
    I-Frame Markers: { 72 153 230 254 267 332 419 486 543 705 775 1020 1091 1122 1286 1422 1547 1652 1877 1878 2012 2157 2300 2447 2588 2729 2867 3010 3172 3315 3448 3583 3598 3601 3999 4192 4261 4330 4362 4411 4520 4557 4700 4751 4865 5407 5526 6565 7900 8027 9490 9815 10191 10368 11344 11368 11373 11467 11667 11811 11905 12137 12215 12249 12405 12652 12715 12867 12948 13018 13126 13371 13629 14068 14384 14431 14458 14500 14558 14583 14584 14624 14704 14883 14993 15258 15859 16282 16374 16449 16581 17367 17748 17931 18308 18410 18603 18740 18971 18986 19109 19206 19288 19452 19506 19633 19665 19724 19756 19776 19855 19926 19947 19962 19999 20107 20121 20161 20214 20258 20310 20388 20427 20595 21390 21465 22787 22923 23261 23346 23464 23607 23650 23702 23734 23801 23854 23896 24334 24823 24891 25058 25336 25374 25660 25808 25922 25994 26218 26356 26566 26897 27251 27275 27298 29592 30449 30624 30748 30757 30797 30894 30969 31026 31224 31327 31657 32128 32223 32252 32304 32968 34594 34618 34631 34921 35036 35391 35666 35798 35885 36047 36153 36174 36195 36361 36413 36454 36504 36652 36681 36733 36819 36934 37200 37271 37379 37555 37714 38064 38077 38133 38222 38412 38524 39131 39359 40409 41697 41772 42122 42275 42449 42558 43093 43459 44079 44504 44798 44971 45195 45897 46021 46325 46811 46960 47006 47048 47117 47150 47364 47470 47494 47593 47676 48149 48227 48393 48541 48585 48867 48919 49003 49057 49080 49721 49906 50053 50138 50204 50247 50315 50361 50395 50453 50526 50622 50810 50874 51026 51102 52421 52921 53008 53837 54980 58924 59336 59405 59599 59649 59680 59800 60401 60719 62652 62929 63134 63295 63528 63555 63562 63678 63947 64004 64192 64238 64269 64454 64475 64527 64699 64727 64808 64916 65042 65145 65245 65346 65540 66199 66699 66753 66786 66818 66890 66979 67005 67035 67107 67157 67270 67331 67380 67427 67526 67875 68021 68055 68119 68273 68340 68474 68489 68526 68569 69037 69096 69236 69348 69498 69576 69778 69957 70042 70251 70322 70491 70567 70895 71173 72050 72242 72414 72480 72573 73052 73082 73126 73170 73343 73545 73624 73653 73838 73896 74115 74329 74416 74545 74626 75068 75138 75440 75547 76454 76676 77144 78279 78352 78527 78652 78682 78744 78800 78884 78922 79131 79224 79604 79646 79730 79799 79881 79926 79938 80069 80079 80197 80271 80490 82350 82711 85151 85259 85516 86681 88456 88493 88523 89855 89975 90417 90436 90523 90678 90864 90976 91030 91134 91203 91247 91526 91670 91847 91910 91952 92307 92472 92724 92790 92856 92973 93146 93278 93394 93507 93517 93678 94030 94062 94072 94282 94391 94466 94569 94915 95134 95192 95234 95375 95458 95489 95521 95534 95547 95773 95900 95944 95971 96072 96254 96342 96442 96648 96761 97067 97168 97237 97442 98704 98833 99003 99514 99772 100143 100336 100659 100797 100921 101084 101433 101675 102283 102361 102406 103586 104868 105119 105194 105809 107615 108732 108893 110129 110865 111881 112259 112384 112495 112535 112612 112625 112668 112809 113175 113262 114276 114674 114986 115080 115414 115485 115499 116898 117247 117532 117659 117783 117852 117924 117936 117951 118428 118589 118696 118959 119030 119163 119300 119319 119452 119467 119477 119587 119716 119815 120007 120118 120229 120340 120354 120407 120451 120495 120532 120562 120596 120634 120680 120711 120743 120792 120864 120899 120950 120989 121031 121064 121113 121149 121187 121232 121290 121366 121426 121498 121546 121654 121698 121736 121792 121868 121896 121944 121986 122056 122117 122158 122246 122290 122366 122414 122484 }
    Total retries = 33 (1.78%)
    Done _processRequest for job target: file://localhost/Users/draennajackson/Desktop/Subtle%20Seduction%20copy-Subtle%2 0Seduction-MPEG-2%205.0Mbps%201-pass%2016:9.m2v
    I, of course, have no idea what this means, if it means anything at all. The only work-around for this problem I was able to find was to export it as a QT then send that to Compressor. I'm afraid that there will be a loss of quality. We will be showing this on the big screen and I can't have the quality diminished. Any thought?
    Thanks in advance guys.

    So when searching, I found a thread that said that failing without an error can mean that there is a corrupted clip. So I searched my timeline and found that, for some reason, all my imported clips had gone offline. My titles, effects, all of them. They also didn't say that they were offline until I clicked on them. I reconnected, and now it works fine.

  • Upgrade from Windows 8.1 to 10 fails with an error code, at the very end of processing

    I tried to upgrade to Windows 10.  It went through the whole process, and upon reboot at the very end it failed.  It threw this message:  I searched on these terms and couldn't find an answer.  My machine is brand new.  I haven't installed much on it at all, figuring it's better to wait until I've gotten Windows 10 installed. Any ideas?

    So it looked like I was missing a KB update, the 3035584, which enables the upgrade.  I performed some Windows 8.1 updates and got everything set up. I ran the upgrade to Windows 10.  It went all the way through to the reboot, taking about 20~30 mins.  At this point it asks me to confirm installation, and I select "OK" and it goes for another 20 mins.  It proceeds about 10% of the way there, and then it reboots.  The next thing I see on my screen is "Restoring your previous version of Windows". I'm back to Windows 8.1 again.  I log in... and same error message as shown above. Frankly, I can't understand what is causing this... and why Windows can't "figure out" if my machine is good to go for a full installation in just 10 mins or so.  Why go through all of these gyrations for 45 mins only to reject the whole process?

  • Im trying to download tv series, but the download fails with an error code.  As directed, I tap to retry, but it continues to fail.  What am I doing incorrectly?

    Why is a tv show not downloading?  I continue to get an error code and tap to try again.

    I don't know if these are important or not, but I thought I would include them anyways.
    Thanks again
    Eli

  • Xperia z1 4.3 update failed with UE error code 5

    Got this error while updateding Z1 c6902 to 4.3 on OS X. What should i do?

    The first thing to try is to update the version of Java you are using then restart the computer and try the update again:
    http://www.java.com/en/download/help/mac_java_update.xml
    Don't forget to mark posts that answers the topic as Accepted Solution. 
    If you find any post helpful, press Kudos.
    What are your thoughts about this forum? Let us know by doing this short survey.
     - Official Sony Xperia Support Staff
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

  • Using Windows 7 Backup (with 3.0 TB drive) the backup fails with an error code of (0x8078002A)

    I have tried for over a month to back up my laptop to a new external 3TB drive (DWC130).  I have reformatted it, changed my windows backup settings, and read as much as I could about this issue and still have had no success.  I have reformatted the drive; I have allowed Windows 7 (64-bit) to back up with its own settings; I have read forums all over and there has been no answer provided that solved this issue.  I am hoping someone from Toshiba or this form can provide some direction.

       Error code 0x8100002F and or error code 0x80070002 when you back up files in Windows 7
    -Jerry

  • CRM 2015 Update 0.1 Install Fails with SQL Error

    Hi, anyone managed to install CRM 2015 Update 0.1?
    The software installed fine but the DB updates fail with a SQL error. Just want to know if this is just my issue or if MS have a bug in the update. This is the SQL error:
    System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Data.SqlClient.SqlException: The current transaction cannot be committed and cannot support operations that write to the log file. Roll
    back the transaction.
    Uncommittable transaction is detected at the end of the batch. The transaction is rolled back.
    All of the ORGs fail with this error, even when I try to apply the DB update via Deployment manager. I've had to back out the rollup.

    The issue appears when the update process creates the index cndx_BusinessDataLocalizedLabel. This is a known cause which is under investigation internally. Currently it seems to plan to release in CRM 2015 SP1

  • Installing InDesign CC 2014 on Windows 7 fails with error EX11 (error extracting to temporary folder).

    @

    Hi Jeff,
    I finally resolved the problem. I was trying to install CC 2014 on a 32 Bit system not being aware that CC 2014 is 64 bit only!
    Thanks for your help
    Jo
    Am 24.07.2014 um 19:13 schrieb Jeff A Wright <[email protected]>:
    Installing InDesign CC 2014 on Windows 7 fails with error EX11 (error extracting to temporary folder).
    created by Jeff A Wright in Creative Cloud Download & Install - View the full discussion
    Jolauterbach the error indicates that your User account is not able to properly write to the temporary directory.  Please make sure you have sufficient disk space and proper rights to modify the temporary directory.
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6580278#6580278
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Creative Cloud Download & Install by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • After downloading and creating the MSI for Lightroom, the install fails with no errors reported. Checking compatability, windows comes back with   not compatible on both win 7 and 8.1.

    Installer MSI fails with no error or message of any kind. Tested compatability with the windows compatability check and it comes back as not compatible. What now?

    Hans,
    It is a known problem on Windows 98, Windows and Windows 2000 if you are using Intel Pentium 4 processor with Sun JRE and Symantec JIT. I had the same problem with Windows 98. Oracle has a patch. Please see Note:131299.1 on metalink for details.

Maybe you are looking for

  • Crystal Reports 2008 Redistribution on 64 Bit Server

    I have a small application that uses Crystal Reports 2008 in not-integrated mode.  Meaning that the .rpt files are seperate from the web application and the web application has to know the absolute path to the .rpt files before it can run them.  My q

  • How can I get my contacts back when they didn't copy in a back up or a restore?

    I did a complete back up of my songs, photo's and contacts and everything else. When I did the update and sync with new music all of contacts were deleted. When I tried to restore from older backups the contacts didn't return. Help please?

  • Can't get past login: Computer freezes! Help

    I can't get past the login and my computer completely freezes. I can't even check disks, or load the Tiger DVD to do a test. Any suggestions? I am completely stuck. Thanks

  • MAC installing Acrobat Pro X and Creative Suite 5.5 Design Premium pop up ?

    Hello, I have an Acrobat Pro X PKG (for MAC) from the Univeristy that should have a serial number inside the PKG. The installation works well. On the Acrobat Pro lauch I saw the main windows, for 2-3 secondes and then it goes a way.  A Creative Suite

  • Incorrect button icons after upgrade

    I upgraded to Yosemite yesterday from Mavericks.  and now I have noticed that the icons in my applications are showing incorrect images.  Below is an example of the incorrect button icons.  As you can see beside the full screen button, what would nor