MySphere Posts

Steps:                                                                      
1. Create a database on the server (with any name e.g. BagOTrix)        
2. Create an agent (using the following LotusScript) that is  scheduled to Run “Never” with a target of None                                                                                              
Sub Initialize()                                                        
On Error GoTo ErrorLand                                                
                                                                       
Dim session As New NotesSession                                        
Dim thisDB As NotesDatabase                                            
Dim targetDB As NotesDatabase                                          
                                                                       
Dim targetServer As String                                              
Dim targetDBStr As String                                              
                                                                       
Dim docContext As NotesDocument                                        
Dim prof As NotesDocument                                              
                                                                       
Dim errorStr As String                                                  
errorStr = “”                                                          
                                                                       
Set docContext = session.Documentcontext                                
                                                                       
targetServer = StrRight(docContext.HTTP_Referer(0),”//”) ‘ gets rid of  
http/https                                                              
targetServer = StrLeft(targetServer, “/”)                              
targetDBStr = StrLeft(docContext.HTTP_Referer(0), “.nsf”)              
targetDBStr = StrRight(targetDBStr, targetServer + “/”) + “.nsf”        
‘Print “
targetServer: ” + targetServer + “
targetDB: ” +        

targetDBStr                                                            
                                                                       
Set targetDB = session.Getdatabase(targetServer, targetDBStr, false)    
Set prof = targetDB.Getprofiledocument(“iNotesProfile”)                
‘Print prof.Universalid                                                
Call prof.Remove(True)                                                  
                                                                       
If (errorStr = “”) Then                                                
GoTo Success                                                            
Else                                                                    
GoTo Failure                                                            
End If                                                                  
                                                                       
                                                                       
End                                                                    
ErrorLand:                                                              
errorStr = “Got error ” & Error$ & ” on line ” & CStr(Erl)              
Resume Next                                                            
Success:                                                                
Print “”                                                    
Print “Your profile document has now been deleted from database: ” +    
targetDBStr + ” on server: ” + targetServer                            
Print “”                                                  
End                                                                    
Failure:                                                                
Print “”                                                    
Print “

An error occurred while deleting the profile document from    
database: “_                                                            
+ targetDBStr + ” on server: “_                                        
+ targetServer + “:
” + errorStr + “

”                            
Print “”                                                  
                                                                       
End                                                                    
                                                                       
End Sub                                                                
                                                                       
                                                                       
3. Set Anonymous Access to the database to ‘No access’, and default access to Reader.
4. Send an email to the iNotes user with a link to the agent on the server for e.g http://acme.mul.ie.ibm.com/BagOTrix.nsf/DeleteMyiNotesProfile?Openagent where “acme.mul.ie.ibm.com” will be your servers fully qualified hostname (FQHN) and “BagOTrix.nsf” is the name of the database you created earlier.        
5. When the end user clicks on the link they may be asked to log in again and then the agent will delete the profile document from their mail database

From TN1512367

Uncategorized

Estou divulgando o livro do nosso amigo e evangelista Flavio Mendes.
Este tema está sendo muito discutido e são poucos os especialistas neste assunto e o Flávio é um deles.

Uncategorized

Licensing client access to the latest versions of many server products—including Exchange and SharePoint Server 2013—will cost more under certain conditions starting Dec. 1, 2012, although some volume license agreements insulate customers from price changes for several years. Customers generally have the option to license client access to on-premises server products by purchasing per-user or per-device licenses. The two types currently cost the same, but per-user prices will increase 15%, while per-device license prices remain unchanged. Regardless, per-user licensing will generally remain more cost effective in organizations where employees use multiple devices in the course of business.

More information here

Uncategorized


 IBM has completed the acquisition of Kenexa, a leading provider of recruiting and talent management solutions. Kenexa brings a unique combination of Cloud-based technology and consulting services that integrates both people and processes, providing solutions to engage a smarter, more effective workforce. The IBM-Kenexa combination bolsters IBM’s leadership in helping clients embrace social business capabilities while gaining actionable insights from the enormous streams of information generated from social networks every day

Uncategorized

Searching for information about wimconfig.xml and ldap filter i found this blog post that explain how to refresh the ldap cache on websphere portal .

Uncategorized

NSF everywhere

After I found the NSF in a knife now I found on the door of a truck.

NSF is international certificate of quality

Image:NSF everywhere

Uncategorized

This technote show how to setup Notes as an Internet Mail Client.

Uncategorized

Today an alert on my computer caught my attention. The release of Firefox 17.0. The Browser version number WAR as described here.
I decide to check the last chrome versio and it is 23.0 and IE is 10.0

 Several years ago, in Brazil, we have a big inflation rate and the government divide the money by 10 or 100 to reduce zeros and launch a new money.

So Firefox is 1.7, Chrome is 2.3 and IE is 1.0 the initial version :-).

Uncategorized

Take a look at Notes & Domino 9.  The record of the webcast is here

Image:Notes & Domino 9 Social Edition

Uncategorized

BM Lotus Notes and IBM Lotus Domino are vulnerable to four Java exploits where malicious agents, applets, or XPages applications can escalate privileges. These vulnerabilities are in the IBM Java SDK.

See this TN

Uncategorized