This tag might refer to Microsoft Remote Desktop Services, Microsoft Robotics Developer Studio, or Microsoft Remote Data Service. For Amazon RDS, please use the [tag:amazon-rds] tag instead.
0
votes
0answers
18 views
Fujitsu fi-6130z scanner doesnt work on Windows server 2012 using Remote Fx USB Redirection
I'm using Wyse WES7 SP1 client and using RDP, i'm connecting to RD Host Server 2012 standard edition with Remote FX enabled. scanner is able to redirect using Remote Fx and i've installed appropriate ...
-3
votes
0answers
7 views
free/trial cloud RDS service [closed]
I need a MySQL RDS, or other RDS, system to store database which is constructed from ETL application on the cloud. I donot have any credit card, and I must build this database on the cloud with ETL ...
-1
votes
0answers
14 views
Automated updates from MS SQL to Amazon RDS MySQL [closed]
I have a Windows EC2 instance running a web based BI app. The instance has a local MySql database that the app uses to run itself (low load, nothing major). This BI app uses an Amazon RDS MySql ...
-1
votes
0answers
6 views
How to access URL or Endpoint Address using rds-describe-db-instance?
While using rds-describe-db-instances , a table is returned which contain many other parameters.I just require Endpoint Address.
2
votes
2answers
24 views
MySql localhost vs Amazon RDS instance
I have surprise with some of mysql performance.
When I run simple query 'SELECT 1;' on my local host (mysql 5.6.x) using workbench, its execute in 0.000s, but the same query I ran on Amazon RDS ...
0
votes
1answer
28 views
Export and import mysql at the same time on different servers
I am using AWS RDS and wish to backup my primary db hourly to a DR site in another region
What I need is a mysql command which will export the db and import into another mysql server running in a ...
0
votes
1answer
33 views
RDS Connection String in PHP
I'm frantically beginning the move from Xeround to Amazon RDS. I've been unable to connect to RDS via PHP. I've tried a number of variations of the following:
$connection = ...
1
vote
1answer
33 views
Security when connecting to EC2 instance
I have just built a cloud using AWS.
It includes a few servers including an RDS.
The RDS server is running an accounting application. I have limited access to this server to a certain security ...
0
votes
1answer
24 views
Django querysets in a distributed application
I have 4 EC2 servers running a Django 1.3.2 application with uWSGI. They all share a MySQL server on Amazon RDS. I'm experiencing some behavior where if a new objects is created through the admin and ...
0
votes
0answers
32 views
Amazon RDS CPU Utilization due to COUNT query
I have published my website on Amazon EC2 (Singapore region) and I have used MySQL RDS medium instance for data storage in the same region.
In my case, most of the select queries have some COUNT ...
0
votes
1answer
80 views
AWS EC2 Could not open a connection to SQL Server
My web application on EC2 is not able to connect to AWS RDS Db instance.
error: SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL ...
0
votes
0answers
58 views
Djnago on EC2 using RDS
I have a Django App running on an EC2 instance and trying to connect to a RDS mysql Database instance.
I have created the RDS database and added a rule to the RDS Security group that allows for EC2 ...
0
votes
1answer
40 views
RDS and pt-table-sync. Tables can't sync. How to get around this?
I'm trying to sync to tables with the pt-table-sync.
The problem is that the RDS bilong_format is setted to MIXED and the tool needs STATEMENT. And we don't have super privilegies to change it.
How ...
0
votes
0answers
51 views
How to copy an amazon rds database to local sql instance [closed]
I have an Amazon RDS database that I need to copy down to my dev box running SQL Server 2008 R2 so that I can debug a certain issue. Is there a any way to do this?
2
votes
0answers
139 views
Using impdp/expdp with RDS Oracle on AWS
I'm very new to Amazon web services, especially using their RDS system. I have set up an Oracle database (11.2) and I now want to import a dump we made locally from our server using expdp. Apparently, ...
0
votes
0answers
22 views
Why will Dreamweaver connect to our RDS server and Eclipse w/CFEclipse will not?
Current dev environment as handed to me:
Eclipse 3.4 with CFEclipse
Dreamweaver 8
CF 5 (no, not a typo, 5!) deployed as J2EE on Unix box
DW 8 connects with no issues for RDS to this CF server in ...
0
votes
0answers
142 views
MySql issue :Got error -1 from storage engine
I have a InnoDB and every so often I see the following exception when doing a insert (maybe once every 5th insert)
java.sql.SQLException: Got error -1 from storage engine
SQLState: HY000
Vendor Code: ...
0
votes
0answers
58 views
Trouble with DES_ENCRYPT in AWS RDS
I am having trouble with DES_ENCRYPT on the Amazon Web Services RDS MySQL database - the AWS RDS is SSL so it should support the DES_ENCRYPTION - in particular, WHEN I Run the SQL query from ...
0
votes
1answer
43 views
How to get tags from RDS DBInstance
I have a problem when I try to get Tags from RDS DBInstances on java.
AmazonRDS rds = new AmazonRDSClient(credentialsProvider);
ListTagsForResourceRequest request = new ListTagsForResourceRequest();
...
0
votes
0answers
35 views
Windows 2008 Server Remote Desktop session protection
I have a laptop and a desktop at home. I remote to the Windows 2008 server. The server is using RD session host server. Sometimes I forget I have logged on desktop already, I remote to server with ...
4
votes
0answers
252 views
Clipboard operations in Delphi
Local workstation: Win 7
Terminal Server: Win 2008 Server
Outlook: 2003 running on local workstation.
I'm trying to implement copying and pasting of Outlook messages from local workstation to ...
0
votes
2answers
86 views
What technology would you suggest to manage hundreds of millions of strings
I am looking at a project that involves managing hundreds of millions of strings (varchar(100)) and some related data (a few ints, some floats, etc.). The project owner has mandated that this be ...
0
votes
2answers
75 views
SMS and Email Queues from Database
I just wanted to discuss a situation I am facing.
I want to send eMails to the users - a lot of eMails - but if I send them at application run time the AWS SDK is slow for emails - bad user ...
0
votes
1answer
90 views
Need to check RDS diskspace utilization
Recently we have been facing problem on RDS as our allocated diskspace is getting exhausted on Amazon RDS.
So is there any tool/plugins (nagios plugin) available or any other utility through which we ...
1
vote
0answers
102 views
On RDS can I create Tables in a Read Replica that are not present on the Master?
We have a separate RDS Instance to handle session state tables, however found that the session DB load is very low. if we can convert the instance handling session as a Read Replica of the main DB, ...
0
votes
0answers
61 views
Windows 8 session numbers
I write fairly low level stuff under windows, code which can be started up either in session 0 or the interactive console. One of my apps reports which session it's running in for my information when ...
0
votes
1answer
211 views
Slow Large Innodb DB Import into Amazon RDS using mysqldump
OK
I am experimenting with Amazon RDS and am having heaps of trouble loading an InnoDB database using mysqldump in a timely manner.
I am trying to get my local DB to the cloud.
Using
mysqldump ...
0
votes
1answer
105 views
Does Amazon RDS support SQL Transaction Logs?
Does Amazon RDS (sql-server) support sql transaction logs? if so
How can i enable it through RDS interface?
How can i access it?
0
votes
1answer
75 views
Does Amazon RDS support other storage types than EBS?
In the RDS FAQ it says, "Amazon RDS uses EBS volumes for database and log storage". Is there any way to get RDS to store its data on another kind of storage? I'm asking because EBS has a reputation ...
0
votes
0answers
108 views
Amazon RDS w/ SQL Server wont allow bulk insert from CSV source
I've tried two methods and both fall flat...
BULK INSERT TEMPUSERIMPORT1357081926
FROM 'C:\uploads\19E0E1.csv'
WITH (FIELDTERMINATOR = ',',ROWTERMINATOR = '\n')
You do not have permission to ...
0
votes
0answers
26 views
Escaping characters while exporting from RDS MySQL
Is there an equivalent way to escape CSV characters while exporting data from RDS. RDS does not allow 'Select *.. INTO Outfile...Fields terminated by..Line Separated by..' type of query.
I am using ...
2
votes
1answer
211 views
CPUutilization of a micro instance on Cloudwatch
I am a bit confused by the data shown by Cloudwatch for a micro instance. Because a micro instance can use up to 2 cpu instances for a short period of time, is the cpuutilization shown in Cloudwatch ...
2
votes
2answers
160 views
Django Database Optimization? Is this slow or normal?
I have a few questions related with database performance. I have the following Django model and its corresponding admin class in my app. The database is MySQL and it is hosted at Amazon RDS.
It ...
0
votes
0answers
112 views
AWS RDS: error 1005(HY000) Cannot create table (error -1)
It 's drive me crazy
I use a database instance in AWS RDS with MySQL InnoDB
And suddenly, from my webapp, I get an error like: Table comment is not exists
But when i login to MySQL server and try ...
0
votes
2answers
646 views
Amazon RDS Master-Slave Relationship between EC2 instances with load balancing activated
We're planning to move our Tomcat/MySQL app onto the Amazon cloud employing 2 EC2 instances (inst_1 & inst_2) running in different availability zones whereby inst_1 will contain the master RDS db ...
2
votes
1answer
188 views
Accessing RDS With SSL - Unsupported record version Unknown-0.0
I am using Amazon RDS MySQL and connecting with SSL certificate(the default certificate available at http://s3.amazonaws.com/rds-downloads/mysql-ssl-ca-cert.pem), I am doing the following steps:
...
0
votes
0answers
39 views
Amazon RDS and mysql init_file
I need to run a bunch of queries at start up. This includes loading a memory table, changing time zone, as well as setting character set to UTF8. Apparently RDS does not have an alternative to ...
0
votes
0answers
67 views
mysql table/host partitioning — over simple/complicated?
I've been looking for ways to build mySQL scalability into my SaaS application that isn't overly complex to develop/administer, yet provides a fair degree of flexibility for scaling.
I plan to have ...
0
votes
1answer
87 views
amazon rds django recreate database
i've made some changes in the model.py and i would like to have them reflected to the db.
As far as i understood, syncdb actually does not recreate the db but only updates it.
since i modified a ...
0
votes
0answers
61 views
php API receiving and logging incoming millions of httprequests but sometime do not forward it to other http request
I am designing a high throughput system with AWS ec2; where in i have established a load balancer with couple of machine's behind it, the code running in both machines is a code-igniter based php api, ...
-1
votes
1answer
131 views
Does it make senesce to use Amazon RDS with app hosted on other managed hosting service (not amazon)
I am developing a mobile app and I am now getting to the stage where I want to put all my back-end server code online for the production version (I actually want to release my app). The back-end ...
1
vote
0answers
133 views
webbrowser control within class library executing RDS-can't change internet settings and trusted site does not work
I have been working on this problem for a week:
I have a class library that hosts a .net webbrowser control. This webbrowser control kicks off a vbscript which uses RDS technology to communicate ...
0
votes
0answers
18 views
Is it possible to host 2 databases on 1 RDS instance?
It seems odd that you create a DB instance identifier (the vm machine name, presumably), and then a database name separately, if you can only host 1 database on a vm at a time. Is there something I'm ...
-1
votes
2answers
41 views
Unable to Decide which Amazon Web service goes well for our business? [closed]
Our Business Needs:
Want to launch a java based Web service
Need a mySQL database for the web application
We will need to run same web service securely for 10 different cuatomers
Our Plan:
Will ...
0
votes
1answer
110 views
Not able to update RDS database from Rails
If I log into the mysql terminal I am able to make any updates or additions to the RDS database that I want to. But when I use Active Record from my rails console, I can only access the data, not ...
1
vote
1answer
55 views
Can connect via command line but not via a PHP script
We upgraded our Amazon RDS instance and the application could not connect to the new one. We tried to SSH into the app server and then connected fine via the command line. We made a simple one line ...
1
vote
1answer
240 views
Connect to multiple mysql database in a single Resource
I am using RDS and have one master database which I write to and two read replication databases
I am using tomcat jdbc and I connect to the database via
Now I need to connect to the second read ...
0
votes
2answers
200 views
Create local copy of Amazon RDS Database
How do I mysqldump the database on my AWS RDS instance to a .sql file for local use?
0
votes
2answers
532 views
Magento and Amazon RDS - timeouts
I have a Magento CE 1.7 installation on an Amazon EC2 instance with the Magento database on an Amazon RDS Large database instance. Generally things seems to be configured ok.
However, when performing ...
2
votes
0answers
89 views
Heroku grails app fail to connect to mysql RDS “wrong scheme in URI”
I want to connect to mysql RDS instance from java/grails application.
And I am getting this kind of error:
[main] ERROR heroku.HerokuBeanPostprocessor - Problem updating DataSource: wrong scheme in ...

