10G Reports Hyperlink has strange characters after domain address

To all,
I have a 10G Report that uses a BeforeParamForm trigger to build a parameter called "START_URL".
When the BeforeParamForm trigger ends the parameter START_URL contains the value:
http://SEPAP33:80/reports/rwservlet?omst1
I am using this parameter so that I don't have to hard-code the domain address on the Hyperlink line of the field property.
On the Paper Layout I have a Field called 'Premise' that has the Hyperlink property filled in as:
:start_url+report=e:/apps/oms/premise_outage_detail.rdf+desformat=pdf+paramform=no+p_sdate=&sdate+p_edate=&edate+p_premise=&premise_id
When the report executes it should set the Hyperlink line to look like this: http://SEPAP33:80/reports/rwservlet/?omst1
report=e:/apps/oms/premise_outage_detail.rdfdesformat=pdf+paramform=no+p_sdate=01-jan-07+p_edate=01-aug-2007+p_premise=97
Unfortunately when the report runs the first section looks like this:
http://SEPAP33:80/reports/rwservlet/getfile/HWnZXZIgVBOPS/RLkg==/+report=...(the rest is correct)
Does anybody know what is causing this Hyperlink to be built improperly with "getfile/HWnZXZIgVBOPS/RLkg==" in there? I have used SRW.MESSAGE to output the :Start_URL and it is correct.
I have also tried using SRW.set_hyperlink in the format trigger. The wrong URL value also comes up this way.
Thanks,
Troy

Hello,
The URL :
http://SEPAP33:80/reports/rwservlet/getfile/HWnZXZIgVBOPS/RLkg==/
is a typical URL added by the Reports servlet in the BASE HREF tag.
Regards

