You tried to use copies of 7.1.3 database with 8.2 product, hence it did not work (as expected). You had dropped 7.1.3 tables, and created 8.2 tables, hence it worked with 8.2 product (as expected). 
Follow the below steps…
- Take a copy of 7.1.3 database
- Before even you point this database with 8.2 suite, the tables should be migrated to 8.2 version.
- Use dbConfigurator.sh/.bat commands (Refer 8_2 Upgrading webMethods Products suite documentation)
Eg,. dbConfigurator.sh -a migrate -d oracle -c tradingnetworks -v latest -l dbURL -u user -p password
You should execute this dbConfigurator command from 8.2 server’s installation directory as it has the scripts along with DB Component configurator installed with it.
For TN, you should supply ‘tradingnetworks’ and ‘tradingnetworksarchive’ to migrate all TN related tables.
To know what tables exist in your existing database, you can use the ‘catalog’ keywork of dbConfigurator which will tell you about existing tables.
Eg., dbConfigurator.sh -a catalog -d oracle -l dbURL -u user -p password
Once the dbConfigurator migrates all your tables to the latest, you could point the TN JDBC pools from IS to connect to this migrated database. You should see all assets of TN.
HTH
Senthil
#webMethods-Upgrade#webMethods-General#Integration-Server-and-ESB#webMethods