Hello
I have a cube on a server (local AS2005) which is processed and I can
browse it. There have been errors due to missing attribute keys, but I
build the cube by setting the ignore error options.
Now I want to get a local "copy" of this, I want a cube file.
I used the "CREATE GLOBAL CUBE" command as parameter to
adodb.connection.execute() many times before, which works fine for other
cubes that do not have attribute key problems.
When I try to get a local .CUB from the server cube (that has attribute
keys missing, but was processed in advance) , I get the errors
Quote:
|
Errors in the OLAP storage engine: The process operation ended because
|
the number of errors encountered during processing reached the defined
limit of allowable errors for the operation.
Errors in the OLAP storage engine: An error occurred while processing
the 'Sika' partition of the 'Periodenwerte' measure group for the 'Sika'
cube from the Sika database.
Errors in the OLAP storage engine: The process operation ended because
the number of errors encountered during processing reached the defined
limit of allowable errors for the operation.
<<<
How can I "tell" my connection to ignore missing attribute keys (like in
the VS IDE) ?
Regards
Klaus