Similar Messages

  • Oracle Enteprise manager 11g has stopped working after domain change

    We are currently running Oracle 11g on our environment. It was working fine until the domain change. how can i reconfigure oracle such that it can work on the new domain without uninstalling. Oracle runs on morethan eight production VM Windows 20008 R2 servers.
    Url https://pmbwtpls101.inter.noncore.local:1158/em new Domain inter.transnet.net
    Above is our EM url which no longer works after domain switch to inter.transnet.net.
    Your assistance on this matter is highly appreciated.

    Hi,
    You can reconfigure the EM check this link, will help you
    EMCA Troubleshooting Tips

  • Strange characters after publishing website

    Hello,
    After publishing my website I get strange character on my pages: e.g. auto's is modified to auto’s.
    or Wp/m² is published as Wp/m².
    How can I publish without these  ’ characters ?
    Thanks,
    Hubert

    That's caused by the server set to force the wrong encoding. See Tom's response in this topic: http://discussions.apple.com/thread.jspa?messageID=9308300&#9308300
    OT

  • Report printing in Greek characters after changing Font

    Hi All,
    We had a bunch of reports created in 'Courier New' font whose output type is PDF. The users wanted the reports to print in 'Arial' font. When I changed the same from Courier New to Arial and ran the report , the report is printing in Greek characters instead of English. I initially thought that it prints in Greek may be because of insufficient space or something for the text fields but there seems to be sufficient spaces to print characters. I tried reducing the size and still the reports prints in Greek in lower size.
    Can anyone let me know how to get rid of this?
    Thanks,
    Srini.

    See if the solution in the following thread applies to you:
    Problem converting font to .afm using ttf2pt1

  • Phone now has strange ringtone after fault fix

    Hi,
    A few days ago i reported to BT about having noise on the line, particularly bad in the morning - early afternoon and a day or so later got a call from a BT engineer saying they had found a fault at the exchange and now it was fixed, noise had indeed gone!
    However now the phone ringtone has changed - first ring is normal then the tone seems to get distorted and extended in length.
    Is there still a fault with the line?
    Thanks

    Hi
    It does sound like there could still be a fault on your line, have you tried a known working phone in the test point of your main socket?
    (If I have helped you in any way to say "Thank You" please click on the star next to the message. Thank You)
    If I have solved your Issue please click the "Mark as accepted solution" button.

  • Strange characters on report from field overrun

    We have a report, created with Cystal Reports 10, that is now giving us an issue. It is displayed via web browser.
    When displayed using Crystal Enterprise 10, it looks fine. But when displayed with CR XI r2 JRC, we get strange characters after the field when the field on the report is overrun. The field on the report is not formatted wide enough for all data but this has not been an issue in the past, the overrun just displayed fine.
    The display we are getting looks like:
    For short data we get:
    *TEST
    For longer data (overrun) we get:
    *TEST1瀲瀀猀
    That should have displayed *TEST12.
    I think I can get around this by formatting the field wider (I have not tried it yet) but we wanted to know if this was a known issue with a root cause / fix.

    - The report is only generated and viewed via the web browser. A web screen takes criteria for the report data, does an SQL call to pull the data into a report table, and then calls the CR report viewer to display the data.
    - JRC is the java Runtime Component. In CR XI, a package is supplied to install as part of the web server for doing the web report viewing withut having to install CR Enterprise.
    - The original .rpt file, the report template, does not have the characters in it nor do they show up in Crystal Reports in any way that I have found to try to test.
    - With using the JRC, there is no CE10 database. As noted above, CR Enterprise is not installed. As for the database that contains the report data table, it is MS SQL Server 200 with all appropriate patches applied.
    I just tested extending the display field to well longer than the data but it did not help. The strange characters are still being displayed.

  • Strange characters in WEBI report

    Hi,
    When I run a WEBI report, i see strange characters in the cells. Pls refer to attached screen shot. The output is sometimes displaying correctly and sometimes not.
    I run the query generated by WEBI at the backend, I get the correct results.
    I tried to create a separate report with some of the columns. Even then I get these strange characters.
    Please let me know if you have anything solution on this.
    I use
    BOXI R3.1 SP5
    Cheers
    Shreyas

    Hi Shreyas,
    I was interested to see the database output so that I can see what values are coming to report.
    Does the report contain some accentuated characters like Ö,É,ć etc. or some other characters.
    As the issue is not coming with Deski and WRC then it could be an issue with the application server.
    Which application do you use? IIS or Tomcat or some other server?
    Sometimes, the application servers do not support UTF-8 encoding. In case of Tomcat, you can check the server.xml file. You can check knowledge base article on SAP portal.
    Also check if the desired font is added in fontalias.xml.
    Regards,
    Yuvraj

  • Set command to eliminate strange characters

    I have a very simple query
    set heading off;
    SPOOL on;
    SELECT GENERAL.GJBPSEQ.NEXTVAL from dual;
    COMMIT;
    EXIT;
    create a file
    oneup.dat
    I need to read this file in s shl script
    sqlplus -s  ${ID}/${PW} ${AT_SIGN}${SCRIPT_PATH}${SCRIPT_NAME} > oneup.dat
    read oneup < oneup.dat
    It seems that the file is has strange characters, it is suppose a numeric value (from the seq,GJBPSEQ)
    I know it is a command set that I can use in the sql query to make sure that I will bring just a numeric value with not strange characters..

    I'd turn off more settings if I were you:
    set heading off;
    set timing off
    set echo off
    set feedback off
    set pagesize 0
    SPOOL ./oneup.dat;
    SELECT GENERAL.GJBPSEQ.NEXTVAL from dual;
    spool off
    EXIT;
    After running it, my spool file looks simply:
    unix > more oneup.dat
             2
    so now in unix, you can cram it into a variable easy enough:
    unix > read oneup < oneup.dat
    unix > echo $oneup
    2

  • XSLT transformation format-number into strange characters

    Hi, Experts,
        When I excute following code to translate a string number DEBIT TYPE C(60) into xml, the result has strange characters.
    <xsl:value-of select="format-number(sap:if(string(number(DEBIT))!='NaN',DEBIT,0),'0.0000000000')" />
        If DEBIT is empty, the correct result should be:
    0x3000 0x2E00 (0x3000)*10       = 0.0000000000
        but actually, the result will be following in some cases:
    0x3000 0x2E00 (0x0F77)*10
        in some cases the result will be
    0x3000 0x2E00 (0x2600 0x2300 0x3000 0x3B00)*10
        What I mean in some cases, I ran the same code on different NW system. I also changed the user profile by NW menu System->User Profile->Own Data, the result won't change whether I use American Comma-Dot or European Dot-Comma.
        Can anyone give some advice on the code? Or there is some patch to solve it?
        Thanks and Regards
    Davin
    Edited by: Davin Wang on Jul 17, 2008 3:15 PM

    Hi Davin,
    do chk the condition it is not correct
    <xsl:value-of select="format-number(sap:if(string(number(DEBIT))!='NaN',DEBIT,0),'0.0000000000')" />
    do chk it
    Thanx
    Sampath

  • Strange characters in azalea barcode

    I have azalea barcode I2of5 in a crystal report 2008 sp2 report that show strange characters such as paragraph symbols in barcode image.
    See the image:
    [[http://i39.tinypic.com/eqpjbp.jpg]]
    The OS is win7 64bits
    What's wrong is going on?

    Hello,
    This is a known issue with Microsoft's GDIPlus dll, We can't fix it. Try updating your Video drivers and/or change your DPI settings, may help.
    CR - ADAPT01538982
    Only other option is to try a different True Type Barcode font, don't use the Convert to Barcode in the UI, just simply set the fields font to the TT barcode font.
    Don

  • RH adding characters after opening quotation marks

    Robohelp HTML V7
    I have just discovered that throughout my help project, RH has added characters after the occurrence of either single or double quotation marks.
    So what should read as "values" reads as "r;values" in the editor and as &rvalues" in the compiled file.
    In the editor, it also flips the opening set of quotation marks so they are facing the same way as the closing ones.
    This is an especially big problem as a lot of the help content contains examples of logical expressions where these characters look as though they belong and will confuse the heck out of the user.
    I should be able to remove them using find and replace but how do I stop it happening again?
    I have tried adding quotation marks, then closing and re-opening the project and also compiling it but I can't seem to make it happen intentionally.
    Thanks

    See item 21
    http://www.grainge.org/pages/authoring/rh7/using_rh7.htm
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Strange Chars after modify reports.sh NLS_LANG

    I had a problem when I modify NLS_LANG in reports.sh in linux. If i put NLS_LANG=PORTUGUESE_PORTUGAL.WE8MSWIN1252 my reports comes with strange some like greek characters. My database charset is WE8MSWIN1252.
    My database v$NLS_PARAMETERS are:
    NLS_DATE_LANGUAGE
    PORTUGUESE
    NLS_CHARACTERSET
    WE8MSWIN1252
    Anyone with same problem too?
    Thanks
    Joao

    Sorry,
    I forgot to mention that, I have already added 3of9 font in PPD files, by oversight i missed in my question.
    Even after adding I cannot print a report Arabic + Barcode + English character.
    I am able to print report either Arabic+English or Barcode + English and all three together NO.
    Please suggest..

  • Report previews and prints with strange characters

    I have a custom XI application which uses CCrystalReportViewer11 (C++ wrapper around ActiveX control) to preview reports. This works for hundreds of installations, but for one the text is displayed and printed with strange characters. If the customer exports the report the characters are displayed as normal. What could be wrong?

    More than likely, it's a printer driver issue. It may even be that there is no default printer driver installed. Also, see if setting a different default printer driver helps. You can also set the "No Printer" option in the report by opening it in the designer and going to the File menu and selecting "Page Setup".
    Ludek

  • Patches Apply After 10g report migration

    Hi All,
    I am migrated 10g report into 11g.After that can i install 11g patches?It will impact any report issues or ?
    It will impact means i will loss the reports.
    Thanks
    Gram

    Hi,
    There won't be any issue patch will fixes bugs only it wont affect existing report
    Thanks
    Deva

  • 10g Report not running from Forms if called thru paramform on other domain

    Hi...
    I'm using Dev10g Rel.2....If I call a report with paramform=no and pass it a value from forms then report runs well. but if I call report thru parameter form and pass value from parameter form the report doesn't run with error:
    The webpage cannot be displayed.
    Interesting fact is that If I call the report from a client on same domain as that of Application Server then it runs even thru paramform. I've also entered the application server I.P and name on other domain's client but no way. Can u guess whats the problem there???

    It sounds like a Firewall permissions issue to me. You might want to have your Firewall admin watch the firewall as you run your form to see if the packets are getting intercepted and blocked.
    Hope this helps,
    Craig
    If a response is helpful or correct, please mark it accordingly.

Maybe you are looking for