Wrong ICF path used for BSP link in role

Hi,
I've added a BSP to the menu of a role.
When I start the BSP from the role menu in PFCG it starts the BSP as supposed.
If I go to the browser and look at the Web template with the role menu, I see my BSP link has a wrong ICF path:
http://server.web.bc:8000/sap/bw/BSP_APP/default.htm
but the BSP_APP is under:
sap/bc/bsp/sap/BSP_APP
Is there somewhere a default setting that sets the ICF path to: sap/bw for Web application templates?
Regards,
Eric

Nothing much happening on this topic...
In the mean time I found out there is a table HTTPURLLOC which allows an exception setting.
I added the entry:
040    010    HTTP   /BSP/SAP/*    SAPBWBIP.WEB.BC    8000
but this doesn't appear to change things.
Still don't know why it is using '/sap/bw' as default prefix and not '/sap/bc/bsp/sap'.
If I launch the menu item from PFCG, it goes well.
From within the webtemplate on the role menu it doesn't work.
Very frustrating...
Anyone who can shed some light on this?
Regards,
Eric

Similar Messages

  • Need to undo the "use for new links" option...???

    Hello- Probably an easy answer to this one- I'm just not seeing it.....My first link I made on the page I clicked "use this for new links". Now I don't want to use that format for new links anymore. Do I always have to remember which link was the first one I created and change that one? Do all of the link have to have the same effect? How do I undo the "use for new links" option?
    Thanks!
    Holly

    That's how I thought it should work- there must be something wrong then because after I click "use for new" once, the options are greyed out for any link made after that. Only the original one lets me change it, then all the others follow suit with the changes made to the one. Didn't seem right. Think I should reload iLife?

  • "Wrong" User is used for getting Data via Gateway

    Hi experts,
    simple question:
    I have created a view which included a oDataModell, done like this:
    onInit: function() {
    var odataUrl = "/sap/opu/odata/sap/ZWWW_XXX/";
    var odataUser = "remoteuser";
    var odataPass = "pass";
    var oModel = new sap.ui.model.odata.ODataModel(odataUrl, false, odataUser, odataPass);
    sap.ui.getCore().setModel = oModel;
    this.getView().setModel(oModel);
    This is deployed in my Gateway Server (extra system), which will then gets the data from my SAP system.
    When I log on to my BSP page, I use my "normal" user (MFALLEN), perfect. Now, when the view needs the data, I am logged in to my SAP system also with my user (MFALLEN), not with my remoteuser (remoteuser) which I have added to the oModel.
    Is this the normal behaviour? Or am I doing something wrong? I want to use the remoteuser...
    Thanks
    Michael

    Could actually someone point me out if the second argument is mandatory?
    Yes, it is mandatory.
    The database has to know which encoding is used for the input file in order to load it correctly and convert data to the db charset (if necessary).
    If you don't know the encoding of the file, you can always assume one such as UTF-8, or the db charset itself that you can specify using nls_charset_id('CHAR_CS').
    That being said, the error you get is not expected. You should have received this :
    SQL> select xmltype(bfilename('DATA_DIR', 'units.xml')) from dual;
    select xmltype(bfilename('DATA_DIR', 'units.xml')) from dual
    ERROR at line 1:
    ORA-06553: PLS-306: wrong number or types of arguments in call to 'XMLTYPE'
    which is much more clear.
    So I guess there's another problem going on here. You should report it to Oracle Support.

  • What data is used for the link title in osssearchresults.aspx

    In our OOTB SharePoint installation we have a search results page in a collaboration site that displays Word documents. Each word document has a Title property, however the text used for the hyperlink to the document in the search results page does not seem
    to use the Title property, instead it uses some text from inside the document, e.g. the contents of the first H1 tag.
    I had a look at the XSL of osssearchresult.aspx core results web part, and this uses a "title" parameter. So I can only assume that when SharePoint search catalogues a Word document, it decides to ignore the title property of the list item
    and instead derives the title text from content within the document itself.
    Is that correct? Or am I missing something? Can I change the title for Word documents in search to be the actual title of the list item?

    Hi,
    The word documents   have two columns “Name” and “Title” by default. The “Name” column is the file name and is “file” column type, its related Crawled Property is  ows_LinkFilename
    .  The  “Title” column is the document title and is “Single line of text” column type, its related Crawled Property is ows_Title . When SharePoint Search crawls the word document, both the two columns are crawled. However, the ows_Title 
    crawled property  is mapping to “Title” managed property, but the ows_LinkFilename crawled property does not map to any managed property. In the SharePoint search results, the word document  shows its “Title” managed property.
    So for your scenario, the search result should show the “Title” column value. Please go to your document library and verify the “Title” column’s value of your word documents.
    For more information, you can refer to the thread:
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/4e1749cd-cf4d-46d6-98e2-3f42366e376e/how-does-the-search-result-are-displayed?forum=sharepointadminprevious
    Best Regards,
    Eric
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Search {tag_itemid} - can it be used for a link?

    Hey guys, im trying to link out to an item that is outputted by search.
    Sort of like this:
    <a href="/Default.aspx?ID={tag_itemid}" target="_parent">{tag_name_nolink}</a>
    can this be done?
    i tried using {tag_name_value} but there is no such thing:(
    Here are the Search Tags
    {tag_counter}
    Incremental count of the items on the page
    {tag_description}
    Short description of the item
    {tag_image}
    An image reflective of the type of the item; for example, Web Page or News
    {tag_itemid}
    Internal ID of the item
    {tag_itemtype}
    Type of the item; for example, Web Page, News, Web App, or FAQ
    {tag_name_nolink}
    Item name without a hyperlink to the item
    {tag_name}
    Item name with a hyperlink to the item

    grrrr....apparently this type of link does not retrieve a Page link..only web apps:(
    do you guys know any other way of displaying a link from a search?

  • Which OCI library to use for static linking with application on Unix, Linux

    Hi Friends
    I am new to OCI programming.
    I am developing a C++ application that works on Windows 7 (32, 64 bit, VS-9) and Linux (32, 64 bit), with OCI-11.2.0.3 version and Oracle 10g Express edition.
    I want to statically link OCI library in my application.
    For Windows, I got oci.lib in the package: instantclient-sdk-nt-11.2.0.3.0.zip\instantclient_11_2\sdk\lib\msvc downloaded from [Instantclient download location.|http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html] .
    But, the instanclient packages instantclient-basic-linux-11.2.0.3.0.zip & instantclient-sdk-linux-11.2.0.3.0.zip do not contain a static archive for OCI library.
    These packages have only include files and following .so (shared libraries) for Linux:
    libclntsh.so.11.1
    libnnz11.so
    libocci.so.11.1
    libociei.so
    libocijdbc11.so
    Can someone please guide me, where can I find the static archive (possibly liboci.a or libociei.a) for OCI-11.2.0.3 - 32 & 64 bit?
    Many thanks in advance for your time and kind guidance.
    Best Regards,
    -ganes

    You need:
    libclient11.a
    libcore11.a
    libgeneric11.a
    libcommon11.a
    libn11.a
    libldapclnt11.a
    libncrypt11.a
    and others.
    Actually, you can link to all *.a files in $ORACLE_HOME/lib
    EXCEPT: libclntst11.a and libexpat.a

  • Need booster - which coax to use for the links?

    I probably need a booster for my Freeview signal/BT Vision.  Can I ask if normal coax cable is used to go from the booster to the BT Vision box or can anyone recommend a type to use?
    Many thanks
    Paul
    Solved!
    Go to Solution.

    Hi I would suggest using a good quality cable and connectors that should be all you need
    If you want to say thanks for a helpful answer,please click on the Ratings star on the left-hand side If the reply answers your question then please mark as ’Mark as Accepted Solution’

  • SIMPLE QUESTION, BROWNIE POINTS FOR ANSWERERS: changing the file path used for an audio recording

    After changing the name of an audio recording in the .band Media folder, the .band file continues to use the previous file name to try to find the audio file. I want to update the file path so that it uses the same file but with the new name. I thought I might be able to change the file path by editing projectData, but it appears to be encoded.
    This is a common, crucial feature present in virtually all DAWs. Surely there must be a feasible way to do this in GarageBand?

    you can't change the names of GB's assets behind its back
    if you want to change the name of the region that GB displays: double click the region within GB to open the track editor, then double click the name of the region (in the track editor) to change its name

  • RoboHelp project for LMS linked to roles

    Hi - I am a new user of RoboHelp and I have been assigned a
    project that involves taking our existing documentation written in
    MS Word and turning the documents into online help for our Learning
    Management System (LMS). We would like the on line help to be tied
    to our LMS permissions or roles/rights assigned to users. For
    example; for our end users we would like only topics related to end
    user support or if you are a manager we would like help to be
    visible that is related only to managers. All our users have a role
    with permissions in our LMS. Is this possible?
    Thanks in advance -
    Manola
    RoboHelp v6

    Hi
    The simple answer is no.
    Muse files are almost impossible to edit in Dreamweaver and remain compatible with Muse, they must also be hosted on the Adobe server. It is not even possible to migrate a site created in Muse to any other server, without more work than would be required to create a new site from scratch.
    PZ

  • SAP Role Security for BSP

    Hello Experts,
    I am developing BSP application in BW Environment for some custom table maintenance which doesn't involve Portal.
    I call the BSP Application with "CALL_BROWSER" FM from Programs.They want to control the access to the users based on Role or Auth Objects or others inside the system.
    Because, if some user knew the URL for the BSP the security is pretty open.
    Is there anyway to do security for BSP based on roles?
    Best Regards
    Arun Prasad

    Hi,
    Here are the step:
    1. Create the Role in PFCG with following detail Auth Obecjt:
    2. Create the Authorization Check for ICF Access Internet communication Framework (S_ICF) & with Field ID is <b>ICF_FIELD</b>. Chcek the checkbox <b>SERVICES</b>. For the same Auth Object create another Field ID "<b>ICF_VALUE</b>", here assign you BSP Application ID lets say MYBSP.
    3. Then goto <b>SICF</b> transaction, goto your BSP Application node, undere service data mention this ID as MYBSP against SAP Auth.
    4. Now you need to check Auth obejct before calling the FM CALL_BROWER the way you do if for normal ABAP Report.
    Hope this will solve your problem. Let me know if you have any questiion.
    <i>* Reward each useful answer</i>
    Raja T
    Message was edited by:
            Raja T

  • Name the BADI for login links in shopping cart templates

    Hi,
    Please mention, the name of  BADI that is used for Login Links ( with logon texts) that present in the email templates of shopping cart approval.
    regards,
    George.

    Read the documentation for BADI BBP_OUTPUT_CHANGE_SF
    under path
    SRM IMG ->Supplier Relationship Management->SRM Server->Business Add-Ins (BAdIs)->Document Output->Change Forms for Document Output
    BR
    Dinesh

  • How can I find the all path available for a MPLS VPN in SP network

    How can I find the all path available for a MPLS VPN in SP network between PE to PE and CE to CE?

    Hi There
    If we need to find all the available paths for a remote CE from a local PE it will depend upon whether its a RR or non-RR design. If the MP-iBGP deisgn is non-RR  the below vrf specific command
    sh ip bgp vpnv4 vrf "vrf_name"  will show us the MP-iBGP RT for that particular VPN. It will show us the next hop. Checking the route for same in the Global RT will show us the path(s) available for same ( load-balancing considered) .Then we can do a trace using the Local PE MP-iBGP loopback as source to remote PE's MP-iBGP loopback to get the physical Hops involved.
    However if the design is RR-based there might be complications involved when the RR is in the forwarding path ie we have NHS being set to RR-MP-iBGP loopback and the  trace using the Local PE MP-iBGP loopback as source to remote PE's MP-iBGP loopback will get us the physical Hops involved.
    If we have redundant RRs being used with NHS being set then the output of sh ip bgp vpnv4 vrf "vrf_name" will show us two different available paths for the remote CE destination but just one being used.
    RR-based design with no NHS being used will always to cater to single path for the remote CE detsination.
    So in any case the actual path used for the remote CE connectivity would be a single unless we are using load-balancing.
    Hope this helps you a bit on your requirement
    Thanks & Regards
    Vaibhava Varma

  • How can I change icons for saved links

    I have a number of links on my Bookmarks Toolbar for quick access. Each of them used to have an icon associated with it, but now one icon is missing. The link still works OK, so it's just a matter of not being able to spot it quickly with the icon.
    How can I tell FF what icon to use for a link?
    I can't do it on the toolbar or in the properties function for any link. I thought I used to be able to change it at will.

    You can do that with the Bookmark Favicon Changer add-on - https://addons.mozilla.org/firefox/addon/bookmark-favicon-changer

  • New desktop has wrong path for page links in nav bar

    I created a new desktop and have the following problem. The image links to portal
    pages in the horizontal nav bar in the top have wrong path.
    Example.
    In the original portal the home page link in the nav bar has a image associated
    with it in workshop.
    \framework\skin\classic\images\home.gif
    The partial url generated for the image looks liek this:
    \mywebapp\\framework\skin\classic\images\home.gif.
    I created a new desktop everything works fine except for the images. The href's
    are created for the links but the image path is wrong.
    the url generated is : \mywebapp\appmanager\framework\skin\classic\images\home.gif
    The "appmanager" in the path causes the problem.
    Is this a bug?

    Hi Subbu,
    I used workshop page properties to associate the image to the page.
    framework/skins/classic/images/home.gif
    - Shankar
    Subbu Allamaraju <[email protected]> wrote:
    Shankar,
    Did you use any tag to create the img tag? Do you have any sample
    HTML/JSP snippet?
    Subbu
    Shankar Bala wrote:
    I created a new desktop and have the following problem. The imagelinks to portal
    pages in the horizontal nav bar in the top have wrong path.
    Example.
    In the original portal the home page link in the nav bar has a imageassociated
    with it in workshop.
    \framework\skin\classic\images\home.gif
    The partial url generated for the image looks liek this:
    \mywebapp\\framework\skin\classic\images\home.gif.
    I created a new desktop everything works fine except for the images.The href's
    are created for the links but the image path is wrong.
    the url generated is : \mywebapp\appmanager\framework\skin\classic\images\home.gif
    The "appmanager" in the path causes the problem.
    Is this a bug?

  • How to read ZIP files(having PDFs,Image) using MQ Series link for R/3

    Hi,
    1)Is it possible to transfer a zip file (having an image or pdf) using IDocs in SAP 4.6C using MQ Series link for R/?
    Scenario: "MQ Series link for R/3" converts Business-Reports from a third-party software,into SAP IDocs.Each Business-Report contains one XML file and one ZIP file.
    2)Being on ABAP side,do I have to worry about how the zip file would be converted into IDocs?
    Detailed descrption:
    This scenario requires integration of a non-SAP software which talks in XML with SAP R/3(4.6C).The customer has decided to go with 'MQ Series link for R/3' (which integrates any non-SAP application running on IBM MQ Series to R/3,by converting data(in any format) into IDocs).He is not ready to go for XI.
    The Problem area is a functionality which requires the non-SAP software to send XML file along with an attached Zip file.So,XML document,basically,has a 'zippedFile' XML element having actual file in XML keyword 'file'.
    This XML document ideally, should be converted by the subsystem(MQSeries link for R/3) into IDocs i.e. into a stream which could be stored in a table on R/3 side and later, sent back to the non-SAP software through MQ Series link to be converted into zip-file again with corresponding pdfs,images.I want someone who has worked in a similar scenario to confirm this.

    Hi,
    I have a feeling I have posted this question in the wrong forum or maybe I will let you decide this.Any help would be appreciated (even the right forum name).
    My scenario requires integration of a non-SAP software which talks in XML with SAP R/3(4.6C).The customer has decided to go with 'MQ Series link for R/3' (which integrates any non-SAP application running on IBM MQ Series to R/3,by converting data(in any format) into IDocs).He is not ready to go for XI.
    The Problem area is a functionality which requires the non-SAP software to send XML file along with an attached Zip file.So,XML document,basically,has a 'zippedFile' XML element having actual file in XML keyword 'file'.
    This XML document ideally, should be converted by the subsystem(MQSeries link for R/3) into IDocs i.e. into a stream which could be stored in a table on R/3 side and later, sent back to the non-SAP software through MQ Series link to be converted into zip-file again with corresponding pdfs,images.I wanted someone who has worked in a similar scenario to confirm this.

Maybe you are looking for

  • ITunes 9.2.1 & iPhone 3GS iOS 4.0.1 - Apps Icons Missing After Sync

    As stated on the title. It was syncing fine with all the icons and everything when I was running 3.1.3, but after i updated to the new iOS and the new iTunes, the apps have been getting funky. Sometimes they'll go missing or moved around quite a bit.

  • Problem of cut,copy,past ,undo and redo actions

    hi iam a student of computer science iam working on my project notpad in this i have to apply the command of doing cut ,copy ,past ,undo,redo how can i use thes actions in my project please help me for making my project i will wait your response at [

  • Formula Column in Discoverer!!!!!

    Hi, Is there any object in discoverer like formaula column of ORACLE REPORTS to store the value? waiting for reply in detail bye santosh

  • FormsCentral - design form : Initialize form field with default value

    Hello,           My customer asks me to initialize text fields with default values. Example , Name , email , phone number etc to be displayed by default till it is overwritten by values entered. Could you please guide me how to achieve this ? Many Th

  • ABAP METHODS : HELP

    hello friends,                     I need some basic stuff on Method like what actually there role is in ABAP as i am shifting to OOPS . I have read some document but all are explaning methods with classes , kindly reply with some stuff which should