当前位置:网站首页>Invalid operation: Load into table ‘sources_orderdata‘ failed. Check ‘stl_load_errors‘ system table
Invalid operation: Load into table ‘sources_orderdata‘ failed. Check ‘stl_load_errors‘ system table
2022-07-02 06:08:00 【布丁味】
aws今天跑copy任务时报错如下:
[XX000][500310] Amazon Invalid operation: Load into table ‘sources_orderdata’ failed. Check ‘stl_load_errors’ system table for details.;
这是啥?为啥不直接告诉我原因,这就是aws_redshift奇妙之处,他的信息要你自己去找。
解决:
1.查询错误信息
SELECT * FROM STL_LOAD_ERRORS where filename like '%你自己s3的文件路径%' order by starttime desc ;
2.参照问题表得到具体原因
我报错原因是加载数据过长,后面我在我的copy命令中加了TRUNCATECOLUMNS 避免出现长度问题,将列中的数据截断为合适的字符数以符合列规范。仅适用于具有 VARCHAR 或 CHAR 数据类型的列以及大小为 4 MB 或以下的行
这是官网地址:
https://docs.aws.amazon.com/zh_cn/redshift/latest/dg/r_Load_Error_Reference.html
边栏推荐
- Google Go to sea entrepreneurship accelerator registration countdown 3 days, entrepreneurs pass through the guide in advance collection!
- Cookie plugin and localforce offline storage plugin
- ESP8266与STC8H8K单片机联动——天气时钟
- Addchild() and addattribute() functions in PHP
- [C language] simple implementation of mine sweeping game
- Some experience of exercise and fitness
- 使用HBuilderX的一些常用功能
- 492. Construction rectangle
- Contest3147 - game 38 of 2021 Freshmen's personal training match_ A: chicken
- uni-app开发中遇到的问题(持续更新)
猜你喜欢
Mathematical statistics and machine learning
Flutter 混合开发: 开发一个简单的快速启动框架 | 开发者说·DTalk
Summary of MySQL constraints
Web components series (VIII) -- custom component style settings
Zabbix Server trapper 命令注入漏洞 (CVE-2017-2824)
Unity Shader 学习笔记(3)URP渲染管线带阴影PBR-Shader模板(ASE优化版本)
Redis Key-Value数据库【初级】
Google play academy team PK competition, official start!
Keepalived installation, use and quick start
浏览器原理思维导图
随机推荐
[whether PHP has soap extensions installed] a common problem for PHP to implement soap proxy: how to handle class' SoapClient 'not found in PHP
【C语言】筛选法求素数
神机百炼3.52-Prim
Keepalived installation, use and quick start
神机百炼3.53-Kruskal
Stc8h8k Series Assembly and c51 Real combat - NIXIE TUBE displays ADC, Key Series port reply Key number and ADC value
Picture clipping plug-in cropper js
神机百炼3.54-染色法判定二分图
CNN visualization technology -- detailed explanation of cam & grad cam and concise implementation of pytorch
Brain and cognitive neuroscience matlab psychoolbox cognitive science experimental design - experimental design 4
LeetCode 77. 组合
Use some common functions of hbuilderx
Error creating bean with name 'instanceoperatorclientimpl' defined in URL when Nacos starts
Web页面用户分步操作引导插件driver.js
Redis Key-Value数据库 【秒杀】
数据库学习总结5
PHP read file (read the specified line containing a string in the file)
如何使用MITMPROXy
Flutter 混合开发: 开发一个简单的快速启动框架 | 开发者说·DTalk
Memcached installation