Portus Version 2012-12-17
 —  Server and Control Centre Installation  —

Installation verification


Portus Server installation verification

To test if the Portus Server has come up correctly, you may issue, from a browser, the request

http://<server>:<port>/SoaGatewayStatus

Or, on Windows, you can select Start -> All Programs -> Portus v4.1.1 -> Portus Status

The Server should report its status. If it does not, see the Troubleshooting section.

After you have defined an accessible Resource, for example by pointing the installation supplied "Employees" Resource to an actual Database id / File number of an Adabas "Employees" demo file, issue the following request:

http://<server>:<port>/adabas_Employees?LIST&name=MEYER

which will, if set up correctly, display a list of employees with last name "MEYER" like this:

<?xml version="1.0" encoding="UTF-8"
standalone="no" ?> <adabasEmployees> <adabasEmployee>
<personnel_id>11600322</personnel_id>
<first_name>MARIANNE</first_name>
<middle_name>AGNES</middle_name> <name>MEYER</name>
<mar_stat>M</mar_stat>
<sex>F</sex><city>BREMEN</city>
<zip>2800</zip><country>D</country>
<area_code>0421</area_code> <phone>290755</phone>
<dept>SALE46</dept> <job_title>KASSIERERIN</job_title>
<leave_due>31</leave_due> <leave_taken>01</leave_taken>
</adabasEmployee> <adabasEmployee>
<personnel_id>20009200</personnel_id>
<first_name>LESLIE</first_name>
<middle_name>HENRY</middle_name> <name>MEYER</name>
<mar_stat>M</mar_stat> <sex>M</sex>
<city>SEATTLE</city> <zip>98105</zip>
<country>USA</country> <area_code>206</area_code>
<phone>147-4864</phone> <dept>MGMT30</dept>
<job_title>MANAGER</job_title>
<leave_due>12</leave_due> <leave_taken>08</leave_taken>
</adabasEmployee> <adabasEmployee>
<personnel_id>20023800</personnel_id>
<first_name>ARTHUR</first_name>
<middle_name>JOHN</middle_name> <name>MEYER</name>
<mar_stat>M</mar_stat> <sex>M</sex>
<city>STILLWATER</city> <zip>74074</zip>
<country>USA</country> <area_code>405</area_code>
<phone>724-8063</phone> <dept>MGMT30</dept>
<job_title>MANAGER</job_title>
<leave_due>38</leave_due> <leave_taken>05</leave_taken>
</adabasEmployee> <adabasEmployee>
<personnel_id>20027900</personnel_id>
<first_name>DANIEL</first_name>
<middle_name></middle_name> <name>MEYER</name>
<mar_stat>D</mar_stat> <sex>M</sex>
<city>DENVER</city> <zip>80210</zip>
<country>USA</country> <area_code>303</area_code>
<phone>242-1213</phone> <dept>TECH05</dept>
<job_title>MANAGER</job_title>
<leave_due>19</leave_due> <leave_taken>06</leave_taken>
</adabasEmployee> </adabasEmployees>

Top of page