<?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 compile (FLEXlm) in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cobol-compile-flexlm/m-p/3028600#M718876</link>
    <description>Shannon,&lt;BR /&gt;I have check verison on my COBOL &lt;BR /&gt;B2430EB                       B.13.45.03     Object COBOL/UX Developer Bundle for HPUX 11.0 &lt;BR /&gt;  B2432EB                       B.13.45.03     Object COBOL/UX Run-Time Bundle for HPUX 11.0 &lt;BR /&gt;  B2433EB                       B.13.45.03     Object COBOL/UX Developer Bundle for HPUX 11.0 &lt;BR /&gt;  B2435EB                       B.13.45.03     Object COBOL/UX Run-Time Bundle for HPUX 11.0 &lt;BR /&gt;&lt;BR /&gt;and license vendor send me B.13.35 is this my be issues that I need license for version B.13.45.03. which come with my Unix installation ?&lt;BR /&gt;</description>
    <pubDate>Mon, 21 Jul 2003 14:20:05 GMT</pubDate>
    <dc:creator>Marcin_10</dc:creator>
    <dc:date>2003-07-21T14:20:05Z</dc:date>
    <item>
      <title>Cobol compile (FLEXlm)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cobol-compile-flexlm/m-p/3028596#M718872</link>
      <description>Hi, every one please help,&lt;BR /&gt;I have install cobol and FLEXlm which is licenses control software for COBOL.&lt;BR /&gt;I try to compile program in Cobol and I am getting following error&lt;BR /&gt;FACAP040.COB : Compiling HP Micro Focus Object COBOL licensing request failed.&lt;BR /&gt;FLEXlm Message: No such feature exists (-5,116)&lt;BR /&gt;cob: error(s) in compilation: ./compile_7155/FACAP040.COB&lt;BR /&gt;&lt;BR /&gt;FACAP040.COB is program name, I run HP-UX B.11.11 U 9000/800 (tb) &lt;BR /&gt;&lt;BR /&gt;when FLEXlm server starts licensing is not creating problems&lt;BR /&gt;&lt;BR /&gt;Marcin&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Jul 2003 12:03:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cobol-compile-flexlm/m-p/3028596#M718872</guid>
      <dc:creator>Marcin_10</dc:creator>
      <dc:date>2003-07-21T12:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Cobol compile (FLEXlm)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cobol-compile-flexlm/m-p/3028597#M718873</link>
      <description>It sounds like you dont have a license to run the Cobol compiler.&lt;BR /&gt;&lt;BR /&gt;Did you pay for and install the license file?  If it's installed and paid for, then try the following.&lt;BR /&gt;&lt;BR /&gt;Look at your license file, and find the port number.  It's the fourth string in the top entry.&lt;BR /&gt;&lt;BR /&gt;SERVER srvrname &lt;TARGET_ID&gt; &lt;PORT&gt;&lt;BR /&gt;It may look like this:&lt;BR /&gt;SERVER sunsrv1  12345678   33001&lt;BR /&gt;&lt;BR /&gt;Set an environment variable as so.&lt;BR /&gt;sh/ksh&lt;BR /&gt;LM_LICENSE_FILE="33001@sunsrv1"&lt;BR /&gt;export LM_LICENSE_FILE&lt;BR /&gt;csh&lt;BR /&gt;setenv LM_LICENSE_FILE "33001@sunsrv1"&lt;BR /&gt;&lt;BR /&gt;Now try to compile again.  If the license is found, the compiler will work&lt;BR /&gt;&lt;BR /&gt;Micro Focus Cobol may have it's own variable name it looks for.  I.E. Unigraphics looks for UGII_LICENSE_FILE, Altair products looks for HM_LICENSE_FILE.&lt;BR /&gt;&lt;BR /&gt;The proprietry name is always preferred, so use the LM_LICENSE_FILE only if nothing else is found.&lt;BR /&gt;&lt;BR /&gt;If this fixes the problem, put that same syntax into /etc/profile and /etc/csh.login or all users dot files.  &lt;BR /&gt;&lt;BR /&gt;If you modify the system files /etc/profile and /etc/csh.login, manually run the file to ensure no errors or your system may become un-usable.&lt;BR /&gt;&lt;BR /&gt;Sincerely,&lt;BR /&gt;Shannon&lt;/PORT&gt;&lt;/TARGET_ID&gt;</description>
      <pubDate>Mon, 21 Jul 2003 13:00:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cobol-compile-flexlm/m-p/3028597#M718873</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2003-07-21T13:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Cobol compile (FLEXlm)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cobol-compile-flexlm/m-p/3028598#M718874</link>
      <description>Hi Shannon,&lt;BR /&gt;thanks for response to my problem I set LM_LICENSE_FILE as you asked and I try to compile program I am getting following error&lt;BR /&gt;&lt;BR /&gt;FACAP040.COB : Compiling 10:20:02 (HPCUPLANGS) UNSUPPORTED: "hpmfcobol" (PORT_AT_HOST_PLUS   ) cmf@yogi  (License server does not support this feature (-18,55))&lt;BR /&gt;HP Micro Focus Object COBOL licensing request failed.&lt;BR /&gt;FLEXlm Message: License server does not support this feature (-18,147)&lt;BR /&gt;cob: error(s) in compilation: ./compile_8297/FACAP040.COB&lt;BR /&gt;&lt;BR /&gt;I have got license.dat from file before I install COBOL and I have to provide license number and product number, since I was able to get license.dat I assume I have license to run COBOL.&lt;BR /&gt;&lt;BR /&gt;Is this error ring a bell  &lt;BR /&gt;</description>
      <pubDate>Mon, 21 Jul 2003 13:33:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cobol-compile-flexlm/m-p/3028598#M718874</guid>
      <dc:creator>Marcin_10</dc:creator>
      <dc:date>2003-07-21T13:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cobol compile (FLEXlm)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cobol-compile-flexlm/m-p/3028599#M718875</link>
      <description>This means the server now sees the license, but the feature it is looking for is not available in the license.  (By server I mean compiler).&lt;BR /&gt;&lt;BR /&gt;Contact who sold you the software, and ensure that you have the correct products licensed.  If this was bought by a reseller, contact Micro Focus with this issue too.  I'm not a Micro Focus person, so cant tell you what options your supposed to have, and compare it to what the vendor sold you.&lt;BR /&gt;&lt;BR /&gt;The reason I say bypass the reseller if you didnt buy direct from Micro Focus, is that most resellers dont know products, nor HP-UX.  They simply sell.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon</description>
      <pubDate>Mon, 21 Jul 2003 13:46:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cobol-compile-flexlm/m-p/3028599#M718875</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2003-07-21T13:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: Cobol compile (FLEXlm)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cobol-compile-flexlm/m-p/3028600#M718876</link>
      <description>Shannon,&lt;BR /&gt;I have check verison on my COBOL &lt;BR /&gt;B2430EB                       B.13.45.03     Object COBOL/UX Developer Bundle for HPUX 11.0 &lt;BR /&gt;  B2432EB                       B.13.45.03     Object COBOL/UX Run-Time Bundle for HPUX 11.0 &lt;BR /&gt;  B2433EB                       B.13.45.03     Object COBOL/UX Developer Bundle for HPUX 11.0 &lt;BR /&gt;  B2435EB                       B.13.45.03     Object COBOL/UX Run-Time Bundle for HPUX 11.0 &lt;BR /&gt;&lt;BR /&gt;and license vendor send me B.13.35 is this my be issues that I need license for version B.13.45.03. which come with my Unix installation ?&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Jul 2003 14:20:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cobol-compile-flexlm/m-p/3028600#M718876</guid>
      <dc:creator>Marcin_10</dc:creator>
      <dc:date>2003-07-21T14:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Cobol compile (FLEXlm)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cobol-compile-flexlm/m-p/3028601#M718877</link>
      <description>You need to make sure that the version of software matches the version specified in the license.  &lt;BR /&gt;&lt;BR /&gt;As long as your paid, give the vendor your version and request a new license.  Or.. Get the same version of software and keep the current license.&lt;BR /&gt;&lt;BR /&gt;Sincerely,&lt;BR /&gt;Shannon</description>
      <pubDate>Mon, 21 Jul 2003 16:00:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cobol-compile-flexlm/m-p/3028601#M718877</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2003-07-21T16:00:48Z</dc:date>
    </item>
  </channel>
</rss>

