# Arreglo Archivo Plano Módulo 3207

**ERRORES 3207**

1. Cuando el archivo plano sale con varios registros “basura”, que no tienen nada que ver con el pago que se está haciendo.

![](/files/-MYHN46HalKNBffVD4VN)

SOLUCIÓN:

1. Consultar la siguiente tabla para saber el nombre de la vista que esta tomando

select \* from FILES\_FORMATOS where ID = 2

![](/files/-MYHN46IpCTRFy9EHAZA)

1. Consultar la vista que carga la anterior consulta y coger el campo id\_documentos\_che\_bancae que carga la consulta

![](/files/-MYHN46JdrxCuUIbN1Qz)

NOTA: para el ejemplo ya se había desbloqueado, por lo tanto no cargo registros.

1. Coger esos ID y hacer UPDATE en la tabla documentos\_che\_bancae

`update documentos_che_bancae`

`set en_archivo = 's'`

`where ID IN (877,879)`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://desarrollo-ti.gitbook.io/enlaces-ti/dms/arreglo-archivo-plano-modulo-3207.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
