after installation of compiler am getting these errors

ssg1cm01:# /opt/SUNWspro/bin/CC test.C

License Error : Licensing product (Sun WorkShop Compiler C++ SPARC).

License File: 7588@ssg1cm01

License server does not support this feature

Feature:workshop.cc.sparc

Server name

FLEXlm error:-18,147.

ssg1cm01:# cd /tmp

ssg1cm01:# cat >test.f

PROGRAM TEST

WRITE(*,*) "Fortran compilet"

END

ssg1cm01:#

ssg1cm01:# /opt/SUNWspro/bin/f77 test.f

License Error : Licensing product (Sun WorkShop Compiler FORTRAN 77 SPARC).

License File: 7588@ssg1cm01

License server does not support this feature

Feature:workshop.f77.sparc

Server name

FLEXlm error:-18,147.

ssg1cm01:# /opt/SUNWspro/bin/f90 test.f

License Error : Licensing product (Sun WorkShop Compiler Fortran 95 SPARC).

License File: 7588@ssg1cm01

License server does not support this feature

Feature:workshop.f90.sparc

Server name

FLEXlm error:-18,147.

[1003 byte] By [GE_KK_HYDa] at [2007-11-27 10:19:52]
# 1

WorkShop is very old version; if at all possible, please try upgrading to Sun Studio 12, which is free of charge and can be downloaded here: http://developers.sun.com/sunstudio/downloads/

MaximKartasheva at 2007-7-28 17:00:16 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 2

while running some c++ and FORTRAN scripts am getting the above

errors .but c scripts are running fine.

what to do?

GE_KK_HYDa at 2007-7-28 17:00:16 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 3

Sorry, I have no idea how licensing stuff works. You probably need to call support if you're sure that license is okay.

MaximKartasheva at 2007-7-28 17:00:16 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 4

Check if you have a ".flexlmrc" file and what it has references to.

Does your licens file contain "workshop.cc.sparc" "workshop.f77.sparc" "workshop.f90.sparc" ?

The licens file that flexlm uses ( often named license.dat ) needs those entries for your installation of Sun Workshop to work.

Lars_Va at 2007-7-28 17:00:16 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 5

after installation i tested with" lmstat " command this is showing the availble licenses but y am getting the above problem

ssg1cm01:# ./lmstat -a -c licenses_combined

lmstat - Copyright (C) 1989-1999 Globetrotter Software, Inc.

Flexible License Manager status on Fri 7/13/2007 14:22

License server status: 7588@ssg1cm01

License file(s) on ssg1cm01: /etc/opt/licenses/licenses_combined:

ssg1cm01: license server UP (MASTER) v7.0

Vendor daemon status (on ssg1cm01):

sunwlicd: UP v7.0

Feature usage info:

Users of workshop.f90l.sparc: (Total of 1 license available)

Users of workshop.f77l.sparc: (Total of 1 license available)

Users of workshop.tools.sparc: (Total of 2 licenses available)

Users of workshop.dbx.sparc: (Total of 2 licenses available)

Users of workshop.c.sparc: (Total of 2 licenses available)

GE_KK_HYDa at 2007-7-28 17:00:16 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 6

Apparently, cc license is missing; Fortran compilers names has suffix "l", which I guess makes them different. However, I don't know what this "l" means.

MaximKartasheva at 2007-7-28 17:00:16 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 7

Seems you are trying to use a limited license in a "unlimited" way ;-) ( whatever that means )

http://docs-pdf.sun.com/806-3553/806-3553.pdf

Lars_Va at 2007-7-28 17:00:16 > top of Java-index,Development Tools,Solaris and Linux Development Tools...