OBIEE 11.1.1.6.2 Go Url pass filter with latin characters

Hi all,
I'm facing the following situation with obiee go url. It seems that obiee does not accept column names with latin characters (in this example the column name "Instalação"). The report simple ignores the filter and shows the output.
I tried with another column without special characters and filter works correctly.
Here is the example:
http://localhost:9704/analytics/saw.dll?Go&Path=/Shared/Temp/Instalações&NQUser=weblogic&NQPassword=welcome&Action=Navigate&P0=1&P1=eq&P2=Contador.Instalação&P3=1+TESTE
I also tryied the following with no sucess
http://localhost:9704/analytics/saw.dll?Go&Path=/Shared/Temp/Instalações&NQUser=weblogic&NQPassword=welcome&Action=Navigate&P0=1&P1=eq&P2=Contador."Instalação"&P3=1+TESTE
Can anyone help me?

Hi Srini
The file localechraractersetlist.xml already has the setting <characterSet name="utf-8" />
My localecharactersetlists.xml looks like this.
<?xml version="1.0" encoding="utf-8" ?>
<!-- Preferred Character Sets for Languages and/or locales. -->
<!-- Contents of this file are Copyright (C) 2001-2003 by Siebel Software, inc.
and may not be in anyway used for any other product or purpose other than those
of nQuire Software, inc. So there. -->
<!-- Use the "language" attribute when referring to a group of locales (en, az, be)
and the "locale" attribute when referring to a specific locale (en-US, fr-CA, cn-TW) -->
<!-- The "title" attribute is for readability purposes only -->
<!-- Character sets are listed in order of preference. -->
<!-- Each character set label must be present in the "CharacterSetDefinitions.xml" file -->
<sawl:localeCharacterSetLists xmlns:sawl="com.siebel.analytics.web.locale/v1" xmlns="com.siebel.analytics.web.locale/v1">
<characterSetList name="locale:ar" title="Arabic">
     <characterSet name="utf-8" />
     <characterSet name="iso-8859-6" />
     <characterSet name="Windows-1256" />
     <characterSet name="ASMO-708" />
     <characterSet name="x-mac-arabic" />
</characterSetList>
<characterSetList name="locale:az" title="Azeri">
     <characterSet name="utf-8" />
     <characterSet name="iso-8859-5" />
     <characterSet name="Windows-1251" />
</characterSetList>
<characterSetList name="locale:be" title="Belarusian">
     <characterSet name="utf-8" />
     <characterSet name="iso-8859-5" />
     <characterSet name="Windows-1251" />
</characterSetList>
<characterSetList name="locale:bg" title="Bulgarian">
     <characterSet name="utf-8" />
     <characterSet name="iso-8859-5" />
     <characterSet name="Windows-1251" />
</characterSetList>
<characterSetList name="locale:ca" title="Catalan">
     <characterSet name="utf-8" />
     <characterSet name="Windows-1252" />
     <characterSet name="iso-8859-1" />
</characterSetList>
<characterSetList name="locale:cs" title="Czech">
     <characterSet name="utf-8" />
     <characterSet name="iso-8859-2" />
     <characterSet name="Windows-1250" />
</characterSetList>
<characterSetList name="locale:da" title="Danish">
     <characterSet name="utf-8" />
     <characterSet name="Windows-1252" />
     <characterSet name="iso-8859-15" />
     <characterSet name="iso-8859-1" />
     <characterSet name="x-EBCDIC-DenmarkNorway" />
</characterSetList>
<characterSetList name="locale:de" title="German">
     <characterSet name="utf-8" />
     <characterSet name="Windows-1252" />
     <characterSet name="iso-8859-1" />
</characterSetList>
<characterSetList name="locale:el" title="Greek">
     <characterSet name="utf-8" />
     <characterSet name="iso-8859-7" />
     <characterSet name="Windows-1253" />
     <characterSet name="x-mac-greek" />
</characterSetList>
<characterSetList name="locale:en-us" title="English (United States)">
<!--     <characterSet name="us-ascii" />-->
     <characterSet name="utf-8" />
     <characterSet name="Windows-1252" /> <!-- prefer the windows encoding as iso-8859-1 is less complete -->
     <characterSet name="iso-8859-1-ie" />
     <characterSet name="iso-8859-1" />
     <characterSet name="iso-8859-15" />
</characterSetList>
<characterSetList name="locale:en" title="English">
     <characterSet name="utf-8" />
     <characterSet name="Windows-1252" /> <!-- prefer the windows encoding as iso-8859-1 is less complete -->
     <characterSet name="iso-8859-15" />
     <characterSet name="iso-8859-1" />
     <characterSet name="Windows-1252" />
</characterSetList>
<characterSetList name="locale:es" title="Spanish">
     <characterSet name="utf-8" />
     <characterSet name="Windows-1252" /> <!-- prefer the windows encoding as iso-8859-1 is less complete -->
     <characterSet name="iso-8859-15" />
     <characterSet name="iso-8859-1" />
</characterSetList>
<characterSetList name="locale:et" title="Estonian">
     <characterSet name="utf-8" />
     <characterSet name="iso-8859-4" />
     <characterSet name="Windows-1257" />
