From Saturday, Nov 23rd 7:00 PM CST - Sunday, Nov 24th 7:45 AM CST, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
From Saturday, Nov 23rd 7:00 PM CST - Sunday, Nov 24th 7:45 AM CST, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
03-06-2023 11:33 PM
Hello,
Using the "NI Cloud Tookit for AWS" I get "Access Denied" error 412001:
NI_AWS_Core.lvlib:HTTP Request.lvclass:Create Error Cluster from Response Body.vi<ERR>
Access Denied
<b>Complete call chain:</b>
NI_AWS_Core.lvlib:HTTP Request.lvclass:Create Error Cluster from Response Body.vi
NI_AWS_Core.lvlib:HTTP Request.lvclass:Check Error and Get Call Result.vi
NI_AWS_Core.lvlib:HTTP Request.lvclass:Send API Request v4.vi
NI_AWS_Core.lvlib:HTTP Request.lvclass:Make HTTP Request v4.vi:480001
NI_AWS_Core.lvlib:HTTP Request.lvclass:Low-Level HTTP Request AWS v4.vi:4270001
NI_AWS_S3.lvlib:Bucket.lvclass:List Buckets.vi
unit_test_aws_s3.vi
Using "LabVIEW Interface for S3" I get similar. Error 400100
Error 400100 occurred at LV Interface for Amazon S3.lvlib:List Buckets.vi->unit_test_aws_s3.vi
Possible reason(s):
AccessDenied
Access Denied
I have an IAM user with groups and policies set up per here:
Though I can't for the life of me find any examples for either set of libraries. I don't see documentation either.
I also don't see setting the region, which seems important since S3 is regional by default.
How do I get the S3 Hello World working here?
Cheers,
Joe
Solved! Go to Solution.
03-07-2023 09:38 PM
I started poking around in the subvi's and found that I cannot follow the flow with the debugger. I lose the trail when
calls
The LL HTTP Request AWS v4.vi is entirely blank. Neither breakpoints or probes work.
What is going on here...
03-07-2023 09:43 PM
Editing Make HTTP Request v4.vi to change the Region to what it is supposed to be causes this to work.
Boy wouldn't it be nice if, like 99% of all other LabVIEW libraries, this was part of some sort of INIT block.
Onward.
Cheers,
Joe