<?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 error in a script in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-a-script/m-p/4847049#M394367</link>
    <description>Well, I have created a menu script to do several things. However, in the HP-UX 11.00 BOX we have COBOL applications and the Backup procedure runs when I login as root and type: &lt;BR /&gt;#/start/backup&lt;BR /&gt;Now, when I added an option to perform the command stated above,I get an error and the backup won't start. &lt;BR /&gt;Also, I have put a cd / and give the account login for my script root permissions but I still get the same error msg. What could be the cause of this problem.. Please advise.&lt;BR /&gt;please download the attached .</description>
    <pubDate>Thu, 28 Nov 2002 06:03:23 GMT</pubDate>
    <dc:creator>Norman_21</dc:creator>
    <dc:date>2002-11-28T06:03:23Z</dc:date>
    <item>
      <title>error in a script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-a-script/m-p/4847049#M394367</link>
      <description>Well, I have created a menu script to do several things. However, in the HP-UX 11.00 BOX we have COBOL applications and the Backup procedure runs when I login as root and type: &lt;BR /&gt;#/start/backup&lt;BR /&gt;Now, when I added an option to perform the command stated above,I get an error and the backup won't start. &lt;BR /&gt;Also, I have put a cd / and give the account login for my script root permissions but I still get the same error msg. What could be the cause of this problem.. Please advise.&lt;BR /&gt;please download the attached .</description>
      <pubDate>Thu, 28 Nov 2002 06:03:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-a-script/m-p/4847049#M394367</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2002-11-28T06:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: error in a script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-a-script/m-p/4847050#M394368</link>
      <description>Hi&lt;BR /&gt;your attachment is a Word-Document, I'm not very happy with this. To show us scripts or outputs its better to use simple text-files.&lt;BR /&gt;&lt;BR /&gt;Can you attach your backup-script , your command-line-syntax and the output in ascii-format?&lt;BR /&gt;&lt;BR /&gt;Chris&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Nov 2002 06:30:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-a-script/m-p/4847050#M394368</guid>
      <dc:creator>Christian Gebhardt</dc:creator>
      <dc:date>2002-11-28T06:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: error in a script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-a-script/m-p/4847051#M394369</link>
      <description>can you post your script also ???&lt;BR /&gt;&lt;BR /&gt;-Niraj</description>
      <pubDate>Thu, 28 Nov 2002 06:43:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-a-script/m-p/4847051#M394369</guid>
      <dc:creator>Niraj Kumar Verma</dc:creator>
      <dc:date>2002-11-28T06:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: error in a script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-a-script/m-p/4847052#M394370</link>
      <description>Noticing the ouput I would suggest&lt;BR /&gt;&lt;BR /&gt;1.Give the full path of the 'cobrun' executable in your script&lt;BR /&gt;&lt;BR /&gt;2.you are moving some log files in the script.&lt;BR /&gt;Looks like they are not present or the permissions are denied for the user running the script to move the files&lt;BR /&gt;&lt;BR /&gt;Revert&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Nov 2002 06:52:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-a-script/m-p/4847052#M394370</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-11-28T06:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: error in a script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-a-script/m-p/4847053#M394371</link>
      <description>Hi AB,&lt;BR /&gt;&lt;BR /&gt;I am with Manikandan, you must put the complete path to cobrun and probably you must define all the variables needed by a user in order to run cobrun.&lt;BR /&gt;The other errors are because the files or directories doesn't exist or you don't have permits to use it.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Justo.</description>
      <pubDate>Thu, 28 Nov 2002 07:47:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-a-script/m-p/4847053#M394371</guid>
      <dc:creator>Justo Exposito</dc:creator>
      <dc:date>2002-11-28T07:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: error in a script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-a-script/m-p/4847054#M394372</link>
      <description>Thanks guys, &lt;BR /&gt;&lt;BR /&gt;For those who are not happy with the word document format, please accept my apology and find it attached in txt format.</description>
      <pubDate>Thu, 28 Nov 2002 07:58:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-a-script/m-p/4847054#M394372</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2002-11-28T07:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: error in a script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-in-a-script/m-p/4847055#M394373</link>
      <description>Closed...</description>
      <pubDate>Thu, 24 Feb 2005 12:41:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-in-a-script/m-p/4847055#M394373</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2005-02-24T12:41:05Z</dc:date>
    </item>
  </channel>
</rss>

