I 've a macro to export a list to excel. This macro is executed for each reload:
function myexport set obj = ActiveDocument.getSheetObject("reposition") path = "reposition.html" obj.ExportEx path, 0 end function
It works in my laptop (QV 9.0 Personal Edition). In server, reload run fine but export doesn't works. No error in log. In settings, I marked "Allow macro execution on server" and "Allow unsafe macro execution on server".
Try ServerSideExport instead. Make sure as well that the QlikView Server user (the one which starts the QVS Service) has a permission to write on the target directory.