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)

Map object not initialized

(0) ShareShare
ReportReport
Posted on by 125

Hi everyone,i am working on Payment Journal Print Format RDP Report,when i click on menu item button to view the report,i am getting error,some one guide me regarding this error.Screen shots are attached below for error clarification

1488.m1.PNG      m2.PNG         

 m3.PNG          m4.PNG       

   m5.PNG         m6.PNG

*This post is locked for comments

I have the same question (0)
  • udaY-ch Profile Picture
    5,175 on at

    Hi,

    The map is initialized by the below code in the method dimensionStorage.find

    // Fill the segments for each hierarchy

    while select Ordinal, DisplayValue, DimensionAttributeValue from dimAttrLevelValue order by Ordinal where

    dimAttrLevelValue.DimensionAttributeValueGroup == dimAttrValueGroup.RecId

    join HashKey, IsDeleted from dimAttrValue where

    dimAttrValue.RecId == dimAttrLevelValue.DimensionAttributeValue

    {

    if (dimAttrValue.IsDeleted)

    {

    this.setSegment(segmentCount + dimAttrLevelValue.Ordinal, DimensionStorageSegment::emptySegment());

    }

    else

    {

    this.setSegment(segmentCount + dimAttrLevelValue.Ordinal, DimensionStorageSegment::construct(dimAttrLevelValue.DisplayValue, dimAttrLevelValue.DimensionAttributeValue, dimAttrValue.HashKey));

    }

    }

    /Uday.

  • Faran Baig Profile Picture
    125 on at

    Okay,although this piece of code exist in my case also,but whats the reason behind this error?if you kindly look on the screen shots,

    then may be you can  tell me the root cause of that error.

  • Suggested answer
    udaY-ch Profile Picture
    5,175 on at

    I cannot able to reproduce the error and debugging the while loop can give you a hint about the error.

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
CP04-islander Profile Picture

CP04-islander 16

#2
GiacomoRovai Profile Picture

GiacomoRovai 4

#3
Douglas Noel Profile Picture

Douglas Noel 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans