<?xml version="1.0" encoding="us-ascii" ?>
<rss version="2.0"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
 xmlns:admin="http://webns.net/mvcb/"
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns:content="http://purl.org/rss/1.0/modules/content/"
 xmlns:wfw="http://wellformedweb.org/CommentAPI/">
<channel><title>Mick Moignard's Blog | Comments</title><description>Mick on Lotus Notes, DCC in Model Railroading, and anything else I care to write about. </description><link>http://www.MickMoignard.com/MickMoignard/mickmoignard.nsf/</link><language>en-us</language><lastBuildDate>Thu, 11 Mar 2010 02:41:36 PM -0500</lastBuildDate>
<item>
<title>How strange is this?</title>
<pubDate>Thu, 11 Mar 2010 02:41:36 PM -0500</pubDate>
<dc:creator>Peter Presnell</dc:creator>
<dc:subject>How strange is this?</dc:subject>
<description><![CDATA[I have always found it a good idea to have a LS library that declares a few global variables such as DB and then initialize its value in the Initialize section. Include that LS library everywhere you invoke LS code thereby creating a global variable that is never going to be garbage collected.]]></description>
<content:encoded><![CDATA[I have always found it a good idea to have a LS library that declares a few global variables such as DB and then initialize its value in the Initialize section. Include that LS library everywhere you invoke LS code thereby creating a global variable that is never going to be garbage collected.]]></content:encoded>
<link>http://www.MickMoignard.com/MickMoignard/mickmoignard.nsf/dx/11032010104202MMOLEU.htm?opendocument&amp;comments#03112010024136PMHOSSA3.htm</link>
</item>
<item>
<title>How strange is this?</title>
<pubDate>Thu, 11 Mar 2010 01:50:24 PM -0500</pubDate>
<dc:creator>Mick Moignard</dc:creator>
<dc:subject>How strange is this?</dc:subject>
<description><![CDATA[Thanks everyone for all the feedback - I knew there was a simple answer that was eluding me - and @5 I've even read that article before, too. Should have realised sooner that was the answer. <br /><br />Mick]]></description>
<content:encoded><![CDATA[Thanks everyone for all the feedback - I knew there was a simple answer that was eluding me - and @5 I've even read that article before, too. Should have realised sooner that was the answer. <br /><br />Mick]]></content:encoded>
<link>http://www.MickMoignard.com/MickMoignard/mickmoignard.nsf/dx/11032010104202MMOLEU.htm?opendocument&amp;comments#03112010015024PMHOSRA3.htm</link>
</item>
<item>
<title>How strange is this?</title>
<pubDate>Thu, 11 Mar 2010 01:31:59 PM -0500</pubDate>
<dc:creator>Brent Henry</dc:creator>
<dc:subject>How strange is this?</dc:subject>
<description><![CDATA[Notes is working as designed (really).<br /><br />Here is the best explanation I've seen around scope, garbage collection, etc.<br /><br />{ <a href="http://www.bobzblog.com/tuxedoguy.nsf/dx/geek-o-terica-3-taking-out-the-garbage-lotusscript?opendocument&comments#anc1" target="_blank" title="Link: www.bobzblog.com/tuxedoguy.nsf/dx/geek-o-terica-3-taking-out-the-garbage-lotusscript?opendocument&comments#anc1">Link</a> }]]></description>
<content:encoded><![CDATA[Notes is working as designed (really).<br /><br />Here is the best explanation I've seen around scope, garbage collection, etc.<br /><br />{ <a href="http://www.bobzblog.com/tuxedoguy.nsf/dx/geek-o-terica-3-taking-out-the-garbage-lotusscript?opendocument&comments#anc1" target="_blank" title="Link: www.bobzblog.com/tuxedoguy.nsf/dx/geek-o-terica-3-taking-out-the-garbage-lotusscript?opendocument&comments#anc1">Link</a> }]]></content:encoded>
<link>http://www.MickMoignard.com/MickMoignard/mickmoignard.nsf/dx/11032010104202MMOLEU.htm?opendocument&amp;comments#03112010013159PMHOSQWJ.htm</link>
</item>
<item>
<title>How strange is this?</title>
<pubDate>Thu, 11 Mar 2010 01:22:53 PM -0500</pubDate>
<dc:creator>Giulio Campobassi</dc:creator>
<dc:subject>How strange is this?</dc:subject>
<description><![CDATA[hmmm.. I said that there were "a couple of ways" and only listed one.. the second way is not worth mentioning...LOL...]]></description>
<content:encoded><![CDATA[hmmm.. I said that there were "a couple of ways" and only listed one.. the second way is not worth mentioning...LOL...]]></content:encoded>
<link>http://www.MickMoignard.com/MickMoignard/mickmoignard.nsf/dx/11032010104202MMOLEU.htm?opendocument&amp;comments#03112010012253PMHOSQQU.htm</link>
</item>
<item>
<title>How strange is this?</title>
<pubDate>Thu, 11 Mar 2010 01:20:59 PM -0500</pubDate>
<dc:creator>Giulio Campobassi</dc:creator>
<dc:subject>How strange is this?</dc:subject>
<description><![CDATA[Julian has explained it best.<br /><br />This is not a bug, but simply variable scope rules for Notes objects biting you in the a$$.<br /><br />A couple of ways to solve this. Keep the db object global and only access it via the getPartnersDB function.]]></description>
<content:encoded><![CDATA[Julian has explained it best.<br /><br />This is not a bug, but simply variable scope rules for Notes objects biting you in the a$$.<br /><br />A couple of ways to solve this. Keep the db object global and only access it via the getPartnersDB function.]]></content:encoded>
<link>http://www.MickMoignard.com/MickMoignard/mickmoignard.nsf/dx/11032010104202MMOLEU.htm?opendocument&amp;comments#03112010012059PMHOSQPN.htm</link>
</item>
<item>
<title>How strange is this?</title>
<pubDate>Thu, 11 Mar 2010 01:10:11 PM -0500</pubDate>
<dc:creator>Julian Robichaux</dc:creator>
<dc:subject>How strange is this?</dc:subject>
<description><![CDATA[I've had exactly that same issue on code that runs on a server, yet it runs just fine in the client. In certain situations (as Selcuk describes), if you return a handle to a NotesDocument from a function/method but the database and/or view that the document is from is no longer in scope, the NotesDocument reference will also go out of scope too. If the NotesDatabase and NotesView that the doc came from stay in scope (globally or locally) you won't see the error.<br /><br />It's a pain to debug too, because when you run the function locally it usually works. Just on the server where it's a problem most of the time.]]></description>
<content:encoded><![CDATA[I've had exactly that same issue on code that runs on a server, yet it runs just fine in the client. In certain situations (as Selcuk describes), if you return a handle to a NotesDocument from a function/method but the database and/or view that the document is from is no longer in scope, the NotesDocument reference will also go out of scope too. If the NotesDatabase and NotesView that the doc came from stay in scope (globally or locally) you won't see the error.<br /><br />It's a pain to debug too, because when you run the function locally it usually works. Just on the server where it's a problem most of the time.]]></content:encoded>
<link>http://www.MickMoignard.com/MickMoignard/mickmoignard.nsf/dx/11032010104202MMOLEU.htm?opendocument&amp;comments#03112010011011PMHOSQGW.htm</link>
</item>
<item>
<title>How strange is this?</title>
<pubDate>Thu, 11 Mar 2010 12:56:04 PM -0500</pubDate>
<dc:creator>Selcuk Ayguney</dc:creator>
<dc:subject>How strange is this?</dc:subject>
<description><![CDATA[That's most probably because the garbage collector destroys your NotesDocument after returning from function because the parent object (NotesDatabase) is destroyed.<br /><br />Initialize the database object before and pass it as a function argument instead:<br /><br />Set pDB=GetPartnersDB <br /><br />Set ClientInsurer = GetPartnerDoc(pDB, claim.ID_ClientInsurer(0))<br /><br />and<br /><br />Function GetPartnerDoc(pDB as NotesDatabase, IPCode As String) As NotesDocument <br /><br />Hope this helps<br /><br />Selcuk Ayguney]]></description>
<content:encoded><![CDATA[That's most probably because the garbage collector destroys your NotesDocument after returning from function because the parent object (NotesDatabase) is destroyed.<br /><br />Initialize the database object before and pass it as a function argument instead:<br /><br />Set pDB=GetPartnersDB <br /><br />Set ClientInsurer = GetPartnerDoc(pDB, claim.ID_ClientInsurer(0))<br /><br />and<br /><br />Function GetPartnerDoc(pDB as NotesDatabase, IPCode As String) As NotesDocument <br /><br />Hope this helps<br /><br />Selcuk Ayguney]]></content:encoded>
<link>http://www.MickMoignard.com/MickMoignard/mickmoignard.nsf/dx/11032010104202MMOLEU.htm?opendocument&amp;comments#03112010125604PMHOSQ84.htm</link>
</item>
<item>
<title>Blackstone HOn3 K-27</title>
<pubDate>Wed, 10 Mar 2010 02:32:13 AM -0500</pubDate>
<dc:creator>Trevor</dc:creator>
<dc:subject>Blackstone HOn3 K-27</dc:subject>
<description><![CDATA[So almost three years on and are you still happy with the blackstone k-27? The reason I ask is that my first one arrived yesterday and I'm quite happy with it so far.]]></description>
<content:encoded><![CDATA[So almost three years on and are you still happy with the blackstone k-27? The reason I ask is that my first one arrived yesterday and I'm quite happy with it so far.]]></content:encoded>
<link>http://www.MickMoignard.com/MickMoignard/mickmoignard.nsf/dx/30042007212638MMORYQ.htm?opendocument&amp;comments#03102010023213AMHOSC27.htm</link>
</item>
<item>
<title>UK Post Office still losing its way</title>
<pubDate>Tue, 23 Feb 2010 10:42:20 AM -0500</pubDate>
<dc:creator>Ross</dc:creator>
<dc:subject>UK Post Office still losing its way</dc:subject>
<description><![CDATA[Mick, <br /><br />I have a similar issue with UPS, 3 time they had to deliver a package, I was in the house on all occasions, and not once did the door bell ring. I finally managed to get the package by following the driver to his next stop - not kidding! <br /><br />I guess door bell identification is not of the list of required skill for delivery drivers...<br /><br />Can you get them to send the parcel to the "local" post office?]]></description>
<content:encoded><![CDATA[Mick, <br /><br />I have a similar issue with UPS, 3 time they had to deliver a package, I was in the house on all occasions, and not once did the door bell ring. I finally managed to get the package by following the driver to his next stop - not kidding! <br /><br />I guess door bell identification is not of the list of required skill for delivery drivers...<br /><br />Can you get them to send the parcel to the "local" post office?]]></content:encoded>
<link>http://www.MickMoignard.com/MickMoignard/mickmoignard.nsf/dx/22022010164103MMOMKQ.htm?opendocument&amp;comments#23022010104220HOSMLH.htm</link>
</item>
<item>
<title>Lotus Symphony 3: first look and a pleasant surprise. </title>
<pubDate>Thu, 11 Feb 2010 04:00:50 PM -0500</pubDate>
<dc:creator>Mick Moignard</dc:creator>
<dc:subject>Lotus Symphony 3: first look and a pleasant surprise. </dc:subject>
<description><![CDATA[File Navigator plugin: use it all the time.<br /><br />Mick]]></description>
<content:encoded><![CDATA[File Navigator plugin: use it all the time.<br /><br />Mick]]></content:encoded>
<link>http://www.MickMoignard.com/MickMoignard/mickmoignard.nsf/dx/11022010095523MMODN6.htm?opendocument&amp;comments#02112010040050PMHOSTTK.htm</link>
</item>
<item>
<title>Lotus Symphony 3: first look and a pleasant surprise. </title>
<pubDate>Thu, 11 Feb 2010 10:36:11 AM -0500</pubDate>
<dc:creator>Christian Tillmanns</dc:creator>
<dc:subject>Lotus Symphony 3: first look and a pleasant surprise. </dc:subject>
<description><![CDATA[Have you ever tried the File Navigator plugin for Notes? Drag the email to the file system and then send the .eml file. Works like a charm even on the mac.<br /><br />Cheers<br /><br />Cti]]></description>
<content:encoded><![CDATA[Have you ever tried the File Navigator plugin for Notes? Drag the email to the file system and then send the .eml file. Works like a charm even on the mac.<br /><br />Cheers<br /><br />Cti]]></content:encoded>
<link>http://www.MickMoignard.com/MickMoignard/mickmoignard.nsf/dx/11022010095523MMODN6.htm?opendocument&amp;comments#11.02.2010103611HOSMGN.htm</link>
</item>
<item>
<title>Lotus Symphony 3: first look and a pleasant surprise. </title>
<pubDate>Thu, 11 Feb 2010 07:20:41 AM -0500</pubDate>
<dc:creator>Sjaak Ursinus</dc:creator>
<dc:subject>Lotus Symphony 3: first look and a pleasant surprise. </dc:subject>
<description><![CDATA[Hoping with you !!!!!]]></description>
<content:encoded><![CDATA[Hoping with you !!!!!]]></content:encoded>
<link>http://www.MickMoignard.com/MickMoignard/mickmoignard.nsf/dx/11022010095523MMODN6.htm?opendocument&amp;comments#02112010072041AMHOSHNG.htm</link>
</item>
<item>
<title>Error in Notes Upgrade to 8.5.1 FP1</title>
<pubDate>Thu, 11 Feb 2010 10:10:34 +0100</pubDate>
<dc:creator>Mick Moignard</dc:creator>
<dc:subject>Error in Notes Upgrade to 8.5.1 FP1</dc:subject>
<description><![CDATA[Hmm. My only suggestion would be to reinstall the 8.5.1 client, and check that it works properly, and then to install the Fixpack on top of it, after a reboot and before starting Notes. <br /><br />If that doesn't work, ask a question in the 8.5 Developer Forum on LDD/Notesnet, and/or raise a PMR.<br /><br />Mick]]></description>
<content:encoded><![CDATA[Hmm. My only suggestion would be to reinstall the 8.5.1 client, and check that it works properly, and then to install the Fixpack on top of it, after a reboot and before starting Notes. <br /><br />If that doesn't work, ask a question in the 8.5 Developer Forum on LDD/Notesnet, and/or raise a PMR.<br /><br />Mick]]></content:encoded>
<link>http://www.MickMoignard.com/MickMoignard/mickmoignard.nsf/dx/02022010121012MMOGAG.htm?opendocument&amp;comments#11022010101034MMODXP.htm</link>
</item>
<item>
<title>Error in Notes Upgrade to 8.5.1 FP1</title>
<pubDate>Thu, 11 Feb 2010 02:49:10 AM -0500</pubDate>
<dc:creator>benoit</dc:creator>
<dc:subject>Error in Notes Upgrade to 8.5.1 FP1</dc:subject>
<description><![CDATA[Hi,<br /><br />same error here, but nothing works for this update.<br /><br />I've killed everything related to lotus and i even rebooted the computer.<br /><br />the error is still here.<br /><br />any advice ?]]></description>
<content:encoded><![CDATA[Hi,<br /><br />same error here, but nothing works for this update.<br /><br />I've killed everything related to lotus and i even rebooted the computer.<br /><br />the error is still here.<br /><br />any advice ?]]></content:encoded>
<link>http://www.MickMoignard.com/MickMoignard/mickmoignard.nsf/dx/02022010121012MMOGAG.htm?opendocument&amp;comments#11022010024910HOSCCS.htm</link>
</item>
<item>
<title>Blackberry vs Traveler</title>
<pubDate>Mon, 8 Feb 2010 03:35:20 PM -0500</pubDate>
<dc:creator>Peter Meuser</dc:creator>
<dc:subject>Blackberry vs Traveler</dc:subject>
<description><![CDATA[I forget the only advantage of the iPhone in the yellow cloud at the moment: You can use every Notes app on it without any modification! And I am not speaking about those ones with a web interface. Even the Eclipse based Standard client runs smoothly on it... The magic is done by Citrix XenApp. But at least the BB client doing the same should be already out since December...]]></description>
<content:encoded><![CDATA[I forget the only advantage of the iPhone in the yellow cloud at the moment: You can use every Notes app on it without any modification! And I am not speaking about those ones with a web interface. Even the Eclipse based Standard client runs smoothly on it... The magic is done by Citrix XenApp. But at least the BB client doing the same should be already out since December...]]></content:encoded>
<link>http://www.MickMoignard.com/MickMoignard/mickmoignard.nsf/dx/08022010120132MMOG4Z.htm?opendocument&amp;comments#08.02.2010153520HOSTBM.htm</link>
</item>
<item>
<title>Blackberry vs Traveler</title>
<pubDate>Mon, 8 Feb 2010 03:24:06 PM -0500</pubDate>
<dc:creator>Peter Meuser</dc:creator>
<dc:subject>Blackberry vs Traveler</dc:subject>
<description><![CDATA[I am working with both of them on a daily base. iPhone (latest Traveler version) in the left hand, Bold 9000 (BES 5/OS5) in the right hand. I know this sounds strange but is the only way to get the whole picture for my clients. <br /><br />Just some remarks:<br /><br />- iPhone/Traveler allows access to the corporate directory (I tried it with about 80000 name entries.)<br /><br />- BES allows an additional remote full text search through your mailbox and limited (filesize!) access to smb shares<br /><br />All in all it's comparing different fruits with each other: BB is the ultimate tool to get your business tasks done, where as the iPhone is the much better playground. Just try to do some serious phone calls with iPhone, look for all conversations with a specific contact or find and schedule a free time slot for a meeting. You will love the BB. But yes, my children love the cool games on the iPhone much more than those of the BB.<br /><br />If the smartphones have to be supported by an it crowed, you will not bother with the iPhone either (as the other posts already pointed out).<br /><br />If your client want to have the shining iPhone, he will get it anyway. Don't forget to buy him an Otterbox (the shiny skin of the iPhone will not last very long in the typical business use...). I personal like the iPhone @home, because there it controly my TV (eyeTV) and my music collection (iTunes)... But this should not be an argument for a business decision.<br /><br />Cheers.]]></description>
<content:encoded><![CDATA[I am working with both of them on a daily base. iPhone (latest Traveler version) in the left hand, Bold 9000 (BES 5/OS5) in the right hand. I know this sounds strange but is the only way to get the whole picture for my clients. <br /><br />Just some remarks:<br /><br />- iPhone/Traveler allows access to the corporate directory (I tried it with about 80000 name entries.)<br /><br />- BES allows an additional remote full text search through your mailbox and limited (filesize!) access to smb shares<br /><br />All in all it's comparing different fruits with each other: BB is the ultimate tool to get your business tasks done, where as the iPhone is the much better playground. Just try to do some serious phone calls with iPhone, look for all conversations with a specific contact or find and schedule a free time slot for a meeting. You will love the BB. But yes, my children love the cool games on the iPhone much more than those of the BB.<br /><br />If the smartphones have to be supported by an it crowed, you will not bother with the iPhone either (as the other posts already pointed out).<br /><br />If your client want to have the shining iPhone, he will get it anyway. Don't forget to buy him an Otterbox (the shiny skin of the iPhone will not last very long in the typical business use...). I personal like the iPhone @home, because there it controly my TV (eyeTV) and my music collection (iTunes)... But this should not be an argument for a business decision.<br /><br />Cheers.]]></content:encoded>
<link>http://www.MickMoignard.com/MickMoignard/mickmoignard.nsf/dx/08022010120132MMOG4Z.htm?opendocument&amp;comments#08.02.2010152406HOST4M.htm</link>
</item>
<item>
<title>Blackberry vs Traveler</title>
<pubDate>Mon, 8 Feb 2010 10:51:40 AM -0500</pubDate>
<dc:creator>Daniel Lieber</dc:creator>
<dc:subject>Blackberry vs Traveler</dc:subject>
<description><![CDATA[I have not seen a detailed functional comparison matrix for Traveler vs. BES. We utilize both. There are a few major factors to consider as to what you want to support:<br /><br />1) BES calendaring allows remote directory and free-time lookups for meetings from the BB device; I have not seen this on Traveler yet.<br /><br />2) BES has extremely strong centralized device control, e.g. you have explicit control over nearly everything on the device.<br /><br />3) Traveler allows for much larger device choice. The iPhone in particular has a fanatical following due to its ease-of-use.<br /><br />4) The core functions of basic secured messaging (send/receive), over-the-air calendar syncing, and over-the-air contacts syncing (the 3 most used components) are very similar.<br /><br />There are also third-party applications that compete with Traveler and provide more functionality for some devices. The key decisions seem to be based around support:<br /><br />- Will there be corporate control on device choice (if so, what are the choices and why? The business logic is very important as the life cycle of a given model in the mobile market is very short).<br /><br />- Who is responsible for supporting the device vs. services (carrier, corporate help desk, etc.)<br /><br />- What tools are available to assist in support (there are a variety of third-party vendors who provide remote control access for many devices)<br /><br />- What happens during user separation/termination/etc. Who owns the device, data, etc.?<br /><br />I hope this helps!]]></description>
<content:encoded><![CDATA[I have not seen a detailed functional comparison matrix for Traveler vs. BES. We utilize both. There are a few major factors to consider as to what you want to support:<br /><br />1) BES calendaring allows remote directory and free-time lookups for meetings from the BB device; I have not seen this on Traveler yet.<br /><br />2) BES has extremely strong centralized device control, e.g. you have explicit control over nearly everything on the device.<br /><br />3) Traveler allows for much larger device choice. The iPhone in particular has a fanatical following due to its ease-of-use.<br /><br />4) The core functions of basic secured messaging (send/receive), over-the-air calendar syncing, and over-the-air contacts syncing (the 3 most used components) are very similar.<br /><br />There are also third-party applications that compete with Traveler and provide more functionality for some devices. The key decisions seem to be based around support:<br /><br />- Will there be corporate control on device choice (if so, what are the choices and why? The business logic is very important as the life cycle of a given model in the mobile market is very short).<br /><br />- Who is responsible for supporting the device vs. services (carrier, corporate help desk, etc.)<br /><br />- What tools are available to assist in support (there are a variety of third-party vendors who provide remote control access for many devices)<br /><br />- What happens during user separation/termination/etc. Who owns the device, data, etc.?<br /><br />I hope this helps!]]></content:encoded>
<link>http://www.MickMoignard.com/MickMoignard/mickmoignard.nsf/dx/08022010120132MMOG4Z.htm?opendocument&amp;comments#02082010105140AMHOSMSC.htm</link>
</item>
<item>
<title>Blackberry vs Traveler</title>
<pubDate>Mon, 8 Feb 2010 10:45:58 AM -0500</pubDate>
<dc:creator>Daniel Lieber</dc:creator>
<dc:subject>Blackberry vs Traveler</dc:subject>
<description><![CDATA[I have not seen a detailed functional comparison matrix for Traveler vs. BES. We utilize both. There are a few major factors to consider as to what you want to support:<br /><br />1) BES calendaring allows remote directory and free-time lookups for meetings from the BB device; I have not seen this on Traveler yet.<br /><br />2) BES has extremely strong centralized device control, e.g. you have explicit control over nearly everything on the device.<br /><br />3) Traveler allows for much larger device choice. The iPhone in particular has a fanatical following due to its ease-of-use.<br /><br />4) The core functions of basic secured messaging (send/receive), over-the-air calendar syncing, and over-the-air contacts syncing (the 3 most used components) are very similar.<br /><br />There are also third-party applications that compete with Traveler and provide more functionality for some devices. The key decisions seem to be based around support:<br /><br />- Will there be corporate control on device choice (if so, what are the choices and why? The business logic is very important as the life cycle of a given model in the mobile market is very short).<br /><br />- Who is responsible for supporting the device vs. services (carrier, corporate help desk, etc.)<br /><br />- What tools are available to assist in support (there are a variety of third-party vendors who provide remote control access for many devices)<br /><br />- What happens during user separation/termination/etc. Who owns the device, data, etc.?<br /><br />I hope this helps!]]></description>
<content:encoded><![CDATA[I have not seen a detailed functional comparison matrix for Traveler vs. BES. We utilize both. There are a few major factors to consider as to what you want to support:<br /><br />1) BES calendaring allows remote directory and free-time lookups for meetings from the BB device; I have not seen this on Traveler yet.<br /><br />2) BES has extremely strong centralized device control, e.g. you have explicit control over nearly everything on the device.<br /><br />3) Traveler allows for much larger device choice. The iPhone in particular has a fanatical following due to its ease-of-use.<br /><br />4) The core functions of basic secured messaging (send/receive), over-the-air calendar syncing, and over-the-air contacts syncing (the 3 most used components) are very similar.<br /><br />There are also third-party applications that compete with Traveler and provide more functionality for some devices. The key decisions seem to be based around support:<br /><br />- Will there be corporate control on device choice (if so, what are the choices and why? The business logic is very important as the life cycle of a given model in the mobile market is very short).<br /><br />- Who is responsible for supporting the device vs. services (carrier, corporate help desk, etc.)<br /><br />- What tools are available to assist in support (there are a variety of third-party vendors who provide remote control access for many devices)<br /><br />- What happens during user separation/termination/etc. Who owns the device, data, etc.?<br /><br />I hope this helps!]]></content:encoded>
<link>http://www.MickMoignard.com/MickMoignard/mickmoignard.nsf/dx/08022010120132MMOG4Z.htm?opendocument&amp;comments#02082010104558AMHOSMNS.htm</link>
</item>
<item>
<title>Blackberry vs Traveler</title>
<pubDate>Mon, 8 Feb 2010 06:46:31 AM -0500</pubDate>
<dc:creator>Werner Motzet</dc:creator>
<dc:subject>Blackberry vs Traveler</dc:subject>
<description><![CDATA[Hallo <br /><br />there is no way from Traveler to BBs.<br /><br />But you can get a free Licence for 10 BBs and 1 BES from IBM. <br /><br />Kind Regards Werner]]></description>
<content:encoded><![CDATA[Hallo <br /><br />there is no way from Traveler to BBs.<br /><br />But you can get a free Licence for 10 BBs and 1 BES from IBM. <br /><br />Kind Regards Werner]]></content:encoded>
<link>http://www.MickMoignard.com/MickMoignard/mickmoignard.nsf/dx/08022010120132MMOG4Z.htm?opendocument&amp;comments#08.02.2010064631HOSGZ5.htm</link>
</item>
<item>
<title>Error in Notes Upgrade to 8.5.1 FP1</title>
<pubDate>Thu, 4 Feb 2010 04:59:54 PM -0500</pubDate>
<dc:creator>Stuart Bogom</dc:creator>
<dc:subject>Error in Notes Upgrade to 8.5.1 FP1</dc:subject>
<description><![CDATA[I just had this happen for the first time. I was updating the client software on a Notes server....I've updated half a dozen regular clients without a problem. Also, cannot locate an update.log file to try and diagnose.]]></description>
<content:encoded><![CDATA[I just had this happen for the first time. I was updating the client software on a Notes server....I've updated half a dozen regular clients without a problem. Also, cannot locate an update.log file to try and diagnose.]]></content:encoded>
<link>http://www.MickMoignard.com/MickMoignard/mickmoignard.nsf/dx/02022010121012MMOGAG.htm?opendocument&amp;comments#02042010045954PMHOSUYH.htm</link>
</item>

</channel></rss>
