Problem connecting to Oracle EBS

Hi all

I have the dbase startded and Apps with success. When I tried to connect to applications via the web (http://testserver:8000), the I get the "Forbidden" error

You don't have permission to access/index.html on this server. »

EBS with database Vision was operating normally until it stopped accidentally. I restarted the server and run startup scripts:
1 addbctl.sh and addlnctl.sh and
2 adstrtal.sh
The scripts run successfully.

However, since a workstation, when I tried to connect to the example VISION application by entering http://testserver:8000, the above error.

How can I fix the error above?

Thanks in advance.

Best regards

Mike

Verify that all services are running.

If please run AutoConfig and make sure that it ends successfully.

If you get this error, make sure that apache log files for more details.

Thank you
Hussein

Tags: Oracle Applications

Similar Questions

  • connection to Oracle ebs with 2 different users of the same machine

    Hi all

    I need your help, I want to know if it is possible to connect with two different users of oracle connection and work with forms and reports from MY MACHINE to oracle ebs SERVER connected to a network. your help will be appreciated, thanks in advance.

    my computer is: Windows 7 64

    my browser: internet explore machine

    OS: rhel Server 6.1

    EBS:12.1.3

    Thank you.

    Hello

    If you use IE 8 or later, you can go to file-> new Session, open the application and connect with a different user.

    https://support.Microsoft.com/en-us/KB/968341

    Kind regards

  • How to connect to oracle ebs from external software

    Hello!

    I want to develop an integration for oracle EBS. To this end, I'm looking for ways how to connect at EBS and a repository of functions that can be called from an external program. I'm not sure if this is the right place to ask but I haven't found anything yet so I'll try here.

    Y at - it of standard connectors for provided by Oracle EBS?

    Thank you
    Konrad

    Oracle Applications Architecture is a framework for distributed computing and at several levels that supports Oracle Applications products. In this model, different servers are divided in several levels/levels as follows:

    -The Office of the range--> browser with Jinitiator or Sun JRE
    ---> Web servers, forms, States, Admin and simultaneous Application layer
    -The layer of database--> Oracle Enterprise Edition database

    The Application layer is the layer that is responsible for:

    -The different servers that deal with the business logic of accommodation
    -Manage the communication between the Office of the range and the database layer

    So, to connect to the database, you can access the application layer, or connect directly to the base. I don't think that it is possible to communicate with the application to another application services. Therefore, you must connect directly to the database which can be carried out as explained in my previous answer. There is no such API that can be used to open and close a database connection. Oracle E-Business Suite is just a database with number of patterns and objects that are perfectly integrated.

    More information on Oracle E-Business Architecture found in:

    Concepts of Oracle Applications
    http://download-UK.Oracle.com/docs/CD/B25516_14/current/Acrobat/11iconcepts.PDF

  • Problem with DateTime - Oracle EBS r12

    Hello

    I installed Oracle EBS r12 on VM Ware. My machine virtual time is in harmony with my Windows 7 by setting sync.time = "TRUE".
    Date command at the unix command prompt and select to_char (sysdate, ' ' MON-DD-YYYY HH24:MI:SS) double to SQL prompt returns the date / time correct.
    When I submit a competing application, submitted time on 'Date' is ahead of 5 hours. End time on the application is correct.
    Does anyone can say why it is picking up two different dates?

    Kind regards
    Manvir Singh

    PL check the values of these profile options

    Time zone server time
    The client time zone

    What is the time zone selected for the user in the Preferences link? (at the top right of any page of the OAF)

    HTH
    Srini

  • Problem connecting to oracle database to jsp using the Apache Tomcat 8.0 Server pages

    Well... I tried too many things... google so many times... but still not found solution to my problem.

    I use windows 8 Enterprise Edition (if this has to do something with the problem)

    Oracle 11.2.0

    Apache Tomcat 8.0 Server

    JDK 1.7

    My oracle is installed in D: drive and tomcat in c:. I copied the file ojdbc6.jar of oracle to the lib directory of the tomcat server.

    Then I put the CLASSPATH in the environment under "C:\Program Files\Apache Software Foundation\Tomcat 8.0\lib\ojdbc6.jar" variables in the system variables

    My path variable is defined as "C:\Program Files\Java\jdk1.7.0_02\bin".

    My program is in Notepad:

    <%@ page import="java.sql.*" %>

    <html>

    <body>

    <%

     

     

    Connection conn;

    Statement st;

    ResultSet rs;

    try{

    new oracle.jdbc.driver.OracleDriver();

    String dbURL="jdbc:odbc:oracle:thin:@localhost:1521:XE";

    String userId="system";

    String pwd="moon";

     

     

    conn=DriverManager.getConnection(dbURL,userId,pwd);

    st=conn.createStatement();

     

     

    rs= st.executeQuery("SELECT * FROM login");

     

     

    while(rs.next())

    {

    System.out.println(rs.getString(1)+""+rs.getString(2));

    }

     

     

    }

    catch(Exception e){}

     

     

     

     

     

     

    %>

     

     

     

     

    </body>

    </html>

    I get too many mistakes, then

    eroors

    org.apache.jasper.JasperException: an exception occurred processing page2.jsp JSP page on line 14

    11: string userId = "system";

    12: string pwd = "Moon";

    13:

    14: conn = DriverManager.getConnection (dbURL, userId, pwd);

    15: st = conn.createStatement ();

    16:

    17: rs = st.executeQuery ("SELECT * FROM login");

    StackTrace:

    org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:568)

    org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:455)

    org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:403)

    org.apache.jasper.servlet.JspServlet.service(JspServlet.java:347)

    javax.servlet.http.HttpServlet.service(HttpServlet.java:725)

    org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)

    first cause

    javax.servlet.ServletException: java.sql.SQLException: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
         org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:905)
         org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:834)
         org.apache.jsp.page2_jsp._jspService(page2_jsp.java:102)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:725)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:432)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:403)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:347)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:725)
         org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)

    Nothing has solved this problem.

    > Nothing solved this problem.

    Can not solve a problem, until a problem is identified.

    > ODBC driver manager... Data source name not found

    This seems to be looking for a DSN (data set name) ODBC drivers. If she wants a DSN, DSN must be specified in the code, and the DSN must be configured in windows host ODBC applet. It is therefore at least two squirrels to get in the tree on the right before going forward. A... host:... [port:] SID | name of the service are a few necessary bits in a jdbc connection string, and is in no way related to DSN. A whole different Animal. If she wants a DSN that could be what it takes to go to URL bit.

    And ODBC configurations can be confusing, especially if an x 64 operating system is the mix - if this is the case there are two different ODBC configuration cmdlets, one for x 64 for x 86, and if one gets as much as to talk to a real database he could launch a mistake of the architecture. Only way to solve this 'problem' is * delete * the ODBC DSN and then run the correct config utility (maybe the x 86) ODBC and set up the DSN. Once again.

  • Problem connecting installation Oracle Apex

    Hi all

    I just installed oracle 10g express on windows and then installed oracle Apex 4.0. I installed it using this guide http://www.scribd.com/doc/5456221/Stepbystep-guide-to-install-Oracle-APEX-on-XE-on-Windows
    The I tried to connect to application express n but I couldn't connect. He asks workspace, username n password.
    I don't know how to set up a workspace. but I gave the ADMIN username and password like sysadmin I gave when installing.

    but I can't connect. as soon as I click on the "connect" button, it is all just stay as it is [no treatment] n gives either an error. Then, I checked the compatibility with browsers.
    I installed firefox 3.6.

    That's what I get as a login page.

    http://img600.imageshack.us/i/apex.jpg/

    can someone help me on this plsss. IM really struggling with that.

    Please tell me specifically below things;

    If I need to set up a workspace through sqlplus
    If Yes, then how can it be done
    How to change the user name and password
    whther I installed it correctly.

    Please someone give me a hand...

    Thanks in advance

    Max

    Hello

    You have not updated images in DB
    See this post
    Re: Unable to upgrade the Apex 4.0

    and
    >
    If you extract the files in the c:\temp folder, you have this file c:\temp\apex and bunch of subfolders.
    Script to update images, give you the path to the folder where you extracted the installation of apex files.
    In above case which is then c:\temp.
    >

    Kind regards
    Jari

  • Problem connecting to Oracle SQL Developer

    Hi all

    I am trying to connect to the database from the remote computer through Oracle SQL Developer, it gives me the following error.

    Status: Faliure-Test failed: connection/o: the network adapter could not establish the connection.

    I had given the host name as the name assigned to this server, it did not work.

    Later, I tried with the IP address of the server, it worked.

    Can someone tell me how I can connect by giving the hostname instead of IP address.

    Thanks in advance,
    Vinay

    Hi Vinay,

    One way would be to add an entry in your hosts file. On windoze, you can find it in

    %SystemRoot%\System32\Drivers\Etc

    Concerning
    Peter

  • Oracle ebs multiple simultaneous, locks, the user cannot connect to app.

    We known aircraft crash yesterday afternoon, Oracle EBS app users cannot connect in the app. We noted the very strong 70 to 90% charge in the Grid control and several blocks, a work of rman always running and a job of running stats. However looks after killing an app report dbms_scheduler job, we have solved the problem.

    But this morning, we see still cpu load on the grid of control operations and 70% all huge red and simultaneous locks.

    I like all the gurus here help me to start how to diagnose in Oracle ebs.


    I would like to start from beginning.

    As the links I can read what you have to look inside the database? on the hosts?


    Thanks to a bouquet.

    Among the names of objects, looks like this is a custom query that is managed by a custom concurrent request, if you need to know that you and tune the code.

    Thank you

    Hussein

  • Related problem JRE | Oracle EBS 12.2.4 and Internet Explorer 11.0.9600.17631 | Forms does not work

    Hello

    I'm having some problem with the JRE, the following are details.

    Oracle EBS: 12.2.4

    Internet Explorer: 11.0.9600.17631

    Windows: 8.1 (64)

    Now the problem is, the forms are not loaded in the browser.

    The default page while trying to open a form is telling to install file: oaj2se.exe which does not work.

    also I can use firefox (37.0.2) or chrome (42.0.2311.152 m) for EBS.

    Thank you.

    Shahidul.

    Hi Eric,.

    Please see - recommended browsers for Oracle E-Business Suite Release 12 [389422.1 ID]

    Kind regards

    Kiran

  • Problem with the connection from Oracle to MS Excel - 64 bit

    Hello

    I have problem connecting Excel to oracle 11.2 using DG4ODBC.

    OS - Windows 7 64 bit

    Database version: - Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64 bit

    Created system using ODBC DSN:

    Name of Data Source = test12

    Oracle home path:-D:\app\11g64db\product\11.2.0\dbhome_1

    Contents of the initdg4odbc.ora file:

    # This is an example of initialization file of the agent that contains the HS settings

    # necessary for the database to ODBC gateway

    #

    # HS init parameters

    #

    Test12 = HS_FDS_CONNECT_INFO

    HS_FDS_TRACE_LEVEL = 255

    #

    # Required for the non-Oracle system environment variables

    #

    #set < varenv > = < value >

    Content of listener.ora:

    listener.ora # Network Configuration file: D:\app\11g64db\product\11.2.0\dbhome_1\NETWORK\ADMIN\listener.ora

    # Generated by Oracle configuration tools.

    SID_LIST_LISTENER =

    (SID_LIST =

    (SID_DESC =

    (GLOBAL_DBNAME = live)

    (ORACLE_HOME = D:\app\11g64db\product\11.2.0\dbhome_1)

    (SID_NAME = live)

    )

    (SID_DESC =

    (PROGRAM = dg4odbc)

    (SID_NAME = dg4odbc)

    (ORACLE_HOME = D:\app\11g64db\product\11.2.0\dbhome_1)

    )

    )

    LISTENER =

    (DESCRIPTION =

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

    )

    ADR_BASE_LISTENER = D:\app\11g64db

    Content of tnsnames.ora:

    tnsnames.ora # Network Configuration file: D:\app\11g64db\product\11.2.0\dbhome_1\network\admin\tnsnames.ora

    # Generated by Oracle configuration tools.

    excel_test =

    (DESCRIPTION =

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

    (CONNECT_DATA = (SID = dg4odbc))

    (HS = OK)

    )

    SCREW =

    (DESCRIPTION =

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

    (CONNECT_DATA =

    (SERVER = DEDICATED)

    (SERVICE_NAME = live)

    )

    )

    Status of the listener

    LSNRCTL for 64-bit Windows: Version 11.2.0.4.0 - Production on August 29, 2014 13:56

    : 11

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

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

    STATUS of the LISTENER

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

    Alias LISTENER

    TNSLSNR for Windows 64-bit version: Version 11.2.0.4.0 - Prod

    ction

    Start date August 29, 2014 13:34:58

    Uptime 0 days 0 h 21 min 12 sec

    Draw level off

    Security ON: OS Local Authentication

    SNMP OFF

    Listener parameter File D:\app\11g64db\product\11.2.0\dbhome_1\network\admin\l

    istener.ora

    Listener log file D:\app\11g64db\diag\tnslsnr\Est-Subramanya\listener\al

    ert\log. XML

    Summary of endpoints listening...

    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=127.0.0.1) (PORT = 1521)))

    Summary of services...

    Service "dg4odbc" has 1 instance (s).

    "Dg4odbc" instance, status UNKNOWN, has 1 operation for this service...

    Service 'live' has 2 occurrences.

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

    Instance of "live" READY State, has 1 operation for this service...

    Service 'visXDB' has 1 instance (s).

    Instance of "live" READY State, has 1 operation for this service...

    The command completed successfully

    DB Link:

    CREATE DATABASE LINK PUBLIC TEST123 USING 'excel_test ';

    error when querying of data:

    Select * from test@test123;

    ORA-28500: connection between ORACLE and a non-Oracle system has sent this message:

    ORA-02063: preceding line TEST123

    28500 00000 - "connection between ORACLE and a non-Oracle system has sent this message:

    * Cause: The cause is explained in the forwarded message.

    * Action: See documentation for the non-Oracle of the transmission system

    Message.

    Error on line: 1 column: 20

    Appreciate the help in advance...

    Thank you...

    This problem is solved. It was because of the excel 12.0 version when creating data source in administrative tools.

    Thank you.

  • Double authentication with Oracle EBS at the APEX problem

    Hello

    I am currently working on a project to integrate with Oracle EBS 12.1.3 4.2.4 APEX. We have completed the recommended white paper Oracle configuration.  I joined at the request of the APEX of a responsibility of BSE, when I click on the page of the APEX of the EBS, it navigates me to the login page of the APEX, and after I entered my credentials is to show the "No data found" error on the page. Then when I click the OK button again once he navigates me to the login page of the APEX and is validate my login information, allowing me to enter the APEX successfullly.

    It's really us boring for double login controls. Appreciate your help with this problem as soon as possible.

    Deployment environment

    ===============

    Database: Oracle 11g (11.2.0.2)

    Version APEX: APEX 4.2.4

    Oracle EBS Version: R12.1.3

    Application servers: Apache TomCat 7.0.56 (for APEX), Oracle HTTP Server (EBS)

    Web listening port: Oracle REST Data Services (2.0.6)

    Authentication: Custom authentication (login page validates users EBS)

    Thank you

    Sudhakar

    It seems that the constructed URL is not allowed. We EBS do not build a valid string. You can see where he puts "CallFromForm" and then adds "& p =...". "URL.

    The white paper mentions a required patch, you need else to resolve this problem.

    Use the gateway FND. If you do not need to pass parameters through your form to Apex, Oracle now provides a GWY.jsp which allows you to launch the Apex. Install the patches of R12 12316083 and 12726556. Then use the GWY.jsp based on your shape as described in the white paper "Extending Oracle E-Business Suite Release 12 using Oracle Application Express".

    Patch 12316083 is mentioned in the white paper, you are missing the 12726556.

    Description

    This bug solves the problem of pitcher APEX, at the launch of a whole page of APEX

    Oracle E - Business Suite forms according to the user interface. An additional url

    parameter 'CallFromForm' used to be added to the URL of the APEX, which was originally

    APEX page to fail.

  • Installation of Oracle EBS ERROR cannot find file Env

    Hello to you guys.

    I want to install Oracle EBS 12.1 on Oracle Linux 6. I was able to go beyond the fine pre-installation. I'm not at the station to install controls and reception of red on everything. I decided to start with the availability of the database. This is the portion of the newspaper where I see the first errors:

    Availability of data

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

    command: /home/oracle/admdba/software/oracleebs/startCD/Disk1/rapidwiz/bin/riwTDBup.sh /home/oracle/mytest/oracle/VIS/db/tech_st/11.1.0/VIS_oracletest.env APPS/APPS

    riwTDBup.sh started Thu Apr 10 11:57:31 EDT 2014

    Parameters passed are: /home/oracle/mytest/oracle/VIS/db/tech_st/11.1.0/VIS_oracletest.env APPS/APPS

    Cannot find /home/oracle/mytest/oracle/VIS/db/tech_st/11.1.0/VIS_oracletest.env file environment

    RW-50011: error:-connection of database ORACLE_HOME test returned an error: 1

    command: /home/oracle/admdba/software/oracleebs/startCD/Disk1/rapidwiz/bin/riwTDBup.sh /home/oracle/mytest/oracle/VIS/inst/apps/VIS_oracletest/ora/10.1.2/VIS_oracletest.env APPS/APPS

    riwTDBup.sh started Thu Apr 10 11:57:12 EDT 2014

    Parameters passed are: /home/oracle/mytest/oracle/VIS/inst/apps/VIS_oracletest/ora/10.1.2/VIS_oracletest.env APPS/APPS

    Cannot find /home/oracle/mytest/oracle/VIS/inst/apps/VIS_oracletest/ora/10.1.2/VIS_oracletest.env file environment

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

    I did research on this and most of the people had permission issues. I have check the whole journal and haven't seen the permission issues. What I noticed is when I go into the directory, there is no file, which seems to be the problem. I do not know what creates who or what could be stopping the file being created. Could someone tell me please in the right direction.

    Thank you

    Hello

    Issue seems to be similar to note quick R12 install fault with "RC-20200: Fatal: Unzip is not found.» For the moment only decompress Native 5.X is supported. "(Doc ID 1455077.1).

    Please perform the procedure below

    In a session of separate login as root and rename/usr/bin/unzip (version 6) a temporary file name and then rename it back once the installation is complete.

    # mv/usr/bin/unzip/usr/bin/unzip-ver6

    Please indicate any update as "Good response" or "Useful answer" If this update help and answers your question, so that others can identify the correct/good update between the many updates.

    Kind regards

    Traore.

  • How can I navigate through oracle ebs db

    Hi all

    I have an EBS 12.1.1 installation of windows (with database demo of vision) and I would like to have a graphical tool (instead of sqlplus) to browse the database of the ebs. What tool do you offer me?

    I tried sqldeveloper oracle (version 2.1.1.64.39) but I do not know what settings should I use to get a valid connection.

    I can enter the following data:

    User (I tried the system)
    Password (I tried the Manager)
    (Basic, SYSDBA) role (I tried both)
    ConnectionType (Basic, TNS, LDAP, advanced) (I tried Basic and TNS)
    Host name (I tried EBS1-> our hostname)
    Port (I tried 1521)
    SID or ServiceName (I tried SCREWS)

    But the result is:
    Oracle-01034: ORACLE not availableORA-27101: there is no shared memory realm

    Because I can connect via the web, the db should be running...

    What else could be the problem?

    Thank you
    Konrad

    Hi Konrad;

    All Oracle services I could find are running (except OracleJobSchedulerVIS). Still no web EBS possible connection are where all the scripts needed to run? How looks like a "departure from normal EBS? Is there a 'start' main script that triggers all the processes and services?

    Please follow Hussein snoussi previous post more great topic smilar

    What are the measures to follow EBS R12 for Windows stopped with elegance
    Re: What are the steps to follow EBS R12 for Windows stopped with elegance

    If please deal with steps and repeat the test question

    Check also:
    Re: Problem connecting EBS

    How bounce CM in R12 on XP
    Re: How to bounce CM of R12 on XP

    See post and check the steps and try to restest your problem

    Respect of
    HELIOS

  • application background Oracle EBS/Apps adapter

    version: 12.1.3 (12 c)

    I am using Oracle EBS adapter to call the api of PL/SQL (PO_CHANGE_API1_S.UPDATE_PO) through integration rep.  I referred to the documentation for your card for Oracle Applications Concepts .  I have configured the following properties

    • jca.apps.Username
    • jca.apps.Responsibility
    • jca.apps.ORG_ID
    • jca.apps.RespApplication
    • jca.apps.SecurityGroup

    However, the appeal of the PLSQL API, get the error as

    < UPDATE_PO > 0 < / UPDATE_PO >

    -< X_API_ERRORS >

    -< MESSAGE_NAME >

    < MESSAGE_NAME_ITEM >PO_INVALID_DOC_IDS< / MESSAGE_NAME_ITEM >

    < / MESSAGE_NAME >

    -< MESSAGE_TEXT >

    < MESSAGE_TEXT_ITEM > your ID [Doc Id = & annual] document is invalid or not found. < / MESSAGE_TEXT_ITEM >

    < / MESSAGE_TEXT >

    -< table_name >

    < MESSAGE_NAME_ITEM > PO_HEADERS < / MESSAGE_NAME_ITEM >

    < / TABLE_NAME >

    -< nom_de_colonne >

    < MESSAGE_NAME_ITEM > PO_HEADER_ID < / MESSAGE_NAME_ITEM >

    < / nom_de_colonne >

    -< ENTITY_TYPE >

    < MESSAGE_NAME_ITEM xsi: Nil = "true" / >

    < / ENTITY_TYPE >

    -< ENTITY_ID >

    < ENTITY_ID_ITEM xsi: Nil = "true" / >

    < / ENTITY_ID >

    -< PROCESSING_DATE >

    < PROCESSING_DATE_ITEM > 2016-02-08T 19: 52:06.000 + 05:30 < / PROCESSING_DATE_ITEM >

    < / PROCESSING_DATE >

    -< MESSAGE_TYPE >

    < MESSAGE_TYPE_ITEM xsi: Nil = "true" / >

    < / MESSAGE_TYPE >

    < / X_API_ERRORS >

    Am I missing something here?

    Rgds

    Sen

    I resolved to myself. To restart the server solved the problem.

  • Oracle EBS notification workflow

    I have a very strange problem with the workflow notification Oracle EBS. All users receive workflow notifications in their email (associated with the management of absences, irecruitment and other self service related applications). I have observed that these notifications will only over e-mail intended for surveillance roles. I created some roles of SSHRC-based position but any notification sent to any role based position does not have to mail the user, but only in the universal inbox. Then any notification RFP/op is not also going to e-mail. I tested all my configurations and since users receive notification of SSHRC which means there is no problem with e-mail or behavior of mail server configurations. Can any body guide me as what to do or how to solve this?

    Kind regards

    Ubaid-ur Rehman

    See if these MOS Docs are relevant

    Doc 1116718.1

    Doc 1107017.1

    Doc 339718.1

