<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: %CONVERT-F-CREA_ERR, error creating work file CONVWORK in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/convert-f-crea-err-error-creating-work-file-convwork/m-p/4008223#M12396</link>
    <description>Pradeep,&lt;BR /&gt;&lt;BR /&gt;I would also recommend checking the setting of SYS$SCRATCH. CONVERT (which makes internal use of SORT) places the sort work files in SYS$SCRATCH.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
    <pubDate>Mon, 28 May 2007 05:28:07 GMT</pubDate>
    <dc:creator>Robert Gezelter</dc:creator>
    <dc:date>2007-05-28T05:28:07Z</dc:date>
    <item>
      <title>%CONVERT-F-CREA_ERR, error creating work file CONVWORK</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/convert-f-crea-err-error-creating-work-file-convwork/m-p/4008220#M12393</link>
      <description>I have a .com file, which has the following entries.&lt;BR /&gt;&lt;BR /&gt;$conv/fdl=sys$input/fast XX$ABC_DATA:auto_upd.dat XX$ABC_DATA:auto_upd_idx.dat&lt;BR /&gt;&lt;BR /&gt;FILE&lt;BR /&gt;        ORGANIZATION            indexed&lt;BR /&gt;        BUCKET_SIZE             4&lt;BR /&gt;&lt;BR /&gt;KEY 0&lt;BR /&gt;        DUPLICATES              yes&lt;BR /&gt;        SEG0_LENGTH             11&lt;BR /&gt;        SEG0_POSITION           513&lt;BR /&gt;&lt;BR /&gt;But when i try to execute this com file, i'm getting the following error. &lt;BR /&gt;&lt;BR /&gt;%CONVERT-F-CREA_ERR, error creating work file CONVWORK&lt;BR /&gt;-RMS-E-CRE, ACP file create failed&lt;BR /&gt;-SYSTEM-F-EXDISKQUOTA, disk quota exceeded. &lt;BR /&gt;&lt;BR /&gt;I checked the XX$ABC_DATA device and there is no disk quota enabled. From the error i could see that the command gives me error in creating a Work file. I would like to take help from someone to resolve this error and where to check the location of CONWORK file.</description>
      <pubDate>Mon, 28 May 2007 04:37:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/convert-f-crea-err-error-creating-work-file-convwork/m-p/4008220#M12393</guid>
      <dc:creator>Pradeep Nair_1</dc:creator>
      <dc:date>2007-05-28T04:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: %CONVERT-F-CREA_ERR, error creating work file CONVWORK</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/convert-f-crea-err-error-creating-work-file-convwork/m-p/4008221#M12394</link>
      <description>What is the size in blocks of your file XX$ABC_DATA:auto_upd.dat  ?&lt;BR /&gt;&lt;BR /&gt;how much free space do you have on the device XX$ABC_DATA, and how much contiguous free space ?&lt;BR /&gt;&lt;BR /&gt;Can you post &lt;BR /&gt;$ show logical conv*&lt;BR /&gt;$ show logical sort*&lt;BR /&gt;&lt;BR /&gt;You should have 3 to 4 times more free space than the size of your input file.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 28 May 2007 05:02:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/convert-f-crea-err-error-creating-work-file-convwork/m-p/4008221#M12394</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2007-05-28T05:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: %CONVERT-F-CREA_ERR, error creating work file CONVWORK</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/convert-f-crea-err-error-creating-work-file-convwork/m-p/4008222#M12395</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The file is 425 blocks and the device has more than 6 GB space. The logicals are as follows.&lt;BR /&gt;&lt;BR /&gt;show logi conv*&lt;BR /&gt;&lt;BR /&gt;(LNM$SYSTEM_TABLE)&lt;BR /&gt;&lt;BR /&gt;  "CONVSHR_TV" = "CONVSHR"&lt;BR /&gt;&lt;BR /&gt;show logi sort*&lt;BR /&gt;&lt;BR /&gt;(LNM$SYSTEM_TABLE)&lt;BR /&gt;&lt;BR /&gt;  "SORTSHR_TV" = "SORTSHR"&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;</description>
      <pubDate>Mon, 28 May 2007 05:21:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/convert-f-crea-err-error-creating-work-file-convwork/m-p/4008222#M12395</guid>
      <dc:creator>Pradeep Nair_1</dc:creator>
      <dc:date>2007-05-28T05:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: %CONVERT-F-CREA_ERR, error creating work file CONVWORK</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/convert-f-crea-err-error-creating-work-file-convwork/m-p/4008223#M12396</link>
      <description>Pradeep,&lt;BR /&gt;&lt;BR /&gt;I would also recommend checking the setting of SYS$SCRATCH. CONVERT (which makes internal use of SORT) places the sort work files in SYS$SCRATCH.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Mon, 28 May 2007 05:28:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/convert-f-crea-err-error-creating-work-file-convwork/m-p/4008223#M12396</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2007-05-28T05:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: %CONVERT-F-CREA_ERR, error creating work file CONVWORK</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/convert-f-crea-err-error-creating-work-file-convwork/m-p/4008224#M12397</link>
      <description>Pradeep,&lt;BR /&gt;&lt;BR /&gt;Bob wrote:&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;I would also recommend checking the setting of SYS$SCRATCH. &lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;"the setting" might be better worded as "the definition"&lt;BR /&gt;&lt;BR /&gt;The simplest solution with the least side effects would be to enter into A.COM, in the line _JUST_ before $conv ...&lt;BR /&gt;&lt;BR /&gt;$ DEFINE/USER SYS$SCRATCH XX$ABC_DATA:&lt;BR /&gt;&lt;BR /&gt;(this will allways work, as long as the device that holds XX$ABC_DATA: has at least free space double the size of the file to be sorted. For really BIG files it may not provide maximum performance)&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe &lt;BR /&gt;</description>
      <pubDate>Mon, 28 May 2007 06:12:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/convert-f-crea-err-error-creating-work-file-convwork/m-p/4008224#M12397</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2007-05-28T06:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: %CONVERT-F-CREA_ERR, error creating work file CONVWORK</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/convert-f-crea-err-error-creating-work-file-convwork/m-p/4008225#M12398</link>
      <description>Pradeep,&lt;BR /&gt;&lt;BR /&gt;As Jan correctly noted, it would be more precise to say "the value of the logical name SYS$SCRATCH".&lt;BR /&gt;&lt;BR /&gt;The posting does not mention whether XX$ABC_DATA is the login device for this account. By default, the value of SYS$SCRATCH is set to the login device/directory.&lt;BR /&gt;&lt;BR /&gt;As Jan noted, doing an ASSIGN/USER of a suitable scratch area to SYS$SCRATCH will likely resolve the problem.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Mon, 28 May 2007 09:15:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/convert-f-crea-err-error-creating-work-file-convwork/m-p/4008225#M12398</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2007-05-28T09:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: %CONVERT-F-CREA_ERR, error creating work file CONVWORK</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/convert-f-crea-err-error-creating-work-file-convwork/m-p/4008226#M12399</link>
      <description>&lt;BR /&gt;&amp;gt; The file is 425 blocks &lt;BR /&gt;&lt;BR /&gt;And with this little free space/quota on sys$scratch or the disk where Your home directory is located, You will most likely soon encounter similar problems with other applications as well.&lt;BR /&gt;Better cleanup or ask the system manager to increase Your quota !</description>
      <pubDate>Mon, 28 May 2007 10:17:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/convert-f-crea-err-error-creating-work-file-convwork/m-p/4008226#M12399</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2007-05-28T10:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: %CONVERT-F-CREA_ERR, error creating work file CONVWORK</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/convert-f-crea-err-error-creating-work-file-convwork/m-p/4008227#M12400</link>
      <description>Most likely this is simply a failure to assign SYS$SCRATCH correctly.&lt;BR /&gt;&lt;BR /&gt;This may be a problem with directory ownership and resource identifiers.&lt;BR /&gt;&lt;BR /&gt;A temporary file, such as CONVWORK, is not associated with any directory.  It has no directory backlink.  The file system therefore has no way of associating the resource identifier on the directory with the file it creates.&lt;BR /&gt;&lt;BR /&gt;What is the EXACT OpenVMS version?&lt;BR /&gt;Detail have changed in this area.&lt;BR /&gt;&lt;BR /&gt;btw... Does the KEY specified in the FDL match the sort order of the input file? In that case you can use /NOSORT and not use CONVWORK at all!&lt;BR /&gt;&lt;BR /&gt;Btw... similar issues in SORT may cause error message, yet convert succesfully.&lt;BR /&gt;See.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=950248" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=950248&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps some,&lt;BR /&gt;Hein van den Heuvel (at gmail dot com)&lt;BR /&gt;HvdH Performance Consulting&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 28 May 2007 11:08:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/convert-f-crea-err-error-creating-work-file-convwork/m-p/4008227#M12400</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2007-05-28T11:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: %CONVERT-F-CREA_ERR, error creating work file CONVWORK</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/convert-f-crea-err-error-creating-work-file-convwork/m-p/4008228#M12401</link>
      <description>Thanks for all the support.</description>
      <pubDate>Thu, 28 Jun 2007 01:17:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/convert-f-crea-err-error-creating-work-file-convwork/m-p/4008228#M12401</guid>
      <dc:creator>Pradeep Nair_1</dc:creator>
      <dc:date>2007-06-28T01:17:21Z</dc:date>
    </item>
  </channel>
</rss>

