Ошибка automation ошибка файлера

Перейти к содержимому раздела

Форумы CADUser

Информационный портал для профессионалов в области САПР

Вы не вошли. Пожалуйста, войдите или зарегистрируйтесь.

Дерево сообщений Активные темы Темы без ответов

Страницы 1

Чтобы отправить ответ, вы должны войти или зарегистрироваться

#1 9 июня 2019г. 11:03:27

  • kasha_l
  • Участник
  • На форуме с 9 июня 2019г.
  • Сообщений: 6
  • Спасибо: 0

Тема: Ошибка Automation. Ошибка файлера

подскажите, что не так делаю? файл пустой. в него пытаюсь вставить блок (блок сохранен отдельным файлом)
(vla-InsertBlock  (vla-get-modelspace active_document) (vlax-3d-point ‘(0.0 0.0 0.0)) «имя_файла»  1. 1. 1. 0).
выдает ошибку: Ошибка Automation. Ошибка файлера.
autocad 2014

#2 Ответ от Александр Ривилис 10 июня 2019г. 18:38:33

  • Александр Ривилис
  • Александр Ривилис
  • Активный участник
  • Откуда: Украина / Киев
  • На форуме с 15 апреля 2005г.
  • Сообщений: 8,661
  • Спасибо: 158

Re: Ошибка Automation. Ошибка файлера

Или файл не находится, или версия файла более новая, чем может прочитать AutoCAD 2014

#3 Ответ от kasha_l 10 июня 2019г. 22:14:52

  • kasha_l
  • Участник
  • На форуме с 9 июня 2019г.
  • Сообщений: 6
  • Спасибо: 0

Re: Ошибка Automation. Ошибка файлера

спасибо за ответ. блок не вставляется после его сохранения через WBLOCK. У меня таких блоков большиство. можно ли их как то  вставить?

#4 Ответ от Александр Ривилис 11 июня 2019г. 17:00:17

  • Александр Ривилис
  • Александр Ривилис
  • Активный участник
  • Откуда: Украина / Киев
  • На форуме с 15 апреля 2005г.
  • Сообщений: 8,661
  • Спасибо: 158

Re: Ошибка Automation. Ошибка файлера

Проверил у себя такой код:

