TNS-12545: Connect failed because target host or object does not exist

Hi all

I have two hosts with me. 1 host1 and 2. host2. Host1 have ORCL database. And when I'm doing the tnsping to host2 for database ORCL I get error below.

[oracle@host2 ~] $ hostname

host2.example.com

[oracle@host2 ~] $ tnsping ORCL

AMT Ping utility for Linux: Version 11.2.0.1.0 - Production on 5 April 2014 20:31:40

Copyright (c) 1997, 2009, Oracle.  All rights reserved.

Use settings files:

TNSNAMES adapter used to resolve the alias

Try to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = host1.example.com) (PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = ORCL)))

TNS-12545: Connect failed because target host or object does not exist

Here's my tns annually involves Details:

on host1:

[oracle@host1 admin] $ listener.ora more

listener.ora # Network Configuration file: /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora

# Generated by Oracle configuration tools.

SID_LIST_LISTENER =

(SID_LIST =

(SID_DESC =

(GLOBAL_DBNAME = ORCL. WORLD)

(ORACLE_HOME = u01/app/oracle/product/11.2.0/dbhome_1)

(SID_NAME = ORCL)

)

)

LISTENER =

(DESCRIPTION_LIST =

(DESCRIPTION =

(ADDRESS = (PROTOCOL = TCP)(HOST = host1.example.com) (PORT = 1521))

)

)

ADR_BASE_LISTENER = / u01/app/oracle

[oracle@host1 admin] $ more tnsnames.ora

tnsnames.ora # Network Configuration file: /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/tnsnames.ora

# Generated by Oracle configuration tools.

ORCL =

(DESCRIPTION =

(ADDRESS = (PROTOCOL = TCP)(HOST = host1.example.com) (PORT = 1521))

(CONNECT_DATA =

(SERVER = DEDICATED)

(SERVICE_NAME = ORCL)

)

)

MYTEST =

(DESCRIPTION =

(ADDRESS = (PROTOCOL = TCP)(HOST = host2.example.com) (PORT = 1521))

(CONNECT_DATA =

(SERVER = DEDICATED)

(SERVICE_NAME = MYTEST)

)

)

LSNRCTL > status

Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST=host1.example.com) (PORT = 1521)))

STATUS of the LISTENER

------------------------

Alias LISTENER

Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production

Start date April 5, 2014 20:09:33

Uptime 0 days 0 h 25 min 1 sec

Draw level off

Security ON: OS Local Authentication

SNMP OFF

Parameter Listener of the /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora file

The listener log file /U01/app/Oracle/diag/tnslsnr/host1/listener/alert/log.XML

Summary of endpoints listening...

(DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=host1.example.com) (PORT = 1521)))

Summary of services...

Service "ORCL" has 1 instance (s).

Instance "ORCL", State LOAN, has 1 operation for this service...

Service "ORCL. The WORLD' has 1 instance (s).

Instance "ORCL", status UNKNOWN, has 1 operation for this service...

Service 'ORCLXDB' has 1 instance (s).

Instance "ORCL", State LOAN, has 1 operation for this service...

The command completed successfully

On host2:

[oracle@host2 admin] $ listener.ora more

listener.ora # Network Configuration file: /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora

# Generated by Oracle configuration tools.

SID_LIST_LISTENER =

(SID_LIST =

(SID_DESC =

(GLOBAL_DBNAME = MYTEST. WORLD)

(ORACLE_HOME = u01/app/oracle/product/11.2.0/dbhome_1)

(SID_NAME = MYTEST)

)

)

LISTENER =

(DESCRIPTION_LIST =

(DESCRIPTION =

(ADDRESS = (PROTOCOL = TCP)(HOST = host2.example.com) (PORT = 1521))

)

)

ADR_BASE_LISTENER = / u01/app/oracle

[oracle@host2 admin] $ tnsname.ora more

TNSNAME.ora: no such file or directory

[oracle@host2 admin] $ more tnsnames.ora

MYTEST =

(DESCRIPTION =

(ADDRESS = (PROTOCOL = TCP)(HOST = host2.example.com) (PORT = 1521))

(CONNECT_DATA =

(SERVER = DEDICATED)

(SERVICE_NAME = MYTEST)

)

)

ORCL =

(DESCRIPTION =

(ADDRESS = (PROTOCOL = TCP)(HOST = host1.example.com) (PORT = 1521))

(CONNECT_DATA =

(SERVER = DEDICATED)

(SERVICE_NAME = ORCL)

)

)

Please help me what I do in configuring the listener and tns.

Kind regards

Michel

fb767351-A660-4b18-9a9f-73bc141f6a0c wrote:

Hi all

I have two hosts with me. 1 host1 and 2. host2. Host1 have ORCL database. And when I'm doing the tnsping to host2 for database ORCL I get error below.

[oracle@host2 ~] $ hostname

host2.example.com

[oracle@host2 ~] $ tnsping ORCL

AMT Ping utility for Linux: Version 11.2.0.1.0 - Production on 5 April 2014 20:31:40

Copyright (c) 1997, 2009, Oracle.  All rights reserved.

Use settings files:

TNSNAMES adapter used to resolve the alias

Try to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = host1.example.com) (PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = ORCL)))

TNS-12545: Connect failed because target host or object does not exist

If your entry for "ORCL" tnsnames decided to 'contact' indicated info.  He tried to send a ping packet to the server identified by "(HOST = host1.example.com)". "  Oracle tns transmitted the request to the network stack of BONES for the resolution and routing.  Here, 'host1.example.com' host name could not be resolved to an IP address, or if it was, it was an IP address that is a dead-end.

Here's my tns annually involves Details:

We see the details necessary out of your tnsping tns.  Since the application never had the host (as is obvious in the error message), nothing about the questions of the listener - he never got.

on host1:

