问题标签 [rds]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
1880 浏览

vb6 - 找不到对象/模块:从 VB6 应用程序到 Win2003 服务器的 RDS

我有一个用 VB6 编写并在 Windows 2000 服务器上运行的相当旧的应用程序 EXE,它使用 RDS(远程数据服务)来访问在 Windows 2003 服务器上运行的业务对象 DLL(也用 VB6 编写)。DLL 从未在此服务器上运行(我们正在将组件从旧的 W2K 服务器上移出),但它已注册并定义为 W2k+3 服务器上的组件。

调用 DLL 的具体代码是:

CreateObject 似乎工作正常,但调用 AddBatches 方法会引发错误号 8209“Internet 服务器错误:找不到对象/模块”。我倾向于认为问题的根源存在权限问题,但如果是这种情况,为什么不说“你没有权限”?

我真的很想重写整个应用程序,但“他们”不会让我这样做。

0 投票
1 回答
748 浏览

windows-server-2003 - Windows 2003 上的 msxml3.dll 是否存在任何已知问题?

我正在尝试将使用 RDS 访问的 VB6 业务对象从 Windows 2000 迁移到 Windows 2003 服务器环境。我没有对应用程序和调用应用程序进行任何更改,但是当代码执行到达解析对象应该处理的 XML 数据点 (SAXXMLReader) 时,我收到错误代码 440 自动化错误。该应用程序使用 msxml3.dll,该 dll 安装在服务器上。有谁知道 msxml3 和 win2003 服务器之间是否存在已知问题?

或者有什么其他建议?

这是调用阅读器的代码:

我不知道把代码放在这里会有什么价值。SAX 阅读器内容处理程序的实现相当大且笨拙。问题不在代码中,我不相信,因为这个应用程序在 Win 2k 服务器上运行良好。

0 投票
3 回答
592 浏览

ado.net - .net 中是否有类似 RDS(远程数据服务)的概念?

.net中有没有像RDS(远程数据服务)这样的概念???

0 投票
1 回答
753 浏览

c# - 在 RDS 上运行的 Crystal Reports WPF 查看器导致 GDI+ 一般错误

我开发了一个 WPF 应用程序,在他们的新 WPF 查看器中显示 CR。如果报表有图表,则一位用户会收到 GDI+ Generic 错误。在我的测试中,我还没有得到错误。任何想法可能导致错误?

该应用程序在带有 RDS 的 Windows 2008 R2 中运行。

任何帮助将不胜感激。

谢谢,

瑞克

0 投票
1 回答
1069 浏览

apache-flex - RDS 和 blazeds 在 flash builder 4.5 中有错误

请帮帮我,我有一个关于 RDS 和 blazeds 的问题,当我使用 flash builder 4.5 连接服务器数据时,出现 rds 错误(403 或 404),但我可以 ping “http://10.25.129.151: 8400/testdrive/test/" 在 Chrome 或 ie 上。所以我不知道如何在 flash builder 4.5 中配置 rds 或者我必须配置其他人?

0 投票
1 回答
2234 浏览

powershell - 通过 PowerShell 检查页面重定向

我正在研究 RDWeb 访问解决方案,并想检查在 Internet Explorer 页面中键入时 RDS 主机是否重定向到https://rds.ca.org/rdweb

例如,我想通过 PowerShell 脚本检查我是否在 IE 页面中键入srdshost01020304,它应该为我提供重定向链接。

0 投票
1 回答
637 浏览

c# - 在 C# 中使用 RDS.DataSpace 连接到业务对象

是否可以使用 C# 完成此任务?

我尝试过Activator.CreateInstance(Type.GetTypeFromProgID(""));但没有成功,此外我想以另一种方式知道我可以连接到我的业务对象。

提前致谢!

0 投票
1 回答
492 浏览

mysql - 是否可以将 RDS 实例配置为我当前 MySQL 服务器的从属服务器?

我想启动一个 RDS 实例,作为我当前 MySQL 服务器的从属服务器。我目前的 MySQL 服务器处于生产环境,但我们计划在 EC2+RDS 上运行一个新功能,并且新功能是只读的。我们需要将部分数据库复制到 RDS。

一种选择是使用定期作业将数据从当前 MySQL 复制到 RDS,但我仍然想知道是否可以利用 MySQL 本身的主/从复制功能。

谢谢。

0 投票
0 回答
150 浏览

mysql - Heroku grails 应用程序无法连接到 mysql RDS“URI 中的错误方案”

我想从 java/grails 应用程序连接到 mysql RDS 实例。我收到这种错误:

我可以连接“heroku sql”并毫无问题地向数据库发出请求。

0 投票
2 回答
1504 浏览

php - 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 bulk import operations I am hitting some sort of 120 second failure. I kick off the import process and exactly 120 seconds in Chrome tells me:

Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending any data

Sure enough the import has failed.

I have tried the often given advice of the php.ini settings:

memory_limit = 256M

max_execution_time = 1800

But they don't fix it. I have tuned a number of RDS Parameter Group settings as well:

innodb_lock_wait_timeout=120

for example - but again no success.

It is clear that there is some hard-coded 120 second limit somewhere (i've timed it many times!) but i cannot work out what parameter is causing the issue.

I have tried cutting up the import file into small sections and it runs just fine when i do that. So its not input data related either

Any help much appreciated - have pushed 2 days into this issue already :(

TIA!