Affichage des articles dont le libellé est PeopleSoft. Afficher tous les articles
Affichage des articles dont le libellé est PeopleSoft. Afficher tous les articles

mardi 27 septembre 2016

Elasticsearch is a Cloud engine for PeopleSoft

Oracle has not released PeopleSoft Elasticsearch yet but you should look at options to consume this as a service in the Cloud.

El
astic can propose this as part of it's Elastic Cloud offer, but also Cloud services like Qbox.io can do so.

The great value in this is that you can use a high available Cluster without any knowledge about the technology and just consume this as a service.

Definitely cloud is an engine for PeopleSoft.


mardi 17 juin 2014

PeopleTools Automated Environment Configuration - PTEM

A while ago Oracle started to deliver PeopleSoft appliances on VirtualBox...
To do this they developed tool-kits to be able to deliver a self configurable system like PTEM.

With "PeopleTools Automated Environment Configuration" you can configure the components that most admins are configuring using SQL refresh scripts.
Unfortunately some parameters cannot be refreshed using SQL: ie the Integration Gateway properties file ... but you can do it with PTEM !

With this new feature you can:
  1. Rename Integration Broker Node
  2.  Configure Integration Broker Node
  3. Configure Gateway node
  4. Configure gateway properties file (integrationGateway.properties)
  5. Configure Process Scheduler Report Node
  6. Configure Process Scheduler Server
  7. Configure Secure Enterprise Search (SES)
  8.  Deploy and schedule Search Index
  9. Configure PeopleSoft Test Framework (PTF)

Even if it's not yet supported by Oracle you can use it to build new environment or to refresh environments.
If you have VirtualBox PeopleSoft images you can also have a look how it's done.

The main steps are:

1) set variables
export PTEM_PROP=ptem_YourEnv.properties
echo $PTEM_PROP

2) Check the server configuration file
echo $PS_SERVER_CFG

3) Run PTEM configuration
psae -CT ORACLE -CD ORACLE_SID -CO PS -CP PS -R PTEM_CONFIG -AI PTEM_CONFIG



vendredi 18 novembre 2011

Allow PeopleSoft users to open .msg attachments in Microsoft Outlook

Allow users to open .msg attachments directly in Microsoft Outlook, instead of the
Web Browser which is the default behavior.

1. Update web.xml
1.1 Edit the wile web.xml in :
${PIA_HOME}/webserv/${WebLogic_Domain}/applications/peoplesoft/PORTAL.war/W
EB-INF

1.2 And add the following line after all the servlets definitions.
You can add the line first before allthe other <mime-mapping>, or at the end.
<mime-mapping> <extension>MSG</extension> <mime-type>application/vnd.msoutlook</
mime-type> </mime-mapping>
2. Restart the PIA
For single server domains
    - ./stopPIA.sh
    - ./startPIA.sh

For multi servers domains:
    - ./stopWebLogic.sh PIA
    - ./startManagedWebLogic.sh PIA