For a list of the currently supported devices, please reference the Lotus Notes Traveler System Requirements.
For the latest Lotus Traveler code updates, including Fix Packs, always check the Lotus Notes Traveler Recommended Maintenance page. Apple iOS 6 and iPhone5 Support: For 8.5.3 UP1: Please apply Traveler 8.5.3 UP1 IF1 or later, which is found on the Android 4.0 and Apple iOS 5 Support: For 8.5.2.x: Please apply Traveler 8.5.2.4 HF1 or later, which is found on the
|
MySphere Posts
iNotes
|
Firefox
9 |
Firefox
10 ESR |
Firefox
16 |
8.5.3 FP3 |
Yes
|
Yes
|
Yes
|
8.5.3 FP2 |
Yes
|
Yes
|
no
|
8.5.3 FP1 |
Yes
|
no
|
no
|
Due to the increased rate at which vendors are now releasing new versions of their browsers, support for Firefox browser updates will only be maintained for the most recent shipping release of iNotes. iNotes product testing on new Firefox browser versions will continue at periodic intervals which may or may not align with the browser vendor’s release schedule. Lotus iNotes 8.5.3 FP3 was tested and certified against Firefox 16. Should a problem be found when using a browser update with the most recent release of iNotes, we will make every effort to resolve the issue. To expedite this resolution it is our recommendation that you contact the browser vendor as well as IBM Support about the situation.
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
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.
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
|
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 .
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
This technote show how to setup Notes as an Internet Mail Client.
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 :-).