(defun C:testIns ( / )
 (vl-load-com)
 (setq acadObj (vlax-get-acad-object))
 (setq doc (vla-get-ActiveDocument acadObj))
 (vla-InsertBlock  (vla-get-modelspace doc) (vlax-3d-point '(0.0 0.0 0.0)) "C:\test.dwg"  1. 1. 1. 0)
)

Всё работает. Убедись, что команда _INSERT позволяет вставить твои блоки и ты задаёшь правильный путь к ним.

#5 Ответ от kasha_l 11 июня 2019г. 21:26:32

  • kasha_l
  • Участник
  • На форуме с 9 июня 2019г.
  • Сообщений: 6
  • Спасибо: 0

Re: Ошибка Automation. Ошибка файлера

_INSERT вставляет без проблем и при задании полного пути к файлу, если файл не во вспомогательных папках и при сокращенной записи, если лежит в вспомогательной папке. vla-InsertBlock  не работает ни в том ни в другом случае. если задан полный путь, пишет ; ошибка: Ошибка Automation. Файл не найден. при краткой записи пишет: ; ошибка: Ошибка Automation. Ошибка файлера.

#6 Ответ от Александр Ривилис 13 июня 2019г. 20:59:55

  • Александр Ривилис
  • Александр Ривилис
  • Активный участник
  • Откуда: Украина / Киев
  • На форуме с 15 апреля 2005г.
  • Сообщений: 8,661
  • Спасибо: 158

Re: Ошибка Automation. Ошибка файлера

kasha_l пишет:

_INSERT вставляет без проблем и при задании полного пути к файлу, если файл не во вспомогательных папках и при сокращенной записи, если лежит в вспомогательной папке. vla-InsertBlock  не работает ни в том ни в другом случае. если задан полный путь, пишет ; ошибка: Ошибка Automation. Файл не найден. при краткой записи пишет: ; ошибка: Ошибка Automation. Ошибка файлера.

Попробуйте мой код, предварительно сохранив dwg-файл по пути C:test.dwg
В этом файле не должно быть блока с именем TEST.

#7 Ответ от kasha_l 13 июня 2019г. 22:07:15

  • kasha_l
  • Участник
  • На форуме с 9 июня 2019г.
  • Сообщений: 6
  • Спасибо: 0

Re: Ошибка Automation. Ошибка файлера

Спасибо за помощь! Писал имя без расширения. Все работает.

#8 Ответ от Александр Ривилис 13 июня 2019г. 23:55:39

  • Александр Ривилис
  • Александр Ривилис
  • Активный участник
  • Откуда: Украина / Киев
  • На форуме с 15 апреля 2005г.
  • Сообщений: 8,661
  • Спасибо: 158

Re: Ошибка Automation. Ошибка файлера

kasha_l пишет:

Спасибо за помощь! Писал имя без расширения. Все работает.

Совсем другое дело! smile

Сообщения 8

Тему читают: 1 гость

Страницы 1

Чтобы отправить ответ, вы должны войти или зарегистрироваться

Issue

You saw an Automation Error message when using one of our plugins with AutoCAD or F/X CAD.

Several different Automation Error messages are possible. Here are the Automation Error messages we’ve seen so far:

  • Error: ‘Automation Error. Description was not provided.’ – when placing or sizing irrigation heads
  • Error: ‘Automation Error. Invalid argument … in SetBitmap’ – when placing or sizing irrigation heads
  • Error: ‘Automation Error: Problem in loading application’ – when opening one of the Land F/X tools
  • Error: ‘Automation Error: No database’ – can occur when opening CAD or attempting to use one of our tools
  • Error connecting to LandFX database: Automation Error – when attempting to use one of our tools
  • Error: ‘Automation Error: Error decrypting data’ – when editing a detail
  • Automation Error. Null object ID – when working with block or detail files, such as updating details
  • Error: ‘Automation Error: On locked layer’ – when placing a schedule or block
  • Error: ‘Automation Error: Access is denied’ (possibly accompanied by a 404 File not found error) – when placing a block or updating Land F/X
  • Error: ‘Automation Error: An invalid character was found in text content’
  • Error: ‘Automation Error: The system cannot locate the resource specified’
  • Error connecting to LandFX database: Automation Error. connect failed – having recently installed the C3D Object Enabler and attempting to open a DWG file
  • Automation error. Invalid class
  • Automation error. AcRxClassName is not in the system registry
  • Automation Error when attempting to send us a technical support ticket
  • Error connecting to LandFX database: Automation Error. Provider cannot be found. It may not be properly installed

Cause

A core architecture within Windows operating systems is the ability to call other programs for common tasks. In regards to this error, this process is called «automation.»

An error in the automation process can mean anything from a legitimate cause (a common library was unable to open a file) to a bug (the variable name for the task was misspelled, or mistakenly released).

The important thing to note is that the fact that the error is an «Automation Error» really doesn’t mean much of anything on its own. For all practical purposes, that phrase is irrelevant, and the «actual» error message is the text that follows the text «Automation Error.»

We’ve adjusted all Automation Error messages so each message now includes the source of the error, which is commonly the most important component of the error – especially when these messages are accompanied by the text No description provided.

Note that in some cases, an alert box comes up and just includes an error message to the effect of Error connecting to landfx.com, but the Command line will contain more information, such as Automation Error: no description provided.rn [MSXML.HTTP], for example.

In some cases, the cause of the error will be fairly obvious in the error message, such as: Automation Error: Permission denied [Scripting.FileSystemObject.Folder.Delete]. Even in that case, however, the information in square brackets helps to clarify exactly what the error text applies to. In this particular case, the error will have popped up when the user attempts to delete a folder. «Permission denied» indicates that the user doesn’t have permission to delete the requested folder.

Solution

Below is a list of each calling object we’ve added to Automation Error messages. If one of these calling objects is included in the error message you’re seeing, use the relevant link below to find the solution.

If the error message you are seeing does not include one of these calling ojects, or you tried resolving the calling object you saw in the message but you’re still seeing the error, see our list of specific Automation Error messages and their solutions.

List of calling objects:

  • MSXML.HTTP
  • Scripting.FileSystemObject.Folder.Delete (when attempting to delete a folder)
  • ADODB.Stream.SaveToZip (when an attempt to create a zip file fails)
  • Shell.Application.Zip.CopyHere (when attempting to copy files into zip file)
  • GetArea
  • GetArea.Boundary.Rebuild
  • AutoCAD.AcCmColor
  • InsertBlock (when attempting to insert a block)
  • Excel.Application (when attempting to export a schedule or other item to MS Excel)
  • OpenDCL.Load
  • ObjectDBX.AxDbDocument.Open
  • LayerState.Read.0 (attempting to read the first line of a layer state file)
  • LayerState.Read.1 (attempting to read subsequent lines of a layer state file)
  • VLA.Open

• MSXML.HTTP

Cause: This message affects a basic Internet object, commonly called Ajax, and indicates a problem with the way Land F/X communicates with Cloud Data. If you see an Automation Error message and this text in the Command line, it means either:

  • The user’s Internet connection is down, or
  • A firewall or permissions are preventing the Internet call

Solution: Check your Internet connection, then determine whether a firewall or folder permissions are in fact preventing Land F/X from communicating with Cloud Data. If so, troubleshoot and address these issues.

• Scripting.FileSystemObject.Folder.Delete (when attempting to delete a folder)

Cause: The user doesn’t have permissions to delete the folder, or the folder is not empty.

Solution: Ensure that you have (or the user has) proper permissions for the folder and that the folder is not empty.

• ADODB.Stream.SaveToZip (when an attempt to create a zip file fails)

Cause: This error is typically the result of an expired trial installation of a zip program such as WinZip, 7-Zip, WinRar, etc.

Solution: Look for and delete any trial installations of this type of app.

• Shell.Application.Zip.CopyHere (when attempting to copy files into zip file)

Cause & Solution: Currently unknown

At present, we are unsure what might cause this error, but it’s still helpful to narrow the issue down. Our best guess in this case is that something like one of the files that were attempted to be copied is open or locked in some fashion.

• GetArea

Cause: The system is unable to query the area of an AutoCAD entity such as a hatch or a closed polyline or spline.

Solution: Select hatches and/or enclosed objects in your drawing and note the contents of the Area entry in the Properties panel. The object causing the error will not have an area listed.

Redraw any enclosed regions of this nature that lack an Area entry in the Properties panel.

• GetArea.Boundary.Rebuild

Cause: The system has attempted unsuccessfully to rebuild the boundary of a hatch with no area.

Solution: Delete the problematic hatch and place it on a valid boundary.

• AutoCAD.AcCmColor

Cause: The system has attempted unsuccessfully to assign a Truecolor to a hatch.

Solution: Follow our instructions to uninstall and reinstall CAD.

• InsertBlock (when attempting to insert a block)

Cause: This error is occurring because the block file is missing or inaccessible, or is unable to be inserted for reasons such as a corrupt file or the wrong CAD version.

Solution: Verify that you are able to find or access the block’s source file. If you can’t find or access the file, add the file to the correct location. If the block you’re trying to insert or place is one of our blocks (such as a plant or irrigation symbol), you can try to delete the subfolder within the LandFX folder where the source file is located (taking cafe to back up any custom block files you currently have in that folder), then place the block again. The source file should download automatically. If the file was corrupt, the newly downloaded one should be functional.

If your LandFX folder is in a location you cannot access, you’ll need to make that location accessible from your computer by either mapping a letter drive to that location or giving yourself the proper permissions to the LandFX folder on either your computer (Single-User installations) or your network (Multi-User installations).

Is the block source file in the correct location and you’re able to access it? Or are you still seeing the error after addressing the location and accessibility issues? It’s time to troubleshoot your version of CAD. You may be using the wrong version, or your installation may have become corrupt. At this point, it’s best to send us a technical support ticket so our team can investigate the issue further.

• Excel.Application (when attempting to export a schedule or other item to MS Excel)

Cause: This error most commonly means your Excel license has expired.

Solution: Ensure that your Excel license is up to date.

• OpenDCL.Load

Cause: This error pops up when the system attempts unsuccessfully to load the OpenDCL project from the Landfx.VLX file. In this case, the VLX file has been damaged, typically from running an update.

Solution: Follow our steps to revert to the previous version of Land F/X, then run the update again.

• ObjectDBX.AxDbDocument.Open

Cause: An automated method of opening a DWG file used by our fxREF tool, for example, has failed because of any of the typical reasons that your version of CAD may not be able to open this type of file. The file may be corrupt or of a file type that your version is unable to open, for example.

Solution: Troubleshoot and address any issues with the file type of the file you’re attempting to open when using fxREF or another tool. You may need to clean the file or ensure its file type is compatible with your version of CAD.

• LayerState.Read.0 (attempting to read the first line of a layer state file)

Cause: This error message is most likely occurring because you have (or the user has) improper permissions for the file, or because the file is corrupted.

Solution: You may need to obtain the proper permissions for the file, or determine whether or not the file is corrupted.

• LayerState.Read.1 (attempting to read subsequent lines of a layer state file)

Cause: The file is undoubtedly corrupt.

Solution: Troubleshoot corruption in the file.

• VLA.Open

Cause: A simple method to open a file has failed because of any of the typical reasons that your version of CAD may not be able to open this type of file. The file may be corrupt or of a file type that your version is unable to open, for example.

Solution: Troubleshoot and address any issues with the file type of the file you’re attempting to open when using fxREF or another tool. You may need to clean the file or ensure its file type is compatible with your version of CAD.

List of specific Automation Error messages and their solutions:

If the error message you saw did not include one of the calling objects listed above, or if you attempted the solution for the calling object you saw but you’re still seeing the error message, see the solution to your particular Automation Error message below.

  • Error: ‘Automation Error. Description was not provided.’ (when placing or sizing irrigation heads)
  • Error: ‘Automation Error. Invalid argument … in SetBitmap’ (when placing or sizing irrigation heads)
  • Error: ‘Automation Error: Problem in loading application’ (when opening one of our tools)
  • Error: ‘Automation Error: No database’ (when opening CAD or attempting to use one of our tools)
  • Error connecting to LandFX database: Automation Error (when attempting to use one of our tools)
  • Error: ‘Automation Error: Error decrypting data’ (when editing a detail)
  • Automation Error. Null object ID (when working with block or detail files, such as updating details)
  • Error: ‘Automation Error: On locked layer’ – when placing a schedule or block
  • Error: ‘Automation Error: Access is denied’ (possibly accompanied by a 404 File not found error) – when placing a block
  • Error: ‘Automation Error: An invalid character was found in text content’
  • Error: ‘Automation Error: The system cannot locate the resource specified’
  • Error connecting to LandFX database: Automation Error. connect failed – having recently installed the C3D Object Enabler and attempting to open a DWG file
  • Automation error: Invalid class
  • Automation Error. AcRxClassName is not in the system registry
  • Error connecting to LandFX database: Automation Error. Provider cannot be found. It may not be properly installed
  • Automation Error when attempting to send us a technical support ticket

• Error: ‘Automation Error. Description was not provided.’

• Error: ‘Automation Error. Invalid argument … in SetBitmap’

You may have received one of these Automation Error messages when placing or sizing irrigation heads.

With either of these functions, the system attempts to set the legacy toolbar image to the radius of the spray head selected. If you receive an Automation Error when doing this, it’s because you are using an extremely old version of one of our toolbars. As a result, the common Windows library for dealing with toolbars is unable to load the revised bitmap image.

If you’ve received either of these Automation Error messages, please follow our steps to download and run the latest Land F/X Workstation installer.

We also recommend that you start using our ribbons rather than the toolbars.

• Error: ‘Automation Error: Problem in loading application’

• Error: ‘Automation Error: No database’

You may see one of these errors when opening one of our tools or when opening AutoCAD or F/X CAD.

A Problem in loading application error means that the library itself cannot be loaded. A No database error means that there’s no object database at all. Either way, the only solution is to reinstall AutoCAD or F/X CAD.

• Error connecting to LandFX database: Automation Error

You might see this error when attempting to use one of our tools. The cause will depend on whether your office has Local Data or Cloud Data, although in either case you’ll need to send us a technical support ticket.

Don’t know whether your office has Local or Cloud Data? Ask your IT administrator.

  • If your office has Local Data and you saw this error, you are likely experiencing a problem with your MySQL database server.
  • If you have Cloud Data, you may also see the following error message: Access denied for user ‘ODBC’@‘XXX.XX.XX.XXX’ (where XXX.XX.XX.XXX represents your Internet IP address). In this case, your install.xml file has been mistakenly switched to Local Data.

In either case, please send us a technical support ticket that includes:

  • The fact that you received the error message Error connecting to LandFX database: Automation Error
  • A screenshot of the error (if possible).
  • A description of the action you attempted within AutoCAD right before you saw the error (i.e., which of our tools you attempted to use).
  • The type of data your office is supposed to be using (Cloud or Local). If you’re on Cloud, please inform us whether you received the ‘ODBC’@ error mentioned above.

• Error: ‘Automation Error: Error decrypting data’

You may have received this error when editing a detail. The error is an indication that the system is unable to open the detail you are trying to edit. Possible reasons include:

  • The detail file could already be open. Another user in your office might have it open, or you might even have it open in another window.
  • Your account might not have permissions to open the detail file.
  • The detail could be saved in a later version of AutoCAD from what you have (for instance, if an AutoCAD 2018 user has saved the detail and you don’t have 2018).
  • The detail could be damaged or require an Audit

1. Open the File menu in AutoCAD and select Open. Then select the detail file you’re trying to edit.

2. You should now receive a clearer error message, which you can then troubleshoot. You will most likely received one of the following two error messages:

  • That file is open by (name of person in your office)
  • Error opening file, DWG must be recovered (or a similar error)

Seeing a different error at this point? If so, use the search box at the top of this page to search for the exact text of that error message on our website. Odds are, we already have a solution for it!

• That file is open by (name of person in your office)

If you receive this message, you’ll know the CAD user named in the error message has the detail open. If so, that person will need to close the detail file before you can edit it.

• Error opening file, DWG must be recovered (or a similar error)

If you see this message, you’ll need to recover the detail file.

Run the RECOVER command by either:

  • Typing RECOVER in the Command line and pressing Enter, or …
  • Selecting Drawing Utilities from the AutoCAD File menu and then selecting Recover… from the menu that opens (as pictured to the right).

You should now be able to open and edit the detail successfully.

Select Drawing Utilities and Recover

• Automation Error. Null object ID

This error can occur when you’re trying to work with a block or detail file, such as updating a detail.

1. Try to open the block or detail file causing the error. (If you’re using our software on a Mac using Parallels, try to open the file on the Windows side.)

2. This error can be caused by drawing corruption. Follow our drawing cleanup steps on both the file causing the issue and the drawing where you tried to use it.

3. Verify that the block or detail causing the error isn’t saved in a newer DWG version. For example, the error can result from an older CAD version trying to use a block saved in a newer file type. If the file is saved in a newer version, save it into a version that is compatible with the CAD version you’re using.

• Error: ‘Automation Error: On locked layer’

You might receive this error when attempting to place a schedule or block. If so, the current layer is locked.

If you receive this error, open the Layer Properties Manager and follow our steps to unlock the current layer.

You should now be able to place the block or schedule without seeing the error.

• Error: ‘Automation Error: access is denied’ – possibly accompanied by a 404 File not found error

Did your get this error when attempting to update our software? If so, your security software (such as Symantec or Norton) may be preventing files on your computer from updating. Try disabling your security software temporarily while updating. Once the updates have gone through, you can re-enable your security software.

You might see the Automation Error: Access denied message, and possibly a 404 File not found error, when placing blocks. The error occurs because the blocks are failing to download due to a connection error. The blocks can be problematic in several possible ways. Examples include:

  • Outdated Land F/X symbol blocks without the letter prefix in their file names (which we added to our default blocks a few years ago)
  • Blocks in incorrect locations

The file names of the problematic blocks should be listed just before or after the error message in the Command line. Take note of these file names.

First, try deleting the block’s source file from the folder LandFX/Blocks. Then try to place the same object again. You may need to re-assign the symbol to the block before you can place it.

Still getting the error? You may need to create the slide (SLD) files manually in the directory that contains the blocks you attempted to download. Doing so will prevent the drawing from trying to download those files every time, which will prevent the Automation Error.

• Error: ‘Automation Error: An invalid character was found in text context’

This error is the result of illegal characters in your drawing or schedule.

You’ll need to do a bit of digging to figure out which entity has an illegal character in its name. Here’s an example:

Near the top of the Command line, you might see something like the following:

  • [3.164] (sys-error «Automation Error. An invalid character was found in text content.rn»)
  • :ERROR-BREAK.159 nil
  • [4.156] (intelligent-invoke # TEXT 4 «037»)
  • [5.148] (vlax-put-property # TEXT «037”)

The key text to look for here is:

  • The error message itself, and
  • The number within quotation marks following #TEXT

Essentially, look for the Automation Error text, then look for # TEXT after it. Take note of the charactes within the quotation marks right after # TEXT (in our example: «037»).

To find the item with the illegal character, you’ll need to do a search for all items related to this value in the Command line. This search will identify which items you need to check for the illegal characters. We recommend that you:

  • Copy the whole command line and paste that text into a text file or word processing document, and then …
  • Use the FIND command (CTRL+F on a Windows keyboard, or Command+F on a Mac keyboard) in the text file or word processing document to search for the value that came up in your Command line.

The screenshot to the right shows an example of text you might see in the Command line when encountering this error, as copied and pasted into a text file. We’ve used three boxes to mark the clues to the problematic item.

To find the item causing the error:

1. Verify the error message and value for the object that’s causing it (middle box).

2. Search for the value you’ve identified in the Command line (top box).

3. Record the name of the item (such as a block or hatch) associated with that value (bottom box).

How to find the item causing the error

In this example, we’ve searched for 037 and found that the problematic item is the tree Acer saccharum. We know this because the name of the symbol assigned to that tree is followed by an empty set of quotation marks (the attribute value), then by a set of quotes containing the value we’ve searched for, which is followed directly by another number.

If the issue is resulting from a plant in your drawing, for example, the issue commonly results from editing a plant and mistakenly adding an illegal character to the Remarks or Notes field. Note that the problem is with the data in the active Land F/X project – not with the symbol block – despite the fact that the illegal character appears in the name of the block in the Command line.

In this case, we’d edit the plant and check for and remove illegal characters in the text boxes in the Plant Info dialog box, such as the Remarks field (most commonly) or even the name fields.

In this example, the illegal character, which appears to be 037, was actually a hidden character code, which happened to be in the user’s plant remarks. In this case, you should be able to select that character (it might look like a block-like black question mark, or even just a space), and delete it.

You might also encounter this error if you’re using one of our old default Preference Sets. Specifically, the problem would lie with Schematic Irrigation categories. If so, you’ll see characters that resemble the «Wingding» font in the Command line.

The main idea is to figure out which entity has the illegal character in its name, and to remove that illegal character. If you are unable to determine which entity includes the illegal character, the next step may unfortunately be to abandon the current Land F/X project. Although that option isn’t ideal, it may be necessary at this point, since that project is essentially corrupt and is preventing you from working in your drawing. If you’re using project templates, you may be able to simply create a new project based on a template and then assign it to this drawing. If you really can’t find the illegal character, and you are able to re-create the data in the current project (such as your plant palette), it may very well be time to leave the current project behind.

• Error: ‘Automation Error: The system cannot locate the resource specified’

You might also see the following error message: Unable to connect to FXDatabase on this computer. Database connection confirmed to be running yet connection refused.

If you see this Automation Error message, a physical or software firewall is preventing CAD from functioning correctly.

1. Close CAD.

2. Follow our instructions to add AutoCAD or F/X CAD as an exception.

3. Reopen CAD and repeat the action that resulted in the error.

Still seeing the error? Move on to the next step.

4. Create a new AutoCAD or F/X CAD profile, or open a different existing profile. Then attempt the action that resulted in the error.

  • Don’t see the error now? The issue was linked to the profile you were using when you saw the error. You’ll need to keep using this new (or existing) profile moving forward. If necessary, you can customize this profile with your preferred settings.
  • Still seeing the error in the new (or existing) profile? Move on to the next step.

5. Follow our steps to tether Land F/X using your phone.

  • Don’t see the error now? The problem is with your network rather than with anything related to Land F/X. Ask your IT administrator to troubleshoot your network.
  • Still seeing the error? It’s time to send us a technical support ticket describing the error. Remember to send us the exact text of the error message and let us know that you’ve tried all these steps.

• Error connecting to LandFX database: Automation Error. connect failed

You might see this error message if you’ve recently installed the C3D Object Enabler and are attempting to open a DWG file.

This error occurs because Autodesk has begun using SQLite for the C3D Object Enabler, which interferes with the version of SQLite we deployed with Single-User Local Data installations.

Error connecting to LandFX database

We’ve changed the version of SQLite deployed in new installations to be compatible with the C3D Object Enabler. You can correct this issue by downloading and running the latest Land F/X Workstation installer. The installer will load the updated version and resolve the error.

Still seeing the error after running the latest F/X Workstation installer?

If you’ve already run the latest F/X Workstation installer and are continuing to see this error, you may be on a domain (you would have had to press Ctrl + Alt + Delete to sign on) and the user who is currently logged in does not have Modify permissions for the Land F/X database file.

To correct this error, the user will need to be granted Modify permissions to the following directory and all its contents: C:ProgramDataLandFX

Need help? Follow our steps for changing permissions on the directory listed above, taking care to select the Modify box under Allow.

Your drive letter may not match our example. If you’re unsure, contact your systems administrator. Also note that a user account on a domain may not be able to modify anything without being made an owner first, so it’s generally best to involve your systems administrator at this point. How to make a user an owner of a directory

• Automation error: Invalid class

This error is caused by the software failing to make a connection to your MySQL server. We attempted to make a test connection to your MySQL server, but the ping service on that system has most likely been disabled. In general, this issue will only occur in domain environments that are managed by an IT representative.

To address this issue, have your IT administrator follow our MySQL errors and troubleshooting steps.

•  AcRxClassName is not in the system registry

You may have seen this error when trying to place a schedule. Here’s the solution.

• Error connecting to LandFX database: Automation Error. Provider cannot be found. It may not be properly installed

You might have seen this error message when trying to use Local Data with an M1 Mac, which is currently not supported due to the unavailability of ODBC connectors for ARM architecture.

To address this issue, follow our steps to select Cloud Data (step 4 of our Switch to Cloud Data steps). The software will not function in a Local Data configuration, so the other steps in that article cannot be completed on the machine where you saw this error.

If you (or the user you are assisting) had a Local Data installation on a previous machine and need to migrate your project data to Cloud, you’ll need to complete our entire process of switching to Cloud Data on that other machine. Otherwise you can restore from backups:

  • Back Up and Restore Projects, Templates, and Preference Sets
  • Import Project Data from .lfx or auto_projdata.lfx or Backup File

• Automation Error when attempting to send us a technical support ticket

If you saw an Automation Error message when attempting to use our Support tool to send us a file in a technical support ticket, or if the tool is simply not working, check whether you have zip file software installed on your computer – specifically, WinZip.

We’ve seen this issue occur on computers that have an expired trial of Winzip installed. If so, try removing it or purchasing it.

You can also try making a zip file of your drawing and Land F/X project data manually, and emailing the zip file to us at support@landfx.com.


Добро пожаловать!

Войдите или зарегистрируйтесь сейчас!

Войти

  • Обзoр
  • Обновления (10)
  • Рецензии (68)
  • История версий
  • Обсуждение

  1. Андрей_

    Форумчанин

    Регистрация:
    9 авг 2011
    Сообщения:
    396
    Симпатии:
    595
    Адрес:

    г.Саратов

    Здравствуйте. Как понял проблема в отображении типов линий. Для начала уточню, вы выполнили пункт установки:
    Начиная с версии 2020.08.31 12-03 после установки нужно нажать кнопку «Установка шаблона geo_tools на команду БСОЗДАТЬ» в палитре «Настройки» или с командной строки set_geo_tools_QNewTemplate.
    ?
    Если да то при создании нового файла командой БСОЗДАТЬ (чистый листик на палитре) вообще не должно быть проблем. В крайнем случае попробуйте загрузить типы линий вручную, они лежат:
    c:Program Filesgeo_toolsdataЛинии (Simplex).LIN
    Даже при загрузке в не родной шаблон проблемы с загрузкой/отображением могут возникнуть только у линий с буквами (например водопровод) если в шаблоне нет нужного стиля текста, но для отображения заборов, кабелей и т.п. используется ltypeshp.shx являющийся стандартным и он есть во всех версиях автокада.

    #861


  2. s4am

    Регистрация:
    9 сен 2014
    Сообщения:
    4
    Симпатии:
    0

    Здравствуйте. В последних версиях сталкиваюсь с ошибкой при использовании функции «Координаты полилинии». Выделяю полилинию, просит точку вставки таблицы, ставлю и получаю таблицу без значений — 2 строки только заглавие(название слоя полилинии) и шапка со столбцами.
    Вот что пишет автокад в командной строке когда вставляет пустую таблицу:
    Команда: draw_table_coord_trassy_to_offset
    Выбери полилинию трассы:
    Укажи точку вставки таблицы координат [Добавить к старой/Настройка/Выход]: ; ошибка: Ошибка Automation. Неверный индекс

    Кто нибудь сталкивался с таким? Что может быть?

    #862


  3. Андрей_

    Форумчанин

    Регистрация:
    9 авг 2011
    Сообщения:
    396
    Симпатии:
    595
    Адрес:

    г.Саратов

    Здравствуйте. Скорее всего чего то не хватает в шаблоне, например мультивыноски наносятся стилем «Подписи» если такого стиля нет — будет ошибка.

    #863


  4. gachilord

    Форумчанин

    Регистрация:
    11 авг 2021
    Сообщения:
    31
    Симпатии:
    1

    А что за ошибка некорректное определение типа линий? Вроде все доверенные местоположения добавил не понимаю в чем проблема может быть. Цивил 18. Если создаю новый лист через civil 3d русский метрический работает вроде все.

    #864


  5. Андрей_

    Форумчанин

    Регистрация:
    9 авг 2011
    Сообщения:
    396
    Симпатии:
    595
    Адрес:

    г.Саратов

    Сложно в двух словах ответить. Но довольно распространённая ситуация при передачи файлов кому ни будь. Гугл приводит намного больше вариантов из за чего не правильно отображаются линии.

    #865


  6. Шерзод-86

    Регистрация:
    27 авг 2018
    Сообщения:
    2
    Симпатии:
    0

    привет все знающим есть у кого видео уроке как пользоваться этим чудом? Geo_tools а именно интересует построение профилей.

    #866


  7. Андрей_

    Форумчанин

    Регистрация:
    9 авг 2011
    Сообщения:
    396
    Симпатии:
    595
    Адрес:

    г.Саратов


  8. Шерзод-86

    Регистрация:
    27 авг 2018
    Сообщения:
    2
    Симпатии:
    0

    если не трудно скиньте инструкцию) тоже пойдёт)

    #868


  9. Андрей_

    Форумчанин

    Регистрация:
    9 авг 2011
    Сообщения:
    396
    Симпатии:
    595
    Адрес:

    г.Саратов

    Слово «инструкция» является ссылкой на эту самую инструкцию.

    #869


  10. imborm

    Регистрация:
    27 янв 2021
    Сообщения:
    3
    Симпатии:
    0

    Народ, подскажите, что делаю не так?
    После команды нанести линию на профиль вылезает шкала в масштабе 20000 едениц. DWGUNITS пробегал 6,2,2, нет нет нет и в миллиметрах, но изменений нет всегда шкала гигантская. Захожу в блок он такой же с гигантской шкалой.
    Что-то делаю не так, но что?

    Вложения:

    #870


  11. Qvinto

    Почетный форумчанин

    imborm, шаблон от геотулз?

    #871


  12. imborm

    Регистрация:
    27 янв 2021
    Сообщения:
    3
    Симпатии:
    0


  13. magarulez

    Регистрация:
    6 окт 2014
    Сообщения:
    5
    Симпатии:
    0

    Добрый вечер!
    Обновил до версии geo_tools 2022.05.20 12-43. Как теперь вернуть простановку уклона в подвале профиля в метрах? Раньше проставлялось именно в метрах.
    И второй вопрос, где настроить:
    — одинаковый размер шрифта для любой строки подвала (у меня если расстояние маленькое, то размер текста отметок, длин, уклонов подгоняется/уменьшается, как это отключить?)
    — простановку отметок и длин в подвале профиля без подавления хвостовых нулей.

    #873


  14. Андрей_

    Форумчанин

    Регистрация:
    9 авг 2011
    Сообщения:
    396
    Симпатии:
    595
    Адрес:

    г.Саратов

    Добрый.
    Всегда все измерения идут в единицах чертежа. Другого варианта нет.
    — никак. Автоматический подгон под ячейку одна из основных причин, что сподвигло меня заняться написанием части инструментов для построения профилей (вторая причина распределять отметки чтобы тексты не накладывались друг на друга). Размер текста уменьшается до 1.6 мм на бумаге, если всё равно не влезает вставляется мультивыноска.
    — насколько помню это какая то переменная, и отвечает она за эти же нули в стандартных размерах, но она давно проставлена в стандартном шаблоне geo_tools(как бы не на заре его появления и сейчас я эту переменную не помню.). И судя по всему вы этот шаблон не используете, от сюда и проблемы.

    — Сообщения объединены, 8 дек 2022, Оригинальное время сообщения: 8 дек 2022

    Ответ конечно поздноватый, но пусть здесь тоже будет.
    #180

    #874


  15. shisha

    Регистрация:
    1 ноя 2017
    Сообщения:
    12
    Симпатии:
    0

    ребят, подскажите, как с помощью программы можно (и можно ли?) вытащить координаты полилинии или набора объектов в WGS84?
    я какую-то «кнопку» нашел, но там запрос идет на систему координат и какой-то datum)
    я не геодезист, я проектировщик)
    работаю в обычном автокаде

    #875


  16. Андрей_

    Форумчанин

    Регистрация:
    9 авг 2011
    Сообщения:
    396
    Симпатии:
    595
    Адрес:

    г.Саратов

    Да. В прочих есть кнопка «Координаты полилинии в WGS-84» которая чертит таблицу с координатами (BL) полилинии в WGS-84
    Для вычисления координат в WGS-84 нужно знать параметры текущей системы координат и параметры перехода на WGS-84 (datum)
    То есть чтобы кнопка правильно работала нужно выполнить Этап 1 из этой инструкции
    https://geodesist.ru/resources/autocad-sas-planet.136/

    #876


  17. shisha

    Регистрация:
    1 ноя 2017
    Сообщения:
    12
    Симпатии:
    0

    поглядел, сделал по инструкции.
    1. почему просит именно замкнутую полилинию?
    2. выдает такую ошибку «Укажи точку вставки таблицы координат <Выход>: ; ошибка: Ошибка Automation. Ошибка файлера»

    #877


  18. Андрей_

    Форумчанин

    Регистрация:
    9 авг 2011
    Сообщения:
    396
    Симпатии:
    595
    Адрес:

    г.Саратов

    1. За основу брал похожий инструмент там граница участка выбиралась… Проверил, можно не замкнутую.
    2. 99.9% что используется не родной шаблон. Используйте шаблон geo_tools всё заработает.

    #878


  19. aquarius

    Форумчанин

    Регистрация:
    6 ноя 2009
    Сообщения:
    276
    Симпатии:
    134

    Андрей_, здравствуйте! При вызове команды draw_coord_table_be_pick_point как сделать, чтобы точность координат в таблице была 3 цифры после запятой?

    #879


  20. Андрей_

    Форумчанин

    Регистрация:
    9 авг 2011
    Сообщения:
    396
    Симпатии:
    595
    Адрес:

    г.Саратов

    Добрый день.
    файл
    c:Program Filesgeo_toolslisp_functionsdraw_coord_table_be_pick_point.LSP
    строки 108 и 111
    в обоих строках последнюю 2 заменить на 3
    сейчас «… t1) 2 2))»
    надо «… t1) 2 3))»

    Менять при не загруженном автокаде, при следующей загрузке будет по новому.

    #880

