0 comments

What is the meaning of ABPS

ABPS (Activity-Based Planning and Simulation)See Activity-Based Planning and Simulatio ...

0 comments

Programming Component Interfaces in PeopleCode

Programming Component Interfaces in PeopleCode• Understand PeopleCode behavior and limitations.• Generate a PeopleCode runtime code template.• Use and understand the PeopeSoft runtime code template.Understanding PeopleCode Behavior and LimitationsThis section discusses some behavior and limitations of PeopleCode for component interfaces.Be aware of this when you write PeopleCode for a component interface.PeopleCode ...

0 comments

Component Interface Software Development Kit (SDK)

Using the Component Interface Software Development Kit (SDK)• Set SDK prerequisites.• Use the SDK_BUS_EXPENSES test page.• Test the SDK_BUS_EXP component interface.• Using the component interface SDK Java sample.The PeopleSoft Integration SDK is installed with the PeopleTools installation. It providesresources to assist you in developing and testing component interface-based integrationbetween PeopleSoft and third-party ...

0 comments

Programming Component Interfaces in COM

Programming Component Interfaces in COM• Build the component interface APIs.• Set up the COM environment.• Generate a Visual Basic runtime code template.• Use and understand the generated Visual Basic code.Building the Component Interface APIs for COMIf you plan to access your component interface from a COM external application, you mustcreate a component interface API. The APIs are in the form of .reg file and ...

0 comments

Configuring a Compiler for the C++ Project -Peoplesoft

To configure a compiler for the C++ project:Note. These instructions assume you’re using Microsoft Visual C++. If you use adifferent compiler, apply the equivalent settings for that product.1. In MicroSoft Visual C++, create a new project.2. Select Tools, Options.3. Select the Directories tab.4. In the Options dialog box, click the New button.5. Enter the path to the SDK include ...

0 comments

Setting Up a Client Machine to Access the Component Interface API Using C++

Setting Up a Client Machine to Access the Component Interface API Using C++To set up your client machine to access the component interface API using C++:1. Install the PeopleSoft File Server.See the PeopleSoft 8.4 Installation Guide, Chapter 3, Using the PeopleSoft Installer.2. Install Sun’s JDK 1.3.1 to enable the Sun JVM, if it is not already installed.3. Set the environment variable PATH to include:a. The directory ...

0 comments

Programming Component Interfaces in C++

Building the Component Interface APIs for C++If you plan to access your component interface from a Java external application, you mustcreate a component interface API. The APIs are in the form of C header files (*.h), whichneeds to be included in the calling program.To build the component interface bindings:1. Open any component interface definition in PeopleSoft Application Designer.Use any component interface definition, ...

0 comments

Generating a Java Runtime Code Template

Generating a Java Runtime Code Template Peopleosoft Component InterfaceTo access a component interface through PeopleSoft APIs using Java, PeopleSoft ApplicationDesigner generates a template in the form of boilerplate Java code that you can adapt to yourpurposes. This section describes how to generate the template code.To generate a Java template for a component interface:1. Open ...

0 comments

Setting Up the Java Environment for Component Interface

Setting Up the Java Environment for Component InterfaceWhen deploying component interfaces on a local client machine or web server with Javabindings, you must have:• The third party Java application.• The PeopleSoft application server and database.• The Java Virtual Machine (JVM) supplied with Sun Microsystem’s JDK 1.3.1.To set up your client machine to access the component interface API using Java:1. Install Sun Microsystem’s ...

0 comments

Building the Component Interface APIs in Java

Programming Component Interfaces in JavaIf you plan to access your component interface from a Java external application, you mustcreate a component interface API. The APIs are in the form of *.java source code files, whichshould be compiled into Java classes.To build the component interface bindings:1. Open any component interface definition in PeopleSoft Application Designer.Use any component interface definition, ...

0 comments

Runtime Considerations for Component Interface Programs

Understanding Runtime Considerations for Component InterfaceProgramsIn many ways, accessing a component interface is functionally equivalent to working with anonline component. However, there are some important differences between componentinterfaces and components. This section describes how those differences affect interactiveoperation, functionality designed for graphical interfaces, client vs. server operation, ...

0 comments

Testing the Component Interface Peoplesoft

Testing the Component InterfaceTo test the component interface, you search for the component interface to test, then you testit.To search for a component interface to test:1. Open the component interface in PeopleSoft Application Designer.2. Select Tools, Test Component Interface from the PeopleSoft Application Designer menu.The Component Interface Tester search dialog box appears. ...

0 comments

Testing the Component Interface

