Hi All,
I am getting problems during sas 9.3 egrc configuration.
The procedure i followed is -
1. installed Oracle 11g with database instance name "orcl" and copied the ojdbc6.jar in a directory.
2. installed (before configuration) SAS 9.3 planned installation (other required third party softwares are installed).
3. then run the dbscripts of oracle ( on sql plus -> @PrepareDatabase.sql egrcuser (where "egrcuser" is username ) ), hence egrcuser is created with username and password as "egrcuser".
4. then on base sas I tried libname statement to connect egrcuser and it is connecting properly.
5. then I start configuration step for sas 9.3 egrc (planned).
6. In web infrastructure platform database properties page, I gave the parameters :
hostname : <fully qualified host name of oracle>
username : egrcuser
password : egrcuser
database name : orcl
jdbc path : ojdbc6.jar path
7. During Configuration, in Start Spawner stage -> Web Infrastructure Platform, I met the error, database "orcl" does not exist on host "<my host name>" on port 1521.
The snapshot of the error and corresponding log is attached.
Plz help me coz I am stucked here and not getting any solution.....:smileyconfused:
Thanks for helping...