<?xml version="1.0" encoding="iso-8859-1"?>
<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>Kenio Blog</title>
<description>Kenio Blog</description>
<link>http://pullo.plansis.com.br/blogkenio.nsf</link>
<language>en-us</language>
<lastBuildDate>Thu, 2 Feb 2012 06:05:49 -0200</lastBuildDate>
<item>
<title>WebSphere Plugin Personal Certificate will expire on April 26, 2012</title>
<pubDate>Thu, 2 Feb 2012 06:05:49 -0200</pubDate>
<description>
<![CDATA[ 
The WebSphere Support team has released a Flash technote regarding the personal certificate called "WebSphere Plugin Key" within the plugin-key.kdb that is shipped with the WebSphere Plugin install, ...
 ]]>
</description>
<link>http://pullo.plansis.com.br/blogkenio.nsf/dx/02022012060549KCABHP.htm</link>
<category></category>
<dc:creator>Kenio Carvalho</dc:creator>
<comments>http://pullo.plansis.com.br/blogkenio.nsf/dx/02022012060549KCABHP.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://pullo.plansis.com.br/blogkenio.nsf/dx/02022012060549KCABHP.htm</guid>
<content:encoded><![CDATA[  The WebSphere Support team has released a Flash technote regarding the personal certificate called "WebSphere Plugin Key" within the plugin-key.kdb that is shipped with the WebSphere Plugin install, which will expire on April 26, 2012. <br /> <br /> <a href="http://www.ibm.com/support/docview.wss?uid=swg21577327">Link to &nbsp;TechNote</a><br />  <br /> <br />  ]]></content:encoded>
<wfw:commentRss> http://pullo.plansis.com.br/blogkenio.nsf/dxcomments/02022012060549KCABHP.htm</wfw:commentRss>
<wfw:comment> http://pullo.plansis.com.br/blogkenio.nsf/dx/02022012060549KCABHP.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Better way to remove people from type-ahead/recent contacts </title>
<pubDate>Wed, 1 Feb 2012 21:49:17 -0200</pubDate>
<description>
<![CDATA[ 
From Notes Tips We've had plenty of tips surrounding Recent Contacts, and it's a highly talked-about area. In Notes 8.5.3, we've continued to improve how you can control Recent Contacts/type-ahead ...
 ]]>