Testing the Component InterfaceAfter setting the security for a component interface, you can test the contents and behaviorusing the component interface tester. You should test the component interface before using itin your external system. This proactive tool helps you discover problems with the underlyingcomponent or the component interface itself, including user defined methods. When you aretesting a component interface, ...

0 comments

Setting Component Interface Security - Peoplesoft

Setting Component Interface Security - PeoplesoftAfter creating a component interface, you must set security for it. Each individual methodalso needs to be provided security. Security for the component interface is provided throughthe PeopleSoft Internet Architecture pages.To set up component interface security:1. Through the browser login to PIA. Select PeopleTools, Security, ...

0 comments

Validating the Component Interface -Peoplesoft

Validating the Component InterfaceValidation ensures that a component interface definition has not deviated from its sourcecomponent. This can happen whenever a component deletes or adds a record or field. It canalso happen if the keys on the component are added or removed. Properties and keys that nolonger synchronize with their associated components are marked with an X icon.Note. The validation process only determines ...

0 comments

Creating User-Defined Methods Component Interface

Creating User-Defined Methods - Component Interface - PeoplesoftTo create a user-defined method:1. Right-click anywhere in the component interface view.2. Select View PeopleCode from the pop-up menu.The PeopleCode editor appears. If using a new component interface no PeopleCode willappear in the editor because no user-defined methods have been created.3. Write the required ...

0 comments

Enabling and Disabling Standard Methods Component Interface

Enabling and Disabling Standard Methods Component InterfaceYou can control whether standard methods are accessible at runtime.To enable or disable standard methods:1. Select File, Definition Properties from the PeopleSoft Application Designer menu.The Definition Properties dialog box appears.2. Select the Standard Methods tab.You can enable or disable any of the standard methods ...

0 comments

Working With Collections Component Interface

Working With Collections A collection is a property that points to a scroll, rather than a field, in the underlyingcomponent for a component interface. A collection groups multiple fields in a scroll. All thefields in the scroll are mapped to a property. These properties are part of the collection.You create collections the same way you create properties—drag the scroll from thecomponent view into the component ...

0 comments

User-Defined Properties for Component Interfaces

Creating User-Defined Properties for Component InterfacesUser-defined properties come from the component with which the component interface isassociated and must be added manually. They are the specific record fields that you expose toan external system with the component interface. You create user-defined properties inaddition to the standard properties to enable additional manipulation of the component. Whenyou create ...

0 comments

Setting Component Interface Security

Setting Component Interface Security : PeoplesoftAfter creating a component interface, you must set security for it. Each individual methodalso needs to be provided security. Security for the component interface is provided throughthe PeopleSoft Internet Architecture pages.To set up component interface security:1. Through the browser login to PIA. Select PeopleTools, Security, ...

0 comments

Validating the PeopleSoft Component Interface

Validating the Component InterfaceValidation ensures that a component interface definition has not deviated from its sourcecomponent. This can happen whenever a component deletes or adds a record or field. It canalso happen if the keys on the component are added or removed. Properties and keys that nolonger synchronize with their associated components are marked with an X icon.Note. The validation process only determines ...

0 comments

Associating a Component Interface With a Menu

Associating a Component Interface With a Menu : PeoplesoftThis applies to component interfaces built from components that are already attached to one ormore menus.To associate a component interface with a menu:1. Select File, Open from the PeopleSoft Application Designer menu to open an existingcomponent interface..2. Select File, Definition Properties from the PeopleSoft Application ...

0 comments

Creating a new component interface -Peoplesoft

To create a new component interface:1. Select File, New from the PeopleSoft Application Designer menu.2. Select the Component Interface definition type from the New dialog box.3. Select the component on which this component interface will be based.After you select the appropriate component, you see a message asking if you want thefields exposed in the selected component to become ...

0 comments

PeopleSoft Component Interface Attributes

Component Interface Attributes• Name• Keys• Properties• Collections• MethodsNameEach component interface requires a name. The calling programs use the name of thecomponent interface to access properties and methods.KeysKeys are special properties containing values that retrieve an instance (get keys) or a list ofinstances (find keys) of the component interface. When you create a new componentinterface, get and find ...

0 comments

PeopleSoft Component Interface

Component InterfacesA component interface is a PeopleTool to enable exposure of a PeopleSoft component (a set ofpages grouped together for a business purpose) for synchronous access from anotherapplication (PeopleCode, Java, C/C++, COM, or XML). Component interfaces can be viewedas "black boxes" that encapsulate PeopleSoft data and business processes, and hide the detailsof the structure and implementation of the underlying ...

0 comments

Deploying Oracle Identity Manager Connector

