Tool to verify that the AMS file objects have been imported into the database
Parameters |
---|
-a,--ams input ams file path |
-c,--connection database connection - jdbc:oracle:thin:@server:port/service_name |
-f,--force force version by objUUID (Optional) |
-p,--password database password |
-u,--user database user |
java -jar checktool.jar -a file.ams -c jdbc:oracle:thin:@xx.xx.xx.xx:Port/ServiceName -u userName -p Password
mvn package
mvn eclipse:eclipse