Forum Discussion
david.calabro
Mar 17, 2017Brass Contributor
PnP List deploy error "The field was found invalid: {sitecollectiontermstoreid}"
Using powershell I extracted a site definition to a pnp file. While trying to deploy from my visual studio project I receive the following error during list deployment and at this stage the term stor...
- Mar 21, 2017
I updated the pnp package through NuGet and the problem seems to have been resolved.
david.calabro
Mar 17, 2017Brass Contributor
I'm fairly new to PnP but could it be that I'm not populating a value somewhere that it uses for {sitecollectiontermstoreid} or would that be a token that it swaps out automatically?
Mar 19, 2017
Hi david.calabro, yes this is a token that should be resolved. So for somereason the PowerShell can't cget to the termstore.
Has the user that you are runnning as been specified as a term store administrator.
Does the column get created?
Is this a site column or a list column?
Are you able to share the xml from the template?