Hi Sean, GAM is a third-party tool which is not directly supported by us. Can you send us the details and the content of your XML request? A good way to troubleshoot the issue would be to discard any tools and use cURL (http://curl.haxx.se/) to send requests according to the protocol described at:
http://code.google.com/googleapps/domain/audit/docs/1.0/audit_developers_guide_protocol.html Claudio On Thu, Jun 9, 2011 at 4:03 PM, Sean Houston <[email protected]>wrote: > Usign GAM I have created an user email audit report. When I try to export > it I get the following error: > > > Traceback (most recent call last): > File "gam.py", line 2369, in <module> > doDownloadExportRequest() > File "gam.py", line 2128, in doDownloadExportRequest > results = audit.getMailboxExportRequestStatus(user, request_id) > File "/Users/myprofile/gam/gdata/apps/audit/service.py", line 244, in > getMailboxExportRequestStatus > return self._GetProperties(uri) > File "/Users/myprofile/gam/gdata/apps/service.py", line 524, in > _GetProperties > raise gdata.apps.service.AppsForYourDomainException(e.args[0]) > gdata.apps.service.AppsForYourDomainException: {'status': 500, 'body': > '<?xml version="1.0" encoding="UTF-8"?>\r\n<AppsForYourDomainErrors>\r\n > <error errorCode="1000" invalidInput="" reason="UnknownError" > />\r\n</AppsForYourDomainErrors>\r\n\r\n', 'reason': 'Internal Server > Error'} > > > > sean > > -- > You received this message because you are subscribed to the Google Groups > "Google Apps Domain Information and Management APIs" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-apps-mgmt-apis?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google Apps Domain Information and Management APIs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-apps-mgmt-apis?hl=en.
