Problem in creating the ADODB.Connection object Error Number returned:-2147024770

Hi,
We are migrating our applications from Windows 2003 to 2008 application server. We have vbs script in a job which is invoked from Tivoli Workload Scheduler (Windows)/JOBLNCH 8.5.1. We are getting the error while creating ADOBD object (Error Number returned:-2147024770).
The error does not occur when we directly run the job on the 2008 server, but only when invoked throught the TWS scheduler. Also, this error is not occurring on 2003 server when run through the TWS.
Here is the code snippet used to create object.
set oSrcConnect = CreateObject("ADODB.Connection")
Could you please help us identify if any settings need to be changed to avoid this error. Many Thanks for looking into the question.

Hi,
Error -2147024770 = hex 8007007E
Least significant 32 bits are hex 7E = decimal 126
C:\>net helpmsg 126
The specified module could not be found.
This usually indicates that the COM object you're using is trying to load a DLL that is not installed.
Based on only this error message, there's no way we can tell you how to fix your script.
Bill

Similar Messages

  • Can't Create the ODBC connection for Oracle 10g

    Hi,
         I am working with Oracle 10g Database Release 2 in windows XP professional. I am trying to create an ODBC connection for oracle but become failure because its generating the following errors:
    system error code 998
    could not locate the setup or translator library
    Please help me how can I solve this problem and create the ODBC connection for oracle 10g database.
    Best Regards,

    mwz wrote:
    I am trying to create an ODBC connection for oracle but become failure because its generating the following errors:
    system error code 998
    could not locate the setup or translator libraryThe symptom described is typical of an incorrect system env PATH setting (used by the data source admin tool), compared to that of the Oracle Home (specifically, path $OH/bin). The odbc driver config routine will search directories listed in PATH variable for necessary libraries (Client dll's). If some library fails to load (from e.g. oraoci*.dll or oraclient10.dll) it will probably error out, as in your case.
    Are you creating the odbc dsn on the databse server host or on some other machine? I.e. are you using the db host as a client or not?

  • Problem in getting the database connection from a connection pool

    Hai All,
    I am facing a problem in getting the database connection from a connection pool created on weblogic server 8.1.
    I am using the Oracle database 8.1.7.
    I have configured my connection pool, datasource and JNDI in weblogic.
    In my java program i have the following code to retrieve the connection.
    import java.sql.*;    
    import java.util.Hashtable;
    import javax.naming.Context;
    import javax.naming.InitialContext;
    class jdbcshp1 {
        public static void main(String[] args) {
         Connection connection = null;
         try {
               Hashtable ht = new Hashtable();
               ht.put(Context.INITIAL_CONTEXT_FACTORY,"weblogic.jndi.WLInitialContextFactory");  // Wanna get rid of this.
               ht.put(Context.PROVIDER_URL,"t3://localhost:7001"); // wanna get rid of this.
               // Get a context for the JNDI look up
               Context ctx = new InitialContext(ht);
            javax.sql.DataSource ds = (javax.sql.DataSource) ctx.lookup ("myjndi1");
              //Create a connection object
              connection = ds.getConnection();
         The above code is working fine but, the two ht.put statements are creating problem.
    The problem is, after converting the application into WAR file it can be deployed
    on any machine or different port on same machine. My application fails if its deployed on
    weglogicserver which is at different port.
    Is there any way that i can get rid of those ht.put statements or any other way to solve the problem.
    any help is appreciated.
    Thanks in advance
    Pooja.

    Hai All,
    Firstly, thanks for ur reply.
    Even i have seen some code which uses context constructor with out any parameter and works fine.
    i dont understand why its not working for my code.
    When i remove those ht.put code and use context constructor with out any parameter, it giving an error.
    Context ctx = new InitialContext();
    javax.sql.DataSource ds = (javax.sql.DataSource) ctx.lookup ("ocjndi");
    connection = ds.getConnection();The error is as follows:
    javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial
    the above error is forcing me to include those code but if the port number is changed the code will not work. Plz let meknow if some setting have to be made.
    I appreciate all ur valuable help.
    Thanks once again.
    Pooja.

  • Problem in getting the function template object from the repository.

    Hi all,
    I have created a par file. I have a JCO connection in that. I am facing problems in getting the function template object from the repository. This thing is running successfully when i try to deploy it in Tomcat. But i am facing problems when i try to deploy it in SAP EP 6.0.
    Below is statement which is giving error after being deployed to SAP EP6.
    This is executing fine when executed in Tomcat Server.
    // getting the object of function template
    IFunctionTemplate functionTemplate =
    aRepository.getFunctionTemplate("YADDNEWUSER");
    Note : YADDNEWUSER is the name of the RFC which I am calling from my JAVA Code.
    Thanks in advance,
    Divija

    This sounds like a bug in the smart upload code. I have used this stuff before, but it's probably an older version, so maybe they broke something. Enumerations aren't usually guaranteed to keep things in any particular order. I would say for now, make a method to take the enumeration and a param name to find the value. And write to the JSPSmart people.

  • DCpromo blocked on "Creating the NTDS Settings object"

    Hi,
    I'm trying to configure a second DC on a domain.
    The opetation is performed on Azure VM (A2)
    Domain has successfully been created on one VM.
    Network is operationnal.
    I tried the steps detailed here : https://support.microsoft.com/en-us/kb/2737935?wa=wsignin1.0 with no effect.
    I tried to delete the VM and recreate it.
    Local admin account is different from domain administrator.
    Is there anything more I can try ?
    Thanks.
    R.

    Hi,
    I tried the netsh command line to open WMI ports anf got the same error.
    Here is the content of my dcpromo.log
    04/28/2015 13:08:28 [INFO] Promotion request for replica domain controller
    04/28/2015 13:08:28 [INFO] DnsDomainName  rd.contoso.com
    04/28/2015 13:08:28 [INFO] ReplicaPartner  DC1.rd.contoso.com
    04/28/2015 13:08:28 [INFO] SiteName  Default-First-Site-Name
    04/28/2015 13:08:28 [INFO] DsDatabasePath  F:\Windows\NTDS, DsLogPath  F:\Windows\NTDS
    04/28/2015 13:08:28 [INFO] SystemVolumeRootPath  F:\Windows\SYSVOL
    04/28/2015 13:08:28 [INFO] Account rd.contoso.com\contosoadmin
    04/28/2015 13:08:28 [INFO] Options  1179840
    04/28/2015 13:08:28 [INFO] Validate supplied paths
    04/28/2015 13:08:28 [INFO] Validating path F:\Windows\NTDS.
    04/28/2015 13:08:28 [INFO] Path is a directory
    04/28/2015 13:08:28 [INFO] Path is on a fixed disk drive.
    04/28/2015 13:08:28 [INFO] Validating path F:\Windows\NTDS.
    04/28/2015 13:08:28 [INFO] Path is a directory
    04/28/2015 13:08:28 [INFO] Path is on a fixed disk drive.
    04/28/2015 13:08:28 [INFO] Validating path F:\Windows\SYSVOL.
    04/28/2015 13:08:28 [INFO] Path is on a fixed disk drive.
    04/28/2015 13:08:28 [INFO] Path is on an NTFS volume
    04/28/2015 13:08:28 [INFO] Start the worker task
    04/28/2015 13:08:28 [INFO] Request for promotion returning 0
    04/28/2015 13:08:28 [INFO] Forcing time sync
    04/28/2015 13:08:28 [INFO] Forcing a time sync with DC1.rd.contoso.com
    04/28/2015 13:08:28 [INFO] Searching for a domain controller for the domain rd.contoso.com that contains the account DC2$
    04/28/2015 13:08:49 [INFO] Located domain controller DC1.rd.contoso.com for domain rd.contoso.com
    04/28/2015 13:08:49 [INFO] Directing kerberos authentication to DC1.rd.contoso.com returns 0
    04/28/2015 13:08:49 [INFO] DsRolepFlushKerberosTicketCache() successfully flushed the Kerberos ticket cache
    04/28/2015 13:08:49 [INFO] Using site Default-First-Site-Name for server DC1.rd.contoso.com
    04/28/2015 13:08:49 [INFO] Stopping service NETLOGON
    04/28/2015 13:08:49 [INFO] Stopping service NETLOGON
    04/28/2015 13:08:49 [INFO] ControlService(STOP) on NETLOGON returned 1(gle=0)
    04/28/2015 13:08:49 [INFO] Exiting service-stop loop after service NETLOGON entered STOPPED state
    04/28/2015 13:08:49 [INFO] StopService on NETLOGON returned 0
    04/28/2015 13:08:49 [INFO] Configuring service NETLOGON to 1 returned 0
    04/28/2015 13:08:49 [INFO] Stopped NETLOGON
    04/28/2015 13:08:49 [INFO] Deleting current sysvol path F:\Windows\SYSVOL 
    04/28/2015 13:08:50 [INFO] Created system volume path
    04/28/2015 13:08:50 [INFO] Copying initial Directory Service database file C:\Windows\system32\ntds.dit to F:\Windows\NTDS\ntds.dit
    04/28/2015 13:08:51 [INFO] Installing the Directory Service
    04/28/2015 13:08:51 [INFO] Calling NtdsInstall for rd.contoso.com
    04/28/2015 13:08:52 [INFO] Starting Active Directory Domain Services installation
    04/28/2015 13:08:52 [INFO] Validating user supplied options
    04/28/2015 13:08:52 [INFO] Determining a site in which to install
    04/28/2015 13:08:52 [INFO] Examining an existing forest...
    04/28/2015 13:08:52 [INFO] Configuring the local computer to host Active Directory Domain Services
    04/28/2015 13:08:52 [INFO] EVENTLOG (Informational): NTDS General / Service Control : 1094
    Software write caching for the following disk drive has been disabled to prevent possible data loss during system failures such as power outages or hardware component failures that can cause a sudden shutdown of the system. The disk drive that stores Active
    Directory Domain Services log files is the only drive affected by this change.
    Disk drive:
    f:
    04/28/2015 13:09:03 [INFO] EVENTLOG (Informational): NTDS General / Internal Configuration : 2120
    This Active Directory Domain Services server does not support the Recycle Bin. Deleted objects may be undeleted, however, when an object is undeleted, some attributes of that object may be lost.  Additionally, attributes of other objects that refer to
    the object being undeleted may also be lost.
    04/28/2015 13:09:03 [INFO] EVENTLOG (Informational): NTDS General / Internal Configuration : 2405
    This Active Directory Domain Services server does not support the "Recycle Bin Feature" optional feature.
    04/28/2015 13:09:05 [INFO] Creating the NTDS Settings object for this Active Directory Domain Controller on the remote AD DC DC1.rd.contoso.com...
    04/28/2015 13:09:26 [INFO] EVENTLOG (Error): NTDS Replication / DS RPC Client : 1962
    Internal event: The local directory service received an exception from a remote procedure call (RPC) connection. Extended error information is not available.
    directory service: 
    DC1.rd.contoso.com
    Additional Data
    Error value: 
    The RPC server is unavailable. (1722)
    04/28/2015 13:09:47 [INFO] EVENTLOG (Informational): NTDS General / Internal Processing : 2041
    Duplicate event log entries were suppressed.
    See the previous event log entry for details. An entry is considered a duplicate if
    the event code and all of its insertion parameters are identical. The time period for
    this run of duplicates is from the time of the previous event to the time of this event.
    Event Code:
    c00007aa
    Number of duplicate entries: 
    1
    04/28/2015 13:09:47 [INFO] EVENTLOG (Error): NTDS Replication / Setup : 1125
    The Active Directory Domain Services Installation Wizard (Dcpromo) was unable to establish connection with the following domain controller.
    Domain controller:
    DC1.rd.contoso.com
    Additional Data
    Error value:
    1722 The RPC server is unavailable.
    04/28/2015 13:10:16 [INFO] EVENTLOG (Error): NTDS Replication / DS RPC Client : 1962
    Internal event: The local directory service received an exception from a remote procedure call (RPC) connection. Extended error information is not available.
    directory service: 
    DC1.rd.contoso.com
    Additional Data
    Error value: 
    The RPC server is unavailable. (1722)
    04/28/2015 13:10:37 [INFO] EVENTLOG (Informational): NTDS General / Internal Processing : 2041
    Duplicate event log entries were suppressed.
    See the previous event log entry for details. An entry is considered a duplicate if
    the event code and all of its insertion parameters are identical. The time period for
    this run of duplicates is from the time of the previous event to the time of this event.
    Event Code:
    c00007aa
    Number of duplicate entries: 
    1
    04/28/2015 13:10:37 [INFO] EVENTLOG (Error): NTDS Replication / Setup : 1125
    The Active Directory Domain Services Installation Wizard (Dcpromo) was unable to establish connection with the following domain controller.
    Domain controller:
    DC1.rd.contoso.com
    Additional Data
    Error value:
    1722 The RPC server is unavailable.
    04/28/2015 13:11:14 [INFO] EVENTLOG (Error): NTDS Replication / DS RPC Client : 1962
    Internal event: The local directory service received an exception from a remote procedure call (RPC) connection. Extended error information is not available.
    directory service: 
    DC1.rd.contoso.com
    Additional Data
    Error value: 
    The RPC server is unavailable. (1722)
    04/28/2015 13:11:35 [INFO] EVENTLOG (Informational): NTDS General / Internal Processing : 2041
    Duplicate event log entries were suppressed.
    See the previous event log entry for details. An entry is considered a duplicate if
    the event code and all of its insertion parameters are identical. The time period for
    this run of duplicates is from the time of the previous event to the time of this event.
    Event Code:
    c00007aa
    Number of duplicate entries: 
    1
    04/28/2015 13:11:35 [INFO] EVENTLOG (Error): NTDS Replication / Setup : 1125
    The Active Directory Domain Services Installation Wizard (Dcpromo) was unable to establish connection with the following domain controller.
    Domain controller:
    DC1.rd.contoso.com
    Additional Data
    Error value:
    1722 The RPC server is unavailable.
    04/28/2015 13:12:28 [INFO] EVENTLOG (Error): NTDS Replication / DS RPC Client : 1962
    Internal event: The local directory service received an exception from a remote procedure call (RPC) connection. Extended error information is not available.
    directory service: 
    DC1.rd.contoso.com
    Additional Data
    Error value: 
    The RPC server is unavailable. (1722)
    04/28/2015 13:12:49 [INFO] EVENTLOG (Informational): NTDS General / Internal Processing : 2041
    Duplicate event log entries were suppressed.
    See the previous event log entry for details. An entry is considered a duplicate if
    the event code and all of its insertion parameters are identical. The time period for
    this run of duplicates is from the time of the previous event to the time of this event.
    Event Code:
    c00007aa
    Number of duplicate entries: 
    1
    04/28/2015 13:12:49 [INFO] EVENTLOG (Error): NTDS Replication / Setup : 1125
    The Active Directory Domain Services Installation Wizard (Dcpromo) was unable to establish connection with the following domain controller.
    Domain controller:
    DC1.rd.contoso.com
    Additional Data
    Error value:
    1722 The RPC server is unavailable.
    04/28/2015 13:14:14 [INFO] EVENTLOG (Error): NTDS Replication / DS RPC Client : 1962
    Internal event: The local directory service received an exception from a remote procedure call (RPC) connection. Extended error information is not available.
    directory service: 
    DC1.rd.contoso.com
    Additional Data
    Error value: 
    The RPC server is unavailable. (1722)
    04/28/2015 13:14:35 [INFO] EVENTLOG (Informational): NTDS General / Internal Processing : 2041
    Duplicate event log entries were suppressed.
    See the previous event log entry for details. An entry is considered a duplicate if
    the event code and all of its insertion parameters are identical. The time period for
    this run of duplicates is from the time of the previous event to the time of this event.
    Event Code:
    c00007aa
    Number of duplicate entries: 
    1
    04/28/2015 13:14:35 [INFO] EVENTLOG (Error): NTDS Replication / Setup : 1125
    The Active Directory Domain Services Installation Wizard (Dcpromo) was unable to establish connection with the following domain controller.
    Domain controller:
    DC1.rd.contoso.com
    Additional Data
    Error value:
    1722 The RPC server is unavailable.
    04/28/2015 13:17:04 [INFO] EVENTLOG (Error): NTDS Replication / DS RPC Client : 1962
    Internal event: The local directory service received an exception from a remote procedure call (RPC) connection. Extended error information is not available.
    directory service: 
    DC1.rd.contoso.com
    Additional Data
    Error value: 
    The RPC server is unavailable. (1722)
    04/28/2015 13:17:25 [INFO] EVENTLOG (Informational): NTDS General / Internal Processing : 2041
    Duplicate event log entries were suppressed.
    See the previous event log entry for details. An entry is considered a duplicate if
    the event code and all of its insertion parameters are identical. The time period for
    this run of duplicates is from the time of the previous event to the time of this event.
    Event Code:
    c00007aa
    Number of duplicate entries: 
    1
    04/28/2015 13:17:25 [INFO] EVENTLOG (Error): NTDS Replication / Setup : 1125
    The Active Directory Domain Services Installation Wizard (Dcpromo) was unable to establish connection with the following domain controller.
    Domain controller:
    DC1.rd.contoso.com
    Additional Data
    Error value:
    1722 The RPC server is unavailable.
    04/28/2015 13:22:02 [INFO] EVENTLOG (Error): NTDS Replication / DS RPC Client : 1962
    Internal event: The local directory service received an exception from a remote procedure call (RPC) connection. Extended error information is not available.
    directory service: 
    DC1.rd.contoso.com
    Additional Data
    Error value: 
    The RPC server is unavailable. (1722)
    04/28/2015 13:22:23 [INFO] EVENTLOG (Informational): NTDS General / Internal Processing : 2041
    Duplicate event log entries were suppressed.
    See the previous event log entry for details. An entry is considered a duplicate if
    the event code and all of its insertion parameters are identical. The time period for
    this run of duplicates is from the time of the previous event to the time of this event.
    Event Code:
    c00007aa
    Number of duplicate entries: 
    1
    04/28/2015 13:22:23 [INFO] EVENTLOG (Error): NTDS Replication / Setup : 1125
    The Active Directory Domain Services Installation Wizard (Dcpromo) was unable to establish connection with the following domain controller.
    Domain controller:
    DC1.rd.contoso.com
    Additional Data
    Error value:
    1722 The RPC server is unavailable.
    04/28/2015 13:31:16 [INFO] EVENTLOG (Error): NTDS Replication / DS RPC Client : 1962
    Internal event: The local directory service received an exception from a remote procedure call (RPC) connection. Extended error information is not available.
    directory service: 
    DC1.rd.contoso.com
    Additional Data
    Error value: 
    The RPC server is unavailable. (1722)
    04/28/2015 13:31:37 [INFO] EVENTLOG (Informational): NTDS General / Internal Processing : 2041
    Duplicate event log entries were suppressed.
    See the previous event log entry for details. An entry is considered a duplicate if
    the event code and all of its insertion parameters are identical. The time period for
    this run of duplicates is from the time of the previous event to the time of this event.
    Event Code:
    c00007aa
    Number of duplicate entries: 
    1
    04/28/2015 13:31:37 [INFO] EVENTLOG (Error): NTDS Replication / Setup : 1125
    The Active Directory Domain Services Installation Wizard (Dcpromo) was unable to establish connection with the following domain controller.
    Domain controller:
    DC1.rd.contoso.com
    Additional Data
    Error value:
    1722 The RPC server is unavailable.
    04/28/2015 13:39:26 [INFO] Promotion request for replica domain controller
    04/28/2015 13:39:26 [INFO] DnsDomainName  rd.contoso.com
    04/28/2015 13:39:26 [INFO] ReplicaPartner  DC1.rd.contoso.com
    04/28/2015 13:39:26 [INFO] SiteName  Default-First-Site-Name
    04/28/2015 13:39:26 [INFO] DsDatabasePath  F:\Windows\NTDS, DsLogPath  F:\Windows\NTDS
    04/28/2015 13:39:26 [INFO] SystemVolumeRootPath  F:\Windows\SYSVOL
    04/28/2015 13:39:26 [INFO] Account rd.contoso.com\contosoadmin
    04/28/2015 13:39:26 [INFO] Options  1179840
    04/28/2015 13:39:26 [INFO] Validate supplied paths
    04/28/2015 13:39:26 [INFO] Validating path F:\Windows\NTDS.
    04/28/2015 13:39:26 [INFO] Path is a directory
    04/28/2015 13:39:26 [INFO] Path is on a fixed disk drive.
    04/28/2015 13:39:26 [INFO] Validating path F:\Windows\NTDS.
    04/28/2015 13:39:26 [INFO] Path is a directory
    04/28/2015 13:39:26 [INFO] Path is on a fixed disk drive.
    04/28/2015 13:39:26 [INFO] Validating path F:\Windows\SYSVOL.
    04/28/2015 13:39:26 [INFO] Path is on a fixed disk drive.
    04/28/2015 13:39:26 [INFO] Path is on an NTFS volume
    04/28/2015 13:39:26 [INFO] Start the worker task
    04/28/2015 13:39:26 [INFO] Request for promotion returning 0
    04/28/2015 13:39:26 [INFO] Forcing time sync
    04/28/2015 13:39:26 [INFO] Forcing a time sync with DC1.rd.contoso.com
    04/28/2015 13:39:25 [INFO] Searching for a domain controller for the domain rd.contoso.com that contains the account DC2$
    04/28/2015 13:39:25 [INFO] Located domain controller DC1.rd.contoso.com for domain rd.contoso.com
    04/28/2015 13:39:25 [INFO] Directing kerberos authentication to DC1.rd.contoso.com returns 0
    04/28/2015 13:39:25 [INFO] DsRolepFlushKerberosTicketCache() successfully flushed the Kerberos ticket cache
    04/28/2015 13:39:25 [INFO] Using site Default-First-Site-Name for server DC1.rd.contoso.com
    04/28/2015 13:39:26 [INFO] Stopping service NETLOGON
    04/28/2015 13:39:26 [INFO] Stopping service NETLOGON
    04/28/2015 13:39:26 [INFO] ControlService(STOP) on NETLOGON returned 1(gle=0)
    04/28/2015 13:39:26 [INFO] DsRolepWaitForService: waiting for NETLOGON to enter one of 7 states
    04/28/2015 13:39:26 [INFO] DsRolepWaitForService: QueryServiceStatus on NETLOGON returned 1 (gle=0), SvcStatus.dwCS=3
    04/28/2015 13:39:27 [INFO] DsRolepWaitForService: QueryServiceStatus on NETLOGON returned 1 (gle=0), SvcStatus.dwCS=1
    04/28/2015 13:39:27 [INFO] DsRolepWaitForService: exiting because NETLOGON entered STOPPED state
    04/28/2015 13:39:27 [INFO] DsRolepWaitForService(for any end state) on NETLOGON service returned 0
    04/28/2015 13:39:27 [INFO] ControlService(STOP) on NETLOGON returned 0(gle=1062)
    04/28/2015 13:39:27 [INFO] Exiting service-stop loop after service NETLOGON entered STOPPED state
    04/28/2015 13:39:27 [INFO] StopService on NETLOGON returned 0
    04/28/2015 13:39:27 [INFO] Configuring service NETLOGON to 1 returned 0
    04/28/2015 13:39:27 [INFO] Stopped NETLOGON
    04/28/2015 13:39:27 [INFO] Deleting current sysvol path F:\Windows\SYSVOL 
    04/28/2015 13:39:27 [INFO] Created system volume path
    04/28/2015 13:39:27 [INFO] Copying initial Directory Service database file C:\Windows\system32\ntds.dit to F:\Windows\NTDS\ntds.dit
    04/28/2015 13:39:28 [INFO] Installing the Directory Service
    04/28/2015 13:39:28 [INFO] Calling NtdsInstall for rd.contoso.com
    04/28/2015 13:39:28 [INFO] Starting Active Directory Domain Services installation
    04/28/2015 13:39:28 [INFO] Validating user supplied options
    04/28/2015 13:39:28 [INFO] Determining a site in which to install
    04/28/2015 13:39:28 [INFO] Examining an existing forest...
    04/28/2015 13:39:28 [INFO] Configuring the local computer to host Active Directory Domain Services
    04/28/2015 13:39:35 [INFO] EVENTLOG (Error): NTDS Database / Backup : 2542
    The Directory Server detected that the database has been replaced.  This is an
    unsafe and unsupported operation. The service will stop until the problem is
    corrected.
    User Action:
    Restore the previous copy of the database that was in use on this machine.
    In the future, the user is strongly encouraged to use the backup and
    restore facility to rollback the database.
    This error can be suppressed and the database repaired by removing the following registry key.
    Additional Data
    Registry key:
    System\CurrentControlSet\Services\NTDS\Parameters
    Registry value:
    DSA Database Epoch
    04/28/2015 13:39:35 [INFO] EVENTLOG (Informational): NTDS General / Service Control : 1004
    Active Directory Domain Services was shut down successfully.
    04/28/2015 13:39:36 [INFO] Error - An unknown error occurred while installing Active Directory Domain Services. (8200)
    04/28/2015 13:39:36 [INFO] Active Directory Domain Services is attempting to recursively delete the \Registry\Machine\System\CurrentControlSet\Services\NTDS registry key (DeleteRoot=0).
    04/28/2015 13:39:36 [INFO] Active Directory Domain Services is attempting to recursively delete the \Registry\Machine\System\CurrentControlSet\Services\NTDS\Diagnostics registry key (DeleteRoot=1).
    04/28/2015 13:39:36 [INFO] Active Directory Domain Services successfully deleted the \Registry\Machine\System\CurrentControlSet\Services\NTDS\Diagnostics registry key (DeleteRoot=1).
    04/28/2015 13:39:36 [INFO] Active Directory Domain Services is attempting to recursively delete the \Registry\Machine\System\CurrentControlSet\Services\NTDS\Parameters registry key (DeleteRoot=1).
    04/28/2015 13:39:36 [INFO] Active Directory Domain Services successfully deleted the \Registry\Machine\System\CurrentControlSet\Services\NTDS\Parameters registry key (DeleteRoot=1).
    04/28/2015 13:39:36 [INFO] Active Directory Domain Services is attempting to recursively delete the \Registry\Machine\System\CurrentControlSet\Services\NTDS\Performance registry key (DeleteRoot=1).
    04/28/2015 13:39:36 [INFO] Active Directory Domain Services successfully deleted the \Registry\Machine\System\CurrentControlSet\Services\NTDS\Performance registry key (DeleteRoot=1).
    04/28/2015 13:39:36 [INFO] Active Directory Domain Services is attempting to recursively delete the \Registry\Machine\System\CurrentControlSet\Services\NTDS\RID Values registry key (DeleteRoot=1).
    04/28/2015 13:39:36 [INFO] Active Directory Domain Services successfully deleted the \Registry\Machine\System\CurrentControlSet\Services\NTDS\RID Values registry key (DeleteRoot=1).
    04/28/2015 13:39:36 [INFO] Active Directory Domain Services is attempting to recursively delete the \Registry\Machine\System\CurrentControlSet\Services\NTDS\Security registry key (DeleteRoot=1).
    04/28/2015 13:39:36 [INFO] Active Directory Domain Services successfully deleted the \Registry\Machine\System\CurrentControlSet\Services\NTDS\Security registry key (DeleteRoot=1).
    04/28/2015 13:39:36 [INFO] Active Directory Domain Services successfully deleted the \Registry\Machine\System\CurrentControlSet\Services\NTDS registry key (DeleteRoot=0).
    04/28/2015 13:39:36 [INFO] NtdsInstall for rd.contoso.com returned 8200
    04/28/2015 13:39:36 [INFO] DsRolepInstallDs returned 8200
    04/28/2015 13:39:36 [ERROR] Failed to install to Directory Service (8200)
    04/28/2015 13:39:36 [ERROR] DsRolepFinishSysVolPropagation (Abort Promote) failed with 8001
    04/28/2015 13:39:36 [WARNING] Failed to abort system volume installation (8001)
    04/28/2015 13:39:36 [INFO] Starting service NETLOGON
    04/28/2015 13:39:36 [INFO] Configuring service NETLOGON to 2 returned 0
    04/28/2015 13:39:36 [INFO] The attempted domain controller operation has completed
    04/28/2015 13:39:36 [INFO] Updating service status to 4
    04/28/2015 13:39:36 [INFO] DsRolepSetOperationDone returned 0
    04/28/2015 16:38:27 [INFO] Promotion request for replica domain controller
    04/28/2015 16:38:27 [INFO] DnsDomainName  rd.contoso.com
    04/28/2015 16:38:27 [INFO] ReplicaPartner  DC1.rd.contoso.com
    04/28/2015 16:38:27 [INFO] SiteName  Default-First-Site-Name
    04/28/2015 16:38:27 [INFO] DsDatabasePath  F:\Windows\NTDS, DsLogPath  F:\Windows\NTDS
    04/28/2015 16:38:27 [INFO] SystemVolumeRootPath  F:\Windows\SYSVOL
    04/28/2015 16:38:27 [INFO] Account rd.contoso.com\contosoadmin
    04/28/2015 16:38:27 [INFO] Options  1179840
    04/28/2015 16:38:27 [INFO] Validate supplied paths
    04/28/2015 16:38:27 [INFO] Validating path F:\Windows\NTDS.
    04/28/2015 16:38:27 [INFO] Path is a directory
    04/28/2015 16:38:27 [INFO] Path is on a fixed disk drive.
    04/28/2015 16:38:27 [INFO] Validating path F:\Windows\NTDS.
    04/28/2015 16:38:27 [INFO] Path is a directory
    04/28/2015 16:38:27 [INFO] Path is on a fixed disk drive.
    04/28/2015 16:38:27 [INFO] Validating path F:\Windows\SYSVOL.
    04/28/2015 16:38:27 [INFO] Path is on a fixed disk drive.
    04/28/2015 16:38:27 [INFO] Path is on an NTFS volume
    04/28/2015 16:38:27 [INFO] Start the worker task
    04/28/2015 16:38:27 [INFO] Request for promotion returning 0
    04/28/2015 16:38:27 [INFO] Forcing time sync
    04/28/2015 16:38:27 [INFO] Forcing a time sync with DC1.rd.contoso.com
    04/28/2015 16:38:26 [INFO] Searching for a domain controller for the domain rd.contoso.com that contains the account DC2$
    04/28/2015 16:38:26 [INFO] Located domain controller DC1.rd.contoso.com for domain rd.contoso.com
    04/28/2015 16:38:26 [INFO] Directing kerberos authentication to DC1.rd.contoso.com returns 0
    04/28/2015 16:38:26 [INFO] DsRolepFlushKerberosTicketCache() successfully flushed the Kerberos ticket cache
    04/28/2015 16:38:26 [INFO] Using site Default-First-Site-Name for server DC1.rd.contoso.com
    04/28/2015 16:38:26 [INFO] Stopping service NETLOGON
    04/28/2015 16:38:26 [INFO] Stopping service NETLOGON
    04/28/2015 16:38:26 [INFO] ControlService(STOP) on NETLOGON returned 1(gle=0)
    04/28/2015 16:38:26 [INFO] DsRolepWaitForService: waiting for NETLOGON to enter one of 7 states
    04/28/2015 16:38:26 [INFO] DsRolepWaitForService: QueryServiceStatus on NETLOGON returned 1 (gle=0), SvcStatus.dwCS=3
    04/28/2015 16:38:27 [INFO] DsRolepWaitForService: QueryServiceStatus on NETLOGON returned 1 (gle=0), SvcStatus.dwCS=1
    04/28/2015 16:38:27 [INFO] DsRolepWaitForService: exiting because NETLOGON entered STOPPED state
    04/28/2015 16:38:27 [INFO] DsRolepWaitForService(for any end state) on NETLOGON service returned 0
    04/28/2015 16:38:27 [INFO] ControlService(STOP) on NETLOGON returned 0(gle=1062)
    04/28/2015 16:38:27 [INFO] Exiting service-stop loop after service NETLOGON entered STOPPED state
    04/28/2015 16:38:27 [INFO] StopService on NETLOGON returned 0
    04/28/2015 16:38:27 [INFO] Configuring service NETLOGON to 1 returned 0
    04/28/2015 16:38:27 [INFO] Stopped NETLOGON
    04/28/2015 16:38:27 [INFO] Deleting current sysvol path F:\Windows\SYSVOL 
    04/28/2015 16:38:28 [INFO] Created system volume path
    04/28/2015 16:38:28 [INFO] Copying initial Directory Service database file C:\Windows\system32\ntds.dit to F:\Windows\NTDS\ntds.dit
    04/28/2015 16:38:28 [INFO] Installing the Directory Service
    04/28/2015 16:38:28 [INFO] Calling NtdsInstall for rd.contoso.com
    04/28/2015 16:38:28 [INFO] Starting Active Directory Domain Services installation
    04/28/2015 16:38:28 [INFO] Validating user supplied options
    04/28/2015 16:38:28 [INFO] Determining a site in which to install
    04/28/2015 16:38:28 [INFO] Examining an existing forest...
    04/28/2015 16:38:28 [INFO] Configuring the local computer to host Active Directory Domain Services
    04/28/2015 16:38:40 [INFO] EVENTLOG (Informational): NTDS General / Internal Configuration : 2120
    This Active Directory Domain Services server does not support the Recycle Bin. Deleted objects may be undeleted, however, when an object is undeleted, some attributes of that object may be lost.  Additionally, attributes of other objects that refer to
    the object being undeleted may also be lost.
    04/28/2015 16:38:40 [INFO] EVENTLOG (Informational): NTDS General / Internal Configuration : 2405
    This Active Directory Domain Services server does not support the "Recycle Bin Feature" optional feature.
    04/28/2015 16:38:43 [INFO] Creating the NTDS Settings object for this Active Directory Domain Controller on the remote AD DC DC1.rd.contoso.com...
    04/28/2015 16:39:05 [INFO] EVENTLOG (Error): NTDS Replication / DS RPC Client : 1962
    Internal event: The local directory service received an exception from a remote procedure call (RPC) connection. Extended error information is not available.
    directory service: 
    DC1.rd.contoso.com
    Additional Data
    Error value: 
    The RPC server is unavailable. (1722)
    04/28/2015 16:39:26 [INFO] EVENTLOG (Informational): NTDS General / Internal Processing : 2041
    Duplicate event log entries were suppressed.
    See the previous event log entry for details. An entry is considered a duplicate if
    the event code and all of its insertion parameters are identical. The time period for
    this run of duplicates is from the time of the previous event to the time of this event.
    Event Code:
    c00007aa
    Number of duplicate entries: 
    1
    04/28/2015 16:39:26 [INFO] EVENTLOG (Error): NTDS Replication / Setup : 1125
    The Active Directory Domain Services Installation Wizard (Dcpromo) was unable to establish connection with the following domain controller.
    Domain controller:
    DC1.rd.contoso.com
    Additional Data
    Error value:
    1722 The RPC server is unavailable.
    04/28/2015 16:39:55 [INFO] EVENTLOG (Error): NTDS Replication / DS RPC Client : 1962
    Internal event: The local directory service received an exception from a remote procedure call (RPC) connection. Extended error information is not available.
    directory service: 
    DC1.rd.contoso.com
    Additional Data
    Error value: 
    The RPC server is unavailable. (1722)
    04/28/2015 16:40:16 [INFO] EVENTLOG (Informational): NTDS General / Internal Processing : 2041
    Duplicate event log entries were suppressed.
    See the previous event log entry for details. An entry is considered a duplicate if
    the event code and all of its insertion parameters are identical. The time period for
    this run of duplicates is from the time of the previous event to the time of this event.
    Event Code:
    c00007aa
    Number of duplicate entries: 
    1
    04/28/2015 16:40:16 [INFO] EVENTLOG (Error): NTDS Replication / Setup : 1125
    The Active Directory Domain Services Installation Wizard (Dcpromo) was unable to establish connection with the following domain controller.
    Domain controller:
    DC1.rd.contoso.com
    Additional Data
    Error value:
    1722 The RPC server is unavailable.
    R.

  • Creating logical/virtual connection object  from physical connection

    Can anybody help me what is creating logical/virtual connection object and how to create it from physical connection in java ??
    Thanks in advance...

    WHile you are waiting for an answer, you might want to review the related Oracle documentation:
    For 10g, all docco is at http://www.oracle.com/pls/db102/portal.portal_db?selected=3 and docco I suspect will help you is "Java Developer's Guide" and "JDBC Developer's Guide and Reference"

  • Problem with create universe on Business Objects XI 3.1 base on SAP Query

    Hello,
    I have a problem with create universe on Business Objects XI 3.1 base on SAP Query.
    The problem is hierarchy. Massage on Busines Objects is :
       OWBS_ELEMT__ISTKOSZT(cube ICPC01/BEX_ICOC01):Exception condition  "HIERARCHY NOT FOUND" raised.(WIS 10901) 
    Query in BEX run OK.
    Best regards.
    Ela.

    Hello,
    Thanks for response.
    When I run BEX QUERY, all works OK.
    All hierarchies was created and activated  on system BW.
    This situation appears after upgrade BW to SAP NetWeaver 7.3.
    Before upgrade I created universe without any problems.
    Regards Ela

  • Problem in Creating the Transport using Export option on Portal

    Hi All,
    We have problem in creating the Transport Packaage using the Portal EXPORT option. Here are the details:
    When I tried to create a New Transport package on the Portal, It opens first page asking for the Package name, ID and suffix. After completing  the form, when NEXT or Finish button is clicked, the system goes on forever and does not show the next page at all.
    This is kind of Urgent as we were not able to transport the objects to QA system
    Your help in this reagrd will be well appriciated.
    Thanks and regards,
    Babu

    Hi All,
    We have problem in creating the Transport Packaage using the Portal EXPORT option. Here are the details:
    When I tried to create a New Transport package on the Portal, It opens first page asking for the Package name, ID and suffix. After completing  the form, when NEXT or Finish button is clicked, the system goes on forever and does not show the next page at all.
    This is kind of Urgent as we were not able to transport the objects to QA system
    Your help in this reagrd will be well appriciated.
    Thanks and regards,
    Babu

  • Problem while creating the Partner Address in CRM

    Hi,
       We are facing one problem while creating the new address for the Business Partner.
       When ever customer wants to change the address : we are following one process : where we are      
       using 'BAPI_BUPA_ADDRESS_ADD' functin module. Becuse of this , new addrss number will be generated for the 
      corresponding account in BUT021_FS table.But this table contains old address number as a first record, so that when ever
      we display the partner address in UI, it is displaying the old address only because first entry of the the table 'BUT021_FS'
      contains the old address number.
      Because of this , we are getting lots of complaints regarding this.
    Can you please help on this ASAP.
    Thanks & Regards
    Pradeep.

    Try BAPI_BUPA_ADDRESS_CHANGE  for address change followed by BAPI_TRANSACTION_COMMIT . It works.

  • While creating the credit note getting error

    hi
    while creating the credit note getting error
    MsgType       Message                                       Msg.no.
    E                  Enter country                                 216
    E                  Sales document  was not changed   219  
    pls suggest me

    Is COPA activated? If yes go to teh button PA and give country value in the line item.
    Reward if useful
    sarma

  • Problem to create the Account

    Hi,
    I have the problem to create the Account in Administration -->  Admin Applets -->  User Admin. As per documentation I need to add UserAccounts=true in General Configuration link in the options for <Server Name> pane. But after doing the configuration under Admin Server and restarting the server, I could not get the Predefined Accounts... option available under Security link of User Admin applet page. So I could not add the new Account.
    Please let me know, how I can configure the same and add the new Account.
    Thanks.

    Hi
    The configuration that you need to add is UseAccounts=true and not UserAccounts=true. Change it in the config.cfg file , restart the content server and then create accounts.
    Thanks
    Srinath

  • When i try to open itunes i now get an error message saying i do not have the required components installed error number 45075?

    when i try to open itunes i now get an error message saying i do not have the required components installed error number 45075?

    Just in case the component being referenced is not part of iTunes but is rather part of one of the other related programs, it might be worth trying a complete uninstall/reinstall of iTunes and related componentry, as per the following troubleshooting document:
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7

  • Connection object - error message : Incomplete address; enter country

    Dear experts,
    I want to to create a Connection Object in the Web IC.
    I enter the address information (with the country) then save.
    The following error message is displayed : "Incomplete address; enter country"
    Has anybody already encountered this problem?
    Do you have any idea how we could solve this?
    Thanks a lot for your help.
    Regards,
    Pascale

    Hi,
    Have you resolved it?
    Regards,
    Vamshi.

  • Creating the JMS Administered Objects

    Hi.. All
    I am new to JMS..... I have written two simple programs which are given in the examples SimpleQueueSender.java and SimpleQueueReciever.java..
    I successfully Compiled the programs..
    But When I am trying to run the SimpleQueueSender I am getting the following error...
    D:\jms>java SimpleQueueSender MyQueue 3
    Queue name is MyQueue
    BEFORE
    AFTER
    JNDI API lookup failed:javax.naming.NameNotFoundException: Unable to resolve MyQueue. Resolved: '
    ' Unresolved:'MyQueue' ; remaining name ''
    The structure of config.xml is as follows....
    <JMSConnectionFactory JNDIName="SeshuConnectionFactory"
    Name="MyQueue" Targets="myserver"/>
    I am using Weblogic 6.1 Server. I suppose the problem should be in creating the MyQueue JMS Administration Object...
    Please help me out in solving this problem..
    The portion of the code where exactly the exception is rising is as follows....
    System.out.println("BEFORE");
    queueConnectionFactory =(QueueConnectionFactory)jndiContext.lookup("SeshuConnectionFactory");
    System.out.println("AFTER");
    queue =(Queue)jndiContext.lookup(queueName);

    have you configured your queues, topic, connection factory in weblogic through its admin console?
    Ashwani

  • Unable to create the temporary folder. Error 183 when starting Distiller

    New information discovered - see end of message!
    Full error message is (window title is Acrobat Distiller):
    "Unable to create the temporary folder
    Error: 183 - cannot create a file when that file already exists."
    I have no idea what file or what folder it is referring to. This is on an x86 Vista notebook and the message comes up when starting the notebook and also if you manually start Distiller 8. Updating did not help, nor did turning off the UAC, or running Distiller as Administrator. In the latter case, Distiller will open correctly, but the next time you need to use it, it fails. With the UAC turned off, the behavior is for it to show the Distiller window for a fraction of a second and close immediately. I also gave the user full rights to the C:\Program Files\Adobe folder and lower. Made no difference.
    Coincidental with this is that the PDFMOfficeAddIn.dll add-in will not enable in Word - when it is checked, and I hit OK, I get the message:
    "The connected state of Office Add-Ins registered in HKEY_LOCAL_MACHINE cannot be changed."
    All of this is going on when logged in as an administrator. I have seen folks post about this issue, but no answers that actually fiux the problem, just suggest what I have already tried. Anyone seen this one?
    The user is highly mobile, so I am not going to have a chance to work on her computer again until next week.
    NEW INFO
    I tried removing and reinstalling as administrator and the problem remains. However while trying to troubleshoot, I discovered some more details.
    The message is being thrown when acrotray.exe is started as a process in HKLM\Software\Microsoft\Windows\Current Control Set\Run and then tries to run acrodist.exe (which fails, BTW). If I don't let it run there and run acrotray,exe as administrator, then acrodist.exe runs as a process without an error. Additionally, stopping it from running in the registry, and then starting MS Word, the Acrobat add-in does load and even though there is an error thown, it still creates the PDF! I have other Vista 32 notebooks running various Acrobat versions with no problems.
    Another key thing I found out is that Acrobat started throwing the error after an HP Scanjet 8400 and its software were installed. I tried explicitly giving the user (already an administrator) full rights to the Acrobat, HP and Read IRIS directories. Did not help the problem. I have to think that there is some interaction there, but sure don't know what it is.

    what i did to eliminate that error message, i don't think it eliminated th
    e problem but now i can reboot and log in OK, was 2 things:
    i went into my system registry and unchecked to start at startup and then disavled it.
    i also had to go to each adobe icon, right click, go to properites, and than make all selections set to be administator.

Maybe you are looking for

  • Language time-zone missing info

    Hi, This is probably a bug or at best smoe missing info in the language support. If we set a non English locale the dates (name of day and month) are coming in the pecified language. However the time zone list ignores the locale and returns a string

  • Alphabetical sort order

    Over the past week I have noticed that my collection of 15k+ songs, stored on an external HD, is no longer stored alphabetically by artist but is now instead sorted alphabetically by album. I am not aware of having done anything to change this and su

  • Macbook Pro Retina screen issues

    I had the ghosting issue on my 15" retina, plus a weird trail issue when dragging items across the screen. I had the entire screen and logic board replaced. I picked it up today and the white is now extremely warm, it looks dirty, similar sort of whi

  • A normal question on programming

    When programming, samples are very important. When I get a new function of java, how can I find some samples of it. The java language specification is very useful, but it doesn't include code samples. Please recommend a good way or a good place to so

  • Migration of  HYPERION 9.1.3(WINDOWS) -HYPERION 11.1.1.3(AIX V6)

    What are the corrects steps that I need to follow to make the migration,Iam new with this product.Can I use some wizard o what can I USE life cycle manag.? Somedoby can help me???? THANKS.