views:

603

answers:

3

When I process a cube in Visual Studio 2005 I get following message:

Process succeeded. Trace information is still being transferred. If you do not want to wait for all of the information to arrive press Stop.

and no trace info is displayed. Cube is processed OK by it is a little bit annoying. Any ideas? I access cubes via web server.

+1  A: 

I get the same message when I process a cube, but if I wait for a few seconds the trace information arrives. Are you dealing with a very large quantity of data or a very complex cube? Maybe this is a silly question, but have you tried waiting a few minutes?

dmo
I have really small data. But I dont use local access. I used this datapump dll and HTTP access.
Michal Sznajder
A: 

how are you processing the cube? through XMLA or through the GUI? If you do it in XMLA then you should see the results as they come in the output window

ScaleOvenStove
A: 

I'm getting the same message... even if i wait a few minutes. I'm processing the cube through the SSAS GUI. Any ideas?