IBM Connections – Setting the Community File Library to a 5 Gb or Unlimited Quota

To increase an IBM Connections Community File Library max size to 5GB, perform the following steps in the wsadmin command prompt on your DM or AppSrv profiles:

//execute the filesAdmin script
execfile("filesAdmin.py")

// Get a list of libraries with detailed information
FilesLibraryService.browseCommunity("title", "true", 1, 20)
//Find your target library id
// Check if the library is indeed your target library. More info is displayed as well
FilesLibraryService.getById("f603f0a1-a463-46b7-b32b-1091cd4da1a0")
// Create a new policy
FilesPolicyService.add(title="5 GB Policy" maximumSize=5368709120)
// Get the Policy ID by performing the following command
FilesPolicyService.browse("title", "true", 1, 25)
// Apply policy to the target community using the format: ("Community ID","Policy ID")
FilesLibraryService.assignPolicy("f603f0a1-a463-46b7-b32b-1091cd4da1a0", "f3f7b5e8-1972-4f7a-b39f-ba83a2a3bf74")

To set an IBM Connections Community File Library to an unlimited quote by doing the following:

// Set unlimited for default community library size
FilesPolicyService.edit("00000000-0000-0000-0000-000000000001", "!Default for Community Files", 0)

// Set unlimited for personal library size
FilesPolicyService.edit("00000000-0000-0000-0000-000000000000", "!Default for Personal Files", 0)


There should be no need to restart Connections. Please check your libraries and you should see the max size increased to 5GB or unlimited.

Computer Architechs International Corporation Announces Online Conference System for Social Business

Torrance, CA (PRWEB) February 02, 2012

Computer Architechs International Corporation (CAI), an organization that provides premier consulting services centered around social business, today announced Social Business Online 2012, an online conference system that allows conference attendees to get the most out of their conference experience.

Social Business Online 2012 opened on Jan. 5, 2012, and will be available to attendees of IBM’s social business conferences, IBM Connect and Lotusphere 2012, until Feb. 3, 2012. This online tool is a powerful source of information that enhances the conference experience for attendees by allowing them to “get social” and “go mobile” when creating their conference schedules, networking and chatting instantly with other attendees, setting status updates, acting on social recommendations, interacting with Twitter feeds, creating profiles, participating in communities and forums, creating wikis, sharing favorite bookmarks, microblogging and so much more.

Social Business Online leverages the power of XPages seamlessly integrated with many of IBM’s social collaboration and mobile tools. It allows users to experience Social Business for themselves from almost anywhere an Internet connection is available. In fact, the online conference system can be accessed from almost any mobile device.

Besides the full online conference system, accessible by the most popular browsers, users have access to a mobile version of the site from advanced mobile devices with smaller screens. Users who don’t sport a tablet or smartphone can still mobilize by accessing the Mobile Lite site, which supports most Internet-connected mobile phones with less advanced browsers.

In addition, CAI also provided native conference agenda applications for the Apple iOS, Google Android, and RIM Blackberry devices for ultra-portability. These applications allowed users to download the conference agenda right to their devices, search, view and schedule sessions, and also synchronize their schedules with their accounts on the Social Business Online 2012 site. The applications also allowed attendees to automatically update the Agenda when any changes were made to the Agenda on the main online site.

“The agenda mobile apps gave attendees the unique ability to view and schedule sessions while offline and then, with a click of a button, sync their schedules and the agenda with their conference accounts” said Reed Gesteland, President and CEO of Computer Architechs International Corp.

The schedule could also be synchronized to users’ own calendars with Apple iOS, Google Android, Nokia SymbianOS, and Microsoft Windows Mobile devices via the site’s Lotus Notes Traveler server. Finally, if that wasn’t enough mobile support already, a user’s schedule could also be exported as an iCal file to be imported into any calendar application that supports the iCalendar standard.


About Computer Architechs International Corporation

Computer Architechs International Corporation is an IBM Advanced Level Business Partner that specializes in providing premier IT consulting services centered around the IBM Social Business portfolio of products. CAI has been providing IT consulting services for IBM Lotus software since 1996 and has more than 15 years of experience providing professional mobile application development services across an array of different industry verticals. CAI can be contacted via email at sales(at)caicorp(dot)com or by telephone toll-free: 888-614-2197. CAI can also be found on Twitter, Facebook and LinkedIn. Additional information can be obtained at http://www.caicorp.com.

Trademarks

All product and service names mentioned herein are the trademarks of their respective owners.
Tagged with: , ,

Lotus Notes 8.5 Basic client logs onto Sametime Entry 8.5.1 but still shows status as Disconnected

Top