Поделиться этой страницей

Visual LISP, AutoLISP and General Customization


Turn on suggestions

Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.


Showing results for 


Search instead for 

Did you mean: 


  • Back to forum


  • Previous

  • Next

*kemp

199 Views, 2 Replies

‎01-31-2005

11:57 AM

What’s wrong with this code?


When the following code is run it stops at the vla-insertblock statement
with the error «Automation Error. Filer error» What the heck am I doing
wrong?

(setq *acad* (vlax-get-acad-object)
*doc* (vla-get-activedocument *acad*)
*util* (vla-get-utility *doc*))

(defun insert-block ( block-name p ang / )
(vla-InsertBlock *ms* p block-name 1 1 1 ang)
)

(defun c:VW ( / p ang );insert int. view arrows
(setq ang (vla-getangle *util*
(setq p (vla-getpoint *util* nil «nSpecify insertion point: «)
) «nSpecify rotation angle: »
)
)
(insert-block «intarrow» p ang)
)


  • Back to forum


  • Previous

  • Next

2 REPLIES 2

*Dann

‎01-31-2005

12:05 PM

*ms* = nil

«kemp»

wrote in message
news:41fe8d7a$1_1@newsprd01…
> When the following code is run it stops at the vla-insertblock statement
> with the error «Automation Error. Filer error» What the heck am I doing
> wrong?
>
> (setq *acad* (vlax-get-acad-object)
> *doc* (vla-get-activedocument *acad*)
> *util* (vla-get-utility *doc*))
>
> (defun insert-block ( block-name p ang / )
> (vla-InsertBlock *ms* p block-name 1 1 1 ang)
> )
>
> (defun c:VW ( / p ang );insert int. view arrows
> (setq ang (vla-getangle *util*
> (setq p (vla-getpoint *util* nil «nSpecify insertion point: «)
> ) «nSpecify rotation angle: »
> )
> )
> (insert-block «intarrow» p ang)
> )
>

