Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
TTAZNG__
Frequent Visitor

Analysis Services Partition manual Refresh fails - "Paramter Name already Exists"

We have large datasets utilizing incremental update.  Refreshing takes too long and times out.   To update we use SSMS and manually reload partitions 1 at a time.  When I use the GUI to attempt this I get an error:  "Paramter Name Already Exists.   Parameter name:  name (Microsoft.AnalysisServices.backend)."    This is verbatim - spelling error included.   My workaround is to generate the script and execute it in an SSMS Query window. 

 

 

14 REPLIES 14
Aburar_123
Resolver IV
Resolver IV

Hi @TTAZNG__ , Please restart your PC and check again.

LalitHCL
Advocate I
Advocate I

Its a known issue from so long. Luckily i cracked this issue. 

Two things to do to resolve this issue.

1. While connecting using analysis service is SSMS, do not provide any value in connect to database option. Rather leave it to default 

2. In the server name do not provide initial catalog. Instead remove that string part.

 

It will work once both above options are done.

 

Please mark it as answer if that works for you 🙂

Spent a lot of time wondering what is going on until I found this topic. I removed the initial catalog and it is working. Thanks

Excellent - works for me too!

Give that man an award !!!!! 
Thanks !!!!! 

Thank you so much. Your solution solved it! 😁

Removing the initial catalog solved this.

Thank you very much!!!

GilbertQ
Super User
Super User

It appears to be an error with the paramter name? If you could confirm there is a single RangeStart and RangeEnd parameter that is configured as DateTime?





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!







Power BI Blog

TTAZNG__
Frequent Visitor

Additional Info:  Incremental column is defined as a Date (Oracle) which is formatted as (2012-09-30 00:00:00).  

v-stephen-msft
Community Support
Community Support

Hi @TTAZNG__ ,

 

It may be because the parameter configuration is incorrect.

Please review step-by-step information in Configure incremental refresh.

 

Reference: Troubleshoot incremental refresh

 

 

Best Regards,

Stephen Tao

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thank you for your response.   Parameters are set up correctly.  This error only occurs for my PC.  Other team members do not have this issue. 

GilbertQ
Super User
Super User

Hi @TTAZNG__ 

 

Could you please make sure you have got the lastest version of SSMS installed, it currently is 18.9.1

 

If you get an error when processing the partition just ignore it and wait for it to complete.

 

You can download the latest version of SSMS here: https://aka.ms/ssmsfullsetup





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!







Power BI Blog

Thanks for taking time to reply.  I have completely uninstalled, rebooted and reinstalled SSMS version 18.9.1.  It must be something on my pc as others on my team do not experience this error on their PCs.   I had a team member use my pc with his credentials and error still occurred.

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors