After you perform the initial installation and
configuration of Telecom Web Services Server,
test the completed system to ensure that all connections are working
properly.
About this task
It is a good practice to test the data sources using the TWSS Administration Console and
the Integrated Solutions Console.
To
verify your configured system and prepare it for use, follow these
steps.
- Verify that the deployment manager and node agents
are running.
- Check the configuration log file for errors. The file is found in the following directory location: was_root/installableApps/TWSS-Base/firststeps/logs.
- Use a Web service client application to send a test request
to the Access Gateway.
- Using a browser, test the URLs for the Web service implementations. You can check them against the list provided in the topic Default
Web service URIs.
- Optional: If you modified database
authority so that the First Steps script could
work with the database, you can now amend that authority using the
following commands:
- db2 connect to $dbAlias user $dbAdmin
- db2 revoke DBADM on database from $dbUser
- db2 terminate
- sqlplus $dbAdmin/$dbAdminPW%@$dbServer:$dbPort/$dbName as
SYSDBA
- revoke connect, resource, create table, create view,
dba from $dbUser
where dbUser is the user ID to which you
had granted authority.
- In the Resources area of the Integrated Solutions Console,
check the list of data sources that have been defined
for your database or databases.