eppesuiG
11th October 2007, 11:58
Hi all,
I have a baan LN installation on linux (suse 9) and oracle. Oracle is on a different linux (Debian) machine.
The SLM server is up and running on the suse machine but, when I start any session from "Application Development" menu I get this error on screen:
Process 5 - Fatal Error : No license to run object
'/opt/erpln61fp3/tools/tt7.6_a/ottadv/oadv4520' (productId 10996).
In $BSE/log/log.bshell I find two entries: one error and one warning:
[...]:E:giuseppe: ******* S T A R T of Error message *******
[...]:E:giuseppe: Log message called from /view/port.8.4a/vobs/tt/mir/mir/bclm.c: #894 keyword: bclmReques
tLicense()
[...]:E:giuseppe: Pid 13394 Uid 1000 Euid 1000 Gid 100 Egid 100 Pset giuseppe@scarafaggio:28386
[...]:E:giuseppe: user_type S language 2 user_name giuseppe tty ote locale ISO88591/NULL
[...]:E:giuseppe: session: "ttadv4520m000";object: "ottadv4520"; company number: 90
[...]:E:giuseppe: Errno 115 (Operation now in progress) bdb_errno 0
[...]:E:giuseppe: Log_mesg: Request licence failed: 'out of licenses for product'
[...]:E:giuseppe: ******* E N D of Error message *******
[...]:W:giuseppe:
[...]:W:giuseppe: ******* S T A R T of Warning message *******
[...]:W:giuseppe: Log message called from /view/port.8.4a/vobs/tt/mir/mir/bic_obj.c: #2401 keyword: Reques
tLicense
[...]:W:giuseppe: Pid 13394 Uid 1000 Euid 1000 Gid 100 Egid 100 Pset giuseppe@scarafaggio:28386
[...]:W:giuseppe: user_type S language 2 user_name giuseppe tty ote locale ISO88591/NULL
[...]:W:giuseppe: session: "ttadv4520m000";object: "ottadv4520"; company number: 90
[...]:W:giuseppe: Errno 0 bdb_errno 0
[...]:W:giuseppe: Log_mesg: No license to run object '/opt/erpln61fp3/tools/tt7.6_a/ottadv/oadv4520' (prod
uctId 10996)
[...]:W:giuseppe: ******* E N D of Warning message *******
The message "Out of licence for product" seems to be originated by an errno of "operation now in progress". This puzzle me :-)
Anyway, the SLM server is validated and include product 10996 as shown here:
suse:/usr/slm # grep -B1 -A9 1099 licence-3.xml
<product
id="10996"
name="SSA Enterprise Server">
<license
servers="15"
startDate="2007-10-08"
endDate="2008-10-08"
editState="active"
/>
</product>
</serverLicense>
but, maybe, something is wrong with slm since this command report an error:
suse:/usr/slm # bin/SlmCmd -getsrv xx -p 10996
Retrieving file from license-server.
Destination file : xx
Filetype : Server file
Product-ID : 10996
SlmGetFile returned: 17, document layout is invalid or does not exist
I get the very same message even after registering the server, as in:
suse:/usr/slm # bin/SlmCmd -register "SSA Enterprise Server" -product 10996 -srvlic
Registering Product at the license-server.
Product-ID : 10996
Product name: SSA Enterprise Server
Supported license type(s).
Desktop License : No.
Concurrent License: No.
User License : No.
Server License : Yes.
OK
yet, this one works:
suse:/usr/slm # bin/SlmCmd -p 10996
Retrieving license info from license-server.
Product-ID : 10996
Result:
Server License
Number of licenses: 15
OK
So, I really don't know what kind of problem this might be.
Any help woukd be really appreciated.
Thanks,
Giuseppe
P.S. SLM version is:
suse:/usr/slm # bin/SlmServer -v 2>&1| head -3
-------------------------------------------------------
Product ver.: 7.0.0.6
Port no. : PA.3362
I have a baan LN installation on linux (suse 9) and oracle. Oracle is on a different linux (Debian) machine.
The SLM server is up and running on the suse machine but, when I start any session from "Application Development" menu I get this error on screen:
Process 5 - Fatal Error : No license to run object
'/opt/erpln61fp3/tools/tt7.6_a/ottadv/oadv4520' (productId 10996).
In $BSE/log/log.bshell I find two entries: one error and one warning:
[...]:E:giuseppe: ******* S T A R T of Error message *******
[...]:E:giuseppe: Log message called from /view/port.8.4a/vobs/tt/mir/mir/bclm.c: #894 keyword: bclmReques
tLicense()
[...]:E:giuseppe: Pid 13394 Uid 1000 Euid 1000 Gid 100 Egid 100 Pset giuseppe@scarafaggio:28386
[...]:E:giuseppe: user_type S language 2 user_name giuseppe tty ote locale ISO88591/NULL
[...]:E:giuseppe: session: "ttadv4520m000";object: "ottadv4520"; company number: 90
[...]:E:giuseppe: Errno 115 (Operation now in progress) bdb_errno 0
[...]:E:giuseppe: Log_mesg: Request licence failed: 'out of licenses for product'
[...]:E:giuseppe: ******* E N D of Error message *******
[...]:W:giuseppe:
[...]:W:giuseppe: ******* S T A R T of Warning message *******
[...]:W:giuseppe: Log message called from /view/port.8.4a/vobs/tt/mir/mir/bic_obj.c: #2401 keyword: Reques
tLicense
[...]:W:giuseppe: Pid 13394 Uid 1000 Euid 1000 Gid 100 Egid 100 Pset giuseppe@scarafaggio:28386
[...]:W:giuseppe: user_type S language 2 user_name giuseppe tty ote locale ISO88591/NULL
[...]:W:giuseppe: session: "ttadv4520m000";object: "ottadv4520"; company number: 90
[...]:W:giuseppe: Errno 0 bdb_errno 0
[...]:W:giuseppe: Log_mesg: No license to run object '/opt/erpln61fp3/tools/tt7.6_a/ottadv/oadv4520' (prod
uctId 10996)
[...]:W:giuseppe: ******* E N D of Warning message *******
The message "Out of licence for product" seems to be originated by an errno of "operation now in progress". This puzzle me :-)
Anyway, the SLM server is validated and include product 10996 as shown here:
suse:/usr/slm # grep -B1 -A9 1099 licence-3.xml
<product
id="10996"
name="SSA Enterprise Server">
<license
servers="15"
startDate="2007-10-08"
endDate="2008-10-08"
editState="active"
/>
</product>
</serverLicense>
but, maybe, something is wrong with slm since this command report an error:
suse:/usr/slm # bin/SlmCmd -getsrv xx -p 10996
Retrieving file from license-server.
Destination file : xx
Filetype : Server file
Product-ID : 10996
SlmGetFile returned: 17, document layout is invalid or does not exist
I get the very same message even after registering the server, as in:
suse:/usr/slm # bin/SlmCmd -register "SSA Enterprise Server" -product 10996 -srvlic
Registering Product at the license-server.
Product-ID : 10996
Product name: SSA Enterprise Server
Supported license type(s).
Desktop License : No.
Concurrent License: No.
User License : No.
Server License : Yes.
OK
yet, this one works:
suse:/usr/slm # bin/SlmCmd -p 10996
Retrieving license info from license-server.
Product-ID : 10996
Result:
Server License
Number of licenses: 15
OK
So, I really don't know what kind of problem this might be.
Any help woukd be really appreciated.
Thanks,
Giuseppe
P.S. SLM version is:
suse:/usr/slm # bin/SlmServer -v 2>&1| head -3
-------------------------------------------------------
Product ver.: 7.0.0.6
Port no. : PA.3362