I am trying to run a new report using a macro (based upon one that is in regular use) and I get the above message when I run it.
The offending instruction would appear to be :-
Set impReport= impApp.OpenReport( "e:\CognosReports\Live\Reports Imp\W004i - Market Goodwill Spending Analysis.imr" , prompt)
The report name would appear to be correct (I get a different error if I 'corrupt' it).
The prompt parameter has been set up as following :-
prompt="2004"+"|"+"Feb"+"|"+"PC"+"|"+" "
These values have been used successfully online.
Has anyone else had such an error occur, or can somebody possibly suggest any additional diagnostics that I can build into the macro (I have already built in log messages to confirm that the catalog has been opened, etc.)
The offending instruction would appear to be :-
Set impReport= impApp.OpenReport( "e:\CognosReports\Live\Reports Imp\W004i - Market Goodwill Spending Analysis.imr" , prompt)
The report name would appear to be correct (I get a different error if I 'corrupt' it).
The prompt parameter has been set up as following :-
prompt="2004"+"|"+"Feb"+"|"+"PC"+"|"+" "
These values have been used successfully online.
Has anyone else had such an error occur, or can somebody possibly suggest any additional diagnostics that I can build into the macro (I have already built in log messages to confirm that the catalog has been opened, etc.)