Accesssing PeopleSoft application by external people

How can I use PeopleSoft application from outside the network.
1. We access our PeopleSoft application with in the network as follows
http://server:port number/psp/environment instance/?cmd=login
2. Now if you want to access my application from your system then how can you access,
what is the configuration we have to do from out side.
I want my peoplesoft application to be accessed from outside the network from any system on any browser.
Jayaprakash Tedla

Well, there are more than one way.
One of them is create a Webserver for your intranet usage (inside the DMZ), and one other Webserver outside the DMZ for extranet usage. This second one should be allowed to go through your DMZ with specific protocol and port.
A second option, much more complicated, could be build two Peoplesoft env (I mean database, appserver, prcs and webserv), one inside DMZ (for intranet) and one other outside the DMZ (for extranet). For that one solution, you'll need to use and/or build some mechanism to replicate the data.
That depend what you're allowed by your security/network admin to show outside your company's network.
Sometimes (and I worked on such system), internal data are not allowed to be access by extranet, so, the second option is used, with data replication only from outside to inside the DMZ system.
I'll try to see if there is documentation on such system.
Nicolas.

Similar Messages

  • Retrieve data from a non-peoplesoft application using HTTP Get

    I need to retrieve data from a non-peoplesoft application. They want us to submit a HTTP GET request to their URL with a series of parameters. I am thinking about using HTTP Targert connector to accomplish this. Does anyone have sample peoplecode?
    Currently we are on 8.51.10 Tools...
    If there is any better way .. please let me know ..

    I have used HTTP Get to get XML file from a government sanction list by hitting URL http://www.treasury.gov/ofac/downloads/sdn.xml
    There is a delivered PS program that does that for vendor sanctions. I had to get the online setup correctly by creating a new custom Node with HTTP Target Connector. The program name is BSP_IMPORT. The below code is responsible for the calling the node and retrieving the data. Play around with the code below see if you can get it to meet your needs.
    BSP_IMPORT_AET.BANKNODE.Value is just the custom external code that I created.
    PMT_FLAT_FILE_INBOUND message is just a none rowset based message to use the web service call.
    Local TR:FileUtilities:FTP &oFTPUtil = create TR:FileUtilities:FTP();
    +/* HTTP */+
    +/*******************************************************************************/+
    Local Message &msgHTTP;
    Local Message &msgResult;
    +&msgHTTP = CreateMessage(Message.PMT_FLAT_FILE_INBOUND);+
    +&oFTPUtil.PopulateFTPGetIBInfo(&msgHTTP, BSP_IMPORT_AET.BANKNODE.Value);+
    +&msgResult = %IntBroker.ConnectorRequest(&msgHTTP);+
    +/* check to see if the file is wrapped */+
    +&strAllLines = &msgResult.GenXMLString();+
    +&strAllLines = Substitute(&strAllLines, Char(26), " "); /* Added this line to remove invalid characters */+
    +/*******************************************************************************/+
    Edited by: Maher on Mar 20, 2012 3:28 PM

  • How to secure BSP applications for external users on the internet?

    I posted this question under Enterprise Portal forum but got no response. I am hoping some of you experts in this area can help.
    We have developed BSP applications and set them up as iViews in Enterprise Portal 6. Our portal implementation will be used by external users.
    We have security concerns that the access to the BSPs  allows external users direct access to the R/3 system. We were told that we should use ITS application instead of BSP application for external users.
    Do any of you have any insight into how we could work around the security problem with BSP applications, or BSP applications in EP6? Your help will be greatly appreciated.

    In sense they are correct as to whether it is more secure or not would have to be a call by people who are more of an expert than myself.
    But I can see there point the BSP runs directly on the system and uses the system security where as the ITS is basically just an RFC call. However for us we use a 620 server with BSP's and make RFC calls to our R/3 systems thus keeping people of the R/3 directly - however we are not opened to the Internet.
    If your message is answered please remember to mark it solved so others searching in the future can find the solved ones quicker - just click on the yellow star.

  • PeopleSoft Application Performance Testing

    Hi,
    We are using load runner testing tool for performance testing the peoplesoft application.
    We want to know whether people soft protocol is the best suited or http/html protocol.
    Any hints/suggestions will be of great help.
    Thanks and regards,
    Srividya

    Use Xss to specify stack size, make your Min same as Max.

  • Data Management tools to go along with our PeopleSoft applications.

    Hi All. 
    We're looking into Data Management tools to go along with our PeopleSoft applications. 
    So far we have done a little looking into solutions from Informatica for Data-Archiving, Data-Subsetting, and Data-Masking. 
    All three appear to have pre-built PSoft solutions, and go after what we are trying to achive. 
    I was wondering if anybody could weigh in on the Products, or others that they have used, custom for PeopleSoft Apps (Fin & HR). 
    Thank you, Ed

    A lot of the time PeopleTools contains a lot of features that we do not know or have forgotten and tend to use external (paid) solutions.
    If you do not have a copy yet, please have a look at the following book written by Paula Dean and Jim Marion.
    PeopleSoft PeopleTools Data Management and Upgrade Handbook (Oracle Press)

  • Access Peoplesoft applications in Portal.

    Hello Guru's,
    I have a requirement, to have People soft application, to access from Portal.
    To elaborate:
    We have some processes or applications on Peoplesoft server. And want to have a link in Portal which will redirect to Peoplesoft application.
    Please help me how to do this.
    Any inputs really appreciated.
    Thanks,
    Pramod
    Points will be awarded for helpful answers.

    Hi Pramod,
    To access Peoplesoft applications from Portal you have two options :
    1) By using Appintegrator iView : As all the applications in peoplesoft has their own urls like for attendance regularization, leave applicaion etc., you create appintegrator iview which points to ur peoplesoft application and by doing user-mapping, users can access these applications. Refer link for [How to use appintegrator iview|http://help.sap.com/bp_epv160/documentation/How-to_Guides/25_HowToUseAppIntegrator_en.pdf]
    2) By developing application in VC: You can easily create nice looking applications in VC & host them on portal. VC can pull data from peoplesoft in 3 ways :
          - By using WebService : Expose peoplesoft applications as web services and u can easily create model in VC. (Recommended)
          - Directly accessing database using JDBC drivers : Though this approach is not recommended, u can directly connect to peoplesoft database tables and fetch the desired data.
          - iWay JDBC drivers : These are 3rd party drivers available to connect to peoplesoft database.
    I hope this will help u.
    Thanks & Regards,
    Amol Ghodekar
    (Reward points for helpful answers)

  • IRecruitment database architecture (with external people access)

    Hi
    We are planning to implement iRec in our Organisation.
    Can anyone give us some information/documentation regarding the database level design for iRec you are using, especially when you are live on internet.
    Security is another important issue we are facing, on how to go about implementing when external people are having access to the LIVE system.
    Also can you suggest possible solution approaches in this regard.

    hi,
    You should follow installation guide for your specific platform. This document shows that how can you use an existing database for meta data repository and it should be same for all platforms.
    This is installation guide for your platform
    http://download.oracle.com/docs/cd/B14099_19/sol.1012/install.1012/install/toc.htm
    Infrastructure installation guide
    http://download.oracle.com/docs/cd/B14099_19/sol.1012/install.1012/install/infra.htm#sthref376
    Can you install repository in an existing database?
    http://download.oracle.com/docs/cd/B14099_19/sol.1012/install.1012/install/infra.htm#sthref416
    How to install metadata repository on unix based systems (Sparc comes under this)
    http://download.oracle.com/docs/cd/B14099_19/sol.1012/repca.1012/repca/toc.htm
    Do i have to install application server before running MRCA.I don't remember correctly but i think you need to configure database before starting installation of infrastructure.
    Salman

  • Web Dynpro application calling external web server using HTTPS giving error

    Hello,
    I don't know whether this is the right question in this forum but my ABAP web-dynpro applicaiton is expected to call another HTTP application on external web server through HTTPS. Presently it is calling through plain HTTP but we want to have HTTPS.
    Here are the steps that we followed based on the link from help.sap.com
    1] Received the certificate files from external web server
    2] Created SSL Anonymous client
    3] Imported the certificate files under this client and added into the certificate list
    4] Re-started ICM
    5] Created RFC Destination of type HTTP to connect to external server with SSL option and basic authentication. This RFC destination was working under plain HTTP.
    When tried with Test connection it gave error "ICM_HTTP_CONNECTION_FAILED".
    Any idea what might be missing. Thanks in advance.
    Regards
    Rajeev

    Used proper certificate after which the error went away

  • Integration with PeopleSoft Applications Using Oracle SOA Suite 11g BPEL

    Hi,
    I'm integrating BPEL with Peoplesoft FSCM 9.0 Application on tools 8.49 using Oracle SOA Suite 11g. The BPEL invokes the web service method generated from Peoplesoft Component Interface in a synchronuos manner.
    I have deployed the BPEL in Oracle SOA Suite 11g using Jdeveloper successfully but I have problem in configuring the BPEL node in Peoplesoft side using Oracle SOA Suite 11g(FMW) . I had done the integration of BPEL with Peoplesoft FSCM 9.0 on tools 8.49 using Oracle SOA Suite 10g earlier successfully by configuring BPEL node properties as follows:
    BPEL CONSOLE : http://Host Name:8888/BPELConsole (System with Oracle SOA Suite 10g server for deployment)
    BPEL DOMAIN : default
    Using this BPEL node configuration, I was able to ping the BPEL console of Oracle SOA Suite 10g from peoplesoft and hence complete the integration successfully.
    Now in order to acomplish Business rules and other functionality, the BPEL application has been developed in Oracle SOA Suite 11g using Jdeveloper 11g. This time I'm not able to configure the BPEL node in Peoplesoft for this integration as I'm assuming there is no separate BPEL console in Oracle SOA Suite 11g. All the BPEL deployments are administered in console (11g console used for deployment of BEPL)
    http://Host Name:7001/em (System with Oracle SOA Suite 11g server - Fusion Middleware).
    So when I Configured the BPEL node property in Peoplesoft as :
    BPEL CONSOLE : http://Host Name:7001/em (System with Oracle SOA Suite 11g server for deployment)
    BPEL DOMAIN : default
    I'm not able to ping the Peoplesoft BPEL node to the Oracle SOA Suite 11g. Hence I'm not able to proceed with my integration.
    When I searched the OTN discussion forum on BPEL console for Oracle SOA Suite 11g, all threads point that there is no separate BPEL console unlike Oracle SOA Suite 10g. Also most of the articles for Integration with Peoplesoft Application using SOA 11g do not state any specific configuration setting for property of Peoplesoft BPEL node in order to integrate with BPEL 11g. The examples published in OTN still point towards screen shots of integration using SOA Suite 10g.
    So I'm not able to proceed in this regard.
    Any help in this regard is highly appreciated.
    Thanks in Advance,
    Girish
    Edited by: user11214154 on Nov 23, 2009 8:12 PM
    typo error

    Hi,
    I found this document from the Oracle Open World 2009 (maybe you have found it too) :
    "Integration with PeopleSoft applications using oracle soa suite 11g BPEL" --> [http://www.oracle.com/technology/tech/fmw4apps/peoplesoft/pdf/oow2009-bpel-psft.pdf]
    And this could be a little more simple, but have a good step-by-step tutorial.
    [http://www.oracle.com/technology/obe/fusion_middleware/fusion/soa/BPEL_PS848/OBE_PSFT_BPEL_848.htm]
    I think you must read this docs by now, but never come amiss.
    Hope this can help you,
    By the way, if you can help me with this I'll appreciate it a lot.
    Unable to access the following endpoint(s)

  • Enable Parallelism in PeopleSoft Application Layer

    I have a situation where parallelism is enabled at the database end. The SQL statement uses parallelism when executed from the backend. However, when executed from PeopleSoft application, the same SQL statement does not use parallelism. Do we have some configuration that has to be changed at the application level to use parallelism?
    Thanks in advance.

    Yes, I did bounced and cleared APP/WEB cache too, still the same, it it make a difference if i reboot the server/box

  • How is PeopleSoft Application made !

    Hi All,
    I have a very basic question
    1. If someone wants to use a peoplesoft application for his CRM needs is this application made from scratch is it developed or peoplesoft applications come as a redy package and one just has to customize it according to his needs.
    2. What areas of Business is Peoplesoft currently used in.
    3. If there is a particular screen for e.g a Page in Peoplesoft the field names will be what the company provides with its bundled package or one can customize the field names.
    4. Where does the Data comes from in a peoplesoft application is it connected to any Database or it has its own database. If yes which is the Databse that is widely used and is compatible with peoplesoft applications.
    5. If there is a QA team in an organization what is the scope of Testingin testing a peoplesoft application.
    I hope some one of you can please give me a answer on this soon need it urgent.
    Thanks in advance.
    Edited by: user11239302 on Jun 8, 2009 1:25 AM
    Edited by: user11239302 on Jun 8, 2009 1:26 AM

    Well, I cannot understand the urgency regarding such questions.
    Anyway,
    1. Depending of the needs, Peoplesoft CRM could be ready to use as it is delivered. Some customizations could be done if any specifics needs are not covered by the standard Peoplesoft features. Depending if the business wants to work as it is designed by Peopelsoft, or if the business wants to keep their way of work and consequently change Peoplesoft standard behaviour.
    2. Not sure to understand what areas you are looking for, but CRM, HRMS, FSCM, EPM... are some business areas covered by Peoplesoft products.
    3. Customizations should not touch the core of Peoplesoft code. If you need customization, develop your own code and field on top of the Peoplesoft objects, you'll realize how it is benefits and how many time you'll gain if Peoplesoft upgrade or Peoplesoft bundle installation take place later on. Never change Peoplesoft standard objects is the first rule of Peoplesoft dev (there's maybe few exceptions).
    4. Scope of testing a Peoplesoft appl ? It is wide scope and depending what business you are working on, etc. But the QA team should take care about the rules of customization as I said above.
    Nicolas.

  • Is Peoplesoft Application Designer part of the Peoplesoft OVM Template?

    I am totally new to Peoplesoft. Is PeopleSoft Application Designer part of the Peoplesoft OVM Template and how can I access it in order to development?
    Thanks for any help.

    djplee88 wrote:
    I am totally new to Peoplesoft. Is PeopleSoft Application Designer part of the Peoplesoft OVM Template and how can I access it in order to development?Since AppDesigner is a tool available on Windows OS only, no, Oracle does not provide any template for that (I think for license reason only templates based on OEL are provided). You'll have to build your own VM, or just use any workstation as a Peoplesoft client to run AppDesigner.
    It has been discussed in the Peoplesoft OVM forum, in that thread :
    how i can start app Designer / DataMover on OVM peoplesoft ?
    Nicolas.

  • Peoplesoft Application Upgrade Doubt

    Hi All,
    We are currently performing peoplesoft application upgrade i.e,moving from Peopletools 8.49 and HCM9.0  TO  Peopletools 8.52 and HCM9,1 FP2.
    My doubt is that will all the MP's and Bundles applied in Source DB be moved to Target DB after our upgrade process.

    Hi Ajith,
    FP2 will have the MPs in it. And yes, the upgrade process will move all of them to your target db.
    There is a separate certified upgrade path HCM9.0 to HCM9.1 FP2. Use the template and documentation from this. 
    Check this old post in the forum - https://forums.oracle.com/thread/2427510
    Hope this helps

  • PeopleSoft Application Developer I (exam 1Z0-241) material

    Folks,
    Hello. Has anybody taken exam 1Z0-241 that is "PeopleSoft Application Developer I" ? Can anybody provide preparation materials for this exam ?
    Thanks in advance.

    Hi,
    Did you get all the Q&A for this exam? Could you please share what you got for free?
    or you can tell me where to download from.
    Thanks,

  • Getting a new Mac: need to transfer files/applications, have external hard drive, and wipe clean old Mac to give to family member

    Getting a new Mac this Christmas. I have several questions:
    1. How do I transfer files/applications from old to new?
    2. I have an external hard drive, do I need to save iTunes account to it?
    3. How do I wipe the old Mac clean to give to family member?

    1. Use the Migration Assistant the first time you turn on the new computer.
    2. No, but you should do so as a backup.
    3. Click here and follow the instructions. If the computer originally shipped with Mac OS X 10.6.8 or earlier, when you reach step 5, insert its original disk, restart with the C or Option key held down, use the Disk Utility to erase the internal drive, and install a fresh OS.
    (118241)

Maybe you are looking for

  • Smart Print not working on my HP 8500A Plus

    I installed Smart Print on my HP laptop.   One page documents are printing in multiple pages and in fragments.  The color is also missing or is out of synch.   Origin of document does not appear to matter.  Web docs and Word docs are all effected.  

  • Is there a way to have a book open at the start every time?

    I'd like my eBook to open at the beginning every time it's launched fresh-is that possible or is it always going to open up at the last visited location? Is there a preference in iBooks author or something? Or in iBooks itself on the iPad? I don't se

  • CTAS taking a lot of time

    Hi, I am trying to use CTAS to create a copy of the table which is on remote server. My select statement is fetching data.But when i am trying to use CTAS it is just taking too long.The script is been running for 5 hrs and still the table is not crea

  • To upload pdf and ms word document in VA01 header menu -TEXT tab

    I want to upload local file (PDF and Word) in R/3-VA01-Text Header.. Can any one tell me the solution for that.

  • How to add a field in the BAPI.

    hi, i wanted to add a field zchech in the BAPI (BAPI_INCOMINGINVOICE_CREATE) how to do that.