Okay, i also have integrated client side using a jsp but the problem i have is - it doesn't seem to find out DMI fetch operation.
And the error i get is "Operation fetch is not supported" even although operation binding is defined in the data source.
Also. in my case Data source is not just generated once for a single run instance instead it has to be generated based on user logged in and few runtime parameters so how can we make sure that JSP call and custom IDACAll servlet will always return same information?
Please suggest.
And the error i get is "Operation fetch is not supported" even although operation binding is defined in the data source.
Also. in my case Data source is not just generated once for a single run instance instead it has to be generated based on user logged in and few runtime parameters so how can we make sure that JSP call and custom IDACAll servlet will always return same information?
Please suggest.
Comment