I'm trying to setup a DB that everyone can access over the web using the Amazon S3 bucket system. I have the bucket named and created. I copied the keys needed for login and have done that twice just to verify that they are correct. Still doesn't work. Any help would be great!!
Here's the error log i'm getting:
ThreeSharpException - The request signature we calculated does not match the signature you provided. Check your key and signing method.
at Affirma.ThreeSharp.Query.ThreeSharpQuery.ThrowIfErrors(HttpWebResponse httpWebResponse)
at Affirma.ThreeSharp.Query.ThreeSharpQuery.Invoke[T](Request request)
at Devolutions.RemoteDesktopManager.Business.DataSources.S3ConnectionDataSource.Save(String aContent)
at Devolutions.RemoteDesktopManager.Business.DataSources.S3ConnectionDataSource.SaveConnection(Connection aConnection)
at Devolutions.RemoteDesktopManager.Managers.ConnectionManager.AddConnection(BaseConnectionDataSource aConnectionDataSource, Connection aConnection, Boolean aIsSharedTemplate)
at Devolutions.RemoteDesktopManager.Forms.FrmMain.mnuImportFromRoyalTS_Click(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Hi,
I will do some test and get back to you.
edited by dhervieux on 2/15/2010
David Hervieux
Hi,
I just did some test and it works fine, I found that:
http://docs.amazonwebservices.com/AmazonS3/latest/index.html?ErrorCodeList.html
Your error code is listed:
The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. For more information, see Authenticating REST Requests and Authenticating SOAP Requests for details.
Can you try to open the connection with the same setting and another application,
http://www.cloudberrylab.com/default.aspx?page=cloudberry-explorer-amazon-s3
Let me know
David Hervieux
That's what's throwing me for a loop. I'm able to log into the software via the cloudberry software. That's how I created my bucket. Also if and when we get this working the data source for the S3 data source is asking for the Key name. Defaul it's connections.xml. How do I get the connections.xml file up there?
The connections.xml file will be created the first time you login. It appear that it does not login? Do you connect in Europe ?
Let me know
David Hervieux
nope, USA
Nevermind on this thread, I did the sql setup and it works for what we're going to do. Thank you for your help.
Anyway, if you want to share it with multiple uses, the Sql Server data is better.
David Hervieux
yep, it's working great now. Thanks!!
I am unable to use S3. I can get access via CloudBerry Explorer.
Error is...
Hi,
I tried somethingm can you try this special build:
http://remotedesktopmanager.com/download/Devolutions.RemoteDesktopManager.Bin.5.7.2.5.zip
David Hervieux
Sorry that I didn't get back to you sooner. I didn't try this special build as you released 5.7.3.0 since then and that version fixes the problem. Probably because you rolled that in. :-) Thanks.
Great,
Exactly, I glad that it works now.
David Hervieux