As your example tnsping host2, and says that the error message obvious host1 is nowhere to be found, like the listener, none of the files of configuration on host1 question - demand ever on host1.

[oracle@host1 admin] $ listener.ora more

listener.ora # Network Configuration file: /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora

# Generated by Oracle configuration tools.

SID_LIST_LISTENER =

(SID_LIST =

(SID_DESC =

(GLOBAL_DBNAME = ORCL. WORLD)

(ORACLE_HOME = u01/app/oracle/product/11.2.0/dbhome_1)

(SID_NAME = ORCL)

)

)

LISTENER =

(DESCRIPTION_LIST =

(DESCRIPTION =

(ADDRESS = (PROTOCOL = TCP)(HOST = host1.example.com) (PORT = 1521))

)

)

ADR_BASE_LISTENER = / u01/app/oracle

[oracle@host1 admin] $ more tnsnames.ora

tnsnames.ora # Network Configuration file: /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/tnsnames.ora

# Generated by Oracle configuration tools.

ORCL =

(DESCRIPTION =

(ADDRESS = (PROTOCOL = TCP)(HOST = host1.example.com) (PORT = 1521))

(CONNECT_DATA =

(SERVER = DEDICATED)

(SERVICE_NAME = ORCL)

)

)

MYTEST =

(DESCRIPTION =

(ADDRESS = (PROTOCOL = TCP)(HOST = host2.example.com) (PORT = 1521))

(CONNECT_DATA =

(SERVER = DEDICATED)

(SERVICE_NAME = MYTEST)

)

)

LSNRCTL > status

Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST=host1.example.com) (PORT = 1521)))

STATUS of the LISTENER

------------------------

Alias LISTENER

Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production

Start date April 5, 2014 20:09:33

Uptime 0 days 0 h 25 min 1 sec

Draw level off

Security ON: OS Local Authentication

SNMP OFF

Parameter Listener of the /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora file

The listener log file /U01/app/Oracle/diag/tnslsnr/host1/listener/alert/log.XML

Summary of endpoints listening...

(DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=host1.example.com) (PORT = 1521)))

Summary of services...

Service "ORCL" has 1 instance (s).

Instance "ORCL", State LOAN, has 1 operation for this service...

Service "ORCL. The WORLD' has 1 instance (s).

Instance "ORCL", status UNKNOWN, has 1 operation for this service...

Service 'ORCLXDB' has 1 instance (s).

Instance "ORCL", State LOAN, has 1 operation for this service...

The command completed successfully

On host2:

Okay, the problem being that a client on host2 couldn't solve a connection to hos1, these could be revealing.

[oracle@host2 admin] $ listener.ora more

listener.ora # Network Configuration file: /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora

# Generated by Oracle configuration tools.

SID_LIST_LISTENER =

(SID_LIST =

(SID_DESC =

(GLOBAL_DBNAME = MYTEST. WORLD)

(ORACLE_HOME = u01/app/oracle/product/11.2.0/dbhome_1)

(SID_NAME = MYTEST)

)

)

LISTENER =

(DESCRIPTION_LIST =

(DESCRIPTION =

(ADDRESS = (PROTOCOL = TCP)(HOST = host2.example.com) (PORT = 1521))

)

)

ADR_BASE_LISTENER = / u01/app/oracle

Except that in the example, we work with, host2 is the customer, trying to reach a database on host1.  Any listener on host2 is totally irrelevant.

[oracle@host2 admin] $ tnsname.ora more

TNSNAME.ora: no such file or directory

[oracle@host2 admin] $ more tnsnames.ora

MYTEST =

(DESCRIPTION =

(ADDRESS = (PROTOCOL = TCP)(HOST = host2.example.com) (PORT = 1521))

(CONNECT_DATA =

(SERVER = DEDICATED)

(SERVICE_NAME = MYTEST)

)

)

ORCL =

(DESCRIPTION =

(ADDRESS = (PROTOCOL = TCP)(HOST = host1.example.com) (PORT = 1521))

(CONNECT_DATA =

(SERVER = DEDICATED)

(SERVICE_NAME = ORCL)

)

)

It's the only tns configuration file that is important for the problem at hand.  And we already knew what he said, since the output of your command of tnsping.

Please help me what I do in configuring the listener and tns.

Kind regards

Michel

Is "host1.exampl.com" the real hostname of your machine "host1"?  Or you made that blur in your ad - thing quite legitimate to do this for security reasons.

Whatever, this is not really a matter of tns, unless of course 'host1.example.com' is really what you put in the tnsnames file, but your server "host1" became really something else.

Assuming that 'host1.example.com' is the correct value, debugging starts with the following:

[oracle@host2 admin] $ ping host1.example.com

[oracle@host2 admin] $ tracerout host1.example.com

Tags: Database

