all groups > sql server dts > july 2007 >
You're in the

sql server dts

group:

Strange Error from Pacakage


Strange Error from Pacakage TobiR
7/25/2007 8:02:02 AM
sql server dts:
Hi,

I have a SSIS Package that uses SQL Server to store the config data. When
the package executes I get these warnings (16 of them) there are 8 config
keys. If there are 14 config keys there are 28 warnings. In Visual Studio
they are printed in chinese!

I have deleted the config and re done it - still get the same problem.

However the package still executes ok.


Anyone any clues?

thks

Tobi.


i.e.

FROM DTEXEC

Warning: 2007-07-25 13:33:08.79
Code: 0x80012018
Source: ImportClientMatterSegmentData
Description: The configuration entry, "?????????????????????????????",
has an incorrect format because it does not begin with the package delimiter.
Prepend "\package" to the package path.


FROM VS2005

Warning 1 Warning loading ImportClientMatterSegmentData.dtsx: The
configuration entry, "停捡慫敧䌮湯敮瑣潩獮䍛楬湥⁴千嵖倮潲数瑲敩孳潃湮捥楴湯瑓楲杮]", has an incorrect
format because it does not begin with the package delimiter. Prepend
"\package" to the package path. C:\VSProjects06\EWE2007\Trunk\Freshfields
Integration Services\Client and Matter Data
Import\ImportClientMatterSegmentData.dtsx 1 1

RE: Strange Error from Pacakage TobiR
7/30/2007 2:40:00 AM
Any Ideas anyone?

Thks

Tobi




[quoted text, click to view]
RE: Strange Error from Pacakage Leda
8/1/2007 10:52:01 AM

Tobi:

I'm having the same issue... If you find a solution, will you post and I'll
do the same.

Thanks!
RE: Strange Error from Pacakage TobiR
8/3/2007 8:54:03 AM
Hi Leda,

I did find a solution, I had changed the nvarchar(255) to varchar(255) so I
could form a composite primary key on ConfigurationFilter & PackagePath. It
doesn't like it so I removed them and used the stanadard create table script
that SISS creates when you select new table.

The error's then go away.

Hope this helps

Regards

Toby.

[quoted text, click to view]
AddThis Social Bookmark Button