We have a web database created with Access 2010 based on some SharePoint lists to store
data. One of the forms in the database uses the RunDataMacro command to call a data
macro on one of the lists. It passes in some data via parameters to locate a record and
update some fields in the list.
This was working fine in SharePoint 2010, but since moving the DB to a SharePoint 2013
environment with SSL the macro no longer runs and an error is encountered. The
Application Log Table in the DB records a description of ‘Failed to start’
against the execution of the macro, with an error number of ‘-4002’.
We tried a new data macro which contained no actions, but this also failed to start. So it
appears to be the action of trying to call or run the macro rather than what
the macro is doing that is the issue.
Could this be something in the settings of SharePoint 2013 and/or the SSL?
Thanks for any help or suggestions.