Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I know we've had several dozen (if not hundreds) of previous posts about this, but I've been stuck for a week or more trying all combinations on my own to no avail. Yet, others on here appear to have this working, but the more I look the more it seems like the newer software (QV 10 / PDFXChange 3.0) seems to have made the legacy instructions incompatible.
I have also verified that the security settings in the module are allowing system access as necessary.
/throwshandsup XD
Of course I figured this out after finally giving up.
Instead of doing the job OnPostReload, I moved it to OnOpen, and setup a variable (vSendReports) and then modified my batch to call QV.EXE with /vvSendReports=1 and it works fine now.
Must just be the whole 'don't generate PDFs during a reload' issue. I just did not grasp how to circumvent the problem until I finally caught some extra detail in reply #3 here : http://community.qlik.com/thread/13966?start=0&tstart=0
If anyone else is still struggling, let me know and I'll provide some non-proprietary source.
Of course I figured this out after finally giving up.
Instead of doing the job OnPostReload, I moved it to OnOpen, and setup a variable (vSendReports) and then modified my batch to call QV.EXE with /vvSendReports=1 and it works fine now.
Must just be the whole 'don't generate PDFs during a reload' issue. I just did not grasp how to circumvent the problem until I finally caught some extra detail in reply #3 here : http://community.qlik.com/thread/13966?start=0&tstart=0
If anyone else is still struggling, let me know and I'll provide some non-proprietary source.