IBM made a fix to solve the problem
MySphere Posts
This article shows the main features and give some samples of how to use the new WCM Query API, available since Web Content Manager 7 API.
Return receipt generation control
You can set a server notes.ini file parameter to show or suppress a prompt for iNotes client users that appears by default. The prompt lets the user choose
whether to acknowledge a request for a return receipt on an incoming message. If you do not set the notes.ini file parameter, the prompt always
appears when the user receives such a request.
- iNotes_WA_SendReturnReceipt=2 Displays a prompt giving the iNotes user the choice whether to acknowledge a request for a return receipt.
- iNotes_WA_SendReturnReceipt=1 Always sends a return receipt; does not notify the user.
- iNotes_WA_SendReturnReceipt=0 Never sends a return receipt; does not notify the user.
iNotes_WA_SendReturnReceipt (0: Never; 1: Always [default]; 2: Prompt)
My favorite browser is Firefox, but something was really bothering me: The constant crashes of flash.
Searching for a solution i found the addon Memory Fox. I installed it and my Firefox and Flash are living in peace
Today a costumer call me and told that the inotes redirec was redirecting some users to wrong mail file.
I discovered that some users click on personalization options and write a name on the field “Alternative Mail File Display Name”.
I remove the name and everything works fine again
IBM Notes and Domino 9 Social Edition demonstration
Last month we complete a WCM migration from version 6.0.1.7 to 7.0.0.2. The final step was the setup of the inheritance of security settings from the library to the content. with the task
/ConfigEngine.sh run-wcm-admin-task-update-security -DWasPassword=password -DallLibraries=true -DremoveExistingPerms=true -DinheritPerms=apply -DrestrictOn=Content -DpreserveDates=true -libSecurity=true.
But with this command you will update only de Content type. If you have images referenced as components the security will not be updated.
To update all content types run the command without -DrestricticOn key.
Is there a lot of complaints about using second monitor with Ubuntu 12.10
When i setup Ubuntu, all monitors was detected and works perfectly. After some restarts , things was not working anymore.
I try several commands but this one works
from this topic
The problem is, in my opinion, the lightDM is not great with multi-monitors. There is a good fix though.
install disper
sudo apt-get install disper
then edit /etc/lightdm/lightdm.conf to have a
display-setup-script=disper -s line
example:
[SeatDefaults]
user-session=ubuntu
greeter-session=unity-greeter
display-setup-script=disper -s
This will use only the primary monitor for the greeter and unity will take over once your actually logged in.
Content-only migration as documented in a previously published community article on WebSphere Portal Family WIKI is not an IBM supported path for migrating to IBM WebSphere Portal / IBM Web Content Manager V8.
More information here
Setup the Domino server on Centos 6.x (tutorial here) and then enter the command bellow as a root
export STSkipOSCheck=true
Setup sametime using -console option and everything should be fine.
PS: Centos is not supported by IBM.