Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Content Report Table
maxResults50
spacesDreamReport
labelsfaq

Q: How can I define a macro in the Report settings in order to be able to launch and execute MS Access Macro?

A: Create Macro in the report as follows: MACC:”<Path>\<DB_Name.mdb>”:<Macro_Name>

NOTE: It is the user’s responsibility to ensure that MS Access macro will not include any popup messages or any stuff that can block the continuous execution of the macro. The reason is that the Runtime will wait until the macro will be completely executed, and then will execute the other tasks to follow.

Q: How can I set permissions for Web folder in order to ensure proper report generation from Web portal?

A: If you have a problem with generating reports using Web portal, make sure the Web folder of the project has the read/write permissions to everyone.

...

Right-click the Web folder of the project.

Select properties from the context menu. The folder properties dialog will be opened and you will have a security tab. If you don’t have it, it means that you are either using a FAT32 partition or that you are using Simple Sharing mode. To switch from the simple sharing mode to the regular one:

...

go to the tools menu in the Windows Explorer: Control Panel – Folder options – View (the second tab).

uncheck the last check box of the Advanced settings properties (please, see the pic. below):

...

NOTE: There are no security settings for FAT32 partition, so if use it, the problem can be more complex. Then, to solve the problem, please, contact Technical Support.

When you have the security tab available, make sure you have an entry “IUSR_<computer name>” with either Modify or Full control setting. If you don’t, then, add a new user to the list and give him the read/write access by either checking “Modify” or “Full control” (please, see the pic. below):

...

NOTE: In French, instead of typing “IUSR_<computer name>”, type “Tout le monde” and similar to “IUSR_<computer name>” in other OS languages.
Summary of the procedure:

  1. Right-click the Web folder.

  2. Properties -> Security

  3.  Add “IUSR_<computer name>” with Modify access.

Q: How can I configure DCOM?

...