Peter,
I am very impressed with the work you guys are doing. I am having an issue with a subscription report that requires the User's Windows LAN ID as an input parameter. This would be the user setting up the subscription.
The report has a parameter named 'LANID', for which I am using a default value of =User!UserID
... in order to automatically get the Users Windows LAN ID inputted into the Parameter.
When the report is run online, it works absolutely fine... But when I try to add a subscription, I get the javascript popup window triggered by 'Onclick'... which states...
---------------------------
Microsoft Internet Explorer
---------------------------
Subscriptions cannot be created because the credentials used to run the report are not stored, the report is using user-defined parameter values, or if a linked report, the link is no longer valid.
---------------------------
OK
---------------------------
We have tried so many different ways of trying to getting the User's LAN ID inputted at the time of subscription but we always run into the message above and to summarize it says that it has a dependency on the User profile and that is not doable.
Do you think there is any way to get this to work?... If not, do you know of any other way to set the User's (User who is subscribing) Windows LAN ID as the default value of the parameter at the time of setting up the subscription?
Would really appreciate your advice on this matter.
Thanks,
Harpreet
PS: I have already upgraded to SP1 and in the new features it says this...
4.3.1 Hiding Parameters in a Published Report
Specify a parameter value at run time (for example, through a subscription that is used to trigger report execution and delivery)... Not sure if we can use this feature by storing the LAN ID temporarily somewhere and then retrieve it later at the time of execution.