Bursting on a BIPublisher Data Model, error-object doesn't exist.
Hello. I am trying to set up bursting on a BIPublisher Data Model. I really want it to email out but could not get that to work so went to the file option. This is what I have in the query:
select OWNEREMAIL "KEY",
'Rpt_PII Remediation' TEMPLATE,
'RTF' TEMPLATE_FORMAT,
'en_US' LOCALE,
'PDF' OUTPUT_FORMAT,
'FILE' DEL_CHANNEL,
'C:' PARAMETER1,
'PII.pdf' PARAMETER2
from "DM_PII Remediation"
order by OWNEREMAIL
When I try to save, it gives me an error saying DM_PII Remediation object name is invalid. I tried it with both DM_PII Remediation and the Data Set name of DM_PII. Both give the same error. What am I doing incorrectly?