ias can't get my oracle database node

I have installed ias SP2 and oracle 8.1.6 client (with a database node)on

W2K. Then I use "resreg" or "iasdeploy regdatasource" command to deploy my

database node (XML format) into ias. But ias still can't get any database

node in Admin tool? Why? Anyone can tell tell me?

This is my database deployment XML format:

<ias-resource>

<resource>

<jndi-name>jdbc/ibcc/type2b</jndi-name>

<jdbc>

<datasource>was_ibridgecapital.com.my</datasource>

<database>was</database>

<username>system</username>

<password>manager</password>

<driver-type>ORACLE_OCI</driver-type>

</jdbc>

</resource>

</ias-resource>

--

From,

Chia Wei, Teoh

Senior Software Engineer

iBridge Capital Corporation

18-26-B,Gurney Tower,

10250 Penang, Malaysia.

Tel : 04-8180728

Fax : 04-8180698

[1032 byte] By [RakeshGarishakurthi] at [2007-11-25 4:48:57]
# 1

Hi Teoh Chia,

What ever xml file you wrote is to register the data source

for an application. Before that you need to do few things listed below,

to get connected to the database. Assuming your iAS and oracle client

are on NT and oracle server on win 2k.

1. you register the particular database driver type2 or type 4. To do

that run dbsetup or jdbcsetup respectively. Then thatdriver will be

visible in the admin tool.

2. Then configure the Oracle service (TNS name) name, using the NET8

Assistant.

3. Then use that service name as the data source name.

4. Then deploy the application, populate the database if necessary.

5. And register the data source, using that XMl file with proper data

source (or service) name.

6. Run the application.

It should work fine.

ps:- iAS sp2 is not supported on win2k. It may run, but it can not be

used for production purposes on win2k. Now iAS sp3 is certified on

win2k. It will be launched soon.

Thanks,

Rakesh

Teoh Chia Wei wrote:

>

> I have installed ias SP2 and oracle 8.1.6 client (with a database node)on

> W2K. Then I use "resreg" or "iasdeploy regdatasource" command to deploy my

> database node (XML format) into ias. But ias still can't get any database

> node in Admin tool? Why? Anyone can tell tell me?

>

> This is my database deployment XML format:

>

> <ias-resource>

> <resource>

> <jndi-name>jdbc/ibcc/type2b</jndi-name>

> <jdbc>

> <datasource>was_ibridgecapital.com.my</datasource>

> <database>was</database>

> <username>system</username>

> <password>manager</password>

> <driver-type>ORACLE_OCI</driver-type>

> </jdbc>

> </resource>

> </ias-resource>

>

> --

> From,

> Chia Wei, Teoh

> Senior Software Engineer

> iBridge Capital Corporation

> 18-26-B,Gurney Tower,

> 10250 Penang, Malaysia.

> Tel : 04-8180728

> Fax : 04-8180698

Rakesh Garishakurthi at 2007-6-30 21:42:55 > top of Java-index,Application & Integration Servers,Application Servers...