The automated user that insert in to Dynamics NAV database tables using xmlport automated import it takes long to import dont want lock table when importing using automated process.

The automated user that insert in to Dynamics NAV database tables using xmlport automated import it takes long to import dont want lock table when importing using automated process.

How to no lock when trying to import using automated xml port.?

You cannot avoid locking when modifying (insert, modify, delete) the database. You can only control what is locked, and for how long thru optimizing your code. Locking is a “fact of life” with multi-user databases.

That being said, you could likely redesign your import process to minimize the impact of locking on other users.