Agile-Developer
ADR ADE pushing pac...
 
Notifications
Clear all

ADR ADE pushing packets into DB slowly

1 Posts
1 Users
0 Likes
829 Views
Posts: 85
Admin
Topic starter
(@akshatha)
Reputable Member
Joined: 2 years ago

When there are more no. of files to push into DB, then the performance of ADR may decrease.

Do not stop ADR / ADE when doing data sync.

If you stop, No.of packets to process will increase in the target directory. If it increases you may get slowness when processing the data, since windows performance itself will reduce when no. of files are more in the directory and when we try to access that directory.

Solution:

Disable the trace of ADR ADE if it’s

Introduce Multiple ADR ADE concept

To Disable Trace:

Set <trace> value to false in Axprops.xml file.

Ex : <trace>false</trace>

Share: