Connector for PeopleSoft HRMS

Hi Experts
Presently we are working on a proposal to build an enterprise wide LDAP implementation and Single-Sign-On for a company.
The type of applications they have includes J2EE, PeopleSoft HRMS, and domain authentication on NT.
I had gone through lot of documents on the net. I feel the IPlanet DirectoryServer & MetaDirectoryServer with Netegroty SiteMInder can address the requireement.
Now i want to know, how can i connect to HRMS datasouce (Oracle in our case) from MetaDirectory Server.
I guess there are connectors which can directly connect to PeopleSoft but looks costly.
I would like to know what are the other ways of connecting.
Can i connect to the underlying Oracle database of the HRMS, using in-built oracle connector of the MetaDirectory Server ? If so are there any disadvantages ?
Is there any other way to connect ?
I really could not move further on this, as i am not able find much information on this. Any suggestions, links to resources will be higly appreciated.
regards
Lakshman

Hi Lakshman,
We work very closely with Sun ONE Meta Directory and team involved with it.
We have many Connectors available which work with Sun ONE Meta as well as Sun ONE Directory Server.
Some of them are
1) Oracle ODBC Connector
2) Sybase ODBC Connector
3) DB2 ODBC Connector
4) MSSQL ODBC Connector
5) Informix ODBC Connector
6) Exchange 5.5 Connector
7) Domino Server Connector
8) NT Domain Connector
9) Sybase Provisioning Connector
10) Informix Provisioning Connector
11) Secureway, Active Directory, NDS, DirX LDAP Connectors
Our RDBMS Connectors have been cerrtified by Sun.
We can develop Connectors in about 4 weeks from the
time we receive a Purchase Order.
PeopleSoft HRMS Connector, Oracle ERP Connector
and others are in the category of development based
on Customer Purchase Order.
Evaluation copies of our Connectors are available at
http://www.persistentdata.com/v3eval . Please download
enSure Synchronization Server Windows NT-2000/Solaris
version as per your need.
I am responsible for Connector Development at Persistent System, Pune, India. I can be reached at [email protected] or +91 20 5678900 x 171.
Regards,
Asit

