Archive for the ‘IT’ Category

Oracle Portal – Password Policy Problem

LDAP: error code 49 – Password Policy Error :9000: GSL_PWDEXPIRED_EXCP :Your Password has expired. Please contact the Administrator to change your password. This is the Exception we were getting in the test server; this error will prevent any eservices actions to be performed. In our eservices actions, we are using PUBLIC user account to perform [...]

Posted on January 21, 2010 at 10:19 am by Sami · Permalink · Leave a comment
In: IT, Oracle · Tagged with: , , ,

Version Control with Subversion

What is Subversion? Subversion is a centralized system for sharing information. At its core is a repository, which is a central store of data. Install Subversion You have to install two things: Subversion Server (Repository) Subversion Client (Used to connect to the repository) Subversion Server Installation and configuration: Download the latest SVN server from http://subversion.tigris.org/project_packages.html [...]

Posted on January 21, 2010 at 10:05 am by Sami · Permalink · Leave a comment
In: IT, Open Source · Tagged with: , , ,