Missing Macro error after Rename - The Entry point is invalid.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I have a workflow to import multiple sheets from multiple excel files which have different schema.
And after I renamed the macros, there're some following error notifications require config Engine DLL or Entry Point? (I'm not sure):
The above error message is similar to a case:
1. when I exported a workflow package *.yxzp (with macro) to the Windows Download Folder, then Alteryx later notified the macro was missing,
2. after exporting the package to a whole new blank folder, the errors suddenly disappeared.
what is the real root causing these types of error? and how we can fix?
Solved! Go to Solution.
- Labels:
- Common Use Cases
- Macros
- Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @hungdm ,
Related to the macro renaming, when you do that, the workflow automatically loses track of your macro due to its link to it.
You can see at: Options > Advanced Options > Workflow Dependencies.
Bottom line, you can't rename a macro or you will lose its links and you will need to insert once again.
Best,
Fernando Vizcaino
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
hi @fmvizcaino
1. it means: basically, there's no way to update the macro dependencies, right?
2. Is there anything I can do with the configuration menu in the photo attached above?
3.In what cases else Alteryx will display similar error message? could you give me more info about that?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @hungdm ,
One option is to copy and rename the macro, update the macro dependencies and then delete your previous macro.
Other cases are also related to your workflow dependencies as well.
When you insert a macro that is in the same folder as your workflow, Alteryx automatically fill the dependency as 'test.yxmc'.
In this case, if you move your workflow to another folder and your macro isn't there, it will also not find your macro since it is searching in the exact same folder as your workflow are.
To guarantee your workflow will search in the right path, you can use the absolute path as image below. In this case, you can use a standard folder for all your macros.
Also, there is a way of configuring that standard folder to show as a category in Alteryx designer (for those who also configured in their designer as well).
Best,
Fernando Vizcaino
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
That's why sometimes I don't see any instances of Macro in the Dependencies, right?
anw. Thank you a lot for your kindly support!
