ADR 2.0.10 and APEX 4.2.2 in the problem of the PDB

I have APEX installed 4.2.2.0.11 in PDB on Oracle RDBMS 12.1.0.2. OS - Windows Server 2012 R2.

With Oracle HTTP Server (mod_plsql) or mod_owa, there is no problem, everything works fine.

I try to use ADR 2.0.10. But APEX does not work...

I start ADR in stand-alone mode, without problems.

When I try to open builder (http://localhost: 8888/ADR/or http://localhost: 8888/ADR/apex) I get a blank page.

There is no errors in newspapers and I see in v$ session three sessions ADR.

Then I created the simple test like this procedure:

create procedure apex_public_user.cgi_env is
begin
owa_util.print_cgi_env;
end;



And called http://localhost: 8888/ADR/cgi_env

Procedure is executed successfully and print cgi variables.

Where is my problem? In the configuration of ADR or...?

Journal:


Configuration properties for: apex
cache.caching=false
cache.directory=/tmp/apex/cache
cache.duration=days
cache.expiration=7
cache.maxEntries=500
cache.monitorInterval=60
cache.procedureNameList=
cache.type=lru
db.hostname=localhost
db.password=******
db.port=1521
db.servicename=cdevel
debug.debugger=true
debug.printDebugToScreen=true
error.keepErrorMessages=true
error.maxEntries=50
jdbc.DriverType=thin
jdbc.InactivityTimeout=1800
jdbc.InitialLimit=3
jdbc.MaxConnectionReuseCount=1000
jdbc.MaxLimit=10
jdbc.MaxStatementsLimit=10
jdbc.MinLimit=1
jdbc.statementTimeout=900
log.logging=true
log.maxEntries=50
misc.compress=
misc.defaultPage=apex
security.disableDefaultExclusionList=false
security.maxEntries=2000
db.username=APEX_PUBLIC_USER
Using JDBC driver: Oracle JDBC driver version: 11.2.0.3.0
Request Path passes syntax validation
Mapping request to database pool: PoolMap [_failed=false, _lastUpdate=-1, _pattern=null, _poolName=apex, _regex=null, _type=REGEX, _workspaceIdentifier=null, _serviceName=null]
Applied database connection info
Attempting to process with PL/SQL Gateway
==== Processing Request: ====
GET /ords/
==== Headers in Request ====
host: devel:8888
connection: keep-alive
cache-control: max-age=0
accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
user-agent: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36
accept-encoding: gzip, deflate, sdch
accept-language: uk-UA,uk;q=0.8,ru;q=0.6,en-US;q=0.4,en;q=0.2
==== Cookies in Request ====
Using default page: apex
SID: 440
isValidRequest(), procedure name: <apex>
Validating: apex
*** Total number of arguments: 1
Parse: 0 ms
-----
begin
apex;
commit;
  end;
*** Total number of arguments: 1
Exec: 0 ms
Got results length: NULL
==== Request Processed ====
Processed PL/SQL Gateway request
Request Path passes syntax validation
Mapping request to database pool: PoolMap [_failed=false, _lastUpdate=-1, _pattern=null, _poolName=apex, _regex=null, _type=REGEX, _workspaceIdentifier=null, _serviceName=null]
Applied database connection info
Attempting to process with PL/SQL Gateway
==== Processing Request: ====
GET /ords/cgi_env
==== Headers in Request ====
host: devel:8888
connection: keep-alive
accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
user-agent: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36
accept-encoding: gzip, deflate, sdch
accept-language: uk-UA,uk;q=0.8,ru;q=0.6,en-US;q=0.4,en;q=0.2
==== Cookies in Request ====
SID: 440
isValidRequest(), procedure name: <cgi_env>
Validating: cgi_env
*** Total number of arguments: 0
Parse: 0 ms
-----
begin
cgi_env;
commit;
  end;
*** Total number of arguments: 0
Exec: 16 ms
Got results length: 1646
==== Headers from Results ====
Setting Content-Type (Content-type): text/html; charset=UTF-8
Adding X-DB-Content-length: 1646
==== Request Processed ====
Processed PL/SQL Gateway request


Thank you.

Sorry...

There is a bug in the APEX with empty cookies...

You will need to update to the latest version...

Tags: Database

Similar Questions

  • Function AutoRest and APEX?

    Hello

    Documentation Oracle says about AutoRest:

    "Note that this feature is available for Oracle REST Data Services - patterns, not for Oracle Application Express workspaces allowed '

    I created a scheme called 'TESTORDS' using SQLDeveloper and activated the REST services for her. Everything worked, I had access to the catalogue of metadata and has been able to access the desired resources. But after that I had created APEX workspace for this schema with the same name ("TESTORDS" workspace name, schema name "TESTORDS") he has stopped working. So after creating the workspace APEX I couldn't access catalog metadata and publications.

    Is this designed behavior or I do something wrong?

    OK, I solved it.

    Seems that when you create a workspace with the same name as the schema it crushes him.

    So now you can use autorest.

    If I call the workspace differently but using the same pattern, I'm able to use with autorest:

    localhost: 8080/ADR/SCHEMA/employyes

    and I can use all of the modules that I created using apex:

    localhost: 8080/ADR/WORKSPACE/employyes

  • Synchronization between the CBD and the PDB 12 c

    Hello

    I read the following the my 12 c new student guide:

    If a common to users and roles had been created beforehand, the PDB new or closed must be synchronized to retrieve new common users and roles of the root. The synchronization is performed automatically if the PDB is opened in read-write mode. If you open the PDB in read-only mode, an error is returned.

    SQL> select version from v$instance;
      12.1.0.1.0
    SQL> sho con_name
      CDB$ROOT
    SQL> select con_id,name, open_mode from v$pdbs;
      2 PDB$SEED            READ ONLY
      3 PDB2_1              READ ONLY
    SQL> create user c##dude identified by dude;
      User created.
    SQL> select * from PDB_PLUG_IN_VIOLATIONS;
      no rows selected.
    SQL> drop user c##dude cascade;
      User dropped.
    
    User dropped.
    
    

    If I understand the student's guide, creating a common root user $ CBD can be created, modified, dropped when the PDB is mounted mode, but read-only must return an error.

    Any ideas that I can not reproduce this behavior?

    Thank you!

    I suggest that repost you this thread in the forum shared.

    Re-read that quote you posted.

    In your example the PDB is NOT closed when you created the common user.

    For this purpose, you do not have "open the PDB in read-only mode after having created a common user.

    Common users must have privileges in all PDB files.

    If you create a common user when a PDB file is closed the PDB data dictionary entries will not be updated.

    When you open then the PDB in view write Oracle detects that the PDB data dictionary is out of sync and refresh it. It cannot do this if you open the PDB read-only.

  • Mapping of URLS with ADR 3.0.1 and Tomcat for several APEX databases

    Hello.

    I have ADR 3.0.1.177.18.02 installed with Tomcat 7.0.59 on a server named ah30.  It works well with APEX 4.2.6 in the data base SCREWS on this server.

    I also to be configured to work with a second database on server ah9 APEX, but I was not able to run again.


    Can someone help me with this issue?

    Were you successful with this type of configuration?

    Here's what I did.


    I have added the database.  ADR has created the data filed: home/oravis/ORDS/confs/ords/conf/ah9_db.xml.  The password is correct.

    Database file: /home/oravis/ORDS/confs/ords/conf/ah9_db.xml

    <? XML version = "1.0" encoding = "UTF-8" standalone = 'no '? >

    < ! DOCTYPE SYSTEM property "http://java.sun.com/dtd/properties.dtd" > ""

    Properties of <>

    < comment > saved on Sat Aug 01 15:11:21 PDT 2015 < / comment >

    < key = "db.hostname entry" > ah9.xxxx.com < / entry >

    < key = "db.password entry" > @xxxxxxxxxxxxxxxxxxxxxxxxxxxx < / entry >

    < key = "db.username entry" > APEX_PUBLIC_USER < / entry >

    < / properties >


    Use the following commands, I was able to create a new database connection and map the URL.

    Java $ [oravis@ah30 ADR] - jar ords.war map-url - type base-path /ah9 ah9_db

    August 1, 2015 18:06:13 oracle.dbtools.url.mapping.file.MapURL run

    INFO: Creating new mapping of: [base path, / ah9] to map to: [ah9_db].

    [oravis@ah30 NICO2277] $

    In the catalina.out log file, I find the following:

    Process of oracle.dbtools.url.mapping.file.FileURLMappings August 1, 2015 18:21:44

    WARNING: Could not find any target database corresponding to: ah9_db, null

    ADR has created the mapping file: /home/oravis/ORDS/confs/ords/url-mapping.xml

    <? XML version = "1.0" encoding = "UTF-8"? >

    <? XML version = "1.0" encoding = "UTF-8"? >

    " < pool-config xmlns =" http://xmlns.Oracle.com/Apex/pool-config "> "

    < chicken base-path = "" / ah9 "name ="ah9_db"updated =" 2015-08 - 02T 01: 06:13.941Z "/ >"

    < / pool-config >

    This URL gives me access to the APEX on ah30:

    http://ah30.xxxx.com:8080/ADR/f? p = 4550:1

    This URL must give access to APEX on ah9, but he Gets the error 404 of ADR. 

    http://ah30.xxxx.com:8080 / ADR ah9 f? p = 4550:1

    localhost_access_log says:

    [01/Aug / 2015:18:28:34-0700] "GET/ords/ah9/f? p = 4550:1 HTTP/1.1"404 11384

    I also tried to run ADR in stand-alone mode with URL mapping, but that no longer works.

    In an attempt to install separate that I was able to set up independent ADR to get at APEX on ah9, so I don't know the database will answer.

    Thank you

    Skip

    Skip - absolute salvation,

    Skip - absolute says:

    Anyway, nobody has responded to this topic until you.  It's surprising.

    I suggest you try later versions 2.x ADR.  I have had more success with the URL mapping using this version.

    I have not had an opportunity to deepen the problem, but I may be soon.  With my level of knowledge, I must rely on cookbook recipes provided by the documentation and other.  My only interest in ADR and Tomcat should connect the plumbing APEX can be used.  Sometimes my clients have DBA and system administrators who want to install APEX but get hung up a web listening port configuration, so I have to build my knowledge base in order to help.

    With a situation this week, where s/n a customer insists on a two-level facility, I see a few new questions, and I'll look for the time to post in this forum.

    Good luck to you and if you find answers, please share.

    The solution of mapping URLS of configuration of multiple databases with ADR has been described in the blog and the following thread:

    I was able to implement the mapping of the URL of ADR and multiple database feature using the version 2.0.10.

    Reference: http://docs.oracle.com/cd/E56351_01/doc.30/e56293/config.htm#CBDCHGDF (refer to ' Configuring multiple databases ')

    The URL mapping feature does not work in latest versions of ADR 3.0, this was confirmed by the following threads:

    Kind regards

    Kiran

  • REST on ADR 2.0.8 and DB 12.1.0.2 access PDB returns invalid username / password

    Yesterday, I upgraded my database at 12.1.0.2.

    Then I removed the APEX of the database of the container and (re) installed in a PDB (called apex42) file.

    Downloaded and configured ADR 2.0.8.

    APEX now works fine. Great!

    Now, I want to use the REST stuff yet. So I ran the apex_rest_config.sql - that creates the users APEX_REST_PUBLIC_USER and APEX_LISTENER. I checked that I can connect using SQLPlus with these users and passwords. ADR ran config to store passwords in XML files.

    But this REST services testing returns (after lighting debug):

    Error in the evaluation of the model of resource: GET/HR /, SQL error Code: 1 017, SQL Error Message: ORA-01017: name of user and password invalid. connection refused

    Ask the path passes the validation of syntax

    Application of mapping to the database pool: PoolMap [_failed = false, _lastUpdate = 1407103200000, _pattern = / demo / _poolName = apex, _regex = null, _type = BASE_PATH, _workspaceIdentifier = DEMO, _serviceName = null]

    Applied database connection information

    Try to deal with the PL/SQL gateway

    Not treated as a request of the PL/SQL gateway

    Try to treat as a RESTful Service

    HR/employee/match: hr/employees/score: 0

    Choose: oracle.dbtools.rt.resource.templates.jdbc.JDBCResourceTemplateDispatcher as a current candidate with score: Score [handle = JDBCURITemplate [scopeId = null, templateId = 3177324644782361 | 3177909187782428, uriTemplate = HR / /], score = 0, range = SecurityConfig [constraint = none, realm = NONE, logonConfig = NONE], originsAllowed = [,], corsEnabled = true]

    Determine if the request can be sent as a RESTful Service occupied

    The request path has a path segment, continue the treatment

    Tenant main already established, cannot send

    At selected oracle.dbtools.rt.resource.templates.jdbc.JDBCResourceTemplateDispatcher as the final candidate score: Score [handle = JDBCURITemplate [scopeId = null, templateId = 3177324644782361 | 3177909187782428, uriTemplate = HR / /], score = 0, range = SecurityConfig [constraint = none, realm = NONE, logonConfig = NONE], originsAllowed = [,], corsEnabled = true] for: GET/HR.

    HR / / is a public resource

    Using the generator: oracle.dbtools.rt.json.query.JSONQueryGenerator

    JDBC query as: DEMO

    Error model of resource assessment: ORA-01017: name of user and password invalid. connection refused

    These are the "db" - entered into the file defaults.xml.

    < key = "db.hostname entry" > localhost < / entry >

    < key = "db.password entry" > @05D44DA435E3E78677DDE9C471942412B5 < / entry >

    < key = "enter db.port" > 1522 < / entry >

    < key = "db.servicename entry" > apex42 < / entry >

    contents of the apex_rt.xml file:

    < key = "db.password entry" > @05ED7A07BBB7570F17EA7258C03F13673C < / entry >

    < key = "db.username entry" > APEX_REST_PUBLIC_USER < / entry >

    My hypothesis is that the service REST tries to connect to the CBD and not the PDB--but this assumption may be false...

    What I could do to get this race?

    The solution seems simple and strange at the same time...: when I click on the link "Reset the sample data" in the page Services RESTful, REST demo services like mine are working again. Do not know what is happening behind the scenes, but it seems more than I expected...

    Recreate as a service seems to help as well...

  • ISE more licenses and APEX on version 1.2?

    Hello

    A customer has ISE1.2 and the license will be expired next week. They are not ready to upgrade v1.2 to the v2.1 before the expiry of the licence. The question is, can the newest and APEX license applied to ISE v1.2?

    Hello

    You can not install Apex on ISE 1.2.  It can be installed 1.3 in the rooms. Rest the existing license needs to be renewed.

    For reference:

    http://www.Cisco.com/c/en/us/TD/docs/security/ISE/1-2/user_guide/ise_use...

    http://www.Cisco.com/c/en/us/TD/docs/security/ISE/2-0/admin_guide/b_ise _...

    Concerning

    Gagan

    PS: rate if this can help!

  • plpdf and apex 4.2 in Firefox

    Hello

    Is there someone who uses plpdf and had it work with apex on 4.2 compatibility mode?

    If I set compatibility 4.2 and display a pdf inline in the browser, it will display the binary code pdf instead to recognize it as a pdf document

    This only happens in FireFox. IE does not work correctly.

    When I set the compatibility mode for pre 4.1 everything works fine again.

    Even the simple Hello World example behaves like that.

    But it would be nice to run in mode 4.2.

    Anyone experienced this and has a solution?

    Guido cordially

    Found the problem.

    It is all explained in the following thread: MIME type issue in version 4.1/4.2 Compatibility Mode

    For those who only need a solution:

    Just add htp.init; to your procedure plpdf to reset the header data that apex has already written before the generation of code for the point in the process "Before Header".

    Guido

  • APEX 4.2 by aligning the number of the point Stop and Start Grid Layout

    My APEX application is moving from 4.0 to 4.2.  I have a problem with alignment (justified left margin) of Stop and Start Grid Layout of items that have a border around them.  Earlier, I had a problem with the border itself not appearing is not in the application of 4.2.  I managed to solve that with a workaround by adding inline code in the CSS of the page section: #P23_OFFICE_START_TBL {width: 682; border: 1px solid #369; margin: 5px;}. This has created the border I needed, but there are 2 Stop and Start Grid Layout products that are indented and not in line with the previous line border.  I tried a number of different things, but none of them have worked.  This seems to be a very simple matter to fix, but I'm having a difficult time.

    I tried to put the item in a different grid, which corrected the indentation, but then I lost the border around the element.  It seems that the CSS code above does not work on the new grid.  I also tried to set attributes such as margin-left: 5px; float: left; Clear: left; float: left in the CSS code, but that didn't work, too.

    Any suggestions?

    Thank you

    Ajay K

    I deleted and added the points Stop and Start Grid Layout not lining up properly.  It worked.  Apparently, the upgrade from 4.0 to 4.2 did not handle/convert these elements correctly.  Deleting and adding their backs has solved the problem.

  • Pre-built virtual machine with OBIEE and APEX

    Hi all

    I searched for a virtual machine with OBIEE and APEX pre-installed, but I can't find it... or information messages on this subject. Does anyone know if y at - it a selection of pre-designed developer programs VM with these two tools?
    I currently have the "database App Development VM' with APEX in there, but I can't understand how to install OBIEE inside.

    Any help will be appreciated.

    Please, if this is not the right category where I should ask the question, let me know and I'll move it.

    Thank you.
    Elena.

    PL see deployment guide in the link above - the model of computer virtual includes version of database 11.2.0.3, which should be the APEX installed by default in it. If this isn't the case, it will be much easier to install the APEX in the VM OBIEE.

    For sharing files between the host and the guest, pl see the Virtualbox documentation - http://www.virtualbox.org/manual/ch04.html#sharedfolders

    HTH
    Srini

  • Oracle HTTP server on a different machine than the database and APEX

    Hi guys!

    I wonder if its possible to have Oracle HTTP Server installed on a different machine then the database and APEX?

    With respect,

    PsmakR

    Hello

    exactly. Details have recently been examined here: {: identifier of the thread = 1955437}. You will find the link to the license document it.
    But OSH is not only registered with the database. If you have an OAS running somewhere, you can use the HTTP server that comes with this instance for APEX as well.

    Another option could be the APEX listener that runs on (almost) any J2EE container. The officially supported include the embedded GlassFish and the Open Source Edition of GlassFish, who both don't need no extra license.

    -Udo

  • Google Analytics and Apex

    Does anyone have experience with the help of Google Analytics with APEX? I put the GA snippet in the APEX Page Javascript "Run when the page loads" and also tried to put in the section 'function and Global Variable declaration '. Neither one seems to work. I get no GA data. I know it's something that should be simple, but there is just something missing me. I'm just trying to track data on a login page; given that all other pages are authenticated, I didn't that GA could follow the statistics on their subject.

    < script type = "text/javascript" >

    var gaq = QAG | [];
    gaq.push (['setAccount ',' UA-XXXXXX-X']);
    gaq.push (["trackPageview"]);

    (function() {}
    GA var = document.createElement ('script'); GA.type = ' text/javascript '; GA. Async = true;
    GA. ' SRC = ("https:" == document.location.protocol? "https://ssl": "http://www") + «.google-analytics.com/ga.js;
    var s = document.getElementsByTagName ('script') [0]; ParentNode.InsertBefore (ga, s);
    })();

    < /script >


    Any ideas?

    Thank you
    Reid

    Apex 4.0.1

    Hello

    You can place the code for the login page template
    http://www.Google.com/support/GoogleAnalytics/bin/answer.py?answer=55488&utm_source=DiscoverList&utm_medium=et&utm_campaign=en_US&hl=en

    Kind regards
    Jari

  • Oracle Forms and APEX

    Hello all-
    I have a project management application that has been developed in Oracle Forms v10.1.2.0.2 and application of asset management developed on-demand Express 3.1 - both in the same database. There are new requirements to include certain active data in the implementation of projects for the year. There are forms of APEX in the application of assets they want to include in the project request forms. Is there a way to "embed" an APEX shape breast and Oracle? I know that I can use web.show_document () in the forms, but which will open another browser window and it is not acceptable for users. I also know that I can recreate the asset shape in Oracle Forms and who will be part of the project application. But it means that I have 2 forms of assets to keep in case there are changes. I would really like Oracle Forms 'use' my APEX form. Is this possible?

    Thanks in advance,
    Greg

    Hello Greg,.

    I managed to make it work. You can read about it in [this blog | http://roelhartman.blogspot.com/2009/10/integration-of-forms-and-apex-calling.html].

    Greetings,
    Roel

    http://roelhartman.blogspot.com/

  • Stimulation of authentication with Oracle XE and Apex 3.2 XDB

    Hi all.

    I had nothing better to do, so I dropped my original database XE (10.2.0.1). Then, I run the createdb.sh script in $ORACLE_HOME/bin to create a new. He created a new database, but there is no apex. I downloaded and unpacked Apex 3.2 in my / opt directory and ran "apexins SYSAUX SYSAUX TEMP/i /" to install the apex and tracking the other instructions for setting up the internal admin and images directory password ADMIN account. However, if I try to connect to APEX, I get a connection for XDB fault. After what I read in other threads, I opened the ANONYMOUS account. I also tried to run apex_epg_config.sql. Neither of which seemed to work.

    Published by: dasumner on April 3, 2009 13:56

    DASUMNER,

    You don't know if you got this resolved... but I rebuilt my server APEX and APEX application... and had the same problem!

    I entered:

    ALTER USER XDB ACCOUNT UNLOCK;

    and that fixed my problem!

    Kevin

    Published by: leonhardtk on April 17, 2009 13:48

  • Oracle XE and ApEx in production applications

    Hello gurus of XE.

    is anyone using XE and ApEx for production applications? How does the built-in HTTP Server? I realized that in order to use the Oracle HTTP Server, you must obtain at least Standard Edition One, so in this case XE isn't a cost of Eve anylonger. We plan to create an application web small (max 6 users competitor) on top of XE and we must decide what technology should be used for the web interface: ApEx or PHP?

    Thank you for all your comments,
    Florin

    Hi Florin,

    I am convinced that you can go a long way with Oracle XE.

    This is a discussion on the scalability of the XE (Mark Townsend was the responsible manager XE).
    XE performance expectations - survey

    In addition, the embedded plsql gateway uses the Oracle listener to manage connections to the database. He is progressing well.

    A simple server using Apache http as a proxy for XE will give you security and performance optimizations. You can then copy the images on the file system directory and serve through Apache (also using the caching on the file system).

    In addition, you can use mod_gzip or mod_deflate to push even further.

    Don't forget, slowed down a request most is the poor performance of your sql queries. APEX itself only adds a slight overhead.

    There is also another alternative for the Oracle Http server using mod_plsql: DBPrism
    http://marceloochoa.blogspot.com/2008/06/new-dbprism-release-Apex-users-read.html

    So there are a lot of options to make it really fast :).

    Kind regards
    ~ Dietmar.

  • The display of an image defined in an external PLSQL procedure that renders the code HTML and called in a region of the APEX

    I have an external PLSQL procedure that dynamically creates a report out of the HTML tags that I then called an anonymous block APEX PLSQL.  I'm making bad images with the following code:
    in the external procedure.  How do you get around that? (NOTE: the procedure is too big to store directly in the APEX)

    ....

    ' < style td = "width: auto;" "padding: 0px 5px 0px ' > '. spc_rec. SPC_VIABILITY_STATUS. "< table > ' |

    "< style td =" width: auto; " text-align: left; "padding: 0px 5px 0px" > ' | spc_rec. SPC_VIABILITY_REASON. "< table > ' |

    TD > < img src = "" #IMAGE_PREFIX #check2.gif "alt =" "/ > < table > '"

    ....

    Thanks in advance

    PaulP

    Hi Paul,.

    You can use the global variable of the APEX package below to get the image prefix in pl/sql. Of course, your procedure should be in APEX, schema analysis application.

    APEX_APPLICATION. G_IMAGE_PREFIX

    Kind regards

    Hari

Maybe you are looking for

  • Backup Watch issue

    I unpaired my 38 m Apple Watch sport when he was to be sent service. Now that I have my replacement watch, it does not show a backup for the last 8 months. I thought that my watch made a return to the top when the coupling and with my nightly backup?

  • Question about Windows XP CD home for Satellite A105

    I have an A105 Satellite and recently it started running very slowly. With most of my machines I would wipe and rebuild them (all my data is backed up) but I don't have a CD Windows XP Home (it didn't is come with the laptop such as Windows has been

  • my HP photosmart 7525. Solution Center does not,

    When I click the icon, it sayscan can't open, the installation is not complete. Tried to install again, but does not always.

  • Are there 'different easy transfer cables? "

    I'm confused about the number of available easy transfer cables. Can I buy a cable 'alone' and it allows to facilitate the easy transfer of OS from Microsoft at the following address: XP, Vista, Windows 7? If I can, what cable do I, there seems to be

  • HP OfficeJet Pro 8600 N911a, no PC Interface to the printer

    Win 7 Home Premium, 32-bit and 64-bit PCs, wireless connection to the printer OfficeJet Pro 8600 N911a. When clicking on the icon of the desktop printer, or to access the HP program in the start menu, MS Notepad opens the interface instead of the int