Deploying the ConnectorDeploying the connector involves the following steps:■ Step 1: Verifying Deployment Requirements■ Step 2: Copying the Connector Files and External Code■ Step 3: Configuring the Oracle Identity Manager Server■ Step 4: Configuring the Target System■ Step 5: Configuring the PeopleSoft Listener Web Service for Change-BasedReconciliation■ Step 6: Importing the Connector XML Files■ Step 7: Configuring ...

0 comments

Oracle Identity Manager

Oracle Identity Manager■ Oracle Identity Manager Installation and Upgrade Guide for JBoss■ Oracle Identity Manager Installation and Upgrade Guide for WebLogic■ Oracle Identity Manager Installation and Upgrade Guide for WebSphere■ Oracle Identity Manager Administrative and User Console Guide■ Oracle Identity Manager Administrative and User Console Customization Guide■ Oracle Identity Manager Design Console Guide■ Oracle ...

0 comments

Peoplesoft Talent Management 9.1 Overview

Talent Management applications enable you to understand your current workforce—what skills you have available and where they are being used. To best manage your business you must understand what skills are critical to your organization and how well people with those skills are performing. You must also anticipate where supply and demand for people, skills, or both are likely to be mismatched. PeopleSoft Talent Management ...

1 comments

Peoplesoft Talent Management 9.1

Peoplesoft Talent Management 9.1 OverviewEvery organization wants the best Talent Management capabilities available today. Oracle’s PeopleSoft Talent Management 9.1 applications offer you those capabilities and allow you to enjoy robust Talent Management functionality while continuing to use your current PeopleSoft HCM installation. Also, our superior technology platform provides you significant productivity benefits ...

0 comments

GSC COBOL Documents (Solutions)

GSC COBOL Documents (Solutions)Below is a list of some important documents ( solutions) on Metalink.This is not a complete list and this document will be updated periodically with corrected information.Summary E-COB: Net Express Cobol compiler - How to resolve the "license is not setup correctly" error (Doc ID 753692.1) E-COB: Files\Micro was unexpected at this time error when compiling cobol (Doc ID 618022.1)  ...

2 comments

Peoplesoft COBOL Error messages

Error messagesA : Issues of License Manager1.         Micro Focus LMF - 002: The license database is corrupt.The License Manager detected corruption in the license database. The license database may have been tampered with. Therefore, the License Management Facility terminated execution of the licensed product.Follow the Instructions of  Doc ID 611140.1 2.         ...

0 comments

Two different version of ServerExpress on one machine

Can we install two different version of ServerExpress on one machineTwo versions of COBOL compilers can be installed on the same machine as long as they run under different directories.  You can install on same machine but under different directories.  The license database for both of them should be served by only one license manager. The license manager version should be the version that came with the latest ...

0 comments

Start and stop the license manager In Peoplesoft Cobol

How to Start and stop the license manager1)  Must be logged in as  root2)  Check status & stop    cd $COBDIR/lmf     lmfgetpv                      <<  Shows Status     lmfgetpv k                   ...

0 comments

How to find The license Manager Directory

How to find The license Manager Directory - Cobol Peoplesoft1. Change to $COBDIR/lmf2. Run the command ./lmfgetpv    License Manager version 121    Loaded from /products/mf/svrexp-1.1/mflmf  &nbs ...

0 comments

How to Know Version of ServerExpress Compiler Installed

Check the output of three commands (login as root):$PS_HOME/bin> cobrun $PS_HOME/bin> cob -v   <---(small  "v")$PS_HOME/bin> cob -V  <---(upper  "V")   If Output of  $ cob -Vversion @(#)cob.c       1.310PRN=RXCPR/AAM:9h.N3.40.03PTI=SP1PTI=Fixpack40.03_10I ...

0 comments

HOW TO CHECK WHICH MODULES YOU ARE LICENSED AND USING

Steps: 1  Log in PIA – SetUp HRMS – Installation TableSteps:  2 Check dbcodes.hc in PS_HOME/set ...

0 comments

How to Compile and link cobols on unix - Peoplesoft

How to Compile and link cobols on unixFirst make sure the basic is set properly. On Digital Unix and Sun Solaris, the variable to check is LD_LIBRARY_PATH. On HPUX, the variable is SHLIB_PATH.On AIX, the variable is LIBPATH.A typical LD_LIBRARY_PATH, SHLIB_PATH, or LIBPATH might be:LD_LIBRARY_PATH=/usr/lib/cobol/coblib:/usr/sybase/libThis can be set in the .profile or the psconfig.sh file in the $PS_HOME directory.1)  ...