Incorrect call to external link

Hello experts,
Business is requiring and external link in a development, so users will click on it and it should take them to a web page in their intranet site. Even when our developer is assigning the correct link, SRM is changing the URL.
example:
The URL we want to access http://www.mycompany.com/sites/intranet.htm
but when we click on it, the system send us to: http://<SRM server web address>/sites/intranet.htm
Complete error says:
Service cannot be reached
What has happened?
URL http://<SRM server web address>/sites/intranet.htm call was terminated because the corresponding service is not available.
Please advice on how to solve this issue. Thanks!
Regards,
Gilberto Gallardo.

Hi Gilberto,
What is this development where the URL is changed, you mention that SRM changes the URL when it is accessed.
Is this custom development using standard SRM functions to read the text/URL contents?
Perhaps you can explain some more about the Development and it's use in your SRM client?
Regards
Jason

Similar Messages

  • How to call an external server from Webdynpro program?

    Hi All,
    i have a requirement in which i have to call an external server from Webdynpro ABAP program.
    how to imp

    hi ,
    do u mean u need to call the external link from ur WD ABAP application ?
    if so , u either create
    1 a Link to URL ( LTU ) UI element  and call the external link using that
    2 if u wish to use some other fuctionality and thn wish to call the URL in ur application ,u write this piece of code in ur relevant on Action method :
    data:  lo_window_manager type ref to if_wd_window_manager.
    data:  lo_api_component  type ref to if_wd_component.
    data:  lo_window         type ref to if_wd_window.
    data:  ld_url type string.
    lo_api_component  = wd_comp_controller->wd_get_api( ).
    lo_window_manager = lo_api_component->get_window_manager( ).
    ld_url =  ''.  // ur external sever link here
    CALL METHOD lo_window_manager->CREATE_EXTERNAL_WINDOW     
    EXPORTING     URL                = ld_url           
    RECEIVING     WINDOW         = lo_window.
    lo_window->open( ).
    I hope u wud be able to create URL now .
    regards,
    amit
    Edited by: amit saini on Oct 13, 2009 11:25 AM

  • Redirect from task-flow to an external link

    Hi,
    From a bounded task-flow I have to use an ePayment virtual system. I have some parameters to fill and call an external link. One of those parameters is the ReturnURL when the payment system will return after finishing the Credit Card payment.
    I am confuse about what to give to ReturnURL variable if the call is from a task-flow. Note that I need the return to be in a specific View inside the task-flow to let me modify/add some value to the DataBase.
    getHeader did not work because it gives the following:
    request.getHeader("Referer");
    http://localhost:7101/TasdeeqApp/faces/member-task-flow/certifyDocument?_adf.ctrl-state=12oyjcx0ho_27
    Any idea about how to develop this type of external payment server using ADF-faces?
    Task-Flow------->https://XXXX---->Back to a specific View inside the Task-Flow
    Thank you
    Jamil
    Edited by: Jamil Nour on Sep 20, 2010 6:47 AM

    Hi Jamil,
    First of all in your case as you want to return to the page in ADF from the epayment, you must to use the UN-bounded task flow with a page that has bookmark flag==true in order to be able to return to that page in your UN-bounded task flow.
    But if you are insist to use the bounded task flow when creating that task flow in the create page un-check the property use-page-fragment.
    then, drag a page ->.jsp not .jsff on that bounded task flow and when you run that page from bounded task flow you will see the address.
    use that address for the return-path.
    http://127.0.0.1:7101/test-forum-ViewController-context-root/faces/adf.task-flow;jsessionid=vGtgMYGSnFdyv1LQXhJ1yQ69MWT26ppvVJQdZTRyzKStrs5L2kHq!-448081696?adf.tfId=*task-flow-definition1*&adf.tfDoc=*/WEB-INF/task-flow-definition1.xml*&_afrLoop=1003390740777&_afrWindowMode=0&_afrWindowId=null
    those with bold is what the parameter must be included when you just right-click on the page on the bounded task flow and run it you will see the URL. just use that URL.
    But if you want to use page fragment to be included in the popup in the page it is not possible to return to them.
    to complicate the situation I have to add another problem that when you want to return to a page in the bounded task flow that page must be only the Entry point (the page with a green hollow around it) if you want to return to a page in the middle of the Task Flow you must use a router in the First Entry and that router base on some parameter from Request decide that go to which page.
    if you think this senario complecated just drop me an email and I will create a test case for you.
    another issue to consider is the property of adf.ctrl-state=16d41j3t8n4* generally when you want to return to an ADF application if you do not specify the exact adf.ctrl parameter to the URL when you want to return to ADF you will face some problem, to clarify the issue when you login to a ADF applicaiton a adf.ctrl parameter is generated that hold the user specific parameter when you leave ADF and want to return to ADF again, as you not login again(create fresh session), you want to continue your last session, you must return to ADF application with same value for ADFctrl.
    I hope this issues give you the idea. ;)

  • When I call an external program from Labview, how can I embed the interface into the front panel?

    I'm running Labiew 6i for Linux. I'm using a system exec.vi to call an external program to do image manipulation (since there is no IMAQ for linux). How can I embed the user interface of the external program into the front panel of Labview?

    As far as I know, the only way to embed other GUIs in LabView is an ActiveX in a container.
    As long as you are using Linux, try to place (moving them on the desktop ) the two windows linked (like those 3 of WinAmp).

  • The portal url appears in external links in XML Forms

    Hi,
    I have created an XML Forms application that should contain a link to an external webpage.
    In the Edit view I have created 2 text fields.
    1 for the url and 1 urlname for the name of the link.
    In the Show view I have created a link (Lable)  with:
    Hyperlink property:        /DataSchema/DataModel/url
    Schema Reference:          /DataSchema/DataModel/urlName     
    Style :              Function Link
    When I run the application It renders the link as a link with the urlname as the name of the link.
    Great !! ;0)
    <b>...but</b> when clicking on the link it open up a new window with the <b><b><b>portal URL</b> + the specified url:</b></b>
    E.g.
    Test data:
    Name:     Google
    URL:     http://www.google.com
    Result:
    <b>http://<portalurl>:58000/irj/portal/http://www.google.com</b>
    Why does this happen? And what can I do in order to open up the new window with just the url that I have provided (http://www.google.com)
    Thanks for any help !
    Best regards
    Rasmus

    Hi All and thanks for all help
    But..
    The thing is that it has nothing to do with the application.
    E.g. I have tested the <b>SAP_APP_FAQs</b> forms application delivered by SAP.
    This forms application has an external link called <b>Read more… </b>When I test this forms application everything is OK. It opens up the target URL in a new window e.g. <b>http://www.google.com</b>
    This is exactly what I want so I make a copy (save as) of the project. I run the application and believe it or not I got the wrong result: <b>http://<portalurl>:58000/irj/portal/http://www.google.com</b>
    I have not made any changes of the application!!
    Can any tell me what’s wrong?
    Thanks in advance
    Best regards
    Rasmus

  • Calling an external C function from a C file in JNI

    Hello,
    I am trying to call an external C function, from a C file which is being called by a Java file. I am getting an unresolved symbol error. I have tried many things like, making the external C function in the format of JNI, etc, etc. It is still not working. I think it has something to do with linking the two C files. If anyone can please answer this, it would greatly help me. here is the code:
    HelloWorld.c:
    #include <jni.h>
    #include <stdio.h>
    #include "MyOldHello.h"
    #include "HelloWorld.h"
    JNIEXPORT void JNICALL
    Java_HelloWorld_print(JNIEnv *env, jobject obj)
         helloPrint();
         return;
    HelloWorld.java:
    class HelloWorld
         private native void print();
         public static void main(String[] args)
              new HelloWorld().print();
         static
              System.loadLibrary("HelloWorld");
              System.loadLibrary("MyOldHello");
    MyOldHello.c:
    #include <jni.h>
    #include <stdio.h>
    #include "MyOldHello.h"
    void helloPrint()
         printf("\nHello World!\n");
    MyOldHello.h:
    void helloPrint();
    Now i use the Visual C++ command prompt to compile this by saying:
    javac HelloWorld.java
    javah -jni HelloWorld
    cl -Ic:\Java\jdk1.6.0_20\include -Ic:\Java\jdk1.6.0_20\include\win32 -MD -LD HelloWorld.c -FeHelloWorld.dll
    and now it gives me the error saying that there is an unresolved external symbol, which is the call to helloPrint in the file HelloWorld.
    If anyone knows how to solve this, or how to call external C functions from a C file that is being called from a Java file using JNI, please respond.
    Thanks
    Nick

    Hi,
    In your post on velocity review, you did not compile MyOldHello.c. You compiled a C file that included the header file for it and called a method defined in the header. The linker is never going to be able to find the code for this if you do not include the object file for this.
    Try this. You will also have to add in any JNI libraries you need to link against but I am sure you could work that out.
    cl /c MyOldHello.c
    cl /c -Ic:\Java\jdk1.6.0_20\include -Ic:\Java\jdk1.6.0_20\include\win32 -MD HelloWorld.c
    cl /LD MyOldHello.obj HelloWorld.obj /FeHelloWorld.dll
    [http://msdn.microsoft.com/en-us/library/f35ctcxw(VS.80).aspx]
    Cheers,
    Shane

  • External link opening in a loop

    Hi all,
    We have a requirement of adding an external link as a new area under the 'Overview' in the Home Page Framework for ESS.
    I carried out the following steps -
    - Create a z-resource for the url, in window name mention u2018_blanku2019. In the url path mention the url of the link to be called. Eg. Http://www.google.com.
    - Create a z-area.
    - Assign z-area to area group page (SAPDEFAULTESS_ERP2005).
    - Create a z-subarea.
    - Assign z-subarea to z-area.
    - Create a z-service, mention u2018service typeu2019 as u2018direct URL launched in separate windowu2019.
    - Assign z service to the z-subarea
    - Go to content admin and do the following settings :
    o create a new iview using the i-view template.
    o Select template SAP WebDynpro i-view
    o Select application type as u2018WD fo Javau2019.
    o Enter application name as u2018sap.com/pcui_gp~xssutils/XssMenuAreau2019, namespace as u2018XssMenuAreau2019, and application parameter
    as u2018sap.xss.menuarea=ZNEWAREA&sap.xss.menuargrp=SAPDEFAULTESS_ERP2005&sap.xss.menuhdr=SAPDEFAULTu2019
    Where,
     sap.xss.menuarea will be the name of New Area you will create in SPRO,
     sap.xss.menuargrp is the name of Area group as in SPRO and
     sap.xss.menuhdr is the name of header as given in SPRO.
    o Change u2018open in new windowu2019 property of the iview to u2018Nou2019.
    o Create a WD proxy page and add the iview as a delta link to the page.
    - Now create a workset, and assign the page to the workset
    - Add the pcd link of the page to the resource in spro.
    I have done these settings in both our sandbox portal as well as our development portal. The link is opening correctly in the sandbox portal.
    However, the link is opening in a loop that takes us to u2018Overview' page over and over again in the development portal.
    We are unable to point out the cause of this difference in behaviour between the two portals inspite of the same settings.
    Any pointers on how we can rectify this issue will be appreciated.
    TIA.

    Dear varkgirl:
    Thank you very much for your help and valuable suggestion.
    I've tried your suggestion but ran into some problems. The links I am trying to open in another window are actually PDF files that the viewer can download from my website.
    Since I was having problems I decided to try something else. After publishing the website to my desktop I then opened the pages where the links are in Dreamweaver. The layout view is great and displayed the image just the way it appears on the browser's window. I first selected the "link button" to the file and then in the inspector windows (bottom of the page) I chose under target the "_blank" option. This tells the software that the linked page or file is to be opened in a new blank browser window. I then saved the page (re-saved it over the existing file) to incorporate the changes. After this I proceeded to navigate through the website and everything works great.
    Thank you for your help and suggestions. I just thought I would post this here in case it may be of help to you as well as others.
    Best regards,
    Joseph Chamberlain

  • Call a external application without using a webservice

    Hi all,
    How can we make a call to external application without using webservice from BPEL or OSB.Please share any links to refer.
    Thanks,
    Kiran

    Hi.
    Probably the options:
    1. Adapters. BPEL PM offers a different set of adapters that allows the process to communicate with external apps
    2. PRobably a basic HTTP POST could be an option
    3. Writing some code inside a Java Embedded activity
    Which application are u trying to communicate with?
    thx
    best

  • Opening dynamic external link in new window

    Hi,
    I have a XML file with data and one field is an http external
    url address, what I'm trying to do on the frontend is create a
    button that will call that url from my XML file it goes in the
    format of {product.link}. I've looked at flex examples around the
    net about opening external links in new windows but nothing to use
    an url that has been called via a datasource.
    Ideally it would also bypass the popup blocker issue and also
    allow me to choose to display toolbars, scrollbars etc.
    If anyone could help I would be very greatful
    Thanks

    hi,
    I believe what you looking can be meet by working on Portal Content administration and in SPRO, navigation. Please eloborate more on what you have done and how you want your custom link to appear in portal e.g iview, tab, or seperate window.
    Information from your end could help to understand or even to get more knowledge about this.
    Pramod

  • External link for documentation in Query

    Hi,
    in a query I have trained the display document link for Date and Masterdata. When I select the link I can visualize the content of the document created in BW. 
    I have the necessity, instead, that when I call the link of the document from the query it has directly or indirectly aim also (double jump) to an external link where the documentation there is (example: in the document contain link: http://www.lg.com/). It is possible?
    Thanks.

    Hi Kams,
    I have not made sense of well perhaps. In the property of the query I am able setting the visualization of the in partnership documentation to every InfoObject. On Click the "leaflet" opens in the web all documents associated for the InfoObject. My problem is that the documentation resides on an external link to BW and therefore I want to make to aim not to the Repository SAP but to an iperlink that open the documentation of that object. Is it possible?
    If I use the RRI, in the context menu opens only on the characteristics in drill down and not on all those contained in the query as instead it happens if imposes the visualization of the documentation.
    Thanks.
    Best Regards.
    Charly

  • Opening an external link using javascript.  Keeping new window in front

    I am displaying a photo from an external link when called upon from my swf.  When the user clicks a button, up pops a corresponding photo in a new browser window.  After the photo window has opened, if the user clicks another button the photo browser will update but its no longer in front.  I know I need to use the focus() command but cannot figure how to incorporate it into my AS3 code.
    var req=new URLRequest();
    function scrollPanePopulate(event:Event){     
         //create the temp variables
         var calledPhoto=pntxml.row[pointindex].PhotoUrl;
         req=pntxml.row[pointindex].PhotoUrl;
         var jscommand:String = "var newwin=window.open('"+req+"','win','height=400,width=600,left=650,top=50,toolbar=no,scrollbars=yes,location=no');";
         var url:URLRequest = new URLRequest("javascript:" + jscommand +"void(0);"); navigateToURL(url, "_self");
    The above code works great but I want to keep the photo window in front when it is refreshed.  Any suggestions?
    thanks in advance...
    -josh

    var req=new URLRequest();
    function scrollPanePopulate(event:Event){    
         //create the temp variables
         var calledPhoto=pntxml.row[pointindex].PhotoUrl;
         req=pntxml.row[pointindex].PhotoUrl;
         var jscommand:String = "var newwin=window.open('"+req+"','win','height=400,width=600,left=650,top=50,toolbar=no,scrollbars=yes,location=no');";
         var url:URLRequest = new URLRequest("javascript:" + jscommand +"void(0);newwin.focus();");
    navigateToURL(url, "_self"); }
    //  p.s.  you should be using externalinterface class.

  • How can I make an external link (to a different folder) from the main menu?

    How can I make an external link (to a different folder) from the main menu?

    If the folder is outside the Muse page, you will have to insert manual HTML to define a more complex URL like e.g. ../_stuff for going one level up and then into a folder called "_stuff" The deeper you are in the hierarchy, the more ../ you will have to add to climb up.
    Mylenium

  • Virtual Extension calls an external SIP URI, possible?

    Is it possible to setup a virtual extension (or dial plan normalization entry) to call an external SIP URI? For example, let's say we want Lync callers who dial '411' to reach a public SIP URI of [email protected] ? Thank in advance for your time to reply!

    It's possible by creating static route
    To configure static route, you refer below link
    http://blog.schertz.name/2013/09/selecting-matchuri-lync/
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"
    Mai Ali | My blog: Technical

  • Tracking external links

    My HMTLDB application manages many external links.
    I'd like to somehow count which of these is used more often to be able to do things like:
    List most popular items
    Any suggestions on best methods to track external links?
    Anyone else done something like this?
    (i.e. use redirects or some other method)
    Thanks,
    Erik

    Erik ,
    You need to include your workspace ID in the proc call
    begin
    htp.p('<a href=HTMLDB_UTIL.COUNT_CLICK?p_url=http://yahoo.com&p_cat=yahoo&p_company=NNNN
    Click </a>')
    where NNNN = your workspace ID.
    You can obtain Workspace ID value using function HTMLDB_CUSTOM_AUTH.GET_SECURITY_GROUP_ID
    Regards,
    Sudha.

  • To Call an external application Web

    Hello,
    I want from a menu entry OeBS to be able of call an application by an external link url (example: http://localhost:8080/MyApplication)
    Do you know what I have to save function to make that HTML Call ?
    (System Administrator -> Application -> Function)
    Thank you

    so if you have a test_launch.jsp in the $OA_HTML directory containing the following lines
    <%-- --%>
    <% response.sendRedirect("http://servername.domain.com:8080/MyApplication");     %>
    <%-- --%>
    You get that error when calling the function from within the ebusiness suite?
    What happens if you go directly to http://ebusiness_servername.domain.com:port/OA_HTML/test_launch.jsp

Maybe you are looking for