Data not loading using Maxl in ASO..
Summary
Data not loading using Maxl in ASO..Content
Hello,
Im trying to load data in to ASO cube using maxl it does not load data ... but when load manually using console it loads fine
while loading using Maxl it does give any error but when I try to retrieve data I all #missing
Malx:
ALTER DATABASE 'appname.dbname' INITIALIZE LOAD_BUFFER WITH BUFFER_ID 1 resource_usage .05 property ignore_missing_values, ignore_zero_values;
import database 'appname.dbname' data connect as 'sqlid' identified by 'pwd'
using server rules_file 'Data.rul' to load_buffer with buffer_id 1 on error write to 'H:\Logs\725Data.err';
0