<?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: file create failed in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/file-create-failed/m-p/4654680#M99286</link>
    <description>Allright. That helps some. Good work.&lt;BR /&gt;&lt;BR /&gt;Just shorten those job names some and be happy.&lt;BR /&gt;&lt;BR /&gt;That job name itself is long ( 36 ) characters, but valid as a file_name, because the max is 39 characters for name and for extensions each. &lt;BR /&gt;&lt;BR /&gt;But I suspect a piece of string is added for the log file name.&lt;BR /&gt;&lt;BR /&gt;Please study (or share here) the output from SHOW ENTRY xxx/FULL.&lt;BR /&gt;&lt;BR /&gt;Look at the COM file name and LOG file names.&lt;BR /&gt;How long is that log file?&lt;BR /&gt;&lt;BR /&gt;I suspect GEMBASE is submitting the job with an explicit, and bad, log file name.&lt;BR /&gt;&lt;BR /&gt;Without writing a program I can reproduce the error in a SILLY way, but highlighting the likely error cause:&lt;BR /&gt;&lt;BR /&gt;$ define/system POP_R_PURCHASES_BY_VENDOR_BY_D_BATCH POP_R_PURCHASES_BY_VENDOR_BY_D_BATCH_12345&lt;BR /&gt;&lt;BR /&gt;$ subm/noti /nam=POP_R_PURCHASES_BY_VENDOR_BY_D_BATCH  tmp.com/retain=error&lt;BR /&gt;&lt;BR /&gt;$ show entry 195 /full&lt;BR /&gt;  Entry  Jobname         Username     Blocks  Status&lt;BR /&gt;  -----  -------         --------     ------  ------&lt;BR /&gt;    195  POP_R_PURCHASES_BY_VENDOR_BY_D_BATCH&lt;BR /&gt;                         HEIN                 Retained on error&lt;BR /&gt;       %RMS-E-CRE, ACP file create failed&lt;BR /&gt;       -RMS-E-CRE, ACP file create failed&lt;BR /&gt;       -SYSTEM-W-BADFILENAME, bad file name syntax&lt;BR /&gt;         On idle batch queue SYS$BATCH&lt;BR /&gt;         Submitted 29-JUN-2010 22:05:53.62 /KEEP&lt;BR /&gt;         /LOG=xxx:[HEIN]POP_R_PURCHASES_BY_VENDOR_BY_D_BATCH_12345.LOG; /NOTIFY /NOPRINT /PRIORITY=100&lt;BR /&gt;         /RETAIN=ERROR&lt;BR /&gt;         File: xxx:[HEIN]TMP.COM;32&lt;BR /&gt;         Completed 29-JUN-2010 22:05:53.65 on queue SYS$BATCH&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Hein&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 30 Jun 2010 02:13:29 GMT</pubDate>
    <dc:creator>Hein van den Heuvel</dc:creator>
    <dc:date>2010-06-30T02:13:29Z</dc:date>
    <item>
      <title>file create failed</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/file-create-failed/m-p/4654670#M99276</link>
      <description>we have application written in gembase v7.2 running on vms v7.3, when ever this user submits a job to a batch que through one of our application, the following error occurs.&lt;BR /&gt;&lt;BR /&gt;terminated with error status    &lt;BR /&gt;                                          &lt;BR /&gt;%RMS-E-CRE, ACP file create failed&lt;BR /&gt;&lt;BR /&gt;please advise. &lt;BR /&gt;</description>
      <pubDate>Tue, 29 Jun 2010 20:50:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/file-create-failed/m-p/4654670#M99276</guid>
      <dc:creator>adarsh_4</dc:creator>
      <dc:date>2010-06-29T20:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: file create failed</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/file-create-failed/m-p/4654671#M99277</link>
      <description>&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;terminated with error status &lt;BR /&gt;&lt;BR /&gt;%RMS-E-CRE, ACP file create failed&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;Where does this error appear?  In the batch log?  On the submitting user's terminal?  Immediately?  After a delay?  Has is ever worked?&lt;BR /&gt;&lt;BR /&gt;If it appears on the submitter's terminal immediately, I would suspect a problem in your application, and run it in the debugger to see what is going on.&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Jun 2010 21:44:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/file-create-failed/m-p/4654671#M99277</guid>
      <dc:creator>RBrown_1</dc:creator>
      <dc:date>2010-06-29T21:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: file create failed</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/file-create-failed/m-p/4654672#M99278</link>
      <description>Hi Adarsh,&lt;BR /&gt;&lt;BR /&gt;The secondary error status/message is the one you want. (i.e. Why the create failed) But I'll take a punt on either Insufficient Privilege or invalid directory.&lt;BR /&gt;&lt;BR /&gt;What is the file-spec being opened?&lt;BR /&gt;&lt;BR /&gt;Are logical names different in batch than interactive?&lt;BR /&gt;&lt;BR /&gt;Does the login.com behave differently on f$mode() etc&lt;BR /&gt;&lt;BR /&gt;Is the batch username different than the interactive username?&lt;BR /&gt;&lt;BR /&gt;Cheers Richard</description>
      <pubDate>Tue, 29 Jun 2010 21:45:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/file-create-failed/m-p/4654672#M99278</guid>
      <dc:creator>Richard J Maher</dc:creator>
      <dc:date>2010-06-29T21:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: file create failed</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/file-create-failed/m-p/4654673#M99279</link>
      <description>adarsh,&lt;BR /&gt;&lt;BR /&gt;My guess is that the job is being submitted with a logfile specified, and this logfile can't be created by the username the batch job is executing from.&lt;BR /&gt;&lt;BR /&gt;There are multiple possible reasons.  Here are some.&lt;BR /&gt;&lt;BR /&gt;insufficient space (device full, quota exceeded - will not use overdraft)&lt;BR /&gt;output directory not found&lt;BR /&gt;directory full and can't be extended due to lack of contiguous space&lt;BR /&gt;highest legal version (;32767) of log file already exists&lt;BR /&gt;user does not have write access to directory. &lt;BR /&gt;&lt;BR /&gt;See my post dated Jun 6, 2010 22:28:04 GMT in the thread&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1433428" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1433428&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Jon</description>
      <pubDate>Tue, 29 Jun 2010 22:57:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/file-create-failed/m-p/4654673#M99279</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2010-06-29T22:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: file create failed</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/file-create-failed/m-p/4654674#M99280</link>
      <description>Jon has a very nice reply above.  I'll add has a disk been filled to capacity or failed?  In addition, &lt;BR /&gt;&lt;BR /&gt;Did this ever work?&lt;BR /&gt;&lt;BR /&gt;Has something been changed?&lt;BR /&gt;&lt;BR /&gt;Does this work for user A and not user B?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Jun 2010 23:13:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/file-create-failed/m-p/4654674#M99280</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2010-06-29T23:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: file create failed</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/file-create-failed/m-p/4654675#M99281</link>
      <description>Hi Adarsh,&lt;BR /&gt;&lt;BR /&gt;As others have already mentioned, you need to provide the complete&lt;BR /&gt;error message i.e. the secondary error message and also give some details&lt;BR /&gt;about the application.&lt;BR /&gt;&lt;BR /&gt;Jon has nicely listed out a number of reasons for the failure,&lt;BR /&gt;My guess would be &lt;BR /&gt;&amp;gt;&amp;gt; insufficient space (device full, quota exceeded - will not use overdraft)&lt;BR /&gt;&lt;BR /&gt;But then you need to give more information about the application before&lt;BR /&gt;we find out the cause for the problem.&lt;BR /&gt;&lt;BR /&gt;Did the application ever work ?&lt;BR /&gt;Does the application work if submitted by another user ?&lt;BR /&gt;Which disk does the application use and how much free space does it have ?&lt;BR /&gt;&lt;BR /&gt;If there is a logfile created by the applicaiton, you can provide that as a&lt;BR /&gt;attachement.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Murali</description>
      <pubDate>Tue, 29 Jun 2010 23:51:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/file-create-failed/m-p/4654675#M99281</guid>
      <dc:creator>P Muralidhar Kini</dc:creator>
      <dc:date>2010-06-29T23:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: file create failed</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/file-create-failed/m-p/4654676#M99282</link>
      <description>thank u every1 for replying. there is no log file for this because the job gets terminated from the queue b4 the job can run. this was working before but now its not working for any1. below is the error in full&lt;BR /&gt;&lt;BR /&gt;Job POP_R_PURCHASES_BY_VENDOR_BY_D_BATCH (queue FIN$BATCH, entry 1176) terminated with errorstatus                                                      |&lt;BR /&gt;%RMS-E-CRE, ACP file create failed&lt;BR /&gt;&lt;BR /&gt;i did not get any other error.50G of space still available and the user was granted bypass but still no luck.&lt;BR /&gt;&lt;BR /&gt;we also did not make any changes to the system.&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Jun 2010 01:06:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/file-create-failed/m-p/4654676#M99282</guid>
      <dc:creator>adarsh_4</dc:creator>
      <dc:date>2010-06-30T01:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: file create failed</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/file-create-failed/m-p/4654677#M99283</link>
      <description>i did a set que/retain=error on the batch que and submitted the job again, the error i got this time is below. i guess this the secondary error every1 was asking for.  &lt;BR /&gt;&lt;BR /&gt;%RMS-E-CRE, ACP file create failed&lt;BR /&gt; -RMS-E-CRE, ACP file create failed&lt;BR /&gt; -SYSTEM-W-BADFILENAME, bad file name syntax&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;please advise&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Jun 2010 01:24:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/file-create-failed/m-p/4654677#M99283</guid>
      <dc:creator>adarsh_4</dc:creator>
      <dc:date>2010-06-30T01:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: file create failed</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/file-create-failed/m-p/4654678#M99284</link>
      <description>Hi Adarsh,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; 50G of space still available and the user was granted bypass but still no&lt;BR /&gt;&amp;gt;&amp;gt; luck.&lt;BR /&gt;Does not look like a disk space problem.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; %RMS-E-CRE, ACP file create failed&lt;BR /&gt;&amp;gt;&amp;gt; -RMS-E-CRE, ACP file create failed&lt;BR /&gt;&amp;gt;&amp;gt; -SYSTEM-W-BADFILENAME, bad file name syntax&lt;BR /&gt;The secondary error message here is "SYSTEM-W-BADFILENAME".&lt;BR /&gt;Looks like the application&lt;BR /&gt;either &lt;BR /&gt; tried to create a file with illegal characters in it&lt;BR /&gt;or&lt;BR /&gt; tried to create a file with name longer than the maximum allowed limit.&lt;BR /&gt;&lt;BR /&gt;The help message for the above error is as follows -&lt;BR /&gt;$help/message BADFILENAME&lt;BR /&gt; BADFILENAME,  bad file name syntax&lt;BR /&gt;&lt;BR /&gt;  Facility:     SYSTEM, System Services&lt;BR /&gt;&lt;BR /&gt;  Explanation:  This message is associated with a status code returned from a&lt;BR /&gt;                file system ACP QIO request. The file name string for a file&lt;BR /&gt;                specification contains illegal characters or is longer than 39&lt;BR /&gt;                characters.&lt;BR /&gt;&lt;BR /&gt;  User Action:  Check for a programming error. Verify that the file name&lt;BR /&gt;                strings consist only of the characters A through Z and 0&lt;BR /&gt;                through 9, and are no longer than nine characters.&lt;BR /&gt;&lt;BR /&gt;Next step is to find out which source line in the application is throwing the above error -&lt;BR /&gt;&lt;BR /&gt;What you need to do now is to modify the application by adding print&lt;BR /&gt;statements. (i.e. $write sys$output "..."). Then run the application, look at the&lt;BR /&gt;print statements that have got printed before the error message is displayed.&lt;BR /&gt;This way you should be able to locate the exact line in the application that is&lt;BR /&gt;throwing up the above error message.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; thank u every1 for replying.&lt;BR /&gt;Refer the following link which says how you can thank the forum -&lt;BR /&gt;&lt;A href="http://forums13.itrc.hp.com/service/forums/helptips.do?#28" target="_blank"&gt;http://forums13.itrc.hp.com/service/forums/helptips.do?#28&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Murali</description>
      <pubDate>Wed, 30 Jun 2010 02:07:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/file-create-failed/m-p/4654678#M99284</guid>
      <dc:creator>P Muralidhar Kini</dc:creator>
      <dc:date>2010-06-30T02:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: file create failed</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/file-create-failed/m-p/4654679#M99285</link>
      <description>&lt;!--!*#--&gt;&amp;gt; -SYSTEM-W-BADFILENAME, bad file name syntax&lt;BR /&gt;&lt;BR /&gt;      help /mess BADFILENAME /faci = system&lt;BR /&gt;&lt;BR /&gt;Am I missing something obvious, or have&lt;BR /&gt;you not shown us the actual failing command?&lt;BR /&gt;&lt;BR /&gt;With my weak psychic powers, I can't see the&lt;BR /&gt;bad file name from here.  You're probably&lt;BR /&gt;closer than I am.  Perhaps you could look,&lt;BR /&gt;and report back what you find.</description>
      <pubDate>Wed, 30 Jun 2010 02:10:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/file-create-failed/m-p/4654679#M99285</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-06-30T02:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: file create failed</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/file-create-failed/m-p/4654680#M99286</link>
      <description>Allright. That helps some. Good work.&lt;BR /&gt;&lt;BR /&gt;Just shorten those job names some and be happy.&lt;BR /&gt;&lt;BR /&gt;That job name itself is long ( 36 ) characters, but valid as a file_name, because the max is 39 characters for name and for extensions each. &lt;BR /&gt;&lt;BR /&gt;But I suspect a piece of string is added for the log file name.&lt;BR /&gt;&lt;BR /&gt;Please study (or share here) the output from SHOW ENTRY xxx/FULL.&lt;BR /&gt;&lt;BR /&gt;Look at the COM file name and LOG file names.&lt;BR /&gt;How long is that log file?&lt;BR /&gt;&lt;BR /&gt;I suspect GEMBASE is submitting the job with an explicit, and bad, log file name.&lt;BR /&gt;&lt;BR /&gt;Without writing a program I can reproduce the error in a SILLY way, but highlighting the likely error cause:&lt;BR /&gt;&lt;BR /&gt;$ define/system POP_R_PURCHASES_BY_VENDOR_BY_D_BATCH POP_R_PURCHASES_BY_VENDOR_BY_D_BATCH_12345&lt;BR /&gt;&lt;BR /&gt;$ subm/noti /nam=POP_R_PURCHASES_BY_VENDOR_BY_D_BATCH  tmp.com/retain=error&lt;BR /&gt;&lt;BR /&gt;$ show entry 195 /full&lt;BR /&gt;  Entry  Jobname         Username     Blocks  Status&lt;BR /&gt;  -----  -------         --------     ------  ------&lt;BR /&gt;    195  POP_R_PURCHASES_BY_VENDOR_BY_D_BATCH&lt;BR /&gt;                         HEIN                 Retained on error&lt;BR /&gt;       %RMS-E-CRE, ACP file create failed&lt;BR /&gt;       -RMS-E-CRE, ACP file create failed&lt;BR /&gt;       -SYSTEM-W-BADFILENAME, bad file name syntax&lt;BR /&gt;         On idle batch queue SYS$BATCH&lt;BR /&gt;         Submitted 29-JUN-2010 22:05:53.62 /KEEP&lt;BR /&gt;         /LOG=xxx:[HEIN]POP_R_PURCHASES_BY_VENDOR_BY_D_BATCH_12345.LOG; /NOTIFY /NOPRINT /PRIORITY=100&lt;BR /&gt;         /RETAIN=ERROR&lt;BR /&gt;         File: xxx:[HEIN]TMP.COM;32&lt;BR /&gt;         Completed 29-JUN-2010 22:05:53.65 on queue SYS$BATCH&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Hein&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Jun 2010 02:13:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/file-create-failed/m-p/4654680#M99286</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2010-06-30T02:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: file create failed</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/file-create-failed/m-p/4654681#M99287</link>
      <description>Hein,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; Without writing a program I can reproduce the error in a SILLY way,&lt;BR /&gt;&amp;gt;&amp;gt; but highlighting the likely error cause: &lt;BR /&gt;Thats a nice catch.&lt;BR /&gt;&lt;BR /&gt;I had also tried the same thing on a V73-2 node but did not get a error.&lt;BR /&gt;May be the VMS version matters...&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Murali</description>
      <pubDate>Wed, 30 Jun 2010 02:49:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/file-create-failed/m-p/4654681#M99287</guid>
      <dc:creator>P Muralidhar Kini</dc:creator>
      <dc:date>2010-06-30T02:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: file create failed</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/file-create-failed/m-p/4654682#M99288</link>
      <description>thanks every1, the name of the log file to be created was longer than 39. thanks Mr Hein, i was also counting 36 until u showed an example by adding extra characters.i debugged the program and found out that the username is later added to the file name and it makes it more than 39 characters.&lt;BR /&gt;&lt;BR /&gt;thanks every1. take care and god bless</description>
      <pubDate>Wed, 30 Jun 2010 03:02:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/file-create-failed/m-p/4654682#M99288</guid>
      <dc:creator>adarsh_4</dc:creator>
      <dc:date>2010-06-30T03:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: file create failed</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/file-create-failed/m-p/4654683#M99289</link>
      <description>Hi Adarsh,&lt;BR /&gt;&lt;BR /&gt;Good to know that your problem is resolved.&lt;BR /&gt;&lt;BR /&gt;Also,&lt;BR /&gt;&amp;gt;&amp;gt; we have application written in gembase v7.2 running on vms v7.3&lt;BR /&gt;Looks like you are using OpenVMS V7.3 Alpha.&lt;BR /&gt;I would recommend you to upgrade to supported version of OpenVMS i.e.&lt;BR /&gt;OpenVMS V73-2 or onwards.&lt;BR /&gt;&lt;BR /&gt;This way you would be able to get patches with fix for all the known problem&lt;BR /&gt;that are reported and fixed so far.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Murali</description>
      <pubDate>Wed, 30 Jun 2010 03:22:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/file-create-failed/m-p/4654683#M99289</guid>
      <dc:creator>P Muralidhar Kini</dc:creator>
      <dc:date>2010-06-30T03:22:17Z</dc:date>
    </item>
  </channel>
</rss>