*kemp

‎01-31-2005

12:24 PM

Thanks, but now can you explain why I posted this inside another thread?
hahahah! That answer may be more elusive…:)

Dann wrote:
> *ms* = nil
>
> «kemp»

wrote in message
> news:41fe8d7a$1_1@newsprd01…
>
>>When the following code is run it stops at the vla-insertblock statement
>>with the error «Automation Error. Filer error» What the heck am I doing
>>wrong?
>>
>>(setq *acad* (vlax-get-acad-object)
>> *doc* (vla-get-activedocument *acad*)
>> *util* (vla-get-utility *doc*))
>>
>>(defun insert-block ( block-name p ang / )
>> (vla-InsertBlock *ms* p block-name 1 1 1 ang)
>>)
>>
>>(defun c:VW ( / p ang );insert int. view arrows
>> (setq ang (vla-getangle *util*
>> (setq p (vla-getpoint *util* nil «nSpecify insertion point: «)
>> ) «nSpecify rotation angle: »
>> )
>> )
>> (insert-block «intarrow» p ang)
>>)
>>
>
>
>


  • Back to forum


  • Previous

  • Next

 

Здравствуйте.
Ранее в одной из тем обсуждал причину появления ложных книг в объектной структуре файла.
Выяснилось, что это должно быть связано с ошибкой «Automation error.Разрушительноый сбой» возникающей при его запуске.
Но причину возникновения самой этой ошибки рекомендовали рассмотреть в отдельной теме.
Поэтому прошу помощи в разборе данной проблемы. В чем её причина?
Суть проблемы такова: книга (см. вложенный файл) была создана в Excel 2016, но пару раз запускалась через Excel 2010 (не лиц.).
При запуске возникало сообщение «Automation error. Разрушительный сбой», открывался файл и редактор VBA.
Если ни чего не сохранять и не менять то и пользоваться файлом было нельзя.
Чтобы можно было пользоваться, выделял весь код в том модуле, который открылся автоматически при запуске, комментировал его и сохранял.
После этого сохранял сам файл. При этом команда СОХРАНИТЬ работала, как СОХРАНИТЬ КАК. Файл соответственно сохранял с заменой существующего.
После этого можно было снова пользоваться полученным файлом на Excel 2010 (не лиц.)
После использования этого файла на Excel 2016 история повторялась.

 

