Log-File in case of "Reload cubes"

Dear all,

 

we want to clean up our entities. Therefore I have created two procedures, one is extracting all data from the cubes and emptying the specific entities. The second procedure will then load all the entities and reload the cubes.

During the reload cubes procedure I noticed, that I already get some rejections.

Is there any chance to identify thoes rejections in a log file somewhere or to tell the procedure to create such a log file?

 

Kind regards

 

Steve

Answers

  • Dear Steve Pankrath,

     

    thanks for your request.

     

    Unfortunately we didn´t have the opportunity to set LOG enabled for the reload all.

     

    What you can do is the following:

     

    1. The extracts are saved to \board\dataset\dbname\all\cubes

    2. from the database log file you see which cubes / files have rejected records

    3. you create a manual ascii datareader according to that file.

    4. when you execute the ascii reader you are able to enable to log for it.

     

    I know it´s extra work but a chance to get more information about the rejected records.

     

    Hope it helps

     

    regards

     

    Alexander Kappes

  • Dear Alexander Kappes,

     

    thank you for your quick response, that is a reasonable workaround I can work with.

    This way I won't need to create an ASCII Reader for everything and many cubes will have the same problems anyway.

     

    Best regards

     

    Steve