Hi,
when I try to add a device which was deleted before, I receive the error message that the device already exists.
But it didn’t’ exist in the GUI (OpManager build 10100).
So I search a little bit and found the following entries:
Our DB is an PQSQL.
Processing the command RemoveDBEntriesNew.bat with the IP-Address of the device to delete, I receive the following output:
'.\classes\sapjco.jar' is not recognized as an internal or external command,
operable program or batch file.
java.lang.ClassNotFoundException: org.postgresql.Driver
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at RemoveDBEntriesNew.getDBConnection(RemoveDBEntriesNew.java:134)
at RemoveDBEntriesNew.main(RemoveDBEntriesNew.java:33)
Unable to create DB connection
Kind regards
Christian