Ultrasearch returns %2520 in place of spaces

Has anyone else experienced the problem where the Ultrasearch (9iAS release 2) search results have spaces replaced by the '%2520' characters?
I think this is what is happening...
1) Ultrasearch crawls a file source and stores the URLs in an encoded format (e.g. all ' ' have been replaced with '%20').
2) You perform a query and the result URLs are encoded once again, thus converting the '%' in '%20' to '%25'...and giving you a bad URL containing the string '%2520'.
Any help on this would be greately appreciated.
Chris

If anyone else is having this problem...it's a bug. I've received a patch that gets rid of the '25' in
'%2520', but now it turns out that Oracle JVM cannot handle '%20' in the URL.

Similar Messages

  • Mail sends question marks in place of spaces?

    My e-mails intermittently are received on PC's with question marks in place of spaces I typed. When I send myself test e-mails everything looks fine. What gives?
    Winks
    Mac Mini   Mac OS X (10.4.4)  

    Answered
    Great post man!
    This isssue has not been answered at all. All we have is kludgy work arounds.
    Either way, you should have the common courtesy to post a link to the thread that you think has answered the question. Otherwise your post is useless.

  • #'s are coming in the place of space in the PO Print preview

    Hi  All ,
    #'s are coming in the place of space in the PO print preview .I am creating the PO from SRM system . When I type item text manullay in SRM system # 's are coming in the place of space and When I copy & paste #'s are not coming in the po line item text . I am printing in the smartform from the field ekp0-txz01 . Could any one know how to solve the issue . Please let me know .
    I have searched the post in SDN and I have asked our basis team .Finally I am posting the issue in SDN .
    Original :  TEST DEFECT 6667777 KK
    Current :  TEST#DEFECT#6667777#KK
    Regards
    Srihari

    Hi,
    is a placeholder for non printable signs such as horizontal tabs and many others.
    Please check the hex content of the text in debug mode. There should be no spaces there.
    Regards,
    Klaus

  • Carriage returns are replaced by blank space in SOAP message.

    Hi,
    i am using SOAP request based website. i am using the weblogic webservices. when we sent any SOAP request to the server, if the SOAP xml message contains any carriage returns(new lines) are replaced by a single balnk space.
    i have a requirement where user can enter details in multiple lines. but by the time when it readched server, the SOAP xml message has changed. all the carriage returns are repalced by a blank space.
    Can you please help how to solve this issue.
    Thanks
    subba.

    What are your trying to accomplish?
    I'm thinking you are trying to get a several 'fields' together as a single 'string'. In which case I'd simply concat the fields together like
    SELECT a, b||' '||c ...
    to create a single string with "contents of b space contents of c"
    If you are trying to get one hundred and one blanks, of make a field 101 characters wide with blank padding, then you want to look in the SQL Reference manual for things like lpad, rpad and trim.

  • B1 Query returning truncated decimal places when the CASE statement is used

    Hi All,
    Perhaps this is a friday thing.
    In B1 the price setting is for 5 decimal places. I have a query the run a business process looking at the data in the Special Prices Tables. When I run the Query in SQL, the output show the correct number of decimal places. However, when the Query is then  saved and run in B1, the output is truncated to 2 decimal places. Any ideas as to how I can prevent this for happening?
    T0: Points to teh OSPP Table
    T1: Points to the OSP1 Table
    The portion of the query causing the issue is as follows:
    case
       when (T1.price is not null) then
             T1.price
       else
           T0.price
    end

    Hi Earl
    Seems you are right, I have tested with a few different formats and each time get a 2 decimal result. In SQL help I found the following which may explain why:
    Result Types
    Returns the highest precedence type from the set of types in result_expressions and the optional else_result_expression. For more information, see Data Type Precedence (Transact-SQL).
    Even tried it in SQL with a stored procedure storing to a temp table and it shows the full decimals, but executing the SP in SAP Business One results in 2 decimals again.
    This is indeed a strange occurrence and I a not sure how you are going to solve it! You can use NVARCHAR for example except that it right aligns the values returned, but at least it doesn't drop the decimals.
    Kind regards
    Peter Juby

  • Comma appears in place of space

    When I create a sentence, a comma appears in place of the space as I type, especially if I type quickly.
    I think this also happens in other iPad apps.
    Is there some settings change I can make that can solve this problem?

    A lot more information about your hardware and software is needed.
    BOILERPLATE TEXT:
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CC", but something like CC2014.v.2.2) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    a screen shot of your settings or of the image could be very helpful too,
    etc.,
    someone may be able to help you (not necessarily this poster, who is not a Windows user).
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • How to get 0's in place of Spaces.

    Hi All,
         In The Report How to get 0,s in palce of Spaces. plz help me.
    Thanks in Advance.

    Using VBA (workbook) it is possible to replace blank with 0.
    To achive this in bex:
    Create a new formula =  (KF==0)*0 + KF
    This returns 0 if KF is blank or 0 and returns KF values as it is if KF is not blank or zero.
    and hide original KF.
    Message was edited by:
            Murali

  • SQL cast statement to return 3 decimal places in AR invoice fields

    My statement is:
    SELECT CAST ($[$38.58.NUMBER] AS NUMERIC(19,6)) * CAST ($[$38.U_PriceKG.NUMBER] AS NUMERIC(19,6))       /  CAST ($[$38.11.0] AS NUMERIC(19,6)),3)
    This statement returns 3 decimals which is correct.  The issue is the 3 rd decimal is always 0 instead of the correct result.  Example if result should be 98.784  the query returns 98.780
    What can be changed in the syntax to allow return of the exact result.
    I am working in AR invoice.  Th U_PriceKG field is a UDF defined as price.  General settings display price as 3 decimals. 
    Any suggestions would be greatly appreciated
    Edited by: Charlotte Sicard on Jan 20, 2010 10:50 PM

    Hello,
    Check you decimal settings.
    SELECT CAST ([$38.58.NUMBER] AS NUMERIC(19,6)) * CAST ([U_PriceKG.NUMBER ]AS NUMERIC(19,6)) / CAST ([$38.11.0] AS NUMERIC(19,6)),3)
    The SBO will display the result of your query depending on the UDF type you have set up, and will display the decimal values based on decimal settings  in General Settings \ Display tab.
    Regards,
    J.

  • Sql Function to return 2 decimal places

    Hi,
    Can you please tell me how can i convert any integers to 2 decimal places using sql.
    for e.g 124 to 124.00
    150.2698 to 150.27
    12.3 to 12.30
    Thanks,
    Parvez

    Like this:
    SQL> with t as
      select 124 n from dual union all
      select 150.2698 from dual union all
      select 12.3 from dual
    select n, to_char(n,'9999.00') n_new from t
             N N_NEW  
           124   124.00
      150.2698   150.27
          12.3    12.30
    3 rows selected.?

  • Keynote SEND TO and EXPORT returns error message re: problem/space

    When I attempt to either "Send To" or "Export" a recorded Keynote presentation, I receive the error:
    "Your slideshow can't be exported as a movie for an iPod There’s not enough disk space, or there was a problem with the movie file."
    I attempted: Send to iWeb, Send to iTunes. I also attempted to export to Quicktime.
    My system: MacBook Pro 17" 2.16 approx. 10GB free space
    The lecture is just under 60 minutes in duration. No slide transitions or effects (just straight slide, slide, slide).
    Hopefully someone has a fix so that I can record my presentations and send them into iWeb for my students. When I attempted an export to YouTube, Keynote became unresponsive and I had to force-quit and lost this lecture's recording.

    Check the other two posts on this issue as well. We are all clearly having the same problem.
    http://discussions.apple.com/thread.jspa?threadID=1561630&tstart=0
    http://discussions.apple.com/thread.jspa?threadID=1571025&tstart=0
    Having worked in Software QA for quite a few years (including at Apple), I am stunned this one got by. The only explanation would be that there is not a standard protocol for compatibility testing when things like Quicktime get an update. Looks like it's time for a new protocol!
    R

  • Problem Returning to Same Place in Audio Books

    I listed to audio books driving to work. I always pause/stop my Ipod when I leave the car so that I can return to the same spot in the book. Sometimes when I return to my car at the end of the day, the Ipod does not remeber where I stopped or even what book I was listening to. However, it does not always have this problem. How can I make sure my Ipod always rembers where I left off in the audio book? Thanks
    IPod Video   Windows XP  

    Thanks for the effort. What you found turns audio shows into audiobooks, so that the book marking works on the Ipod. The problem I have is that I am listening to audioBooks but for some reason my Ipod does not always remember the bookmark. I think it could be a battery problem. My Ipod seems to running the battery down, even if I hit stop and leave the Ipod.

  • Database adapter not returning error immediately in table space error.

    Hi,
    In my BPEL process I have an invoke activity to call Database adapter for a PL/SQL procedure invocation.
    The adapter received TABLESPACE error. The wiered thing is the error response we got after 3 hours? I am expecting immediately.
    How do I need to configure this?
    Here is more about my process.
    My BPEL process is an asynchronous process. Before and after the database adapter call I have a java embeded activity with checkpoint();
    retryIntervalValue is 60.
    Is there any thing I have to specify? Why it is taking 3 hours? is there a way to reduce this?
    -- Khaleel

    Hi. Is this still a problem or is it solved? As far as I know how BPEL works this can not really take 3 hours before erroring. You are the one that knows the application best so you can check some things. Maybe the time reported is from the database machine on which time is set different from BPEL machine? What database are you using? Is it Oracle? I guess so. What version? I assume the BPEL repository is in different database from DB Adapter? Can you confirm that checkpoint() is really done? What error is exactly thrown from DB Adapter? How does your BPEL process start? Is it adapter-driven and is the process XA-Transacted? In that case the whole process could be in retry for a longer period of time.
    Regards,
    Jos Baan

  • Keep white spaces and carriage returns?

    I'm viewing a column -VARCHAR2(4000)- in a standard report column.
    The column value contains white spaces and carriage returns.
    I put "white-space:pre;" in CSS Style, but it still skips carriage returns...
    What can I do to view white spaces and carriage returns?
    I'm using apex 3.0 and IE 7.
    Saad.

    I'm using apex 3.0 and IE 7.There's your problem...
    IE6 (and, since there don't seem to be any docs saying anything different, presumably IE7) don't support white-space: pre in quirks mode. Don't ask me why - probably in one of MS efforts to "not break the web".
    All the APEX built-in templates are rendered in quirks mode as they don't supply complete DOCTYPEs. If you are using a standard APEX template or a custom template without a complete DOCTYPE declaration you are probably seeing this quirks behaviour.
    It looks like this will change in IE8.

  • How can I add an extra space whenever I hit Return?

    I'd like to add a space or half space whenever I hit Return. I'm working on a manuscript and would like to format the final version with this style implementation.
    Thanks for any help!
    edwinsail

    Hi Edwin,
    When you say "add a space or half space whenever I hit return," are you talking about the same result as pressing return, then press ing the space bar, or (more likely), do you mean a vertical space?
    If you're speaking of a vertical space, most curent word processing applications, including Pages will let you specify the "space after paragraph." Here's an example, First with "space after paragraph" set at zero:
    Then the same text with "space after paragraph set at 5 points. (The type is Times 12 point):
    May I suggest some reading?
    Check your local library or bookstore for a copy of Robin Williams's book, The Mac is not a Typewriter. Originally written in 1990, with a second edition in 2003, it's garnered praise from hundreds of thousands of Mac users (really) who've bought and read it since then.
    Regards,
    Barry
    The disclaimer: I have no connection with Ms Williams, her publishers, or booksellers who sell copies of her books. I stand to receive no monetary benefit from this recommendation.

  • Storage Spaces: Virtual Disk taken offline during file copy, marked as "This disk is offline because it is out of capacity", but plenty of free space

    Server 2012 RC. I'm using Storage Spaces, with two virtual disks across 23 underlying physical disks.
    * First virtual disk is fixed provisioning, parity across 23 physical disks: 10,024GB capacity
    * Second virtual disk is fixed provisioning, parity across the remaining space on 6 of the same physical disks: 652GB capacity
    These have been configured as dynamic disks, with an NTFS volume spanned across the two (larger virtual disk first). Total volume size 10,676GB. For more details of the hardware, and why the configuration is like this, see: http://social.technet.microsoft.com/Forums/en-US/winserver8gen/thread/c35ff156-01a8-456a-9190-04c7bcfc048e
    I'm copying several TB from a network share to this volume. It is very slow at ~12MB/sec, but works. However, three times so far, several hours in to the file copy and with plenty of free space remaining, the 10,024GB virtual disk is suddenly taken offline.
    This obviously then fails the spanned volume and stops the file copy.
    The second time, I took screenshots, below. The disk (Disk27) is marked offline due to "This disk is offline because it is out of capacity". And the disk in the spanned volume is marked as missing (which is what you would expect when one of its member disks
    is offline).
    I can then mark the disk (Disk27) back online again, and this restores the spanned volume. I can then re-start the file copy from where it failed. There doesn't appear to be any data loss, but it does cause an outage that requires manual attention. As you
    can see, there is plenty of space left on the spanned volume.
    Each time this has happened, there are a few event 150 errors in the System event log: "Disk 27 has reached a logical block provisioning permanent resource exhaustion condition.". Source: Disk.
    - <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    - <System>
      <Provider Name="disk" /> 
      <EventID Qualifiers="49156">150</EventID> 
      <Level>2</Level> 
      <Task>0</Task> 
      <Keywords>0x80000000000000</Keywords> 
      <TimeCreated SystemTime="2012-06-07T11:24:53.572101500Z" /> 
      <EventRecordID>14476</EventRecordID> 
      <Channel>System</Channel> 
      <Computer>Trounce-Server2.trounce.corp</Computer> 
      <Security /> 
      </System>
    - <EventData>
      <Data>\Device\Harddisk27\DR27</Data> 
      <Data>27</Data> 
      <Binary>000000000200300000000000960004C0000000000000000000000000000000000000000000000000</Binary> 
      </EventData>
      </Event>
    This error seems to be related to thin provisioning of disks. I found this:
    http://msdn.microsoft.com/en-us/library/windows/desktop/hh848068(v=vs.85).aspx. But both these Virtual Disks are configured as Fixed, not Thin provisioning, so it shouldn't apply.
    My thoughts: the virtual disk should not spuriously go offline during a file copy, even if it was out of space. And in any case, there is plenty of free space remaining. Also, I don't understand the reason for why it is marked as offline ("This disk is offline
    because it is out of capacity"). Why would a disk go offline because it was out of thin capacity, rather than just returning an "out of disk space" error while keeping it online.

    Interesting Thread, I've been having the same issue. I had a failed hardware RAID that was impossible to recover in place, so after being forced to do a 1:1 backup, I find myself with 5 2TB hard drives to play with. Storage Spaces seemed like an interesting
    way to go until I started facing the issues we share.
    So my configuration is A VM Running Windows Server 2012 RC with 5 Virtualized Physical drives using a SCSI interface, 2TB in size that make up my storage pool. A Single Thinly provisioned Disk of 18 TB (using 1 disk for parity)
    Interestly enough, write speed has not been an issue on this machine (30~70MB/s, up from 256k on the beta) 
    Of note to me is this error in my event log 13 minutes before the drive disappeared:
    "The shadow copies of volume E: were deleted because the shadow copy storage could not grow in time.Consider reducing the IO load on the system or choose a shadow copy storage volume that is not being shadow copied."Source: volsnap, Event ID: 25, Level: Error
    followed by:
    "The system failed to flush data to the transaction log. Corruption may occur in VolumeId: E:, DeviceName: \Device\HarddiskVolume17.(The physical resources of  this disk have been exhausted.)"Source: Ntfs (Microsoft-Windows-Ntfs), Event ID: 140, Level: Warning
    I figure the amount of space available to me before I start encountering physical limits is in the vicinity of about 7TB. It dropped out for the second time at 184 GB.
    FYI, the number of columns created for me is 5
    Regards,
    Steven Blom

Maybe you are looking for

  • Print Header in Crystal Report.

    Hi All, I have a requirement that while viewing the report in excel(from CMC or any scheduling tool),the footer should only be displayed at the end of the excel/PDF report but when being printed the footer should be repeated on every new page. Now it

  • Ical 5.0.3

    Any reason why Apple would "upgrade" a perfectly reasonable aesthetic for ical with one with a "vintage" look and at the same time diminish its functionality? My point: it seems that in "month" view, one cannot have a small side bar with previous mon

  • Im looking for a good budget/bills app?

    i just need a great budge app...put in all my monthly bills/expenses and maybe forecast me to see how long to pay off or if i choose to x number of months ..how to budget myself for that...also maybe a bill tracker feature..help..thanks

  • Raid 0 Failure! XP Pro won't read array on MSI k7T266 pro2 *URGE

    Before anything else, thanks for reading and I hope you can help: I have an MSI k7T266 Pro2A-RU motherboard with 512MB of Mushkin RAM, AMD XP 1600+, a Geforce2 MX400, Audigy Soundcard and a cheap PCI NIC card.  I consider myself an above average tech

  • Photoshop CS4 file associations (Vista) - fix

    --Only tried on Windows Vista - For those who upgraded from Photoshop CS3 to CS4 and lost the ability to associate Photoshop with specific file extensions (like .jpg) because it didn't show up in the "Openwith" list.  You might want to try this fix: