• Font Size
  • S
  • M
  • L

Search via FAQ No.


  • No : 30781
  • Open Date : 2019/09/05 12:12
  • Print
NEW

[DataSpider Servista] About the cause of "Record parser has not been created" error when a fixed length file is output.

The following error occurs when I output the fixed length file.
Please explain the cause of error.
 
Error:
[java.lang.IllegalStateException: Record parser has not been created. number=1]
 
Category : 

Answer

When an error message of "java.lang.IllegalStateException: Record parser has not been created. Number = 1" is displayed; it may correspond to any of the specification limits of the fixed length adapter below.
 
  • Specification limit of fixed length adapter
---
  • A value that needs to escape when displayed normally in "[" or "]" cannot be used as a group name, a record name, or a field name.
---
  • [Fixed Length Writing Wizard]-[Specification Restriction]
 
 It is necessary to check that the same setting is not applied to the global resource used in the fixed-length file writing process. If the settings are similar, please change them to settings that do not meet the specification restrictions.