Skip to main content
Solved

Import/Export Logs

  • March 14, 2022
  • 2 replies
  • 139 views

Forum|alt.badge.img+2

The logs that are generated using the import/export feature of the FSM, to which table of FSM the data of those logs are stored ?

Best answer by Ruchira Jayasinghe

Dear Shubham,

 

As per my understanding, the details of the Import/Export operations are not stored in the database level.

 

In Export, the application checks the permission of the user and procced to perform the export, based on the metadata defined for the subjected table.

In Import also, first the application checks the permission of the user and proceed to perform the import. The summary of the operation is recorded to a txt file (<table_name>.Import.log.txt) and display the path in the dialog itself.

 

The XMLs that were executed during the operation and other information can be found in the server log and the mx_u table (this is a general info table, in some customers writing into mx_u is limited or switched off.).

 

Thanks and Regards

Ruchira

This topic has been closed for replies.

2 replies

Ruchira Jayasinghe
Hero (Employee)
Forum|alt.badge.img+7

Dear Shubham,

 

As per my understanding, the details of the Import/Export operations are not stored in the database level.

 

In Export, the application checks the permission of the user and procced to perform the export, based on the metadata defined for the subjected table.

In Import also, first the application checks the permission of the user and proceed to perform the import. The summary of the operation is recorded to a txt file (<table_name>.Import.log.txt) and display the path in the dialog itself.

 

The XMLs that were executed during the operation and other information can be found in the server log and the mx_u table (this is a general info table, in some customers writing into mx_u is limited or switched off.).

 

Thanks and Regards

Ruchira


Forum|alt.badge.img+2
  • Author
  • Do Gooder (Partner)
  • 3 replies
  • March 14, 2022

Thank you Ruchira.