X
X
Xris2020-10-09 07:32:36
1C
Xris, 2020-10-09 07:32:36

How to catch an Access Violation error?

How to understand what rights are missing? The user creates an Application for payment document and when he fills in the counterparty, the error "Access violation" appears. There are rights to the directory Counterparties.

5f7fe7c813211129898216.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
Konstantin Nagibovich, 2020-10-09
@nki

Look at the registration log. Perhaps there is a metadata object that causes this error.
Alternatively, enable the "stop on error" option in "stop on error" debugging. This will help you see the line where the error occurs. This should be sufficient for the initial diagnosis of the problem.

D
Dmitry Kinash, 2020-10-16
@Dementor

The screen is not enough for diagnosis. Here, either a typical configuration (then problems are possible with Agreements and a Bank account, to which there is no access via the radar), or add-ons, and there can be anything.
To unambiguously figure it out, you need to run the configurator for debugging and connect to the user's server session. Put a stop on the CounterpartyOnChangeOnServer() procedure and then go step by step until you catch an error on accessing some data.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question