search with the operator LIKE randomly.

Hello
I use ORACLE Database 11 g R1 and RHEL 5.

My front end gives options of the user to search for data on specific keywords.

For ex:-If the user wants to search for a column of detail with specific keywords. FREQUENCY, INPUT

the DB now has 4 Details values which has the keyword FREQUENCY, INPUT, but when the request is formed it forms as
select ...
from ...
where detail like '%FREQUENCY%ENTRY%';
This query will give only 2 production lines: -.
frequency entry FM alarm
frequency entry alarm FM 
because the two key words are in the same order as the query in the like operator.

the output I expect is: -.
frequency entry FM alarm
frequency entry alarm FM 
entry alarm FM frequency 
entry FM alarm frequency 
Here, the other 2 rows also have the FREQUENCY and INPUT keywords, but their order is reversed.

I can do this with a query like this: -.
where data like2 '%frequency%entry%' or data like2 '%entry%frequency%';
but the no. keywords are not fixed and this request is generated when executing.

can you please guide me with any appropriate solution what should I write in the serach request data in random order also?

Thanks in advance.

VJ4 wrote:
Thank you for this example.

Just a point I need to erase

the MOTHER in THIS * MOTHER * question TRA...

The person seeking will enter "FREQU" and be expected to get all descriptions that has the string 'FREQU' love...

"A less * FREQU * ENCE is observed.

In this case, only the entire word is sought. as "FREQUENCY", but if I put "FREQU", it will not give the expected results.

Please guide me in this last point, how can I the operator as string of feature and research?

In this case we go back to the previous example where we don't words.word surround test for spaces (or start/end of string) in the part of clause regexp_instr...

SQL> ed
Wrote file afiedt.buf

  1  with t as (select 'frequency entry FM alarm' as txt from dual union all
  2             select 'frequency entry alarm FM' from dual union all
  3             select 'entry alarm FM frequency' from dual union all
  4             select 'entry FM alarm frequency' from dual union all
  5             select 'just a plain old frequency' from dual union all
  6             select 'just a plain old record' from dual union all
  7             select 'and an entry level record' from dual union all
  8             select 'and an sentry to frequency' from dual)
  9  --
 10  -- end of test data
 11  --
 12      ,req as (select 'frequ entry' as req from dual)
 13  --
 14  -- end of required search words
 15  --
 16      ,words as (select regexp_substr(req,'[^, ]+',1,rownum) as word, rownum as rn
 17                 from   req
 18                 connect by rownum <= length(regexp_replace(req,'[^, ]'))+1)
 19  --
 20  select txt
 21  from t join words on (regexp_instr(t.txt,words.word) > 0)
 22  group by txt
 23  having count(*) = (select max(rn) from words) -- cater for AND
 24* or (count(*) >= 1 and 1 = (select case when instr(req,',') > 0 then 1 else 0 end from req)) -- cater for OR
SQL> /

TXT
--------------------------
and an sentry to frequency
frequency entry alarm FM
frequency entry FM alarm
entry FM alarm frequency
entry alarm FM frequency

Tags: Database

