in reply to Execution Error DBI usr/.lck

Where are the action_type.* files located ?

You can specify the location with

my $dbh = DBI->connect('dbi:DBM:PRO','','', { f_dir => '/path/to/database' });
poj

Replies are listed 'Best First'.
Re^2: Execution Error DBI usr/.lck
by Anonymous Monk on Jan 28, 2015 at 00:32 UTC
    A quick look I see the module is trying to create the lock file under the /users. Something is wrong with your profile setting. The lock file should be created under /users/<username>. You would not have write access to create the file under /users.
    Cheers,
    HP
      Sorry its trying to write in one of my directory its under /user/<username>/Perl/Scripts/. Sorry I edited some part of it . cheers