Click here to Skip to main content
15,892,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

(I am using SQL Server 2005.)

I have to load data from Informix data source to Sql server data source.I have managed to create connection manager. Create a source as oledb provider using IBM Informix
write a query.. Query was successfull.. but giving me an error while clicking on Ok.
Warning message:
Warning at {EE28B0F3-B7BC-4311-8E7D-F809EAD92902} [OLE DB Source [1]]: 
Cannot retrieve the column code page info from the OLE DB provider.  
If the component supports the "DefaultCodePage" property, the code page from that property will be used.  Change the value of the property if the current string code page values are incorrect.  If the component does not support the property, the code page from the component's locale ID will be used.



Please assist me in this regard.

Thanks.
Posted
Updated 14-Dec-11 19:49pm
v2
Comments
Al Moje 15-Dec-11 1:49am    
Could you post your query or any script you had made in your package?
sandeepa rout 15-Dec-11 2:09am    
Thanks For responding. The query is:
select a.t_dim1, a.t_dim2, a.t_orno, a.t_pono, a.t_invd, a.t_cuno, d.t_nama, a.t_amta, a.t_damt, a.t_iper, a.t_item, b.t_dsca,
t_invn, t_ttyp, b.t_citg, t_dfpr, a.t_cwar, d.t_comp
from ttdsls951010 a, ttiitm001010 b, ttdsls950010 c, ttccom010010 d
where t_invd between date('2010-11-01') and ('2010-11-28')
and a.t_cuno=c.t_cuno
and a.t_cuno=d.t_cuno
and a.t_item=b.t_item
and a.t_item=c.t_item
and d.t_comp = '10'
order by a.t_invd
sandeepa rout 15-Dec-11 2:12am    
It is giving me this error now : An OLEDB record is available, Source: "(null)" Hresult: 0x80004005 description: "(null)".

Exception from HRESULT: 0xC020801C(Microsoft.SqlServer.DTSPipelineWrap).

What is the process to build the SSIS package. I am new to SSIS.
Al Moje 15-Dec-11 2:38am    
Hi,
You are using an alias...
but wait some has no alias like: t_invn, t_ttyp
sandeepa rout 15-Dec-11 2:46am    
yeah but it is executing. And not giving any error. I have run it in WinSQL as well..

Can you please tell me the flow how to build the package to load the data . May be it will helpful.

1 solution

Hi,

See this link if could help...
Loading data from Informix 2000 into SQL 2005

Regards,
 
Share this answer
 
Comments
sandeepa rout 15-Dec-11 4:16am    
The link is really helpful..

But I am completely new to SSIS and technically not strong in PL/SQL can you please provide me with any sample.

Thanks.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900