Article 3.6.1M : Data is not logging for few meters - Why & How to solve it?
Step 1 : First Check SQL database (i.e whether it is connected/online or not).
Step 2 :If only few meters data are not logging, then database might be corrupted.
Step 3 : Create a new database with a same name (delete/rename previous one),
Step 4 : After creating the new DB, (If old DB is there, we can restore it) or rerun the configurator (It will create the meters in newly created DB).
Note : Rerunning configurator will remove the third party meter models which added earlier (i.e it will get back to default). To overcome this, we need to restore ELNetDB.
Step 5 : Now, you can start the service & monitor the data.
Related Articles
Article 3.5.1B :PN/EN meter with MB (Datalog)
1. What mode we need to set in gateway page when download data from meter? We need to set RTU mode instead of TCP mode. 2. What is the RS485 time out set on gateway page? 100ms. 3. Is there any new software for datalog? Yes, version 4 will ...
Article 3.6.1AE : How to check Live Data in a SQL?
First, open the SQL server management studio (SSMS) and log in with the user id and password. After that follow below hierarchy to get Online data from SQL. ElNetDB > dbo.LiveData > Edit Top 200 Rows. You will find the table of the list of the meter ...
Article 3.6 SQL 2019 Installation Guide
Please find the attachment
Article 3.6.1T : How to copy SQL Data from one table to another table ?
1. SET NOCOUNT ON SET STATISTICS TIME ON INSERT INTO Table_name_one ( colm1, colm2, colm3, colm4, colm5 ) SELECT colm1, colm2, colm3, colm4, colm5, FROM Table_name_two SET STATISTICS TIME OFF SET NOCOUNT OFF Note: Before ...
Article 3.6.1AQ : SQL INSTALLATION ERROR Database Engine startup handle
ERROR WHILE INSTALLING SQL EXPRESS EDITION Could not find the Database Engine startup handle. SOLUTION: Reinstall the SQL with new setup of any versions by downloading, which will resolve the issue in installation failure.