Calendar Server 1.x to 3.x Migration

I need to migrate my Calendar Server 1.x to Calendar Server 3.5.
How do I export my calendar user information?
<P>
Use CTDB2LDIF.This information is available in the Calendar Server
3.5 ReadMe.
<P>
SYNTAX
ctdb2ldif -n node-ID [ -host hostname ] [ -p sysOpPwd ] [ -f filter ]
[ -dnsuffix dn ]
ctdb2ldif -v
ctdb2ldif -h
DESCRIPTION
The ctdb2ldif script exports the database of a specific Calendar node
into an LDIF file which describes a series of modifications in the form
of change records. This utility can be used to add new entries or to
modify existing entries in a pre-populated directory server, or to
populate a new directory server.
The created LDIF file can be used by the ldapmodify utility to apply
the entry modification information to the directory server.
ctdb2ldif outputs two files, node.ldif and
undo.ldif.
OPTIONS
-n
node-ID
Node-ID of the node to export.
-host
hostname
Specifies the host on which the database for the specified Node-ID can
be found. The default is localhost.
-p
sysOpPwd
Specifies the password of the node's SYSOP.
-dnsuffix
Specifies a suffix string to be used when creating distinguished names
for directory entries.
-f
filter
Specifies the calendar item to export. The filter has the following
format: "key=value/.../key=value" where key is one of the key listed
below (uppercase and lowercase both accepted) and value is a string
that can contain wild cards (*).
Key
Directory Fields
S
Surname
G
Given name
I
Initials
Q
Generation qualifier
OU1
Organizational Unit 1
OU2
Organizational Unit 2
OU3
Organizational Unit 3
OU4
Organizational Unit 4
O
Organization
C
Country
A
Administration domain
P
Private Domain
EMPL-ID
Employee number
-v
Prints the current version.
-h
Prints a usage message explaining how to run ctdb2ldif.
EXAMPLES
1.The following command:
ctdb2ldif -n 10000 -dnsuffix "o=Airius.com"
exports the database of the calendar node 10000 on localhost using an alternate distinguished name suffix instead of the basedn specified in
/users/unison/misc/ctdb2ldif.ini into an LDIF file.
2.The following command:
ctdb2ldif -n 10000 -dnsuffix "o=Airius.com"
exports the database of the calendar node 10000 on localhost using an alternate distinguished name suffix instead of the base dn specified in
/users/unison/misc/ctdb2ldif.ini into an LDIF file.
FILES
/users/unison/misc/ctdb2ldif.ini
[CTDB2LDIF]
NOTE: A "#" as the first character in a line is used to indicate that this line is a comment and should be ignored when ctdb2ldif is run.
ldifdir =
Specifies the output directory for LDIF files. The default directory is /users/unison/tmp.
userfilterfmt = "(&(givenName=%gn)(surName=%sn))"
Specifies the LDAP search filter format to be used to match existing entries.
Supported format codes are :
%sn
SurName
%gn
GivenName
%in
Initials
%ge
Generation
%u1
OrgUnit1
%u2
OrgUnit2
%u3
OrgUnit3
%u4
OrgUnit4
%co
Country
%d1
AdminDomain
%d2
PrivmDomain
%ad
Address
%en
EmployeeNo
%ph
Phone
%fa
Fax
%ex
Extension
%jt
JobTitle
%re
ResourceName
%rn
ResourceNo
%ca
Capacity
%no
Node-ID
%id
ItemId
[LDAP,v2,NSCP,1]
host =
Specifies the host on which the LDAP directory server is running.
The default host is localhost.
port =
Specifies an alternate TCP/IP port on which the LDAP directory server
is listening. The default port is 389.
basedn =
Specifies the starting point for search operations on the Directory
Information Tree. The default is "o=Airius.com".
binddn =
Specifies the distinguished name used to bind to the LDAP directory
server. The default is "cn=Directory Manager".
NOTE: If this LDAP directory server is 1.03, this binddn must also
include the basedn. For example, the binddn should be changed to
something like "cn=Directory
Manager,o=Airius.com".
bindpwd =
Specifies the password used to bind to the LDAP directory server.
The default is secret99.
admin =
Used in conjunction with the basedn to specify the location of Calendar
administrators in the Directory Information Tree. The default value is
"ou=Netscape Servers".
admingroup =
Used in conjunction with the basedn to specify the location of Calendar
administrators in the Directory Information Tree. The default value
is "cn=Netscape Calendar Server Administrators,ou=Netscape Servers"
defaultpwd =
Default user Password to use for entries without a password. The
default password is "sesame".
/users/unison/log/ctdb2ldif.log
A log file of all related errors and warnings.
/users/unison/tmp/node.ldif
/users/unison/tmp/undo.ldif
LDIF files describing a series of modifications in the form of change
records.
/bin/slapd/server/ldapmodify
A shell-accessible interface to the ldap_modify(3) and ldap_add(3)
library calls.
WARNINGS
Items with an empty SurName are exported with the "CalUser:
" (eg. "CalUser 10000:00256") value as directory entries with
the inetOrgPerson object class are required to have a surname.
Only the first eight characters of the original passwords are used to
construct the encrypted value of the userPassword attribute; the rest
are ignored.
RETURN VALUES
Exit values are:
0 Success
1 Failure
2 Usage error
3 User interrupt

