Payroll software installation [message #302888] |
Wed, 27 February 2008 04:42 |
shalin
Messages: 4 Registered: February 2008
|
Junior Member |
|
|
Dear friends,
I am an new member to this forum. We are going to install one customized oracle 9i payroll application software in our company.We have a LAN connection.
Around 20 users are there. First we want to install the application in the server.Through server ,other clients should access that application.
Please advice me how to install that application in the server and
clients.What are the steps involved?
Please guide me with your valuable suggestions.
Thanks
s.kiran
|
|
|
|
Re: installation [message #303909 is a reply to message #302888] |
Mon, 03 March 2008 04:12 |
bbaz
Messages: 138 Registered: April 2007
|
Senior Member |
|
|
Hi there,
For Oracle 9i, I usually do the following:
ON SERVER SIDE:
1- Install Application Server Infrastructure on the dedicated Server.
2- Install Oracle AS 9i on this server.
3- Try Accessing all the URL's provided during the Installation to make sure that your installation is OK. Log in to the Enterprise Manager and Startup all the Components.
4- Make sure all the required Oracle Services are Up and Running.
5- Deploy all your developed FORMS/REPORTS on the Server (Save them in an assigned directory. Note: do not use SPACES when creating your directories)
6- Configure your registry Keys to point to the Directory/ies where the Forms/reports have been deployed.
7- You can also install Oracle developer Suite on the same Server if you require to Develop your Application.
ON CLIENT SIDE:
Once you have successfully installed your Application Server and deployed your Application (Forms and Reports). Try accessing your Forms from the CLIENT through the Application Server URL, ex:
Quote: | http://<your new AS server>:<port dedicated like 7777 or 7778>/forms90/f90servlet?form=<one of your Deployed Forms>
|
Hope this gives you a good Start.
Again this is a summary of the main steps that I usually follow.
Comments are appreciated.
Cheers,
Baz
|
|
|
Re: payroll software installation [message #304088 is a reply to message #302888] |
Tue, 04 March 2008 00:30 |
akramrabaya
Messages: 41 Registered: November 2007
|
Member |
|
|
i will suppose that oracle database already instaled on server and developer runtime installed in all stations
1. create a folder on server suppose it is d:\payroll and copy your application files inside it
2. share this folder and give permission to all users so they can read
3. make a datebase link to the server. u can do that in two ways
a. use oracle net8 easy config. and and it will ask you about server ip address and the host string name
b. you can go to this file and open it using notepad D:\orant\NET80\ADMIN\TNSNAMES.ORA then coppy this inside it :
a1 =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.1)(PORT=1521))
(CONNECT_DATA = (SID = ORCL))
)
4. go to the stattion and access payroll folder on server create a short cut on your disktop to indicate the starting file on the applicatyion
5. now go shortcut that you create on your disktop and change the target to be like this :
D:\orant\BIN\ifrun60.EXE \\192.168.1.1\payroll\START.fmx username\password@A1
notes :
192.168.1.1 is server ip address
\\192.168.1.1\payroll\START.fmx start is the begining file 4 your application
username\password is your databse username and password
a1 is your host string name
best regards
akram
|
|
|
|
Re: installation [message #305259 is a reply to message #302888] |
Mon, 10 March 2008 04:37 |
shalin
Messages: 4 Registered: February 2008
|
Junior Member |
|
|
Hi,
Thanks for your reply.
It is very useful and informative.One more doubt.
Should I have to install Oracle developer suite-client at all the client workstations or only on the server?
Regards,
Kiran
|
|
|
|
|
Re: Payroll software installation [message #306235 is a reply to message #306233] |
Thu, 13 March 2008 06:50 |
bbaz
Messages: 138 Registered: April 2007
|
Senior Member |
|
|
Good Shalin,
Glad to know that the posts helped. Please mention the steps that you followed so that others can benefit more from this thread in the future.
All the best,
Baz
|
|
|