Maybe you are looking for

  • I can't launch Firefox or Thunderbird

    When I try to launch an application, nothing happens. I check the Task Manager and see the process (firefox.exe, thunderbird.exe) listed. They are both new installations and I just installed Thunderbird as I was curious if it would work or not, since

  • HP OfficeJet 6600 e all in one on Windows Server 2008 R2 Enterprise

    I try to get an e HP OfficeJet 6600 network all in one to run on Windows Server 2008 R2 Enterprise. I downloaded the package, which is supposed to work on Windows 2008 x 64. The package is calledOJ6600_Basicx64_1315.exe. When I run it it tells me tha

  • System stuck in Mode without failure. Need to return to the normal mode, please

    I was talking to an outside agency on a question about hardware drivers.  The guy took control of my PC and finally told me that he wanted exorbitant money to sort, saying: I had more problems than I knew I had. I refused to pay, but it seems to have

  • New backlit laptop keyboard

    Keyboard lights when you type. Y at - it a parameter to turn on or key? I paid the extra for it and it is listed on the invoice. Thank you

  • HP Pavilion g6: USB 2.0 works but not port to usb 3.0.

    HelloI got the problem like I said and port 2.0 usb works well but not 3.0port 3.0 gives the power but don't receive all the data to the computer.This happened after I installed windows 7, but it worked with windows 8.I tried to install the 3.0 drive