Hi,
You are very welcome.
You can always migrate from ADFS 1.x to ADFS 2.0, we cannot upgrade from ADFS 2.0 to 3.0 though.
Since we are not very familiar about ADFS, so the experts in ADFS forum as I mentioned above will provide more efficient support to you.
More information for you:
Migrating from AD FS 1.x to AD FS 2.0
http://technet.microsoft.com/en-us/library/ff678035(v=WS.10).aspx
ADFS 2.0 compatibility with ADFS 3.0
http://social.technet.microsoft.com/Forums/windowsserver/en-US/45b579ca-ba3b-49e6-8cbd-285516de6cc3/adfs-20-compatibility-with-adfs-30?forum=winserverDS
Have a nice day!              
Amy

Similar Messages

  • Calendar server Migration from one server to another

    Dear folks,
    We are planing to move our calendar server from one server to another, Platform is same, OS is same, Calendar server on both systems are having similar version, Only pointing to new directory server but same schema level and populated with same users,
    What would be the best approach to accomplish this:
    1) Just take backup of Database & Restore it on the new server
    2) Run Migration utility .....
    ll appreciate for any help......
    Thanks

    Sp00ky_Geek wrote:
    We are planing to move our calendar server from one server to another, Platform is same, OS is same, Calendar server on both systems are having similar versionHow 'similar'? (showrev -p | grep ics)
    Only pointing to new directory server but same schema level and populated with same users,
    What would be the best approach to accomplish this:
    1) Just take backup of Database & Restore it on the new server
    2) Run Migration utility .....Which migration utility?
    If they are the same platform/version you should be able to copy the database across as-is. The users directory entries (icsdwphost) will need to be updated to reflect the new hostname for the calendar server.
    As with any move/migration, test and retest.
    Regards,
    Shane.

  • Calendar Server Migration from iplanet5.2 to Sunjava messaging server

    Hi
    Can any one help me on Calendar server migration.
    How can i migrate the calendar server from iplanet 5.2 to sunjava messaging server
    Users
    Calendar resources
    Groups
    Attributes

    Hi,
    I assume you mean iplanet calendar server 5.1.1 to the latest calendar server (6.3). If so, I suggest you start by reading through the calendar server admin guide which goes through the steps involved and tools to use to migrate from 5.1.1 onto calendar server 6.3.
    http://www.sun.com/bigadmin/hubs/comms/library/manuals.calendar.jsp
    Regards,
    Shane.

  • I am upgrading to Calendar Server 4.0 on NT with more than 9 nodes (or I already have) and my server won't start

    I am upgrading to Calendar Server 4.0 on NT with more than 9 nodes
    (or I already have) and my server won't start.
    <P>
    The steps are the same whether you have already upgraded or are about to.
    <P>
    Calendar Server 4.0 on the Windows NT platform can only support up to nine
    nodes on one server, while 3.51 supported up to 14. If you have a Calendar
    Server 3.51 with more than 9 nodes that you want to upgrade to Calendar Server
    4.0, Netscape recommends that you migrate the extra nodes to another Calendar
    Server 3.51 on another Windows NT system. To accomplish this:
    <OL>
    <LI>Install Calendar Server on another Windows NT machine and configure it to
    use the same directory server as your current Calendar Server.
    <LI>Stop and backup your current Calendar Server.
    <LI>Individually zip up the node directories you want to move to the new
    server. (drive:\unsers\unison\db\Nx
    where "x" is the number of the node you want to use.)
    <LI>Stop the new Calendar Server.
    <LI>Unzip the files into the new Calendar Server in the same place as they
    were on the old server.
    <LI>Edit the unison.ini
    file on the new server to add the nodes you have just migrated.
    <LI>Edit the unison.ini
    file on the old server to remove the nodes you have moved to the new server.
    <LI>Edit the nodes.ini
    file on the old server to remove the nodes you just moved and then add them
    with the new hostname. Keep in mind that you will only be able to modify the
    node network from the old host.
    <LI>Run unidbfix -export
    on both servers for all nodes.
    <LI>Edit the remotenodes.ini
    file on both servers to reflect your node topology.
    <LI>Run unidbfix -import
    to import the changes into the node databases.
    <LI>Run unidbfix -c,
    then -f,
    then -c
    again on both servers for all the nodes.
    <LI>If you don't get any errors, run uninode -test all
    to test if your nodes connections are set properly. If they are not, <B>do not</B>
    start either of the servers; instead, fix the errors and try again.
    <LI>Start both servers.
    <LI>Log in and check to see if you can see people on remote nodes.
    <LI>Notify the users on the moved nodes of their new calendar host.
    <LI>If you did this in preparation of an upgrade, you can now run the upgrade to
    4.0 since both servers contain fewer than 9 nodes.
    </OL>

    Use Disk Utility whihc is in the Utilities Folder.
    Select your Boot Disk on the left.
    Select Verify Permissions
    If any errors the do Reapir permissions.
    You might have to repeat the process.
    see this:
    Steve

  • Convergence and Calendar Server 6.3

    Good Morning,
    We are in the process of looking at upgrading to Convergence 2.0. We are still running Calendar Server 6.3. From looking at the wiki page: https://wikis.oracle.com/display/CommSuite/Convergence+Patches+by+Release
    It appears that I can install Convergence 2 Patch 2 and still be compatible with Calendar Server 6.3. Is that correct?
    We need to get upgraded so that we have the support for newer versions of IE and to get our customization done before looking to upgrade to Calendar Server 7.
    Thanks,
    Doug

    Yes, Calendar 6.3 (patch -44 or higher) is compatible with Convergence 2.
    See https://wikis.oracle.com/display/CommSuite7U2/Communications+Suite+Component+Products+Release+Notes#CommunicationsSuiteComponentProductsReleaseNotes-commsuiterequirements
    When you are ready to migrate to Calendar 7, you might be interested in:
    Creating a Calendar Server 6 and Calendar Server 7 Coexistent Deployment
    https://wikis.oracle.com/display/CommSuite/Creating+a+Calendar+Server+6+and+Calendar+Server+7+Coexistent+Deployment
    and
    Calendar Server 6 and Calendar Server 7 Comparison and Coexistence
    https://wikis.oracle.com/display/CommSuite/Calendar+Server+6+and+Calendar+Server+7+Comparison+and+Coexistence
    until the migration is complete.

  • Can I upgrade calendar server 6.0 to 2005Q4

    Hi,
    IHAC, who uses Sun Calendar Server 6.0 -
    1. Can we upgrade to the latest 2005Q4 (on the same host) or
    2. Can we export the required data/configuration and import it to the new server with 2005Q5 installed
    In both the cases, we will be using the DS 5.2p4 in schema I
    Regards,
    Deepak

    Hi,
    IHAC, who uses Sun Calendar Server 6.0 -What version exactly? Calendar server 6 covers a wide
    range of versions.We have
    Sun Calendar Server V6.0 (Rev. 2003.11.14.18.12.58)
    >
    1. Can we upgrade to the latest 2005Q4 (on the same
    host) or
    Depends on the exact version you are coming from. I
    suggest you read the manuals with regards to upgrades
    for calendar server.
    http://docs.sun.com/source/819-2331/calendarSvr.html
    2. Can we export the required data/configurationand
    import it to the new server with 2005Q5 installed I don't see why not. Of course you would need to test
    this thoroughly. I am assuming of course that the
    'new server' is the same platform (sparc->sparc or
    x86->x86). This is usually the safest approach since
    you can test this prior to running the production
    migration.It will be Sparc-Sparc
    >
    In both the cases, we will be using the DS 5.2p4in
    schema I Shouldn't be an issue.
    Shane.

  • Calendar Server user can not receive external invites

    Hi,
    We have a MacPro running ML Server 10.8.5 with 10 user accounts using the calendar and file server services.
    Calendar server is where the issue is. We have 10 + users that are set up to send and receive external invites in calendar server without a problem. Recently, one of the user accounts stopped receiving external invites. The problem began not long after I set up a second account for the same user for their shared calendars (they requested this so all shared cals were not on their iOS devices). Although I used a separate email, it was an alias of the first so may have caused a conflict / problem (?). I got rid of the second account with no change to the first. 
    The account still receives invites from the other internal user accounts and the other services such as file sharing are unaffected. There are no other problems with the functionality of that user, in calendar or otherwise.
    I have tried changing the email associated with that user account and setting up a new test user account (in Server). The email invite will still not come through.
    I have changed it back to the way it was originally.
    Summary
    One of 10 user accounts does not receive external invites
    Was working until recently
    The account can send invites to external addresses
    Same email address will not work even when associated with a different account
    I have included a large section of the calendar error log from the part that references the email address (in red) attached to the user account in question. Apologies, I am not familiar with deciphering this information. That is why I've come here.
    Any help would be very much appreciated. Thanks.
    Error Log Info
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [twistedcaldav.cache.MemcacheResponseCache#debug] Adding to cache: '21a0cc58845276ae69a523c52cc9d642' = '((I0\\nNtp1\\nI6863881604889304901\\n(I0\\nNtp2\\n(dp3\\n(I207\\n(dp4\\nS\\'DA V\\'\\np5\\n(lp6\\nS\\'1, access-control, calendar-access, calendar-schedule, calendar-auto-schedule, calendar-availability, inbox-availability, calendar-proxy, calendarserver-private-events, calendarserver-private-comments, calendarserver-sharing, calendarserver-sharing-no-scheduling, calendar-query-extended, calendar-default-alarms, addressbook, extended-mkcol, calendarserver-principal-property-search, calendarserver-principal-search\\'\\np7\\nasS\\'Content-Type\\'\\np8\\n(lp9\\nS \\'text/xml\\'\\np10\\nasS"<?xml version=\\'1.0\\' encoding=\\'UTF-8\\'?>\\\\n<multistatus xmlns=\\'DAV:\\'>\\\\r\\\\n  <response>\\\\r\\\\n    <href>/principals/__uids__/E47FA586-0340-45AF-8DDB-70F0B77E5A06/</href>\\\\r\\\ \n    <propstat>\\\\r\\\\n      <prop>\\\\r\\\\n        <calendar-user-address-set xmlns=\\'urn:ietf:params:xml:ns:caldav\\'>\\\\r\\\\n          <href xmlns=\\ (truncated, continued)
    2013-10-01 15:50:43+1000 [-] [caldav-1] 'DAV:\\'>/principals/__uids__/E47FA586-0340-45AF-8DDB-70F0B77E5A06/</href>\\\\r \\\\n          <href xmlns=\\'DAV:\\'>/principals/users/ashtonbishop/</href>\\\\r\\\\n          <href xmlns=\\'DAV:\\'>mailto:[email protected]</href>\\\\r\\\\n          <href xmlns=\\'DAV:\\'>urn:uuid:E47FA586-0340-45AF-8DDB-70F0B77E5A06</href>\\\\r\\\\n         </calendar-user-address-set>\\\\r\\\\n        <displayname>Ashton Bishop</displayname>\\\\r\\\\n        <email-address-set xmlns=\\'http://calendarserver.org/ns/\\'>\\\\r\\\\n          <email-address>[email protected]</email-address>\\\\r\\\\n        </email-address-set>\\\\r\\\\n      </prop>\\\\r\\\\n      <status>HTTP/1.1 200 OK</status>\\\\r\\\\n    </propstat>\\\\r\\\\n  </response>\\\\r\\\\n</multistatus>"\\np11\\ntt.'
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Busied client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x10a50e200>
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 4, #busy: 1, #pending: 0, #queued: 0
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Freed client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x10a50e200>
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 5, #busy: 0, #pending: 0, #queued: 0
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [HTTPChannel,31943,192.168.15.1] [twext.web2.server#info] PROPFIND /calendars/__uids__/AE518560-2AD4-49AC-8DA6-05CCB82C4D7C/719e7bd2-73b9-485b-b1c 8-83ad63011a05/ HTTP/1.1
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [HTTPChannel,31943,192.168.15.1] [twistedcaldav.directory.digest.DigestCredentialsMemcache#debug] Getting Cache Token for '178760298581319517811431231781551239741271129174943556363'
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [HTTPChannel,31943,192.168.15.1] [twistedcaldav.memcachepool.MemCachePool#debug] Busied client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x10a50e200>
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [HTTPChannel,31943,192.168.15.1] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 4, #busy: 1, #pending: 0, #queued: 0
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Freed client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x10a50e200>
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 5, #busy: 0, #pending: 0, #queued: 0
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [calendarserver.platform.darwin.od.opendirectory#debug] Checking digest auth for user 'intern2' (tries remaining: 3)
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [calendarserver.platform.darwin.od.opendirectory#debug] Digest auth for user 'intern2' result: True
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [-] [twistedcaldav.cache.MemcacheResponseCache#debug] hashing key for get: ('PROPFIND', '/principals/__uids__/AE518560-2AD4-49AC-8DA6-05CCB82C4D7C/', '/calendars/__uids__/AE518560-2AD4-49AC-8DA6-05CCB82C4D7C/719e7bd2-73b9-485b-b1 c8-83ad63011a05/', '0', -6078480706465304126) to '97c1466c67a97bfc6d06eb3e3f7a3153'
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [-] [twistedcaldav.cache.MemcacheResponseCache#debug] Checking cache for: '97c1466c67a97bfc6d06eb3e3f7a3153'
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [-] [twistedcaldav.memcachepool.MemCachePool#debug] Busied client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x10a50e200>
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [-] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 4, #busy: 1, #pending: 0, #queued: 0
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Freed client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x10a50e200>
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 5, #busy: 0, #pending: 0, #queued: 0
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [twistedcaldav.cache.MemcacheResponseCache#debug] Not in cache: '97c1466c67a97bfc6d06eb3e3f7a3153'
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [twistedcaldav.memcacher.Memcacher#debug] Getting Cache Token for 'AE518560-2AD4-49AC-8DA6-05CCB82C4D7C'
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Busied client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x10a50e200>
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 4, #busy: 1, #pending: 0, #queued: 0
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Freed client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x10a50e200>
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 5, #busy: 0, #pending: 0, #queued: 0
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [txdav.base.datastore.util.QueryCacher#debug] Getting Cache Token for 'homeMetaData:6262'
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Busied client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x10a50e200>
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 4, #busy: 1, #pending: 0, #queued: 0
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Freed client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x10a50e200>
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 5, #busy: 0, #pending: 0, #queued: 0
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [twistedcaldav.memcacher.Memcacher#debug] Getting Cache Token for '6262'
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Busied client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x10a50e200>
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 4, #busy: 1, #pending: 0, #queued: 0
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Freed client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x10a50e200>
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 5, #busy: 0, #pending: 0, #queued: 0
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [txdav.base.datastore.util.QueryCacher#debug] Getting Cache Token for 'objectWithName:6262:719e7bd2-73b9-485b-b1c8-83ad63011a05'
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Busied client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x10a50e200>
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 4, #busy: 1, #pending: 0, #queued: 0
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Freed client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x10a50e200>
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 5, #busy: 0, #pending: 0, #queued: 0
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [-] [twistedcaldav.memcacher.Memcacher#debug] Getting Cache Token for 'E47FA586-0340-45AF-8DDB-70F0B77E5A06'
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [-] [twistedcaldav.memcachepool.MemCachePool#debug] Busied client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x10a50e200>
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [-] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 4, #busy: 1, #pending: 0, #queued: 0
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Freed client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x10a50e200>
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 5, #busy: 0, #pending: 0, #queued: 0
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [txdav.base.datastore.util.QueryCacher#debug] Getting Cache Token for 'homeMetaData:6241'
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Busied client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x10a50e200>
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 4, #busy: 1, #pending: 0, #queued: 0
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Freed client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x10a50e200>
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 5, #busy: 0, #pending: 0, #queued: 0
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [twistedcaldav.memcacher.Memcacher#debug] Getting Cache Token for '6241'
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Busied client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x10a50e200>
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 4, #busy: 1, #pending: 0, #queued: 0
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Freed client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x10a50e200>
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 5, #busy: 0, #pending: 0, #queued: 0
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [txdav.base.datastore.util.QueryCacher#debug] Getting Cache Token for 'objectWithName:6241:calendar'
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Busied client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x10a50e200>
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 4, #busy: 1, #pending: 0, #queued: 0
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Freed client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x10a50e200>
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 5, #busy: 0, #pending: 0, #queued: 0
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [txdav.base.datastore.util.QueryCacher#debug] Getting Cache Token for 'homeChildMetaData:6242'
    2013-10-01 15:50:43+1000 [-] [caldav-1]  [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Busied client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x10a50e200>
    2013-10-01 15:50:43+1000 [-] [caldav-1] 

    Thanks so much for your comment ~morgen.
    Sorry, I should have mentioned, that it what my first thought so I tested by ensuring the email address associated with the user account (not hosted on the server but by Google Apps) is recieving all other mail.
    I have also tried:
    - Setting all accounts (calendar, email and contact card with associated email address) in another local user on a defferent Mac. So it's not a local user or Mail app issue.
    - Sending invites from different Calendar apps and email accounts - iCloud, Gmail (both using Apple Calendar and the web interface).
    That's why I came back around to thinking it must be calendar server related. However is there is absolutly no conntact with the server with incoming email invites I must be looking in the wrong place (and the wrong forum - sorry!).
    Does anyone have any ideas where I should be focusing my efforts?
    Many thanks in advance.

  • Error when starting Netscape Calendar Server: Module: , Label: 355, Service error: #0x13209

    When starting Netscape Calendar Server, the following error message appears:
    <BR><P>
    Module: , Label: 355, Service error: #0x13209
    <P>
    The three ACIs listed below need to be present in the Directory Server in order
    for Calendar server to work properly. Check the properties on the Base DN to
    verify that the following ACIs exist. If they are not present, you will need
    to add them, and the Base DN will need to be modified for your enviroment.
    <P>
    <OL>
    <LI>ACI for allowing users to modify their own entries.<BR>
    <P>
    (targetattr = "*")(version 3.0; acl "Allow self entry modification";
    allow (write)userdn = "ldap:///self";)<BR>
    <P>
    <LI>ACI for allowing anyone permissions to Read, Search, and Compare.<BR>
    <P>
    (target="ldap:///o=basedn.com") (targetattr != "userPassword") (version
    3.0; acl "Anonymous access";
    allow (read, search, compare) userdn = "ldap:///anyone";)<BR>
    <P>
    <LI>ACI for allowing Calendar Server admins Write access to the Base DN
    (this is necessary in order for admins to add users and resources to the node).
    <BR><P>
    (target="ldap:///o=basedn.com") (targetattr = "*") (version 3.0; acl
    "Calendar Administrators Group";<BR>
    allow(all) groupdn = "ldap:///cn=Calendar Server Admins,ou=Netscape
    Servers,o=basedn.com";)<BR>
    </OL>

    Hi Trinidad,
    Thanks for your help!!!
    1.
    I didn't install EventSender and DIProxy yet, I tried first to upload and deploy the zip files, but I couldn't open the Itegration Application Explorer.
    2.
    The jvm.dll file is in in the folder pointed by the logs: C:\Program Files (x86)\SAP\SAP Business One Integration\jdk1.5.0_xx_sap\jre\bin\server
    and it is also in C:\Program Files (x86)\SAP\SAP Business One Integration\jdk1.5.0_xx_sap_64\jre\bin\server
    I tried running the file  java5w.exe, but I got an error message:
    Access is denied
    Unable to open the service tomcat5
    Thne I managed to open it by "rua as administrator".
    the Java Virtual Machine path is points to the java 1.5 version folder.
    Is it possible that the reason that the service can't start is related to administrator rigts??
    In the properties in the Integration Service (services.msc):
    It is set to be run with the local system account.
    all other properties looks fine.
    in the properties of the tomcat5.exe (and tomcat5w.exe  , I tried both)
    In the Compatibility tab I tried setting the flag "Run this program in compatibility mode for" to Vista, windows 7, and server 2008
    I didn't have the option of Windows XP.
    I have also set the Privilege level of: "Run this program as administrator" to true.
    But still the service won't start.
    What can be the problem?
    What else can I check?
    Thanks a lot,
    Chana

  • Ovi Calendar server back end lost shared calendar ...

    Setup a shared calendar between the Ovi web suite, and two devices, a C5 and an N8
    Day 1 - Syncing fine between web and phones
    Day 2 - Go into web page, now the calendar is shared with 0 others! Each phone also has a separate calendar. No configuration changes were made between days 1 and 2
    It seems this to be a major bug in the Ovi Calendar suite? Is the Calendar service now deprecated and shutting down? The Calendar web page looks and feels like it's not being actively updated and supported

    Thanks so much for your comment ~morgen.
    Sorry, I should have mentioned, that it what my first thought so I tested by ensuring the email address associated with the user account (not hosted on the server but by Google Apps) is recieving all other mail.
    I have also tried:
    - Setting all accounts (calendar, email and contact card with associated email address) in another local user on a defferent Mac. So it's not a local user or Mail app issue.
    - Sending invites from different Calendar apps and email accounts - iCloud, Gmail (both using Apple Calendar and the web interface).
    That's why I came back around to thinking it must be calendar server related. However is there is absolutly no conntact with the server with incoming email invites I must be looking in the wrong place (and the wrong forum - sorry!).
    Does anyone have any ideas where I should be focusing my efforts?
    Many thanks in advance.

  • Is anyone using the Calendar Server to send external invites?

    Is anyone using the Calendar Server to send external invites?
    We have a Mountain Lion server running DNS, Open Directory, File Sharing and VPN. We have recently stood up the Calendar server and it is working very well. Internal invites work fine and are instantaneous to computer, iPhone, iPad. We have the ports working so that calendar items created outside the network work fine as well. Only problem is we cannot invite anyone with an external e-mail address. Each time we do the Calendar Error Log populates with:
    2013-04-15 13:11:03-0500 [-] [mailgateway] 2013-04-15 13:11:03-0500 [Uninitialized] SMTP Client retrying server. Retry: 5 
    2013-04-15 13:11:03-0500 [-] [mailgateway] 2013-04-15 13:11:03-0500 [Uninitialized] SMTP Client retrying server. Retry: 4
    2013-04-15 13:11:03-0500 [-] [mailgateway] 2013-04-15 13:11:03-0500 [Uninitialized] SMTP Client retrying server. Retry: 3
    2013-04-15 13:11:03-0500 [-] [mailgateway] 2013-04-15 13:11:03-0500 [Uninitialized] SMTP Client retrying server. Retry: 2
    2013-04-15 13:11:03-0500 [-] [mailgateway] 2013-04-15 13:11:03-0500 [Uninitialized] SMTP Client retrying server. Retry: 1
    2013-04-15 13:11:03-0500 [-] [mailgateway] 2013-04-15 13:11:03-0500 [Uninitialized] [twistedcaldav.mail.MailHandler#error] Mail gateway failed to send message <[email protected]> from [email protected] to mailto:[email protected] (Reason: Failure with multiple causes.)
    We have set up an internal e-mail address. I have confined that it works fine. I have tried more than one internal account. I have also verified the settings through the command line by typing "sudo serveradmin settings calendar" The iMIP sending and receiving information is correct. There is no authentication type setting listed in the command line output even though there's a place to choose it in the Enable invitations by email - Edit button on the third screen. No matter what I choose it goes back to "login" and still doesn't work.
    The command line settings mention a port number 62310 as being the MailGatewayPort but opening that port on the network's firewall makes no difference. As I said external set up works fine from Mac/iPhone/iPad and push notification works fine as well.
    Is anyone using this functionality?

    I'm sorry. I forgot to add Mail to the list of services. I AM using mail on that server. Here's the iMIP portion of my settings output from Terminal.
    calendar:Scheduling:iMIP:Sending:Server = "boardwalkserver.kuhnwitt.com"
    calendar:Scheduling:iMIP:Sending:UseSSL = yes
    calendar:Scheduling:iMIP:Sending:Username = "calendarserver"
    calendar:Scheduling:iMIP:Sending:Address = "[email protected]"
    calendar:Scheduling:iMIP:Sending:Password = "password"
    calendar:Scheduling:iMIP:Sending:Port = 465
    calendar:Scheduling:iMIP:Enabled = yes
    calendar:Scheduling:iMIP:MailGatewayPort = 62310
    calendar:Scheduling:iMIP:Receiving:Server = "boardwalkserver.kuhnwitt.com"
    calendar:Scheduling:iMIP:Receiving:UseSSL = yes
    calendar:Scheduling:iMIP:Receiving:Username = "calendarserver"
    calendar:Scheduling:iMIP:Receiving:PollingSeconds = 30
    calendar:Scheduling:iMIP:Receiving:Type = "imap"
    calendar:Scheduling:iMIP:Receiving:Password = "password"
    calendar:Scheduling:iMIP:Receiving:Port = 993
    calendar:Scheduling:iMIP:AddressPatterns:_array_index:0 = "mailto:.*"
    calendar:Scheduling:iMIP:MailGatewayServer = "localhost"
    So Add mail to the services being used. Since Calendar is running on the mail server one would assume that it could communicate with it fairly easily.

  • How do I add Holidays to my Calendar Server?

    How do I add Holidays to my Calendar Server?
    <p>
    Adding Holidays to your Calendar Server is done via the Netscape
    Calendar Client by going to the Edit|Holidays pull-down menu.
    This option can only be accessed by those users who have been given
    the admin rights to add holidays.
    If you wanted to give "John Smith" admin rights to add holidays on
    a Calendar Server with a node id of 10000, you would do the
    following:
    o Login as 'root' or 'unison' to your Calendar Server.
    o Change directories to /users/unison/bin.
    o Run the command:
    uniadmrights -e "S=Smith/G=Bob" -hday -n 10000
    Now the user John Smith can add/delete/modify holidays on the
    Calendar Server.

    Include birthday in your contacts using the Contacts app.  Then in Calendar go to the list of calendars (touch the red Calendars at the mid bottom of the screen), scroll down until you find the Birthday calendar, and touch it so that it has a tick mark beside it.  Not only will the birthday show up every year, it will even tell you how old they are!

  • Calendar Server 3.5: Problem using user's ID with uniuser -mod command

    When there are two users who have the same Common Name (CN) in LDAP but
    different User ID's (uid
    field), I have a problem using the uid
    field as an argument to
    uniuser -mod in Netscape Calendar
    Server (NCS) 3.5. For example, there may be two users, User1 and User2, who
    both have the CN "John Smith."<BR>
    <P>
    <B>User1</B>
    uid: jsmith2
    sn: Smith
    givenname: John
    nscalxitemid: 10001:00314
    <B>User2</B>
    uid: jsmith
    sn: Smith
    givenname: John
    nscalxitemid: 10001:00213
    <P>
    Let's say I want to change the value for nsCalOrgUnit2
    for User1 to "jsmith." In NCS 4.0,
    I can specify the uid as
    an argument to uniuser -mod
    . However, in NCS 3.5, if I specify the
    uid as an argument to
    uniuser -mod, the entry
    for the user does not get changed.<BR>
    <P>
    <B>Calendar Server 4.0</B><BR>
    <P>
    %uniuser -mod "ID=00314" -m "OU2=jsmith/OU3=People" -n 10001
    <BR>
    uniuser: modified "Smith, John"<BR>
    <P>
    (The LDAP entry for User1 also reflects this change.)
    <P>
    <B>Calendar Server 3.5</B><BR>
    <P>
    %uniuser -mod "ID=00314" "OU2=jsmith/OU3=People" 10001
    <BR>
    uniuser: no need to modify "Smith,John"<BR>
    <P>
    (The LDAP entry for User1 does not reflect the change.)<BR>
    <P>
    %uniuser -mod "S=Smith/G=John/ID=00314" "OU2=jsmith/OU3=People"
    10001<BR>
    uniuser: no need to modify "Smith,John"<BR>
    <P>
    (The LDAP entry for User1 does not reflect the change.)<BR>
    <P>
    If I use the command uniuser -mod "S=Smith/G=John"
    "OU2=jsmith/OU3=People" 10001
    in NCS 3.5, the script will change the entry of the first "John Smith" in the
    database and will cause the LDAP entry for this user to be updated as well.
    However, the entry modified may or may not be the correct one. So, in
    NCS 3.5, is there a way to specify a particular uid
    to ensure that the correct LDAP entry
    is modified?
    <P>
    To modify a user's information using the uid
    field in Calendar Server 3.5, change
    the user.ini file. The
    following steps show how to change a user's information by modifying the
    .ini file:<BR>
    <P>
    <OL>
    <LI>Open the user.ini
    file, which is in the path /users/unison/misc/user.ini
    <P>
    <LI>Add a section containing the desired changes. For example,<BR>
    <P>
    [Test]<BR>
    OU2 = jsmith<BR>
    OU3 = People<BR>
    <P>
    <LI>Run uniuser with
    the following options:<BR>
    <P>
    % uniuser -mod "ID=00314" -s Test 10001
    </OL>

    It turns out to be a problem with the user Keychain. It has some weird entry that was sending the wrong password. I delete all entries to the server and that corrected the problem

  • How do I create a Public Group on the Calendar Server?

    How do I create a Public Group on the Calendar Server?
    <P>
    Anyone can create Private Groups or Member Only Groups. You must be given
    administrative rights to create Public Groups on the Calendar Server. The
    Calendar Server Admin (SYSOP) can give anyone rights to create Public Groups by
    using the uniadmrights tool.
    <P>
    Go to /users/unison/bin/
    and run the uniadmrights
    tool. Some sample syntax:
    <P>
    To list all users with administrative rights:<P>
    % uniadmrights -ls -host yourhostname
    <P>
    To give John Smith, a user on node 10000, rights to administer Public Groups:<P>
    % uniadmrights -e "S=Smith/G=John" -add -pgrp -n 10000
    <P>
    In Calendar Server 4.0, you also have the option of using the Admin Server GUI
    to assign Administrative
    rights (instead of using the command-line method) by going to User Management,
    Administration Rights.
    <P>
    With the proper administrative rights, log into the Calendar Client. Go to Options,
    Manage Groups to create a new group. Choose PUBLIC from the dropdown window,
    add your users and/or resources and click OK to create the Public Group which
    can be seen by all users on the local Calendar Server.

    The following is info that I found in another post that I have been trying to follow.
    MrHoffman      New England
    Re: Configure DNS - OS X Server Next Steps
    Feb 13, 2011 6:36 AM (in response to Jimbooooooo)
    You're setting up internal DNS services, you referenced your ISP DNS servers and you should not have, and now those servers have no translations for your hosts. This is a common misconfiguration.
    See [configuring DNS on Mac OS X Server|http://labs.hoffmanlabs.com/node/1436] for how to set up your internal DNS server.
    And if there are any references to your ISP DNS servers here (within your client settings, within your server settings, your Airport settings, etc), then you're usually going to have DNS and connectivity problems. You're running a server now, so you'll be running your own services, and (particularly because of NAT here) referencing only your own DNS server(s).
    You may be setting up external DNS (if and when you need that), but that should happen after you set up your internal DNS. The above article has a link to setting up external DNS, when you get around to that, if/when you need in-bound connections into your LAN.

  • Contacts and Calendar Server, Pointless?

    Hello!
    MLS N00B here, not really much experience with ML Server. Only had it a few weeks, and the new Profile Managaer instead of WGM thing really messed me around, seems unstable and a little too new.
    Anyway. Todays discussion comes in the shape of Contacts and Calendar server. What are they actually for?
    Profile Manager pushed a payload to all users (by default) so they know where the calendar and contacts server is. This seems to be a side effect of activating the services in the Server app. However, the client computers don't actually seem to use them in any way.
    No contacts, not even the Directory contacts (searching via directory is enabled) are visible in the Contacts app. Nothing 'network' based in calendars either.
    Group calendars are also a mystery to me.
    My question is. Where would you create a 'Group' based contact list, or a 'Group' specific calendar? and make them available automagically (using PM) to all users within that group?
    I've tried creating Wiki specific calendars and assigning the correct groups and permissions, but I can't see how I'd get them in to iCal. I've even tried adding extra iCal payloads to the groups in PM and using the URL field - still nothing.
    Any help is welcome, thanks guys

    The 'server' Contacts and Calendars services in OS X server don't work the way you would expect — like the functionality you would see on a server app like Microsoft Exchange. That is that various users can have shared resources and/or you have server owned resources that you then make available to users/groups with individual, fine-grained permissions.
    You can have 'shared' server Contacts &amp; Calendars in OS X Server but what you have to do is setup a (dedicated) user account on which you then create various calendars and address book(s). Then in the Calendar &amp; Contacts apps on OS X and iOS you make accounts on the clients and use that pseudo account on the server as the account — not each individual users' account on the server. So each (real) user 'shares' the pseudo user's account with, obviously, full read-write access.
    It ain't beautiful... but it works.

  • How to best set up a mail and calendar server for a church

    I am the IT guy for a smaller church of 200 regular attendees.  We want to start hosting our own mail and calendar server.  We bought a mac mini and installed mac os x server.  So far I have enabled the mail, calendar, and contacts sections of the server but we aren't live quite yet (domain is not pointed at the server yet).  My question is, I do not know much about profile manager or open directory, would those benefit me at all?  I do not wish to manage devices, I just want to make the most use out of the computer as a mail server primarily.  I have found some limitations on users and groups where I wish I could do more (such as creating mailing lists that include e-mails that are not hosted from within the server without creating a user that forwards to personal e-mail for every person). 
    Would open directory and/or profile manager add more functionality to the computer as a mail server?
    Thank you

    @camelot
    What is it exactly open directory will give me that I cannot do with the regular software in this regard?  I am not sure what you mean by a signle shared mailbox and calendar.
    @cpragman
    Google apps for business was something I was looking into at one point but decided not to use it.  Once we grow more I can see us moving over to it but with just maybe 5 people tops having a real e-mail address it seems a little overkill.  (I apologize, I omitted that from my original question, i only put in the number of attendees)
    @Lincdavis
    Fortunately I don't care about whether they can create it themselves or not .  And your comment about creating a sharing-only user.  Do you mean for every external e-mail I want in a mailing list, I need to create a user for them (with services disabled) and then change mail options to forward to their personal e-mail? 
    Then go back to groups, create a group that can be e-mailed, and add those users to it? 
    Thanks

Maybe you are looking for

  • "qualifying product" error when downloading/installing cs6 and trying to enter serial number

    When i download PS CS6 and try to enter my serial number i get:  "Serial Number you provided is valid, but a qualifying product could not be found on this computer".  Just plain CS6 isn't available in the drop down. CS6 extended is available but i do

  • Backup Assistant - Only Business email field syncs with device?

    I'm using Backup Assistant to backup my contacts. My device is a Blackberry Curve 8330. The problem is the only email field in the Backup Assistant on the web that syncs with my device is the "Business" email field. If I have a contact with more than

  • Where are the files for the Backups that show up in About This Mac - Storage?

    Where are the files for the Backups that show up in About This Mac - Storage? My new Macbook Pro 13 retina has 1TB flash drive. But despite my TimeMachine being in a TimeCapsule my Macintosh HD shows 277 Gb of space has Backups. What is this for? How

  • SATSA smartcards

    Hi all, I have developed an application using the JSR177 in order to generate a CSR and to sign some content from a WIM/PKCS#15 smartcard. My code works right fine in the emulator (Sun Java Wireless Toolkit 2.5 Beta and cref as the smartcard emulator

  • Ipad hang on prepare ipad software for restore?

    hi gently,, i maked update for ipad1 3g with ios 5.0.1 then hang and stoped update on 60% of update then i try to restore ipad agine but it still hang on "prepare ipad software for restore" at itunes on Pc windowes. so, what i can do to restore my ip