Issue in Cube compilation

51 views
Skip to first unread message

gayathri

unread,
Jun 18, 2012, 7:48:11 AM6/18/12
to intersystems-de...@googlegroups.com
Hi,
I have a cube named "Fact" having more than 10 dimensions. I tried opening the cube from architect but it said
'Cube not found'. So i opened the same cube(Fact) from the studio and when i compiled the class it showed that
'Class is compiling' but the class didnt get compiled. So i compiled the cube from the ensemble terminal using
 do ##class(%DeepSee.Utils).%BuildCube("Fact"),
the same error which showed in architect was displayed here.Is there any way to compile the class?
Kindly suggest me with a solution if any
 
Regards
Priya

Lexi Hayden

unread,
Jun 18, 2012, 8:41:17 AM6/18/12
to InterSystems: DeepSee Community
I think that you might be confusing two separate things with each
other. %BuildCube does not compile the cube class. There are two steps
here:

1) Compile the class - in the Architect, in Studio, or in the Terminal
via d ##class(%System.OBJ).Compile(classname)
If the class won't compile, look at the compilation errors and then
correct the problem they indicate.

2) When the class is compiled, then build the cube, in the Architect
or via %BuildCube.
Reply all
Reply to author
Forward
0 new messages