Questions tagged [sdk]
14 questions
3
votes
1 answer
EC2 : How to assign multiple elastic IPs to a single network interface via SDK
Would anyone know how to associate multiple Elastic IPs to a single instance via the Amazon SDK ? In Ruby, I've tried to use both the aws-sdk and fog gems, which work fine for a single address, but error out trying to assign multiple.
Via the Web…
jonathanserafini
- 1,738
- 14
- 20
1
vote
0 answers
"Reconfiguring virtual machine" stuck at 100 percent with Terraform
Today at 7:11 am, I started a terraform build. JWTCVTRNIDB01 is the server.
It cloned successfully. Here is terraform error line 25239
2019-04-26T07:22:54.643-0700 [DEBUG] plugin.terraform-provider-vsphere_v1.6.0_x4: 2019/04/26 07:22:54 [DEBUG]…
Sean Lancaster
- 21
- 3
1
vote
3 answers
Unable to install GoogleCloudSDKInstaller on windows 2008 R2 standard
I am getting an error which says the following when trying to install GoogleCloudSDKInstaller on windows 2008 R2 standard server.
Download failed: HTTP/1.0 403 Forbidden
Output folder: C\Program Files (x86)\Google\Cloud SDK
Downloading Google Cloud…
bcitnm
- 11
- 2
1
vote
2 answers
Error when creating a certificate using Windows SDK 7.1 Command Prompt
I am a new administrator with very little experience, trying to configure my ADFS to cooperate with a single sign-on solution to cloud-based help desk software to be used internally in my organization. I have installed the Windows 7.1 SDK package on…
Joe A
- 33
- 7
1
vote
1 answer
Microsoft Windows .NET/Visual Studio SDKs installed on production server
We have a variety of SDKs installed on a production Microsoft Windows 2003 SP2 server and I'd like to know if there is any good reason for them to be there, or if they represent a security risk.
Microsoft Windows SDK for Visual Studio 2008…
user3271228
- 27
- 4
1
vote
1 answer
Amazon SES data via AWS S3: Is there a simple way to list and download a folder and get line counts?
I've set up Amazon SES to send a company announcement to a list of about 1,000 contacts. I set up the Kenesis Firehose to log all e-mail events (e.g., Send, Bounce, Click) to a bucket in S3. SES seems to provide tools for bulk analysis of massive…
NewSites
- 113
- 3
0
votes
1 answer
How to solve problems with AppxPackaging.dll (Windows App Certification Kit)?
We receive the follow error message on building an UWP application.
Task 'ValidateAppxManifest' failed. Retrieving the COM class factory
for component with CLSID {5842A140-FF9F-4166-8F5C-62F5B7B0C781} failed
due to the following error: 8007045a…
Horcrux7
- 165
- 5
0
votes
1 answer
How to get application_default_credentials.json file in GCP?
I'm developing an application locally(python), I want to list the details of all the projects & their instances.
In order to perform this, I have generated application_default_credentials.json file by executing gcloud auth application-default login…
kiran
- 101
- 2
0
votes
1 answer
Difficult logging into SDK for Google Cloud Platform
My intention was to compare GCP with AWS. But had authentication challenge right off the gun.
I opened an account and brought up an instance no problem. But then downloaded the SDK (linux version). After issuing the gcloud init - I got to the…
williamk
- 123
- 1
- 10
0
votes
1 answer
Is there an SDK for VMware fusion?
Is anyone aware of and SDK for VMware Fusion?
I'd like to be able to programmatically control fusion from inside of a java/scala application. The closest thing I have found is the vmrun CLI command but it doesn't have all the features and I'd…
Anthony Skipper
- 109
- 3
0
votes
0 answers
Citrix XenServer Powershell Invoke-XenVM -Action MigrateSend
I'm trying to migrate a Xen-VM via Powershell-Script like this:
$VMname = "VM-01"
Invoke-XenVM -Name $VMname -XenAction MigrateSend -Live $true -Options $htOpt -VifMap ??? -VdiMap ??? -Async
How can I create the fitting values for VifMap and VdiMap?
Igor
- 1
0
votes
2 answers
Best Practice for AWS IAM access keys for use with AWS SDK
I want to know the best practice used by big company's for programmatic access for multiple AWS services as there are multiple programs needing access to different-2 services so how it is managed? Did they create multiple access keys for each…
Rocky
- 49
- 1
- 9
0
votes
1 answer
No compatible version found in container
My Error in Logs Explorer when I deploy my App in Google Cloud>Workloads
It was not possible to find any compatible framework version
The framework 'Microsoft.NETCore.App', version '3.1.0' was not found.
The following frameworks were found: 5.0.4 at…
user623915
- 1
- 1
-1
votes
1 answer
Running java application fails with "Unsupported major.minor version"
I want to install a java in my linux centos 64bit
when I run it
it gave me an error
what should I install in my server
I have java 1.6
java -jar licence.jar
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/dgt/jl/App :…
Mohammad Alipour Fathkoohi
- 19
- 1
- 7