Hi,
 
I am working on "Java On AS/400".  If you know "Java on AS/400" then only read this mail, otherwise ignore it.
 
I am getting an error   "General Security Error" while connecting to database.  I have installed the product in atleast 20 client places.  I am getting the error for one of my clients, it is working fine in all other places .
 
 
I am using AS400 Toolbox for Java to connect to the database of AS/400.
 
I am using the following code,
 
            java.sql.DriverManager.registerDriver(new com.ibm.as400.access.AS400JDBCDriver());
           Class.forName("com.ibm.as400.access.AS400JDBCDriver");
            Cnnection con= DriverManager.getConnection("Jdbc:as400://"+as400systemName,userName,password);
Note:  The same code is working most of the AS/400 systems. Erron in only on one AS/400.
            
Thanks in advance for any suggetions.
 
With regards,
 
Chandrasekhar Naidu,
Sr. Software Engineer,
Oasys Technologies,
Bangalore,
India.
Phone : 91 80 2280523/4/5/6
 

Reply via email to