veeruch has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks,
I have installed DBD::DB2 .it is working fine.
I made an exe and tested in my system it is working fine.
if the exe not working other systems .iam getting error
DBI connect('testDB','admin',...) failed: [IBM][CLI Driver] SQL1013N +The database alias name or database name "testDB" could not be found. + SQLSTATE=42705 Died at db2.pl line 7.
please suggetst me Regards veeru

Replies are listed 'Best First'.
Re: making exe with DBD::DB2
by marto (Cardinal) on Mar 21, 2007 at 12:57 UTC
    On the 'other systems' did you correctly install the DB2 Application Development Client? Did you follow the advice you have previously been given regards reading the CAVEATS and environment variable? Can the systems in question connect to the database server from a network point of view?

    Martin
    A reply falls below the community's threshold of quality. You may see it by logging in.