Install Peoplesoft and connect to existing Oracle DB - oracle

Is there a guide that can help me install PeopleSoft, PeopleTools, Tuxedo, Weblogic etc. and connect it to an existing Oracle DB configured for CS?
I'm fine with doing the setup from scratch, but how do I skip the DB creation and just configure the rest to connect to a DB called CSSND2.
Can anyone help with some steps?
The guide I followed is:
http://psst0101.digitaleagle.net/step-by-step/

Oracle has official installation guide for every PeopleTools version.
This is the one for the latest version, 8.55: http://docs.oracle.com/cd/E68526_01/psft/acrobat/PeopleTools_855_Installation_for_Oracle_122015.pdf
If your version is lower, google 'PeopleTools Installation guide ', replacing by your version.
Install all the software on your server, add the details of your schema/database to the tnsnames.ora file, then you can add the App server domain, Process Scheduler domain and web domain. See the guide for details on installation and configuration

Related

migrate sonarqube history from one server to another

I have deployed one sonarqube server with a postgresql database in an openshift 3 cluster.
The versions that i use are respectively 8.4.2-community and 9.5 for my database.
I am currently in the process of migrating my project in a new openshift 4 cluster.
I have deployed a new sonarqube server with a postgresql db with the exact same versions that i used before. Now is the step where i have to migrate the project history of the old sonar to the new one. i already tried to dump from the old database to the new one , but that did not work so well.
open to solutions for those who want to help
Take a look into Project Move feature of SonarQube Enterprise Edition.
It will allow to export and import of the projects in SonarQube.
Note: Administrative access is needed to perform Project Move.

Oracle Fusion Middleware SOA 11 silent configuration through config.sh

I need to install Oracle SOA Suite 11.1.1.7 on headless server.
This one:
Fusion Middleware Installation Guide for Oracle SOA Suite and Oracle Business Process Management Suite
I managed to install it through responseFile.rsp, which is a standard Oracle Universall installer file.
The second step is to configure a domain through
$SOA_ORACLE_HOME/common/bin/config.sh
This give me only a GUI Configurator like this one described here:
Fusion Middleware Creating Domains Using the Configuration Wizard
There is a console mode, but there is also an option --silent like in installer before, where variables are set in responseFile.rsp.
But I can't find any description of variables or responseFile.rsp which I can set for silent configuration setup I don't really want do it through console mode, because I want to provision domain through ansible role. Is there anybody who has an experience with this kind of instalation?
Thanks for any response.
I have achieved OSB domain setup using WLST and ansible. I have used below as my reference.
http://myofwexperiments.blogspot.in/2016/01/soa-clustered-domain.html
Try and keep me posted for any clarifications

Configuring Hyperion Shared Services

We have configured Oracle Hyperion Essbase with OBIEE on 9704 port. Now , we need to implement security using shared services rather than using weblogic.How can we proceed?
You need to actually install Stand Alone Essbase and Foundation suite, the version you just install is quite different for the security administration. You will also need to reconfigure your environment

How to actually configure debugging in CFBuilder

I have ColdFusion Builder 2.0.0 installed and I am trying to look at the much vaunted step debugging. However, I cannot seem to get it to work as I don't have my site / JRun install setup in the naive way the examples show.
I am using version 9,0,1,274733 of ColdFusion and my configuration is as follows:-
Installed as multi-server version with Jrun here:- c:\Apps\JRun4
application files are here:- d:\websites\my.website.com
web root is here d:\websites\my.website.com\www
core library of CFCs is here d:\websites\frameworks\core which is mapped in CF as core
I have read this watched this http://help.adobe.com/en_US/ColdFusionBuilder/Using/WS0ef8c004658c1089-31c11ef1121cdfd6aa0-7fff.html and this http://forta.com/blog/index.cfm/2007/5/30/CF8-Debugger-Getting-Started and watched this https://experts.adobeconnect.com/_a204547676/p33029638/?launcher=false&fcsContent=true&pbMode=normal but I get stuck at the point after you have configured RDS and you are setting up the server for your project.
Now I am pretty sure the above is correct, when I move to the next page in the wizard I get the following:-
Now I as I understand it my Server Home should be c:\Apps\JRun4 and my Document root should be d:\websites\my.website.com
This all looks like it is going to be fine until you actually try and debug when I get
followed by
I can confirm that the server is running and RDS is enabled as in the RDS Dataview I can see all my databases.
Any help would be gratefully received as this is very frustrating and the documentation is very lacking.
There is a video tutorial as well that you may want to check and see if that helps. http://blogs.adobe.com/anand/2011/01/learn-how-to-debug-coldfusion-applications-using-coldfusion-builder-2.html
You need to specify the RDS username/password and the "application server name". If you are using the base instance that was installed when you setup the multiserver install of CF that is "cfusion", otherwise its the name of the instance you are using.
The RDS username is most likely "admin" unless you setup custom users for RDS. The password is the RDS password you specified when you installed CF.

how to configure Magento in my local xampp

Now i want to install magento, I downloaded the files from magentocommerce.com and extract it and run the installation file. In the second step once i entered the DBhost,Dbusername and DBpassword and navigate my installation to the next step it throws an error "*o Database server does not support the InnoDB storage engine.o Database connection error." Can anyone please guide me to install magento in my local.
Regards,
Arun
Meanwhile, there are some tutorials available on how to install Magento under Windows using the XAMPP stack, e.g. the one in the Magento Wiki.
Note that even though mySQL supports InnoDB since mySQL 3.23.34a, you'll need to install at least mySQL 4.1.20 for current Magento versions (see Magento System Requirements for more detailed infos).

Resources