I had created a network with two organization(Org1,Org2) in the channel using the fabric version 1.4.4.I have added one more organization to the channel.After adding the new organization to the channel,I am trying to update anchor peer based on this reference https://hyperledger-fabric.readthedocs.io/en/release-1.4/channel_update_tutorial.html#updating-the-channel-config-to-include-an-org3-anchor-peer-optional .
But it raises error while trying to sign the update transaction using Org3.
Error: got unexpected status: BAD_REQUEST -- error applying config update to existing
channel 'masterchannel': error authorizing update: error validating DeltaSet: policy for
[Group] /Channel/Application/Org3MSP not satisfied: signature set did not satisfy
policy
Could anyone help me to resolve the error in anchor updation?