LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  LAE Error Code: memoryAllocFailed

    Employee
    Posted 11-05-2014 02:16

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: lae_errors

    This post has been created for discussion of error code memoryAllocFailed.

    Please reply to this thread with any description of error conditions, diagnostic information, and recommended resolutions.


  • 2.  RE: LAE Error Code: memoryAllocFailed

    Employee
    Posted 02-17-2016 14:34

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: phanpa

    Additional description of the error message below. Does anyone know the solution to this issue?
    "heap allocation failed: pchData"


  • 3.  RE: LAE Error Code: memoryAllocFailed

    Employee
    Posted 02-17-2016 14:36

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: stonysmith

    What node did you see this happen on?


  • 4.  RE: LAE Error Code: memoryAllocFailed

    Employee
    Posted 04-05-2016 02:36

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: Jordi Vredenburg

    I am trying to import a CSV file of 584.140 kb and received this error message using the Acquisition - Delimited File node and received this (LAE Error Code: memoryAllocFailed) error message.

    Does anyone know where to search for the solutions?

    I tried several Field Delimiters (as I do not know for sure which field delimiter to be used and the file is to large to be opened in Notepad++). Not sure if this has anything to do with the error message.

    Thanks in advance for the support.


  • 5.  RE: LAE Error Code: memoryAllocFailed

    Employee
    Posted 04-05-2016 07:34

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: stonysmith

    That sounds like you've got something other than a comma (or a badly formed CSV file)
    Start by trying a DelmitedFile node with
    FieldSeparator=\n
    RecordSeparator=\n
    FieldNames=Text

    Assuming that the rows are separated by newlines, the above should allow you to inspect the records and figure out what separator you should be using.
    Let me know if that doesn't work.


  • 6.  RE: LAE Error Code: memoryAllocFailed

    Employee
    Posted 04-11-2016 07:47

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: Jordi Vredenburg

    Thanks for the reply.

    Indeed a different delimiter was used, a tab (\t).

    Unfortunately it is also a badly formed file as there are several rows where there are two tabs instead of 1, resulting in an error stating that there were more columns found than expected.

    I added a second output using the delimited file node. Is there a way to change the data in the record field (changing 2 tabs into 1 tab) so I would be able to import these 'error' records and combine them with the other data?


  • 7.  RE: LAE Error Code: memoryAllocFailed

    Employee
    Posted 06-30-2016 17:54

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: jeevanp

    I am trying to import huge file text file (550 Mb) and I am getting the following Error - heap allocation failed:pch Data Error Code: memoryAlloc Failed.

    Node used: Delimited Text
    Field Limiter: ,
    Record delimiter: \n
    Quote Characters: "

    I am running BRE v5.0.0.0.1 Build 527 (Licensed version).

    Any support on this is very much appreciated.