Karataev

Пользователь

Сообщений: 2308
Регистрация: 23.10.2014

Наверное Вам надо создать пустой файл, скопируйте в него все листы из имеющегося файла, и скопируйте модули с макросами. С тем файлом, который Вы выложили на форуме, работать наверное нельзя, т.к. если зайти в VBE, то видно, что несколько модулей книг. Такого по идее не должно быть.
Почему такое произошло, я не знаю. Один и тот же файл можно открывать и в Excel 2016 и 2010 — проблем не должно быть.

 

Вот и хотелось причину выяснить.
А то получится, что вместе с листами и модулями и проблема в новый файл перейдет…
Может имена объектов в объектной модели Excel 2016 и 2010 отличаются или имеет значение наличие лиц. ?

 

Karataev

Пользователь

Сообщений: 2308
Регистрация: 23.10.2014

Причину можно искать, но файлом в том виде, какой сейчас есть, мне кажется нельзя пользоваться.
Вроде нет ограничения на использование одного и того же файла в разных версиях, в Майкрософт это предусмотрели и не должно быть сбоев. Если будут какие-то новые объекты, то они не должны приводить к сбою в старых версиях.

 

sokol92

Пользователь

Сообщений: 4458
Регистрация: 10.09.2017

Уважаемый DmitriyBastr! Профессор (

ZVI

) уже наметил для Вашего файла (и аналогичных)

курс лечения

.  :) От себя хочу добавить: перед копированием листов преобразуйте «умные» таблицы в обычные диапазоны.
Версии Excel (2007-2016) для данного случая значения не имеют. О причинах «порчи» можно только гадать…

 

DmitriyBastr

Пользователь

Сообщений: 82
Регистрация: 04.10.2017

#6

21.02.2018 15:00:35

Этим файлом и не пользуются уже.
Но по его образцу будут создаваться другие, более сложные и ответственные. И проблема может повториться.
Поэтому хотелось бы найти причину. Есть подозрение, что она именно в коде, потому что при запуске файла запускается VBE.

  • Ошибка automation error vba
  • Ошибка autoit error unable to open the script file
  • Ошибка autoit error allocating memory
  • Ошибка autohold haval jolion
  • Ошибка autocad неверное имя принтера