|
HA & Missed Events with HyperLedger Fabric Events
#fabric
#fabric-sdk-node
Thanks for the information. So, it sounds like the application is still responsible for keeeping track of the most recent block that has been processed for chaincode events across application restarts
Thanks for the information. So, it sounds like the application is still responsible for keeeping track of the most recent block that has been processed for chaincode events across application restarts
|
By
Robert Broeckelmann
· #6773
·
|
|
HA & Missed Events with HyperLedger Fabric Events
#fabric
#fabric-sdk-node
Thanks for the response. That is very helpful...and largely confirmed what I thought I was reading. RCBJ
Thanks for the response. That is very helpful...and largely confirmed what I thought I was reading. RCBJ
|
By
Robert Broeckelmann
· #6785
·
|
|
Bulk Upload to Blockchain Error
#fabric
#fabric-sdk-node
Hi Soumya, Please check your block creation configuration in "configtx.yaml" file. There could be block size is the reason for failure. Can you please share your configtx file. Thanks Kamlesh Nagware
Hi Soumya, Please check your block creation configuration in "configtx.yaml" file. There could be block size is the reason for failure. Can you please share your configtx file. Thanks Kamlesh Nagware
|
By
Kamlesh Nagware
· #6828
·
|
|
Bulk Upload to Blockchain Error
#fabric
#fabric-sdk-node
Hi All, v1.4.3 - fabric , Kafka Zookeeper Orderer Set up Using a custom batch program i am doing a bulk upload of data from a SQL server to Blockchain where 10000 rows of data from SQL server is going
Hi All, v1.4.3 - fabric , Kafka Zookeeper Orderer Set up Using a custom batch program i am doing a bulk upload of data from a SQL server to Blockchain where 10000 rows of data from SQL server is going
|
By
...
· #6823
·
|
|
Bulk Upload to Blockchain Error
#fabric
#fabric-sdk-node
Hi Soumya, Can you share the infrastructure details. Regards, Raj Shekhar
Hi Soumya, Can you share the infrastructure details. Regards, Raj Shekhar
|
By
...
· #6825
·
|
|
Bulk Upload to Blockchain Error
#fabric
#fabric-sdk-node
Hi Raj Sekhar, Fabric - v 1.4.3 Environment - Microsoft Azure Cloud - 6 Ubuntu 16.04 VMs , 8 GB RAM, 2vCPU Kafka - Zookeeper Orderer Set up ( 2 Orderers) Organisation 1 Org -- 2 Peers (1 anchor and on
Hi Raj Sekhar, Fabric - v 1.4.3 Environment - Microsoft Azure Cloud - 6 Ubuntu 16.04 VMs , 8 GB RAM, 2vCPU Kafka - Zookeeper Orderer Set up ( 2 Orderers) Organisation 1 Org -- 2 Peers (1 anchor and on
|
By
...
· #6826
·
|
|
Bulk Upload to Blockchain Error
#fabric
#fabric-sdk-node
Hi Kamlesh, PFA the configtx.yaml file. Those 800K records - manually i tried all and i was able to insert all of them but the issue was coming intermittently and wanted to know what's the cause of th
Hi Kamlesh, PFA the configtx.yaml file. Those 800K records - manually i tried all and i was able to insert all of them but the issue was coming intermittently and wanted to know what's the cause of th
|
By
...
· #6829
·
|
|
Error: 2 UNKNOWN: access denied: channel [] creator org [Org3MSP]
#fabric-sdk-node
You will have to add this newly created org Org3 to consortium first as I guess this Org3 is not part any consortium. Thanks, Anil Thanks, Anil Singh +91 8197218180
You will have to add this newly created org Org3 to consortium first as I guess this Org3 is not part any consortium. Thanks, Anil Thanks, Anil Singh +91 8197218180
|
By
...
· #6955
·
|
|
Error: 2 UNKNOWN: access denied: channel [] creator org [Org3MSP]
#fabric-sdk-node
I have added in "artifacts/channel/configtx.yaml" file. Profiles: ThreeOrgsOrdererGenesis: Orderer: <<: *OrdererDefaults Organizations: - *OrdererOrg Consortiums: SampleConsortium: Organizations: - *O
I have added in "artifacts/channel/configtx.yaml" file. Profiles: ThreeOrgsOrdererGenesis: Orderer: <<: *OrdererDefaults Organizations: - *OrdererOrg Consortiums: SampleConsortium: Organizations: - *O
|
By
ramesh.bobbala1990@...
· #6957
·
|
|
#fabric #fabric-sdk-node
#fabric
#fabric-sdk-node
Hi Team, Any update on the above or idea? Regards, Soumya
Hi Team, Any update on the above or idea? Regards, Soumya
|
By
...
· #6613
·
|
|
#fabric #fabric-sdk-node
#fabric
#fabric-sdk-node
From the code snippet, I assume you are sending a single CSV file to your chaincode, then looping through it and calling PutState for each line/record in the CSV file. I do not think you are actually
From the code snippet, I assume you are sending a single CSV file to your chaincode, then looping through it and calling PutState for each line/record in the CSV file. I do not think you are actually
|
By
...
· #6616
·
|
|
#fabric #fabric-sdk-node
#fabric
#fabric-sdk-node
Hi Gari, Is it the block getting created for the parameter - BatchTimeout: 2s . So whats the best way to do a bulk upload for a millions of records because creating a million blocks - each record as a
Hi Gari, Is it the block getting created for the parameter - BatchTimeout: 2s . So whats the best way to do a bulk upload for a millions of records because creating a million blocks - each record as a
|
By
...
· #6618
·
|
|
#fabric #fabric-sdk-node
#fabric
#fabric-sdk-node
Oh .. .right ... in your case is would be the BatchTimeout which would force creation of blocks. You can do things the way you were doing them, you'll just need to find the right combination of timeou
Oh .. .right ... in your case is would be the BatchTimeout which would force creation of blocks. You can do things the way you were doing them, you'll just need to find the right combination of timeou
|
By
...
· #6619
·
|
|
#fabric #fabric-sdk-node
#fabric
#fabric-sdk-node
Hi team, *I was trying to do a load test of 50 users for fetching records from blockchain concurrently.* *Node SDK is used.* *So 45 users returned the output results correctly but for 5 users it showe
Hi team, *I was trying to do a load test of 50 users for fetching records from blockchain concurrently.* *Node SDK is used.* *So 45 users returned the output results correctly but for 5 users it showe
|
By
...
· #6712
·
|
|
Defining permissions to assets within an organization
#fabric
#fabric-sdk-node
#fabric-ca
Hi, Is it possible to define access control to an asset within an organization at the fabric level using user identities? The one solution I can think of is maintaining permission to the asset within
Hi, Is it possible to define access control to an asset within an organization at the fabric level using user identities? The one solution I can think of is maintaining permission to the asset within
|
By
Mrudav Shukla
· #5858
·
|
|
configtxlator does not stdout with node SDK ('child_process').exec
#fabric-sdk-node
Hi, From Node SDK, is there anyway to get stdout from configtxlator as it is possible in shell ? It seems that the --output option can not be omitted using (child_process) exec. Thanks a lot for you h
Hi, From Node SDK, is there anyway to get stdout from configtxlator as it is possible in shell ? It seems that the --output option can not be omitted using (child_process) exec. Thanks a lot for you h
|
By
Jonathan C.
· #5863
·
|
|
configtxlator does not stdout with node SDK ('child_process').exec
#fabric-sdk-node
You may start configtxlator as a server, and invoke its functions as REST APIs. This is the preferred integration option for Node SDK -- see https://fabric-sdk-node.github.io/tutorial-channel-create.h
You may start configtxlator as a server, and invoke its functions as REST APIs. This is the preferred integration option for Node SDK -- see https://fabric-sdk-node.github.io/tutorial-channel-create.h
|
By
...
· #5864
·
|
|
#fabric #fabric-sdk-node
#fabric
#fabric-sdk-node
Hi Team , I was having one doubt regarding bulk upload of data from a CSV file to a blockchain this is my code in javascript file for i < count { var property = Property{PropertyId: strconv.Itoa(start
Hi Team , I was having one doubt regarding bulk upload of data from a CSV file to a blockchain this is my code in javascript file for i < count { var property = Property{PropertyId: strconv.Itoa(start
|
By
...
· #6600
·
|
|
Use wallet identity to login,
#fabric-ca
#fabric-sdk-node
Hello, It is possible to verify user credentials during the login using the wallet identity: 1) User enters login id/password 2) Using the login id we get the identity info 3) How can i verify using t
Hello, It is possible to verify user credentials during the login using the wallet identity: 1) User enters login id/password 2) Using the login id we get the identity info 3) How can i verify using t
|
By
Nick Frunza
· #5999
·
|
|
How to correctly access current identity public key cert in node.js SDK
#fabric-sdk-node
Hi, I wish to access the public key certificate of the current user prior to invoking a chaincode transaction in my client application. At present to access the identity I do the following using the N
Hi, I wish to access the public key certificate of the current user prior to invoking a chaincode transaction in my client application. At present to access the identity I do the following using the N
|
By
Mike Harding
· #7583
·
|