You have insufficient privileges for the current operation

1. Jeez for a problem ... showed as the headline after cloning.....

problem was that :
In the Apache access log file we found a error message stating “you have insufficient privileges for the current operation”.

After some searching we found that the cloned environment had a wrong session cookie domain value set. This was still pointing to the old domain where the original environment was running.

A “
select SESSION_COOKIE_DOMAIN from ICX_PARAMETERS;” will give you the current value of the session cookie domain which is set. If this is not matching with the domain where your server is running you have to update this with a update statement. “update ICX_PARAMETERS set SESSION_COOKIE_DOMAIN='.domainname';”.