powershell - Set-SPBusinessDataCatalogThrottleConfig : Cannot bind parameter 'Identity' -


if working larger external list (more 2000 items) in dev environment works perfectly, when work in production environment, throws error "unable display web part. troubleshoot problem, open web page in microsoft sharepoint foundation-compatible html editor such microsoft sharepoint designer. if problem persists, contact web server administrator. correlation id: ...........". start working fix bcs limit through powershell. when enter below command in powershell error in cmd. idea?

ps c:\program files\nintex\nintex workflow 2010> set-spbusinessdatacatalogthrott leconfig -identity get-spbusinessdatacatalogthrottleconfig -scope throttletype tems database-guid-serviceapplicationproxy 5222b2db-fdd1-43f5-accb-7f039155f654- 8000-default maximum 6000 set-spbusinessdatacatalogthrottleconfig : cannot bind parameter 'identity'. can not convert "get-spbusinessdatacatalogthrottleconfig" value of type "system .string" type "microsoft.sharepoint.businessdata.sharedservice.throttleconfi g". @ line:1 char:50 + set-spbusinessdatacatalogthrottleconfig -identity <<<<  get-spbusinessdatacat alogthrottleconfig -scope throttletype items database-guid-serviceapplicationpr oxy 5222b2db-fdd1-43f5-accb-7f039155f654-8000-default maximum 6000     + categoryinfo          : invalidargument: (:) [set-spbusinessdatacatalogt    hrottleconfig], parameterbindingexception     + fullyqualifiederrorid : cannotconvertargumentnomessage,microsoft.sharepo    int.businessdata.sharedservice.spsetspbusinessdatacatalogthrottleconfig 

at first glance there seems issues in powershell syntax. specify cmdlet value -identity parameter, , won't work. sharepoint not expertise, this article lionelro on msdn blogs looks place start. since start of article describes issue online appearing on production environment. hope helps.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -