Good afternoon team,
You could support us by mentioning which tables should be created in a SQL server where the central Dataminer database is going to be deposited, this as a requirement so that the Dataminer agents can deposit the information in the repository (SQL Server)
Thanks in advance.
Regards
Hi Javier,
You can find this information in DataMiner Help - Setting up an offload database.
There are instructions for MySQL, MSSQL and Oracle DBs:
In MSSQL:
a.Open Microsoft SQL Server Management Studio, and connect to the SQL server with the user account you created earlier.
b.Right-click Databases and select New Database.
c.Fill in “SLDMSDB” as Database name, and click OK.
d.From the C:\Skyline DataMiner\Tools directory, run the following script to create the tables: CentralTableDefSQLServer.sql.