Catching MDX Error in ASP -
01-12-2004
, 09:21 AM
I have an ASP page that displays MDX results in a formatted table. I create a cell set and then open it with code below.
***Set cst = Server.CreateObject("ADOMD.CellSet")
***cst.Open
Does anybody know of any way to catch the following error in ASP code? It occurs on the cst.Open line when the user inputs a dimension that doesn't exist.
Microsoft® OLE DB Provider for Analysis Services error '80040e14'
Formula error - cannot find dimension member ("[OrderDate].[Qtr 3 2004]") - in a name-binding function |