AOS is closing when generating Report.

Hi guys.

I have a weird problem…

i just add one field in my temporary table and insert this code …

while select EcoResProduct
                where inventTrans.ItemId == EcoResProduct.DisplayProductNumber
                join EcoResProductAttributeValue where EcoResProduct.RecId == EcoResProductAttributeValue.Product
                join EcoResValue where EcoResProductAttributeValue.Value == EcoResValue.RecId
            {
                ecoresValue = EcoResValue::find(ecoresProductAttributeValue.Value);
                tmpDST.AttributeValueText = EcoResValue.value();
                info(strFmt("%1",ecoresValue.value()));
            }

and then when i generate the report the ax is closing and i check the services the AOS is stop…

please help me…

i solve my problem…

Because there is a same query above in my datasource …

my fault :smiley: