Problem with OAM10g URLS while creating the policy

We strive to protect a resource in OAM 10 g for this we have created political in this tab resources that we do not get the URL mentioned in the host identifier. Instead of the URL mentioned in the identifier of the host, we get the following URL.

our URL is appearing - dc % 3d % testdc % 2d % com...

Published by: Arii on 24 August 2012 08:15

Prefix of the URL under the resource tab, is not because the host identifiers. It's because of the configuration you did when installing Policy Manager (after installing Policy Manager). During the Setup, it asks for prefix URI for the policy area and its default value is /.
See your installation and verify.

Tags: Fusion Middleware

Similar Questions

  • Problem with adapter FTP while creating dynamic values.

    Hi all

    I tried passing dynamic values to the FTP adapter, but is throwing the error indicating that the file is already exists in the target directory. It shows the old name of file instead of the new file name. While setting up the FTP adapter initially, I gave a name of file and for each transaction, he resumed the same instead of dynamic file name file name.

    This is the code in the jca FTP file.

    ***********************************************************************************************************************
    < name of the adapter-config = adapter "Read-WriteFTP" = "FTP adapter" wsdlLocation = "Read_WriteFTP.wsdl" xmlns = "http://platform.integration.oracle/blocks/adapter/fw/metadata" > "
    < connection-factory location = "ist/ftp/FTPGrailService" / >
    < endpoint-interaction portType = operation "SynchRead_ptt" = "SynchRead" >
    < className = "oracle.tip.adapter.ftp.outbound.FTPIoInteractionSpec interaction-spec" >
    < property name = "SourcePhysicalDirectory" value = "/ abc/def/GHI/jklmn/opqrst/XYZ" / >
    < property name = "SourceFileName" value = "abcdef.csv" / >
    < property name = "TargetPhysicalDirectory" value = "/ home/abcde/OracleUser345" / >
    < property name = "TargetFileName" value = "abcdef.csv" / >
    < property name = "TargetIsRemote" value = "false" / >
    < property name = value 'Type' = 'COPY' / >
    < property name = "File Type" value = "ascii" / >
    < / interaction-spec >
    < / interaction of endpoint >
    < / adapter-config >
    **************************************************************************************************************************
    Code inside the BPEL for dynamic values is
    **************************************************************************************************************************
    < bpelx:inputProperty name = "jca.ftp.SourcePhysicalDirectory" variable = "FilePath" / > "
    < bpelx:inputProperty name = "jca.ftp.SourceFileName" variable = "FileName" / > "
    < bpelx:inputProperty name = "jca.ftp.TargetPhysicalDirectory" variable = "Variable1" / > "
    < bpelx:inputProperty name = "jca.ftp.TargetFileName" variable = "FileName" / > "
    **************************************************************************************************************************
    Thank you

    Try...



    Even if it is the FTP, it stills appear to focus on the jca.file properties...

    See you soon,.
    Vlad

  • What is the problem with this URL

    Can someone tell me what is the problem with this url
    owa_util.redirect_url(apex_util.prepare_url('f?p='||:APP_ID||':25:'||:APP_SESSION||'::'||:DEBUG||':25,28'||':P25_JOBID,P25_PG:&P3_JOBID.,3, null,||:APP_SESSION'));
    It gives me a value for P25_PG, that is to say 3 but always sets P25_JOBID to 0

    Gus

    Hello Gus,

    It looks like point P3_JOBID has no value for the rendering of the page.
    If the value is set subsequently, you can try the following change

    owa_util.redirect_url(apex_util.prepare_url('f?p='||:APP_ID||':25:'||:APP_SESSION||'::'||:DEBUG||':25,28'||':P25_JOBID,P25_PG:'||:P3_JOBID||',3, null,||:APP_SESSION'));
    

    But the part at the end

    ||',3, null,||:APP_SESSION'
    

    Wil do nothing because you give only 2 items in the list separated by commas of the page elements you want to submit. Everything after the second comma in the comma separated value list is of no use for the url of the apex.

    As additional info, the URL of the Apex is built like this:
    >
    1 - application ID or alias
    2 - page ID or Alias
    3 - session & SESSION. : APP_SESSION
    4. application (for example, PRINT_REPORT = REPORT_1) & ASK. : REQUEST
    5 - debug (YES or NO) & DEBUG. : DEBUG
    6 - cache framework

    APP - clear the cache for the entire application
    SESSION - clear the current user session cache
    PR - Reset pagination
    x - clear the page cache x
    -empty the cache for the element y

    7 - separated by a comma list of items on the page
    8 - the list of values separated by commas
    9 - mode printer friendly (YES or blank)

    f? p = & APP_ID.: 1010: & APP_SESSION. : & DEBUG. : RP, 1010:P1010_ITEM1, P1010_ITEM2, P1010_ITEM3:A, B, C
    >

    Kind regards
    Kees Vlek
    -----
    Company: http://www.orcado.nl
    Blog: http://www.orcado.nl/blog/blogger/listings/69-kvlek
    Twitter: http://www.twitter.com/skier66
    If the answer to question please change replied and mark the appropriate post as correct / helpful.

  • Problem with adding new storage to the CDV provider profile

    Hi all

    I have problem with adding new storage to the CDV provider profile.

    My ENV:

    VCD Version 5.5 latest

    vCenter 5.5

    VCDDB - SQL

    I created the environment with two profiles of storage for the first time and it's work well (the storage profile created before I joined the vCenter on the VCD)

    I created tags and he attributed to the data store and I see the new VM storage through the vSphere web client policy.

    I can also see VMS on the VCDDB the dbo.storage_profile_inv the new storage policy table and when I create new provider TDC I can't.

    What I'm trying:

    1 Refresh the storage via the VCD (right click on the attached vCenter) profile

    2. restart the inventory and the profile based on the vCenter servers

    3. restart the VCD and vCenter servers

    Help, please

    You can just follow KB 2075366.

  • Necessary Advisor while creating the custom profile Options...

    Hello

    I am creating a custom profile option called «XX allow...» »

    In the code, I want the list of the values yes / no, I come from in the code below.

    SQL = "SELECT sense means, code lookup_code.
    IN: visible_option_value: profile_option_value
    OF fnd_lookup_values
    WHERE lookup_type = 'YES_NO '.
    AND view_application_id = 0 "
    COLUMN = "CODE (*)" "

    It's the YES_NO of research. The Lookup Code is O/N respectively.

    If I use the code pasted above, it displays O/N in the front and also update the same thing in the back-end.
    If I can replace the lookup_code sense, it shows, yes/no, and updates backend, with Yes/No.

    But, I want to display Yes/No to the user of the screen, while, O/N to be updated in the back-end.

    Can anyone suggest on how to do this?

    Thank you.

    Published by: Julie L on July 14, 2010 06:25

    Hello

    Do not know what is the problem with your SQL query, perhaps the column alias, or perhaps you lack the quotes. Anyway, there are many options of profile in the system show the Yes/No list of values and the Y/N storage (it's what you want). I'd get one of them and would copy the query by changing just the guests. For example, this is the query for profile ' FND: Debug Log enabled ":"

    SQL="SELECT MEANING \"Log Enabled\", LOOKUP_CODE
    into :visible_option_value,
    :profile_option_value
    from fnd_lookups
    where lookup_type = 'YES_NO'"
    COLUMN="\"Log Enabled\"(30)"
    

    It will be useful.

  • I have the problem with my language of keyboard, the fact is I can't add or remove languages from keyboard

    Hi all
    I have the problem with my language of keyboard, the fact is I can't add or remove languages from keyboard
    When I press the keyboard button change that nothing happens, but in the event viewer I get the following message
    The failing application name: Rundll32.exe_shell32.dll, version: 6.1.7600.16385, time stamp: 0x4a5bc9e0
    Name of the failed module: input.dll, version: 6.1.7600.16385, time stamp: 0x4a5bdf4f
    Exception code: 0xc0000005
    Offset: 0 x 0000000000003756
    ID of the process failed: 0xf5c
    Start time of application vulnerabilities: 0x01cd697d57b60837
    The failing application path: C:\Windows\system32\Rundll32.exe
    Path of the failing module: C:\Windows\system32\input.dll
    Report ID: 95fbd586-d570-11e1-8bfb-c860006d193a
    Can someone help me with this? or maybe there's another way to change the keyboard languages? for example through registry?
    Thanks in advance
    I HAVE Windows 7 x 64

    Hello

    I suggest to create a new user account and check.

    Create a user account.

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

    If the problem does not occur in the new user account, I suggest you to fix a corrupted user profile.

    Fix a corrupted user profile.

    http://Windows.Microsoft.com/en-us/Windows7/fix-a-corrupted-user-profile

  • create the policy by using the API of the IOM: tcAPIException:insert exception failed

    Hello

    I need to create the policy by using the API of the IOM.

    Here is my code:

    long [] provObjKeys is {10};.
    Boolean [] revokeObjectIfNotApply = {true};
    long [] denyObjKeys is {11};.
    long [] groupKeys is {6};.
    tcAccessPolicyOperationsIntf accessPolicyOp = (tcAccessPolicyOperationsIntf) ioUtilityFactory.getUtility ("Thor.API.Operations.tcAccessPolicyOperationsIntf");

    HashMap policyCriteriaMap = new HashMap();
    policyCriteriaMap.put ("Access Policies.Name", "computer laptop Access Policy");
    policyCriteriaMap.put ("Access Policies.Description", "computer laptop access political Desc");
    policyCriteriaMap.put ("Access Policies.Note", "computer laptop Access Policy Note");
    policyCriteriaMap.put ('Access Policies.Retrofit Flag', ' yes');
    policyCriteriaMap.put ("Access Policies.By Request", "No");

    long accessPolicyKey = accessPolicyOp.createAccessPolicy (policyCriteriaMap, provObjKeys, revokeObjectIfNotApply, denyObjKeys, groupKeys);

    but the political establishment fails.

    Not able to discover the problem.

    policyCriteriaMap.put ("Access Policies.Retrofit Flag", "1");
    policyCriteriaMap.put ("Policies.By application access","0");

  • Is anyone having problems with their Apple Watch since the iOS 10 came to life?

    Is anyone having problems with their Apple Watch since the iOS 10 came to life?

    Hello

    If you have not already done so, it can also help update your Apple Watch to the latest version of the software:

    Update the software on your Apple Watch - Apple Support

  • I had problems with access to most of the Web sites and I noticed that HTTPS is no longer, how do I make permanent HTTPS so I can access any Web site?

    I had problems with access to most of the Web sites and noticed that HTTPS no longer appears whenever I try to access a Web site. I can easily connect to my gmail and facebook account, but the problem is that when I click on a link on FB and gmail, I get the annoying message "refused to connect.

    How to address this issue, rather how to make HTTPS permanent so I can easily access any Web site. The date and time on my laptop are both correct. I am currently using OS x 10.9.5.Please!

    How to address this issue, rather how to make HTTPS permanent so I can easily access any Web site.

    My guess is that you have a damaged or invalid certificate entry OS X KeyChain, but to directly answer this question, I would say that consider you something like HTTPS Everywhere. Note, it is not available for Safari. It is available directly through the Google Chrome browser extensions.

  • problem with my laptop asking for the administrator password or power on password

    I have the same problem with my laptop asking for the administrator password or power on password. It is a compaq presario cq61. It happened when my hard drive failed and was not used for a long time. With the password, any help would be much appreciated. It says system turn off after a few trials with the key: 55427586

    Hello

    Try to enter: 40585508

    Kind regards

    DP - K

  • Win Server 2003 SP2. Backup starts and see errror message "error returned while creating the volume shadow copy: 0x8004230f.»

    Win Server 2003 SP2. Backup starts and see errror message "error returned while creating the volume shadow copy: 0x8004230f.» All solutions? CPP, Volume Shadow Copy Stallion are started.

    Thank you for visiting the Microsoft answers community.

    The question you have posted is related to Windows Server and would be better suited in the MS TechNet Windows Server Forum. Please visit this link to find a community that will provide the support you want.

  • Having a problem with a redirect virus and the refusal by the system to allow me to download various things, Windows Live Mail in particular.

    I recently tried to remove malware on my Vista based laptop Toshiba.


    I recently tried to remove malware on my Vista based laptop Toshiba. Malwarebytes helped, but I still have problems with a redirect virus and the refusal by the system to allow me to download various things, Windows Live Mail in particular. I tried to download from a copy of the USB stick to a clean computer, but he still refuses to load telling me to check my internet connection, which is fine for general use. Please help I get crazy and do not forget that I am a pure layman - thank you if you can help - Kidso

    I found that the best place to ask this type of question is here: -.

    http://forums.ComputerActive.co.UK/forumdisplay.php?f=20

    There are some very good people out there who helped me (successfully) on 2 occasions.

    Good luck.

    I'll be interested to know how you go.

  • my computer recently crashed and when I tried to use photoshop, then I got the message: - message - problem with display driver, temporarily disabled the improvements. Does that mean, they will return when the problem is solved?

    My computer recently crashed. A fixed it but! When I then tried to use photoshop I got the message: - message - problem with display driver, temporarily disabled the improvements. Does that mean, they will return when the problem is solved?

    Update or restore your graphics driver.

  • Hello. I purchased a CS2 product and im having problems with activation. I have the key but my installation failed in the 'summary '. Please help thanks.

    Hello. I purchased a CS2 product and im having problems with activation. I have the key but my installation failed in the 'summary '. Please help thanks. This is what im seeing.

    Screen Shot 2016-03-01 at 9.09.51 PM.png

    See my response in audition 3 error with installation

  • Having problems with Adobe Suite C. after the upgrade to El Capitan on an iMac?

    Someone at - it problems with Adobe Suite C. after the upgrade to El Capitan on aiMac? What did you do about this? What helped?

    In case you downloaded the Apple Stroe Yosemite, it always can be downloaded in the section of your account purchases.

Maybe you are looking for

  • delete firefox as my default browser

    I didn't change my browser and firefox me wrong and won't let me change.

  • Scan on OSX Yosemite 10,10

    Hi everyone, Nico here. I ' t my first post here and English is not my native language, so please be patient :/ So I got my MBP (end 2013) with OS x 10.10 on it. I also got my HP Deskjet 3050, and HP Officejet 4620 and want to print and scan from my

  • Dell A920 for Windows 8 printer driver

    HI -. I followed the instructions to the title of the other positions and installed the A920 on my Windows 8 print driver, however, when printing it seems to be a problem to identify the ink levels.  The display window shows no ink and therefore does

  • How can I activate Photoshop v8.0 that I bought many years ago.

    How can I activate Photoshop v8.0 on my new computer that has installed fine, but will not turn on. I bought it as a student in a class of Photoshop there are quite a few years.

  • Palm Pre contacts to e-mail Google g contacts

    When to add a contact to my gmail to goes to my phone contacts, BUT it does not the reverse pass from my phone to my gmail contacts conatcts? What's wrong??