Similar Messages

  • OIM connectors for Peoplesoft 9.2 and PeopleTool 8.53

    Hi,
    Can anyone guide me on how and where to get the OIM connectors for Peoplesoft 9.2 and PeopleTool 8.53?
    Appreciate the help.
    Regards,
    Deepak

    Nicolas-
    I have seen the previous thread, as it was for 9.1 thought if we have any updated documents for Application 9.2 with the latest tools 8.53, we are planning for the upgrade and want to build the new hardware, Just want to make sure we have good hardware resources in place before starting the upgrade process.
    Regards,
    DMAC

  • How to create a Menu for PeopleSoft HRMS application program ?

    Folks,
    Hello. I am developing PeopleSoft HRMS application program for a client. I have created 10 components. But I don't understand how to create a Menu on the left handside for users to access the components. The Menu's structure is as follows:
    Folder Root containing Folder1, Folder2.
    Folder1 containing Folder1a, Folder1b.
    Folder2 containing Folder2a, Folder2b.
    Folder1a containing Component1, Component2.
    Folder1b containing Component3, Component4.
    Folder2a containing Component5, Component6, Component7.
    Folder2b containing Component8, Component9, Component10.
    The Folder Root should appear in the Menu on the left handside. A user can reach Compoent1 by clicking
    Folder Root -> Folder1->Folder1a ->Component1.
    Can any folks tell me how to create such a hiearachical Menu ? Thanks.

    Folks,
    Hello. Thanks a lot for replying to me. By using PeopleTools->Portal->Structure and Content Reference, I have created the hierachical folder groups:
    FolderRoot containing Folder1 and Folder2
    Folder1 -> Folder1a -> the link to a Component
    Folder1 -> Folder1b -> the link to a Component
    Folder2 -> Folder2a -> the link to a Component
    The above hierachical folder groups have appeared on the left handside under "Menu" and work correctly.
    But when click on "FolderRoot", "Folder1" and "Folder2" don't appear under "FolderRoot" on the right handside of the screen. When click on "Folder1", "Folder1a" and "Folder1b" don't appear under "Folder1" on the right handside of the screen.
    I have checked PeopleTools ->Portal -> Structure and Content Reference's folder administration, there are no places to type in information to have children folders appear under its parent folder on the right handside of the screen.
    My question is :
    How to make children folders appear under its parent folder on the right handside of the screen ?

  • OIM Connector for Peoplesoft - Can you copy a user?

    Inside of PeopleSoft there is a copy user profile function which alllows you to make an exact duplicate of the user including security. We use this function when we change a user name (say someone gets married).
    Has anyone found a way to do this from OIM?
    Thanks.

    Using these imports:
    import psft.pt8.joa.*;
    import PeopleSoft.Generated.CompIntfc.*;
    Connect
    >
         public Peoplesoft(String hostname, String port, String admin, String password){
              log.info(CLASS_NAME + " -----> inputs=hostname[" + hostname +
                        "]port[" + port +
                        "]admin[" + admin +
                        "]password[********]");
              this.hostname = hostname;
              this.port = port;
              this.admin = admin;
              this.password = password;
              this.strAppServerPath = hostname + ":" + port;
              boolean connect = false;
              try{
                   //***** Create PeopleSoft Session Object *****
                   oSession = API.createSession();
                   //***** Connect to the App Server *****
                   connect = oSession.connect(1, strAppServerPath, admin, password, null);
                   log.debug("Connection: " + connect);          
                   if (!connect) {
                        log.error("Unable to Connect to Application Server.");
                        ErrorHandler();
                        return;
              }catch (Exception e) {
                   e.printStackTrace();
                   log.error("An error occurred");
                   ErrorHandler();
              log.info(CLASS_NAME + " -----> connect=" + connect);
    >
    Create User
    >
         public String createUser(String oprid, String oprdefndesc, String useridalias, String operpswd,
                   String emplid, String emailid, String emailtype, String language_cd, String multilang_cd,
                   String currencycode, String prpermissionlist, String rowpermissionlist,
                   String processprofilelist, String navigatorhomelist){
              log.info(CLASS_NAME + ".createUser()-----> inputs=oprid[" + oprid +
                        "]oprdefndesc[" + oprdefndesc +
                        "]useridalias[" + useridalias +
                        "]operpswd[" + "********" +
                        "]emplid[" + emplid +
                        "]emailid[" + emailid +
                        "]emailtype[" + emailtype +
                        "]language_cd[" + language_cd +
                        "]multilang_cd[" + multilang_cd +
                        "]currencycode[" + currencycode +
                        "]prpermissionlist[" + prpermissionlist +
                        "]rowpermissionlist[" + rowpermissionlist +
                        "]processprofilelist[" + processprofilelist +
                        "]navigatorhomelist[" + navigatorhomelist +"]");
              String response = "";
              boolean next = false;
              try{
                   //***** Get Component Interface *****
                   IUserProfile oUserProfile;
                   String ciName;
                   ciName = "USER_PROFILE";
                   oUserProfile = (IUserProfile) oSession.getCompIntfc(ciName);
                   if (oUserProfile == null) {
                        log.error("Unable to Get Component Interface " + ciName);
                        ErrorHandler();
                        response = "UNABLE_TO_GET_CI";
                   }else{
                        next = true;
                   //***** Set the Component Interface Mode *****
                   oUserProfile.setInteractiveMode(false);
                   oUserProfile.setGetHistoryItems(false);
                   oUserProfile.setEditHistoryItems(false);
                   if (next){
                        next = false;
                        boolean create = oUserProfile.create();
                        log.debug("Create:" + create);
                        if (!create){
                             ErrorHandler();
                             response = "UNABLE_TO_CREATE";
                        }else{
                             next = true;
                   if (next){
                        next = false;
                        //***** Set Component Interface Get/Create Keys *****          
                        oUserProfile.setUserID(oprid);
                        oUserProfile.setUserDescription(oprdefndesc);
                        oUserProfile.setUserIDAlias(useridalias);               
                        oUserProfile.setPrimaryPermissionList(prpermissionlist);
                        oUserProfile.setRowSecurityPermissionList(rowpermissionlist);
                        oUserProfile.setProcessProfilePermissionList(prpermissionlist);
                        oUserProfile.setNavigatorHomePermissionList(navigatorhomelist);
                        oUserProfile.setLanguageCode(language_cd);
                        oUserProfile.setCurrencyCode(currencycode);               
                        if (multilang_cd.equals("0")){
                             oUserProfile.setMultiLanguageEnabled(BigDecimal.valueOf(0));
                        }else{
                             oUserProfile.setMultiLanguageEnabled(BigDecimal.valueOf(1));
                        if (emailid.trim().length()==0){
                             if (emailtype.trim().length()==0){
                                  //Set/Get EmailAddresses Collection Field Properties -- Parent: PS_ROOT Collection
                                  IUserProfileEmailaddressesCollection oEmailAddressesCollection;
                                  IUserProfileEmailaddresses oEmailAddresses;
                                  oEmailAddressesCollection = oUserProfile.getEmailAddresses();
                                  oEmailAddresses = oEmailAddressesCollection.item(0);
                                  oEmailAddresses.setEmailType(emailtype);
                                  oEmailAddresses.setEmailAddress(emailid);
                                  oEmailAddresses.setPrimaryEmail("Y");
                             }else{
                                  log.debug("emailtype is empty, not setting primary email");
                        }else{
                             log.debug("emailid is empty, not setting primary email");
                        //Set/Get IDTypes Collection Field Properties -- Parent: PS_ROOT Collection
                        IUserProfileIdtypesCollection oIDTypesCollection;
                        IUserProfileIdtypes oIDTypes;
                        oIDTypesCollection = oUserProfile.getIDTypes();               
                        oIDTypes = oIDTypesCollection.item(0);
                        if (emplid.trim().length()==0){
                             oIDTypes.setIDType("NON");
                        }else{
                             oIDTypes.setIDType("EMP");
                             //Set/Get Attributes Collection Field Properties -- Parent: IDTypes Collection
                             IUserProfileIdtypesAttributesCollection oAttributesCollection;
                             IUserProfileIdtypesAttributes oAttributes;
                             oAttributesCollection = oIDTypes.getAttributes();                    
                             oAttributes = oAttributesCollection.item(0);
                             oAttributes.setFieldname("EMPLID");
                             oAttributes.setRecname("PERSONAL_DATA");
         oAttributes.setAttributeName("EMPLID");
         oAttributes.setAttributeValue(emplid);
                        oUserProfile.setSymbolicID("SYSADM1");
                        oUserProfile.setPassword(operpswd, operpswd);
                        boolean save = oUserProfile.save();
                        log.debug("Save:" + save);
                        if (!save){
                             ErrorHandler();
                             response = "UNABLE_TO_SAVE";                         
                        }else{
                             response = "SUCCESS";
                        next = true;
                   boolean cancel = oUserProfile.cancel();
                   log.debug("Cancel:" + cancel);
                   if (!cancel){
                        ErrorHandler();
                        response = "UNABLE_TO_CANCEL";
              }catch (JOAException e) {
                   e.printStackTrace();
                   log.error("An error occurred");
                   ErrorHandler();          
                   response = "ERROR";
              log.info(CLASS_NAME + ".createUser()-----> response=" + response);
              return response;
    >
    Add Role
    >
         public String addRole(String oprid, String role){
              log.info(CLASS_NAME + ".addRole()-----> inputs=oprid[" + oprid +
                        "]role[" + role + "]");
              String response = "";
              boolean next = false;
              try{
                   //***** Get Component Interface *****
                   IUserProfile oUserProfile;
                   String ciName;
                   ciName = "USER_PROFILE";
                   oUserProfile = (IUserProfile) oSession.getCompIntfc(ciName);
                   if (oUserProfile == null) {
                        log.error("Unable to Get Component Interface " + ciName);
                        ErrorHandler();
                        response = "UNABLE_TO_GET_CI";
                   }else{
                        next = true;
                   if (next){
                        next = false;
                        oUserProfile.setUserID(oprid);
                        //***** Execute Get *****
                        boolean get = oUserProfile.get();
                        log.debug("Get:" + get);
                        if (!get) {
                             log.error("No rows exist for the specified keys. Failed to get the Component Interface.");
                             ErrorHandler();
                             response = "UNABLE_TO_GET_USER";
                        }else{
                             next = true;
                   if (next){
                        next = false;
                        //***** Set the Component Interface Mode *****
                        oUserProfile.setInteractiveMode(false);
                        oUserProfile.setGetHistoryItems(false);
                        oUserProfile.setEditHistoryItems(false);
                        IUserProfileRolesCollection oRolesCollection;
         IUserProfileRoles oRoles;
         oRolesCollection = oUserProfile.getRoles();
         oRoles = oRolesCollection.insertItem(oRolesCollection.getCount() - 1);
         for (int l = 0; l < oRolesCollection.getCount(); l++) {
    if (role.equalsIgnoreCase(oRolesCollection.item(l).getRoleName())) {                           
    response = "ROLE_ALREADY_EXISTS";
    break;
    if (l==oRolesCollection.getCount()-1){
         oRoles.setRoleName(role);
         next = true;
                   if (next){
                        next = false;
                        boolean save = oUserProfile.save();
                        log.debug("Save:" + save);
                        if (!save){
                             ErrorHandler();
                             response = "UNABLE_TO_SAVE";                         
                        }else{
                             response = "SUCCESS";
                        next = true;
                   boolean cancel = oUserProfile.cancel();
                   log.debug("Cancel:" + cancel);
                   if (!cancel){
                        ErrorHandler();
                        response = "UNABLE_TO_CANCEL";
              }catch (JOAException e) {
                   e.printStackTrace();
                   log.error("An error occurred");
                   ErrorHandler();          
                   response = "ERROR";
              log.info(CLASS_NAME + ".addRole()-----> response=" + response);
              return response;
    >
    There's some examples to go from.
    -Kevin

  • Peoplesoft HRMS 9.0 on External Hard Disk

    I have 4 GB of RAM and 1 TB hard disk in my Laptop.
    I just want to know that can i use external hard disk for Peoplesoft HRMS 9.0 package (Appserver + Tools + Weblogic + Database Server) and use it as plung and play with may laptop.
    Laptop has Windows 7 as OS.
    Can you please guide me with how Peoplsoft HRMS is compatible with Windows 7 or External Hard Drive?
    Please provide me the alternative also.
    Thanks in Advance
    Parth

    All that is needed on your laptop is and installation of VMware (Player) or VirtualBox.
    All further PeopleSoft installation, configuration reside on the virtual machine that is created with VMware or VirtualBox.
    From your laptop (Windows 7) you start a virtual machine (Windows Server, Linux etc with PeopleSoft installed) that can reside on your external hard disk.
    You do not need any additional installation on your Windows 7 laptop.
    Just to make sure, your Windows 7 is 64 bit, right?
    If you are not that familiar with PeopleSoft installations see this blog post by Jim Marion, which describes how you can use the OVM templates and run these in Virtualbox.
    http://jjmpsj.blogspot.nl/2012/08/peoplesoft-ovm-virtualbox-conversion.html
    Hakan

  • Peoplesoft HRMS 9.1 installation

    Hi,
    Any body please suggest me the best configuration for peoplesoft HRMS 9.1, list of all things need to be download for oracle linux 6.1

    PSOFTHUB TECHNOLOGIES wrote:
    This issue is with all the pages , i am unable to see the data from any page , when i click on links and buttons it is the case.Something was wrong during db creation, or wrong script executed. Recreate the db from scratch.
    And please, do not hijack thread to ask your question, create your own thread.
    Nicolas.
    +-- thread locked --+                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Oracle Enterprise Linux for Peoplesoft.

    Hi,
    Firstly i am new to the Peoplesoft apps and i will be doing an internal implementation for Peoplesoft HRMS.As advised by my manager, he asked me to use oracle Enterprise Linux OS for the Peoplesoft server. Well what i need to you know from the experience people here, which Linux 32 or 64 that is more suitable or better for peoplesoft to run on. Please help me on this. Thanks.

    Sujai wrote:
    {...} So i guess the best solution is to go for the 32-bits.Am i making the right decision??All the discussion above was true till the 3rd of March'09, but not anymore.
    Amusing, Peoplesoft changed the support for 64-bits OEL/RHEL the day after the last reply in this thread (mine of the 2nd of March).
    If it is not too late for you, go for 64-bits, it is required OEL/RHEL 5.2 min and Peopletools 8.49.14 min.
    Please, find out more in the announcement on metalink3 :
    [Oracle PeopleSoft extends certification of OEL and RHEL 5 x86-64|https://metalink3.oracle.com/od/faces/secure/km/DocumentDisplay.jspx?id=787643.1]
    Nicolas.

  • What are minimum Admin acct permissions for PeopleSoft connector?

    Hi,
    We're in the process of configuring the OIM Connector 9.1.0 for PeopleSoft, and the documentation on "Creating a Target System Account for Connector Operations" describes creating a Permission List in PeopleSoft that seems to assume the Admin ID for the connector will also be the ID used to login to the PeopleSoft application itself and manage things on that side (I'm a PeopleSoft developer so I have a pretty clear idea that, for example, the connector's account doesn't need to be able to access App Designer, the developer's IDE, just to send transactions).
    We already have other accts that can login to the PeopleSoft side of things and do the necessary configuration and monitoring there, we just want the connector to be able to connect <g>, and then have access to the target component interface... but not a bunch of other privileges (working on the "least amount of access required" principal).
    Has anyone pared down the items in the Permission List defined for use by the connector, and if so what have you determined are the minimum privileges needed to connect and do provisioning?
    Note we will be using the Remote Manager service to implement.
    thanks,
    Anne

    Software Update gave an error I can't reproduce at the moment; but the upshot was that it could not write the package file to the directory. Permissions were drwxr-xr-x. I've solved that by making /Library/Packages writable by any user in group admin. (chown root:admin /Library/Packages; chmod 775 /Library/Packages.) Call me paranoid but I don't want to make that directory world-writable.
    The reason I'm updating in that fashion is that I choose to use the "minimalist approach" to system updates discussed in a MacFixIt article at http://www.macfixit.com/article.php?story=20070427001751397.

  • The Help Link from the Application Pages Does not Work for Peoplesoft Campus Solutions 9.0

    Hi everyone.
    I have a problem, I have been trying to set up the Help Link from the Application Pages for Peoplesoft Campus Solutions 9.0 according to the instructions given in the Document: http://docs.oracle.com/cd/E17566_01/epm91pbr0/eng/psbooks/EnablingtheHelpLinkfromApplicationPages.pdf ,  (referenced in the Doc ID 1289101.1, E-PB: How to Set Up the Context Sensitive Help with Hosted PeopleBooks using Universal Linking).
    I follow the instructions of that document carefully:
    I go to: PeopleTools -> Web Profile -> Web Profile Configuration
        2. Then I choose the Web Profile: "Development".
        3. Then Change the value for the Help URL field by entering the following URL format: http://www.oracle.com/pls/topic/lookup?id=%CONTEXT_ID%&ctx=hrcs90r5 , the ctx parameter selected is the one that correspond to  the Campus Solutions (hrcs90r5) according to the Product Line Code Table (ULinkID) especified in the mentioned document.
        4. Stop the Web Domain and Clear cache.
        5. Start the Web Domain again.
    After setting up the Web Profile Configuration I test the help links, thas is why I click in the Help link in any Peoplesoft CS 9.0 Application Page (modify a person), but the next error message appears: "We're sorry, the topic you requested was not found.".
    I tried many combinations with the ctx parameters URL but it does not work yet. 
    I did the same test, but this time using the Help URL field with a HRMS ctx parameter by entering the following URL format: http://www.oracle.com/pls/topic/lookup?id=%CONTEXT_ID%&ctx=hcm92pbr5 , and It works fine !!!
    According to the previous test you realize that It works with HRMS ctx parameter but not with Campus Solutions 9.0 ctx parameter,  Does anybody know what else can I do ? Am I doing anything wrong or missing? or maybe the Oracle's ctx parameter for Campus Solutions URL It is broken simply.
    Thanks for you help and feedback.

    2799444 - The page you are testing with appears to be a Workforce Administration page. Is that correct?
    The CS PeopleBooks would only work for CS pages, e.g.: try navigating to Main Menu > Campus Community > Personal Information > Add/Update a Person
    Also, you can use multiple ctx parameters:
    E.g.: http://www.oracle.com/pls/topic/lookup?id=%CONTEXT_ID%&ctx=hrcs90r5&ctx=hcm92pbr5&ctx=pt852pbh2
    This way the help would work for the HR related pages like Workforce Administration, Campus Solutions pages like Campus Community and also PeopleTools pages like Web Profile Configuration. Hope this clarifies your question. Thanks!

  • Peoplesoft HRMS 9.1, Peopletools 8.50 - PS PS fails when firing up app serv

    Hi everyone.
    I am working on setting up an environment under Oracle Enterprise Linux 5.4 (64 bit) running Oracle 11gR1 (11.0.6), Peopletools 8.50 (64 bit), Tuxedo 10gR3, Weblogic, Peoplesoft HRMS 9.1 (64 bit). Both Peopletools 8.50 and Peoplesoft HRMS 9.1 are relatively new. We are probably one of the first to set this up and we have an issue.
    All of the software has been installed and configured. All database sql, datamover, and other scripts have been executed. Also, the database is fully populated.
    We encounter an error when going into psadmin and trying to boot the domain HC:
    CMDTUX_CAT:1685: ERROR: Application initialization failure
    CMDTUX_CAT:827: ERROR: Fatal error encountered; initiating user error handler
    We also receive the following errors:
    Do you wish to see the error messages in the APPSRV.LOG file? (y/n) [n] :y
    PSADMIN.3612 (0) [10/19/09 15:48:31](0) Begin boot attempt on domain HC
    PSAPPSRV.3643 (0) [10/19/09 15:48:42](0) PeopleTools Release 8.50 (Linux) starting. Tuxedo server is APPSRV(99)/1
    PSAPPSRV.3643 (0) [10/19/09 15:48:42](0) Cache Directory being used: /home/oracle/psft/pt/8.50/appserv/HC/CACHE/PSAPPSRV_1/
    PSAPPSRV.3643 (0) [10/19/09 15:48:43](3) File: SQL Access ManagerSQL error. Stmt #: 2 Error Position: 0 Return: 404 - ORA-01017: invalid username/password; logon denied
    PSAPPSRV.3643 (0) [10/19/09 15:48:43](1) GenMessageBox(200, 0, M): SQL Access Manager: File: SQL Access ManagerSQL error. Stmt #: 2 Error Position: 0 Return: 404 - ORA-01017: invalid username/password; logon denied
    PSAPPSRV.3643 (0) [10/19/09 15:48:43](1) GenMessageBox(0, 0, M): Database Signon: Could not sign on to database HC with user PS.
    PSAPPSRV.3643 (0) [10/19/09 15:48:43](0) Server failed to start
    PSADMIN.3612 (0) [10/19/09 15:48:49](0) End boot attempt on domain HC
    Do you wish to see the error messages in the TUXLOG.101909 file? (y/n) [n] :y
    155108.sa2tech47.domain.com!PSADMIN.3722: Begin attempt on domain HC
    155112.sa2tech47.domain.com!tmadmin.3743.3663685232.-2: TMADMIN_CAT:1330: INFO: Command: boot -A
    155114.sa2tech47.domain.com!tmboot.3744.925238816.-2: 10-19-2009: Tuxedo Version 10.3.0.0, 64-bit
    155114.sa2tech47.domain.com!tmboot.3744.925238816.-2: CMDTUX_CAT:1851: INFO: TM_BOOTTIMEOUT is set to 120 seconds
    155114.sa2tech47.domain.com!tmboot.3744.925238816.-2: CMDTUX_CAT:1855: INFO: TM_BOOTPRESUMEDFAIL option is selected
    155116.sa2tech47.domain.com!BBL.3745.1611062368.0: 10-19-2009: Tuxedo Version 10.3.0.0, 64-bit, Patch Level (none)
    155116.sa2tech47.domain.com!BBL.3745.1611062368.0: LIBTUX_CAT:262: INFO: Standard main starting
    155118.sa2tech47.domain.com!tmboot.3748.2436493632.-2: 10-19-2009: Tuxedo Version 10.3.0.0, 64-bit
    155118.sa2tech47.domain.com!tmboot.3748.2436493632.-2: CMDTUX_CAT:1851: INFO: TM_BOOTTIMEOUT is set to 120 seconds
    155118.sa2tech47.domain.com!tmboot.3748.2436493632.-2: CMDTUX_CAT:1855: INFO: TM_BOOTPRESUMEDFAIL option is selected
    155118.sa2tech47.domain.com!PSWATCHSRV.3750.3590176352.-2: 10-19-2009: Tuxedo Version 10.3.0.0, 64-bit
    155118.sa2tech47.domain.com!PSWATCHSRV.3750.3590176352.-2: LIBTUX_CAT:262: INFO: Standard main starting
    155118.sa2tech47.domain.com!PSAPPSRV.3751.286221264.0: 10-19-2009: Tuxedo Version 10.3.0.0, 64-bit
    155118.sa2tech47.domain.com!PSAPPSRV.3751.286221264.0: LIBTUX_CAT:262: INFO: Standard main starting
    155119.sa2tech47.domain.com!PSAPPSRV.3751.286221264.0: LIBTUX_CAT:250: ERROR: tpsvrinit() failed
    155119.sa2tech47.domain.com!tmboot.3748.2436493632.-2: tmboot: CMDTUX_CAT:827: ERROR: Fatal error encountered; initiating user error handler
    155123.sa2tech47.domain.com!BBL.3745.1611062368.0: CMDTUX_CAT:26: INFO: The BBL is exiting system
    155126.sa2tech47.domain.com!PSADMIN.3722: End boot attempt on domain HC
    Issue is that when trying to connect and fire up the app server it fails on authentication with PS/PS. I have not changed any of the passwords. I also have searched and even run a fix located at:
    http://tech.groups.yahoo.com/group/psftdba/message/577
    I have also gone back and checked that:
    1. The environment for weblogic is exported.
    2. The weblogic daemon wlserver is running.
    3. The environment for tuxedo is exported.
    4. The tlisten daemon is running.
    5. The tlisten listener is configured in /etc/services for port 3050.
    6. Tested the sysadm, people accounts to ensure that I can log into the Oracle database. No passwords have been changed. Also checked that all of the tables exist and that they are populated with data.
    7. Terminated the daemons and removed the ones that were hung using system resources using ipcrm.
    8. Checked the UDDCONFIG file that was created by Peoplesoft to ensure that it was being read.
    9. Went back and rechecked the installation and post-installation documentation for Tuxedo 10gR3, Weblogic, Peoplesoft PT 8.50, and Peoplesoft HRMS 9.1.
    10. Went back and checked that all binaries and libraries were installed. (I did this prior to the install, but went back and checked again.)
    11. Searched the error log files and looked up the codes presented. Checking on possible solutions (this is where I am now).
    Anything that anyone can add would be most appreciated. I have log files from the server (of which I am still going through) that I can make available to anyone that is willing to help..
    I will share any other findings as they become available and as I make progress.
    Thanks in advance!
    Walt
    [email protected]

    "PSAPPSRV.3643 (0) 10/19/09 15:48:43(3) File: SQL Access ManagerSQL error. Stmt #: 2 Error Position: 0 Return: 404 - ORA-01017: invalid username/password; logon denied
    PSAPPSRV.3643 (0) 10/19/09 15:48:43(1) GenMessageBox(200, 0, M): SQL Access Manager: File: SQL Access ManagerSQL error. Stmt #: 2 Error Position: 0 Return: 404 - ORA-01017: invalid username/password; logon denied"
    sounds like something to do with connect-id or access-id.
    are you able to login to datamover using sysadm user ?
    if yes ...can you try to login and run
    set log c:\temp\test1.log;
    UPDATE PSSTATUS SET OWNERID = 'SYSADM';
    UPDATE PSOPRDEFN SET SYMBOLICID = 'SYSADM1', OPERPSWD = 'upg2009', ENCRYPTED = 0 WHERE OPRID = 'VP1';
    UPDATE PSACCESSPRFL SET ACCESSID = 'SYSADM', SYMBOLICID = 'SYSADM1', ACCESSPSWD = 'fin23SQL', VERSION = 0, ENCRYPTED = 0;
    GRANT SELECT ON PSSTATUS TO people;
    GRANT SELECT ON PSOPRDEFN TO people;
    GRANT SELECT ON PSACCESSPRFL TO people;
    REM - ENCRYPT PASSWORD
    SET LOG c:\temp\encrypt.log;
    ENCRYPT_PASSWORD *;
    Also check PSDBOWNER, it should contain only one row and DB Name should be in caps/lower same case as DB name ...somting it also causes issue.

  • Installing PeopleSoft HRMS 9.0 on Windows Server 2008 with SQL Server 2008

    Hi there,
    Recently I was involved to develop a POC with PeopleSoft and as I was very new to PeopleSoft, I had bunch of issues while installing PeopleSoft. It took me almost more than couple of weeks to finally get the PeopleSoft Application up and running.
    I had bunch of questions also asked in this Oracle forum like :
    Step by Step PeopleSoft HRMS Installation from scratch.
    Tuxedo10gR3VS2008 patches absolutely needed for Peopetools Installation
    Thanks to the replies from all you folks. That helped a lot. Anyways, so I thought of just writing a blog about the things I did while installing PeopleSoft on Windows with SQL as backend DB. There are many posts already on the web describing the steps but mostly with Oracle DB and Linux. Hence, here are the posts for PeopleSoft on Windows:
    http://geekswithblogs.net/BizTalkUnleashed/archive/2012/01/24/installing-peoplesoft-hrms-9.0-on-windows-server-2008-with-sql-again.aspx
    Hope it helps to newbie's in PeopleSoft Apps like me.
    Regards,
    Vishal Mody
    Edited by: 897150 on Jan 25, 2012 10:11 AM
    Edited by: 897150 on Jan 25, 2012 10:13 AM

    Vijay
    I hate to be rude, but I am following you for a couple of days now on this forum and even in the same tread and it looks like you do not want to helped, you just want quick answers. I do not see you putting any effort nor show any respect for the product or the people how try to help you. Keep in mind that everyone on this forum is voluntarily posting answers, nobody is getting paid, and I'm sure you do not pay to post here either, so please do not use words as asap and immediate.
    You started of wrong, by following a post and not following the installation manual and even tried installing the wrong components.
    The post was written by someone with experience on the subject who meets the installation requirements, with all respect to the poster of the blog.
    I have to backup Nicolas in his saying.
    Nicolas has asked you to use better thread title (more informative than just "installation help") and you created a new thread with this subject.
    This does not say anything about the issue you are facing now.
    I doubt you can successfully complete this installation, not meant personally, but you are using the wrong software, on the wrong OS, with no documentation.
    My advise:
    Stop with what you have done until now and start all over by following the installation manual and hardware & software requirements.
    If you really want to master a PeopleSoft installation, you can follow following course at Oracle University: PeopleSoft PeopleTools Installation & Server Admin. Rel 8.50
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getCourseDesc?dc=D61702GC10&p_org_id=1001&lang=US
    Do not forget you are trying to install an ERP system, this is not done by starting an installer and clicking on the Next button three times.
    Hakan

  • PeopleSoft HRMS 9.1 Feature Pack Installation(thread 911549)

    PeopleSoft HRMS 9.1 Feature Pack Installation(thread 911549)
    I have successfully installed all the softwares of PeopleSoft HRMS: Upto step 7
    http://geekswithblogs.net/BizTalkUnleashed/archive/2012/01/24/installing-peoplesoft-hrms-9.0-on-windows-server-2008-with-sql.aspx
    Step8: Installing and configuring PeopleSoft Databases: I am facing problem at please enter the SQL Server information screen:
    I am getting the error in the next step of please enter the SQL information where it asked the admin password, peoplesoft Access password, peoplesoft connect password
    please find the error which I have received in the below the error:
    "setup fails to connect the SQL server in the system. The error message is:noerror. Please make sure SQL server is running in the system. The minimum supported version is SQL server 2008. Please go to the previous screen to correct the problems or 'cancel' to exit."
    Please advice me how to proceed this and move forward asap.
    Please also let me to know where I use this password for All Products License Keys for PeopleTools Install CD : z66smq22c7mc3w444e12is23481p1f7.
    I almost completed this step but found error at the last.
    My OS: Windows Server 2008 R2, Database Server: MSSQLSERVER2008 with service pack2
    Please help me out so that I can Install the software immedaitely. Please let me all the neccessary scenarios. Please let me if you any other clarifications.
    Regards,
    Vijay

    Vijay
    I hate to be rude, but I am following you for a couple of days now on this forum and even in the same tread and it looks like you do not want to helped, you just want quick answers. I do not see you putting any effort nor show any respect for the product or the people how try to help you. Keep in mind that everyone on this forum is voluntarily posting answers, nobody is getting paid, and I'm sure you do not pay to post here either, so please do not use words as asap and immediate.
    You started of wrong, by following a post and not following the installation manual and even tried installing the wrong components.
    The post was written by someone with experience on the subject who meets the installation requirements, with all respect to the poster of the blog.
    I have to backup Nicolas in his saying.
    Nicolas has asked you to use better thread title (more informative than just "installation help") and you created a new thread with this subject.
    This does not say anything about the issue you are facing now.
    I doubt you can successfully complete this installation, not meant personally, but you are using the wrong software, on the wrong OS, with no documentation.
    My advise:
    Stop with what you have done until now and start all over by following the installation manual and hardware & software requirements.
    If you really want to master a PeopleSoft installation, you can follow following course at Oracle University: PeopleSoft PeopleTools Installation & Server Admin. Rel 8.50
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getCourseDesc?dc=D61702GC10&p_org_id=1001&lang=US
    Do not forget you are trying to install an ERP system, this is not done by starting an installer and clicking on the Next button three times.
    Hakan

  • Peoplesoft HRMS - SAP HRMS integration

    I need help in peoplesoft HRMS integration with SAP HRMS. Do I need to use SAP XI/PI for doing this? If what adapter I can use? or is there any alternative method for this?
    Thanks in Advance,

    Kevin,
    Peoplesoft uses mainframes  and we cannot use JDBC ...JDBC adapter is used to read the records from the table,
    If your Landscape has Tibco/MQ  you can ask the Peoplesoft team to run the Job Card to post the messages in the Queue of Tibco/MQ  from there with the help of JMS adapter you can read the message and pass to PI.
    > what are the Idocs involving in this scenario?
    Lot of RFC, Std Proxy, Std IDOC are readily available HR functional team can assist you.
    Cheers
    Agasthuri

  • PeopleSoft HRMS

    For those of you are interested in PeopleSoft HRMS Functional;
    http://www.learn-peoplesoft.blogspot.com

    Start here for free training and overview
    Oracle By Example:
    http://apex.oracle.com/pls/apex/f?p=44785:2:0:::2:P2_GROUP_ID:1022
    You will find for example:
    PeopleSoft Human Resources Implementation: Getting Started Complimentary Self-Study Lessons
    Learn about PeopleSoft Human Resources products and business processes. Learn how to set up the PeopleSoft core human resource system foundation tables related to installation settings and companies. Oracle’s PeopleSoft Enterprise is a leader in human capital management solutions. Take initial steps to learn how to set up the PeopleSoft Human Resources Release 9.1 application with the following complimentary in-depth lessons lasting over 90 minutes: - Business Process Overview - Setting Up Installation Settings and Companies Foundation Tables
    http://apex.oracle.com/pls/apex/f?p=44785:24:0::NO:24:P24_CONTENT_ID,P24_PREV_PAGE:5681,2

  • Outbound integration with peoplesoft HRMS using a soap adaptor  fails

    We are trying to do outbound integration with peoplesoft HRMS as a part of interface requiremnt,we are using soap adaptor for this,we are getting the following error
    An unhandled exception has been thrown in the ESB system. The exception reported is: "org.collaxa.thirdparty.apache.wsif.WSIFException: exception on JaxRpc invoke: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message transmission failure, response code: 500 at com.collaxa.cube.ws.wsif.providers.oc4j.jaxrpc.WSIFOperation_JaxRpc.invokeOperation(WSIFOperation_JaxRpc.java:1731) at com.collaxa.cube.ws.wsif.providers.oc4j.jaxrpc.WSIFOperation_JaxRpc.invokeRequestResponseOperation(WSIFOperation_JaxRpc.java:1473) at com.collaxa.cube.ws.wsif.providers.oc4j.jaxrpc.WSIFOperation_JaxRpc.executeInputOnlyOperation(WSIFOperation_JaxRpc.java:1156) at oracle.tip.esb.server.common.wsif.WSIFInvoker.executeOperation(WSIFInvoker.java:865) at oracle.tip.esb.server.common.wsif.WSIFInvoker.nextService(WSIFInvoker.java:781) at oracle.tip.esb.server.common.wsif.WSIFInvoker.nextService(WSIFInvoker.java:801) at oracle.tip.esb.server.service.impl.outadapter.OutboundAdapterService.nextService(OutboundAdapterService.java:208) at oracle.tip.esb.server.service.impl.outadapter.OutboundAdapterService.processBusinessEvent(OutboundAdapterService.java:127) at oracle.tip.esb.server.dispatch.InitialEventDispatcher.dispatchNonRoutingService(InitialEventDispatcher.java:118) at oracle.tip.esb.server.dispatch.InitialEventDispatcher.dispatch(InitialEventDispatcher.java:95) at oracle.tip.esb.server.dispatch.BusinessEvent.raise(BusinessEvent.java:1444) at oracle.tip.esb.utils.EventUtils.raiseBusinessEvent(EventUtils.java:112) at oracle.tip.esb.server.service.EsbRouterSubscription.onBusinessEvent(EsbRouterSubscription.java:305) at oracle.tip.esb.server.dispatch.EventDispatcher.executeSubscription(EventDispatcher.java:138) at oracle.tip.esb.server.dispatch.DeferredEventDispatcher.processSubscriptions(DeferredEventDispatcher.java:153) at oracle.tip.esb.server.dispatch.EventDispatcher.dispatchRoutingService(EventDispatcher
    Any clues about this..
    How to add HTTP header on top of the response..
    Thanks,
    Azeem.

    We have this working at our organization and my guess is that this is related to either a missing routing or having no security set on the service operation. We are only exploring this in test but we have the ESB set up as node in Peoplesoft. There is then routing defined from that node to financials. On the service operation we have attached the role PTPT1200. I am sure this is not best practice but we are currently only testing.
    If you want to attach headers for authentication/authorization I am sure it is defined in the documentation although I don't have the link in front of me.

Maybe you are looking for

  • How do i get a refund on unwanted apps?

    I bought a app thinking it was photoshop the for my Macbook Pro, but turns out it was a app that teaches you how to use Photoshop. I have no use for the app and wondering if i could get a refund for this app?

  • I have Adobe Acrobat Pro v. 9.0.  I would like upgrade to v. 11

    I'd like to upgrade from Adobe Acrobat Pro v. 9  to Acrobat Pro v. 11.  via uninstalling  v. 9.0 and installing v. 11.   The reason is that I'm having problems opening PDF files on my PC.

  • Problem using jstl and displaytags

    Hi all, I am using display tags taglib for generation of table. One of the columns has to be shown with the hyperlink attached to it. In order to acheive this i am using jstl taglib together with displaytags <display:table name="reportList" id="row"

  • TCP Gateway

    Excerpt from SAP Note 856597 FAQ: XI 3.0 SOAP Adapter service.sap.com ================== Q: How can I trace the whole message? If you want to monitor the communication between some HTTP client and some HTTP server, you can configure a gateway instanc

  • Why do we need work managers if the self-tuning pool is not limited ?

    Hi all, AFAIK, the self-tuning thread pool in WLS 10.3 is not limited in size, meaning it can grow indefinitely. On the other hand, work managers only make sense when there's a shortage in resources, and we need to decide what are the priorities to g