Gateway for accessing Portal pages from PDA

Hi All,
I am working on Oracle portal and want to use the oracle 10g wireless feature for portal pages.
As per the directions I have enabled the mobile access for my portal as could see the content from the built in PDA simulator.
Now, I would like to view the content from the actual mobile device (PDA).
After aquring the device, I think I need to get the Gateway provider.
I am completely blank on how to get the Gateway Provider etc.
I would request you all to help on this. How to go for getting Gateway Provider and how I could view the content from actual mobile device
Thanks,
Sasi Bhushan.

Hi,
I am afraid this cant be done. The only thing is that the user will be forced to login.
Thanks,
Sharmila

Similar Messages

  • Stop user accessing portal pages from book marks(favourites)

    Hi,
    Scenario... a user can log into portal and set pages as book marks in their browser (favourites), then close the ssession(and browser); then reopen the browser and access the page from the book mark, portal forces the user to log in (which is good) but I don't want them to have access to the page book marked, I want them to be always sent to the main page instead.
    Is it possible to stop this happening.
    Thanks in anticipation
    DG

    Hi,
    I am afraid this cant be done. The only thing is that the user will be forced to login.
    Thanks,
    Sharmila

  • 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

  • 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

  • Transport of portal pages from Production to Development

    Hi,
    I need to transfer the portal pages from from the production server to development server. I did see references from Development to Production but not vice- versa.
    Can anybody please help me with this? What are the best practices?
    DEP :- SP19 and PEP - SP9.
    Thanks much,
    Dharmi

    Hi,
    The best practises are :
    1) All the Portal Servers in the System Landscape should have the same version, same support package and patches.
    2) You should never transport from Production to Development, it's always the other way round.
    Why do you want to transport something from Production to Development ? We always develop somthing, test it and then trasnport it to production. Any modifications to be done, should be first done on the Development Server, tested and then transported to the Production. I don't see a need to transport content from Production to Development.
    Anyways, if you want to do so can you always create a transport package on Portal Production Server, add those pages to the transport package, export the transport package. You may save this transport package on the local system or you may copy this from the export folder of the server to the import folder of Portal Production Server. Then on the Portal Developement Server import the file. If you have saved the transport package file on your local machine, then while importing select client, browse and then import the file from your local machine or else select server -> browse -> import folder -> select the transport package file and import.
    Hope this helps.
    Cheers,
    Sunil
    PS: Reward points for helpful answers.

  • Cannot access APEX pages from other IP in the same network

    Hi,
    I installed APEX 3.0 on Oracle XE (Windows OS). The PC I installed has a static IP (no DHCP and DHCP servie is stopped).
    I started the HTTP server and I am able to access the XE database home page and the APEX developer page and admin page. This PC has a static IP too.
    When I tried to access the APEX page from another PC. It is not loading the page.
    When tried using Internet Explorer it says "Internet Explorer Cannot display the page"
    Please let me know whether I missed any configurations to the access the page from another IP.
    Thanks.
    Niko

    Hi,
    Most likly the cause is windows firewall. Try the following:
    1 - from Control panel select windows firewall
    2 - click on the exception tab
    3 - Click Add port
    4 - for name enter yhe name you want (APEX)
    5 - For port number enter APEX prot number
    Hope that will solve your problem
    Regards,
    Ribhi

  • Calling a portal page from WebDynPro ABAp application

    Hi,
    I would like to call a portal page (any type) from a WebdynPro ABAP application. I have the PCD location of the page.
    Which call shall I make :
    Absolute Navigation
    Relative Navigation or
    OBN.
    Also, can anyone send me short code snippet on the following.
    The package SWDP test examples are not working.
    Best Regards
    Sid

    Hi Siddharth,
    Well, to start with you can go for ABSOLUTE NAVIGATION.
    Secondly, you can find the snippet here
      DATA LO_API_COMPONENT  TYPE REF TO IF_WD_COMPONENT.
      DATA LO_PORTAL_MANAGER TYPE REF TO IF_WD_PORTAL_INTEGRATION.
      DATA L_NAVIGATION_TARGET TYPE STRING.
      LO_API_COMPONENT = WD_COMP_CONTROLLER->WD_GET_API( ).
      LO_PORTAL_MANAGER = LO_API_COMPONENT->GET_PORTAL_MANAGER( ).
      MOVE 'pcd://portal_content/com.xxxx.zpof_f_XXXXportalcontent/com.xxxx.test/com.xxxx.folders.MaintenanceBusinessPackage/com.xxxx.test.mt.pages.Pages/com.xxxx.pages.MaintenanceTasks'
        to l_navigation_target.
      CALL METHOD lo_portal_manager->NAVIGATE_ABSOLUTE
        EXPORTING
          NAVIGATION_TARGET   = L_NAVIGATION_TARGET
    *      NAVIGATION_MODE     = IF_WD_PORTAL_INTEGRATION=>CO_SHOW_INPLACE
    *      WINDOW_FEATURES     =
    *      WINDOW_NAME         =
    *      HISTORY_MODE        = IF_WD_PORTAL_INTEGRATION=>CO_NO_DUPLICATES
    *      TARGET_TITLE        =
    *      CONTEXT_URL         =
    *      POST_PARAMETERS     = ABAP_FALSE
    *      USE_SAP_LAUNCHER    = ABAP_TRUE
    *      BUSINESS_PARAMETERS =
    *      LAUNCHER_PARAMETERS =
    Above it, the examples of SWDP will not work if you test them from SE80-ABAP WAS...I suggest you to create a WDA IView in Portal and test it in Portal itself.
    Hope this should solve your problem.
    Regards
    <i><b>Raja sekhar</b></i>

  • Calling portal page from Oracle E-suite

    Hi,
    I want to know how to open a portal application from oracle Application forms. The user logins to Oracle apps, and select the 'portal' responsibility. Then it should open the portal application in a web browser.
    Thanks,
    Nishanth.

    Hi,
    Thanks for the quick response. In my case, the user logins with a responsibility and clicks on one of the menus named 'open portal' or something similar and then, it should open up the web page. Will that be possible using this function? I understand that you have to define a function to be associated with a menu and things like that. Any pointers in this direction?
    Thanks,
    Nishanth.

  • Accessing portal service from abstract portal component

    Hi
    I have created a portal service where it contains getdata() and putdata(String) methods.
    I have created a abstract portal component and trying to access the portal service from this component.
    In portalapp.xml file of the portal component i have created the sharing reference and i have given the service name.
    When i run the component it says service not found.
    Please let me know if i have missed some things
    Thanks and Regards
    NagaKishore

    Hi Prakash
    Sorry for the latereply.
    find below the code for the interface
    package com.sap.global;
    import com.sapportals.portal.prt.service.IService;
    public interface IGlobalContext extends IService
        public static final String KEY = "IGlobalContext.GlobalContext";
        public void putData(String strUserID,String strSessionID);
        public String getData();
    portalapp.xml file of the portal service.
    <application>
      <application-config/>
      <components/>
      <services>
        <service name="GlobalContext">
          <service-config>
            <property name="className" value="com.sap.global.GlobalContext"/>
            <property name="startup" value="true"/>
          </service-config>
          <service-profile>
            <property name="Test" value="true"/>
          </service-profile>
        </service>
      </services>
    </application>
    I am doing the following steps to access the portal service in the abstract portal component.
    1. Add the portal service to the java build path of the abstract portal component.
    2. do content method has the following code.
    String userid ="",sessionid="";
              response.write("Welcome");
              try
              IUserContext uc= request.getUser();
              userid = uc.getLogonUid();
              sessionid = request.getServletRequest().getSession().toString();
              response.write("Iview "+userid);
              IGlobalContext uid = (IGlobalContext)PortalRuntime.getRuntimeResources().getService(IGlobalContext.KEY);
              uid.putData(userid,sessionid);
              response.write(" Response from Service " + uid.getData());
             }catch (Exception e)
                  response.write(e.toString());
    3. portalapp.xml of abstract portal component
    <application>
      <application-config>
        <property name="SharingReference" value="GlobalContext"/>
      </application-config>
      <components>
        <component name="LandingPageComponent">
          <component-config>
            <property name="ClassName" value="com.satyam.landing.LandingPage"/>
          </component-config>
          <component-profile/>
        </component>
      </components>
      <services/>
    </application>
    I am getting the following error.
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    Could not find portal application GlobalContext.
    Exception id: 11:53_08/04/05_0095_1641450
    See the details for the exception ID in the log file
    Thanks in advance
    Regards
    NagaKishore

  • Accessing Portal Runtime from CAF

    Hi All,
    We're developing Composite appln services (exposed as web services). We now want to access the portal runtime to retrieve system, user mapping information etc.
    Accessing PortalRuntime.getRuntimeResources() returns null (within the service mthds) as this web service resides outside the portal runtime.
    For now, we created an external library with libraries prtapi.jar, com.sap.portal.ivs.api_landscape_api.jar, com.sap.portal.ivs.api_portalpcm_api, com.sap.portal.ivs.systemlandscapeservice_api. This external library was included in the 'Used DCs' of the above-mentioned Composite Appln service DC. this enables me to compile and deploy the apis.
    what would be the best way to obtain a reference to the Portal runtime from this CAF?
    Do we need to add references to the following jars in application-j2ee-engine.xml? If so, how can I extend the SAP_SYSTEM_ADD_LIBS variable to show the following jars in the 'Installed libraries' list.
    prtapi.jar, com.sap.portal.ivs.api_landscape_api.jar, com.sap.portal.ivs.api_portalpcm_api, com.sap.portal.ivs.systemlandscapeservice_api
    Appreciate any pointers on the above. Thanks in advance!
    ~Prachi

    Hi Pankaj,
    I am not an expert but probably can still help you out...
    I did go through the URL and step 3 is divided in two steps:
    1. Making use of enviornment variable to access portal
    You can do that by (as mentioned in the URL example below) :
    Hashtable env = new Hashtable();
    env.put(Context.INITIAL_CONTEXT_FACTORY,
                "com.sapportals.portal.prt.registry.PortalRegistryFactory");
    InitialContext context = new InitialContext(env);
    2. Using the JNDI lookup accessing the portal service you wish to access.
    IXSLTransformService xslTransformService =
                (IXSLTransformService) context.lookup(
                "/broker/services/" + IXSLTransformService.KEY);
    where KEY is the name of the service, that you wish to access. This service name should be defined in the portalapp.xml file in the format of <application name>.<service name>.
    If you have any more questions, please feel free.
    Regards and Good Luck,
    Dharmi

  • WebSpace Server 10 - How to seamlessly invoke a user's portal page from a U

    Hello,
    I am new to this. I am writing a portlet that will display patient-related information for a specific patient. I have a general practitioner user in web space 10 server. This user has access to the portlet. I would like to be able to construct a URL, embed it in a PDF document that the GP gets by email, allow the GP to click the URL and have the portal present user's page with the portlet parameters specified as part of the URL causing the portlet to display information for a particular patient.
    What I need to know are:
    0. Is this possible?
    1. Can a URL be constructed so that it invokes specific user's portal page (I suspect the answer is yes but I need to know what the URL will look like)
    2. Can I add query parameters to the URL in 1 so that a portlet can read them and act on them (how would I do this? I am using the JSF portlet bridge functionality since my portlets are of the Visual Web JSF Portlet kind). What Java incantation and XML incantations would I put in the prerender method of my JSF Portlet to get hold of the parameters embedded in the URL?
    Thanks in advance
    Michael
    Edited by: Michael.Czapski-Sun on Jun 3, 2009 12:11 PM
    Edited by: Michael.Czapski-Sun on Jun 3, 2009 12:12 PM

    Hi Vijay,
    Could you check below links
    Tracing Single User Sessions - Administration - SAP Library
    Display and Manage User Sessions (SAP Library - Tools for Monitoring the System)
    Hope this helps.
    Regards,
    Deepak Kori

  • Cannot access Portal Service from Web dynpro DC

    Hi all,
    I cannot access the portal service from my web dynpro dc.
    1. I created a Portal Service (say xxxservice) in a DC (say the DC name is testservice and the vendor is xx.com)
    2. Created a public part under the testservice DC and added my classes to it.
    3. Built and deployed the testservice DC.
    Now,
    4. I created a web dynpro DC.
    5. In the used DC section added the public part of the testservice DC and also the epbc.prtapi._api.jar for build time and runtime with strong qualifier.
    6. In the web dynpro "Sharing Reference", I added PORTAL:xx.com/testservice
    7. In the component controller, I am calling a method from the Portal Service.
    8. Built the web dynpro DC and deployed it.
    9. But at the run time it gives, NoClassDefFoundError on the xxxservice.
    I looked at many forum threads and tried everything. For eg: changed the Sharing Reference to PORTAL:sap.com/testservice but nothing works.
    Please do suggest me if I am missing something
    Thanks

    Hi Laxmi,
    I am sure something wrong at Portal Service DC creation. On webdynpro part you done fine .. by putting PORTAL:sap.com/testservice
    Check the below steps:
    1. Create DC Portal Applicaiton Stand alone (SDA)
    2. Add portal Service for the newly created portal service dc
    3. build and activate
    4. by default you should be get public part by name API which is compilation dependency
    5. here you dont need to do anything else
    6. on webdynpro just add the used dc to this API public part of portal service dc
    7. add PORTAL:sap.com/testservice  sharing reference
    If u go by this you shouldnt get any error..
    Now, u are saying something like ur own classes .. i think u are trying to put u r own classes to service.. but remeber portal service is to have only IYourService class and YourService class.. other classes should be made to be jar.. and add that jar to External library DC and create PPs compile & Assemble and add that DC to current service dc.
    Hope it is clear.. if not pls let me know..
    Thanks,
    Raags

  • Available Layouts for Creating Portal Page

    Hi, When selecting a layout for creating a Portal Page we are presented with a plethora of available Layouts. 
    1.  What is the difference between the 1 Column (Full Width) and Light: 1 Coumn (Full Width).
    2. Why would there be no Layouts with a Row Type Organization.  Everything is Column Based.  What if I want to Rows?
    thanks for any help.

    Hi Kenneth,
    1. Difference between 1 Column (Full Width) and Light: 1 Coumn (Full Width) is that the second is used for light framework which will not load HTMLB. If you compare the JSP code for the two layouts,  the container definition in light layout is not surrounded by hbj tags.
    2. As Ajay said, you can add multiple iviews in one container and you get multiple rows in a column. You can always create your own layout which can can have rows as well. One such layout from SAP is T-Layout (Top - Full Width; Bottom - Narrow:Wide).
    Regards,
    Min

  • 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

  • Solution for scanning multiple pages from inside the form6i/10g

    Hi All,
    I need to scan multiple pages from Oracle forms (6i/10g) using a scanner which is scanning multiple pages per minute. Can any one post a solution for me.
    Hafeez

    here are the two ways I use to scan images.
    1) if the image is a single TIF image then d2kwutil can upload the image into a BLOB field on the database (but it is limited to only SINGLE-page TIFs).
    2) if the image is a single or multi-page PDF, then your forms client must copy the image to a filesystem location known by the database (where the filesystem location is a directory on the database), and then the database can import the image into a BLOB field within the database.
    either solutions work pretty fast for me (<10 seconds per image)
    Chris

Maybe you are looking for

  • The mysterious case of the vanishing folio

    We have a folio that was creted offline when logged in to one account, and later uploaded to the magazine account. When logging in to the Folio Producer or through the Folio Builder panel, we can see the that folio and manage it with no problem, I ca

  • Infoset Query Question

    I created an Infoset Query showing Quantity, Net Value and Exchange Rate. Is it possible to add a field to add a calculation NetValue*ExchangeRate? Thanks, Dipen.

  • Playlist use on mopar vehicle integration system

    I have been using my ipod through my jeep base factory radio through the mopar/ipod integration system. No issues the first 3 weeks. I had 3-4 playlists created on my ipod and was able to search them through the radio. However, I recently created a n

  • 64 bit migration __declspec(dllexport) Function Call Crash

    I have a DLL which has C++ functions (sample below) and C# managed code. It is build using /clr option. When C++ extern function is called from executable (x86 32 bit build) eveyrthing works as desired. But in 64 bit build it crashes on function call

  • N70 Product Code

    I've just input my product code into the Nokia Device software update site and it says 'Sorry, there is no software available for your product code'. Can anybody explain this?