</characterSetList>
<characterSetList name="locale:eu" title="Basque">
     <characterSet name="utf-8" />
     <characterSet name="Windows-1252" />
     <characterSet name="iso-8859-1" />
</characterSetList>
<characterSetList name="locale:fa" title="Farsi">
     <characterSet name="utf-8" />
     <characterSet name="Windows-1256" />
     <characterSet name="iso-8859-6" />
</characterSetList>
<characterSetList name="locale:fi" title="Finnish">
     <characterSet name="utf-8" />
     <characterSet name="Windows-1252" />
     <characterSet name="iso-8859-15" />
     <characterSet name="iso-8859-1" />
</characterSetList>
<characterSetList name="locale:fo" title="Faeroese">
     <characterSet name="utf-8" />
     <characterSet name="Windows-1252" />
     <characterSet name="iso-8859-1" />
</characterSetList>
<characterSetList name="locale:fr" title="French">
     <characterSet name="utf-8" />
     <characterSet name="Windows-1252" />
     <characterSet name="iso-8859-15" />
     <characterSet name="iso-8859-1" />
</characterSetList>
<characterSetList name="locale:hi" title="Hindi">
     <characterSet name="utf-8" />
</characterSetList>
<characterSetList name="locale:hr" title="Croatian">
     <characterSet name="utf-8" />
     <characterSet name="Windows-1250" />
     <characterSet name="iso-8859-2" />
</characterSetList>
<characterSetList name="locale:hu" title="Hungarian">
     <characterSet name="utf-8" />
     <characterSet name="Windows-1250" />
     <characterSet name="iso-8859-2" />
</characterSetList>
<characterSetList name="locale:hy" title="Armenian">
     <characterSet name="utf-8" />
</characterSetList>
<characterSetList name="locale:id" title="Indonesian">
     <characterSet name="utf-8" />
     <characterSet name="Windows-1252" />
     <characterSet name="iso-8859-1" />
</characterSetList>
<characterSetList name="locale:is" title="Icelandic">
     <characterSet name="utf-8" />
     <characterSet name="Windows-1252" />
     <characterSet name="iso-8859-15" />
     <characterSet name="iso-8859-1" />
     <characterSet name="x-mac-icelandic" />
</characterSetList>
<characterSetList name="locale:it" title="Italian">
     <characterSet name="utf-8" />
     <characterSet name="Windows-1252" />
     <characterSet name="iso-8859-15" />
     <characterSet name="iso-8859-1" />
</characterSetList>
<!-- Note that Analytics does not support the visually ordered Hebrew code page iso-8859-8 (but does support the logically ordered iso-8859-8-i). -->
<characterSetList name="locale:he" title="Hebrew">
     <characterSet name="utf-8" />
     <characterSet name="iso-8859-8-i" />
     <characterSet name="x-mac-hebrew" />
</characterSetList>
<characterSetList name="locale:ja" title="Japanese">
     <characterSet name="utf-8" />
     <characterSet name="shift_jis" />
     <characterSet name="euc-jp" />
     <characterSet name="csISO2022JP" />
     <characterSet name="x-mac-japanese" />
     <characterSet name="x-EBCDIC-JapaneseAndJapaneseLatin" />
<characterSet name="x-EBCDIC-JapaneseAndKana" />
<characterSet name="x-EBCDIC-JapaneseAndUSCanada" />
<characterSet name="x-EBCDIC-JapaneseKatakana" />
</characterSetList>
<characterSetList name="locale:ka" title="Georgian">
     <characterSet name="utf-8" />
</characterSetList>
<characterSetList name="locale:kk" title="Kazakh">
     <characterSet name="utf-8" />
     <characterSet name="Windows-1251" />
     <characterSet name="iso-8859-5" />
</characterSetList>
<characterSetList name="locale:ko" title="Korean">
     <characterSet name="utf-8" />
     <characterSet name="euc-kr" />
     <characterSet name="ks_c_5601-1987" />
     <characterSet name="x-EBCDIC-KoreanAndKoreanExtended" />
     <characterSet name="x-EBCDIC-KoreanAndKoreanExtended" />
     <characterSet name="x-EBCDIC-KoreanExtended" />
     <characterSet name="x-mac-korean" />
     <characterSet name="Johab" />
</characterSetList>
<characterSetList name="locale:lt" title="Lithuanian">
     <characterSet name="utf-8" />
     <characterSet name="Windows-1257" />
     <characterSet name="iso-8859-4" />
</characterSetList>
<characterSetList name="locale:lv" title="Latvian">
     <characterSet name="utf-8" />
     <characterSet name="Windows-1257" />
     <characterSet name="iso-8859-4" />
</characterSetList>
<characterSetList name="locale:mk" title="Macedonian">
     <characterSet name="utf-8" />
     <characterSet name="Windows-1251" />
     <characterSet name="iso-8859-5" />
</characterSetList>
<characterSetList name="locale:mr" title="Marathi">
     <characterSet name="utf-8" />
</characterSetList>
<characterSetList name="locale:ms" title="Malay">
     <characterSet name="utf-8" />
     <characterSet name="Windows-1252" />
     <characterSet name="iso-8859-1" />
