dbTalk Databases Forums  

Too Many Fields Defined

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Too Many Fields Defined in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Lynn
 
Posts: n/a

Default Too Many Fields Defined - 08-14-2003 , 04:36 PM






I have a dts package to export data from sql to excel. The
package was working fine until I noticed I forgot a
field. I added the field to the properties of create
table but now I am getting the following error:

Too many fields defined

I have tried deleting the last field and I still get the
error message.

Reply With Quote
  #2  
Old   
Lynn
 
Posts: n/a

Default Re: Too Many Fields Defined - 08-15-2003 , 09:19 AM






Yes, the fields from sql map to the excel fields.

Create table Excel

The transformation don't work because the excel table is
not getting created due to the "too many fields are
defined" error msg.


Quote:
-----Original Message-----
Do you want this field to map across to Excel?

CREATE TABLE where ? SQL Server or Excel?

Have you looked in the datapump task to see the
transformations ?

--

----------------------------
Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org



"Lynn" <noemail (AT) yahoo (DOT) com> wrote in message
news:042201c362ac$0df087b0$a401280a (AT) phx (DOT) gbl...
I have a dts package to export data from sql to excel.
The
package was working fine until I noticed I forgot a
field. I added the field to the properties of create
table but now I am getting the following error:

Too many fields defined

I have tried deleting the last field and I still get the
error message.


.


Reply With Quote
  #3  
Old   
Lynn
 
Posts: n/a

Default Re: Too Many Fields Defined - 08-15-2003 , 09:29 AM



I finally fixed the problem by deleting the excel file and
creating a new file(workbook). There must have been
something on the excel side that was preventing the
worksheet from being recreated with the new field names.

Quote:
-----Original Message-----
Yes, the fields from sql map to the excel fields.

Create table Excel

The transformation don't work because the excel table is
not getting created due to the "too many fields are
defined" error msg.


-----Original Message-----
Do you want this field to map across to Excel?

CREATE TABLE where ? SQL Server or Excel?

Have you looked in the datapump task to see the
transformations ?

--

----------------------------
Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org



"Lynn" <noemail (AT) yahoo (DOT) com> wrote in message
news:042201c362ac$0df087b0$a401280a (AT) phx (DOT) gbl...
I have a dts package to export data from sql to excel.
The
package was working fine until I noticed I forgot a
field. I added the field to the properties of create
table but now I am getting the following error:

Too many fields defined

I have tried deleting the last field and I still get
the
error message.


.

.


Reply With Quote
  #4  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Too Many Fields Defined - 08-15-2003 , 09:33 AM



I was testing this just now and I could quite happily change the definition
of the XL table/worksheet before the datapump and still have the data go
into it from SQL Server


--


Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.