Hello All,
We had a number of web reports (2D & 3D) that were published on a Win2K server. There were some CSP code behind the reports to handle the customization of some parameters pages and so on.
Currently we are migrating to WinXP. Everything works fine except for this strange problem:
In the 3D reports (Analysis Reports), if you right-click a certain dimension and select "Actions..." then choose the report to redirect to, the following error occurs:
Microsofy VBScript runtime error '0x800a01a8'
Object required: '[string: ""]'
line: 31
Line number 31 in the redirecting CSP code is:
oConn.ConnectionString = DBConnectionString
DBConnectionString is set from a settings.inc file
Anyway, this problem only happens in WinXP and no change in the code was done. So, I am guessing that it probably will be from IE patch, XP patch or security settings.
The IE Version is:
6.0.2900.2180.xpsp_sp2_gdr.050301-1519CO
Can anybody give me a clue on this predicament?
Thank you
We had a number of web reports (2D & 3D) that were published on a Win2K server. There were some CSP code behind the reports to handle the customization of some parameters pages and so on.
Currently we are migrating to WinXP. Everything works fine except for this strange problem:
In the 3D reports (Analysis Reports), if you right-click a certain dimension and select "Actions..." then choose the report to redirect to, the following error occurs:
Microsofy VBScript runtime error '0x800a01a8'
Object required: '[string: ""]'
line: 31
Line number 31 in the redirecting CSP code is:
oConn.ConnectionString = DBConnectionString
DBConnectionString is set from a settings.inc file
Anyway, this problem only happens in WinXP and no change in the code was done. So, I am guessing that it probably will be from IE patch, XP patch or security settings.
The IE Version is:
6.0.2900.2180.xpsp_sp2_gdr.050301-1519CO
Can anybody give me a clue on this predicament?
Thank you