Similar Questions

  • ORA-12545: Connect failed because target host or object does not exist

    Hi all

    I am not able to connect database remotely. I have two servers with the name U.S. and localhost. Here are my coordinates tns:

    Details of the host server we:

    [oracle@US admin] $ more tnsnames.ora

    tnsnames.ora # Network Configuration file: /u01/app/oracle/product/11.2.0/db_1/network/admin/tnsnames.ora

    # Generated by Oracle configuration tools.

    PROD =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP) (HOST = EN)(PORT = 1521))

    (CONNECT_DATA =

    (SERVER = DEDICATED)

    (SERVICE_NAME = prod. WORLD)

    )

    )

    PROD_STBY =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost) (PORT = 1521))

    (CONNECT_DATA =

    (SERVER = DEDICATED)

    (SERVICE_NAME = prod. WORLD)

    )

    )


    [oracle@US admin] $ more sysconfig

    Networking = yes

    NETWORKING_IPV6 = yes

    HOSTNAME = US.localdomain


    [oracle@US admin] $ more/etc/hosts

    # Do not remove the next line, or various programs

    # requiring a network functionality will fail.

    127.0.0.1 localhost.localdomain localhost

    : US.localdomain6 1 U.S.

    Remote Ping US server location:

    [oracle@US admin] $ ping 192.168.188.131

    PING 192.168.188.131 (192.168.188.131) 56 (84) bytes of data.

    64 bytes from 192.168.188.131: icmp_seq = 1 ttl = 64 time = 0,662 ms

    64 bytes from 192.168.188.131: icmp_seq = 2 ttl = 64 time = 0,558 ms

    64 bytes from 192.168.188.131: icmp_seq = 3 ttl = 64 time = 0,566 ms

    64 bytes from 192.168.188.131: icmp_seq = 4 ttl = 64 time = 0,603 ms

    64 bytes from 192.168.188.131: icmp_seq = 5 ttl = 64 time = 0.575 ms

    ^ C

    -192.168.188.131 - ping statistics

    5 packets transmitted, 5 received, 0% packet loss, time 4002ms

    RTT min/avg/max/leg = 0.558/0.592/0.662/0.048 ms

    Details of the server remote localhost:

    [oracle@localhost admin] $ more tnsnames.ora

    PROD =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP) (HOST = EN)(PORT = 1521))

    (CONNECT_DATA =

    (SERVER = DEDICATED)

    (SERVICE_NAME = prod. WORLD)

    )

    )

    PROD_STBY =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost) (PORT = 1521))

    (CONNECT_DATA =

    (SERVER = DEDICATED)

    (SERVICE_NAME = prod. WORLD)

    )

    )


    [oracle@localhost admin] $ cat/etc/hosts

    # Do not remove the next line, or various programs

    # requiring a network functionality will fail.

    127.0.0.1 localhost.localdomain localhost

    : 1 localhost6.localdomain6 localhost6


    [oracle@localhost admin] $ cat sysconfig

    Networking = yes

    NETWORKING_IPV6 = yes

    HOSTNAME = localhost.localdomain

    [oracle@localhost admin] $ listener.ora more

    SID_LIST_LISTENER =

    (SID_LIST =

    (SID_DESC =

    (GLOBAL_DBNAME = prod. WORLD)

    (ORACLE_HOME = u01/app/oracle/product/11.2.0/dbhome_1)

    (SID_NAME = prod)

    )

    )

    LISTENER =

    (DESCRIPTION_LIST =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain) (PORT = 1521))

    )

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1521))

    )

    )

    ADR_BASE_LISTENER = / u01/app/oracle

    [oracle@localhost admin] $ lsnrctl status


    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 4 February 2014 16:49:36

    Copyright (c) 1991, 2009, Oracle.  All rights reserved.

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST=localhost.localdomain) (PORT = 1521)))

    STATUS of the LISTENER

    ------------------------

    Alias LISTENER

    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production

    Start date February 4, 2014 16:42:09

    Uptime 0 days 0 h 7 min 26 sec

    Draw level off

    Security ON: OS Local Authentication

    SNMP OFF

    Parameter Listener of the /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora file

    The listener log file /U01/app/Oracle/diag/tnslsnr/localhost/listener/alert/log.XML

    Summary of endpoints listening...

    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=localhost.localdomain) (PORT = 1521)))

    (DESCRIPTION = (ADDRESS = (PROTOCOL = ipc) (KEY = EXTPROC1521)))

    Summary of services...

    Service "prod. The WORLD' has 1 instance (s).

    Instance "prod", status UNKNOWN, has 1 operation for this service...

    The command completed successfully

    Location of ping to the server hosting remote localhost:

    [oracle@localhost admin] $ ping 192.168.188.130

    PING 192.168.188.130 (192.168.188.130) 56 (84) bytes of data.

    64 bytes from 192.168.188.130: icmp_seq = 1 ttl = 64 time = 1.57 ms

    64 bytes from 192.168.188.130: icmp_seq = 2 ttl = 64 time = 0,223 ms

    64 bytes from 192.168.188.130: icmp_seq = 3 ttl = 64 time = 0,577 ms

    64 bytes from 192.168.188.130: icmp_seq = 4 ttl = 64 time = 0,571 ms

    64 bytes from 192.168.188.130: icmp_seq = 5 ttl = 64 time = 0,568 ms

    ^ C

    -192.168.188.130 - ping statistics

    5 packets transmitted, 5 received, 0% packet loss, time 4006ms

    RTT min/avg/max/leg = 0.223/0.703/1.578/0.458 ms

    Connection database target mode ensures via RMAN:

    [oracle@localhost admin] $ rman target sys/oracle_4U@PROD auxiliary sys/oracle_4U@PROD_STBY


    Recovery Manager: release 11.2.0.1.0 - Production on Tue Feb 4 16:56:45 2014

    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.

    RMAN-00571: ===========================================================

    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.

    RMAN-00571: ===========================================================

    RMAN-00554: initialization of the package manager internal collection failed

    RMAN-04005: target database error:

    ORA-12545: Connect failed because target host or object does not exist

    Please let me know the cause of this error and it please help me how can I solve it.

    Kind regards

    Michel

    OK, so you have a software firewall (IPTables) running.  By default, it will not be configured to accept connections on port 1521.  You have two options...

    (1) disable the firewall completely.  Run these commands to do this...

    stop /etc/init.d/iptables

    chkconfig iptables off

    The first command stops the service.  The second command prevents revived at every restart of the OS.

    (2) add an exception to the firewall for port 1521.  I'm not a Linux expert, but it should be something like this...

    Change the configuration of IPTables with vi...

    VI/etc/sysconfig/iptables

    Add a new rule as follows...

    -A of ENTRY m state - state NEW-m tcp tcp - dport 1521-j ACCEPT Pei

    Save and close, and then restart the IPTables service...

    /etc/init.d/iptables restart

    NOTE: you must always change the name of this server to something other than "localhost".

  • Unable to connect to MKS: virtual machine configuration file does not exist

    Guys,

    Need a little help I'm running the following

    vCenter Server 4.0.0 (build 208111)

    ESX Server 4.0.0 (build 208167)

    I have a computer virtual running WIndows 2000 Advanced and when I try and open the console I get a black screen and the error message following

    "" Unable to connect to MKS: virtual machine configuration file does not exist '. "

    I scoured the data store and all the files of the virtual machine appear to be in place, I thought deletin the virtual machine from the inventory and add the vmdk file, it would be a good idea?

    Thank you.

    Remove and add new inventory won't hurt (you could lose data historial for virtual machine), it probably won't solve the problem.

    I doubt, it is a problem with the .vmx file, but you can try:

    -Remove the VM of the inventory

    -To create the new virtual machine (with the same characteristics as the virtual machine that you removed), name it differently and do not add hard drives that it

    -Change the new VM settings and add the existing VMDK virtual machine that you deleted

    -Power on VM and try

    • You should always have your complete file to the virtual machine original intact, in case you need, you will always have your original vmx file to add it to the inventory.

    By doing these steps you re-create the vmx file.

    f this post was useful/solved your problem, please mark the points of wire and price as seem you. Thank you!

  • Installation of the printer driver Officejet G85 fails with the message "print processor does not exist" with Windows 7

    The site compatibility Windows 7 says that this OS is compatible with my Officejet G85 all-in-one old.  Whenever I try to add this printer is using the automatic functions or manual installation of the driver fails and I get the error message that "print processor does not exist.  I tried to install the original with the most recent compatibility software is Windows 2000, but Windows 7 does not allow indicating that the program already exists and I have to uninstall it first.  However, I can't find it listed anywhere for uninstall it, and the original software disk does not have this feature either.  HP does not support printer and would not help provide.  This printer worked perfectly with Windows XP and we really like it is equipped.  Please help us raise this printer up and running with Windows 7 64 bit home edition.  I tried things I found that it was similar in the forum with no success so far.

    Hello

    You can run the printer troubleshooter. Convenience store solves some common printing problems.

    If your computer has problems printing, try using the printer Troubleshooter to solve the problem. He made sure that a printer is connected to your computer, and it checks for common issues such as whether the printer has enough paper and toner to complete printing your document.

    Open the printer Troubleshooter by clicking the Start button, then Control Panel. In the search box, type troubleshooting, and then click Troubleshooting. Under hardware and sound, click on use printer.

    Reference:

    Open the printer Troubleshooter
    http://Windows.Microsoft.com/en-us/Windows7/open-the-printer-Troubleshooter

    See the following articles from Microsoft for more information on installing a printer or driver printer:

    Install a printer
    http://Windows.Microsoft.com/en-us/Windows7/install-a-printer

    Find and install printer drivers
    http://Windows.Microsoft.com/en-us/Windows7/find-and-install-printer-drivers

    If the problem persists, you can contact the manufacturer of the printer for more information.

    http://WWW8.HP.com/ca/en/support-drivers.html

    Hope this information helps.

  • ODI - 1228:Task Load Data - LKM File to SQL-fails on the connection target: table or view does not exist

    While performing a mapping (present in the package) that loads the file to table data, my mapping is being failed in the step - LKM file with above mentioned SQL error.

    This task is running for 30 candy Mint and loading data about 30 to 40 million for the temporary table of C$ ODI.

    Before the completion of the task is to make failure and also C$ table is also get deleted.

    Any possible resolution for above mentioned the issue?

    Problems have been solved.

    In our case, the prefix of all the data store name has been SRC_ so the nickname of all the data store became SRC, and the table name C$ depends on the daatastore Alias.

    So for executing two mapping tables $ CAN have been getting dropped by other mapping due to the same table name $ CAN.

    Change the Alias name giving it a unique name solve the problem.

  • Installation of VPN breaks because of the previous version does not exist

    Hello everyone

    When you configure my Win7 64 bit machine, I transferred several programs and settings from my old XP machine, unfortunately including VPN client. VPN, never worked, so I uninstalled it. All installation attempts ended in a message "error 28000.

    I'm even goes through the list of manual uninstall themes:

    (1) delete the following keys:

    (a) HKEY_LOCAL_MACHINE > SOFTWARE > Cisco Systems > VPN Client deleted
    (b) HKEY_LOCAL_MACHINE > SOFTWARE > deterministic networks did not exist

    (c) HKEY_LOCAL_MACHINE > SOFTWARE > Microsoft > Windows > CurrentVersion > uninstall > {5624c000-b109-11d4-9db4-00e0290fcac5}

    There was no
    (d) all the files starting with DNE *, including system32/dneinobj.dll deleted

    (e) the oem*.inf and oem*.pnf files

    (f) delete the following file: of %SystemRoot%\system32\drivers\cvpndrv.sys

    (g) a system32/CSGina.dll file did not exist

    (2) restart the machine.

    (3) turn off any firewall if not installed.

    Nothing not done, the message "Error 28000" still prevails.

    Is there a list of the tests through which the installation routine determines whether there is a previous version installed?

    Hey Hanno,

    Please try this:

    "Regedit":

    You can search for "Deterministic networks" and delete it.

    HKEY_LOCAL_MACHINE \SOFTWARE\Deterministic networks

    Search with the keyword in the registry for the following subfolders 'Uninstall' or 'Components' and remove all related entries.

    Vpngui

    Vpnapi

    Cisco

    CVPND

    CVPNDRA

    Ipsecdialer

    Then run Ccleaner "registry cleaner", reboot the computer and try again.

    Thank you

  • Error when deploying to the Simulator application: BUILD FAILED StandardInstall does not exist.

    I get the above error while deploying the blackberry Simulator application. I have
    Download the Java SDK 1.7, Apache Ant, BlackBerry WebWorks Smartphone SDK (OS 7 or earlier) and
    PhoneGap 2.8.1.I put in JDK and Ant path in environment variables.

    The project is to build successfully in the directory of the project with the command "ant blackberry construction."

    Generation of blackberry D:\ProjectBB>ant
    BuildFile: D:\ProjectBB\build.xml
    BlackBerry:
    Update:
    generate-cod-name:
    [echo] Generated name: __NAME__.cod
    clean:
    [Remove] Delete the D:\ProjectBB\build directory
    package-app:
    [mkdir] Created dir: D:\ProjectBB\build\widget
    [copy] Copy of 22 files to D:\ProjectBB\build\widget
    [zip] Building zip: D:\ProjectBB\build\__NAME__.zip
    Update:
    [exec] [INFO] Parsing of the command line options
    [exec] [ERROR] Invalid application - archive name of archive is not valid
    BUILD SUCCESSFULLY
    Total time: 4 seconds

    While deploying Simulator using 'ant blackberry simulator load' command in the command prompt, it
    shows build failed with the error message "StandardInstall does not exist.

    Responsible for blackberry D:\ProjectBB>Ant-Simulateur
    BuildFile: D:\ProjectBB\build.xml
    BlackBerry:
    Load Simulator:
    generate-cod-name:
    [echo] Generated name: __NAME__.cod
    clean:
    [Remove] Delete the D:\ProjectBB\build directory
    package-app:
    [mkdir] Created dir: D:\ProjectBB\build\widget
    [copy] Copy of 22 files to D:\ProjectBB\build\widget
    [zip] Building zip: D:\ProjectBB\build\__NAME__.zip
    Update:
    [exec] [INFO] Parsing of the command line options
    [exec] [ERROR] Invalid application - archive name of archive is not valid
    Load Simulator:
    [echo] Simulator directory = C:\Program Files\Research in Motion\BlackBerry WebWorks SDK
    2.3.1.5\simpack\7.0.0.318
    [echo] Simulator directory = C:\Program Files\Research in Motion\BlackBerry WebWorks SDK
    2.3.1.5\simpack\7.0.0.318
    [echo] Simulator of executable = C:\Program Files\Research in Motion\BlackBerryWebWorks SDK
    2.3.1.5\simpack\7.0.0.318/9930.bat
    [echo] All simulators of closing...
    [exec] No sessions running.
    [exec] Result: 1
    [echo] MDS directory = C:\Program Files\Research in Motion\BlackBerry WebWorks SDK 2.3.1.5/mds
    BUILD FAILED
    D:\ProjectBB\build.XML:51: The following error occurred when executing
    This line:
    D:\ProjectBB\blackberry.XML:153: D:\ProjectBB\build\StandardInstall does not exist.

    Total time: 7 seconds

    Please help me solve this problem

    Thanks in advance

    For the version of the SDK BlackBerry Smartphone (i.e. BBOS), please note that you need JDK1.6 and there are also 32 bits.

    Can you please try this change (uninstall previous versions of the JDK/JRE) and only install JDK1.6 32-bit (it will automatically install the JRE too.)

    As well, I see a problem in the community newspapers:

    [exec] [ERROR] Invalid application - archive name of archive is not valid

    There seems to be a problem with the name of the ZIP file:
    __Name__.zip

    Can you please try to remove the symbols _ the name of the archive?

  • I try to connect my apple TV.  I've been up to signature in ITunes but got the message that the connection failed because the network time has not been set.  I don't know what I should do.  Thanks in advance.

    I try to connect my apple TV.  I've been up to signature in ITunes but got the message that the connection failed because the network time has not been set.  I don't know what I should do.  Thanks in advance.

    Date and me are dealt with by the network. Try restarting your router/modem...

    Verify that DNS is set to auto

    Make sure port 123 is open on the router (refer to the manual of the router to you)

  • Error failed with error 0 x 80070424: the specified service does not exist as an installed service.

    I have DSL and a wireless printer that work well when the system starts; EXCEPT the desktop icons disappeared so I can't manage them! If I stop DSL through the system icons, I get the following error messages when I try to restart or to solve problems: do you know what are the services that I need to install/reboot?

    Diagnosis of network adapter

    Network location detection

    Info Using the Internet connection at home

    Identification of network adapter

    error Failed with error 0 x 80070424: the specified service does not exist as an installed service.

    HTTP, HTTPS, FTP Diagnostic

    HTTP, HTTPS, FTP connectivity

    warn HTTP: Error 12007 connecting to www.microsoft.com: the server name or address cannot be resolved
    warn HTTPS: Error 12007 connecting to www.microsoft.com: the server name or address cannot be resolved
    warn FTP (passive): error 12007 connecting to FTP.Microsoft.com: the server name or address cannot be resolved
    warn HTTP: Error 12007 connecting to www.hotmail.com: the server name or address cannot be resolved
    warn FTP (active): error 12007 connecting to FTP.Microsoft.com: the server name or address cannot be resolved
    warn HTTPS: Error 12007 connecting to www.passport.net: the server name or address cannot be resolved
    error Could not make an HTTP connection.
    error Could not make an HTTPS connection.
    error Could not make an FTP connection.

    Diagnosis of last run time: 16/05/12 16:09:47

    Diagnosis of network adapter

    Network location detection

    Info Using the Internet connection at home

    Identification of network adapter

    error Failed with error 0 x 80070424: the specified service does not exist as an installed service.

    HTTP, HTTPS, FTP Diagnostic

    HTTP, HTTPS, FTP connectivity

    warn HTTP: Error 12007 connecting to www.microsoft.com: the server name or address cannot be resolved
    warn HTTPS: Error 12007 connecting to www.microsoft.com: the server name or address cannot be resolved
    warn FTP (passive): error 12007 connecting to FTP.Microsoft.com: the server name or address cannot be resolved
    warn HTTP: Error 12007 connecting to www.hotmail.com: the server name or address cannot be resolved
    warn HTTPS: Error 12007 connecting to www.passport.net: the server name or address cannot be resolved
    warn FTP (active): error 12007 connecting to FTP.Microsoft.com: the server name or address cannot be resolved
    error Could not make an HTTP connection.
    error Could not make an HTTPS connection.
    error Could not make an FTP connection.

    Thanks for your attempt to solve my problem.

    Curiously he solved my problem of network while solving what has proved to be a problem with the firewall of Windows (see below): who knew?

    http://answers.Microsoft.com/en-us/Windows/Forum/windows_xp-Security/Windows-XP-Security-Service-Center-error-1060-and/1476c2b6-8161-4ccd-a69f-93292b5152da

  • Cannot connect to the game using Microsoft account, password is incorrect, or account does not exist.

    I just installed Dirt 3 on my new computer, when you are prompted to log in to my Live account. I put in my info, then the code of the key to the game. She then returned and say my account does not exist or my password is incorrect. After trying twice more I came here.  It is the same account and password that I use here.

    I'll start from the beginning.

    Some time ago a friend bought a game for me (Dark Souls prepare to Die Edition) by Toys R us as a gift. I needed to connect with GFWL to save progress. I did, using my XBOX Live account. I played 40 hrs of this game, my PC is dead. It was during the summer 2014.

    Fast forward to now, I reactivated my Windows Live account and tried to install the game in my new computer. After that I set my account sign in problems (had to change my password three times until he acknowledged) the error message I now get it that the product key is registered to a different Windows Live account.

    There is no other windows Live ID someone else has access to my account STEAM or WINDOWS ACCT. To my knowledge none have been hacked. I was put through three individuals when I called them. Account, a kind of guys then sale of troubleshooting. After that wanted to sale onto me accounts that I hung up. No one knew that STEAM has been and has not yet recognize that GFWL is actually managed by Xbox apparently (have concluded that myself). I know GFWL is now active, BUT I'm always supposed to be able to access my game.

    Hello Randall,.

    Thanks for posting your question on the Microsoft community.

    I would like to know some information about the problem so that we can help you better.

    You made any hardware or software changes on your computer before the show?

    Thank you for details on the question and your efforts to resolve.

    This problem can occur because of bad or corrupted account settings.

    I suggest you to run troubleshooting Microsoft accounts and check.
    See this link:
    http://download.Microsoft.com/download/F/2/4/F24D0C03-4181-4E5B-A23B-5C3A6B5974E3/microsoftaccounts.diagcab

    Also copy the steps described in this article:
    When you cannot connect to your Microsoft account
    http://Windows.Microsoft.com/en-us/Windows/sign-in-cant

    I hope this information helps.

    Please let us know if you need more help.

    Thank you

  • DBUM target Recon - java.sql.SQLSyntaxErrorException error: ORA-00942: table or view does not exist

    Hello

    When I run DBUM Targer user reconciliation (recon Filtered) I get the error in the log below.

    We have created an account with privileges below target. y at - it all permisssions more necessary for execution of the reconciliation of the target.

    [2015-10 - 09T 10: 47:45.717 - 07:00] [oimext_server1] [NOTIFICATION] [] [oracle.iam.scheduler.vo] [tid: OIMQuartzScheduler_Worker-4] [username: oiminternal] [ecid: 77744a889dde03de:-265ee4b8:15049ac7206: - 8000-0000000000000004, 1:18393] [APP: IOM #11.1.2.0.0] details executeJob DBUM Oracle user target reconciliation method

    [2015-10 - 09T 10: 47:45.842 - 07:00] [oimext_server1] [WARNING] [] [ORG. IDENTITYCONNECTORS. DBUM. DBUMCONNECTOR] [tid: Thread-276] [username: oiminternal] [ecid: 77744a889dde03de:-265ee4b8:15049ac7206: - 8000 - 1:18558 0000000000000004,] [APP: IOM #11.1.2.0.0] org.identityconnectors.dbum.DBUMConnector: parseConnectionProperties: no connection properties

    [2015-10 - 09T 10: 47:45.878 - 07:00] [oimext_server1] [WARNING] [] [ORG. IDENTITYCONNECTORS. DBUM. DBUMCONNECTOR] [tid: Thread-276] [username: oiminternal] [ecid: 77744a889dde03de:-265ee4b8:15049ac7206: - 8000-0000000000000004, 1:18558] [APP: IOM #11.1.2.0.0] org.identityconnectors.dbum.DBUMConnector: dropUnusedSearchAttributes: fall tmpQuota

    [2015-10 - 09T 10: 47:45.879 - 07:00] [oimext_server1] [WARNING] [] [ORG. IDENTITYCONNECTORS. DBUM. DBUMCONNECTOR] [tid: Thread-276] [username: oiminternal] [ecid: 77744a889dde03de:-265ee4b8:15049ac7206: - 8000-0000000000000004, 1:18558] [APP: IOM #11.1.2.0.0] org.identityconnectors.dbum.DBUMConnector: dropUnusedSearchAttributes: fall tmpQuota

    [2015-10 - 09T 10: 47:45.881 - 07:00] [oimext_server1] [ERROR] [] [ORG. IDENTITYCONNECTORS. DBUM. SQLEXECUTIONHANDLER] [tid: Thread-276] [username: oiminternal] [ecid: 77744a889dde03de:-265ee4b8:15049ac7206: - 8000-0000000000000004, 1:18558] [APP: IOM #11.1.2.0.0] org.identityconnectors.dbum.SQLExecutionHandler: executeAccountSearch: error when searching for user records [[ ]]

    java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist

    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:462)

    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:405)

    at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:931)

    at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:481)

    at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:205)

    at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:548)

    at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:217)

    at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:947)

    at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1283)

    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1441)

    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3769)

    at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3823)

    at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeQuery(OraclePreparedStatementWrapper.java:1671)

    at org.identityconnectors.dbum.SQLExecutionHandler.searchAccounts(SQLExecutionHandler.java:287)

    at org.identityconnectors.dbum.SQLExecutionHandler.executeAccountSearch(SQLExecutionHandler.java:95)

    at org.identityconnectors.dbum.DBUMConnector.executeQuery(DBUMConnector.java:199)

    at org.identityconnectors.dbum.DBUMConnector.executeQuery(DBUMConnector.java:74)

    at org.identityconnectors.framework.impl.api.local.operations.SearchImpl.rawSearch(SearchImpl.java:118)

    at org.identityconnectors.framework.impl.api.local.operations.SearchImpl.search(SearchImpl.java:82)

    at sun.reflect.GeneratedMethodAccessor5776.invoke (unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    at org.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunnerProxy.invoke(ConnectorAPIOperationRunnerProxy.java:93)

    to com.sun.proxy. $Proxy575.search (unknown Source)

    at sun.reflect.GeneratedMethodAccessor5776.invoke (unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    at org.identityconnectors.framework.impl.api.local.operations.ThreadClassLoaderManagerProxy.invoke(ThreadClassLoaderManagerProxy.java:107)

    to com.sun.proxy. $Proxy575.search (unknown Source)

    at sun.reflect.GeneratedMethodAccessor5776.invoke (unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    to org.identityconnectors.framework.impl.api.BufferedResultsProxy$ BufferedResultsHandler.run (BufferedResultsProxy.java:162)

    ]]

    [2015-10 - 09T 10: 47:45.892 - 07:00] [oimext_server1] [NOTIFICATION] [] [oracle.iam.scheduler.impl.quartz] [tid: OIMQuartzScheduler_Worker-4] [userId: oiminternal] [ecid: 77744a889dde03de:-265ee4b8:15049ac7206: - 8000-0000000000000004, 1:18393] [APP: #11.1.2.0.0 IOM] Job listener, Job was performed QuartzJobListener.jobWasExecuted Description DEFAULT null FullName. DBUM Oracle DBUM Oracle target reconciliation user name reconciliation target user

    [2015-10 - 09T 10: 47:46.116 - 07:00] [oimext_server1] [ERROR] [] [] [tid: [ASSETS].] [ExecuteThread: '6' for queue: "(self-adjusting) weblogic.kernel.Default"] [username: xelsysadm] [ecid: 77744a889dde03de:-265ee4b8:15049ac7206 :-8000-0000000000010 c 79, 0] [APP: IOM #11.1.2.0.0] [IDDM: 0000L1Dd4upEoIs6wjyWMG1M5jJP00000S] could not communicate with one of the server access set up, make sure it is running.

    [2015-10 - 09T 10: 47:46.517 - 07:00] [oimext_server1] [ERROR] [] [] [tid: Watcher] [username: < anonymous >] [ecid: 0000L19f77uEoIs6wjyWMG1M5jJP000000, 1:18404] error receive challenge server hacked

    [2015-10 - 09T 10: 47:49.271 - 07:00] [oimext_server1] [ERROR] [] [] [tid: [ASSETS].] [ExecuteThread: '12' to the queue: "(self-adjusting) weblogic.kernel.Default"] [username: xelsysadm] [ecid: 77744a889dde03de:-265ee4b8:15049ac7206:-8000-0000000000010c7c, 0] [APP: IOM #11.1.2.0.0] [IDDM: 0000L1Dd4upEoIs6wjyWMG1M5jJP00000S] could not communicate with one of the server access set up, make sure it is running.

    [2015-10 - 09T 10: 47:49.718 - 07:00] [oimext_server1] [ERROR] [] [] [tid: [ASSETS].] [ExecuteThread: '21' for queue: "(self-adjusting) weblogic.kernel.Default"] [username: xelsysadm] [ecid: 77744a889dde03de:-265ee4b8:15049ac7206:-8000-0000000000010c7e, 0] [APP: IOM #11.1.2.0.0] [IDDM: 0000L1Dd4upEoIs6wjyWMG1M5jJP00000S] could not communicate with one of the server access set up, make sure it is running.

    Thank you

    After changing the logging level for 32 track, filled with the SQL log file.

    The application consisted of a JOIN with two or three tables table (dba_users and dba_quota_tablespaces).

    After providing privileges select on the quota table, I was able to learn from the user.

    Thank you

  • PS ask activetion again. the worm is first CS PS v8, it fails, I tried to call help number given on the page but service does not exist, redirect to .../go/activation statement fails, it causes some assistance - activate is not possible to click

    PS ask activetion again. the worm is first CS PS v8, it fails, I tried to call help number given on the page but service does not exist, it redirects to .../go/activation

    statement fails it causes some assistance - activate is not possible to click

    Adobe has disabled the server activation for pre CS3 products a long time ago and that's why you are unable to activate your product. I can not to suggest what to do, but I don't know that CS2 owners with this problem can download a version specially created that doesn't require activation. To my knowledge, no such version exists for CS. If it was me, then as the real owner of the software and just unable to use it due to having no mechanism to activate, I download CS2 and use it until someone from Adobe told me to stop. It is a sensitive issue because the download site clearly indicates that there must be an existing CS2 owner. However, the url to the download was posted the pirate not many Adobe Web sites not as a way to free download the CS2. I imagine that there have been hundreds if not thousands of downloads from 2013 when it became first available and so far Adobe has not made any attempt to restrict the download to current owners of CS2. Their policy is quite clear if CS2 is not given away for free. Fortunately, I use CC2015, I can't make a call on it, but the URL is below if you want to move forward.

    Download Adobe Acrobat 7 and Adobe Creative Suite 2

    Terri

  • I bought lightroom 6 at amazon, but it will not be installed. All I said "Installer failed to initialize, please download Adobe install advisor to detect the problem", but it does not exist. It gives me no more information than that. I have already

    I bought lightroom 6 at amazon, but it will not be installed. All I said "Installer failed to initialize, please download Adobe install advisor to detect the problem", but it does not exist. It gives me no more information than that. I already had a free annual subscription to cc through my new canon camera, but I installed for my mac already. No phone number to call, adobe contact to say amazon, what do I do?

    start at the top and work your way down to apply applicable patches until your problem is solved.

    If (win) cc: https://helpx.adobe.com/creative-cloud/kb/creative-cloud-desktop-application-failed.html

    If your error is:

    "Setup failed to initialize. File not found. ' or 'could not initialize installation. This could be due to missing files.

    first of all, rename folder OOBE OOBE.old.

    to find the OOBE:

    Win 64 bit OS: Program Files x86\Common Files\Adobe\OOBE

    Win 32 bit OS: Program Files \Common Files\Adobe\OOBE

    Mac os: HD > library > application support of > adobe > caps

    Mac os: USER > library > application support of > adobe > OOB

    If it fails or isn't the exact error you see, uninstall, clean (http://www.adobe.com/support/contact/cscleanertool.html) and reinstall.

    If you use an installation dvd:

    Copy the contents of the drive in a desktop folder and install from this directory.

    If you are using a mac:

    1. try to create a new user account in Mac with administrator privileges.

    2. connect to the new user, navigate to Mac HD > Application > utilities > Adobe Installer folder, locate products such as Adobe Reader, Adobe Flash, Adobe Air and uninstall the

    3. navigate to the user library > Application Support > Adobe and Adobe put in the trash.

    4. navigate to Mac HD > library > Application Support > Adobe and Adobe put in the trash.

    5 restart the installation.

    If everything is applicable above fails, check your Setup logs:

    http://helpx.Adobe.com/Photoshop-elements/KB/troubleshoot-install-using-logs-elements.html

  • ExtendScript: Could not perform the Action, because the destination folder does not exist

    "Adobe Photoshop (CS 6 on mac): use Extendscript (below) to convert in a .png .psd file size.

    "Save for web error: could not perform the Action, because the destination folder does not exist. Can anyone help?

    I am trying to convert the image size of a record of entry into an output folder:

    #target 'photoshop '.

    var outputWidth = 1024;

    var inputFolder = Folder.selectDialog ("input file");

    var outputFolder = Folder.selectDialog ("output folder");

    If (inputFolder! = null & & outputFolder! = null) {}

    var file = inputFolder.getFiles ("*.psd");

    for (var i = 0; i < files.length; i ++) {}

    var file = files [i];

    var doc = app.open (leader);

    If (doc.width > outputWidth) {}

    var height = (doc.height / doc.width) * outputWidth;

    doc.resizeImage (outputWidth + "px", size + "px");

    }

    var options = new ExportOptionsSaveForWeb();

    options.format = SaveDocumentType.PNG;

    Options. PNG8 = false;

    doc.exportDocument (outputFolder, ExportType.SAVEFORWEB, options);

    doc. Close (SaveOptions.DONOTSAVECHANGES);

    $.writeln('File ' + (i + 1) + "" + files.length + "transformed");

    }

    }

    I added a few comments, I hope this helps...

    #target "photoshop"
    var outputWidth = 1024;
    var inputFolder = Folder.selectDialog("Input folder");
    var outputFolder = Folder.selectDialog("Output folder");
    var startRulerUnits = preferences.rulerUnits;
    //make sure you are working with pixels
    preferences.rulerUnits = Units.PIXELS;
    if (inputFolder != null && outputFolder != null) {
        var files = inputFolder.getFiles("*.psd");
        for (var i = 0; i < files.length; i++) {
            var file = files[i];
            var doc = app.open(file);
            if (doc.width > outputWidth) {
                var height = (doc.height / doc.width) * outputWidth;
               /*  doc.resizeImage(outputWidth + "px", height + "px"); */
               //only one value is required
                doc.resizeImage(outputWidth, undefined, undefined, ResampleMethod.BICUBICSHARPER);
            }
            var options = new ExportOptionsSaveForWeb();
            options.format = SaveDocumentType.PNG;
            options.PNG8 = false;
            //get the filename without the extension
            var Name = app.activeDocument.name.replace(/\.[^\.]+$/, '');
            //build up the output file name and path
            var saveFile = File(outputFolder + "/" + Name + ".png");
            //you need to have a full filepath not a folder
            doc.exportDocument(/*outputFolder */saveFile, ExportType.SAVEFORWEB, options);
        doc.close(SaveOptions.DONOTSAVECHANGES);
            $.writeln('File ' + (i + 1) + ' of ' + files.length + ' processed');
        }
    //restore ruler units
    app.preferences.rulerUnits = startRulerUnits;
    }
    
  • If I try to open a session my account Hotmail in Firefox, Hotmail says that my Hotmail account does not exist, so that I can connect problemlessly in other browsers

    When I open Hotmail in Firefox and try to connect, Hotmail says my account does not exist. But I can problemlessly connect in other browsers, so I don't know that there is no problem with my account. In addition, I am absolutely sure I didn't misspell anything. Until this problem occurred, I was always able to connect to my Hotmail account in Firefox. I tried to clear my cookies and history, but it still does not work.

    Do you have stored passwords or form fill data for live.login.com?

    Follow these steps to delete the recorded data (form) in a drop-down list:

    1. Click on the (empty) input field on the web page to open the drop-down list
    2. Select an entry in the drop-down list
    3. Press the DELETE key (on a Mac: shift + delete) to remove it.

    Start Firefox in Safe Mode to check if one of the extensions (Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox/tools > Modules > appearance).

    • Do not click on the reset button on the start safe mode window or make changes.

    What security (firewall, antivirus) software do you have?

Maybe you are looking for