Hello,
I am trying to create/use DAD (data access descriptors)
Apache is running OK. Home page is getting accessed
Some of the DADs are working OK, while some are not
(a)
This URL works - http://192.168.239.36:7777/pls/portal31 ... _procedure
Following is displayed as expected :
Procedure - portal31_procedure
Schema - portal30
Home page of portal31 DAD
(b)
This URL doesnt work - http://192.168.239.36:7777/pls/portal30/portal30.home
Following is displayed
The page cannot be found
(c)
This URL doesnt work - http://192.168.239.36:7777/pls/portal30 ... _procedure
Following is displayed
The page cannot be found
(c)
This URL also doesnt work - http://192.168.239.36:7777/pls/portal30 ... tal30.home
I am getting "Forbidden. You don't have permission to access /pls/portal30_dup/portal30.home on this server"
All the attributes - authentication mode, schema, host string etc in DAD descriptions are same for portal30, portal30_dup and portal31 DAD
case (b) : I verified several times that "home" procedure is valid in portal30 schema
case (c) : Why "portal31_procedure" gives the probelm when it is working in case (a) and the schema is the same - PORTAL30 ?
case (d) : What is it forbidden ?
The error_log (and also access_log) of Apache doesnt show anything helpful
Please help