Unable to connect after the most recent firmware for Microsoft Surface Pro 3 update

Hi, I upgraded my Surface Pro to Windows 10 2... had no problems connecting to R7000 on band 5G. After upgrade the R7000 firmware to the latest version (V1.0.4.30_1.1.67), I now have problems connecting on the band of 5 G. Tablet must be adjacent to the router to connect on 5G band however once connected is connection is kept at distance (about 50 feet). However if I choose the 2.4GH I have no problem in establishing the initial connection to a distance of band. Did someone else has this problem and is there a solution?

Thank you!

Thanks a bunch, I went through all the processes of 'Factory Reset' and which certainly did not help. I took your advice and your instructions on return to 1.0.4.28 and it worked like a charm!

I am now my Surface automatically compressed to a distance of 50 feet or more, through 3 walls on my terrace (as far as I dared so far) no problemo!

With the latest firmware, I had to be sitting next to the router. The latest firmware is really baaad!

Thank sagain for your help!

Tags: Netgear

Similar Questions

  • The iPhone 5 s for Microsoft Surface Pro 4 via wifi tethering doesn't work anymore... !

    Currently I am unable to attach my iPhone 5 s my Microsoft Surface Pro 4 via wifi so that it worked before. Via usb cable, it works.
    Probably, this has happened since the last iPhone upgrade to iOS 9.3.1...
    Any clue?

    Thanks in advance!

    Go to settings > general > reset > reset network settings

    And give it a try

  • Photosmart B110a Wifi Macbook Pro Scan fails after the most recent firmware update: CHL1FN1146AR

    Hi all

    I currently have a problem when scanning on wifi using a Macbook pro (Mac OS X 10.7.3).)

    Printer/scanner/copier is a: HP Photosmart B110a model: CN245B

    Service ID is: 20348

    The driver version is: HP ink Jet 8 pilot 3.5.2

    I used to scan directly into Evernote after completing the following steps:

    System Preferences - print & Scan - Scan - Scanner-open

    At this point the printer stops responding (just the apple turning and turning circle)

    The utility shows HP status: 'Idle '. The serialnumber Sevice ID and model are shown as well.

    Reset the system of printing and reinstalling the driver unfortunately did not solve the problem.

    Even the HP utility informs me that "an error has occurred."

    I tried to press the button 'wifi' on the printer for several seconds to make my router was able to connect to the printer.

    It seemed to work. I can print to the printer, once... grmmph... After successful printing I launched a scan...

    Too bad...

    The message:

    "The scanner reported an error.

    The scan did not complete because the operation was canceled while the analysis was underway. »

    pop up.

    Power - off at least 60 seconds does not resolve the issue.

    This behavior has started to happen right around the time that I installed an update of the firmware on the device.

    The current Firmware version is: CHL1FN1146AR

    I can reach the printer using a Web browser, the printer is showing the status of 'connection '.

    The webscan works like a charm and the self test page print works as well.

    If the printer is in my humble OPINION.

    Please let me know if this sounds familiar to anyone. Maybe a restore to the previous firmware could solve my problem?

    Best regards

    Martijn Krop.

    PS: My router is a

    TP-Link WR1043ND Original newest Firmware. The protocol used is WPA - PSK (automatic encryption)

    Hi Martin,

    First of all, try to reboot the router?

    I always suspect the router.

    Even further because it seems not to support Hello based on the above document, the manual of the router and the router configuration that I went through with no opportunity to locate any indication for its support.

    Please try temporary without going through the router and check the differences:

    1. On the product control panel, tap the Setup icon ( ).
  • I always get requests to update on my office home page. After the most recent, most of my quick start icons are badges of adobe. Except a few functions are not open. When I right click on Firefox (for example) it says 'READ' instead of 'OPEN' and t

    I always get requests to update on my office home page. After the most recent, most of my quick start icons are badges of adobe. Except a few functions are not open. When I right click on Firefox (for example) it says 'READ' rather than 'OPEN' and then displays the Adobe error box. The only other answer I received (from Ask.com) is that the update was a virus. I'm not computor savy and my pc is quite old. I just want to come an hour before this recent action, but I can't open Norton power eraser or even the ability of the computer to return to an earlier point in time to cancel the action. Each of these attempts of task appears Adobe error box. I am currently showing Adobe Reader X 10,0

    Hi deanrlh,

    I apologize for the inconvenience caused. Please follow the steps in the below article mentioned: Application, file icons change in Acrobat/Reader icon

    Thank you

    Abhishek

  • Select the most recent DATE for identification.

    Hi all

    I need to SELECT records with the most recent DATE for each code. A DATE range is part of the selection criteria.

    My data.
    MY_ID MY_DATE
    1684662 26 JANUARY 09
    1424097 27 JANUARY 09
    1684663 27 JANUARY 09
    1684664 27 JANUARY 09
    1684672 28 JANUARY 09
    0689073 28 JANUARY 09
    1052476 21 JANUARY 09
    1052476 21 JANUARY 09
    1360828 23 JANUARY 09
    1684661 23 JANUARY 09
    1052476 30 JANUARY 09
    1052476 30 JANUARY 09
    1052476 30 JANUARY 09
    1052476 30 JANUARY 09

    The code below works fine when you select 1 ID in the subselect, but with several ID he always selects rownum = 1 (of course). As far my mind takes me.
    SELECT my_id,
    my_date
    Of
    (SELECT my_id,
    my_date
    FROM my_table
    ORDER BY DESC my_date
    )
    WHERE rownum = 1
    AND * {color: #ff0000} my_id = 1052476 {color} *.
    AND TO_CHAR(my_date,'YYYY/MM/DD') BETWEEN ' 01 / 01/2009 ' AND '' 2009/01/31;

    If I could somehow pass the ID SELECT in the subselect WHERE clause I should have done this.

    Any suggestions?

    Thanks in advance for your help,

    Lou

    One of the many soultions possible.

    ME_XE?with data as
      2  (
      3     select 1684662 as id, to_date('26-JAN-09','dd-mon-yyyy') as the_date from dual union all
      4     select 1424097 as id, to_date('27-JAN-09','dd-mon-yyyy') as the_date from dual union all
      5     select 1684663 as id, to_date('27-JAN-09','dd-mon-yyyy') as the_date from dual union all
      6     select 1684664 as id, to_date('27-JAN-09','dd-mon-yyyy') as the_date from dual union all
      7     select 1684672 as id, to_date('28-JAN-09','dd-mon-yyyy') as the_date from dual union all
      8     select 0689073 as id, to_date('28-JAN-09','dd-mon-yyyy') as the_date from dual union all
      9     select 1052476 as id, to_date('21-JAN-09','dd-mon-yyyy') as the_date from dual union all
     10     select 1052476 as id, to_date('21-JAN-09','dd-mon-yyyy') as the_date from dual union all
     11     select 1360828 as id, to_date('23-JAN-09','dd-mon-yyyy') as the_date from dual union all
     12     select 1684661 as id, to_date('23-JAN-09','dd-mon-yyyy') as the_date from dual union all
     13     select 1052476 as id, to_date('30-JAN-09','dd-mon-yyyy') as the_date from dual union all
     14     select 1052476 as id, to_date('30-JAN-09','dd-mon-yyyy') as the_date from dual union all
     15     select 1052476 as id, to_date('30-JAN-09','dd-mon-yyyy') as the_date from dual union all
     16     select 1052476 as id, to_date('30-JAN-09','dd-mon-yyyy') as the_date from dual
     17  )
     18  select id, the_date
     19  from
     20  (
     21     select id, the_date, max(the_date) over (partition by id) as max_the_date
     22     from data
     23  )
     24  where the_date = max_the_date;
    
                    ID THE_DATE
    ------------------ --------------------------
                689073 28-JAN-0009 12 00:00
               1052476 30-JAN-0009 12 00:00
               1052476 30-JAN-0009 12 00:00
               1052476 30-JAN-0009 12 00:00
               1052476 30-JAN-0009 12 00:00
               1360828 23-JAN-0009 12 00:00
               1424097 27-JAN-0009 12 00:00
               1684661 23-JAN-0009 12 00:00
               1684662 26-JAN-0009 12 00:00
               1684663 27-JAN-0009 12 00:00
               1684664 27-JAN-0009 12 00:00
    
                    ID THE_DATE
    ------------------ --------------------------
               1684672 28-JAN-0009 12 00:00
    
    12 rows selected.
    
    Elapsed: 00:00:00.03
    
  • will I have to pay after the 30 day trial for final cut pro is over?

    After the 30 day trial for final cut pro, I will be charged automatically for the program even if I don't want? Or if I have to buy the app on the app store to be charged?

    No, you won't.

    (142368)

  • I recently bought a Microsoft Surface Pro 3. I have an Adobe Creative Suite account as a student, and I'm trying to transfer it on my tablet. Does anyone know how I could do this?

    I recently bought a Microsoft Surface Pro 3. I have an Adobe Creative Suite account as a student, and I'm trying to transfer it on my tablet. Does anyone know how I could do this?

    Just install applications that use installation files and the activation code, you should have your student account Adobe Creative Suite.  If this is related to a creative cloud account then you would install the CC Manager.  In the case of a business license Creative Suite you will find downloads through the following page.  Download and Installation Help | Download and Installation Help

  • Unable to connect to the Web sites security and microsoft, but internet is not working properly

    Can anyone help?
    Now, this is getting very frustrating.
    I can connect to the internet and browse most Web sites. My email works fine but I can't connect to websites www.microsoft , Norton is 'unable to connect to the Live Update server, check the internet connection' and my media center can't find my internet connection.
    What is going on?
    I have a subscription to Norton who can't find any problems. I also downloaded onecare and trojan remover, returning with a clean report.
    Please help before I go out what remains of my hair.
    What about Frank

    Hello

    You can access Microsoft.com, McAffee.com, Symatec.com? Thinking you have a conficker.

    Check with this site
    http://www.confickerworkinggroup.org/infection_test/cfeyechart.html

    Alert on the Win32/conficker virus
    http://support.Microsoft.com/kb/962007

    Protect yourself from Conficker
    http://www.Microsoft.com/security/worms/Conficker.aspx

    How to remove the worm Downadup Conficker (Uninstall Instructions)
    http://www.bleepingcomputer.com/virus-removal/remove-Downadup-Conficker

    How to manually remove the Conficker worm
    http://www.411-spyware.com/Conficker-worm-removal#how-to-remove

    BDTool to remove
    http://www.bdtools.NET/

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

    Run the malicious Microsoft removal tool, scan with Malwarebytes, Prevx to be sure you know all the
    malware involved and if necessary use UnHackMe.

    Start - type in the search box-> find MRT top - right on - click RUN AS ADMIN.

    You should get this tool and its updates via Windows Update - if necessary, you can download it here.

    Download - SAVE - go where go out you there - top - right click RUN AS ADMIN
    (Then run MRT as shown above.)

    Malicious removal tool from Microsoft
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=AD724AE0-E72D-4F54-9AB3-75B8EB148356&displaylang=en

    Malwarebytes - a scanner at the request - update on the updates tab and run whenever you think malware.
    http://www.Malwarebytes.org/

    Here are some free online scanners to help the

    http://www.eset.com/onlinescan/

    http://www.Kaspersky.com/virusscanner

    Other tests free online
    http://www.Google.com/search?hl=en&source=HP&q=antivirus+free+online+scan&AQ=f&OQ=&AQI=G1

    also install Prevx to be sure that it is all gone.

    Prevx - Home - free - small, fast, exceptional CLOUD protection, working with other security programs. It comes
    a scan only, VERY EFFICIENT, if it finds something to come back here or use Google to see how to remove.
    http://www.prevx.com/

    Choice of PCmag editor - Prevx-
    http://www.PCMag.com/Article2/0, 2817,2346862,00.asp

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

    Also do to the General corruption of cleaning.

    Run DiskCleanup - start - all programs - Accessories - System Tools - Disk Cleanup

    Start - type this in the search box-> find COMMAND at the top and RIGHT CLICK – RUN AS ADMIN

    Enter this at the command prompt - sfc/scannow

    How to analyze the log file entries that the Microsoft Windows Resource Checker (SFC.exe) program
    generates in Windows Vista cbs.log
    http://support.Microsoft.com/kb/928228

    Run checkdisk - schedule it to run at the next startup, then apply OK then restart your way.

    How to run the check disk at startup in Vista
    http://www.Vistax64.com/tutorials/67612-check-disk-Chkdsk.html

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

    Run Malwarebytes when you can.

    IE - Tools - Internet Options - Advanced - tab click on restore, and then click Reset - apply / OK

    IE - Tools - Internet Options - Security - reset all Zones by default level - apply / OK

    Close IE

    IE - tools - manage Addons (for sure disable SSV2 if it is there, it is no longer necessary but Java always install
    "(and it causes problems - you never update Java to go back in and turn it off again)." Search for other possible problems.

    Windows Defender - tools - software explore - look for problems with programs that do not look right. Permit
    are usually OK and "unauthorized" are not always bad. If in doubt about a program to ask about it here.

    Could be that a BHO - BHOremover - free - standalone program, needs no installation, download and run - not all
    are bad, but some can cause your question. (Toolbars are BHO)
    http://securityxploded.com/bhoremover.php

    Startup programs
    http://www.Vistax64.com/tutorials/79612-startup-programs-enable-disable.html

    Don't forget to do:

    Logon as administrator

    Start - type in the search box-> COMMAND - find on the list above - CLICK RIGHT - RUN AS ADMIN

    Enter each of these one at a time and press ENTER after each

    ipconfig/flushdns

    nbtstat-r

    nbtstat - RR

    netsh int Reinitialis

    netsh int ip reset

    netsh winsock reset

    Reset
    ------------------------------------------------------

    Here are a few rootkits if it were a question:

    SpyDLL Remover - free
    http://securityxploded.com/spydllremover.php

    Advanced Windows Service Manager
    http://securityxploded.com/winservicemanager.php

    Run the Rootkit Revealer - free
    http://TechNet.Microsoft.com/en-us/Sysinternals/bb897445.aspx

    UnHackme - trial
    http://www.Greatis.com/UnHackMe/

    This shows how to use UnHackme and includes a link to version 2.5 – use it as a guideline and current
    available as version above is 5.5
    http://safecomputing.umn.edu/guides/scan_unhackme.html

    IceSword - free
    http://www.AntiRootkit.com/software/IceSword.htm
    Instructions and pictorial
    http://securityxploded.com/IceSword.php
    Tutorial for use of IceSword
    http://translate.Google.com/translate?hl=en&SL=zh-CN&u=http://soft.zol.com.CN/2004/0803/145163.shtml&prev=/search%3Fq%3Dicesword%26hl%3Den%26lr%3D

    Revo Uninstaller - free
    http://www.revouninstaller.com/

    I hope this helps.

    Rob - bicycle - Mark Twain said it is good.

  • EPMCFG - 10368, unable to connect to the database, check information for database

    Hi all

    Server: Windows server 2008 64-bit, and 64-bit Oracle 11 g

    First of all, I have installed Oracle client 32-bit and 64-bit client then Database 11 g. Then, I installed the version hyperion 11.1.2.2. but at configuration time, I get the error message
    EPMCFG - 10368 unable to connect to the database, see database documentation.

    but the correct database information that I have given. Map of Loopback also installed Microsoft.

    I spoke in the forums about this error, in this discussion, they wrote about tnsnames.ora. I need to edit in this file?

    Kind regards
    Mady

    Published by: mady on March 20, 2013 10:47

    Hello

    I have uninstalled and installed OS again once, now I am able to connect to the database now.

    See you soon,.

    Mady

  • MY POP3 accounts receive emails with lack and truncated attached files. This started only after the most recent update for Thunderbird Version 38.1.0

    I recently started having truncated the attachments in the emails to my POP3 accounts. The first I noticed was on 27 July 2015.
    I'm running Thunderbird Version 38.1.0 on Windows on Windows 7 Home Premium service pack 1. After the test, I found that this happens on all POP3 accounts only. IMAP accounts do not work properly.
    A single file is usually truncated, if I send several files to get a complete file one truncated and more sent are missing completely.

    I wanted to send a bug report, but your system is unusable because it asks us to load the daily accumulation and essay on a new account, but the link to the daily version is going nowhere. But it's ok

    Thank you

    Thanks Matt.
    I had no luck by disabling addons, and I found that I'm unable to start in SafeMode (another problem to solve), but in research and the elimination of other culprits (malware) this problem stopped.

  • Unable to connect after the automatic updates of Windows.

    I have two computers on my network, one with 7 and one with vista.  (US) both for automatic Windows update and yesterday, after both received updates, I couldn't go online.  Restored both and that solved.  Today it's the same thing.  I restored both and Windows updated together on manual.  Problem is I want to install updates, but you need to know what is happening.   Thank you

    Many other people have the same problem after the recent update of Win7.  A thread said that the culprit is update KB2705219 and you'll be OK if remove you it.  There is no other additional information that the user in question has done so successfully [I can't find the link, I checked both of these threads today].

    I have not tried to uninstall it I like my PC to install with a decent connection the last hours [no idea why].  I also have McAfee.

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

    In addition, you should never uninstall McAfee or any other AV application unless you have a copy of the relevant utility uninstall application.  Results to omit this step can be severe and cause quite disconcerting & apparently unrelated symptoms.  I do not recommend this as a step for the problem today, but keep this link for when / if you decide to replace McAfee - McAfee Consumer products removal tool.  For other AV applications, see list of anti-malware cleaning - program uninstall tools

  • [ACI] Unable to connect after the initialization of the APIC

    With the sheet/spine uninitialized switch, APIC1-3, "configuration eraseconfig" has been created.

    Connection of the interface user was launched after the initial installation of the APIC-1.

    An error message appeared, as an image.

    "REST datastore user authorization endpoint is not initialized - check fabric composition State of this node of tissue.

    "After the error message above, the sheet/Spine selector" setup - clean - config.sh "was conducted.

    And then APIC-1 "eraseconfig setup" first. "

    However, there still is an error message.

    I want to solve this problem.

    If there is a way to solve this problem, please let me know in detail. (Step by step)

    Restoration of tissue AIT at the factory defects (the image is simply an overview of the attached PDF file.)  All the steps are in the PDF file.)

  • Windows does not start after the most recent update

    I have 64 bit Vista and Office 2007. There was a group of updates for the latter in February 2011. Something in here is stop Windows at the login screen. Workes mouse and keys stick, but it won't take me to the password screen. Only way to get around it was to go in safe mode and do a system restore to remove the updates. Any suggestions?

    Applications, (Norton and McAfee) are notorious for not not upgrade (or uninstalling) itself.

    [You may want to print these instructions for reference offline. If a step said to reboot, reboot.]

    1. download the Norton Removal Tool, save it to your desktop: ftp://ftp.symantec.com/public/english_us_canada/removal_tools/Norton_Removal_Tool.exe

    2. close all open applications (that is, anything with an icon on the taskbar).

    3. After completing some you have a copy of your handy product key, uninstall all Norton software (including LiveUpdate and everything Norton Add ons) via Control Panel | Programs | Uninstall a program (or Control Panel |) Programs and features, if you are using the classic view).

    4 IMPORTANT! -Online activate Windows Firewall immediately after the restart.

    NB: Now you're "working without a net": no to ANYTHING else online (e.g., navigation, reading e-mail, chat) until you have completed step #7 below!

    5. right click on the file that you saved in step #1 above, and then select run as administrator.  DO TAP not your keyboard until the race ends, then restart.

    6. do a clean install of Norton 360 2011 (using your product ID, if need be) & reboot. CF. http://www.symantec.com/norton/support/kb/web_view.jsp?wv_type=public_web&docurl=20080514162318EN

    NOTE: Do NOT activate or install additional modules of Norton (for example, Norton Anti-Phishing) immediately.

    7. manually and repeatedly run LiveUpdate (Norton) until you get a prompt "no update more".

    8 reset the advanced settings of the IE by http://windows.microsoft.com/en-US/windows7/Reset-Internet-Explorer-settings

    9. open Internet Explorer (32-bit) only to http://support.microsoft.com/kb/971058 [ignore APPLIES to section] & run it in DEFAULT and modes difficulty then AGGRESSIVE. [1]

    10. restart once again & test.

    ~~~~~~~~~~~~~~~~~~~~~~~~
    [1] full Disclosure: the difficulty operating in AGGRESSIVE mode will remove your update history but not list the updates installed in Add/Remove Programs (Windows XP) or installed updates.

    ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • When I try to run Photoshop CC after the most recent update to photoshop I get a pop-up message indicating the failure of Kernel_Security_check. How can this be repaired?

    After the last update to photoshop CC, I get a pop-up message indicating the failure of Kernel_Security_check. How can this be repaired?

    Hi tokyoedo,

    Suggest you follow the instructions below:

    • Quit Photoshop
    • Go to the location - C:\Program Files\Adobe\Adobe Photoshop CC 2015, find the file named sniffer.exe and move on desktop
    • Launch Photoshop and check again.

    Kind regards

    Claes

  • by selecting the most recent decisiondate for a client, not all dates...

    Hello

    Consider the following situation:
    I have 4 tables:


    PD_CLIENT
    CLIENT_ID
    RNR
    .. more data .the customer...

    PD_LINKCLIENTCOMPOSITION
    COMPOSITION_ID
    CLIENT_ID
    LEVEL_ID

    PD_COMPOSITIONLEVEL
    LEVEL_ID
    LEVEL
    S_TYPE

    PD_LINKCLIENTDECISION
    DECISION_ID
    DATE_DECISION
    CLIENT_ID


    Some info with these tables
    There are the customers
    Customers have a composition one or several compositions have levels and these compositionlevels have different types
    For customers, the decisions are made on a certain date. Sometimes it is possible to have more than one decision of a customer.

    (the actual database is much larger than that, but I left out that we don't need to my question)

    I need is:_
    ALL customers, who have a composition with the leveltype "IGO", as well as the date of their most recent decision between 2 dates given. (if they do not have a decision yet, I do not need them in the results)

    I wrote this query:
    SELECT PD_CLIENT.CLIENT_ID, TO_CHAR(PD_LINKCLIENTDECISION.DATE_DECISION, 'DD-MM-YYYY') DATE_DECISION 
    FROM PD_CLIENT , PD_LINKCLIENTCOMPOSITION , PD_COMPOSITIONLEVEL, PD_LINKCLIENTDECISION 
    WHERE PD_CLIENT.CLIENT_ID = PD_LINKCLIENTCOMPOSITION.CLIENT_ID 
    AND PD_LINKCLIENTCOMPOSITION.COMPOSITION_ID = PD_COMPOSITIONLEVEL.NIVEAU_ID 
    AND PD_CLIENT.CLIENT_ID = PD_LINKCLIENTDECISION.CLIENT_ID
    AND PD_COMPOSITIONLEVEL.S_TYPE = 'IGO' 
    AND PD_LINKCLIENTDECISION.DATE_DECISION >= TO_DATE('01-01-2011', 'DD-MM-YYYY') 
    AND PD_LINKCLIENTDECISION.DATE_DECISION <= TO_DATE('31-12-2011', 'DD-MM-YYYY') 
    ORDER BY PD_CLIENT.RNR ASC
    This ALMOST gives me what I need. now it gives me the client_id, gives with ALL dates of decision between 2 dates. I only need the newest one. Can someone help me change that? It is probably something small. I thought I knew how to solve, but I continue to not now, I have not any more close to the result with this query :)

    Published by: 901981 on 16-dec-2011 05:46

    How about some analytics?
    Try something like:

    not tested

    select client_id
    ,      date_decision
    from (
          SELECT PD_CLIENT.CLIENT_ID,
                 TO_CHAR(PD_LINKCLIENTDECISION.DATE_DECISION, 'DD-MM-YYYY') DATE_DECISION,
                 row_number() over (partition by PD_CLIENT.CLIENT_ID order by PD_LINKCLIENTDECISION.DATE_DECISION desc ) rn
            FROM PD_CLIENT,
                 PD_LINKCLIENTCOMPOSITION,
                 PD_COMPOSITIONLEVEL,
                 PD_LINKCLIENTDECISION
           WHERE PD_CLIENT.CLIENT_ID = PD_LINKCLIENTCOMPOSITION.CLIENT_ID
             AND PD_LINKCLIENTCOMPOSITION.COMPOSITION_ID =
                 PD_COMPOSITIONLEVEL.NIVEAU_ID
             AND PD_CLIENT.CLIENT_ID = PD_LINKCLIENTDECISION.CLIENT_ID
             AND PD_COMPOSITIONLEVEL.S_TYPE = 'IGO'
             AND PD_LINKCLIENTDECISION.DATE_DECISION >= TO_DATE('01-01-2011', 'DD-MM-YYYY')
             AND PD_LINKCLIENTDECISION.DATE_DECISION <= TO_DATE('31-12-2011', 'DD-MM-YYYY')
          )
    where rn=1;  
    

Maybe you are looking for