353 Lotus blogs updated hourly. Who will post next? Home | Downloads | Events | Jobs | Twitter | Bookmarks | Pods | Forum | Blogs | Search | myPL | About 
 
Latest 7 Posts
Mobile UI added
Mon, Feb 13th 2012 103
Blog updated
Fri, Feb 10th 2012 95
Windows 2008 64-bit can cause a significant CPU increase and I/O degradation when Domino opens many databases
Fri, Feb 10th 2012 133
Disabling HTTPS communication between IHS WAS Plugin and WAS servers
Fri, Feb 10th 2012 38
Disabling HTTPS communication between IHS WAS Plugin and WAS servers
Fri, Feb 10th 2012 126
Windows 2008 64-bit can cause a significant CPU increase and I/O degradation when Domino opens many databases
Fri, Feb 10th 2012 146
Lotusphere 2012 reflections
Wed, Feb 8th 2012 252
Top 10
If you're writing JavaScript this is a must read
Sun, Jan 15th 2012 401
Lotusphere 2012 one-liners
Wed, Feb 8th 2012 278
Lotusphere 2012 reflections
Wed, Feb 8th 2012 252
Getting ready to go
Wed, Jan 11th 2012 213
And we have lift off
Sun, Jan 15th 2012 192
SOAP Headers in Lotus Domino web service consumers and providers
Wed, Feb 8th 2012 185
BP207 - Easy as Pie - Creating Widgets for IBM Connections
Mon, Feb 6th 2012 174
Windows 2008 64-bit can cause a significant CPU increase and I/O degradation when Domino opens many databases
Fri, Feb 10th 2012 146
Windows 2008 64-bit can cause a significant CPU increase and I/O degradation when Domino opens many databases
Fri, Feb 10th 2012 133
Disabling HTTPS communication between IHS WAS Plugin and WAS servers
Fri, Feb 10th 2012 126


IBM Software Day 2010
   

p Again this year IBM will be hosting their annual a href="http://www-05.ibm.com/dk/news/events/softwareday/"IBM Software Day/a in Oslash;ksnehallen in Copenhagen on 12 October 2010. You may now sign up for the event and if you're in Copenhagen on 12 October and you're working with IBM software you really should sign up. If nothing else there's normally a great lunch buffet... :-) /p

---------------------
http://lekkimworld.com/2010/08/26/ibm_software_day_2010.html
Aug 26, 2010
15 hits



Recent Blog Posts
103


Mobile UI added
Mon, Feb 13th 2012 1:00p   Mikkel Heisterberg
I've added a simple mobile UI to this blog for iPhones and other smartphones. iPads will get the full UI. [read] Keywords: mobile
95


Blog updated
Fri, Feb 10th 2012 3:11p   Mikkel Heisterberg
Did a maintenance of my blog this evening and updated from Pebble version 2.3.2 to 2.6.2 so lots of new stuff to look through. It looks like the update went fine but if you experience something "weird" please let me know. Thanks. [read] Keywords:
133


Windows 2008 64-bit can cause a significant CPU increase and I/O degradation when Domino opens many databases
Fri, Feb 10th 2012 1:11p   Mikkel Heisterberg
Had a customer report the above issue and have it fixed by IBM so I thought others might benefit from it. The issue has been fixed as IBM SPR# KBRN8AKKA9. The technote is 1449825 and contains a lot of good info. Setting notes.ini "Disable_Random_RW_File_ATTR=1" fixes the issue. "After Domino opens many NSF files in quick succession during a backup, the Virtual Address Space of the OS system cache may be completely used up (for example, 1TB of data may be used in this OS cache). Successive c [read] Keywords: domino ibm notes
38


Disabling HTTPS communication between IHS WAS Plugin and WAS servers
Fri, Feb 10th 2012 1:11p   Mikkel Heisterberg
Many people believe that you have to have multiple servers to run IBM Connections - this simply isn't true! There's no reason why you cannot run everything of the same server which is what we do here at the office. When you do that, if all servers are inside the firewall - or if you simply doesn't care about the security that it provides - you can disable the IHS WAS Plugin from communicating with the WAS server using SSL. A benefit from this is among other things that you do not have to care [read] Keywords: connections ibm office security server xml
126


