Столкнулась с проблемой, с которой не знаю как бороться
Пробовала все комбинации, проводила repair installation (только Desctop с установочного диска) - ничего не помогает.
Склоняюсь, что это ошибка именно этой версии и нужно обращаться в тех. поддержку ESRI. Но всё же пока делаю попытки решить это как-то иначе.
При попытке рассчитать что-либо в Field Calculator, а также использовании опции Add xy Coordinate программа на выходе в полях дает нули. Предполагаю, что аналогичное будет и при использовании других расчетных инструметов.
При расчёте выдает сообщение:
"Warnings were generated during processing, check the Geoprocessing Results window for details"
И в окне Result Wiindow говорит об ошибке: WARNING 000405 No records within table.
Из хелпа про эту ошибку:
000405 No records within table.
Description
There were no records available in the table on which to perform the operation. This warning can occur, obviously, when using an empty feature class or table, but it may also occur when working with a layer or table view containing an empty selection set. If a selection was applied against the layer or table view (for example, Select Layer By Location, Select Layer By Attribute) and it resulted in no records being selected, this warning will result.
Solution
Use Get Count to return the number of available records or features within the input dataset. If the input is a layer or table view and there is a selection, it will return the number of selected records or features. Reexamine the query used to create the selection to ensure it is correct.