Tuesday, October 02, 2012

Import gmail Calendar in to Lotus Notes 8.5

I recently acquired a Samsung Galaxy Note 10.1 Tablet.  An amazing device and really good for making quick notes.  The Pen is great and I find that I can do things that I could not do previously with my previous tablet ( Galaxy Tab 10.1).  Not saying that the tab 10.1 is not a great device, its just that the Note 10.1 (and I am sure the Note 2) are amazing devices especially if you are on the move.

One of the things I love about it is the S Calendar,  is its very quick to make notes on it, just recording my time and things I have to do.  I have never been any good at doing this before, now its so quick and easy and I can bring it into Notes any time I want in just a very few simple clicks.

By the way this will work for importing any Google Calendar into Lotus Notes. 8.5

But the I realised that I actually needed this information in my Notes (8.5.4) Calendar.  This is how to do it.

Its actually pretty easy.

Go to your Desktop or Laptop and open gmail, then go to Calendar, (its along the top)
.
  1. In the calendar list on the left side of the page, move your mouse over the calendar you'd like to export from.
  2. You'll see a drop-down arrow appear next to the calendar name. Click the drop-down arrow and select Calendar settings. (Alternatively, click the drop-down arrow next to My calendars and select Settings, then click the appropriate calendar from the list.)
  3. Click the ICAL button in the 'Private Address' section at the bottom of the page, and click the displayed URL.
  4. Save the exported file to the desired folder on your computer.
Now go to Lotus Notes and open your Notes calendar and then click on More > Then Manage Imported Calendars, Now click on Import New Calendar and then navigate to the location where you saved the Google calendar and select basic and bam its there in Notes.

Every calendar or task entry you made in your Tablet is in Notes, in seconds.

Hope you find this useful.

Monday, July 09, 2012

ACL Magic Part 2

OK Last time we look at the very basic of the Domino/Notes ACL system, today we are going to go a bit further and look at Creating Agents, Folders, Reading and Writing Public Doc, Prevent Copying/replication.

The ACL looks like this when you 1st create a new database:
Today we will look at the Attributes of the user type.  We have already seen that there are 7 user Types starting at No Access, and ending at Manager.  when you create a new databases you or who every is creating the databases (the user.id file) will be the Manager of that database.


As can be see from the illustration on the left.  


There are 9 items below the Access Name.  These add or remove functionality for the person.  As you are the manager you have the ability to do anything.

Lets create a new user who we want to give restricted abilities to.  Click on Add and select the person from the the server name and address book, click the blue icon of a body.  If you can remember there full qualified name then you can just type it in the box, without needing to open the address book.  The name must be exact other wise it will not work, so I do suggest that you use the address book.  Tip, you can select multiple people at once from the address book, by ticking in the left hand column.  The will all be added with the same setting as the last user created, if this is a brand new databases then they will be added with Reader Access.  The Attributes will be blank except for Replicate and Copy.
Ok Lets discuss what each of the Attributes mean.

Create documents mean just that the user has the ability to create a new document.  This is a default for all levels except No Access, Reader, Editor, designer and of course Manager.  Depositor is mandatory to Create documents, which I think is self explanatory. Author can have create documents or not.

Delete documents.  This is a very important setting, perhaps one of the 2 most important Attributes. This prevents people deleting document.  This Attribute can be given or removed from all Access Types even Manager.  Why I here you ask?Its very easy to delete a document, most people do not ready the warning message when its come up says are your sure the just hit yes.  Other than the users own mail file where its OK for the owner to have delete capability.  All other databases should have the Delete capability removed, even for the Manager of the databases.  No matter how careful you are no matter how much experience you have you can always delete an important document by mistake.  We have all done it.

By removing Delete capability from even your self then it makes you think about do you really want to delete that document, cause you have to go into the ACL and give your self  Delete capability, please remember to change it back again!!!

Create Private Agents. Just a quick definition of what an Agent is: Lotus Notes Domino agents are versatile functions that can automate simple, everyday IT tasks, lessen the workload for developers and administrators, and increase efficiency.  A Private Agent is an Agent created by a user just for that user.  Now very few pure users will ever create a agent, private or otherwise.  Agents are created using the Domino Designer, which, in my view, users should never be allowed to touch.



