简体   繁体   English

使用 CData 雪花源导出数据的 SSIS 块超时错误

[英]SSIS Chunk Timeout Errors exporting data using CData Snowflake Source

Anyone run into this error?有人遇到过这个错误吗? How do I resolve, not getting much guidance from cdata or snowflake .我如何解决,没有从cdatasnowflake得到太多指导。

Error: 0x0 at ADI_PRODUCT, CData Snowflake Source: Get data error: Retrieved Chunk#0 Timeout.错误:ADI_PRODUCT 处的 0x0,CData 雪花源:获取数据错误:检索块#0 超时。 Error: 0xC0047062 at ADI_PRODUCT, CData Snowflake Source [279]: System.Exception: Get data error: Retrieved Chunk#0 Timeout.错误:0xC0047062 在 ADI_PRODUCT,CData 雪花源 [279]:System.Exception:获取数据错误:检索块#0 超时。 at CData.SSIS.Snowflake.SSISSourceComponent.PrimeOutput(Int32 outputs, Int32[] outputIDs, PipelineBuffer[] buffers) at Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostPrimeOutput(IDTSManagedComponentWrapper100 wrapper, Int32 outputs, Int32[] outputIDs, IDTSBuffer100[] buffers, IntPtr ppBufferWirePacket) Error: 0xC0047038 at ADI_PRODUCT, SSIS.Pipeline: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED.在 CData.SSIS.Snowflake.SSISSourceComponent.PrimeOutput(Int32 输出,Int32[] outputIDs,PipelineBuffer[] 缓冲区) 在 Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostPrimeOutput(IDTSManagedComponentWrapper100 包装器,Int32 输出,Int32[] 输出 IDs ] 缓冲区,IntPtr ppBufferWirePacket) 错误:ADI_PRODUCT 处的 0xC0047038,SSIS.Pipeline:SSIS 错误代码 DTS_E_PRIMEOUTPUTFAILED。 The PrimeOutput method on CData Snowflake Source returned error code 0x80131500. CData Snowflake Source 上的 PrimeOutput 方法返回错误代码 0x80131500。 The component returned a failure code when the pipeline engine called PrimeOutput().当管道引擎调用 PrimeOutput() 时,组件返回失败代码。 The meaning of the failure code is defined by the component, but the error is fatal and the pipeline stopped executing.失败代码的含义由组件定义,但错误是致命的,管道停止执行。 There may be error messages posted before this with more information about the failure.在此之前可能会发布错误消息,其中包含有关失败的更多信息。

I am not sure about this, but given the fact that there appears to be a timeout retrieving data (presumably from Azure's cloud storage), it might be worthwhile to verify that you are not encountering a networking issue (eg. firewall) by verifying connectivity via Snowflake's SnowCD utility.我不确定这一点,但鉴于检索数据(大概来自 Azure 的云存储)似乎存在超时这一事实,通过验证连接来验证您没有遇到网络问题(例如防火墙)可能是值得的通过 Snowflake 的SnowCD实用程序。 Just a thought.只是一个想法。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM