web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

XDS + DimensionCache::getDimensionAttributeSetForLedger

(0) ShareShare
ReportReport
Posted on by 1,535

I have table PPLDecreeRePostingAttrXds with xds method:

public RefreshFrequency xds()
{
    PPLDecreeRePostingAttrXds       PPLDecreeRePostingAttrXds;
    int                             Lp;
    DimensionEnumeration            dimEnum;
    DimensionAttributeSetItem       dimAttrSetItem;
    DimensionAttribute              dimAttr;
    ;

    ttsBegin;

    // Get the financial dimensions
    dimEnum = DimensionCache::getDimensionAttributeSetForLedger();

    //dimensions
    while
    select * from dimAttr
    order by dimAttr.Name asc
    join    dimAttrSetItem
    where       dimAttrSetItem.DimensionAttribute       == dimAttr.RecId
            &&  dimAttrSetItem.DimensionAttributeSet    == dimEnum
    {
        Lp++;

        PPLDecreeRePostingAttrXds.Lp            = Lp;
        PPLDecreeRePostingAttrXds.DimAttrName   = dimAttr.Name;
        PPLDecreeRePostingAttrXds.DimAttrIsDim  = NoYes::Yes;
        PPLDecreeRePostingAttrXds.insert();
    }

    ttsCommit;

    return RefreshFrequency::PerInvocation;
}

 

In Ax2012 this table works OK without CIL.For example:
select * from PPLDecreeRePostingAttrXds;
works fine.

 

But in CIL I have error:

ClassFactory object not initialized.

Stack trace

(S)\Classes\LedgerCache\getValue - line 3

(S)\Data Dictionary\Tables\Ledger\Methods\current - line 13

(S)\Classes\DimensionCache\getDimensionAttributeSetForLedger - line 11

(S)\Data Dictionary\Tables\PPLDecreeRePostingAttrXds\Methods\XDS - line 34

 

What can I do with this error ?

*This post is locked for comments

I have the same question (0)
  • Ireneusz Smaczny Profile Picture
    1,535 on at

    Any help?

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Basit Profile Picture

Basit 1

#1
GL-01081504-0 Profile Picture

GL-01081504-0 1

#1
Roya Profile Picture

Roya 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans