can,t use UWC calendar for users under new Domain

Hosted domain support , and using schema 2 Identity SSO

I created a new domain and added the mail,cal services

The users under new domain are not able to use the calendar in UWC(mail,options,address book working)...

it shows

" The selected calendar(s) was either deleted or does not exist or you do not have permissions to view it. Select another calendar(s)."

but they able to login and use cal server without any problem..

the http.log for calendar shows..

the following error...

[03/Aug/2006:17:35:00 +051800] nile cshttpd[4508]: General Error: ac: GetCalProps: User "ashik" denied access on fetching from calendar "ashik@netedindia.com".

[03/Aug/2006:17:35:00 +051800] nile cshttpd[4508]: General Error: calstore_get_calprops(): call to ac_get_calprops() returning err = 20.

[03/Aug/2006:17:35:00 +051800] nile cshttpd[4508]: General Error: calstore_get_calprops(): db error (pError->iErr) = 28.

and users under default domain has no problem with using UWC calendar..

what needs to be done ., Help me on this..

Ashik

[1108 byte] By [ashik_s] at [2007-11-26 9:15:53]
# 1

After I performed some domain modifications ,now the logs changed as..

.[05/Aug/2006:18:43:19 +051800] nile cshttpd[3977]: General Debug: acl: call to caldb_ReadCalProps() returned -30990 for calid user1@xxxxxx.com.

[05/Aug/2006:18:43:19 +051800] nile cshttpd[3977]: General Error: ac: GetCalProps: Calendar "user1@xxxxxx.com" not found in db.

[05/Aug/2006:18:43:19 +051800] nile cshttpd[3977]: General Error: calstore_get_calprops(): call to ac_get_calprops() returning err = 20.

[05/Aug/2006:18:43:19 +051800] nile cshttpd[3977]: General Error: calstore_get_calprops(): db error (pError->iErr) = 29

Whats missing...any parameters to check with properties file..

any one of you help ..on this..Im very new to all this stuff...

Ashik

ashik_s at 2007-7-6 23:41:38 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Calendar Server...
# 2
Sorry I rectified...actually I was in a non hosted domain setup..
ashik_s at 2007-7-6 23:41:38 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Calendar Server...
# 3

Try doing the following

ics.conf change attributes

service.virtualdomain.support = "yes"

local.schemaversion = "2"

service.dcroot = "o=(level where it will look for users)"

service.schema2root = "o=(lever where it will look for users)"

service.defaultdomain = "domainname"

service.loginseparator = "@+"

service.siteadmin.userid = "topleveladmin@topleveldomain"

service.virtualdomain.scope = "select"

just forgot to UWC

uwcauth.properties

virtualdomain.mode = y

Mensaje editado por:

bdfd

bdfd at 2007-7-6 23:41:38 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Calendar Server...
# 4
Restart CS and Webcontainer after these changes.ThanksRamya
ramya_ravi at 2007-7-6 23:41:38 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Calendar Server...