Alias for Nakisa URL

Hi,
our OrgChart runs on SAP portal (url placed directly in iView) under reversible proxy-server. This proxy replaces actual URL in calls from OrgChart with it's own. Then OrgChart fails to launch, getting java-errors in files:
https://<Proxy address>/OrgChart/Scripts/xmlhttp.js
https://<Proxy address>/OrgChart/validation.jsp
https://<Proxy address>/OrgChart/Scripts/xmlhttp.js
How to set alias for proxy server name in OrgChart?
Regards,
Sergey Aksenov
Edited by: Sergey Aksenov on Dec 2, 2011 11:58 AM

Hi Sergey,
You cannot set the Proxy settings in OrgChart. You might be able to set Proxy settings in NWCE, but for that I would post the question in the [Portal Implementation Forum|The specified item was not found.;. If you leave the thread open please post any solution you get from the other thread.
Best regards,
Luke

Similar Messages

  • Alias for the url to application.

    I am not sure whether I have titled by subject correctly.
    This is my requirement..
    This is my link to access my application
    http://dbahost:7780/pls/apex/f?p=102:1
    When rolling out this application I want the users just to type cdweb on the url and it should take them to the application. How can I do this?
    Right now I have a dns alias for the host as cdweb --> dbahost.
    Any thoughts?

    Hi
    This might help you
    http://www.inside-oracle-apex.com/nicer-url-for-an-oracle-apex-application/
    Br, Jari

  • How to create an External Alias for a Portal URL ?

    Hi Gurus,
    Can anybody tell me how to create an external alias for a portal link(URL). Actually, my problem is i want to send this Portal URL(link) thru' a SendMail step to the user so that when he clicks on it, it will take him to his UWL(Ofcourse after signing-in). As this URL length is > 80 char(101 char), i am not getting the full lenght URL in my Outlook mail. THough we are on ECC 6.0,Basis Rel 7.0, as per the OSS note 559234, we should have this length extended to 132 bytes. But, for some reason, its not happening. And,in the same OSS note, it was mentioned that we can use external aliases to achieve this(shortening the URL length).
    Can anybody tell me how to achieve this, either thru' increasing the URL length or thru' ext. aliases.
    Please reply asap.
    Thanks in advance
    venu

    Not an issue as of now. I'll open up again if needed

  • Alias for Sender SOAP Adapter URL

    When I create a web service for an o/b interface using the wizard, I need to give the URL of the pattern
    http://<host:<port>/XISOAPAdapter/MessageServlet?channel=<party>:<service>:<channel>
    Looking at the URL, I think there is servlet that is processing the incoming SOAP messages based on the parameter (channel) and adding the SOAP Header for Sender Service, Sender Interface from that channel before sending it to IE.
    Is there anyway to create aliases for these URLs so that I can have distinct URL for each interface eg. http://<host:<port>/DeliveryConfirmation, http://<host:<port>/InvoiceCheck etc?
    I need to publish web services in custom-built UDDI tool which expects the URLs to be unique. (This uniqueness should not based on the parameter 'channel'). UDDI tool expects the part of the URL before '?' to be unique, which is not in my case. So, I'm thinking of aliases.
    Did anyone create Alias for sender SOAP adapter URL?
    I appreciate your inputs on this.
    thx
    praveen

    Stefan,
    Creating an alias like (http://<host:<port>/DeliveryConfirmation) for each web service makes the end Point URL (http://<host:<port>/DeliveryConfirmation?channel=<party>:<service>:<channel>) unique and my custom-built UDDI server would allow it.
    In this case, all the aliases would be for the same context path '/XISOAPAdapter/MessageServlet', right?
    I see the following on the help page.
    Prerequisites
    You must first have the J2EE Web applications deployed so that their aliases are added to the list of available application aliases. Then you can decide which one to remove from it.
    Do I need to deploy any J2EE Web Application here?
    I'm thinking that since 'XISOAPAdapter/MessageServlet' is already deployed, I just have to create a various aliases for it.
    I highly appreciate your inputs.
    thx
    praveen

  • Url alias for portal

    Hi All,
    I am new to this portal
    Can anybody suggest me a way to create alias for my portal.
    i want to access my portal using <b>http://<servername>:<port>/sapportal</b>         without using <b>http://<servername>:<port>/irj/portal</b>
    regards,
    prasanthi o.

    irj/portal will come as default with portal
    if u want remove this irj/portal u can remove but u can't replace with sapportal
    if u want to access certain iview or pages directly u can use quick links option
    Quick links are shortcuts to iViews and pages. Each quick link is a string that you add to the default portal URL in order to navigate to a specific iView or page.
    Quick links provide a meaningful name for iViews and pages to which users may want to navigate.
    Procedure
    1.     Enable Short URLs
    a.     Go to System Administration-->Navigation --> Short URLs
    b.     Choose True (default) in the Use Short URLs drop list menu
    c.     Choose Save Configuration
    2.     Define Quick Links
    a.     Go to Content Administration --> Portal Content ->Folder --> iViews (i.e. Content Administration à Portal Content à My Folder à iViews à SAP News)
    b.     Double-click SAP News to edit the iView
    c.     Choose Navigation from the Property Category drop list menu. 
    d.     Enter a name for the Quick Link. (i.e. News)
    e.     Choose Save.                                
    f.     Choose Close.
    g.     Add the object to a role if necessary.
    h.     Repeat steps a to go to create more Quick Links.
    3.     View a Quick Link or Short Navigation URL in the Portal.
    a.     Enter the link to your portal and append the Short Navigation URL or Quick Link. to the URL
    (For example, http://myServer:50000/irj/portal/News)

  • [SOLVED] need seamless dir structure / alias for 2 servers

    /htdocs is my doc root on my local testing server,
    but on my file structure on my development machine i like to try to mimic my remote host as close as possible to keep files easily cross-compatible.
    correct me if im wrong but most apache hosts that are user based are set up in a way that the user directory is the ftp server root (/home/user/), and the /home/user/public_html is the doc root as accessed through DNS.  Is it even possible to expect that my testing server can mimic this behaviour without using the ~user/public_html settings without creating chaos?
    i was wondering if an alias for the htdocs somehow would work so that when i ftp across the lan, it smylinks the htdocs/ directory as if it were the public_html/
    this way the folllowing will look like this
    remote server dirs; (the way it is set up now, and is perfect, no edits needed)
    root/sensitive_website_includes/
    root/public_html/website1/
    root/public_html/website2/
    local testing server dirs;
    root/sensitive_website_includes/
    root/htdocs/website1/
    root/htdocs/website2/
    Last edited by wolfdogg (2011-06-03 21:38:44)

    ok, i have come to the conclusion that i probably need keep using the public_html directory on my testing server even though its cumbersome because it seems to me that the /htdocs on my testing is equivalent to the /~user on the remote.  therefore,  if the /~user must contain a public_html dir then so must the /htdocs.  Also, on the remote ill just keep my sensitive includes inside the public_html, but above the website folders (above where the domain names point).
    /htdocs/public_html/sensitive includes
    /htdocs/public_html/website1
    /htdocs/public_html/website1/apps
    /htdocs/public_html/website1/forum
    /htdocs/public_html/website2   etc..
    note;
    on the testing server -  /htdocs is the real public directory, as accessed through the lan
    host root url = http://localhost/ (top most accessible location for a user via a url, and is above the website folders)
    website1 url without a vhost = http://localhost/public_html/website1 (pain in the arse)
    website1 url after vhost = lh.website1.com
    on the remote server - /~user is the real public directory if accessed through the servers "actual" dns such as this
    host root  url = http://serversdomainname/~user(top most accessible location for a user via a url, and is above the website folders)
    website1 url = http://serversdomainname/~user/public_html/website1 (actual location for website)
    website1 url = http://website1.com (after trying in domain name)
    (note i have convinced my paid hosting company to take my primary website that the hosting account is attached to, and replace it with a fictitious one, so that all this could be accomplished, this way there isnt a domain name other than the servers that can access the public_html directory at all, this adds a good layer of security.  now all the websites are on an equal par, in subdirs)
    so in the end the testing does mimic my linux remote server(paid hosting)
    it would still nice to be referred to the correct documentation to mask a directory like mentioned, i guess its sort of a reverse alias if anybody is familiar with this.  and is there anybody else here that has done this sort of thing?
    Last edited by wolfdogg (2011-06-03 22:00:53)

  • How to specify alias for local filesystem in JBOSS

    hi,
    I want to specify alias for localfilesystem in JBOSS. I know how to do it in Apache_2.0.52-Openssl_0.9.7e-Win32. In this we can specify alias as,
    Alias /icons/ "C:/Program Files/Apache_2.0.52-Openssl_0.9.7e-Win32/icons/" in httpd.conf and futher we can specify the directory access also. So I want to do the same thing in JBOSS. How to do it.
    Thanks.

    JBoss is an app-server, not an HTTP server. The concept of directories is meaningless, as everything is based on contexts. Any of the HTTP server options will be handled by the Tomcat (Catalina) engine that is part of the JBoss installation. You can configure the Tomcat server by editing the jboss-service.xml file in JBOSS_HOME/deploy/tomcat-5.5.sar (or something like that). If you really need to start mapping/rewriting URLs onto your J2EE application, I'd suggest using Apache as the front-end, and connect the Web-tier to Apache via mod_jk. Then you can use all of Apache's URL rewriting and directory aliasing and specify access on a per-location basis. Some of Apache's functionality may be available to the Catalina engine, but there's no sense in trying to make Tomcat as "capable" as Apache, when a means to connect the two already exists.
    Brian

  • Alias for FQDN

    Hello expert, I am thinking to create Alias for Fully Qualified Domain Name(FQDN) for the BSP page for SRM EBP(bbpstart). I know there is external alias function from SICF. But that is for the subfix. I want to have alias replacing the fully qualied domain name part. I know we could do it on IIS level. But not sure if SRM system has that.
    For example: http://hostname.domain.port/srm              
    where srm was already replaced sap/bc/gui/sap/its/bbpstart by external alias from sicf
    But I also want the FQDN, hostname.domain.port, replace by a name, let's say enterpriseshopping.
    so the desired URL will be http://enterpriseshopping/srm
    And advice would be very appreciate..
    Thanks,
    Kev

    Hello Sanjeev, thank you so much for the help.
    It is a bit complicated for me to understand those scenarioes. Our SRM system is only for internal users, intranet. Can you help me to fill these fields out.
    For my example of current url https://Dxxname.XXX.com:8080/srm
    and the expected url https://www.enterpriseshopping.com/srm
    shall I enter these for table httpurlloc:
    Mandt = 100
    Sort_key = ?? ( any help for this, there isn't much info from help )
    Protocol = https
    Application = *
    For_domain = " " (blank)
    Host = www.enterpriseshopping.com
    Port = 10443 ( the default port for internat )
    Am I really wrong, or ....
    Thanks again,
    Kev

  • How 2 define alias for WD Component / Application

    Hi all,
    There are methods in IWDDeployableObject to get WD Component / Application (WDDeploableObjectPart) by alias.
    But how to define alias for them? Where should definition be placed and what is the format? Could anyone share working example or point to related documentation?
    VS

    Noufal & Bharathwaj,
    Probably there is a confusion here: HTTP aliases are related only to corresponding service, and affects how URL is composed / interpreted.
    On other hand, aliases I mentioned are related to  deployment service (in this case: lookup deployable object part by alias). By the way, they cover both WD applications and <b>components</b> (probably component interfaces and more).
    Valery Silaev
    EPAM Systems
    http://www.netweaverteam.com/

  • Creating Alias for any application which has been integrated into portal

    Hi All,
    How to create Alias for any application which has been integrated into Portal?
    What is portal alias?
    What is URL alias?
    What is the difference between all the three?
    Thanks,
    Jyothi.
    Edited by: Venkata Naga Jyothi on Nov 23, 2011 10:18 AM

    Hi jyothi,
    1. For your first question Regarding How to create Alias for any application which has been integrated into Portal? Can you please be more clear here my question is why do you need to create alias for applications that are integrated into the portal.
    2. For your second and third questions find the below links
    http://help.sap.com/saphelp_nw70/helpdata/en/6e/8590f1d6d349c9adc34c6a8085189b/content.htm
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/10da65ed-615b-2d10-efbc-ed07a5385633?QuickLink=index&overridelayout=true
    Thanks,
    Rahul.
    Edited by: rahul.girmaji on Nov 23, 2011 6:29 PM

  • Create Alias for BSP

    Hello
    I.m trying to create Alias for BSP
    When i try to create an external Alias and to save i get the folowing message:
    Service  /sap/bc/solman/defaultUser   Cannot be accesed!
    Message no. SHTTP009
    Diagnosis
    You have not entered a  handler, and the other services in URL also do not have a handler. This means the service cannot be accessed by HTTP request
    Procedure
    Check whether this is intentional, and if necesary, enter a handler

    Hello,
    I've read the thread and i've done the steps from there. I've enterede in se80 and published WEBGUI and SYSTEM. but when i try to create the alias i still get the same error. "no handler defined". The connection to the sistem with webgui works. I think that i need to publish another service. I need to use the service under: sap/bc/solman/defaultuser.
    Regards

  • Is it possible to create an alias for a network share?

    I would like to have an alias on my desktop for several network shares. If I create one and then eject the share, the shortcut still works for a while, but then it fails to find the target.
    I would like to avoid having to use the Go to server function every time I want to connect to a share.
    Regards,
    -Travis

    Hi Rene,
    It is not possible to create alias of sap pi webservice. refer the micheal's reply in below blog
    Alias for Sender SOAP Adapter URL
    regards,
    Harish

  • What is the best method for bookmarkable URLs

    Hi Everyone,
    I've been working with JSF for a little while now, and I've been using RestFaces ( [https://restfaces.dev.java.net/|https://restfaces.dev.java.net/] ) for my bookmarkable URLs, but there are still a few limitations, like, when validations phase occurs, the real path to the JSF page is exposed (currently working on a fix, but it's lead me to ask some other questions.)
    What has everyone's experience been?
    I want to be able to use Pretty URLs as Links, commandButtons (aka, as a result of an action method / or any navigation event).
    So:
    http://mysite.com/app/viewuser/username1
    This URL should bring me to the viewUser page... and if they choose to take an action, "Edit a user" by clicking a command button for example, then they should be redirected to the editUser page, which should still have a pretty URL: http://mysite.com/app/edituser/username1
    Effectively, I want to alias a pretty URL to a page:
    /Login -> /faces/login.jspx
    /viewUser/{username} -> /faces/viewUser.jspx (and also sets the username parameter based on the value parsed from the URL)
    /editUser/{username} -> /faces/editUser.jspx (and also sets the username parameter based on the value parsed from the URL)
    I know PrettyURLPhaseListener helps with this, but it does not enable rendering of pretty URLs after navigation like RESTfaces does.
    Thoughts? Thanks.

    Ok, so I solved my problem by creating a JSF extension.
    [ PrettyFaces|http://ocpsoft.com/prettyfaces/]
    I wrote it recently and released it as opensource in order to fix some of the major problems with existing JSF URL mapping tools.

  • Error while creating a deployable proxy for a URL in NWDS

    Hi ,
    There is a requirement for calling a webservice in the .NET platform from JAVA using NWDS. The webservice of the server is pinged using the URL of the webservice. when the URL is passed in the WS navigator of CRD ( that is Development Server) ,  the response is retreived successfully .  The version of NWDS is 7.0.23.
    we are facing problem when we are trying to create a Deployable proxy in NWDS by using the following steps :
    1) Create a Development Component
    2) Select the Deployable Proxy
    3) Create the Client Proxy Defintion of the created DC
    At step 3 , when we giving the url or WSDL link  like "http:// www3.authoring.syngenta/newswebservice.asmx?WSDL" (this is just for example) , it is showing as "Invalid wsdl or wsdl not found " . so  that we are not able to procees further.
    When we are trying to create proxy the for the WSDL link like " http:// www.authoring.syngenta/newswebservice.asmx?WSDL" , we are able to create successfully.
    can anyone suggest why we are able to create the proxy for the URL "http:// www.authoring.syngenta/newswebservice.asmx?WSDL" and not for the other URL.
    Any pointers or suggestions are very helpful.
    Thanks and Regards,
    Sreedevi

    Late response I know, but I have solved a similar problem recently and thought I would share.
    Firstly, the problem is not with the namespace. The "Namespace ..." part is just stating the namespace the "Incorrect Value" has. So this error is complaining about the value "Unknown" - which isn't very helpful.
    It appears the SAP SE80 importer does not like elements like the following because it can't understand <s:element ref="s:schema" />. It appears this is a common thing to be included in .NET generated WSDLs.
     <s:element minOccurs="0" maxOccurs="1" name="GetCursDynamicResult">      <s:complexType>          <s:sequence>               <s:element ref="s:schema" />               <s:any />          </s:sequence>     </s:complexType></s:element> 
    SAP will also not like this example as it does not support mixed content (see: http://www.w3schools.com/schema/schema_complex_mixed.asp)
    <s:element minOccurs="0" maxOccurs="1" name="SaldoXMLResult">
         <s:complexType mixed="true">
              <s:sequence>
                   <s:any />
              </s:sequence>
         </s:complexType>
    </s:element>
    You can "Fix" the problem in both cases by removing the offending text in a local copy of the WSDL file so remove line 4 in the first example and change line 2 in the second to <s:complexType> the proxy can then be generated. No idea if the resulting service will be fully operational though!

  • Problem in creation of system alias for bw system

    Hi,
    I want to create system alias for the bw system
    system admin->sys Config->system landscape->portal content->my own folder
    for this folder i created the system object
    after creation of system object, from property category i select the connector and give the details.
    after that i select the user management and give
    authentication ticket - select
    Logon method- UIDPW
    User Management type- admin,user
    i saved till now
    in the display object i select the system alias
    then that screen displays
    In the system alias screen, i clicked on add button for adding alias then we r getting this message.
    User Mapping Status:  (Not ready for user mapping configuration)
    Please give the solution for solving this problem
    Regards,
    Sid.
    Edited by: sid m on Mar 11, 2008 12:15 PM

    Hi Krishna,
    I checked  the connection settings.
    WAS settings in system object is giving this mistake
    before user mapping it works fine.
    after giving usermapping i ma getting this exception.
    SAP Web AS Connection
      Test Details:
    The test consists of the following steps:
    1. Check the validity of the system ID in the system object
    2. Check whether the system can be retrieved
    3. Check whether a SAP system is defined in the system object
    4. Validate the following parameters: WAS protocol; WAS host name
    5. Check HTTP/S connectivity to the defined backend application
      Results
    1. The system ID is valid
    2. Retrieval of the system was successful
    3. The system object represents an SAP system
    4. The following parameters are valid: Web AS Protocol (http) Web AS Host Name (172.19.18.75)
    5. HTTP/S connection failed
    for testing the connector i am getting this exception
    Test Connection with Connector
      Test Details:
    The test consists of the following steps:
    1. Retrieve the default alias of the system
    2. Check the connection to the backend application using the connector defined in this system object
      Results
    Retrieval of default alias successful
    Connection failed. Make sure user mapping is set correctly and all connection properties are correct.
    Regards,
    Sid.

Maybe you are looking for