Customer Portal

Graph aborted on ext sort component

Comments 1

  • Avatar
    oldforum
    0
    Comment actions Permalink
    Hi !

    That indicates some problem with your TMP directory - ExtSort uses external (on disk) sorting if it can't fit all records into memory. This means that it created temp file for it but can't delete it at the end of processing - a bit strange since it was able to create it at first place.

    Try to change your environment variable pointing to TEMP dir or run Clover (java) with following option set:
    java -Djava.io.tmpdir=C:\temp

    (change c:\temp to whatever directory you want).

    David.

Please sign in to leave a comment.