Disabling HTTPS communication between IHS WAS Plugin and WAS servers
Fri, Feb 10th 2012 6:43a   Mikkel Heisterberg
Many people believe that you have to have multiple servers to run IBM Connections - this simply isn't true! There's no reason why you cannot run everything of the same server which is what we do here at the office. When you do that, if all servers are inside the firewall - or if you simply doesn't care about the security that it provides - you can disable the IHS WAS Plugin from communicating with the WAS server using SSL. A benefit from this is among other things that you do not have to care [read] Keywords: connections ibm office security server xml
146


Windows 2008 64-bit can cause a significant CPU increase and I/O degradation when Domino opens many databases
Fri, Feb 10th 2012 3:43a   Mikkel Heisterberg
Had a customer report the above issue and have it fixed by IBM so I thought others might benefit from it. The issue has been fixed as IBM SPR# KBRN8AKKA9. The technote is 1449825 and contains a lot of good info. Setting notes.ini "Disable_Random_RW_File_ATTR=1" fixes the issue. "After Domino opens many NSF files in quick succession during a backup, the Virtual Address Space of the OS system cache may be completely used up (for example, 1TB of data may be used in this OS cache). Successive c [read] Keywords: domino ibm notes
252


Lotusphere 2012 reflections
Wed, Feb 8th 2012 7:41a   Mikkel Heisterberg
As probably one of the last ones I'm just now back from Lotusphere 2012 (well past Friday actually). With the work pressure leading into Lotusphere I always take vacation immediately following Lotusphere. This year was no exception but instead of a week I took two. There was many reasons for this decision but it's not a decision I regret by any means. Only thing is that reflections from Lotusphere linger longer before being captured in writing which is a good way for me to work through the eve [read] Keywords: collaboration connections domino ibm inotes lotus lotusphere notes xpages applications community integration javascript mobile networking server websphere
12


SOAP Headers in Lotus Domino web service consumers and providers
Wed, Feb 8th 2012 7:41a   Mikkel Heisterberg
In a current project we're using the web service consumer and web server provider capability of Lotus Domino quite heavily. During the development the need to process the SOAP request headers which are provided in a section above the SOAP body. Problem is that these are not exposed through the proxy classes generated for you when you import the WSDL. Searching Google I came across the blog of Elena Neroslavskaya and more importantly the post that helped me out. Using the MessageContext class de [read] Keywords: domino lotus lotusdomino css development google javascript server
185


SOAP Headers in Lotus Domino web service consumers and providers
Wed, Feb 8th 2012 7:32a   Mikkel Heisterberg
In a current project we're using the web service consumer and web server provider capability of Lotus Domino quite heavily. During the development the need to process the SOAP request headers which are provided in a section above the SOAP body. Problem is that these are not exposed through the proxy classes generated for you when you import the WSDL. Searching Google I came across the blog of Elena Neroslavskaya and more importantly the post that helped me out. Using the MessageContext class de [read] Keywords: domino lotus lotusdomino css development google javascript server
278


Lotusphere 2012 one-liners
Wed, Feb 8th 2012 7:16a   Mikkel Heisterberg
Way too busy hanging out, drinking with friends and networking. Staying of site sucks but as long as the cab driver can find his way it works out fine. Btw staying in the Harry Potter room is cool if you can make your way onto the bed. Being video taped for the IBM Champions roundtable When my boss came to Lotusphere one day with two different shoes on Working with the IBM team and the five other partners on the Social App Throwdown was a lot of work but was great fun. Getting my first android d [read] Keywords: connections domino ibm lotusphere notes java networking twitter widgets




Created and Maintained by Yancy Lent - About - Blog Submission - Suggestions - Change Log - Blog Widget - Advertising - FAQ - Mobile Edition