Problem with database querying adapter

Hi all

The polling option treats all rows from a table at a time rather than use the polling frequency. I used an option to update a field (logical deletion) where I've initialized unread value = ' n "and read the value = 'Y'." Now, the problem is that I have to query a single row in the table for every 60 seconds (the second row should be transformed only after 60 seconds), but all the lines are treated at the same time. Can someone let me know what could be the problem?

I put in the db adapter options:
Polling frequency: 60 seconds
Lines by Document XML and database: 1
Lines per transaction database: 1
JDBC, query & Timeout options: 60

Thank you

Please see the below URL, this can help you.

http://www.albinsblog.com/2012/10/DB-adapter-message-throttling-in-Oracle.html#.UQI3_fLDiuk

Concerning
Albin I
[http://www.albinsblog.com/]

Tags: Fusion Middleware

Similar Questions

  • HP ENVY23: PROBLEM WITH A WIRELESS ADAPTER

    Hello

    I BOUGHT THIS REFURBISHED DESKTOP PC. ITS BEEN WORKING REALLY WELL FOR PAST 1 YEAR, BUT SUDDENLY, NOW HE BEGAN TO HAVE PROBLEMS WITH A WIRELESS ADAPTER THAT IS RALINK ADAPTER. PROBLEM IS THAT ADAPTER WILL SUDDENLY STOP WORKING. SO I HAVE TO GO INTO THE DEVICES AND ADAPTER MANAGER DISABLE AND ENABLE FOR HER WORK ONCE AGAIN. SOMETIMES EVEN THAT DOESN'T WORK SO AFTER RESETTING THE ADAPTER, I HAVE TO TURN ON/OFF THE COMPUTER. I HAVE NO CLUE AS WHAT THAT CAUSES THIS PROBLEM. PLEASE IF ANYONE KNOWS HELP.

    Thank you

    AHMED

    P.S I JUST TRIED TO UPDATE MY WIRELESS ADAPTER DRIVER.IT ME SAID I HAVE ALREADY UPDATED DRIVER INSTALLED.

    Hi there @JUMRONI

    Welcome to the Forums of HP Support! It's a good place to find the help you need, so many other users, the HP experts and other members of the support staff.

    Please report the number of complete product for your computer. Check out the following, if you need assistance with this information. How can I find my model number or product number?

    I suggest to start by checking your system for malware, as follows:

    HP computers - solve and protection against viruses on your computer (Windows 8)
    Spyware, Adware and browser hijacking software

    If that fix it, you're done, otherwise, you should check these:

    Troubleshooting wireless network and Internet (Windows 8)
    In addition, you can watch the the power management of your wireless adapter:
    Turn off the power to the adapter:
    1. open Device Manager. (Win Key + R > type devmgmt.msc > OK)
    2. expand the network adapters.
    3. right click on the Ethernet adapter / wireless, and then click Properties.
    4. click on the power management tab.
    5 remove the check mark next to allow the computer to turn off this device to save power.
    6. click on OK.
    7 test cycle.

    Forget the network: (Windows 8)
    1. press Windows Key + C
    2. click on settings.
    3. click on change PC settings.
    4. click on network on the left.
    5. click on manage known networks.
    6. click on the name of the network.
    7. click on forget.

    Reset TCP/IP on your PC:
    1. go to your start screen/menu and type CMD.
    2. right-click on the command prompt icon and select run as administrator.
    3. in the window that opens type "netsh int ip reset resetlog.txt" without the quotes and press ENTER.
    4 restart your PC and test.

    It can also help to reset the winsock catalog:
    1. go to your start screen/menu and type CMD.
    2. right-click on the command prompt icon and select run as administrator.
    3. in the window that opens type "netsh winsock reset" without the quotes, and then press ENTER.
    4 restart your PC and test.

    Reinstall the NIC drivers:
    1. download the drivers from here, but do not run them again.
    2. go to your Start menu/screen and type Device Manager.
    3. expand network adapters.
    4. right click on the wireless adapter and choose uninstall.
    5 install the drivers downloaded in step 1.
    6. restart your PC and test.

    Test an ethernet connection:
    Explicit. Test if the problem persists on a wired connection to the adapter hardware troubleshooting wireless can be directed to the appropriate areas.

    I would like to know if this works for you.

  • After the upgrade to Windows 8, problem with teredo tunneling adapter says code 10 error and the device cannot start

    Original title: teredo tunneling adapter error number 10 on windows 8

    on my acer travel mate 6292 which I just upgraded to windows 8 pro recently got a problem with teredo tunneling adapter.

    It says error code 10 and that the device cannot start, it made me unable to use wifi on my laptop

    I tried to reinstall the driver but it just says: windows encountered a problem installing and he says its error code 10

    Please help me

    Thanks in advance

    Hi Samuel,.

    We appreciate your efforts to solve this problem. We will put all our efforts in order to solve the problem.

    Teredo is a tunneling protocol designed to grant IPv6 connectivity to nodes that are located behind IPv6 NAT (network address translation) not compatible devices. It defines a way of encapsulating IPv6 packets in IPv4 UDP (User Datagram Protocol) datagrams can be routed through NAT devices, on the IPv4 internet.

    I wish to inform you that Acer has not released Windows 8 compatible drivers for Acer 6292 travel companion.

    I suggest you try to install the drivers for the card wireless in compatibility mode and check if it works. Check out the following link to download and install drivers in compatibility mode.

    Make the programs more compatible with this version of Windows

    http://Windows.Microsoft.com/en-us/Windows-8/older-programs-compatible-version-Windows

    The link below to download the drivers for the wireless card: http://us.acer.com/ac/en/US/content/drivers

    A Code 10 error is generated in the Device Manager in one of the following situations:

    1. the Device Manager cannot start the device.

    2. one of the pilots who needs the unit does not start.

    3 device Manager has sufficient information to recognize the error that spread upwards by the device driver.

    We could try following common resolutions to solve the problem:

    1. update the drivers for this device

    2 launch a service of automated troubleshooting

    3 contact material supplier technical support

    For more information, please see the following article:

    FIX: "this device cannot start" error Code 10 in the Device Manager in Windows

    http://support.Microsoft.com/kb/943104/en-us

    In addition, this article could also be designated:

    How can I troubleshoot network card?

    http://Windows.Microsoft.com/en-in/Windows/fix-network-adapter-problems#1TC=Windows-8

     

    Please answer us on the State of the question to help you further.

  • Problem with hierarchical query in function PL\SQL

    I have a simple table containing the ID of the parent

    -Create table

    create the table1 table:

    (

    ID NUMBER (12) not null,

    year number 4.

    month NUMBER (2),

    parent_id NUMBER (12)

    );

    -Create/recreate primary, unique and foreign key constraints

    change the table1 table:

    Add primary key constraint PK_TABLE1 (ID);

    change the table1 table:

    Add the foreign key constraint FK_TABLE1_PARENT (PARENT_ID)

    reference TABLE1 (ID);

    data:

    Insert into TABLE1 (id, year, month, parent_id)

    values (5, 2015, 12, 3);

    Insert into TABLE1 (id, year, month, parent_id)

    values (6 (2015), 12, 4);

    Insert into TABLE1 (id, year, month, parent_id)

    values (3 (2015), 11, 1);

    Insert into TABLE1 (id, year, month, parent_id)

    values (4 (2015), 11, 2);

    Insert into TABLE1 (id, year, month, parent_id)

    values (1, 2015, 10, null);

    Insert into TABLE1 (id, year, month, parent_id)

    values (2 (2015), 10, null);

    commit;

    and query

    with h as

    (select t.id, t.year, t.month, CONNECT_BY_ROOT t.id as parent_id from table1 t

    where t.year = 2015 and t.month = 12

    and CONNECT_BY_ROOT t.year = 2015 and CONNECT_BY_ROOT t.month = 10

    connect by prior t.id = t.parent_id)

    Select * from:

    Join table1 t left t.id = h.parent_id;

    It works, but when I put this request in the procedure pl\sql

    create or replace procedure is get_report (p_cur_out on sys_refcursor)

    Start

    Open the p_cur_out for

    with h as

    (select t.id, t.year, t.month, CONNECT_BY_ROOT t.id as parent_id from table1 t

    where t.year = 2015 and t.month = 12

    and CONNECT_BY_ROOT t.year = 2015 and CONNECT_BY_ROOT t.month = 10

    connect by prior t.id = t.parent_id)

    Select * from:

    Join table1 t left t.id = h.parent_id;             

    end get_report;

    /

    They do not compile. And in the fall, with the exception

    Errors of compilation for the PC of the PROCEDURE. GET_REPORT

    [Error: PL/SQL: ORA-00600: internal error code, arguments: [qctcte1], [0], [], [], [], [], [], [], [], [], []]

    Online: 6

    Text: with h as

    Error: PL/SQL: statement ignored

    Online: 6

    Text: with h as

    My version of oracle

    1Oracle Database 11 g Enterprise Edition Release 11.2.0.3.0 - 64 bit Production
    2PL/SQL Release 11.2.0.3.0 - Production
    3CORE Production 11.2.0.3.0
    4AMT for Linux: Version 11.2.0.3.0 - Production
    5NLSRTL Version 11.2.0.3.0 - Production

    What is the problem with my request? Or database? How to solve this problem?

    If you have access to MOS, you can search the reason of it. If you are using left join syntax instead of joining ANSI, owner Oracle procedure compiles and returns the result.

  • What is the problem with this query? My head is numb!

    Can someone tell me why this request;

    < cfquery datasource = "manna_premier" name = "qGetstats" >
    SELECT the user name,
    UserFirstName,
    UserLastName,
    LastLogin,
    TotalLogins,
    UserZone,
    TM_Name
    USERS
    WHERE UserID = ' #. TM_log UserID # '.
    < / cfquery >

    generates this error message;

    Run database query error.

    [Macromedia] [SequeLink JDBC Driver] [ODBC Socket] [Microsoft] [ODBC Microsoft Access driver] Too few parameters. 1 expected.
    The error occurred in D:\Inetpub\mannapremier\TM_log_report2.cfm: line 28
    26 :         TM_Name
    27 : FROM Users
    28 : WHERE UserID = "#TM_log.UserID#"
    29 : </cfquery>
    30 : 
    

    SQLSTATE07002
    SQLSELECT the user ID, UserFirstName UserLastName, LastLogin, TotalLogins, UserZone, TM_Name FROM USERS WHERE UserID = '10120.
    VENDORERRORCODE-3010
    DATASOURCEmanna_premier

    I see that my variable WHERE comes through but the domain name is not working. I'm sure that the answer is obvious, but it drives me crazy!

    Help, please!

    I tried and got this result;

    No, you now use different data. Now, the user ID is empty, while she was 10120 first.

    The only problem seems to be double quotes. To check this, test with

    WHERE UserID = 10120
    

    I'm assuming that the userID field to be an integer. If it is text, then use single quotes (not!), as in

    WHERE UserID = '#TM_log.UserID#'
    
  • Satellite A200 - problems with the AC adapter / CC

    Hello

    The problem concerns a Satellite A200 (PSAF6A-02H01N).

    Recently, there was problems with the laptop, taking several attempts to boot to Vista, it would lock up while loading or just hang and freeze just after loading Vista.
    But once it was up and the laptop running would be happy working for hours with the AC adapter is plugged in.

    The problem got worse now and the laptop will not load Vista end without crashing.
    We have now reduced the computer down to have only a problem when the power adapter is connected.
    The laptop battery will charge normally with the AC adapter is plugged in and the laptop on standby or off.

    The problem persists with the AC adapter is plugged in and the battery removed.
    The laptop will start and run perfectly with battery and no power adapter plugged. Once the AC adapter is plugged in the laptop indicates that the battery is charging and then after a few seconds it crash or freeze and the only escape is a full stop.
    The laptop will not work under the battery power for 30 minutes max.
    I checked the output voltage of the AC adapter and this seems to be a consistent 19.4 Volts.

    Is this only a problem of AC adapter or the problem with the laptop?

    Thanks in advance...

    The Canada Gazette

    I lifted the previous discussions on this problem and found one that was very similar, but unfortunately the user decided not to find the problem of the road, save money and buy a new laptop instead! Hmm. !! .. seems to me like this might be a prob. material. Maybe a new motherboard?... anyone have an idea of what are the costs for that perhaps? .. an ASP or decent technician backstreet?...

  • What is the problem with this query in the source

    A blank page is region 2. Region1: enter rec_no (-rec_no is varchar2) region2:hide and show that displays one record based on rec_ no region1 entered.
    The problem is that I get the following error

    ORA-06550: line 1, column 7: PLS-00428: an INTO clause in this SELECT statement

    Here's my simple query in a process of pl/sql
    Start
    Select rec_no, rec_name from mytable where rec_no = upper(:P16_rec_no);
    end;

    Why? The same query works under the sql command.

    what I'm trying to accompolish here, it is because he has given huge if I want to display hide also multiples, regions and allow users to update each region as a result. Help, please. It kills me that I just can't understand what is causing the problem to the query. Thank you.

    Hello

    The list is set to the field EMPLOYEE_ID itself? What is the primary key of the table? In my example, DEPTNO is the primary key and I used the element generated by the wizard page to display the list. The parameters of the Source of the item itself or the column DEPTNO and database so that the process "process line...". "to identify the updated row.

    Andy

  • Problems with WiFi. Problems with the Wifi adapter driver.

    Hello

    I have a Dell Inspiron 3520 with original 8 Windows installed on it. Wireless settings worked fine until yesterday but anyway its no longer works. I don't see any WiFi option and no wireless networks are also getting detected. Although his active on the network and sharing Center.

    The details of the pilot are:

    Dell 1703 802.11b/g/n (2,4 GHz) Wireless

    The internet LAN connections are working properly. When I received a diagnosis of the wireless connection, he said that there could be a problem with the driver for the WiFi card. I also tried the system restore, but the problem persists.

    How can I sort this problem?

    Most often when a device does not work, it is because the driver is damaged. Re-install a new copy should help

    http://Windows.Microsoft.com/en-us/Windows7/update-a-driver-for-hardware-that-isn ' t-work correctly? SignedIn = 1

  • problem with the query insert masking character @.

    Hi the gems...

    I do through xml schema, run... means using a batch file, I'll call the xml files and the xml file contains the names of files containing all the DDLs and LMD...

    No problem with the DDL...

    now when I run the LMD, all are working well except a few insert scripts...

    Insert into TABLE_NAME (EVENT_ID, EVENT_DESC, EVENT_MESSAGE_TEMPLATE, EVENT_MESSAGE_SUBJECT) values (4, 'abcdefgh',)
    'Hi,
    Order details:
    @Order_ID #.
    @Instrument_ID #.
    This is an automated email. Please do not reply.',
    "executed");

    This kind of scripts insert failed with the error "[ora: sqlplus] SP2-0310: could not open the file" Order_ID #, .sql.

    This problem is due to the @ character before the data...

    problem doesn't happen when I run the script explicitly, xml perform only the origin of the problem

    So, I need to know if there is a way to hide the sign @...

    Please help... Thanks in advance

    user12780416 wrote:
    "[ora: sqlplus] SP2-0310: could not open the file" Order_ID #, .sql.

    In SQL * more the @ character means: run a script. That would explain the error message.
    The real problem is that your chain is written on several lines. A string like this might work:

    {code}
    Insert into TABLE_NAME (EVENT_ID, EVENT_DESC, EVENT_MESSAGE_TEMPLATE, EVENT_MESSAGE_SUBJECT) values (4, 'abcdefgh',)
    "Hi," | Chr (10)
    ||' Order of details :'|| Chr (10)
    |' @Order_ID #' | Chr (10)
    |' @Instrument_ID #' | Chr (10)
    ||' This is an automated email. Please do not respond. »
    "executed");
    {code}

    But it might not be a usable workaound.
    As you create the string insert sort, you might be able to replace all line breaks in the present with you own custom lines.

    Replace (yourEventMessage, Chr (10), "' |) Chr (10): "')

  • Problem with a query of xmlt

    Hello

    I need to query this xml file:

    < a > < action id = "1" > < alarm id = "1000" > 3 < / alarm > < alarm id = '1001' > 2 < / alarm > < alarm id = "31" > 2 < / alarm > < / action > < Code action = "3" > < alarm id = "16" > 5 < / alarm > < / has >

    I need to add the action/@id attribute to this query:
    select aa.hour,
           to_number(extract(value(xa),'alarm/@id')) alm_,
           to_number(extract(value(xa),'alarm/text()')) freq_
      from t_alarm_stats aa,
           xmltable('$XML/a/action/alarm' passing aa.x_alarm AS "XML") xa
     where aa.id_device = 3194
       and aa.hour > trunc(sysdate-1);
    I have now the recordset is fine enough:

    time, id_alarm and frequency of the alarm:
    28/03/2011 01:00 1000 3
    28/03/2011 01:00 1001 2
    28/03/2011 01:00 31 2
    28/03/2011 01:00 16 5

    I need to also add the corresponding action/@id, but I don't know how to navigate to a higher level of my xml so that the Recordset:

    time, action id, id_alarm and frequency of the alarm:
    28/03/2011 01:00 1 1000 3
    28/03/2011 01:00 1 1001 2
    28/03/2011 01:00 1 31 2
    28/03/2011 01:00 3 16 5

    Y at - it the possibility to do this with 1 query?

    Thanks in advance,
    Samuel

    Hello

    This should do it:

    select aa.hour
         , xa1.action_id
         , xa2.alarm_id
         , xa2.alarm_freq
    from t_alarm_stats aa,
         xmltable('$XML/a/action'
           passing aa.x_alarm AS "XML"
           columns action_id number  path '@id',
                   alarms    xmltype path 'alarm'
         ) xa1,
         xmltable('/alarm'
           passing xa1.alarms
           columns alarm_id   number path '@id',
                   alarm_freq number path '.'
         ) xa2
    where aa.id_device = 3194
    and aa.hour > trunc(sysdate-1)
    ;
    
  • problem with a query, inner join

    Hello;

    I am trying innerjoin these 2 tables in my request for a page that will allow you to add / modify records. Right now, it tells me that I have a lag of data. I do not see where I was wrong. Can someone help me?


    This is my code:

    < name cfparam = "url. CategoryID"type ="integer"default ="0">
    < name cfparam = 'subID' type = 'integer' default = '#url. CategoryID #">"
    < name cfparam = "subName" default = "" >
    < name cfparam = "CategoryID" default = "" >
    < name cfparam = "Name" default = "" >

    < cfif url. CategoryID GT 0 >
    < name cfquery = "categRec" dataSource = "#APPLICATION.dataSource #" >
    SELECT merchSubCat.subName, merchSubCat.subID, categories. CategoryID, Categories.Name
    OF merchSubCat
    JOIN INTERNAL categories
    ON merchSubCat.CategoryID = categories. CategoryID
    WHERE merchSubCat.subID = < cfqueryparam value = '#url. "CategoryID #" cfsqltype = "cf_sql_integer" >
    < / cfquery >

    <!-if the records were found, store the values->
    < cfif categRec.RecordCount EQ 1 >
    < cfset CategoryID = categRec.subID >
    < cfset subName = categRec.subName >
    < cfset CategoryID = categRec.CategoryID >
    < cfset Name = categRec.Name >
    < / cfif >
    < / cfif >

    It's my mistake:

    Run database query error.

    [Macromedia] [SequeLink JDBC Driver] [ODBC Socket] [Microsoft] [ODBC Microsoft Access driver] Type in an expression mismatch.
    The error occurred in C:\Websites\187914kg3\admin\cms\merchant\merchSub-edit.cfm: line 16

    14 : INNER JOIN Categories
    15 :     ON merchSubCat.CategoryID = Categories.CategoryID
    16 : WHERE merchSubCat.subID = <cfqueryparam value="#url.CategoryID#" cfsqltype="cf_sql_integer">
    17 : </cfquery>
    18 : 
    

    I don't see what I did wrong, another pair of eyes can see where I missed something?

    Thank you

    I think that you just want to use the URL. CategoryID parameter:


    Ken Ford

  • Problem with database adapter serivce

    Hello

    I'm working on a project where we have a service of routing and database adapter service. The interface worked great until we have included the parmameters (attributeFormDefault = "unqualified" elementFormDefault = "qualified") in routing service xsd. After we have updated the service of routing with these settings, it has stopped working, the BSE is simply greyed out without raising any error message.
    I tried all possible ways (recreated the services / removed from BSE and registered them again) but nothing seems to work.

    Any suggestion?

    Thank you
    Anil

    JDeveloper with SOA included 10.1.3.1.0 elementFormDefault = "unqualified" in the generated XSD. This has been changed to 10.1.3.3.0 to "qualified" so if you have a 10.1.3.1 JDev and you use SOA 10.1.3.3 (or 10.1.3.4) you will encounter problems (usually of namespace issues) because the two are incompatible. The solution is to synchronize your JDev and SOA with the same version. You can mix with 10.1.3.4 10.1.3.3, but you cannot use 10.1.3.1 with both versions.

  • Re: Satellite A200 - problem with generic AC adapter

    I own an A200 running Windows 7; I got it for a few years and the battery had deteriorated to the point where it concluded that a small amount of current, so I ran on aware of virtually all the time. However the CAP at the end of the cord (where it connects to the computer) became gradually more flexible and more flexible to the point where I had to twist and turn and argue it so in order to get the power flowing into the computer. the other day it stopped working completely.

    I went out and bought a third party adapter ("Lite-On"); I'm in a foreign country, but the adapter has had the same type of plug and the same (same input range, same output voltage) characteristics of power like the broken adapter that came with the computer. When I plug in, all the power lights comes on and it seems to work perfectly. When I start the computer, however, sometimes I will get a screen that says "Windows could not start... possibly as a result of a loss of power ' despite all the LEDs remain solidly lit during startup." This happens only occasionally. What is happening at each time is that in a minute or if all the lights go out and the computer turns off instantly; the LED will light up and then back up again instantly. Sometimes this occurs during the boot process, and sometimes I am able to go as far as opening a session on Windows before his stop.

    Is someone can you please tell me what the problem might me?

    After reading your ad, I also believe that this issue has nothing to with AC power supply.
    There must be another reason for the off switch.

    In most cases, this behavior is typical of overheating. In short period of time material reach the level of critical and portable temperature simply shut down without any warning.
    You can do a little test: start your laptop computer and enter the BIOS settings. Leave it for a while and see if the same thing will happen again.

    As already wrote Akuma, try cleaning the cold air and the cooling rack.
    Problem is that block cooling grill and portable dust cannot be properly cooled.

  • Problems with wireless USB adapter. Icon missing "Wireless network connection".

    I recently got a laptop HD malfunction cause me to start my PC from 2004. I bought a Belkin N150 Wireless USB adapter to connect to the internet connectivity. During the installation, I do not get a "Wireless network connection" icon I am running Windows XP SP3. I installed the same USB adapter on a computer running Windows XP SP2 and it works fine. I plugged it in my desktop PC and it just doesn't work! Even with my router disconnected I should still be able to see other networks WiFi available in the range (I live in a community of apartment) as he worked on the other computer it elsewhere too. I double checked the drivers, reboot the cable modem, so that appropriate services were activated and still no dice. I have read forums and I'm almost at the point of paying MS for technical support services, but it's really just my last step before I shell out money for professional help. Notice to lovers? =)

    Hello

    Well, at this point, you should make an executive decision.

    If you think that someone will take just guilt because it's comfortable, it is not going to happen.

    If a new card that is known to work does not work, then you can try to re - install Windows.

    One of the differences between computer enthusiasts and regular users is the availability of the material. I have a set of wireless router, network cards, etc. that are known to be good.

    The components are used for the sole purpose of trying them temporarily on the troubled computers to rule out hardware problems.

    -------------------------------
    My posts reflect my understanding and experience. It does not necessarily reflect the opinion or the vision of Microsoft, or anyone else.

  • Problems with wireless WIFI adapter. DWA-130 | Windows 7

    Hello

    I did a post on this a few months back and it has been partially resolved; I tried to get my wireless to work on Windows 10 WIFI adapter and the people trying to help me as I discovered that 10 Windows does not have to support the device.

    Now, I have a new problem. I recently, and recently I mean today, reformatted for Windows 7 because I'm not a big fan of Windows 10 (which is not because of my WIFI adapter doesn't work do not, it is mainly because of all the glitches that come with Windows 10 because it is so new). Sort of, I tried to install my WIRELESS card on my Windows 7 Desktop, and everything I did (I honestly don't know) I can't make it work... And here, if possible, why...

    I think that the "unknown device" could be my adapter. If so, that would mean he has not installed correctly and therefore is not working right (or not at all, in this case).

    How can I remove from my device manager? I have already used "uninstall Device Driver", and he says it uninstalls, but once I update the list, he's back again, this time with no way to uninstall it - I have to reboot the machine and then the option will pop up but then if I refresh it, it'll be welcome back here - now, it will not disappear.

    My WIFI adapter is called "DWA-130" and the model number would be "DWA-130F1.

    Help would be very appreciated.

    The problem has been resolved.

    Thanks for any help, in the end, I copied files from disks on my desk (before copying them, I just tried to use the DISK itself), then I went in "Devices and printers" clicked on my device (the "802.11 n WLAN [DWA-130]"), then went to "Device properties" and "Update Driver". I went to my office through the teleprompter and then when I was in the files on the disc, I went into the folder "Setup" and you press 'OK', in which he finally started to install the necessary drivers and you read this, I use my wireless adapter to access my internet.

    One thing to note;

    Once it was installed, I went to the 'map settings' to connect to a preferred network, and some networks were visible. So I had to add mine in manually, once I added it manually, the WIFI indicator on my taskbar, when I opened it, all the other networks in my neighborhood was now visible as well.

    I hope I helped someone with problems.

Maybe you are looking for

  • the iTunes store shows blank page

    When I type on my iTunes Store icon, the page is blank. Help please.

  • with boredom Watlow PM 485 modbus communication

    I have a PM Watlow I see now at MAX and using EZ area code can get info manufacture of.  I also uses the Modbus in the add-on on Saphire series tool to try to write or read anything from him (for the first time) and I always get an error of 'time' ou

  • Vista drivers

    I put a new hard drive in my notebook HP60230US and installed Vista Ultimate. I had already downloaded all the drivers and software on the HP site and saved on a USB key. After you have installed all the drivers, I have a problem with a couple of ite

  • Don't you feel that Firefox is close to perfection? (Android)

    Do not feel you? Firefox is much more feature-rich & productive than Chrome. With the help of modules, you can do something with it. But without a nice Interface that attracts the users, it is not perfect. Today, a nice user interface is really impor

  • Number called often not stored in the newspaper!

    Hello, if it was a one time incident then I wouldn't mind so much, but it happened that several times already and it's bad enough! Someone told me a number or I see a number somewhere quickly, I ring and hang up because I'm in a hurry and want to sav