Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

Report Dialog Batch Tab

(0) ShareShare
ReportReport
Posted on by 110

In AX2009 SP1, I cannot find any standard reports that display the batch tab on the report dialog box.  The batch processor runs as it should and processes other kinds of batches without error.  I have admin permissions, so I don't think it is a security issue.  We have no modifications to runbase or runbasebatch classes. 

Should I have a batch tab that allows me to send a report to the batch processor?  If so, does anyone have any ideas about why I don't?

Thanks,

LJ

*This post is locked for comments

  • lispyj Profile Picture
    110 on at
    Re: BatchReport Security Key

    I have found Hotfix 980247 that addresses the issue of "You cannot run reports in a batch if you do not have the Business Analysis license in Microsoft Dynamics AX 2009".  The hotfix installed the missing BatchReport security key, but I am still unable to set access permissions to it. 

    LJ

  • lispyj Profile Picture
    110 on at
    BatchReport Security Key

    I do not have a BatchReport node in the security tree that I can find.  I am an Admin, and have debugged to code to make sure that the evaluation of the security key (permission >= view) is coming back false.  If I hard code the evaluation to true, the batch tab appears when I run the dialog, so this is definately my problem. 

    We are not on business ready licensing, so there are some of the business essential license codes that we do not have.(business analysis and AIF Basic, for example). Is there a license code that would effect the visibility of this security key? 

     

    LJ

     

  • Community Member Profile Picture
    on at
    Re: Re: Re: Re: Report Dialog Batch Tab
    The batchReport security key has its own node in the tree (where you set permissions from user groups) but if you are admin, you should have full control.
  • lispyj Profile Picture
    110 on at
    Re: Re: Re: Report Dialog Batch Tab

    I did the search and find the Batchable class is unmodified and the boolean set to true.  There are no instances of runBaseBatch.showBatchTab(false) in any reports. 

    I have found the the RunbaseReportStd.hideBatchTab method is returning true. 

    boolean hideBatchTab()
    {
        // show the batch tab if we are using the server bound runbase batch framework
        // or if we have the Bath Report security key enabling scheduling a report using the old
        // runbase batch framework (runs at the elevated permissions of the batch user)
        return !(hasSecuritykeyAccess(securitykeynum(BatchReport), AccessType::View) ||
            this.runsImpersonated());
    }

    Does you know how I can find the BatchReport Security Key?

  • Community Member Profile Picture
    on at
    Re: Re: Report Dialog Batch Tab

    Also, run a search on your reports and forms for:

    runBaseBatch.showBatchTab(false);

  • Community Member Profile Picture
    on at
    Re: Report Dialog Batch Tab

     Hi,

    I dug around a little bit to see if I could help (never heard of this problem before).  This might not be the solution but can you check \Classes\Batchable\showBatchTab method?

     

    The _showBatchTab boolean variable should be set to true.  I am not sure if this framework is for use with classes or reports however.  Give it a shot and let us know.

     

    Regards.

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

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Adis Hodzic – Community Spotlight

We are honored to recognize Adis Hodzic as our May 2025 Community…

Kudos to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Microsoft Dynamics AX (Archived)

#1
Mohamed Amine Mahmoudi Profile Picture

Mohamed Amine Mahmoudi 100 Super User 2025 Season 1

#2
Community Member Profile Picture

Community Member 48

#3
shanawaz davood basha Profile Picture

shanawaz davood basha 6

Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans