Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1180880
  • 博文数量: 398
  • 博客积分: 10110
  • 博客等级: 上将
  • 技术积分: 4055
  • 用 户 组: 普通用户
  • 注册时间: 2007-12-23 20:01
个人简介

新博客http://www.cnblogs.com/zhjh256 欢迎访问

文章分类

全部博文(398)

文章存档

2012年(1)

2011年(41)

2010年(16)

2009年(98)

2008年(142)

2007年(100)

我的朋友

分类:

2009-08-25 19:45:25

近日学习SSIS,在学习联机丛书的教程3时遇到如下错误,于是返回去看了下教程二,原来使用枚举器要经过一个包变量,类似程序设计语言中的临时循环变量,而拷贝教程二中的示例之后,不知道为什么这个varFileName包变量怎么不见了,重新创建该变量之后问题解决。

标题: Microsoft Visual Studio
------------------------------

保存包时出现一般错误:
Lesson 1 出错: The variable "用户::varFileName" was not found in the Variables collection. The variable might not exist in the correct scope.

Lesson 1 出错: Attempt to parse the expression "@[用户::varFileName]" failed and returned error code 0xC00470A6. The expression cannot be parsed. It might contain invalid elements or it might not be well-formed. There may also be an out-of-memory error.

Lesson 1 出错: The expression "@[用户::varFileName]" on property "ConnectionString" cannot be evaluated. Modify the expression to be valid.

 


------------------------------
按钮:

确定
------------------------------

阅读(2102) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~