AX – D365FO – SSRS report parameters duplicating (appearing twice) in AX2012

Open your report in Visual Studio and under Parameters node, check if your parameter is repeating. If yes, delete one.

Most of the time it happens during development when you are changing code again n again. It cahces your previous code and shows new and previous both.

In this case :

Clear all of your caches from AOT.

It it doesn’t work, run incremental CIL.

It it doesn’t work, try deleting .auc files.

At the end, try redeploying the report.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s