简体   繁体   English

发布失败。 2561 for teradata中的mload

[英]RELEASE Failed. 2561 for mload in teradata

I am trying to release mload from DBC.ABC as below. 我正在尝试从DBC.ABC释放mload,如下所示。

Release mload DBC.ABC ; 释放mload DBC.ABC; or release mload DBC.ABC in apply. 或在应用中释放mload DBC.ABC。

But getting below error. 但是变得低于错误。

RELEASE Failed. 发布失败。 2561: MLoad related table DBC.ABC has bad usage field in table header 2561:与MLoad相关的表DBC.ABC在表头中具有错误的用法字段

If the MultiLoad was in APPLY phase you really have two options: 如果MultiLoad处于APPLY阶段,则实际上有两个选择:

  1. Drop all the MultiLoad related tables (Work Table, UV table, Error Table, etc.). 删除所有与MultiLoad相关的表(工作表,UV表,错误表等)。 Drop the table that was being loaded. 删除正在加载的表。 Restore the table from your last backup. 从上次备份中还原表。
  2. Get the MultiLoad to complete because you don't have a reliable backup of the table and dropping it is not a valid option. 使MultiLoad完成,因为您没有可靠的表备份,因此删除表不是有效的选择。

You may also wish to consult with the Teradata Global Support regarding this situation if the table is a critical table in your production environment. 如果该表在您的生产环境中很重要,那么您可能还希望向Teradata全球支持咨询这种情况。

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

相关问题 在teradata中自动释放mload - automatic release mload in teradata TERADATA中的MLOAD错误代码4 - MLOAD ERROR CODE 4 IN TERADATA Informatica 并行作业在 Teradata 上创建 mload 问题 - Informatica parallel jobs creating mload issue on Teradata 如何在Teradata MLoad脚本中隐藏登录密码 - How to hide Logon Password in Teradata MLoad Script 带有case-SELECT的Teradata sql查询失败。 3706 - Teradata sql query with a case-SELECT Failed. 3706 使用 MLoad 将文本文件加载到表中时出现 Teradata 错误 2679 - Teradata Error 2679 when loading text file into table using MLoad teradata SQL 案例 - SELECT 失败。 3771: CASE 表达式的 WHEN 子句中有非法表达式 - teradata SQL CASE WHEN - SELECT Failed. 3771: Illegal expression in WHEN clause of CASE expression teradata SQL 调优专家 - SELECT 失败。 3771:CASE 表达式的 WHEN 子句中的非法表达式 - teradata SQL tuning pundits - SELECT Failed. 3771: Illegal expression in WHEN clause of CASE expression Teradata SQL性能调整:STRTOK_SPLIT_TO_TABLE:EXPLAIN失败。 3738:字符串长于31000个字符 - Teradata SQL Performance Tuning: STRTOK_SPLIT_TO_TABLE: EXPLAIN Failed. 3738: String is longer than 31000 characters 如果目标表具有参照完整性,如何在 Teradata 中使用 Fastload 或 MLOAD 等导入实用程序? - How to use Import Utilities like Fastload or MLOAD in Teradata, if the target table has Referential Integrity?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM