Showing posts with label specified. Show all posts
Showing posts with label specified. Show all posts

Sunday, March 25, 2012

DTS Error: Importing from Excel file to SQL Server 2000

Data for Source Column 15 'Notes' is too large for the specified buffer size.

How do I get around this, I can see some of the notes entries are beyond 255 chars so I changed the destination datatype totext

I have never seen this error when importing before. What do I do?

An error I've gotten way too much. Some things you can try:

- The Excel provider (JET) often makes assumptions based on the first 8 lines of the file, and sometimes that is the problem).
- Or you can save to comma separated or tab separated file format, and import that way.

Oftentimes, I cannot figure out the problem as well. I've tried posting before, but no answer. The only thing I come up with is to save to tab-delimited, and import that way.

Sorry I can't be more help; hopefully someone has the answer.

DTS Error - Data too large for specified buffer size

I'm trying to import data into my table and I'm received an error message
that I've been able to resolve.
The message is:
Error Source: Microsoft Transformation Services (DTS) Data Pump
Error Description: Data for source column 3 ("column_name") is too large for
the specified buffer size.
The destination column size is 500 in the table and the data in the import
file for that row and column is 280 characters.
Any ideas?
Thanks in advance,
Scott
It's working now.
This link was helpful as well I switched from ODBC to OLE connection.
http://support.microsoft.com/kb/281517/EN-US/
Thanks,
Scott
"Scott Natwick" <nospamplease@.yahoo.com> wrote in message
news:j7idnVAdiJWFwz7cRVn-gA@.comcast.com...
> I'm trying to import data into my table and I'm received an error message
> that I've been able to resolve.
> The message is:
> Error Source: Microsoft Transformation Services (DTS) Data Pump
> Error Description: Data for source column 3 ("column_name") is too large
> for the specified buffer size.
> The destination column size is 500 in the table and the data in the import
> file for that row and column is 280 characters.
> Any ideas?
> Thanks in advance,
> Scott
>

DTS Error - Data too large for specified buffer size

I'm trying to import data into my table and I'm received an error message
that I've been able to resolve.
The message is:
Error Source: Microsoft Transformation Services (DTS) Data Pump
Error Description: Data for source column 3 ("column_name") is too large for
the specified buffer size.
The destination column size is 500 in the table and the data in the import
file for that row and column is 280 characters.
Any ideas?
Thanks in advance,
ScottIt's working now.
This link was helpful as well I switched from ODBC to OLE connection.
http://support.microsoft.com/kb/281517/EN-US/
Thanks,
Scott
"Scott Natwick" <nospamplease@.yahoo.com> wrote in message
news:j7idnVAdiJWFwz7cRVn-gA@.comcast.com...
> I'm trying to import data into my table and I'm received an error message
> that I've been able to resolve.
> The message is:
> Error Source: Microsoft Transformation Services (DTS) Data Pump
> Error Description: Data for source column 3 ("column_name") is too large
> for the specified buffer size.
> The destination column size is 500 in the table and the data in the import
> file for that row and column is 280 characters.
> Any ideas?
> Thanks in advance,
> Scott
>

Thursday, March 22, 2012

DTS distribution - LoadLibrary failed - the specified module could not be found

Hi,

i have a VB.net (2005) application that just runs a DTS package. I tried to install my application in a CLEAN XP computer (it means without any SQL2000 tools or DLLs, ONLY the .net framework 2.0).

When i try to register the dtpkg.dll and all the other dlls using regsvr32.exe i receive the error

"LoadLibrary("C:\program files\myapp\dtspkg.dll) failed - the specified module could not be found".

in C:\Windows\system there is the sqlunirl.dll

In C:\program files\myapp folder i have all the following DLLs:

sqlresld.dll

dtsffile.dll
dtspkg.dll
dtspump.dll
axscphst.dll
dtsrun.exe
sqlunirl.dll
custtask.dll

and in C:\program files\myapp\resources\1033 folder the RLLs

dtsffile.rll
dtspkg.rll
dtspump.rll

custtask.rll

axscphst.rll

dtsrun.rll

I followed step by step all the dts redistribution instructions as explained in this article

http://www.sqldts.com/225.aspx

and in the redist.txt contained in the SQL2000 CD.....

Anybody has ideas?

Thx

mcrisf

I am having the same issue. I followed the steps on the site exactly but I still get the "LoadLibrary("C:\program files\myapp\dtspkg.dll) failed - the specified module could not be found". error. Anyone?|||

Copy required .rll files in the binn\resources\1033 folder.

Make sure sqlresld.dll is present in the binn folder.

DTS distribution - LoadLibrary failed - the specified module could not be found

Hi,

i have a VB.net (2005) application that just runs a DTS package. I tried to install my application in a CLEAN XP computer (it means without any SQL2000 tools or DLLs, ONLY the .net framework 2.0).

When i try to register the dtpkg.dll and all the other dlls using regsvr32.exe i receive the error

"LoadLibrary("C:\program files\myapp\dtspkg.dll) failed - the specified module could not be found".

in C:\Windows\system there is the sqlunirl.dll

In C:\program files\myapp folder i have all the following DLLs:

sqlresld.dll

dtsffile.dll
dtspkg.dll
dtspump.dll
axscphst.dll
dtsrun.exe
sqlunirl.dll
custtask.dll

and in C:\program files\myapp\resources\1033 folder the RLLs

dtsffile.rll
dtspkg.rll
dtspump.rll

custtask.rll

axscphst.rll

dtsrun.rll

I followed step by step all the dts redistribution instructions as explained in this article

http://www.sqldts.com/225.aspx

and in the redist.txt contained in the SQL2000 CD.....

Anybody has ideas?

Thx

mcrisf

I am having the same issue. I followed the steps on the site exactly but I still get the "LoadLibrary("C:\program files\myapp\dtspkg.dll) failed - the specified module could not be found". error. Anyone?|||

Copy required .rll files in the binn\resources\1033 folder.

Make sure sqlresld.dll is present in the binn folder.

sql

DTS Designer Error: The specified module could not be found

Hi folks
I am connecting to a SQL Server 2000 (SP3) from a client Enterprise
Manager. It connects to it, well.
But if I try to open an existing DTS package (located under Local
packages) it throws an error "DTS Designer Error The specified module
could not be found" and it closes.
Same error occurs if I try to open a .dts file also.
Your help is appreciated.
Thanks in advance
Venkat.
*** Sent via Developersdex http://www.examnotes.net ***
Don't just participate in USENET...get rewarded for it!Hi
Searching google for you error messages turned up these two possible
solutions:
http://tinyurl.com/66tsu
http://tinyurl.com/6e6jm
John
"Venkatesan" wrote:

> Hi folks
> I am connecting to a SQL Server 2000 (SP3) from a client Enterprise
> Manager. It connects to it, well.
> But if I try to open an existing DTS package (located under Local
> packages) it throws an error "DTS Designer Error The specified module
> could not be found" and it closes.
> Same error occurs if I try to open a .dts file also.
> Your help is appreciated.
> Thanks in advance
> Venkat.
>
> *** Sent via Developersdex http://www.examnotes.net ***
> Don't just participate in USENET...get rewarded for it!
>

DTS Designer Error - Specified file not found

Hi there,

lately I had the following message on win2000 sp4 with sqlserver2000 sp3a: "DTS Designer Error - Specified file not found".
Then in the DTS editor the Task menu objects are missing and it is not possible to link a source and a target using Transform Data Task.

Before it used to work fine.

I have done the following:

- installing again last sp: same issue again
- reinstalling sqserver with a registry deep cleaning: same issue again
- started disabled windows services: same issue again

any idea?

Carsten

edit:
Could it be possible that a lately installed fix for Win2K interferes with DTS-Designer?Finally found a solution for this problem!

http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=19&messageid=112035

Tuesday, February 14, 2012

DST Problem

After installing the Microsoft DST patch on the server running RS2000 we are
getting the following error when trying to run reports:
Specified argument was out of the range of valid values. Parameter name: date
If I uncheck the observe DST on the date/time control panel app then all is
OK.
Right now I have it off and adjusted the time manually.
Any suggestions on how to resolve this.On Mar 12, 8:51 am, Kyle <K...@.discussions.microsoft.com> wrote:
> After installing the Microsoft DST patch on the server running RS2000 we are
> getting the following error when trying to run reports:Specifiedargumentwasoutof therangeofvalidvalues.Parametername:date
> If I uncheck the observe DST on thedate/time control panel app then all is
> OK.
> Right now I have it off and adjusted the time manually.
> Any suggestions on how to resolve this.
I too have found the same issue and your workaround works for me as
well. If I come up with a resolution, I will post back. What SP are
you running? I we are on SP1.|||We are running:
Windows 2000 SP4
Reporting Services 2000 SP1
SQL Server 2000 (Not sure of the service pack)
"msprygada@.gmail.com" wrote:
> On Mar 12, 8:51 am, Kyle <K...@.discussions.microsoft.com> wrote:
> > After installing the Microsoft DST patch on the server running RS2000 we are
> > getting the following error when trying to run reports:Specifiedargumentwasoutof therangeofvalidvalues.Parametername:date
> >
> > If I uncheck the observe DST on thedate/time control panel app then all is
> > OK.
> >
> > Right now I have it off and adjusted the time manually.
> > Any suggestions on how to resolve this.
> I too have found the same issue and your workaround works for me as
> well. If I come up with a resolution, I will post back. What SP are
> you running? I we are on SP1.
>|||On Mar 12, 10:05 am, mspryg...@.gmail.com wrote:
> On Mar 12, 8:51 am, Kyle <K...@.discussions.microsoft.com> wrote:
> > After installing the Microsoft DST patch on the server running RS2000 we are
> > getting the following error when trying to run reports:Specifiedargumentwasoutof therangeofvalidvalues.Parametername:date
> > If I uncheck the observe DST on thedate/time control panel app then all is
> > OK.
> > Right now I have it off and adjusted the time manually.
> > Any suggestions on how to resolve this.
> I too have found the same issue and your workaround works for me as
> well. If I come up with a resolution, I will post back. What SP are
> you running? I we are on SP1.
Our sys admin had me look at this
http://support.microsoft.com/?kbid=931975&SD=tech
but he updated the server with the update and we do not have SQL
Notification Services. So this was of no help to me but maybe it can
help you.|||On Mar 12, 10:46 am, Kyle <K...@.discussions.microsoft.com> wrote:
> We are running:
> Windows 2000 SP4
> Reporting Services 2000 SP1
> SQL Server 2000 (Not sure of the service pack)
>
Windows 200 SP4, RS 200 SP1 (I think SP2 is out), and SQL Server SP3
To get version, type select @.@.version in QA (version info below)
SQL Server 2000 version and level @.@.VERSION ProductLevel
SQL Server 2000 Original Release 8.00.194 RTM
Database Components SP1 or 8.00.384 SP1
Desktop Engine SP1
Database Components SP2 or 8.00.534 SP2
Desktop Engine SP2
Database Components SP3 or SP3a, or 8.00.760 SP3
Desktop Engine SP3 or SP3a|||On Mar 12, 10:57 am, mspryg...@.gmail.com wrote:
> On Mar 12, 10:46 am, Kyle <K...@.discussions.microsoft.com> wrote:
> > We are running:
> > Windows 2000 SP4
> > Reporting Services 2000 SP1
> > SQL Server 2000 (Not sure of the service pack)
> Windows 200 SP4, RS 200 SP1 (I think SP2 isout), and SQL Server SP3
> To get version, type select @.@.version in QA (version info below)
> SQL Server 2000 version and level @.@.VERSION ProductLevel
> SQL Server 2000 Original Release 8.00.194 RTM
> Database Components SP1 or 8.00.384 SP1
> Desktop Engine SP1
> Database Components SP2 or 8.00.534 SP2
> Desktop Engine SP2
> Database Components SP3 or SP3a, or 8.00.760 SP3
> Desktop Engine SP3 or SP3a
Man, need to slow down when I type:
Windows 2000 SP4, RS 2000 SP1 (I think SP2 is out), and SQL Server
2000 SP3|||We are having the same issue as the one noted and we are using the same work
around at the moment.
SQL Server 2000 Version: 8.00.2039
SQL Server Reporting Services Version: 8.00.1042
This is a huge problem for us.
"msprygada@.gmail.com" wrote:
> On Mar 12, 8:51 am, Kyle <K...@.discussions.microsoft.com> wrote:
> > After installing the Microsoft DST patch on the server running RS2000 we are
> > getting the following error when trying to run reports:Specifiedargumentwasoutof therangeofvalidvalues.Parametername:date
> >
> > If I uncheck the observe DST on thedate/time control panel app then all is
> > OK.
> >
> > Right now I have it off and adjusted the time manually.
> > Any suggestions on how to resolve this.
> I too have found the same issue and your workaround works for me as
> well. If I come up with a resolution, I will post back. What SP are
> you running? I we are on SP1.
>|||We are also having the same problem, but the workaround is working for us
right now.
Regards,
Steve
"Kyle" wrote:
> After installing the Microsoft DST patch on the server running RS2000 we are
> getting the following error when trying to run reports:
> Specified argument was out of the range of valid values. Parameter name: date
> If I uncheck the observe DST on the date/time control panel app then all is
> OK.
> Right now I have it off and adjusted the time manually.
> Any suggestions on how to resolve this.
>|||We have the same issue.
I also temporaily turned off the Windows Time service so it wouldn't re-sync
with our domain controller.
Thanks,
MB
"Kyle" <Kyle@.discussions.microsoft.com> wrote in message
news:660D17F1-EE9C-4EBE-99FA-99E9688C885D@.microsoft.com...
> After installing the Microsoft DST patch on the server running RS2000 we
> are
> getting the following error when trying to run reports:
> Specified argument was out of the range of valid values. Parameter name:
> date
> If I uncheck the observe DST on the date/time control panel app then all
> is
> OK.
> Right now I have it off and adjusted the time manually.
> Any suggestions on how to resolve this.
>|||Same problem here as well. It does not seem to be an issue with RS
2005, only RS 2000.|||I'm also seeing the same problem with our SQL 2000 RS Server.
Microsoft! We need a patch for this....(can you have it ready sometime
last week?)|||This was posted on over on MSDN in response to the same problem:
You need to apply a patch that replaces two dll's on your web server that
deal with time services. I don't have the KB article but it shouldn't be hard
to find at the MS website. FYI, if you have a Win 2000 server and don't have
an extended service contract with M$ they'll charge you $4000 for the patch
(I'm told). We have the extended service contract... We had the same problem
and this is how we fixed it.
I have yet to find the KB article he is talking about. Thought maybe more
people searching would help wade throught the 1000's of DST articles.
"Kyle" wrote:
> After installing the Microsoft DST patch on the server running RS2000 we are
> getting the following error when trying to run reports:
> Specified argument was out of the range of valid values. Parameter name: date
> If I uncheck the observe DST on the date/time control panel app then all is
> OK.
> Right now I have it off and adjusted the time manually.
> Any suggestions on how to resolve this.
>|||I saw that too. I believe that person was referring to the DST patch itself.
(He mentions the $4000 charge; and that was for the DST patch).
I do not believe there is a RS patch, and according to KB931975 there is no
need for one. Conversely, they do mention a patch for SQL Notification
Services in that article.
http://support.microsoft.com/kb/931975
Now is the time when searching the MSDN blogs could prove useful. Maybe
we'll find a SQL RS developer who will acknowledge this oversight.
-Rob
"Kyle" wrote:
> This was posted on over on MSDN in response to the same problem:
> You need to apply a patch that replaces two dll's on your web server that
> deal with time services. I don't have the KB article but it shouldn't be hard
> to find at the MS website. FYI, if you have a Win 2000 server and don't have
> an extended service contract with M$ they'll charge you $4000 for the patch
> (I'm told). We have the extended service contract... We had the same problem
> and this is how we fixed it.
> I have yet to find the KB article he is talking about. Thought maybe more
> people searching would help wade throught the 1000's of DST articles.
>
> "Kyle" wrote:
> > After installing the Microsoft DST patch on the server running RS2000 we are
> > getting the following error when trying to run reports:
> > Specified argument was out of the range of valid values. Parameter name: date
> >
> > If I uncheck the observe DST on the date/time control panel app then all is
> > OK.
> >
> > Right now I have it off and adjusted the time manually.
> > Any suggestions on how to resolve this.
> >|||Poster on MSDN came up with this:
http://support.microsoft.com/default.aspx/kb/932590
Win2000 is not listed so I forwarded it to our server guys to see if we have
an extended contract on the server in question.
Hope this helps...
"Kyle" wrote:
> This was posted on over on MSDN in response to the same problem:
> You need to apply a patch that replaces two dll's on your web server that
> deal with time services. I don't have the KB article but it shouldn't be hard
> to find at the MS website. FYI, if you have a Win 2000 server and don't have
> an extended service contract with M$ they'll charge you $4000 for the patch
> (I'm told). We have the extended service contract... We had the same problem
> and this is how we fixed it.
> I have yet to find the KB article he is talking about. Thought maybe more
> people searching would help wade throught the 1000's of DST articles.
>
> "Kyle" wrote:
> > After installing the Microsoft DST patch on the server running RS2000 we are
> > getting the following error when trying to run reports:
> > Specified argument was out of the range of valid values. Parameter name: date
> >
> > If I uncheck the observe DST on the date/time control panel app then all is
> > OK.
> >
> > Right now I have it off and adjusted the time manually.
> > Any suggestions on how to resolve this.
> >|||Has there been any word on a patch?
We're in the same boat, but we don't have the luxury of using the workaround
(in our infinite wisdom, we decided to install WRS on a domain controller),
and the only option open right now is migrating it to a new box where
hopefully we can get the workaround working.|||If you have not rebooted your servers after applying the DST patch...you need
to.
"Jacques C" wrote:
> Has there been any word on a patch?
> We're in the same boat, but we don't have the luxury of using the workaround
> (in our infinite wisdom, we decided to install WRS on a domain controller),
> and the only option open right now is migrating it to a new box where
> hopefully we can get the workaround working.|||We had the exact same error as described above. After we restarted our
server, the issue was resolved.
SQL 2000 SP4
WINDOWS 2000
REPORTING SERVICES 2000 SP2
"Jacques C" wrote:
> Has there been any word on a patch?
> We're in the same boat, but we don't have the luxury of using the workaround
> (in our infinite wisdom, we decided to install WRS on a domain controller),
> and the only option open right now is migrating it to a new box where
> hopefully we can get the workaround working.