</characterSetList>
<characterSetList name="locale:nl" title="Dutch">
     <characterSet name="utf-8" />
     <characterSet name="Windows-1252" />
     <characterSet name="iso-8859-15" />
     <characterSet name="iso-8859-1" />
</characterSetList>
<characterSetList name="locale:no" title="Norwegian">
     <characterSet name="utf-8" />
     <characterSet name="Windows-1252" />
     <characterSet name="iso-8859-15" />
     <characterSet name="iso-8859-1" />
</characterSetList>
<characterSetList name="locale:pl" title="Polish">
     <characterSet name="utf-8" />
     <characterSet name="Windows-1250" />
     <characterSet name="iso-8859-2" />
</characterSetList>
<characterSetList name="locale:pt" title="Portuguese">
     <characterSet name="utf-8" />
     <characterSet name="Windows-1252" />
     <characterSet name="iso-8859-15" />
     <characterSet name="iso-8859-1" />
</characterSetList>
<characterSetList name="locale:pt-br" title="Portuguese (Brasil)">
     <characterSet name="utf-8" />
     <characterSet name="Windows-1252" />
     <characterSet name="iso-8859-1" />
</characterSetList>
<characterSetList name="locale:ro" title="Romanian">
     <characterSet name="utf-8" />
     <characterSet name="Windows-1250" />
     <characterSet name="iso-8859-2" />
</characterSetList>
<characterSetList name="locale:ru" title="Russian">
     <characterSet name="utf-8" />
     <characterSet name="Windows-1251" />
     <characterSet name="iso-8859-5" />
     <characterSet name="x-mac-cyrillic" />
</characterSetList>
<characterSetList name="locale:sa" title="Sanskrit">
     <characterSet name="utf-8" />
</characterSetList>
<characterSetList name="locale:sk" title="Slovak">
     <characterSet name="utf-8" />
     <characterSet name="Windows-1250" />
     <characterSet name="iso-8859-2" />
</characterSetList>
<characterSetList name="locale:sl" title="Slovenian">
     <characterSet name="utf-8" />
     <characterSet name="Windows-1250" />
     <characterSet name="iso-8859-2" />
</characterSetList>
<characterSetList name="locale:sq" title="Albanian">
     <characterSet name="utf-8" />
     <characterSet name="Windows-1250" />
     <characterSet name="iso-8859-2" />
</characterSetList>
<characterSetList name="locale:sr" title="Serbian">
     <characterSet name="utf-8" />
     <characterSet name="Windows-1250" />
     <characterSet name="iso-8859-2" />
</characterSetList>
<characterSetList name="locale:sv" title="Swedish">
     <characterSet name="utf-8" />
     <characterSet name="Windows-1252" />
     <characterSet name="iso-8859-15" />
     <characterSet name="iso-8859-1" />
</characterSetList>
<characterSetList name="locale:sw" title="Swahili">
     <characterSet name="utf-8" />
     <characterSet name="Windows-1252" />
     <characterSet name="iso-8859-1" />
</characterSetList>
<characterSetList name="locale:ta" title="Tamil">
     <characterSet name="utf-8" />
</characterSetList>
<characterSetList name="locale:th" title="Thai">
     <characterSet name="utf-8" />
     <characterSet name="x-EBCDIC-Thai" />
</characterSetList>
<characterSetList name="locale:tr" title="Turkish">
     <characterSet name="utf-8" />
     <characterSet name="Windows-1254" />
     <characterSet name="iso-8859-3" />
     <characterSet name="iso-8859-9" />
     <characterSet name="x-mac-turkish" />
</characterSetList>
<characterSetList name="locale:tt" title="Tatar">
     <characterSet name="utf-8" />
     <characterSet name="Windows-1251" />
     <characterSet name="iso-8859-5" />
</characterSetList>
<characterSetList name="locale:uk" title="Ukrainian">
     <characterSet name="utf-8" />
     <characterSet name="Windows-1251" />
     <characterSet name="iso-8859-5" />
</characterSetList>
<characterSetList name="locale:ur" title="Urdu">
     <characterSet name="utf-8" />
     <characterSet name="Windows-1256" />
     <characterSet name="iso-8859-6" />
</characterSetList>
<characterSetList name="locale:uz" title="Uzbek">
     <characterSet name="utf-8" />
     <characterSet name="Windows-1251" />
     <characterSet name="iso-8859-5" />
</characterSetList>
<characterSetList name="locale:vi" title="Vietnamese">
     <characterSet name="utf-8" />
</characterSetList>
<characterSetList name="locale:zh-tw" title="Chinese (Traditional / Taiwan)">
     <characterSet name="utf-8" />
     <characterSet name="big5" />
     <characterSet name="EUC-CN" />
     <characterSet name="gb2312" />
     <characterSet name="hz-gb-2312" />
     <characterSet name="x-mac-chinesetrad" />
</characterSetList>
<characterSetList name="locale:zh" title="Chinese (Simplified)">
     <characterSet name="utf-8" />
     <characterSet name="gb2312" />
     <characterSet name="hz-gb-2312" />
     <characterSet name="iso-2022-cn" />
     <characterSet name="EUC-CN" />
     <characterSet name="big5" />
     <characterSet name="x-mac-chinesesimp" />
