Mongen Table transfer

smoochy boys on tour

norwayrules

Dedicated Member
Dedicated Member
Mar 12, 2010
49
0
32
I got a full mongen table but when i past it to the sql sever table it do not add correctly and i figurd out the problem is the space betwen the name cords and so on is not emty do anyone know how the fix this. Ty

problem fixed. i am gonna write the solution her so other can use it. when you make the new mongen table allow nulls on the FLD_LOAD and it will add the mongen table correctly.

kk i tought i fixed it but i was wrong. the problem is i got a full mongen table and when i copy it and past it to the new mongen table it does not add correctly. i figured out that the space betwen the colums are not emty thats why it does not add correctly so i fixed 2000 of them and when i past it to the new mongen all goes find no error tab comes up and i can delete them without deleteing the the mongen table but when i start the server i get this error (StartTimer exception: List index out of bounds (0) ) and i have tryd to use another mongen table that workes but is not compelet and the server work's find again and the error StartTimer exception: List index out of bounds (0) is gone. my problems how to add a new mongen table correctly and how do i fix the space betewen the colums insted of doing it manuly i useing sql 05 any help with be great. ty
 
Last edited by a moderator:

wanabee

Golden Oldie
Golden Oldie
Jul 10, 2004
723
4
125
newbury
kk i tought i fixed it but i was wrong. the problem is i got a full mongen table and when i copy it and past it to the new mongen table it does not add correctly. i figured out that the space betwen the colums are not emty thats why it does not add correctly so i fixed 2000 of them and when i past it to the new mongen all goes find no error tab comes up and i can delete them without deleteing the the mongen table but when i start the server i get this error (StartTimer exception: List index out of bounds (0) ) and i have tryd to use another mongen table that workes but is not compelet and the server work's find again and the error StartTimer exception: List index out of bounds (0) is gone. my problems how to add a new mongen table correctly and how do i fix the space betewen the colums insted of doing it manuly i useing sql 05 any help with be great. ty

as i said before you need to import and export with sql as you will not get it to work otherwise
 
Upvote 0

norwayrules

Dedicated Member
Dedicated Member
Mar 12, 2010
49
0
32
i have downloaded the dts and use the dts wizard to import table to sql 05 but i get this error:


Operation stopped...

- Initializing Data Flow Task (Success)

- Initializing Connections (Success)

- Setting SQL Command (Success)

- Setting Source Connection (Success)

- Setting Destination Connection (Success)

- Validating (Success)

- Prepare for Execute (Success)

- Pre-execute (Success)
Messages
* Information 0x402090dc: Data Flow Task: The processing of file "C:\Users\Shoresh\Desktop\Mongen Table Filer\Ny mappe\TBL_MONGEN.txt" has started.
(SQL Server Import and Export Wizard)


- Executing (Success)
Messages
* Information 0x402090de: Data Flow Task: The total number of data rows processed for file "C:\Users\Shoresh\Desktop\Mongen Table Filer\Ny mappe\TBL_MONGEN.txt" is 1190.
(SQL Server Import and Export Wizard)


- Copying to [mir2].[dbo].[TBL_MONGEN] (Error)
Messages
* Error 0xc0202009: Data Flow Task: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005.
An OLE DB record is available. Source: "Microsoft SQL Native Client" Hresult: 0x80004005 Description: "Invalid character value for cast specification".
(SQL Server Import and Export Wizard)

* Error 0xc020901c: Data Flow Task: There was an error with input column "Column 6" (84) on input "Destination Input" (63). The column status returned was: "The value could not be converted because of a potential loss of data.".
(SQL Server Import and Export Wizard)

* Error 0xc0209029: Data Flow Task: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "input "Destination Input" (63)" failed because error code 0xC0209077 occurred, and the error row disposition on "input "Destination Input" (63)" specifies failure on error. An error occurred on the specified object of the specified component. There may be error messages posted before this with more information about the failure.
(SQL Server Import and Export Wizard)

* Error 0xc0047022: Data Flow Task: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "Destination - TBL_MONGEN" (50) failed with error code 0xC0209029. The identified component returned an error from the ProcessInput method. The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running. There may be error messages posted before this with more information about the failure.
(SQL Server Import and Export Wizard)

* Error 0xc0047021: Data Flow Task: SSIS Error Code DTS_E_THREADFAILED. Thread "WorkThread0" has exited with error code 0xC0209029. There may be error messages posted before this with more information on why the thread has exited.
(SQL Server Import and Export Wizard)


- Post-execute (Success)
Messages
* Information 0x402090dd: Data Flow Task: The processing of file "C:\Users\Shoresh\Desktop\Mongen Table Filer\Ny mappe\TBL_MONGEN.txt" has ended.
(SQL Server Import and Export Wizard)

* Information 0x402090df: Data Flow Task: The final commit for the data insertion has started.
(SQL Server Import and Export Wizard)

* Information 0x402090e0: Data Flow Task: The final commit for the data insertion has ended.
(SQL Server Import and Export Wizard)


- Cleanup (Success)
Messages
* Information 0x4004300b: Data Flow Task: "component "Destination - TBL_MONGEN" (50)" wrote 0 rows.
(SQL Server Import and Export Wizard)
 
Last edited:
Upvote 0