Personal agents can run in the background on the server, as well as on your local workstation. As the name implies, personal agents mean that you are the only one who can run them. For example, you might create an agent to automatically sort documents for you in a database. If you are in the ACL of a particular database, your agent can then operate on that database.


The concept of personal folders and views brings a change from earlier versions of Notes. In R3, every user could create private views. Private views resided in your desktop file, not in the database. Consequently, a slight misunderstanding surrounds the "Create personal folders/views" option. If the box is checked, any view or folder that you create is stored inside the database on the server, and consumes server resources. If the box is unchecked, you can still create private views. These reside in the desktop just as they did in R3. Leaving the box unchecked doesn't mean a user cannot create a view, but only that it will remain private.


Create personal folders/views.  This is pretty obvious it allows users to create local folders and views Within a Lotus Notes mailbox and other databases such as Personal Journal, local address book and document libraries etc., users can create folders that are used to file messages or other documents. There are two basic types of folders that can be created: Shared (default) and Private (aka Personal), with some variations of each.

Private folders can be distinguished from the shared folders by the appearance of the padlock icon overlaid on the top of the folder icon.



Private folders have the following limitations:

1. Private folders can only be seen by the person who created them. If you have given access to your mailbox to other users, they will not be able to see your private folders. While this is working as intended, it can sometimes be an issue when the user was not aware of this.

2. Private folders cannot be accessed in iNotes or using the IMAP client, even by the person who created them. They are only visible in the Lotus Notes client.

3. Private folders are not stored in the mail file on the server, hence they are not backed up. These folders are stored inside the desktop.ndk file on user's workstation and if something happens to this file, it will result in an irreversible loss of these folders.

You cannot convert folders from Private to Shared . The only way to change a folder from one type to another is to create a folder of the other type with the same name, and move the messages from the old folder to the new folder, then delete the old folder by clicking on Actions -> Folder Options -> Delete Folder.