</characterSetList>
</sawl:localeCharacterSetLists>

Similar Messages

  • "Source not found" Error creating URL Data control with query parameters

    Hi,
    I have a restful service for which i want to create a URL data control. I am able to create the URL data control successfully when i am not passing any parameters in the Source field. But if i am specifying the parameters in the source field like this Department=##ParamName##, something weird is happening. After giving the param string in the Source field, it asks for default param value to test the url. It tests the url successfully. After that i select XML as the data format in which i am mentioning the xsd like this . "file:///C:/..../something.xsd" . And this is when i am getting the error. "Invalid Connection. The source is not found". I am giving exactly same path for xsd which i gave while creating URL data control without query parameters. Infact i was able to create the URL data control with query parameters successfully till afternoon. after that it started giving me this error all of a sudden. Infact as soon as i was able to create a URL data contol with query parameter successfully, i took a backup of the application before moving further. But even that backup is not working now.
    As far as i understand, i dont think there will be any change in xsd if query params are passed to a web service. Please correct me if i am wrong.
    Just dont know what could be the issue. Please help
    Thanks

    Hi,
    xsd is used for the URL service to know what the returned data structure is so it can create the ADF DC metadata
    Frank

  • How to set user friendly URL in ApEx with OHS 11g ?

    Hi,
    How to set user friendly URL in ApEx with OHS 11g ?
    I want change the link http://190.148.xxx.xxx:8080/pls/apex to something like http://xxx.com.
    I dont want to use iFrame solution. Please suggest any other method to acheive the same.
    Thanks & Regards,
    Ranu

    Hi all
    Iam using apex 4.0 -oracle 11g with OHS on linux os
    I need to change my apex url http://x.x.x.x:xxxx/apex to http://x.com
    What are the settings i need to do.
    If any one knows please share the solution with me
    Thanks & In advance

  • PCUI - Open new url or bsp with a Toolbar Button

    Hi all,
       I have a PCUI custom application (CRM_BSP_FRAME)and i want open a new url or bsp with my button on the toolbar of result list. Important: Without modification of standard.
    Thx in Advance
    Regards.
    Manuel

    Hi Manuel,
    in the event you can enter an object link.
    Regards
    Thomas

  • Using the URL to filter a list

    All,
    I am using the URL to filter a list, for example, FilterField1=Writer&FilterValue1=Chris%20Tobey.
    In this method, we need to provide the FilterField which is the column name. Can we do the filter for all column? For example, I would like to search all items in the list which
    contains "hello" in any column by using the URL?
    Thanks

    Hi,
    The query string in URL won’t be able to meet your requirement.
    The OOTB
    Search box for a list can be found above the list view, it can search items contains the keyword in the current list:
    http://community.office365.com/en-us/f/154/t/171565.aspx
    Or if you want to do more customization, work with
    Search API programmatically would be required:
    http://msdn.microsoft.com/en-us/library/microsoft.office.server.search.query.keywordquery.aspx
    http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2013/01/03/how-to-use-the-sharepoint-2013-search-keywordquery-class.aspx
    Here is a code demo in this thread can
    search items in a particular document library with specific keyword
    for your reference:
    http://social.technet.microsoft.com/Forums/office/en-US/41699f4b-f1a5-4449-b121-01fbb862436f/how-to-fetch-item-from-document-library-using-query-search-in-sharepoint-2010-?forum=sharepointdevelopmentprevious
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • [svn] 3794: Fix loading RSLs with URLs that start with "./" or "../"

    Revision: 3794
    Author: [email protected]
    Date: 2008-10-21 14:21:45 -0700 (Tue, 21 Oct 2008)
    Log Message:
    Fix loading RSLs with URLs that start with "./" or "../"
    QE Notes: Only one "./" is supported at the beginning of the path. Multiple "../" may be in the path, but only at the beginning of the path. No mixing of "./" and "../" is supported.
    Doc Notes: None
    Bugs: SDK-17696
    Reviewer: pfarland
    tests: checkintests, RSL mxunit
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17696
    Modified Paths:
    flex/sdk/branches/3.2.0/frameworks/projects/framework/src/mx/utils/LoaderUtil.as

    Oh I am using Dreamweaver to put it on the web :-)

  • Protecting Apache URLs ending in '/' with non-standard DirectoryIndex

    I'm using Apache agent 2.2 for Acces Manager 7. My Apache version is 1.3.33. I have a DirectoryIndex line in my httpd.conf like so:
    DirectoryIndex index.cgi index.html
    So when I request the URL <http://server.edu/subdir/> I should get <http://server.edu/subdir/index.cgi>.
    My problem is when URLs like this are protected by Access Manager. I have an inverted notenforced_list, which contains http://server.edu/subdir*. So only stuff in subdir should be controlled by AM. I want all 3 of these URLs to give the same results:
    http://server.edu/subdir
    http://server.edu/subdir/
    http://server.edu/subdir/index.cgi
    The first and third URLs work as expected; the second one (with a trailing '/') doesn't work. If I change my notenforced_list to read http://server.edu/subdir/*, then only the third (complete) URL works.
    By looking at the agent logs in debug mode, it appears that AM is first looking at policy for http://server.edu/. That test passes, since that URL is part of the (inverted) notenforced_list.
    Then the agent goes on to check the /subdir URL -- but it tacks on index.html:
    2006-04-20 14:06:58.144 Debug 10883:252998 PolicyAgent: get_request_url(): Returning request URL http://server.edu/subdir/index.html.
    Then it goes on to say that it will enforce policy on this URL, which is correct, but it's referring to index.html, not index.cgi. I'm never prompted for authentication, I just get a browser error that says the page cannot be displayed. If I ask explicitly for http://server.edu/subdir/index.cgi, everything works as expected -- I'm redirected to the AM server and prompted to authenticate, then redirected back to the URL I originally requested.
    Am I missing something here? Has anyone else tried to protect URLs ending in '/' with a non-standard name?

    Here is the log extract. You can see pretty clearly that it just tacks on 'index.html' to the end of the original URL, when it gets to the 2nd phase of the policy evaluation (after checking for root-level policy). Thanks for taking a look!
    2006-04-20 14:06:58.141MaxDebug 10883:252998 PolicyAgent: get_request_url(): Host: server.edu
    2006-04-20 14:06:58.142MaxDebug 10883:252998 PolicyAgent: get_request_url(): Port is 443.
    2006-04-20 14:06:58.142 Debug 10883:252998 PolicyAgent: get_request_url(): Returning request URL https://server.edu:443/subdir/.
    2006-04-20 14:06:58.142 Warning 10883:252998 PolicyAgent: get_method_num(): Apache request method number did not match method string. Setting method number to match method string GET.
    2006-04-20 14:06:58.142 Debug 10883:252998 PolicyAgent: am_web_is_access_allowed(): url 'https://server.edu:443/subdir/' path_info '/'.
    2006-04-20 14:06:58.142MaxDebug 10883:252998 PolicyAgent: am_web_is_access_allowed(): processing url https://server.edu:443/.
    2006-04-20 14:06:58.142MaxDebug 10883:252998 PolicyAgent: FqdnHandler::isValidFqdnResource() Resource => https://server.edu:443/, is valid => true
    2006-04-20 14:06:58.142 Debug 10883:252998 PolicyAgent: am_web_is_access_allowed(): client_ip xxx.xxx.xxx.xxx not found in client ip not enforced list
    2006-04-20 14:06:58.142MaxDebug 10883:252998 AM_POLICY_SERVICE: am_policy_compare_urls(): compare usePatterns=true returned 3
    2006-04-20 14:06:58.142MaxDebug 10883:252998 AM_POLICY_SERVICE: am_policy_compare_urls(): compare usePatterns=true returned 3
    2006-04-20 14:06:58.143MaxDebug 10883:252998 AM_POLICY_SERVICE: am_policy_compare_urls(): compare usePatterns=true returned 3
    2006-04-20 14:06:58.143MaxDebug 10883:252998 AM_POLICY_SERVICE: am_policy_compare_urls(): compare usePatterns=true returned 3
    2006-04-20 14:06:58.143MaxDebug 10883:252998 AM_POLICY_SERVICE: am_policy_compare_urls(): compare usePatterns=true returned 3
    2006-04-20 14:06:58.143 Debug 10883:252998 PolicyAgent: in_not_enforced_list: not enforced list is reversed, only matches will be enforced.
    2006-04-20 14:06:58.143 Debug 10883:252998 PolicyAgent: in_not_enforced_list: allowing access to https://server.edu:443/
    2006-04-20 14:06:58.143 Debug 10883:252998 PolicyAgent: am_web_get_parameter_value(): Param Name = iPlanetDirectoryPro, & Param Value = NULL, status not found
    2006-04-20 14:06:58.143 Debug 10883:252998 PolicyAgent: am_web_is_access_allowed(): remote user set to unauthenticated user (null)
    2006-04-20 14:06:58.143 Info 10883:252998 PolicyAgent: am_web_is_access_allowed()(https://server.edu:443/, GET) returning status: success.
    2006-04-20 14:06:58.143 Info 10883:252998 PolicyAgent: process_request(): Access check for URL https://server.edu:443/subdir/ returned success.
    2006-04-20 14:06:58.143 Debug 10883:252998 PolicyAgent: set_user(): user set to
    2006-04-20 14:06:58.143 Debug 10883:252998 PolicyAgent: am_web_is_logout_url(https://server.edu:443/subdir/): normalized URL https://server.edu:443/subdir/.
    2006-04-20 14:06:58.143 Debug 10883:252998 PolicyAgent: set_user_attributes(): set user attributes option set to none.
    2006-04-20 14:06:58.144 Debug 10883:252998 PolicyAgent: process_access_success(): returned AM_WEB_RESULT_OK.
    2006-04-20 14:06:58.144 Debug 10883:252998 PolicyAgent: process_request(): returning web result AM_WEB_RESULT_OK, data []
    2006-04-20 14:06:58.144 Debug 10883:252998 PolicyAgent: am_web_process_request(): Rendering web result AM_WEB_RESULT_OK
    2006-04-20 14:06:58.144 Debug 10883:252998 PolicyAgent: am_web_process_request(): render result function returned AM_SUCCESS.
    2006-04-20 14:06:58.144MaxDebug 10883:252998 PolicyAgent: get_request_url(): Host: server.edu
    2006-04-20 14:06:58.144MaxDebug 10883:252998 PolicyAgent: get_request_url(): Port is 443.
    2006-04-20 14:06:58.144 Debug 10883:252998 PolicyAgent: get_request_url(): Returning request URL https://server.edu:443/subdir/index.html.
    2006-04-20 14:06:58.144 Warning 10883:252998 PolicyAgent: get_method_num(): Apache request method number did not match method string. Setting method number to match method string GET.
    2006-04-20 14:06:58.144 Debug 10883:252998 PolicyAgent: am_web_is_access_allowed(): url 'https://server.edu:443/subdir/index.html' path_info ''.
    2006-04-20 14:06:58.145MaxDebug 10883:252998 PolicyAgent: am_web_is_access_allowed(): processing url https://server.edu:443/subdir/index.html.
    2006-04-20 14:06:58.145MaxDebug 10883:252998 PolicyAgent: FqdnHandler::isValidFqdnResource() Resource => https://server.edu:443/subdir/index.html, is valid => true
    2006-04-20 14:06:58.145 Debug 10883:252998 PolicyAgent: am_web_is_access_allowed(): client_ip xxx.xxx.xxx.xxx not found in client ip not enforced list
    2006-04-20 14:06:58.145MaxDebug 10883:252998 AM_POLICY_SERVICE: am_policy_compare_urls(): compare usePatterns=true returned 3
    2006-04-20 14:06:58.145MaxDebug 10883:252998 AM_POLICY_SERVICE: am_policy_compare_urls(): compare usePatterns=true returned 3
    2006-04-20 14:06:58.145MaxDebug 10883:252998 AM_POLICY_SERVICE: am_policy_compare_urls(): compare usePatterns=true returned 4
    2006-04-20 14:06:58.145 Debug 10883:252998 PolicyAgent: in_not_enforced_list(https://server.edu:443/subdir/index.html): matched 'https://server.edu:443/subdir/*' entry in not-enforced list
    2006-04-20 14:06:58.145 Debug 10883:252998 PolicyAgent: in_not_enforced_list: not enforced list is reversed, only matches will be enforced.
    2006-04-20 14:06:58.145 Debug 10883:252998 PolicyAgent: in_not_enforced_list: enforcing access control for https://server.edu:443/subdir/index.html
    2006-04-20 14:06:58.146 Debug 10883:252998 PolicyAgent: am_web_get_parameter_value(): Param Name = iPlanetDirectoryPro, & Param Value = NULL, status not found
    2006-04-20 14:06:58.146 Debug 10883:252998 PolicyAgent: am_web_is_access_allowed()(https://server.edu:443/subdir/index.html,GET): no sso token, setting status to invalid session.
    2006-04-20 14:06:58.146 Debug 10883:252998 PolicyAgent: am_web_is_access_allowed(): Successfully logged to remote server for GET action by user unknown user to resource https://server.edu:443/subdir/index.html.
    2006-04-20 14:06:58.146 Info 10883:252998 PolicyAgent: am_web_is_access_allowed()(https://server.edu:443/subdir/index.html, GET) returning status: invalid session.
    2006-04-20 14:06:58.146 Info 10883:252998 PolicyAgent: process_request(): Access check for URL https://server.edu:443/subdir/index.html returned invalid session.
    2006-04-20 14:06:58.146MaxDebug 10883:252998 PolicyAgent: am_web_get_url_to_redirect(): goto URL is https://server.edu:443/subdir/index.html
    2006-04-20 14:06:58.146MaxDebug 10883:252998 PolicyAgent: find_active_login_server(): Trying server: https://access-manager-server.edu:443/amserver/UI/Login
    2006-04-20 14:06:58.149 Debug 10883:252998 PolicyAgent: process_access_redirect(): get redirect url returned AM_SUCCESS, redirect url [https://access-manager-server.edu:443/amserver/UI/Login?goto=https%3A%2F%2Fserver.edu%3A443%2Fsubdir%2Findex.html].
    2006-04-20 14:06:58.149 Debug 10883:252998 PolicyAgent: process_access_redirect(): returning web result AM_WEB_RESULT_REDIRECT.
    2006-04-20 14:06:58.149 Debug 10883:252998 PolicyAgent: process_request(): returning web result AM_WEB_RESULT_REDIRECT, data [https://access-manager-server.edu:443/amserver/UI/Login?goto=https%3A%2F%2Fserver.edu%3A443%2Fsubdir%2Findex.html]
    2006-04-20 14:06:58.149 Debug 10883:252998 PolicyAgent: am_web_process_request(): Rendering web result AM_WEB_RESULT_REDIRECT
    2006-04-20 14:06:58.150 Debug 10883:252998 PolicyAgent: am_web_process_request(): render result function returned AM_SUCCESS.

  • Make Firefox open URLs passed from external applications in new tabs

    I upgraded Firefox (Mac) from 3.6.13 to 3.6.14 yesterday.
    Since then Firefox does not respond to URLs passed from external applications, as it has always done.
    The external apps pass the URL, FireFox is brought to the front, but no Tab (or new window) is opened.
    Nothing else has changed. Firefox is selected as my default browser (in Safari Prefs) and there is only one copy of FireFox on my laptop,

    Hi David
    Go to Safari Preferences>General. At the bottom you'll see an option for opening in a tab. Makes sure Tabs are enabled in your Tab panel.

  • Pls provide metalink URL for Jdeveloper10g with OAExtension

    Hi All,
    Today, I attended a demo of Oracle University on "Oracle Applications R12 Technology" . In the demo, it has been mentioned that Oracle web pages personalization/customization/extension is done using "JDeveloper10g with OA Extn" and the tool can be downloaded from Oracle Metalink.
    But I made a rigorous(i think so) search for downloading "JDeveloper10g with OA Extn" but unable to find it.
    Could anyone help me out by providing the metalink URLs for JDeveloper10g with OA Extn which works with R12 of Oracle E-Business Suite.
    Thanks a ton in advance.
    ~Sivakumar.M.R.

    Hi Siva,
    Refer this link to get correct version of OA Framework.
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=416708.1
    If your new to OA Framework, then the following link might be helpful for you.
    http://prasanna-adf.blogspot.com/2008/11/new-to-oaf.html
    --Prasanna                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Content query webpart use a part of the URL as filter

    Hey,
    I have on root site in the site collection a list. Now I like to build up a site template (from which the user can create sub sites form the root site in the site collection.
    In this site template I like to bring on the homepage a content query webpart. The content query webpart has to show one item from the list on the start site.
    How can I configure that the content query webpart use a part of the URL as filter?
    Url is like:
    http://Server/SiteCollection/ID/home.aspx
    The ID must be the filter criterion in the content query webpart. How can I do this?
    Thanks for your help
    Stefan
    Viele Grüße Stefan
    Kontakt unter [email protected]

    Hi Stefan,
    You can create your own CQWP by subclassing the default one.
    Then you can override the CAML query to add criteria found in the URL.
    Here is more information and sample:
    http://www.andrewconnell.com/blog/archive/2008/02/18/Subclassing-the-Content-Query-Web-Part-Adding-Dynamic-Filtering.aspx
    http://msmvps.com/blogs/laflour/archive/2008/05/29/subclassing-content-query-web-part-to-override-caml-query.aspx
    Regards,
    Ludovic Caffin

  • Starting PCUI Appl Service Contrac as url passing parameters

    Hi all.
    I'm trying to launch PCUI Application Service Contract as an url passing some parameters but i'm getting an strange behavior, the screen is appearing empty then get a dump when try to go to the result list. I'm looking forward to pass the service contract number and get the detail or at least the result list displaying it.
    My url is something like this:
    http://MUAHAHA:8010/sap/bc/bsp/sap/crm_bsp_frame/entrypoint.do?sap-client=XXX&appl=CRMD_BUS2000112&CHG_ONLY=X&STANDALONE=X&crm_local_urls=true&sap-syscmd=nocookie&BORKEY=45340065DADE009A000000000A34030A&BORTYPE=BUS2000112&blview=ZMUAHAHAH
    Is there something wrong ?
    Thanks
    Armando.

    Hi trent,
    I too have had issues with this API , so moved forward with UTL_HTTP API.
    There is something amiss.
    If you change your code to the one below it works.
    SET SERVEROUT ON
    declare
    l_c CLOB;
    l_param varchar2(1000) ;
    begin
    l_param := 'select * from upcoming.events where location=''San Francisco'' '||
            ' and search_text=''dance'''||'&'||'format=json';
    l_c := apex_web_service.make_rest_request(
        p_url => 'http://query.yahooapis.com/v1/public/yql?q='||
            utl_url.escape(l_param)
        ,p_http_method => 'POST'
      dbms_output.put_line(substr(l_c, 1, 4000));
    end;
    /Note the use of UTL_URL.ESCAPE. The call does not work without it.
    I do not use a proxy, so that parameter does not feature in my snippet above.
    Cheers,
    PS: However, the below does not work. So, it appears that the p_parm_name and p_parm_value do not quite work.
    SET SERVEROUT ON;
    declare
    l_c CLOB;
    l_param varchar2(1000) ;
    begin
    l_param := 'select * from upcoming.events where location=''San Francisco'' and search_text=''dance''';
    l_c := apex_web_service.make_rest_request(
        p_url => 'http://query.yahooapis.com/v1/public/yql'
        ,p_http_method => 'POST'
        ,p_parm_name => apex_util.string_to_table('q:format')
        ,p_parm_value => apex_util.string_to_table(utl_url.escape(l_param)||':json')
      dbms_output.put_line(substr(l_c, 1, 4000));
    end;
    / Edited by: Prabodh on Oct 13, 2012 2:04 PM

  • URL should start with a protocol specifier

    Hi All,
    I have a track E-commerce, which was already in use. After being applied suport package, began in the error below:
    Unexpected error; inform your system administrator - URL should start with a protocol specifier.
    Unexpected error; inform your system administrator - com.sap.tc.webdynpro.progmodel.controller.MessageManager$AbortMessageManagerException: Unexpected error; inform your system administrator - URL should start with a protocol specifier.
    This error occur when I access the Development Tab in Change Management Service - Transport Studio.
    Regards
    Ivo Hashimoto

    Thanq Guys and I got the answer for this we need to use the Escape Sequences like the Keyword "ESCAPE"..
    SELECT * FROM TABLE_NAME WHERE COLUMN_NAME LIKE 'ABC____%' ESCAPE '%'..
    This will help...

  • Answers Url For Maps with Filters

    Hi Team,
    We have integrated maps to OBIEE. The following is used as criteria to fetch the Answer data that is to be shown in the Map.
    var answerXMLResponseUrl = 'http://' + document.location.host + '/analytics/saw.dll?Go&searchid=' + encodeURIComponent(sid) + '&format=xml&nqid=' + nid;
    This url fetches the data irrespective of the filters added. So even though report has filters, we still see whole set of data.
    Is there a way to get only filtered data ?
    Thanks in advance

    Hi, I'm trying to do exactly that and it's not working.
    What is the fully qualified URI, i.e. your {KML_FEED} in your url?
    I tried every possible combination:
    "file://localhost/private/var/mobile/Applications/.../tmp/myfile.kml"
    "file:///private/var/mobile/Applications/.../tmp/myfile.kml"
    "/private/var/mobile/Applications/.../tmp/myfile.kml"
    etc...
    And when creating the maps:// url, I also escape that file url but it still fails. How are you making it work? Thanks!

  • Load Balancer virtual URL not working with analytics page

    We have configured Load Balancer virtual URL. But it is working for only iAS. We have Oracle Application Server 10.1.3
    Our OBIEE is 10.1.3.4.1
    Here is the virtual configuration
    Listen 7877
    +<VirtualHost default:7877>+
    +# General setup for the virtual host+
    DocumentRoot "/apps_base/obiee/ias/Apache/Apache/htdocs"
    ServerName uat.bi.company.com
    ServerAdmin [email protected]
    ErrorLog "|/apps_base/obiee/ias/Apache/Apache/bin/rotatelogs /apps_base/obiee/ias/Apache/Apache/logs/error_log 43200"
    TransferLog "|/apps_base/obiee/ias/Apache/Apache/bin/rotatelogs /apps_base/obiee/ias/Apache/Apache/logs/access_log 43200"
    Port 443
    +# SSL Engine Switch:+
    +# Enable/Disable SSL for this virtual host.+
    SSLEngine on
    https://uat.bi.company.com -> WORKS great
    https://uat.bi.company.com/em -> WORKS great
    https://uat.bi.company.com/analytics -> page cannot be displayed
    We have SSO configured. So i do get the SSO login page, but clicking on submit button, I get page cannot be displayed.
    Everything works if I disable the load balancer virtual.
    THe Load Balancer is configured to listen on 443 and then routes to 7877 on the physical server coorldas04.company.com
    Can you assist in this one ??

    Is this still a problem?

  • How do I use the Parameters from URL to filter on Content Query in ItemStyle.xsl?

    Hi, I might need your help with code that Content Query under <xsl:Template...> that I need a filter for 3 parameter from url (from date, to date(for date range) and type.
    eg: www.mywebsite.com/pages/Filter.aspx?DateFrom=01/01/2012&DateTo=01/01/2013&Type=sports
    I've google for help and not sure they seem working so far.

    Hi,
    If you want to filter a Content Query Web Part with the parameters from URL, we can achieve it with OOTB of Content Query Web Part by adding "Additional Filters" in "Web Part Properties"->"Query". We can add
    three filters like:
    date is greater than [PageQueryString:DateFrom]
    And
    date is less than [PageQueryString:DateTo]
    And
    type is equal to [PageQueryString:Type]
    Then redirect to the URL: www.mywebsite.com/pages/Filter.aspx?DateFrom=01/01/2012&DateTo=01/01/2013&Type=sports, the query results will be filtered.
    Please reply freely if I misunderstand your meaning or there any other questions.
    best regards
    Patrick Liang
    TechNet Community Support

Maybe you are looking for

  • IBooks Author, one book multiple languages!

    Hey, I am writing a book in iBooks author that will eventually be published in the US, Europe and Canada. It is a technical publication and while the content is identical regardless of where you are reading the book I want to be able to publish diffe

  • Splitting of dimensions into two applications

    Dear all, I've come across an artical in SDN says" The Application could be split into two applications POC_APP5 and POC_APP6 with less number of dimensions to expand. In turn would improve the performance of Input schedule and Reports." Could you ki

  • Can I automatically add a watermark/background during the printing process?

    We use Quickbooks to email invoices directly out of QB. This software automatically creates the PDF documents by directing the print job through the PDF Printer then attaches it to a new email. What I need to do is add either a watermark or a backgro

  • .mov file not accepted by FCP

    I'm trying to import a quicktime movie file into FCP, but I keep getting an error message: File Error: 1 file(s) recognized, 0 access denied, 1 unknown. Why don't they write these error codes so you actually know what the heck is going on?

  • Performance issue using Universe with SNC connection

    I had a dynamic dashboard using Live office > Webi report > Universe > Bex query which was working fine but we recently implemented SNC between Business Objects and SAP BW due to which the universe connection has been changed to use sign on connectio