Author: <span>kenio.carvalho</span>

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

 

Uncategorized

Uncategorized

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.

Uncategorized

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.

Uncategorized

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

Uncategorized

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.

Uncategorized

Uncategorized

Sometimes single click stops working, and a double-click is needed.

 It happens on some Macintosh machines, which have installed Window assist tools, and checked “Enabled access for assistive devices” in preferences.

Open System Preferences, select “Accessibility”, then disable (uncheck) the option “Enable access for assistive devices”.

Uncategorized

I use windows as my operating system since version 3.1. Currently I have Laptops with Win7 and Win8. I never had a Laptop Linux but since I bought a new laptop I gave Ubuntu a try. I removed the Win8 and so far (20 days later) did not miss anything.

If you want to try Ubuntu this link show 10 things you need to do after the setup.

Uncategorized

RHEL 6 switched from using the old System V init script setup to using Upstart.
 Upstart deprecates the /etc/inittab file, which ITDS used for configuring auto-starting on *nix platforms
The normal inittab method of auto-starting for ibmslapd/ibmdiradm does not work on RHEL 6. Here’s how to make it work

This TN show the steps how to setup the auto-start

Uncategorized