</description>
<link>http://pullo.plansis.com.br/blogkenio.nsf/dx/01022012214917KCAVXD.htm</link>
<category></category>
<dc:creator>Kenio Carvalho</dc:creator>
<comments>http://pullo.plansis.com.br/blogkenio.nsf/dx/01022012214917KCAVXD.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://pullo.plansis.com.br/blogkenio.nsf/dx/01022012214917KCAVXD.htm</guid>
<content:encoded><![CDATA[ From Notes Tips <br /> <br /> <table width=100%> <tr valign=top> <td width=100%>We've had plenty of tips surrounding <a href="http://www-10.lotus.com/ldd/notestipsblog.nsf/dx/recent-contacts"><span style="text-decoration:underline">Recent Contacts</span></a>, and it's a highly talked-about area. In Notes 8.5.3, we've continued to improve how you can control Recent Contacts/type-ahead. <br /> <br /> In the past, we made it easier to remove "incorrect" contacts from type-ahead, by letting you delete a contact from the right-click menu: <br /> <img  alt="Image:Notes 8.5.3: Better way to remove people from type-ahead/recent contacts" border="0" src="http://pullo.plansis.com.br/blogkenio.nsf/dx/01022012214917KCAVXD.htm/content/M2?OpenElement" /><br /> <br /> But one problem with this method is that if you delete a contact from type-ahead in this way, they could be added back in automatically, if you send or receive more emails from them. <br /> <br /> But in Notes 8.5.3, the new method avoids that :) Now, if you see an address that you do not want to appear in the Recent Contacts list, you can hide it by selecting the contact in the Recent Contacts view, and clicking the <strong>Hide in Typeahead</strong> button.<br /> <br /> <img  alt="Hide in Typeahead button" border="0" src="http://pullo.plansis.com.br/blogkenio.nsf/dx/01022012214917KCAVXD.htm/content/M3?OpenElement" /><br /> <br /> Then, the address won't appear in type-ahead again, unless you click <strong>Show in Typeahead</strong></table> <br />  ]]></content:encoded>
<wfw:commentRss> http://pullo.plansis.com.br/blogkenio.nsf/dxcomments/01022012214917KCAVXD.htm</wfw:commentRss>
<wfw:comment> http://pullo.plansis.com.br/blogkenio.nsf/dx/01022012214917KCAVXD.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Test Database Connection on WebSphere Admin console is not a &quot;full&quot; test connection</title>
<pubDate>Mon, 30 Jan 2012 10:45:42 -0200</pubDate>
<description>
<![CDATA[ 
A developer got this error Error = Invalid Oracle URL specified DSRA0010E: SQL State = 99999, Error Code = 17,067 when use the code bellow: private void connectLookup() throws Exception { ...
 ]]>
</description>
<link>http://pullo.plansis.com.br/blogkenio.nsf/dx/30012012104542KCAGYN.htm</link>
<category></category>
<dc:creator>Kenio Carvalho</dc:creator>
<comments>http://pullo.plansis.com.br/blogkenio.nsf/dx/30012012104542KCAGYN.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://pullo.plansis.com.br/blogkenio.nsf/dx/30012012104542KCAGYN.htm</guid>
<content:encoded><![CDATA[ A developer got this error <br /> <br /> <br />Error = Invalid Oracle URL specified DSRA0010E: SQL State = 99999, Error Code = 17,067 <br /> <br />&nbsp;when use the code bellow: <br /> <br /><strong>private</strong> <strong>void</strong> connectLookup() <strong>throws</strong> Exception { <br />&nbsp; &nbsp; &nbsp; &nbsp; <strong>try</strong> { <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; InitialContext ctx = <strong>new</strong> InitialContext(); <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; DataSource ds = (DataSource) ctx.lookup("jdbc/abcd1234"); <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; connection = ds.getConnection(); <br /> <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <strong>if</strong> (connection == <strong>null</strong>) { <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <strong>throw</strong> <strong>new</strong> Exception("Connection error....bla...bla..bla."); <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; } <br />&nbsp; &nbsp; &nbsp; &nbsp; } <strong>catch</strong> (Exception e) { <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; e.printStackTrace(); <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <strong>throw</strong> e; <br />&nbsp; &nbsp; &nbsp; &nbsp; } <br />} <br /> <br />When you test the connection on the websphere admin console everything is fine <br /> <br /> <br /><img  alt="Image:JDBC Connection and error" border="0" src="http://pullo.plansis.com.br/blogkenio.nsf/dx/30012012104542KCAGYN.htm/content/M2?OpenElement" /> <br /> <br />The problem was i forgot to set the field Authentication Alias for XA recovery. <br /> <br /> <br /><img  alt="Image:JDBC Connection and error" border="0" src="http://pullo.plansis.com.br/blogkenio.nsf/dx/30012012104542KCAGYN.htm/content/M3?OpenElement" />  ]]></content:encoded>
<wfw:commentRss> http://pullo.plansis.com.br/blogkenio.nsf/dxcomments/30012012104542KCAGYN.htm</wfw:commentRss>
<wfw:comment> http://pullo.plansis.com.br/blogkenio.nsf/dx/30012012104542KCAGYN.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>When you change your laptop you have a chance to review something</title>
<pubDate>Sun, 29 Jan 2012 18:08:36 -0200</pubDate>
<description>
<![CDATA[ 
The first thing you discover is how many files are useless and you don´t have time to do a cleanup before copy all documents to the new laptop, then you decide to copy all files. You need to install a ...
 ]]>
</description>
<link>http://pullo.plansis.com.br/blogkenio.nsf/dx/29012012180836KCARMF.htm</link>
<category></category>
<dc:creator>Kenio Carvalho</dc:creator>
<comments>http://pullo.plansis.com.br/blogkenio.nsf/dx/29012012180836KCARMF.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://pullo.plansis.com.br/blogkenio.nsf/dx/29012012180836KCARMF.htm</guid>
<content:encoded><![CDATA[ The first thing you discover is how many files are useless and you don´t have time to do a cleanup before copy all documents to the new laptop, then you decide to copy all files. <br />You need to install a lot of software, i need to install the following: <br /> <br />- Windows 7 64x SP1 <br />- Lotus Notes 8.5.2 FP2  <br />- Moba Xterm <br />-7Zip <br />-Winscp <br />- MS Office 2010 Professional <br />- Visio 2010 <br />- Symphony 3.0.1 <br />- Putty <br />- Cisco VPN <br />- VMware Player <br />- Firefox  <br />-Chrome <br />- XMark - helpme a lot syncronizing my tags, bookmarks  <br />- Rational Application Developer 8.0.2 <br />- WebSphere Portal 7.0.0.1 - Admin mode <br />- Filezilla Client <br />- Fox IT <br />- JMeter <br />- Java JRE 1.6 <br />- Enable the new laptop to work with the internet banking <br />- MicroTorrent <br />- Download Them All <br />- Teracopy <br />- K-Light Codec Pack Standard <br />- Virtual Clone Drive <br />- C-Cleaner <br />- Bad Boy <br />- Microsoft Security Essentials <br />- Update the new Windows :-( <br />- Setup alll Wireless Network to work at Home, Plansis <br />-  <br />  ]]></content:encoded>
<wfw:commentRss> http://pullo.plansis.com.br/blogkenio.nsf/dxcomments/29012012180836KCARMF.htm</wfw:commentRss>
<wfw:comment> http://pullo.plansis.com.br/blogkenio.nsf/dx/29012012180836KCARMF.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>How to run &#8217;Load Convert&#8217; command to replace the design of mail database via Lotus Script Agent?</title>
<pubDate>Sun, 29 Jan 2012 17:53:08 -0200</pubDate>
<description>
<![CDATA[ 
Launch IBM Lotus Domino Designer Create an agent Specify the trigger set as: Action Menu Selection Specify the Target as: None Copy and paste the following script into the Script Area: Dim se ...
 ]]>
</description>
<link>http://pullo.plansis.com.br/blogkenio.nsf/dx/29012012175308KCARBS.htm</link>
<category></category>
<dc:creator>Kenio Carvalho</dc:creator>
<comments>http://pullo.plansis.com.br/blogkenio.nsf/dx/29012012175308KCARBS.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://pullo.plansis.com.br/blogkenio.nsf/dx/29012012175308KCARBS.htm</guid>
<content:encoded><![CDATA[  <ol> <li value=1>Launch IBM Lotus Domino Designer<br />  <li value=2>Create an agent<br />  <li value=3>Specify the trigger set as: Action Menu Selection<br />  <li value=4>Specify the Target as: None<br />  <li value=5>Copy and paste the following script into the Script Area:</ol>&nbsp; &nbsp; Dim session As New NotesSession <p>&nbsp; &nbsp; Dim serverName, consoleCommand, consoleReturn as string &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />&nbsp; &nbsp; serverName = "xxxxxxxxxx/xxxxx" &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; consoleCommand = ("Load Convert -u mail\xxxxx.nsf * xxxxxx.ntf") &nbsp; &nbsp;  <br />&nbsp; &nbsp; consoleReturn = session.SendConsoleCommand(serverName, consoleCommand) &nbsp; &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; Print consoleReturn,, consoleCommand <br /> <br />The information above is from TN 1577402  ]]></content:encoded>
<wfw:commentRss> http://pullo.plansis.com.br/blogkenio.nsf/dxcomments/29012012175308KCARBS.htm</wfw:commentRss>
<wfw:comment> http://pullo.plansis.com.br/blogkenio.nsf/dx/29012012175308KCARBS.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>&quot;Internal Server Error&quot; you connect to IBM WeBsphere Portal</title>
<pubDate>Thu, 29 Dec 2011 14:49:18 -0200</pubDate>
<description>
<![CDATA[ 
Initial connection to the Portal Server via an HTTP server reports: "Internal Server Error". Refreshing the browser results in a successful connection. Enabling the plugin trace you can see the erro ...
 ]]>
</description>
<link>http://pullo.plansis.com.br/blogkenio.nsf/dx/ibmhttpserverportal500</link>
<category></category>
<dc:creator>Kenio Carvalho</dc:creator>
<comments>http://pullo.plansis.com.br/blogkenio.nsf/dx/ibmhttpserverportal500?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://pullo.plansis.com.br/blogkenio.nsf/dx/ibmhttpserverportal500</guid>
<content:encoded><![CDATA[ Initial connection to the Portal Server via an HTTP server reports: "Internal Server Error". &nbsp;Refreshing the browser results in a successful connection. <br /> <br />Enabling the plugin trace you can see the error <br /> <br />- TRACE: lib_rio: wait_on_socket: <strong>ServerIOTimeout fired</strong>. <br /> <br />In my case the IBM HTTP is on the same machine as Portal &nbsp;and it's not a cluster. &nbsp;The default value for ServerIOTimeout is -1.  <br /> <br />Ajusting to ServerIOTimeout=120 solve the problem <br /> <br />You can see in the TN 1411685 that this problem was found on System I but my server is on Linux.  ]]></content:encoded>
<wfw:commentRss> http://pullo.plansis.com.br/blogkenio.nsf/dxcomments/ibmhttpserverportal500</wfw:commentRss>
<wfw:comment> http://pullo.plansis.com.br/blogkenio.nsf/dx/ibmhttpserverportal500?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Security Advisory: Lotus Domino Denial of Service Vulnerability during Notes authentication processing </title>
<pubDate>Mon, 26 Dec 2011 09:53:23 -0200</pubDate>
<description>
<![CDATA[ 
From TN 1575247 Fortiguard contacted IBM to report a denial of service attack when a malicious packet is supplied to the Domino Server via Notes RPC. This vulnerability is resolved in releases start ...
 ]]>
</description>
<link>http://pullo.plansis.com.br/blogkenio.nsf/dx/26-12-2011095323AMKCAFXW.htm</link>
<category></category>
<dc:creator>Kenio Carvalho</dc:creator>
<comments>http://pullo.plansis.com.br/blogkenio.nsf/dx/26-12-2011095323AMKCAFXW.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://pullo.plansis.com.br/blogkenio.nsf/dx/26-12-2011095323AMKCAFXW.htm</guid>
<content:encoded><![CDATA[ From TN 1575247 <br /> <br />Fortiguard contacted IBM to report a denial of service attack when a malicious packet is supplied to the Domino Server via Notes RPC. &nbsp;This vulnerability is resolved in releases starting with 8.5.2 FP4 and 8.5.3 <br /> <br />The following releases of IBM Lotus Domino Server are susceptible to this malicious attack: <ul> <li>8.5.2 FP3 and earlier </li><li>8.5.1 </li><li>8.5 </li><li>8.0.x<br /> </li></ul>FG-VD-11-007 &nbsp;has been investigated by IBM and is tracked in SPR# KLYH8FTK5Y. &nbsp;To address the issues, you are encouraged to apply the following IBM Lotus Domino Server releases: <ul> <li>8.5.3 </li><li>8.5.2 Fix Pack 4 (or later Fix Packs)</li></ul>  ]]></content:encoded>
<wfw:commentRss> http://pullo.plansis.com.br/blogkenio.nsf/dxcomments/26-12-2011095323AMKCAFXW.htm</wfw:commentRss>
<wfw:comment> http://pullo.plansis.com.br/blogkenio.nsf/dx/26-12-2011095323AMKCAFXW.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>If you think Domino on Linux is not stable</title>
<pubDate>Fri, 23 Dec 2011 11:29:36 -0200</pubDate>
<description>
<![CDATA[ 
One of my servers is runing for 305 days. I Know that 8.0.2 and Centos 5.2 are old but the strategy is if is not broken don't fix it. This server is for Sametime (chat only), SMTP and some mail user ...
 ]]>
</description>
<link>http://pullo.plansis.com.br/blogkenio.nsf/dx/23122011112936KCAHU4.htm</link>
<category></category>
<dc:creator>Kenio Carvalho</dc:creator>
<comments>http://pullo.plansis.com.br/blogkenio.nsf/dx/23122011112936KCAHU4.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://pullo.plansis.com.br/blogkenio.nsf/dx/23122011112936KCAHU4.htm</guid>
<content:encoded><![CDATA[ One of my servers is runing for 305 days. I Know that 8.0.2 and Centos 5.2 are old but the strategy is if is not broken don't fix it.  <br /> <br />This server is for Sametime (chat only), SMTP and some mail users using Notes.  <br /> <br />The webadmin message is from the server, and thanks to my datacenter too. <br /> <br />I don't know if you can run a Windows box for a long time without reboots. <br /> <br /> <br /><img  alt="Image:If you think Domino on Linux is not stable" border="0" src="http://pullo.plansis.com.br/blogkenio.nsf/dx/23122011112936KCAHU4.htm/content/M2?OpenElement" /> <br /> <br />  ]]></content:encoded>
<wfw:commentRss> http://pullo.plansis.com.br/blogkenio.nsf/dxcomments/23122011112936KCAHU4.htm</wfw:commentRss>
<wfw:comment> http://pullo.plansis.com.br/blogkenio.nsf/dx/23122011112936KCAHU4.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Enable User Impersonation in WebSphere Portal – an Illustrated Guide</title>
<pubDate>Wed, 21 Dec 2011 11:07:02 -0200</pubDate>
<description>
<![CDATA[ 
If you want to enable this feature go to this link ...
 ]]>
</description>
<link>http://pullo.plansis.com.br/blogkenio.nsf/dx/21122011110702KCAHDY.htm</link>
<category></category>
<dc:creator>Kenio Carvalho</dc:creator>
<comments>http://pullo.plansis.com.br/blogkenio.nsf/dx/21122011110702KCAHDY.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://pullo.plansis.com.br/blogkenio.nsf/dx/21122011110702KCAHDY.htm</guid>
<content:encoded><![CDATA[ If you want to enable this feature go to this<a href="http://www.codyburleson.com/2011/04/28/enable-user-impersonation-in-wps-illustrated-guide/"> link </a>  ]]></content:encoded>
<wfw:commentRss> http://pullo.plansis.com.br/blogkenio.nsf/dxcomments/21122011110702KCAHDY.htm</wfw:commentRss>
<wfw:comment> http://pullo.plansis.com.br/blogkenio.nsf/dx/21122011110702KCAHDY.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>You need to start using REST</title>
<pubDate>Tue, 20 Dec 2011 09:04:25 -0200</pubDate>
<description>
<![CDATA[ 
With the launch of Domino Upgrade Pack 1 Domino Designers need to know how to use REST and JSON. I found a good tutorial about REST. It is a starting point. ...
 ]]>
</description>
<link>http://pullo.plansis.com.br/blogkenio.nsf/dx/20122011090424KCAEZC.htm</link>
<category></category>
<dc:creator>Kenio Carvalho</dc:creator>
<comments>http://pullo.plansis.com.br/blogkenio.nsf/dx/20122011090424KCAEZC.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://pullo.plansis.com.br/blogkenio.nsf/dx/20122011090424KCAEZC.htm</guid>
<content:encoded><![CDATA[ With the launch of <a href="http://www-01.ibm.com/software/lotus/notesanddomino/nd85-UpgradePack853-1.html">Domino Upgrade Pack 1</a> Domino Designers need to know how to use REST and JSON.  <br /> <br />I found a good <a href="http://rest.elkstein.org/2008/02/what-is-rest.html">tutorial </a>about REST. It is a starting point.  ]]></content:encoded>
<wfw:commentRss> http://pullo.plansis.com.br/blogkenio.nsf/dxcomments/20122011090424KCAEZC.htm</wfw:commentRss>
<wfw:comment> http://pullo.plansis.com.br/blogkenio.nsf/dx/20122011090424KCAEZC.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Certifications this year</title>
<pubDate>Tue, 13 Dec 2011 15:31:45 -0200</pubDate>
<description>
<![CDATA[ 
This year i made several certifications and all goals achieved. My certifications this year: LOT-801 - IBM Lotus Domino 8.0 Application Development Update LOT-851 - IBM Lotus Domino 8.5 Applicatio ...
 ]]>
</description>
<link>http://pullo.plansis.com.br/blogkenio.nsf/dx/certifications_-this_year.htm</link>
<category></category>
<dc:creator>Kenio Carvalho</dc:creator>
<comments>http://pullo.plansis.com.br/blogkenio.nsf/dx/certifications_-this_year.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://pullo.plansis.com.br/blogkenio.nsf/dx/certifications_-this_year.htm</guid>
<content:encoded><![CDATA[ This year i made several certifications and all goals achieved. <br /> <br />My certifications this year: <br /> <br />LOT-801 &nbsp;- IBM Lotus Domino 8.0 Application Development Update <br />LOT-851 &nbsp;- IBM Lotus Domino 8.5 Application Development Update <br />000-038 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; - IBM Tivoli Identity Manager V5.1 Fundamentals <br />LOT-910 &nbsp;- IBM WebSphere Portal 7.0 Deployment and Administration Update <br />000-377 &nbsp; &nbsp;- IBM WebSphere Application Server Network Deployment V7.0, Core Administration <br />LOT-913 &nbsp;- Developing WebSite Using IBM Lotus Web Content Management 7.0 <br /> <br />The last certification was today LOT-913 &nbsp;with 100%. It was my first 100% on IBM Tests.  ]]></content:encoded>
<wfw:commentRss> http://pullo.plansis.com.br/blogkenio.nsf/dxcomments/certifications_-this_year.htm</wfw:commentRss>
<wfw:comment> http://pullo.plansis.com.br/blogkenio.nsf/dx/certifications_-this_year.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Lotus Traveler 8.5.2 Server Experiencing High CPU</title>
<pubDate>Fri, 9 Dec 2011 13:53:32 -0200</pubDate>
<description>
<![CDATA[ 
the Traveler server is experiencing a high CPU situation for an extended time, here are some actions to take which should resolve this issue From TN 1568658 An extended high CPU on a Traveler server ...
 ]]>
</description>
<link>http://pullo.plansis.com.br/blogkenio.nsf/dx/travelercpu.htm</link>
<category></category>
<dc:creator>Kenio Carvalho</dc:creator>
<comments>http://pullo.plansis.com.br/blogkenio.nsf/dx/travelercpu.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://pullo.plansis.com.br/blogkenio.nsf/dx/travelercpu.htm</guid>
<content:encoded><![CDATA[ &nbsp;the Traveler server is experiencing a high CPU situation for an extended time, here are some actions to take which should resolve this issue <br /> <br />From TN 1568658 <p>An extended high CPU on a Traveler server can be caused by several issues. &nbsp; <p>Here is an approach to resolve this issue: <p> <p><strong>1)</strong> &nbsp;Make sure you have the latest Fix Packs for both Traveler and Domino installed as several known issues have been addressed in the Fix Packs. &nbsp; <p>The latest Traveler Fix Pack can be found<a href="http://www.ibm.com/support/docview.wss?uid=swg24019529"> here.</a> <p>The latest Domino Fix Pack can be found <a href="http://www.ibm.com/support/docview.wss?uid=swg24028680">here.</a> <p> <p><strong>2) </strong>Verify the number of HTTP threads based on the number of devices using the Traveler server. &nbsp;The steps to check this are documented <a href=http://www.lotus.com/ldd/dominowiki.nsf/dx/Tuning_http_threads_for_Lotus_Notes_Traveler>here.</a> <p> <p><strong>3)</strong> &nbsp;Run a Traveler database defragmentation which will clean up and reduce the database size. &nbsp;This will run automatically after installing the latest Traveler fix pack. &nbsp;If it has been over a month since the last defrag has been done, running this again will be helpful. &nbsp; It is recommended to run a defrag monthly. <p>How to defrag the database is documented<a href=http://www.lotus.com/ldd/dominowiki.nsf/dx/Lotus_Traveler_Database_Defrag> here.</a> <p> <p><strong>4)</strong> If you have followed the 3 steps above, but the issue continues, you could be experiencing a known Domino Server issue related to the DelayQueue function. &nbsp;This is documented in SPR RSSN8HPLKX / <a href="http://www.ibm.com/support/docview.wss?uid=swg1LO63480">APAR LO63480</a>. &nbsp;  <p><br /> To identify this problem (on Traveler 8.5.2.4), issue the cmd: <strong>show stat traveler.delay* &nbsp;</strong> <p> <br />If the output displays the following 2 lines, then you have encountered this defect: <br /> <br />Traveler.DelayQueue.Count.WrongOrder.DiscDelQ = &nbsp; &nbsp; &nbsp;  <br />Traveler.DelayQueue.Count.WrongOrder.StateController = <br /> <br />The Domino fix for this issue is included in Domino 8.5.2.4 or later, which can be found using the link in step 1 above.<br /> NOTE: This fix is already included in Domino Server 8.5.3 and higher releases.  ]]></content:encoded>
<wfw:commentRss> http://pullo.plansis.com.br/blogkenio.nsf/dxcomments/travelercpu.htm</wfw:commentRss>
<wfw:comment> http://pullo.plansis.com.br/blogkenio.nsf/dx/travelercpu.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Can the time in which a changed Internet password is cached ever be modified</title>
<pubDate>Wed, 30 Nov 2011 07:31:47 -0200</pubDate>
<description>
<![CDATA[ 
When AdminP processes a password change in Lotus Notes/Lotus Domino, the old password is cached by the server for two days. What if this cache period is too long or too short ? Can the cache period e ...
 ]]>
</description>
<link>http://pullo.plansis.com.br/blogkenio.nsf/dx/30112011073146KCAD7F.htm</link>
<category></category>
<dc:creator>Kenio Carvalho</dc:creator>
<comments>http://pullo.plansis.com.br/blogkenio.nsf/dx/30112011073146KCAD7F.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://pullo.plansis.com.br/blogkenio.nsf/dx/30112011073146KCAD7F.htm</guid>
<content:encoded><![CDATA[  <br />When AdminP processes a password change in Lotus Notes/Lotus Domino, the old password is cached by the server for two days. What if this cache period is too long or too short ? Can the cache period ever be modified? <br /> <br />Yes, the cache period can be modified by setting the following parameter in the server's notes.ini file: <br /><tt>HTTP_Pwd_Change_Cache_Hours. </tt> <br /> <br />Use the following format: <br /> <br /><tt>HTTP_Pwd_Change_Cache_Hours=x</tt> <br />(where x is the number of hours of caching time for the old password) <br /> <br />During the cache period, both old and new passwords are valid, assuming the change has replicated to the server being accessed. <br /> <br />In addition, the Security Settings Document --> Password Management --> "Allow users to change Internet password over HTTP" field must be set to Yes. <br /> <br />The information above is from TN1084395  ]]></content:encoded>
<wfw:commentRss> http://pullo.plansis.com.br/blogkenio.nsf/dxcomments/30112011073146KCAD7F.htm</wfw:commentRss>
<wfw:comment> http://pullo.plansis.com.br/blogkenio.nsf/dx/30112011073146KCAD7F.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Native  failover support for scheduled agents in Domino</title>
<pubDate>Thu, 24 Nov 2011 20:04:27 -0200</pubDate>
<description>
<![CDATA[ 
There is no native failover support for scheduled agents in Domino. I know this issue i think since i start to work as a Domino Administrator 12 years ago. From TN 109833034 This issue has been re ...
 ]]>
</description>
<link>http://pullo.plansis.com.br/blogkenio.nsf/dx/agents.htm</link>
<category></category>
<dc:creator>Kenio Carvalho</dc:creator>
<comments>http://pullo.plansis.com.br/blogkenio.nsf/dx/agents.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://pullo.plansis.com.br/blogkenio.nsf/dx/agents.htm</guid>
<content:encoded><![CDATA[ There is no native failover support for scheduled agents in Domino. I know this issue i think since i start to work as a Domino Administrator 12 years ago. <br /> <br /> From TN 109833034 <br /> <br /> This issue has been reported to Lotus Quality Engineering in the form of an enhancement request; however, there are currently no plans to address it. <br /> <br /> Basically, scheduled agents run only on the server on which they are scheduled to run. &nbsp;If Server A is clustered with Server B and Server A goes down, any scheduled agents on Server A are not going to run on Server B, even though they are clustered. <br /> <br /> One way around this is to code the agents so that they poll the other server for availability. &nbsp;If the server is available, they do not run; if it is not available, they do run. &nbsp;It is important to note that this workaround is not supported by Lotus. <br /> <br /> An optional workaround is: <br /> <br /> 1. &nbsp;Create a single agent (AgentCore) with the core processing code you need and set the trigger to "Agent list selection". <br /> 2. &nbsp;Create a second agent (AgentTriggerPrimary) with code that calls the AgentCore agent. &nbsp;Schedule this agent to run on the Primary Cluster Server. <br /> 3. &nbsp;Create a third agent (AgentTriggerBackup) with code that checks to see if the Primary Cluster Server is available. &nbsp;If it is not, it calls the AgentCore agent, otherwise it exits. &nbsp;Schedule this agent to run on the Failover Cluster Server.   ]]></content:encoded>
<wfw:commentRss> http://pullo.plansis.com.br/blogkenio.nsf/dxcomments/agents.htm</wfw:commentRss>
<wfw:comment> http://pullo.plansis.com.br/blogkenio.nsf/dx/agents.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Deleted documents are reappearing after replication </title>
<pubDate>Thu, 10 Nov 2011 11:45:27 -0300</pubDate>
<description>
<![CDATA[ 
This kind of problem is old but you can use new tools to solve the problem. Yesterday, in one of our applications a lot of old documents reappear like ghosts. According the TN 1098733 the problem i ...
 ]]>
</description>
<link>http://pullo.plansis.com.br/blogkenio.nsf/dx/ytria1.htm</link>
<category></category>
<dc:creator>Kenio Carvalho</dc:creator>
<comments>http://pullo.plansis.com.br/blogkenio.nsf/dx/ytria1.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://pullo.plansis.com.br/blogkenio.nsf/dx/ytria1.htm</guid>
<content:encoded><![CDATA[ This kind of problem is old but you can use new tools to solve the problem.  <p>Yesterday, in one of our applications a lot of old documents &nbsp;reappear like ghosts. &nbsp;According the TN 1098733 the problem is caused by:  <p><br /> 1. The purge interval &nbsp;is more frequent than the replication schedule. <br /> If a document is deleted and the deletion stub is purged before replication, the other replica copy does not have the information that the document has been deleted and replicates the document just like a new document. <br /> <br /> 2. A document was modified on one database replica after it was deleted on another replica copy. <br /> If a document gets modified on one replica copy of the database after it was deleted from another replica, the modified date on the existing document is newer and would overwrite the deletion stub (there is no replication conflict with deletion stubs, the document just reappears). <br /> <br /> 3. A document was modified more often than the deleted document <br /> If a document gets modified more often on a replica copy than of the database with the deleted document, it will come back after replication even if it was deleted <span style="text-decoration:underline">after</span> the last modification. This is because the sequence number (number of modifications) takes precedence over the modified date - and since there can't be a conflict with a deletion stub it reappears after next replication. <br /> <br /> But in Domino Administrator you don't have any &nbsp; tool to help. Its where the ScanEZ, a powerful tool, can help to solve this kind of problem. <br /> <br /> Go to this<a href="http://techlab.ytria.com/499/lotus-notes-articles/undead-lotus-notes-documents-ghosts-haunt-databases/"><strong><span style="text-decoration:underline"> link</span></strong></a> and see a good article about the tool and how ScanEZ was used in this scenario. &nbsp; <br /> <br /> For more information about ScanEZ go to this<a href="http://www.ytria.com/WebSite.nsf/WebPageRequest/Solutions_scanEZen?OpenDocument&amp;Lang=en"><strong><span style="text-decoration:underline"> link</span></strong></a>  <p>Este tipo de problema é antigo mas existem ferramentas novas para ajudar a resolver o problema. <p>Ontem, uma de nossas aplicações, muitos documentos aqntigos reapareceram como "fantasmas"  <p>Usei o ScanEz para achar quais documentos estavam com problemas e solulcioná-lo rápidamente, excluindo tais documentos.  ]]></content:encoded>
<wfw:commentRss> http://pullo.plansis.com.br/blogkenio.nsf/dxcomments/ytria1.htm</wfw:commentRss>
<wfw:comment> http://pullo.plansis.com.br/blogkenio.nsf/dx/ytria1.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Red Hat 6 Linux OS: Domino will not install</title>
<pubDate>Wed, 9 Nov 2011 09:01:36 -0200</pubDate>
<description>
<![CDATA[ 
Domino installer does not start and goes to command prompt immediately. Domino requires the following packages to be installed. They can be located on the RHEL6 distribution disks or installed via RPM ...
 ]]>
</description>
<link>http://pullo.plansis.com.br/blogkenio.nsf/dx/dominoredhat6.htm</link>
<category></category>
<dc:creator>Kenio Carvalho</dc:creator>
<comments>http://pullo.plansis.com.br/blogkenio.nsf/dx/dominoredhat6.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://pullo.plansis.com.br/blogkenio.nsf/dx/dominoredhat6.htm</guid>
<content:encoded><![CDATA[ Domino installer does not start and goes to command prompt immediately. <p>Domino requires the following packages to be installed. They can be located on the RHEL6 distribution disks or installed via RPM. <p> <br />glibc-2.12-1.7.el6.i686 <br />libgcc-4.4.4-13.el6.i686 <br />libstdc++-4.4.4-13.el6.i686 <br /> <br />The packages listed above are sufficient to install Domino in silent and console modes. <br />To run GUI Domino installer, you will need additional xWindows packages: <br /> <br />libXtst-1.0.99.2-3.el6.i686 <br />libXmu-1.0.5-1.el6.i686 <br />libXp-1.0.0-15.1.el6.i686 <br /> <br />To run GUI setup you will need two more packages: <br />libXft-2.1.13-4.1.el6.i686.rpm <br />libXi-1.3-3.el6.i686.rpm <br /> <br />Installing the packages above plus any dependencies will allow the installer to run. <br /> <br />&nbsp;The information above is from the TN 1455332   ]]></content:encoded>
<wfw:commentRss> http://pullo.plansis.com.br/blogkenio.nsf/dxcomments/dominoredhat6.htm</wfw:commentRss>
<wfw:comment> http://pullo.plansis.com.br/blogkenio.nsf/dx/dominoredhat6.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Transformação das redes Sociais - Social Technologies Event at Plansis</title>
<pubDate>Sat, 29 Oct 2011 10:02:43 -0200</pubDate>
<description>
<![CDATA[ 
:: Abstract not available ::
 ]]>
</description>
<link>http://pullo.plansis.com.br/blogkenio.nsf/dx/29-10-2011095233AMKCAG5S.htm</link>
<category></category>
<dc:creator>Kenio Carvalho</dc:creator>
<comments>http://pullo.plansis.com.br/blogkenio.nsf/dx/29-10-2011095233AMKCAG5S.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://pullo.plansis.com.br/blogkenio.nsf/dx/29-10-2011095233AMKCAG5S.htm</guid>
<content:encoded><![CDATA[   ]]></content:encoded>
<wfw:commentRss> http://pullo.plansis.com.br/blogkenio.nsf/dxcomments/29-10-2011095233AMKCAG5S.htm</wfw:commentRss>
<wfw:comment> http://pullo.plansis.com.br/blogkenio.nsf/dx/29-10-2011095233AMKCAG5S.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>How to replace a corrupt database replica in a clustered Lotus Domino environment</title>
<pubDate>Fri, 28 Oct 2011 07:16:10 -0200</pubDate>
<description>
<![CDATA[ 
From TN 1228354. This is the last option Ensure that the corrupt replica is not in use by any user or server. On the Domino server hosting the corrupted database, enter the following command: "dbca ...
 ]]>
</description>
<link>http://pullo.plansis.com.br/blogkenio.nsf/dx/28-10-2011070601AMKCACVP.htm</link>
<category></category>
<dc:creator>Kenio Carvalho</dc:creator>
<comments>http://pullo.plansis.com.br/blogkenio.nsf/dx/28-10-2011070601AMKCACVP.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://pullo.plansis.com.br/blogkenio.nsf/dx/28-10-2011070601AMKCACVP.htm</guid>
<content:encoded><![CDATA[ From TN 1228354. This is the last option <br /> <br /> <ol> <li value=1>Ensure that the corrupt replica is not in use by any user or server.<br /> On the Domino server hosting the corrupted database, enter the following command: "dbcache flush" (command may require entering two or three time to release the database).  <li value=2>Using operating system commands, delete the corrupt replica file. <li value=3>Using the Lotus Notes client, open the "good" replica located on the other clustered server. <li value=4>Create a new replica on the server where the "bad" replica was deleted. <br /> Select File -> Replication -> New Replica. <li value=5>Complete the replication. <li value=6>Stop the Cluster Directory task on the server where the new replica was created by running the console command "tell CLDBDIR quit" <li value=7>Restart Cluster Directory task by running the command "load CLDBDIR" <li value=8>Verify database replica is on clustered server: Open Cluster Directory database and select the view, Databases by Replica ID <li value=9>Verify that each replica copy of the same NSF file has the same Replica ID value. <li value=10></ol>  ]]></content:encoded>
<wfw:commentRss> http://pullo.plansis.com.br/blogkenio.nsf/dxcomments/28-10-2011070601AMKCACVP.htm</wfw:commentRss>
<wfw:comment> http://pullo.plansis.com.br/blogkenio.nsf/dx/28-10-2011070601AMKCACVP.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Caveats with &quot;After new mail has arrived&quot; triggered agents on Domino servers</title>
<pubDate>Mon, 24 Oct 2011 10:37:43 -0300</pubDate>
<description>
<![CDATA[ 
Today i an agent stop to working . The cause was the wrong signature but in this case was not access rights The TN 1099178 explain the problem: In order for "After new mail has arrived" triggered ...
 ]]>
</description>
<link>http://pullo.plansis.com.br/blogkenio.nsf/dx/after-new-mail.htm</link>
<category></category>
<dc:creator>Kenio Carvalho</dc:creator>
<comments>http://pullo.plansis.com.br/blogkenio.nsf/dx/after-new-mail.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://pullo.plansis.com.br/blogkenio.nsf/dx/after-new-mail.htm</guid>
<content:encoded><![CDATA[ Today &nbsp;i an agent stop to working . The cause was the wrong signature but in this case was not access rights  <br /> <br />The TN 1099178 explain the problem: <br /> <br />In order for "After new mail has arrived" triggered agents to run on Notes/Domino Servers, the following must be true: <p>1. &nbsp; &nbsp; &nbsp; &nbsp;The signer of the agent (the last person to save or enable the agent) must have their mail file located on the same server as where the agent will run. &nbsp;The server determines this by taking the name of the last person to save the agent, performing a person lookup into the Domino Directory and retrieving the Mail Server from that user's Person document. &nbsp;If the Mail Server in the Person document is different than the current server, the agent will not run. &nbsp;If the person is not found in the directory, the agent will not run. &nbsp;This person lookup is performed every time the agent loads to run. &nbsp;Remember, if the User ID is hierarchical, the user name in the Person document must also be hierarchical. &nbsp;This is stored in the field "FullName" in the Person document. <br /> <br /> <br />2. &nbsp; &nbsp; &nbsp; &nbsp;Historical Detail: In Notes R4, if the agent is a Formula agent (as opposed to a Simple Action or Script agent), then there is an additional requirement that the agent be saved as a R4 type agent, rather than an R3/R4 Compatible agent (which is the default). &nbsp;An agent will save as a R4 agent when a feature that is exclusive to R4 is used within the agent. <br /> <br />Note: &nbsp; This limitation no longer applies to formula agents created or saved in R5. &nbsp;R5 does not save agents in the R3/R4 compatible format. &nbsp;Existing agents that are still in the R3/R4 compatible agent format will still not run under R5 until they are resaved using an R5 client. <br /> <br /><strong>Workarounds for the Mail Server Lookup caveat in Requirement #1 above</strong> <br /> <br /><strong>In Notes 4.5x and later: </strong> <br /> <br />You can add a parameter to the NOTES.INI file that disables this mail lookup check. &nbsp;The NOTES.INI parameter must be set on the server where the agent is to be run. &nbsp;The parameter is: &nbsp; <br /> <br />AMgr_DisableMailLookup=1 <br /> <br />Historical Detail: In 4.5x releases prior to 4.5.3 and in release 4.6, if the above INI parameter is set to 0, then it still acts as if it is set to 1. &nbsp;So, in those Notes releases if you want to re-enable the mail lookup, the INI parameter must be removed entirely. <br /> <br />Note: &nbsp;This parameter does not prevent the following warning when saving the agent; however, the agent still runs: <br /> <br />"Unable to determine the execution access privileges for this agent on <Name of mail server in signer's person document>; agent may not run." <br />  ]]></content:encoded>
<wfw:commentRss> http://pullo.plansis.com.br/blogkenio.nsf/dxcomments/after-new-mail.htm</wfw:commentRss>
<wfw:comment> http://pullo.plansis.com.br/blogkenio.nsf/dx/after-new-mail.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Basic Steps to Install Lotus Notes 8.5.1 (or later) Multi-User on Citrix XenApp</title>
<pubDate>Sat, 22 Oct 2011 09:19:20 -0200</pubDate>
<description>
<![CDATA[ 
Thetechnote 1447614 outlines the steps to install Multi-user 8.5.1 or later releases, on Citrix XenApp with a customized data directory for new and existing Notes Installs. These instructions do not ...
 ]]>
</description>
<link>http://pullo.plansis.com.br/blogkenio.nsf/dx/22-10-2011090932AMKCAFAN.htm</link>
<category></category>
<dc:creator>Kenio Carvalho</dc:creator>
<comments>http://pullo.plansis.com.br/blogkenio.nsf/dx/22-10-2011090932AMKCAFAN.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://pullo.plansis.com.br/blogkenio.nsf/dx/22-10-2011090932AMKCAFAN.htm</guid>
<content:encoded><![CDATA[ Thetechnote &nbsp;<a href="https://www-304.ibm.com/support/docview.wss?uid=swg21447614"><strong>1447614</strong></a> outlines the steps to install Multi-user 8.5.1 or later releases, on Citrix XenApp with a customized data directory for new and existing Notes Installs. &nbsp;These instructions do not include steps to store the data directory on a remote file share, because this configuration is not supported.  ]]></content:encoded>
<wfw:commentRss> http://pullo.plansis.com.br/blogkenio.nsf/dxcomments/22-10-2011090932AMKCAFAN.htm</wfw:commentRss>
<wfw:comment> http://pullo.plansis.com.br/blogkenio.nsf/dx/22-10-2011090932AMKCAFAN.htm?opendocument&amp;comments</wfw:comment>
</item>
</channel></rss>