Similar Questions

  • Why can't edit my contacts to search with the new ios 10.0.1

    Why can't edit my contacts to search with the new ios 10.0.1

    It seems they have changed the way search works after the update. You can always edit contacts by opening the Contacts app, then open the contact you want to change. We do not know why they made the change, but unfortunately it is out of our reach. I don't know that they had a reason for this. If this is not the case, they will probably patch in an another mini update.

  • Wiped a computer due to problems with the operating system, but do not have any media to reinstall. Help.

    No operating system

    Hello

    I bought a second hand computer and there is no backup of the operating system CD. He had problems with the operating system start so I wiped it, but now I have to re - install.

    Would it not possible to obtain another copy of the operating system for that computer?

    All the best

    Dean

    Hello

    These are forums for Vista, so vista information is provided

    Here are the different ways to reinstall Vista

    Contact the manufacturer of the laptop computer and ask them to send you to vista recovery disks to reinstall the operating system back as it was when you bought it

    they do it for a nominal cost of $

    ____________________________________________________________

    also ask them if you have a recovery partition on your hard drive to get back to the way you bought

    you would normally press F8, F9, F10 or F11 or Alt + F10 or 0 to start to start the recovery process according to the manufacturer

    Ask them of the exact key sequence

    __________________________________________________________

    or borrow a vista microsoft dvd; not a HP, Acer recovery disk etc

    Make sure that you borrow the correct 32-bit or 64-bit microsoft dvd to your computer

    they contain all versions of vista

    This is the product key that determines which version of vista is installed

    http://www.theeldergeek.com/Vista/vista_clean_installation.html

    ____________________________________________________________

    How to replace Microsoft software or hardware, order service packs and replace product manuals

    http://support.Microsoft.com/kb/326246

  • Software for printing device Kodak esp7250 does not load as areas appear gray and Kodak said that it is a problem with the operating system 7

    I have problems trying to reinstall my printer software Kodak esp 7250.  The area where you register the software is empty and the Browse button to choose a place is gray, so it will not go any further because if you then choose then says invalid path.  Of course, it's an invalid path because it will not choose an or allow me to choose one.  I contacted Kodak and after working with it for a while, they said it's a problem with the operating system.  I have Windows 7 on a laptop Gateway.  I need my printer and get very frustrated because nobody seems to know how to solve this problem.  I was able to use it when I got to the laptop, but suddenly one day it wouldn't work.  Help, please.

    Hello

    Thank you for your response.

    Make the SFC scan and check the status of the issue.

    How to use the System File Checker tool to fix the system files missing or corrupted on Windows Vista or Windows 7

    http://support.Microsoft.com/kb/929833

    I would also advise you to check the status of the issue in a new user account.

    Create a user account:
    http://Windows.Microsoft.com/en-us/Windows7/create-a-user-account

    If it works in a new user account, then you will need to fix the corrupted user profile. You can visit this link for the steps:
    http://Windows.Microsoft.com/en-us/Windows7/fix-a-corrupted-user-profile

    I hope this helps!

  • This application is not compatible with the operating system installed. Please upgrade to Windows 98SE, Windows 2000 or more.

    Hi all

    I recently installed a mod for S.T.A.L.K.E.R SoC V1.004. The game won't start not even, instead, it gives me the following message:

    This application is not compatible with the operating system installed.
    Please upgrade to Windows 98SE, Windows 2000 or more.

    I'm under Win 8 64 bit. I have uninstalled and rebooted twice (both game and mod) does not.

    I have to downgrade to XP to be able to play this awesome mod, he ran on this platform with the same configuration before, why he now rejects it know not only the people at Ms.

    Please help if possible

    Thank you very much

    Pierre Viljoen

    Probably, all in all probably is a 16-bit program, and as such does not work on Windows 8.0/8.1 64 bit. In addition, the game seems to have 20 years or more. You can try running in compatibility mode, but I think that the game is dead. Hope this helps and if you need help please post and we will be happy to help you.

    The above opinion is mine and casually and does not necessarily reflect that of Microsoft, they are employees. or any other Member of this forum.

    "When we try to take anything by itself, we find it hitched to everything else in the universe"-John Muir

  • C.S. 5.5 standard is compatible with the operating system windows 7, 64 bit? Thanks for your help.

    Hello

    I check wether as c.s. 5.5 standard can be used with the operating system windows 7, 64-bit ?

    Thanks for your help.

    Francoisrt17

    Yes.

    Mylenium

  • Compatibility of products with the operating system?

    Hello and good day,

    I have a Compaq Presario V3500 (product name), KG609PA (product number), V3730AU (product model). Can I find out if it is compatible with the Microsoft Windows XP operating system? I can't find the drivers for this laptop for Wireless Lan, graphics driver and etc. You can help me find one if it is compatible with Windows XP. Thank you.

    1. Chipset drivers

    First install the Nvidia Chipset drivers, install first and then restart. If available, choose the option to install ONLY the drivers. Drivers- http://tinyurl.com/3ajgxy

    2 Nvidia Video drivers

    Then, install the video drivers from here - http://rapidshare.com/files/

    Reset

    3 Broadcom Wireless Drivers HERE

     

    4. updated Windows Update.

    Then go to Windows Update and install all major updates, do not install "optional software" or "drivers" again. Not SP3 again!
    Updates Windows tutorial here (if you need it).

    Reset

     

    5. audio Drivers

    This one is delicate, it is a 2 stage process. First of all, you need driver Microsoft UAA (Universal Audio Architecture) from here

    To download and install, restart.

    Then you need Conextant Audio drivers from HERE

    Unzip into a folder of your choice - remember where - then click Start > Control Panel > system > hardware > Device Manager.
    Look towards the bottom of the list for "Audio device on Bus HD", right-click on it and select "update driver".
    When he wants to go online to find a driver - no.
    Select "Install from a list or specific location".
    and
    "Don't search, I will choose the driver to install".
    In the common hardware types list, scroll down and select the sound, video and game controllers.
    Remove control "Show compatible hardware" and click on 'disk '.
    Next... Navigate to the folder of driver, you have unzipped and click on the 'WiSVHe5.inf' file Ignore the complaint XPs and select "install Anyway".

    Restart. You should now have sound.

    6 HP Quick Launch HERE

    7. everything else

    Your page of Vista drivers will work under XP for Alps Touchpad, Conexant Modem, Cyberlink Ricoh card reader you Cam Software, software Lightscribe HERE

  • problem with the operating system 64-bit client

    Hi, I'm having a problem installing of operating, including windows server 2008 R2 64-bit 64-bit, but even other OS gives the same error

    I tried with vmware workstation 6.5.1 and 7.1.0 from the VW console and check utility also said, that the host is NOT capable of running a 64-bit under this product vmware host.

    My guest operating system is windows XP Professional SP3 32-bit

    the processor is an Intel Core 2 E8400 3 GHz and the support for virtualization is enabled in the bios I looked into it and ran the securable application, he said: "Hardware Virtualization locked IT.

    What could be the problem?

    The VT in the bios was already activated, in any case I turned off the PC too.

    I checked today with the Intel Processor Identification Utility and it says for Intel virtualization technology: No. cannot know what is missing.

    This looks like a buggy BIOS. What system using (name of seller/model). Looking for an update of the firmware on the suppliers Web site.

    André

  • search with the keyword in the title of the album - showing not

    When I got iPhotos / before I upgraded to El Capitan, voluntarily I named a couple of albums with the same word so I can see them all together in the search for this word.  Now, when I do a search, a list of all albums showing on the right.  The photos are not displayed.  Is it possible to view the photos instead of just the titles of the album?  Thank you.

    Now, when I do a search, a list of all albums showing on the right.

    You can click on the albums in the list to open them one by one. But research will not display the photos in the album. You will need to add the keyword to the individual photos in the album to show the photos in the list.

  • Satellite A100 - problem with the operation of the battery

    Hello!

    My laptop (I bought 1.5 years ago) has a big problem when you use with the battery.
    First of all, with a fully charged battery, the notification of "limited battery status" appears after 2 minutes of operation and after 5 minutes, he goes to the standby mode due to the level of the battery is very low.

    Then, I plug it into the AC power and the battery remains yellow for about 15 minutes light and then turns blue.
    (The battery is OK, I tested it on another satellite A100)

    What can be the problem?

    Thanks in advance!

    Maria

    Given that you have tested the battery in another satellite A100, the problem must be in the settings of your computer:

    1 > START > CONTROL PANEL > POWER SELECT THE OPTIONS ICON

    2 > you will now see a screen that shows your management food and note * one * has a tick that is a small point in a circle:

    3 > BALANCED > POWER SAVER > HIGH PERFORMANCE

    4 > THE PLAN OF POWER > CLICK ON CHANGE PLAN SETTINGS > WILL DISPLAY A SCREEN SHOWING YOUR PLAN!

    5 > GO TO > * CLICK * WHERE IT SAYS CHANGE ADVANCED POWER SETTINGS

    6 > IF YOU SCROLL THE BAR TO THE * SIGN + > BATTERY-CLICK * THE * SIGN.

    7 > YOU SHOULD HAVE: you will need to have play with these settings, or you can click on restore plan defaults to see if that will solve your problem

    Notes by clicking on the * + plus SIGN next to tany of these options below will allow you to change what event happens on your computer.

    + CRITICAL BATTERY ACTION

    + LOW BATTERY LEVEL

    + CRITICAL BATTERY LEVEL

    + LOW BATTERY NOTIFICATION

    + BATTERY LOW ACTION

  • Why the books are grouped and preinstalled with the operating system?

    It's complaints

    My Portege has Windwosw Vista. I didn't want to buy Vista, but they were only selling with him and no other choice was possible to purchase.

    First of all, my laptop had problems to install Windows updates. I could not connect my institution's Internet System. I had to reinstall the system again.
    It's a waste of time!

    After re-installation of the button for the sound on the outside Panel does not work correctly.

    Also, when I try to stop the laptop sometimes it restarts itself - he doesn't stop!

    Secondly, I had a problem with the laptop, when an opportunity to visit a well-known site, it serves to block itself.
    Once, when he is blocked, I had to restart and its screen remained black. They took for repair. It was delivered later - repaired, but with a defect on the screen!
    What a... workers!

    When I bought this laptop he had an offer with the update of Vista with Windows 7 after their release.
    Wonderful. But just note, Toshiba has the highest price of the offer, compared to its competitors - 30 (or £) against 15 for others, which of course I'm not going to pay.

    I already paid for Vista, which is incredible, and I knew, but I had not choice not to buy!

    All right, so there is still competition in the market, several possibilities are present - install Windows cracked, switch to Linux or just buy an Apple!

    Please, take this comment seriously! And please, stop with group buying, no matter what the benefit is. It won't work for long.

    Hi mate

    Fact is that most of the laptop manufacturers sell the computer and laptop computer with a preinstalled operating system. So I wouldn't blame Toshiba or other brands for which

    You get a new computer/laptop with a new OS.
    During the past 20 years, Microsoft released 3.0 Win, Win 95, Win 98, Win NT, W2k, Win XP, Win ME, Vista and Win 7, I remember that all my computers or laptops were grouped with these operating systems

    Toshiba offers the notebook with a clean image and you can also create a recovery disk (so don t need to buy anything if you need t n)
    Of course, each of us can install a clean OS, but there are a lot of people who are happy with such image pre-installed because everything is pre-installed and configured.

    Many people have no knowledge of computer wide and are really recognizing that everything is pre-installed and the configuration does not have a lot of time

    With regard to the question of the laptop;
    What to say; you had a bad luck that something was wrong with the laptop. This can still happen that my new LCD TV other manufacturer, was dead after two weeks, I called ASP, then replaced the screen now is ok

  • How to do a search with the value of the results being a hyperlink?

    Hi all

    I I created two tables, the table, one is a short version of the table 2 with the options from the drop-down list so that only the information you want are pulled up. so all my search formulas work to pre fill the columns following except where I'm doing the shoot hyperlinks table two as the results (values). I do what I've done for all the other search values (search for) (search - where) (results values) but I either get a sign of error or I get an empty cell. According to all other forms of research simply do not hyperlinks as results-values work... Please help. Thanks to anyone in advance!

    the LIEN_HYPERTEXTE function in numbers is described as follows:

    The LIEN_HYPERTEXTE function creates a clickable link that opens a Web page or a new e-mail message.

    • Hyperlink (url, link-text)
      • URL: a standard universal resource locator. URL is a string value which must contain a string correctly formatted Universal Resource Locator.
      • text link: an optional string value that specifies the text that appears as a clickable link in the cell. If the link text is omitted, the url is used as link text.

    As you can see, you can reference a page web (the URL may have on your local file system) or e-mail.  Maybe post an example of what you have will help us help you

  • How to analyze and clean errors and/or corrupted files that interfere with the operation of the computer

    I have problems with the slow startup and shutdown and the appearance of the desktop with icons of different size with occasional erratic behavior and unexpected reboots which lead me to believe that I probably have a few errors or corrupted files.

    The system is a gateway E6100 recently updated from XP to Vista Home Premium with upgrade software.

    Is there a software out there that I can use to clean the entire system?

    Hello

    What antivirus/antispyware/security products do you have on the machine? Be one you have NEVER
    on this machine, including those you have uninstalled (they leave leftovers behind which can cause
    strange problems).

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

    Follow these steps:

    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

    Also run CheckDisk, so we cannot exclude as much as possible of the corruption.

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

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

    After the foregoing:

    How to troubleshoot a problem by performing a clean boot in Windows Vista
    http://support.Microsoft.com/kb/929135
    How to troubleshoot performance issues in Windows Vista
    http://support.Microsoft.com/kb/950685

    Optimize the performance of Microsoft Windows Vista
    http://support.Microsoft.com/kb/959062
    To see everything that is in charge of startup - wait a few minutes with nothing to do - then right-click
    Taskbar - the Task Manager process - take a look at stored by - Services - this is a quick way
    reference (if you have a small box at the bottom left - show for all users, then check that).

    How to check and change Vista startup programs
    http://www.Vistax64.com/tutorials/79612-startup-programs-enable-disable.html

    A quick check to see that load method 2 is - using MSCONFIG then put a list of
    those here.
    --------------------------------------------------------------------

    Tools that should help you:

    Process Explorer - free - find out which files, key of registry and other objects processes have opened.
    What DLLs they have loaded and more. This exceptionally effective utility will show you even who has
    each process.
    http://TechNet.Microsoft.com/en-us/Sysinternals/bb896653.aspx

    Autoruns - free - see what programs are configured to start automatically when you start your system
    and you log in. Autoruns also shows you the full list of registry and file locations where applications can
    Configure auto-start settings.
    http://TechNet.Microsoft.com/en-us/sysinternals/bb963902.aspx
    Process Monitor - Free - monitor the system files, registry, process, thread and DLL real-time activity.
    http://TechNet.Microsoft.com/en-us/Sysinternals/bb896645.aspx

    There are many excellent free tools from Sysinternals
    http://TechNet.Microsoft.com/en-us/Sysinternals/default.aspx

    -Free - WhatsInStartUP this utility displays the list of all applications that are loaded automatically
    When Windows starts. For each request, the following information is displayed: Type of startup (registry/Startup folder), Command - Line String, the product name, Version of the file, the name of the company;
    Location in the registry or the file system and more. It allows you to easily disable or remove unwanted
    a program that runs in your Windows startup.
    http://www.NirSoft.NET/utils/what_run_in_startup.html

    There are many excellent free tools to NirSoft
    http://www.NirSoft.NET/utils/index.html

    Window Watcher - free - do you know what is running on your computer? Maybe not. The window
    Watcher says it all, reporting of any window created by running programs, if the window
    is visible or not.
    http://www.KarenWare.com/PowerTools/ptwinwatch.asp

    Many excellent free tools and an excellent newsletter at Karenware
    http://www.KarenWare.com/

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

    Vista and Windows 7 updated drivers love then here's how update the most important.

    This is my generic how updates of appropriate driver:

    This utility, it is easy see which versions are loaded:

    -Free - DriverView utility displays the list of all device drivers currently loaded on your system.
    For each driver in the list, additional useful information is displayed: load address of the driver,
    Description, version, product name, company that created the driver and more.
    http://www.NirSoft.NET/utils/DriverView.html

    For drivers, visit manufacturer of emergency system and of the manufacturer of the device that are the most common.
    Control Panel - device - Graphics Manager - note the brand and complete model
    your video card - double - tab of the driver - write version information. Now, click on update
    Driver (this can do nothing as MS is far behind the certification of drivers) - then right-click.
    Uninstall - REBOOT it will refresh the driver stack.

    Repeat this for network - card (NIC), Wifi network, sound, mouse, and keyboard if 3rd party
    with their own software and drivers and all other main drivers that you have.

    Now in the system manufacturer (Dell, HP, Toshiba as examples) site (in a restaurant), peripheral
    Site of the manufacturer (Realtek, Intel, Nvidia, ATI, for example) and get their latest versions. (Look for
    BIOS, Chipset and software updates on the site of the manufacturer of the system here.)

    Download - SAVE - go to where you put them - right click - RUN AD ADMIN - REBOOT after
    each installation.

    Always check in the Device Manager - drivers tab to be sure the version you actually install
    presents itself. This is because some restore drivers before the most recent is installed (sound card drivers
    in particular that) so to install a driver - reboot - check that it is installed and repeat as
    necessary.

    Repeat to the manufacturers - BTW in the DO NOT RUN THEIR SCANNER device - check
    manually by model.

    Look at the sites of the manufacturer for drivers - and the manufacturer of the device manually.
    http://pcsupport.about.com/od/driverssupport/HT/driverdlmfgr.htm

    How to install a device driver in Vista Device Manager
    http://www.Vistax64.com/tutorials/193584-Device-Manager-install-driver.html

    If you update the drivers manually, then it's a good idea to disable the facilities of driver under Windows
    Updates, that leaves about Windows updates but it will not install the drivers that will be generally
    older and cause problems. If updates offers a new driver and then HIDE it (right click on it), then
    get new manually if you wish.

    How to disable automatic driver Installation in Windows Vista - drivers
    http://www.AddictiveTips.com/Windows-Tips/how-to-disable-automatic-driver-installation-in-Windows-Vista/
    http://TechNet.Microsoft.com/en-us/library/cc730606 (WS.10) .aspx

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

    Refer to these discussions because many more excellent advice however don't forget to check your antivirus
    programs, the main drivers and BIOS update and also solve the problems with the cleanboot method
    first.

    Problems with the overall speed of the system and performance
    http://support.Microsoft.com/GP/slow_windows_performance/en-us

    Performance and Maintenance Tips
    http://social.answers.Microsoft.com/forums/en-us/w7performance/thread/19e5d6c3-BF07-49ac-a2fa-6718c988f125

    Explorer Windows stopped working
    http://social.answers.Microsoft.com/forums/en-us/w7performance/thread/6ab02526-5071-4DCC-895F-d90202bad8b3

    Hope these helps.

    Rob Brown - MS MVP - Windows Desktop Experience: Bike - Mark Twain said it right.

  • Background operation interferes with the operation of the mouse.

    Hi all

    I posted what follows on the Windows Update area, but has been achieved here.

    I am running Vista and have reformatted and reinstalled three times in the last four or five months.  Whenever I installed, the pc works fine for a while then after a windows update, I don't know which, I start getting a lot of substantive activity on my hard drive.  This activity relates the mouse so much that sometimes it won't let me move it for 10 to 20 seconds.  Even with the keyboard.

    After each reinstallation, I load Vipre, to update and run a security analysis. Can I update Vista with each patch MS listed as critical or recommended before installing other software.  Now, all that is loaded is MS Office, Adobe Web Premium, Sony Ebook Library and some printer drivers.

    Manager tasks indicates little activity, 1-3% on each of the 4 hearts.  I restarted in safe mode, just to see if it might be something that takes over and I have the same problem in safe mode.  Lock the mouse and the hard disk activity.  Again, all the security scans show nothing other than a few cookies.

    I saw in other Councils there have been problems with either Windows Update has blocked upwards or with the MS .net framework installed.

    Someone has seen this before and if yes is there a solution that doesn't require a reformat and reinstall?

    Thanks in advance,
    Eric

    Hello

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

    Start right click - Properties - tab Start - Menu button customize - check the RUN COMMAND - APPLY / OK

    Do not forget that the RUN command is not a high command so he could ask for UAC
    approval times.

    Method 3 below shows you how to put a prompt on the desktop and the Start - Menu
    very convenient.

    How to open a command prompt in Windows Vista
    http://www.Winhelponline.com/articles/158/1/how-to-open-an-elevated-command-prompt-in-Windows-Vista.html

    I hope this helps.
    Rob - bicycle - Mark Twain said it is good.

  • Fixed the pc and now problems with the operating system.

    So a few weeks ago I had replaced my motherboard fried and all the rest. Windows claimed to resurrect my computer, my copy of Windows 7 is not legitimate and does not accept my product key. Any advice on how to fix this?

    If your license of Windows 7 comes with the previous motherboard, it is not transferable to a new motherboard.

    If it is a license upgrade of retail that you bought in a store, the motherboard, you take a match it must have a previous qualification licence.

    You can also try the following:

    How to activate Windows 7 manually (activate by phone)
     
    1) click Start and in the search for box type: slui.exe 4
     
    (2) press the ENTER"" key.
     
    (3) select your "country" in the list.
     
    (4) choose the option "activate phone".
     
    (5) stay on the phone (do not select/press all options) and wait for a person to help you with the activation.
     
    (6) explain your problem clearly to the support person.
     
    http://support.Microsoft.com/kb/950929/en-us

Maybe you are looking for