Mar 17 2019
10:50 PM
- last edited on
May 26 2021
01:29 PM
by
TechCommunityAP
Mar 17 2019
10:50 PM
- last edited on
May 26 2021
01:29 PM
by
TechCommunityAP
Hi,
I have setup a use case of supply chain blockchain sample application in Azure Blockchain Workbench. However, if I want to demonstrate the transaction of hash chain for proof of concept, how can I retrieve transaction details from data block in the blockchain via Azure Blockchain Workbench?
Please advice.
Regards,
Wilson
Mar 27 2019 02:48 PM
@wilsonclwong In the Activity view, click on the transaction you care about. In the pane, you will see the Transaction hash.
Apr 26 2019 10:27 AM
@Zeyad Rajabi- it is easy to see transaction details from workbench app, as those details are retrieved from SQL instance.
Question: how to retrieve transaction(s) details directly from ethereum on Azure?
ps: could I sent request to rpc_endpoint?
I am troubled as provisioned ethereum VMs has private ip(s) only.
Like the one: http://10.0.xxx.xxx:8540
Apr 26 2019 10:29 AM
@Elkhan Yusubov We close down the IP for security, but you can manually open it up again. Note, if you do so you are exposing your endpoint to the internet.
Apr 26 2019 10:43 AM - edited Apr 26 2019 10:45 AM
@Zeyad RajabiThanks for quick response.
Currently, I am experiencing issues on workbench app, after Ethereum VMs (2) are restarted.
Error on workbench app says:
"This may take some time. Your administrator can use RequestId 11df8762-9b99-4eea-a2d7-abb6c67b482a to look up details in Application Insights. Learn more."
How to resolve above error issues?
ps: I see errors in application insight (attached screen-shot):
Apr 26 2019 11:00 AM
Apr 26 2019 11:42 AM
Apr 26 2019 12:04 PM
@Elkhan Yusubov Thanks for sharing details. It looks like some of the Workbench services may not be working properly. Can you try restarting the workbench VM? (not the blockchain network VMs)
Nov 18 2019 05:25 PM - edited Nov 18 2019 07:12 PM
@Zeyad Rajabi, @Brenda Lee How can I access the transaction data programatically(via APIs)?
May 03 2020 12:51 PM
Hi @wilsonclwong ,
After configuring Azure blockchain workbench .SQL database will also be created in resources. You may login to sql database with credentials you have provided at time of configuring Azure workbench and can see transaction details.
To capture those transaction to trigger any event you may also use logic app connector.
thank you
Asif
May 03 2020 12:55 PM