SIM 14.1 Data Seed connect issue with pluggable database
Hi,
I'm trying to install SIM 14.1 and I'm not able to execute Data seeding. I set all parameters according to the manual; but execution gives this:
./startDataSeedCli.sh -a 1 -s localhost -p 1521 -d pdbretail
Error: groovy.lang.MissingMethodException: No signature of method: oracle.retail.sim.dataseed.shared.SeedSetup.writeMasterCommonLog() is applicable for argument types: (org.codehaus.groovy.runtime.GStringImpl, java.lang.Integer) values: [ERROR: failed connect to database., 2]
I'm using pluggable database here, and I set listener parameter USE_SID_AS_SERVICE_LISTENER=on; so database can be reached using SID.
When I try to execute the same thing on different server (the one with non-CDB architecture) script runs fine. I'm using same shared folder for both execution, so there's no difference in script.