Tip: Where ever you are in Notes if you [press the F1 key you will get online help, as the help is context sensitive you will get help on files and folders if you are creating one.


As you can see from the illustration when you create a private folder you get too choose the folder type and where you want it within your folder structure.


The creation of a shared folder is exactly the same as a private folder its just that the folder /view can be shared and therefore on the server, be careful with this one as if you allow people unlimited access to creating folder and views on a server databases you can end up with lots of rubbish folders and views.  Remember that each view takes up server apace and time.


Create Lotus Script/Java agents. LotusScript and Java agent creation relates to the personal agents concept. Their use enhances personal agents beyond the use of formulas or simple actions.



Since LotusScript and Java agents on server databases can take up significant server processing time, you may want to restrict which users can run them.


Whether or not a user can run agents depends on the access set by the Domino administrator in the Agent Restrictions section of the Server document in the Domino Directory. Even if you select "Create LotusScript/Java agents" for a name in the ACL, the Server document still controls whether or not the user can run the agent on the server. Work with your server administrator to set access rights for users to run agents on a server.  This is an important point, the Server document will take precedence over the ACL.  So if the user does not have the ability to run Java or Lotus Script in the Server Security document setting the ACL of a individual Database will not give it to them.


Reading and writing public documents

Release 4.5 introduced the concept of reading and writing public documents. Public documents were offered for calendar and scheduling purposes, as a way for users to search calendar entries in other users' mail files.
Instead of relying on Readers fields to restrict access, each calendar entry includes a "Not for public viewing" option. When you create a calendar entry and select this option, users with "Read public documents" rights will not see the entry. (By default, anyone with Author access and above has "Read public documents" rights.) For example, this would allow your administrative assistant to manage your calendar, create calendar entries, or apply the calendar entries.

You can set the "Read public documents" and "Write public documents" options for the No Access and Depositor levels. "Write public documents" can be set only for Readers and Authors.

Replicate or Copy Documents.  This is a vitaly important feature of the ACL, use it carefully.  Please make sure that you fully understand this.

This option when selected/deselected allows/prohibits respectively the following:
  1. Users to create local replicas or local copies of a database.
  2. Select content from a document opened in read mode.
  3. Copying, printing, or forwarding documents in the database.
  4. Controls the replication of the documents with $KeepPrivate.
Deselecting the option prohibits users from printing, copying, forwarding documents. N.B. However, still there are chances that user may take a print screen and print the data from the image file. They can also copy the data from the document to the clipboard and save it as word file or text file and print that.  If you want to stop this then you will have to find something that prevents the operating system from doing it.

That’s how you can control this via design specifications i.e. through ACL in a particular database.

Now, how to restrict the user from copying / forwarding / printing the documents / e-mails that you sent to another database / someone’s mailbox? They have usually manager access to their mailbox; in that case you cannot make the change in their mailbox directly. Doing so would stop them from creating their archive databases too.  You could give them Designer, or as I prefer Editor access.


When you select the “Replicate or copy documents” option in the ACL, any documents created by people / groups that do not have this option checked will then be marked with a reserved field $KeepPrivate. $KeepPrivate field is set to “1” in that case; thus, prohibiting the documents from getting copied/forwarded/printed.

The same happens in case of selecting the “Prevent copying” check box in Delivery Options dialogue box.

You must have guessed by now that if you want to get rid of the prohibition, then you need to either reset the $KeepPrivate field or need to remove it completely from the document.
.
.
.
OK thats the end of ACL Magic Part 2, next time we will look at Roles, the Database Log files and Advanced Settings, user types and a few other things.

Wednesday, July 04, 2012

Basics of Using Domino/Notes ACL System. ACL Magic, Part 1

I though that it would be helpful to write a series of small articles concerning the Domino/Notes Access Control System.

These will be aimed at inexperienced or medium experience Domino Administrators.  It will also be suitable for people who have a small Notes system and are running it them selves.  There will be tips for even the experienced administrator.

Ok Lets Start:
The Domino Access Control List, or ACL for short, is the Domino way of controlling access to any Domino Databases, be it a mail file, the Address Book (also called Domino Directory) or any other databases.  Domino have many administration databases, such as events4.nsf,  ddm.nsf, catalogue.nsf.  Each and everyone one of these databases has its own ACL.

When you crate a Domino database or even when Domino is 1st installed an ACL will be created automatically for that database.  So if you create a new user they will be assigned an ACL, normally they will get editor access to that databases and you as the administrator will also have admin access to there mail file.

The purpose of the ACL is to protect. This can be show in this Domino Security diagram, I will cover everything in this diagram in this and subsequent articles.


The Notes Access Control List (ACL) is a highly integrated component of the Domino kernel architecture. Present within Notes from the beginning, its design has stood the test of time and use.  The ACL has been around since the beginning (1989).

At the same time, the ACL has evolved to handle an extraordinary number of tasks that traverse the entire Notes environment. Users sometimes find it difficult to understand why (even, how) the ACL works as it does.

Since I don't want to repeat items already documented, I will focus on tips for using the ACL design. Every Notes user can benefit from this article. You can easily understand and apply the ACL, once you assimilate its core structures: the seven access levels (Manager, Designer, Editor, Author, Reader, Depositor and No Access), the five user types (Person, Server, Mixed group, Person group, and Server group) and database roles. You use all these features from the Basics panel of the ACL dialog box to control user and server access to your database.

When you select a user name, the dialog box displays the user type and access level, as well as the detailed access enhancement or restriction options applicable to the access level. Access levels and user types, taken together, specify the maximum access allowed for any user for a given database.


Keep this key point in mind at all times: users can never be granted more access rights than are assigned to them within the Basics panel of the ACL dialog box. As a database manager, you begin by selecting for each user the core rights that belong to a level (some of which are enabled by default) and then enhance or restrict a user's level as needed by modifying the additional options within an access level. A user's access level and the status of the options within that level determine the user's database rights.

I will explore, in turn, each of the four panels of the ACL dialog box: Basics, Roles, Log, and Advanced.

The Basics panel of the ACL
The core functionality of the ACL is contained within the Basics panel. Since this article does not attempt to duplicate existing documentation, we only briefly outline the structure of the dialog box:
Selecting "Show All" in the People, Servers, Groups field displays every user registered for a given database for all seven access levels. Alternatively, you can request a view of Managers only, Designers only, and so on. You can add, rename, and remove users within the ACL dialog box.

When you select a user name, the dialog box displays the user type and access level, as well as the detailed access enhancement or restriction options applicable to the access level. Access levels and user types, taken together, specify the maximum access allowed for any user for a given database.
No Access
This level is self-explanatory. Zero Access.  Nothing.

Depositors and Readers
Depositors can insert documents into a database, but they can't read those documents. Readers, on the other hand, can read documents, but cannot deposit them. Although opposite in function, they complement each other conceptually because each is dedicated to a single purpose. (One additional right Readers have is that they can run agents.)

Authors
Authors can create and edit their own documents. ACL design becomes challenging at the Author level, since varied sub-choices become available.

For example, you can also allow Authors to delete documents. However, they cannot delete just any document in the database. They can only delete documents that contain an Authors field with their name in it. An Authors field is a field whose type is designated as "Authors." The users, groups, or roles specified in the Authors field(s) on a document are considered "owners" of the document if they have been granted Author rights through the ACL. This applies solely to those granted Author rights; anyone with more or less rights than an Author is not considered the document owner, whether or not their name was specified in the field.
People sometimes find it puzzling that Authors cannot create documents by default. (Why, they wonder, would you deselect "Create documents" rights for an Author?). Actually, authorship rights are assigned either because you yourself created the document, giving you those rights by definition (assuming there was an Authors field on the document when you created it), or your name appears in an Authors field for that document.

If your name is not a member of a document's Authors fields, you can't edit or do anything else with that document other than read it. Should you click an "Edit document" button within that document, nothing will happen, even if you created the document.

What guarantees you can edit a document after you have created it? The database Designer must put an Authors field in the document that grabs your name when you create the document. Or, your name could be added subsequently to the Authors field(s) of a document that you did not create.

Editors
Most access options become available (are not grayed out) at the Editor level. What you can restrict, again, is the freedom to delete documents. With deletion enabled, Editors can delete any document, whether or not their own name appears in the document's Authors field(s).

In fact, the delete rights extend only to deletion of the physical document itself. An Editor can always delete a document's entire content (logically, editing out everything in the document), but not the document itself.
Editors can have the ability to create personal agents, create personal folders/views, and create shared folders/views. In Release 3.0, the ability to create shared folders and views was limited to Designers and above. Release 4.0 extended this capability to an Editor, so that users with Editor access in their mail files are not restricted to creating personal folders and views. Their folders and views can reside in the same hierarchy as the rest of the shared folders and views, and they don't need to have Designer access (which would allow them to modify existing forms and views).
In addition to being able to run formulas and simple agents, you can also give Editors the ability to create LotusScript and Java agents.

Designers
At the Designer level, you can allow users to delete documents and create LotusScript/Java agents. Again, the delete rights only refer to the physical document itself. Designers can certainly modify the design of everything, as well as delete the contents of a document.
As for agents, in addition to being able to create personal agents, Designers can create shared agents. If you don't allow Designers to create LotusScript or Java agents, they are restricted from making any LotusScript or Java changes to the database. Otherwise, their rights are nearly complete.

Managers
Managers receive the ability to do everything. This includes assigning themselves the right (or not) to physically delete documents. Delete capability is restricted, by default, as a convenience check to ensure that accidental deletions are prevented. The same reasoning and dialog box behaviour applies to Designers and Editors.

Access priority is No Access, Manager, Designer, Editor, Author, Reader, Depositor.

One specialty in the ACL are the "Public Access" documents. The name is a little misleading. Public access does not mean these documents are available to the general public, but rather, that they are intended for a wider audience. They are created when a form contains the property "Make available to public access users" (this programmatic and can be added to any form by a Notes programmer). This property creates a Notes item with the name $PublicAccess and sets its value to 1. You can use this field in your applications in code and decide on a document by document basis if a document should be available for public access users. In the Notes mail template Calendar entries and contacts are "Public Access" documents. Calendaring was the reason why "Public Access" had been introduced into Notes R4.5. It allowed to grant people access to see your calendar without allowing them to access your eMail. Without this option every eMail would need to be protected by reader fields which would have interesting consequences for routing and database performance.


All this can be summed up in this table:
Table and some text orgionaly created by my good friend:  Stephan Wissel. 

The recommended access for authorized access is Author.


OK that's it for today, next time we will look at:- Creating Agents & Folders, Reading and Writing Public Docs and Roles and user types.  Plus a couple of other fun bits.

Please feel free to add comments, if they are nice one I might even publish them.




Thursday, June 21, 2012

E-Mail Etiquette




E-Mail Etiquette.
There is a lot being written at the moment about e-mail and how social networking sites such as Facebook will kill e-mail. However the number just don't bear that out
The Radicati Group’s “Email Statistic Report, 2012-2016” estimates that email usage will increase from 3.3 billion email accounts in 2012 to 4.3 billion accounts by the end of 2016, a growth rate of 6% per year. That roughly is 1/3 more accounts. (Below)
Email Statistics
In other cases, email users, notably Alan Lepofsky here, have blogged about how they now use their email accounts to collate information from external sources, so that they get everything they need in one place.
I do a similar thing, I have multiple Lotus Notes accounts, 4 I think it is and 4 gmail and Yahoo accounts. I consolidate all this mail into a single account, this allows me to deal with all e-mail where ever I am in a single account. My Samsung Tablet Tab 10.1 helps tremendously in this task as I can have many e-mail accounts in a single view.
Anyway on to the subject of this entry.
With great and greater use of e-mail we need to be more aware than ever of actually doing it right. Its very easy to send an e-mail in anger and regret it 30 seconds after your hit the send button. Most free e-mail systems don't allow for any mail recall and whilst Lotus Notes does that its not good if the person has already opened the e-mail. So lets cover the key things that you should do when dealing with e-mails. Much of the content borrowed from: http://www.netmanners.com/e-mail-etiquette-101/
  1. Etiquette TrainingDo not type in all caps. Typing in all caps is considered yelling, screaming or at the very least adding emphasis to the word you type. Various studies on the topic reflect that it is more difficult and takes longer to read text that is typed in all caps.
  2. Start your email with brief and concise Subject: which accurately portrays the content of your email. The Subject: field is not the place to ask questions or to contain your only comments while you send a blank email. You also want to refrain from using an old email message and hitting reply to type about a new subject because you didn’t add your contact’s email address to your address book. That is viewed not only as lazy but as inconsiderate for the person on the other side because the Subject: field does not reflect the new conversation.
  3. Always start your email with "Hello", "Hi", "Dear" or whatever you are comfortable with and works for you and the name of the person you are emailing. Use a greeting that reflects your personality. When you make a phone call you always say "Hello" to the person who picks up the phone. A little idle chit-chat asking how the other person is, what is new, etc. then ensues.
  4. Always spell check your email, proofread for errors, capitalise your sentences and use appropriate punctuation and grammar. Never tell those business associates whom you have become lazy with that "I don’t spell check or capitalise my sentences with you because we know each other so well". You have just insulted the other party by basically telling them they are not worth the time it would take for you to communicate properly with them. Not using proper structure (no punctuation, all caps or all lower case) will also be a strong indication of your level of education and professionalism. I believe that once of the biggest mistakes everyone who works in Asia makes is the above. I too am guilty of it sometimes (Ohhh).
  5. Always end your emails with "Thank you," "Sincerely," "Take it easy," "Best regards" – something!

    In particular, when you request information or ask something of the one you are emailing, have the common courtesy to thank them in advance (TIA!) and sign off your email appropriately. Worse yet, to click the send button without even typing your name is impersonal and is not conducive to being perceived as a person one would want to continue to build a relationship or do business with. Not typing your name at the end of an email comes off as terse and demanding. If you don’t want to type your name for every email, then incorporate it into your signature file that is automatically appended to the end of every email.
  6. Never just forward email without a comment as to why you are forwarding the email to the recipient. To forward without comment is bossy, lazy and rude. Do you want the party to comment or review? Is there a specific issue you want them to address? Did you have a particular reason why you forwarded to them that specific email? Always let the recipient know why you are forwarding an email to them. Including what, if anything, you need them to respond to or what action is required by them.

    If you are emailing for support, asking a question or requesting assistance from the other side, it would behove you to say "Thank You". It is very easy to come off as bossy in email and as I’m sure you’ll agree, people do not take warmly to those who are pushy.
  7. By sending email that blurts out a question or demands a response without including a closing such as "appreciate your help" or "thanks in advance" or even "let me know what you think" you can bet the person on the other side will not respond as quickly, work as hard, take you as seriously, or possibly not even care to respond at all. Know this to be a fact! Remember? Perception?
  8. As a general rule of thumb, if someone takes the time to email you and it is not junk mail or offensive, give them the courtesy of a timely return response. Who would have thought we would be so busy as to not have time to respond to email? By not doing so you appear to ignore them and that is how they will feel–ignored. How would you feel if email you sent was not responded to?
  9. Use Your Smart Phone, Instant Messaging (IM) or Text Messaging properly with consideration for the person on the other side. The concepts that apply to email apply to Smart Phone use and Texting / Instant Messaging as well. The key is courtesy and clarity in your communications.

    First and foremost, always be cognizant about when and where is the most appropriate time to use your Smart Phone and IM. Doing so during meetings, while on the phone with another person or at activities where your attention is expected is inconsiderate. There is a time and place for everything — and this applies to IM (and checking email on all portable devices) as well!
  10. Practice communicating briefly and succinctly. Clarity is a skill that needs to be worked on in email in general let alone when it comes to the short messages generally sent on Smart Phones and via IM.

    Be professional even though your Smart Phone is by nature a more casual environment, keep in mind the quality of your messages will reflect on your perceived credibility, professionalism and tech savvy.
  11. When replying to emails always respond promptly and edit out unnecessary information from the post you are responding to. This is perhaps the most important thing in business. Even if you are really busy you should send the person a holding mail, saying when you will get back to them, make sure that you stick to the timescale that YOU set.

    Responding promptly is the courteous thing to do. Its just down right rude if you take a week to reply. Don’t let folks wonder if you received the email or are ever going to respond to their communications. Think about how quickly you would return a phone call or voice mail. Email is no different especially considering most onliners have expectations of a faster response since email is received so quickly. Outside of any emergencies such as surgery or lack of connectivity, always respond as soon as you can. If you need more time, longer than 48 hours, to gather your thoughts, simply pop off an email stating you are planning on responding in more detail and when.

    Some schools of thought feel that you should edit out previous mails, (ie edit out headers and footers, I feel this just make the email more difficult to read) I don't agree with this, I find it very helpful to be able to go down an e-mail and review the history.
  12. You are what you write. How you communicate will be an indication as to who you are and the kind of person you are. Learn to write with clarity and take folks at their word – not what you "think" they mean.
  13. One of the most disheartening things I see in regard to the use of technology is that many times people have forgotten the human touch. There are living, breathing human beings at these keyboards. Some more able to communicate clearly than others based on level of education or level of exposure to technology.
  14. Share your online information with those you know to be new to the online arena. Send them to this site or others like it, teach them what you have learned, possibly the hard way, so they will not make the same mistakes as you did. Be open and willing to keep on learning and improving your skills. Don’t let your ego or pride stop you from understanding the importance of the issues relayed in this site, by letting your unwillingness to be wrong get in the way and blur your common sense with anger or feeling as though you have been insulted.

Wednesday, August 03, 2011

Notes 8.5.2 FP3 on Ubuntu (Linux)

As a follow up to my post about 8.5.2 FP3.  I have found out that this Fix Pack will not install on Ubuntu 10.10.  I get the following error message:

error in Version string '8.5.2-20110711.1400_FP3': invalid character in revision number       

I discussed this with a friend at IBM Singapore and they suggest that I raise a support item.  So I did that.  I have to say IBM support was amazingly quick and came back with the following repost:

Unfortunately, the release of Ubuntu that we do officially support is 10.4 for 8.5.2, and that detail is available here,          
                                                                     

http://www-10.lotus.com/ldd/nflsblog.nsf/dx/ubuntu-10.04-lts-is-now-an-officially-supported-platform-for-notes-8.5.2                                                                                    
                                                                     

https://www-304.ibm.com/support/docview.wss?uid=swg27019218#NetworkProtocols_R-hwgroup                                                    
                                                                     
So, we would suggest dropping Operating System back to 10.4 and retry the FP3 upgrade. 
.

So there you have it, straight from the horses mouth.

The moral of the story is check the application that you want to upgrade is supported by your operating system, Also check the other way round before upgrading your OS check that the app supports it.  I have heard of some issues on the new Apple Lion O/S with Notes.  But not see it my self.

Friday, July 22, 2011

8.5.2 FP3 released

Earlier this week IBM released Notes/Domino 8.5.2 FP3.  Its works well under Windows 7, hwever Under Linux (Ubuntu 10.10) it fails just after it starts with the following error message:

dpkg: error processing /home/nick/DownloadDirector/Notes 8.5.2 Gold/8.5.2 FP3/Ubuntu/ibm_lotus_notes_fixpack-8.5.2.i586.deb (--install):
 parse error, in file '/var/lib/dpkg/tmp.ci/control' near line 2 package 'ibm-lotus-notes-fixpack': error in Version string '8.5.2-20110711.1400_FP3': invalid character in revision number

IBM just cant get the installs and FP installs for Ubuntu right, every one since 8.5.1 has had issues.  Come on IBM get your Linux act together and start getting this right.

I am told that this error is a real error and need to be reported.  Anyone come across this before?

Labels: , , , , , ,

Wednesday, April 27, 2011

Running Lotus Notes 8.5.2 Under Ubuntu 10.10

As I mentioned in my New Year Blog, I have been experimenting with running Notes under Ubuntu.

Well I am happy to report that its works great, was pretty simple to install and just work, in fact i would say that I have fewer problems under Ubuntu that I do under Windows.  I am also running Symphony and Sametime, all work perfectly.  In fact if you get the right fonts it looks just as good as under Windows.  I thoroughly recommend Notes under Ubuntu.

If any one would like a set of instructions for installing Notes under Ubuntu, its a touch more complex than Windows but well with any competent user, I will happily send you then, please write to me at:

nichalliwell99 at gmail.com

Whilst on the subject of things running in Notes, I have been trying out SpamSentinel MBE, its an add on that allows you to sort incoming mails in to several in-boxs.  there is a Newsletters mail box as well as an others and Junk.  To get a mail in to the right in-box, you simply drag it to that in-box and it then it remebers that all mails from that person go into that box.

It  has to be setup under Windows and not Ubuntu, but in any organisation that uses SpamSentinel you are most likely to have a Domino Administrator who will use the Windows Notes Administrator.  I really hope that mayflower consider making the installation work under Linux.

I think that there product is still in Beta as I have several minor problems, even under Windows.  I have talked to Chris in Support and he has confirmed the issues and that they are working on them.

Will keep you informed, mean while this is what it looks like:

Notes 8.5.x Limitations

The below link details so of the core limitations in notes.  Notes is like any IT system and has its limitations.

The limitations in some cases are actually artificial, for example the Notes database size, this limit is what IBM will support up to, I have seen Notes databases with 80 Gb in.  Also please bear in mind that if you use DAOS then the database will be much smaller as all attachment get striped out and help out side the .nsf structure.  So a Notes mail file or other databases run within a DAOS environment will in fact be able to contain a massive amount of data.

My personal e-mail file is over 11 Gb, and so far has not casued the slightest problem, its even running of a not too piowerfull server.

www-304.ibm.com/support/docview.wss?uid=swg21308379