371 Lotus blogs updated hourly. Who will post next? Home | Downloads | Events | Jobs | Twitter | Bookmarks | Pods | Forum | Blogs | Search | myPL | About 
 
Latest 7 Posts
Attachments - Thunderbird
Thu, May 10th 2012 72
Sametime Auto-Status Changes troubleshooting
Wed, Feb 1st 2012 253
SPNEGO - SSO from Hell
Fri, Jan 27th 2012 285
NotesDateTime to Java Timestamp
Wed, Nov 16th 2011 131
Return of VB6?
Mon, Oct 31st 2011 75
Managed beans and the revenge of the ACL
Fri, Oct 14th 2011 130
Designer 8.5.3 - Whooohaaa
Fri, Oct 7th 2011 188
Top 10
SPNEGO - SSO from Hell
Fri, Jan 27th 2012 285
Sametime Auto-Status Changes troubleshooting
Wed, Feb 1st 2012 253
Designer 8.5.3 - Whooohaaa
Fri, Oct 7th 2011 188
Contact's Picture
Mon, Oct 3rd 2011 172
Domino Designer Crashes - Never Ending Story
Tue, Jun 7th 2011 160
Extlib trouble?
Wed, Mar 9th 2011 134
NotesDateTime to Java Timestamp
Wed, Nov 16th 2011 131
Managed beans and the revenge of the ACL
Fri, Oct 14th 2011 130
Update jpegphoto in an LDAP Server
Tue, Aug 17th 2010 128
Secure Webservices
Thu, Sep 2nd 2010 114


Sametime Auto-Status Changes troubleshooting
Urs Meli    

Today I ran into something strange.

A user tried to enable the auto-status change feature in sametime embedded. Everytime he opened the preferences he got an error message. And when he changed the
properties they wouldn't save.

After some investigation I discovered, that the file notesdataworkspace.metadata.pluginscom.ibm.collaboration.realtime.alertmanagerautostatus.xml was empty but 1kb big.
So I copied the file from another workstation. After the user had restarted the notes client, he was able to adjust the auto-status change settings.



---------------------
http://www.bleedyellow.com/blogs/umeli/entry/sametime_auto_status_changes_troubleshooting
Feb 01, 2012
254 hits



Recent Blog Posts
72


Attachments - Thunderbird
Thu, May 10th 2012 3:09p   Urs Meli
Sometimes there are some small things that disrupt useability. I use thunderbird for my personal mail accounts. I was very surprised, when I missed a little feature. I tried to drag an attachment into a new mail as I'm used to do from Notes. I was very surprised, that this doesn't work. It's only a small thing, but it's anoying. [read] Keywords: notes
254


Sametime Auto-Status Changes troubleshooting
Wed, Feb 1st 2012 8:11a   Urs Meli
Today I ran into something strange. A user tried to enable the auto-status change feature in sametime embedded. Everytime he opened the preferences he got an error message. And when he changed the properties they wouldn't save. After some investigation I discovered, that the file notesdataworkspace.metadata.pluginscom.ibm.collaboration.realtime.alertmanagerautostatus.xml was empty but 1kb big. So I copied the file from another workstation. After the user had restarted the notes clien [read] Keywords: collaboration ibm notes notes client sametime properties workspace xml
285


SPNEGO - SSO from Hell
Fri, Jan 27th 2012 5:10a   Urs Meli
Just during Lotusphere I got the message that our SPNEGO support stoppt working. Right back from Orlando I checked everything in the troubleshooting guide . Nothing helped. No one did any changes to our dominos or to the active directory. Wireshark revealed a KRB_AP_ERR_MODIFIED error, while authentication. So I lurked around the internet for this error without success. Some pages indicated, that it is a replication problem between domain controllers. But dcdiag.exe didn't find anything. [read] Keywords: domino ibm lotusphere bleedyellow bleedyellow.com password server
131


NotesDateTime to Java Timestamp
Wed, Nov 16th 2011 6:11a   Urs Meli
Based on this work I needed a function to convert a notesdatetime to a java timestamp. I changed the getTimestamp method to Function getTimestamp(dt As Variant) As String Const EPOCH_DATE = "01/01/1970 00:00:00" Const DT_TYPENAME= "NOTESDATETIME" Dim epochDT As New NotesDateTime(EPOCH_DATE) Dim tempDT As New NotesDateTime(Now) If(TypeName(dt) = DT_TYPENAME) Then tempDT.LSLocalTime = dt.Lslocaltime Else tempDT.LSLocalTime = dt End If getTimestamp = cstr(tempDT.TimeDifference(epo [read] Keywords: lotus lotusscript notes blogging java
75


Return of VB6?
Mon, Oct 31st 2011 4:53a   Urs Meli
The last 3 days I was porting a VB6 application to .NET. I had to remove some relicts from the past: - UI used some 3rd party components wich had their EOL by october 2005..... - underlying sql 2000 server changed to sql 2008 When did you last store data in multidimensional dynamic arrays? [read] Keywords: application server sql
130


Managed beans and the revenge of the ACL
Fri, Oct 14th 2011 7:11a   Urs Meli
Yesterday I started the upgrade process for pure notes client database. The plan was to put a xpage database besides the original notes db. Instead of using views as datasources I tried to do it with beans. Very simple: Xpages and managed beans When I openend the XPage, there was no data. So I put a lot of debug statements in my java code. I could track it down until I found that Document doc = view.getFirstDocument(); returned alwas null. So I double checked the view: there were document [read] Keywords: acl notes notes client xpages database interface java password server




188


Designer 8.5.3 - Whooohaaa
Fri, Oct 7th 2011 12:11a   Urs Meli
Working now the 2nd day with the 8.5.3 designer without a crash. Switching ID's works. No crashes while editing and / or viewing large script libraries. It seems that I'm able to work again with Lotusscript. Thank you, Domino Designer Developers, great job. [read] Keywords: domino lotusscript
172


Contact's Picture
Mon, Oct 3rd 2011 7:09a   Urs Meli
Just finished a small agent, which sync's all company contacts into the mailfiles. Now every employee has all the contact infos from the others on their smartphone. It copies even the sametime picture to the contact document. We are 25 employees at the moment, so its just a small amount of data. The agent is based on http://www.lotusgeek.com/LotusGeek/LotusGeekBlog.nsf/d6plinks/ROLR-78SJJ2 and http://www.openntf.org/internal/home.nsf/project.xsp?action=openDocument&name=Lot [read] Keywords: agent lotusscript sametime openntf
113


DDE Crash Cleaner script.......
Tue, Aug 16th 2011 6:10a   Urs Meli
Here a small script to clean up some temporary files after a designer crash ----> Link [read] Keywords: bleedyellow bleedyellow.com
94


Script Library from Hell
Mon, Aug 8th 2011 10:12a   Urs Meli
After I upgraded my notesclient to 8.5.2 FP 3 I encountered a strange error. I couldn't open the library in the editor. Once open, the client would crash after the first click. After 5 crashes I switched to the old editor. It openend. It didn't crash. BUT I couldn't save. Ok. there were a few red lines in the declaration section. Correcting them did drop random line of codes to null. After a lot of swearing I exported the library to an lss file. Opened it with gVim and what d [read] Keywords: script library




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