Has anyone managed to connect to s3 using SAS Enterprise guide v6.1? - amazon-s3

Wondering can anyone help me with something. I am working for a client who uses SAS EG V6.1 It's old and crap. In newer versions there is an s3 connector built in however this one only has a http proc. I am wondering has anyone managed to connect to s3 using this?
I have tried this but ran into an issue where I need to sign the request using sha256.... However this sad version doesn't even have that.
Any suggestions greatly appreciated.
Thanks

Related

Symfony/API Platform no UI

I am trying out the Platform API framework that works with Symfony.
I am following their docs and trying to set up the little demo API.
Everything goes OK, at least I think. When I run the server I see no UI I only see this text in my browser:
{"#context":"\/contexts\/Entrypoint","#id":"\/","#type":"Entrypoint","book":"\/books","person":"\/people","organization":"\/organizations"}
Anyone knows what goes wrong here?
I am using composer for this little demo.
Any help is very much appreciated!
Thanks in advance!
Are you sure to use the version 2 of API Platform (the v1 doesn't have a builtin UI).
To execute the V2, you need PHP 7 or superior.
Do you use the provided Docker image?

Why is not SignalR.Redis available on NuGet?

first of all this is my first question and I want to follow rules, but if I made a mistake, I am apologize :) My problem is that I want scale-out my website, which using SignalR and I wanted to download SignalR.Redis from NuGet. But it says that there is nothing like this but I found some tutorials witch talking about support for Redis in form of mentioned package on NuGet. I looking on internet for the reason of missing package, but I didnĀ“t find any information about that. Or am I doing something wrong? Can you help me, please?
SignalR Redis is not currently available. The beta for 1.1 will be coming out soon which will have the Redis scaleout package.

Tips and steps for setting up ruby on rails continuous integration server with github integration

I'm still new with ruby on rails and am tasked with setting up a continuous integration server/service that uses the code hosted on github and alerts when the tests fails. Amazon EC2 was recommended as a service to use as platform for the service.
I did some research and tried to set up the system using a step by step tutorial but I'm not used to work with Amazon EC2, so I kinda failed doing that.
Can you help me with some advices or first steps to take?
Thanks
For CI server you can use CruiseControl developed by ThoughWorks
. Its open source as well . You can get it from github as well.
And pretty much simple to set up only takes 10 min to setup and as its written in ruby its pretty much simple to hack and customize to as per your need .
Reply me if you find anything problem in setup CI
Thanks

Uploading a file with Rails and ExtJS?

I am building RoR project with ExtJS on the client side, but I need uploading a file for process on the server side.
Please anybody can help me?
Thanks in advance
Note: I using ExtJS 4 with the new MVC pattern...
On client side you can use Ext.form.field.File (There is good example illustrating how to use this widget).
This tutorial may help you in organizing server side.

SFTP using VB.NET 1.1

one of the task assigned to me is convert the FTP Application to SFTP using VB.NET 1.1.
I am looking the on the internet but I am not getting any free/open source API which support this. Is anybody know about this? if yes could you please share the code?
Thanks
Jwalin
You might check this link: http://vbcity.com/forums/t/70156.aspx
I don't know if they've updated for sFTP support, but it could get you started.