在没有源和目标环境的情况下读取DTS中的数据泵任务
我正在迁移一个 DTS 包,其中包含 oledb 源(但我们无权访问源)、olebd 目标(但我们有权访问目标)和 DATA Pump 任务。
在这种情况下如果我想将其迁移到2008任务是否可以。
我不知道映射是如何定义的,因为 2000 设计器抛出错误说无法找到源。
有没有办法在打开数据泵任务时跳过源验证,以便我可以看到映射并定义 SSIS 包。
请帮忙。有点紧急:(
I am working on migrating a DTS package which contains a oledb source (but we dont have access to the source), a olebd destination (but we have access to the dest.) and a DATA Pump Task.
In this situation If i want to migrate it to 2008 task is it possible.
I don't know how the mappings are defined as 2000 designer throws errors saying unable to find source.
Is there way to skip valdiation of Source when opening Data Pump Task, so that i can see the mappings and define SSIS package.
Please help. its a bit urgent :(
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以这样做,但您必须进行大量单击才能获取列名称:
打开 DTS 包并在“包”菜单中点击“断开连接的编辑”。您必须在那里找到指定的泵任务(在任务下)。在那里您将定义转换(通常每列 = 1 个转换),并且在每个转换下您将有源列和目标列。
You can do that, but you will have to do a lot of clicking to get the column names:
Open the DTS package and in the "package" menu hit the "disconnected edit". There you have to find the specified pump task (under the tasks). There you will have transformations defined (usually each column = 1 transformation) and under each transformation you will have source and destination columns.