Portal language from URL

Hi,
Is it possible to force the portal to be displayed in a specific language based on an attribute passed by URL? We are on NW04S SP 10.
Is there any other way to force the portal to be displayed in a specific language other than the browser setting or the user profile?
Thanks!
Renaud

Hi Renaud
Not really. You could have multiple anonymous users, each with their own language, and start the portal passing the specific username as ?guest_user=xxx.
For regular users, I suppose you could change their language dynamically at logon time by some sort of portal component in the masthead, but it would be messy.
I'm not sure I understand why a regular user would want to use a different language...
Cheers

Similar Messages

  • Parameter for portal language

    Hi everybody,
    I want to give the portal language from actual user to a application by URL.
    Do you know the paramter that I need?
    Best regards
    Christian

    Hi Christian,
    please see my first answer in Set user Language in URL IView
    Hope it helps
    Detlev

  • Language of Webdynpro after changing the Portal Language

    Hi All,
    Even after changing the portal language from for ex. English to French, the webdynpro is still displayed in English language.
    If this session (portal window) is closed and new portal session is started, then the webdynpro is displayed in French.
    Also please note that, for iviews built using Portal HTMLB (like JspDynPages), restarting the session is not necessary.
    Any answer/solution/pointers/SAP Notes supplied is greatly appreciated.
    Regards,
    Rajit

    Hi,
    Refer to SAP Note 947081 about Internationalization
    The Blog at /people/bertram.ganz/blog/2007/01/08/the-top-12-hottest-sap-notes-every-web-dynpro-java-developer-must-know talks about this Note.
    3rd point mentions about "Language change in the portal (through portal personalization) does not get immediately reflected in the Web Dynpro iViews?"
    Hope this solves your query.
    Kind Regards,
    Nitin

  • How to set selected Language from Portal dropdown in Logon to User profile

    Hi Gurus,
    I select a language in Portal Language dropdown in the Logon Page.
    After login in the content is getting displayed in the browser language.
    I want the portal content to be displayed in the selected language in the portal LogonPage.
    I checked the thread Logon page change to add a dropdown for language
    The is the requirement for me too .
    Kindly suggest me on how to set the language in the Portal user Profile so that the portal contents gets displayed in the selected languages from the dropdown .
    Thanks in Advance

    Hi Prasanna,
    The language that the portal is displayed in depends on the following
    heirarchy, with the languages at the top of the list taking precedence
    over those at the bottom:
    1. Component (iview) language (defined in the portalapp.xml)
    2. Portal Mandatory language (defined in the prtDefault.properties)
    3. User language (defined in the user#s profile).
    4. Request language (defined by the browser).
    5. Portal Default language (defined in the prtDefault.properties)
    6. System Default language (default locale defined by the OS).
    So for example, if you have your portal user language (as in point 3)
    set to Russian, but the language of the iView that is the logon page
    (as in point 1) set to English, that logon page will be displayed in
    English.
    Keeping the above in mind, please make the necessary changes to the
    configurations and check if it helps.
    Regards,
    Sowmya
    Edited by: Sowmya K on Jun 2, 2011 11:32 AM

  • Losing portal context when URL is submitted from flash/flex portlet

    Hi, I am losing portal context when URL is submitted from action scripting in Flash/Flex portlet. I have selected the remote webservice portlet to use inline refresh. The jsp page is opening up in complete browser window instead of showing in portlet section.
    below is the code snippet i am using.
    <mm:mxml>
         <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" width="400" height="200">
         <mx:Script><![CDATA[
         public function submitToBrowser():void {
         var url:String = "formsubmit.jsp";
         var u:URLRequest = new URLRequest();
         var variables:URLVariables = new URLVariables();     
         variables.name = fName.text;     
         u.data = variables;
         u.url = url;
         u.method = "POST";
         navigateToURL(u,"_self");
         ]]></mx:Script>
              <mx:Form id="myForm" defaultButton="{mySubmitButton}">
              <mx:FormItem label="User Name">
              <mx:TextInput id="fName" name="fName"/>
              </mx:FormItem>
              <mx:FormItem label="Password">
              <mx:TextInput id="password" displayAsPassword="true"/>
              </mx:FormItem>
              <mx:FormItem>
              <mx:Button label="Submit" id="mySubmitButton"
              click="submitToBrowser();"/>
              </mx:FormItem>
              </mx:Form>
         </mx:Application>
    </mm:mxml>

    inline refresh modifies javascript, not flex. Maybe try an iframe?

  • Migrate portal content from ep 7.0 to 7.3

    Hi,
    We have to migrate following content from EP 7.0 server to EP 7.3.
    - URL iViews with language translation
    - Application Integrator iViews
    - WPC content
    Please suggest what should be the approach ?
    Will all these portal content from 7.0 be compatible to 7.3 ?
    Regards,
    Anubha

    Hi,
    Check this below link
    SAP NetWeaver 7.3 How to Guides
    Regards,
    Nivas209

  • Language specific urls in EP6

    Hi all,
    i was trying to implement language specific URL iview using the following link:
    http://help.sap.com/saphelp_nw70/helpdata/en/44/aabd5c7e8e0a47e10000000a1553f7/frameset.htm
    however this link is for EP7.
    Can anybody tell how can I implement the same in EP6.

    Hi Juhi,
       Alternate is..   Check the SAP NOTE- 961793.  Which says...
    Symptom
    Adding Language-Specific URLs
    Other terms
    EP6.0, NW04, SP18, URL iView, Language-Specific
    Reason and Prerequisites
    URL iView new feature: Adding Language-Specific URLs
    Solution
    As from NW04 SP18, URL iView presents a new feature: Language-Specific URLs. The new feature enables you to define more than one source URL for any URL iView. Apart from the default URL, which is not language-specific, you can define any number of additional URLs; each one corresponding to a different language. If a portal user's language matches a language defined in the iView, then the corresponding language-specific URL will be executed at runtime. If a portal user's language does not matches a language defined in the iView, then the default URL will be executed.
    Header Data
    +     +
    Release Status:     Released for Customer
    Released on:     26.07.2006  12:21:34
    Priority:     Correction with low priority
    Category:     Special development
    Primary Component:     EP-PIN-URL HTTP Connectivity
    Regards,
    Uday.

  • Issue in redirecting to portal page from SSO login page

    HI facing issue while redirecting to portal application from SSO login page.please find below basic details
    the application comprises of TAM / Apache / Weblogic, and all the request goes in the same order.
    When the application is deployed as portlet, the jsp page some how hard codes the apache host name, that in turn blocks any form submit or Ajax action.
    so on successful login the redirection is not happening to required portal page as it includes apache host name in the url consrtucted.
    Please suggest me what are the configurations that I need to verify .
    Thanks in Advance
    Jetti.

    If you upgrade to v7.1 you will have all those features and more - PLUS a lot of defective pieces have been fixed in 7.1

  • Portal with a URL using a Web browser in java stack

    Dear all,
    I can access the portal with our URL using a Web browser from your client machines .
    i got the following option :
    SAP Library
    SAP Library contains the complete documentation for SAP Web Application Server.
    Web Services Navigator
    Web Services Navigator is a tool that gives you a short overview of a specific Web service based on its WSDL, and enables you to test your Web service by creating and sending a client request to the real end point.
    System Information
    System information provides administrators with an overview of the system configuration and its state. It shows all of the system's instances and processes, their current state and important parameters (such as ports) that may be required for support cases, as well as the versions of the components installed.
    UDDI Client
    The UDDI client provides query and publishing functions for different Web service entities (tModels, business services) to any UDDI compliant registry.
    User Management
    The user management administration console provides administrators with the functions they need to manage users, groups, roles, and user-related data in the User Management Engine (UME). Users without administrator permissions can use it to change their user profile.
    Web Dynpro
    Web Dynpro is a User Interface technology available within the SAP NetWeaver Developer Studio.
    Various Web Dynpro tools provide administrators and application developers with performance measurement and application administration capabilities. The Web Dynpro runtime is already deployed.
    SAP NetWeaver Administrator
    A tool for administration and monitoring, offering a central entry point to the whole SAP NetWeaver system landscape. The SAP NetWeaver Administrator can be used in a central scenario where it is capable of operating an entire system landscape containing ABAP and Java systems as the application platform of SAP NetWeaver.
    J2EE Engine Examples
    This section contains several J2EE application examples that run on the J2EE Engine. The examples show some of the functions of both Java and the J2EE Engine. They can be easily deployed and tested by simply clicking on a button. The full source code of the examples is also available.
    when i click System Information:
    it ask user name () J2EE_ADMINand password (Installtion master password) ,after entered , i got below error .
    You are not authorized to view the requested resource.
      Details:   No details available
    Kindly suggest .

    Hello
    It means what it sais, your J2EE_ADMIN user doesn't have enough authorization.
    Chech if the appropriate authorization is assigned in your abap stack which belongs to the java stack you logon to:
    Role SAP_J2EE_ADMIN should be assigned to user J2EE_ADMIN.
    Kind regards
    Tom
    Edited by: Tom Cenens on Dec 17, 2010 2:55 PM

  • How to set up reverse proxy to allow user access portal site from internet

    Hi all,
    I have installed 10g(10.1.2.0.2) AS on same machine(single IP for both mid and infra with different users respectively). there is a DMZ on which windows IIS is working through which we need to redirect the request to application server such that users access portal page from internet (within intranet all URLs are working fine). I have went through technet documentation where i found 3 ways : through this link
    http://download.oracle.com/docs/cd/B14099_19/core.1012/b13998/variants.htm
    Section 9.2.1.1, "Configuring OracleAS Web Cache as a Reverse Proxy"
    Section 9.2.1.2, "Configuring the Oracle HTTP Server as a Reverse Proxy"
    Section 9.2.1.3, "Configuring Internet Information Services as a Reverse Proxy"
    I am confused to which option to use. Also i went through the metalink document 270160.1
    Please help me which option to choose to do this.
    Thanks.

    Hi Hozy,
    May be it's too late, I am thinking to go in the same route for our sap portal access to external customers. Please can you share your experience , like what are the challenges have you faced? what is the complexity? what are all the resources we need to configure this?
    I appreciate your feedback.
    Thanks
    Krish

  • Failed to read wsdl file from url

    Hi all,
    I am struggling with WL 9.2, consuming a WSRP enabled portlet at the following point:
    Having created a proxy portlet, refering to the WSDL of the WSRP producer, I did successfully deploy the portal. When accessing the portal and consuming the portlet the following exception is thrown:
    com.bea.wsrp.faults.TransportException: Failed to read wsdl file from url due to -- java.net.ConnectException: Tried all: '8' addresses, but could not connect over HTTP to server: 'www.w3.org', port: '80';
    The WSDL includes a schema (http://www.w3.org/2001/XMLSchema). The URL is definetely accessible by the server.
    I am open for any kind of support ;) Thanks in advance!
    Kind regards,
    Matthias

    Yes, they are all local schemas. The way ALSB works, even if the import path in the wsdl or parent schema doesn't exist, relative to the current directory, you can specify which schema resolves that reference. My WSDL imports several schemas, all of which import others. When I was done importing all the schemas and resolving references, all the references in WSDLs and XSDs were assigned and valid. However, after all of those imports and reference resolution, it still says the WSDL is invalid, with the following odd error message:
    The WSDL is not semantically valid: Failed to read wsdl file from url due to -- java.net.MalformedURLException: no protocol: /XMLSchema/PaymentServices/Resources/PaymentServices-200802.
    That path listed refers to one of the schemas imported by the WSDL. The reference to that schema in the WSDL was resolved, and it doesn't complain about that reference.

  • How to open NEW PORTAL PAGE from current portal page ?

    I'm very confuse with my problem.
    I have 2 portal page.
    portal page I has 2 portlet : portlet A & portlet C.
    portal page II has 2 portlet : portlet B & portlet C.
    Now my customer want : start with portal page I, when i submit portlet A, program will open portal page II.
    I don't know the way to call new portal page from current portal page. Help me, please.
    Thanks.
    Edited by: young_hero on Oct 30, 2008 1:12 AM

    Could you please help me how to call a .html page
    from a Pl/Sql procedure or trigger ?
    Thanks & Regards
    Kalyani KothaKalyani,
    Could you explain a little more exactly what you're trying to acheive? I'm not quite sure what it is you're asking for. Are you asking: "how would you/can you open a browser and direct it to a URL with PL/SQL?"
    Earl

  • IE8 portal login with URL

    HI,
    We have a login problem with IE and portal 7.0.
    When we open login window in IE with IP address,
    http://192.168.3.33:50100/irj/portal
    all works and is OK, but with URL by name as
    http://bitest.you.com:50100/irj/portal
    we got an yellow '! ' mark in left corner of the IE and after username/password nothing happens - on error message, just the same login window. When you insert wrong password, error message is displayed.
    Doubble click on yello '!' mark shows message:
    Webpage error details
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
    Timestamp: Mon, 21 Nov 2011 08:16:24 UTC
    Message: Invalid argument.
    Line: 127
    Char: 1
    Code: 0
    URI: http://bitest.you.com:50100/irj/portalapps/com.sap.portal.epcf.loader/script/optimize/js13_epcf.js?7.01000050
    On Firefox login works with IP address and with URL .
    192.168.3.33 bitest.you.com
    has been written in to the C:WindowsSystem32driversetchosts file in local PC.
    Have already read SAP Note 1462523 and iexplore -nomerge doesn't help.
    Regards,
    Mart

    Hi,
    SAP Support solves this problem and their answer is:
    Please note that the issue is not related to Enterprise Portal but
    caused by Internet Explorer.
    The issue is with the number of dots in the url (<host>.xxx.xx works
    perfectly well), but only with urls with the
    specific format, where the domain and sub-domain have two characters (
    <host>.xx.xx does't work) in your case 'eklsapbitest.yo.ee'.
    Internet Explorer does not allow cookies to be set for such a domain -
    it treats it as a top-level domain. Microsoft has acknowledged that thisis a problem in IE (cf. Microsoft Knowledge Base Article 310676:
    http://support.microsoft.com/default.aspx?scid=kb;en-us;310676).
    Microsoft has also provided a fix for this issue (which involves
    applying a service pack and editing the registry). In addition to this
    fix, you can have the below two workarounds:
    1. Redirect requests for 'eklsapbitest.yo.ee' to 'eklsapbitest.XXX.ee'.
    2. Change the portal domain from 'yo.ee' to 'xxx.yo.ee'
    Regards,
    Mart
    Edited by: Mart Mattikas on Dec 5, 2011 11:14 AM

  • How to trigger navigation to a portal iView from server side event handler

    Hi,
    I am modifying the workset map application. I have created custom URL links under each iView which should navigate to different iViews depending on some business logic. So I had to provide a custom event handler for these iVIew links and the path to the next iview is dynamically created by the code in the event handler. Once the new PCD path is generated, the event handler should trigger a navigation to that PCD object. Which APIs can I use to trigger this navigation from the server side event handler? I have done this before in webdynpro where we used WDPortalNavigation (.absoluteNavigation or .relativeNavigation). Is there something similar that i can use in this case (i.e. when developing a simple Portal Application from an AbstractPortalComponent)?

    Hi,
    On my understanding of your requirement.
    the best solution what i think is use Object Based Navigation(OBN).
    Is much suitable to your requirement.
    Moreover you can use
    1.Relative navigation
    2.Absolute navigation.
    In the same way how you used in web dynpro.
    Same thing can be done in abstract portal component also.
    Try using that.
    Thanks & Regards,
    Lokesh
    Edited by: lokesh kamana on Aug 11, 2008 7:23 AM

  • Execute a portal iview from VC

    Hi,
    I am trying to find a way to call a portal iview from VC.  Here is what I have,  I have an iview created in the portal that I want to call from a VC model through a button on a form.  Is this posible?
    Thank you,
    Aaron

    You can call an portal iView from anywhere with in portal (not only with VC) using relative navigation target, but for VC you have to:
    assign system action to the button as Hyperlink and provide the relative navigation target url of the iView that you want to open like:
    '/irj/portal?NavigationTarget=ROLES://portal_content/every_user/general/eu_role/com.sap.portal.eu_ws/com.sap.portal.portal_information&NavMode=3'
    NavMode can be as follows:
    mode 0 for internal window,
    mode 1 for external window with content,
    mode 2 for external window with full navigation,
    mode 3 for external headerless window
    Note: "ROLES://portal_content/every_user/general/eu_role/com.sap.portal.eu_ws/com.sap.portal.portal_information" should be replaced with your iView path.
    Check System Administration -> Support -> Navigation -> Navigation Types for more options on you portal.
    Regards,
    Trikanth Basetty

Maybe you are looking for

  • How do I edit (import into VS 2012) an SSIS package that was deployed in SSISDB

      Greetings, I inherited an SSIS package that is already deployed and scheduled. Using the Microsoft SQL Server Management Studio, I can see that the package was deployed to Integration Services Catalog and resides in the SSISDB. I am working directl

  • SQL 2012 Cluster- How to or Steps to Move Tempdb Files from Local drive to Shared volume

    Hi..  I did Installation of SQL Server 2012 Cluster. During this setup I installed Tempdb Files on Local drive. Now I want to move this tempdb files from local drive to Shared Drive . When I am trying to move I am getting below error. Does any one ca

  • Utility Classes in EAR

    Hello, Can someone tell me where I should put utility classes in an .ear file when they are being used by both the EJBs (in the .jar file) and the web app (in the .war file). I tried just putting them in the root of the .ear file but WL 6.0 still cou

  • How to export all the man page in mac to PDF?

    How to export all the man page in mac to PDF? I have tried "man -t cat | pstopdf -i -o ~/Desktop/cat.pdf" but this only output one page. How could I dump all the man pages to pdf with one or few command as possible? The other question is, I copy all

  • MacBook does not see router while other devises do.

    Hello. My MacBook is unable to detect router wifi. I can see other wifi networks but not the one my router share. However my iPad, iPhone and HTC Desire HD detect it and connected. What the problem might be? Thank you.