<?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: COBOL compiler error. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cobol-compiler-error/m-p/4894835#M701775</link>
    <description>Is the error happening for every programmer compiling in COBOL, or just the one programmer?&lt;BR /&gt;&lt;BR /&gt;Sounds like a limit has been reached on the number of people allowed to compile using the MicroFocus package.</description>
    <pubDate>Fri, 08 Apr 2005 13:38:32 GMT</pubDate>
    <dc:creator>Bob Smith_23</dc:creator>
    <dc:date>2005-04-08T13:38:32Z</dc:date>
    <item>
      <title>COBOL compiler error.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cobol-compiler-error/m-p/4894831#M701771</link>
      <description>Getting the following error when programmer is compiling a program. The programmer mentioned something about bouncing the compiler.  Don't know what they mean.  Is there a way to check to see if the COBOL compiler is hungup?&lt;BR /&gt;&lt;BR /&gt;[diomede] sl$ more gl817.err&lt;BR /&gt;Request for HP Micro Focus Object COBOL license denied.  All available&lt;BR /&gt;licenses, including overdraft allotment (if any) for this product are&lt;BR /&gt;being utilized.  Please contact your system administrator to evaluate&lt;BR /&gt;current licensing requirements.&lt;BR /&gt;cob: error(s) in compilation: /apps/testifas/bsi/sl/gl817.cbl&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks for any help.</description>
      <pubDate>Wed, 06 Apr 2005 14:34:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cobol-compiler-error/m-p/4894831#M701771</guid>
      <dc:creator>Jeffrey F. Goldsmith</dc:creator>
      <dc:date>2005-04-06T14:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: COBOL compiler error.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cobol-compiler-error/m-p/4894832#M701772</link>
      <description>I suspect that the flexlm license daemon has died. Do a ps -ef | grep "lmgrd" and see if you see the process. &lt;BR /&gt;&lt;BR /&gt;If not, it's typically&lt;BR /&gt;/sbin/init.d/flexstart start&lt;BR /&gt;&lt;BR /&gt;You don't really "bounce" a compiler since the compiler executes as needed but the licenses server daemon might need to be bounced. On the other hand, COBOL guys seldom have a real notion of what goes on inside a box ---- oops, I didn't really say that did I?&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Apr 2005 14:44:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cobol-compiler-error/m-p/4894832#M701772</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-04-06T14:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: COBOL compiler error.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cobol-compiler-error/m-p/4894833#M701773</link>
      <description>This is what I found when I did the ps -ef&lt;BR /&gt;&lt;BR /&gt;root: /tmp ==&amp;gt; ps -ef|grep "lmgrd"&lt;BR /&gt; testbsi 13044     1  0  Feb 28  ?         0:23 lmgrd -c /usr/local/flexlm/licenses/license.dat&lt;BR /&gt;    root 16411 10097  1 12:22:28 pts/ts    0:00 grep lmgrd&lt;BR /&gt;&lt;BR /&gt;I killed the process 13044.&lt;BR /&gt;&lt;BR /&gt;I couldnt find any file called "flexstart" on my server.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Apr 2005 15:28:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cobol-compiler-error/m-p/4894833#M701773</guid>
      <dc:creator>Jeffrey F. Goldsmith</dc:creator>
      <dc:date>2005-04-06T15:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: COBOL compiler error.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cobol-compiler-error/m-p/4894834#M701774</link>
      <description>Okay, here's the typical&lt;BR /&gt;&lt;BR /&gt;su - flexlm # there is usually a flexlm user defined&lt;BR /&gt;&lt;BR /&gt;LIC_DATA="/usr/local/flexlm/licenses"&lt;BR /&gt;LM_LICENSE_FILE=${LIC_DATA}/license.dat&lt;BR /&gt;export LIC_DATA LM_LICENSE_FILE&lt;BR /&gt;export PATH=${PATH}:/usr/local/flexlm/bin&lt;BR /&gt;lmgrd -c ${LM_LICENSE_FILE} &amp;gt;&amp;gt; ${LIC_DATA}/license.log&lt;BR /&gt;&lt;BR /&gt;There should be some startup file in /sbin/init.d. You might do cd to /sbin/init.d and do a grep -i "flexlm" *&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Apr 2005 15:51:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cobol-compiler-error/m-p/4894834#M701774</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-04-06T15:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: COBOL compiler error.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cobol-compiler-error/m-p/4894835#M701775</link>
      <description>Is the error happening for every programmer compiling in COBOL, or just the one programmer?&lt;BR /&gt;&lt;BR /&gt;Sounds like a limit has been reached on the number of people allowed to compile using the MicroFocus package.</description>
      <pubDate>Fri, 08 Apr 2005 13:38:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cobol-compiler-error/m-p/4894835#M701775</guid>
      <dc:creator>Bob Smith_23</dc:creator>
      <dc:date>2005-04-08T13:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: COBOL compiler error.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cobol-compiler-error/m-p/4894836#M701776</link>
      <description>It is working now.&lt;BR /&gt;</description>
      <pubDate>Thu, 12 May 2005 16:54:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cobol-compiler-error/m-p/4894836#M701776</guid>
      <dc:creator>Jeffrey F. Goldsmith</dc:creator>
      <dc:date>2005-05-12T16:54:02Z</dc:date>
    </item>
  </channel>
</rss>

