Skip to content

Commit 41e144f

Browse files
committed
[FAB-8386] eyfn fails to execute invoke on org3
org3 peer role is not enabled in org3-artifacts/org3-crypto.yaml which causes failure in executing the transaction on org3. adding the following configuration fixes the issue "EnableNodeOUs: true" Change-Id: Id345583a7f5a1f8fb970c8e6113a094de82b6358 Signed-off-by: ratnakar <asara.ratnakar@gmail.com>
1 parent 24f35c1 commit 41e144f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

first-network/org3-artifacts/org3-crypto.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ PeerOrgs:
1212
# ---------------------------------------------------------------------------
1313
- Name: Org3
1414
Domain: org3.example.com
15+
EnableNodeOUs: true
1516
Template:
1617
Count: 2
1718
Users:

first-network/scripts/script.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ echo "Channel name : "$CHANNEL_NAME
3333
. scripts/utils.sh
3434

3535
createChannel() {
36-
setGlobals 0 0
36+
setGlobals 0 1
3737

3838
if [ -z "$CORE_PEER_TLS_ENABLED" -o "$CORE_PEER_TLS_ENABLED" = "false" ]; then
3939
peer channel create -o orderer.example.com:7050 -c $CHANNEL_NAME -f ./channel-artifacts/channel.tx >&log.txt

0 commit comments

Comments
 (0)