Welcome to the Linux Foundation Forum!
Lab 7. Error authorizing update: error validating DeltaSet: policy for [Value] /Channel/Application

In lab 7, when i executing the command:
peer channel update -f org2SubmitReady.pb -c allarewelcome -o \ orderer.example.com:7050
I am getting the error:
Error: got unexpected status: BAD_REQUEST -- error authorizing update: error validating DeltaSet: policy for [Value] /Channel/Application/Org2MSP/MSP not satisfied: signature set did not satisfy policy
Anyone received this problem?
0
Comments
Hi @deusimar.anjos ,
This is usually because the peer you try to invoke command from in CLI is the wrong one, according to your policy. So check which peer you are ("printenv" while inside the peer), and if it is wrong change the correct paramaters CORE_PEER_LOCALMSPID & CORE_PEER_MSPCONFIGPATH to correct admin peer and correct org.