Read Another db LogEvent

Understanding basics of 1C:Enterprise platform. To start working with 1C:Enterprise platform visit Getting started page

#1
People who like this:0Yes/0No
Interested
Rating: 27
Joined: Apr 5, 2012
Company: 1TÇ Şirketi - Merv Bilgi İşlem Otomasyonu Yazılım Ltd. Şti.

Hi,

Is there possibility to read event log records of another db without using ComObject and web service?

Indeed I have several db's working with each other and some actions I action results write as event log to loke after even if data exchange is correctly ended. I have approximately 20 db. I don't want to accept to each db and look to event log result. I want to see them in one form and analyze. So is there possibility to read anothers event log files?

 
#2
People who like this:0Yes/0No
Timofey Bugaevsky
Guest

Joined:
Company:

Hello, Murat!
You can get the Event log data in 1C:Enterprise mode. For this use the following function:

Code
UnloadEventLog(<Destination>, <Filter>, <Columns>, <InputFileName>, <MaximumCount>) 

Please see EventLogMonitor data processor in 1C:Subsystems Library 2.0 for an example.
After getting this data, you can send it to the central database using web service.

 
Subscribe
Users browsing this topic (guests: 1, registered: 0, hidden: 0)
Be the first to know tips & tricks on business application development!

A confirmation e-mail has been sent to the e-mail address you provided .

Click the link in the e-mail to confirm and activate the subscription.