Viewing 4 posts - 1 through 5 (of 5 total)
The issue was resolved by closing the connected Excel file, creating a new Excel workbook, connecting to the cube, and only then trying to create the offline cube. Thanks.
January 21, 2009 at 3:32 pm
FK: Triggers are somewhat evil by nature (sorry for strong words). Your modify_user is set by your application, not by user input. Hopefully, you are using stored procedures. Then...
July 8, 2008 at 10:06 am
I'll try to be brief.
Don't think of it as "90 tables per tenant'. Think "one schema per tenant". All tenants have SAME schema. Their data sets do not intersect in...
July 7, 2008 at 3:20 pm
The solution depends on the details of your business requirements. If the number of tenants is not large, one path is to create a new schema for each new tenant....
July 7, 2008 at 2:03 pm
Viewing 4 posts - 1 through 5 (of 5 total)