<?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 &amp;quot;Database not available&amp;quot; - Development Version - Linux in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/quot-database-not-available-quot-development-version-linux/m-p/12451991#M1999562</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt; we have a linux box running SAP to do some tests, we have some ABAP code, customs iDocs, etc. its just for integration tests.&lt;/P&gt;
  &lt;P&gt; One of the developers tried to make a call and got an error that the system was not available.&lt;/P&gt;
  &lt;P&gt; We stopped the system using the steps:&lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;su npladm
stopsap&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;then&lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;startsap&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;It just doesn't start.&lt;/P&gt;
  &lt;P&gt;The log states the following:&lt;BR /&gt;&lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;[root@vm-sap ~]# cat /sybase/NPL/startdb.log 
------------------------------ Tue May 4 18:21:32 WEST 2021 
LOGFILE FOR STARTING SYBASE ASE 
starting database NPL ... 
------------------------------ Tue May 4 18:21:32 WEST 2021 
checking required environment variables 


------------------------------ Tue May 4 18:21:32 WEST 2021 
check if Sybase ASE processes are running 
ASE instance not available 
There are no Sybase processes running - 
Database is probably already stopped. 


------------------------------ Tue May 4 18:21:32 WEST 2021 
check if Sybase Backupserver is running 
Backupserver instance already running (pid of backupserver is: 4631 ) 
Database not available
&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;Since this doesn't move anywhere, I did a CTRL+C and I got this:&lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;vm-sap:npladm 10&amp;gt; startsap 
Checking syb Database 
Database is not available via R3trans 
------------------------------------------- starting database NPL ... 
Log file: /sybase/NPL/startdb.log 
^Cstartdb DB start failed 
check startdb logfile in home directory of user sybnpl 
/usr/sap/NPL/SYS/exe/run/startdb: Terminating with error code 13 
DB startup failed 
please send the tracefile /home/npladm/startsap.trc to support 
vm-sap:npladm 11&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;&lt;A href="https://answers.sap.com/storage/temp/1916971-startsaptrc.txt"&gt;startsaptrc.txt&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;Can you guys help me out? This was working fine a few weeks ago.&lt;/P&gt;
  &lt;P&gt;If its a db starting problem, how to start the db?&lt;/P&gt;
  &lt;P&gt;Best Regards,&lt;/P&gt;
  &lt;P&gt;Luís Pinho&lt;/P&gt;</description>
    <pubDate>Tue, 04 May 2021 18:32:00 GMT</pubDate>
    <dc:creator>luis_pinho</dc:creator>
    <dc:date>2021-05-04T18:32:00Z</dc:date>
    <item>
      <title>"Database not available" - Development Version - Linux</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quot-database-not-available-quot-development-version-linux/m-p/12451991#M1999562</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt; we have a linux box running SAP to do some tests, we have some ABAP code, customs iDocs, etc. its just for integration tests.&lt;/P&gt;
  &lt;P&gt; One of the developers tried to make a call and got an error that the system was not available.&lt;/P&gt;
  &lt;P&gt; We stopped the system using the steps:&lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;su npladm
stopsap&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;then&lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;startsap&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;It just doesn't start.&lt;/P&gt;
  &lt;P&gt;The log states the following:&lt;BR /&gt;&lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;[root@vm-sap ~]# cat /sybase/NPL/startdb.log 
------------------------------ Tue May 4 18:21:32 WEST 2021 
LOGFILE FOR STARTING SYBASE ASE 
starting database NPL ... 
------------------------------ Tue May 4 18:21:32 WEST 2021 
checking required environment variables 


------------------------------ Tue May 4 18:21:32 WEST 2021 
check if Sybase ASE processes are running 
ASE instance not available 
There are no Sybase processes running - 
Database is probably already stopped. 


------------------------------ Tue May 4 18:21:32 WEST 2021 
check if Sybase Backupserver is running 
Backupserver instance already running (pid of backupserver is: 4631 ) 
Database not available
&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;Since this doesn't move anywhere, I did a CTRL+C and I got this:&lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;vm-sap:npladm 10&amp;gt; startsap 
Checking syb Database 
Database is not available via R3trans 
------------------------------------------- starting database NPL ... 
Log file: /sybase/NPL/startdb.log 
^Cstartdb DB start failed 
check startdb logfile in home directory of user sybnpl 
/usr/sap/NPL/SYS/exe/run/startdb: Terminating with error code 13 
DB startup failed 
please send the tracefile /home/npladm/startsap.trc to support 
vm-sap:npladm 11&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;&lt;A href="https://answers.sap.com/storage/temp/1916971-startsaptrc.txt"&gt;startsaptrc.txt&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;Can you guys help me out? This was working fine a few weeks ago.&lt;/P&gt;
  &lt;P&gt;If its a db starting problem, how to start the db?&lt;/P&gt;
  &lt;P&gt;Best Regards,&lt;/P&gt;
  &lt;P&gt;Luís Pinho&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 18:32:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quot-database-not-available-quot-development-version-linux/m-p/12451991#M1999562</guid>
      <dc:creator>luis_pinho</dc:creator>
      <dc:date>2021-05-04T18:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: "Database not available" - Development Version - Linux</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quot-database-not-available-quot-development-version-linux/m-p/12451992#M1999563</link>
      <description>&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;  you are right, I'll get the new license and copy over the existing one.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;login as: root
root@vm-sap's password:
Last login: Tue May  4 19:45:52 2021 from 192.168.201.254
[root@vm-sap ~]# cat /sybase/NPL/ASE-16_0/install/NPL.log
00:0000:00000:00000:2021/05/04 19:46:38.33 kernel  SySAM: Using licenses from: /                                              sybase/NPL/SYSAM-2_0/licenses/SYBASE_ASE_TestDrive.lic
00:0000:00000:00000:2021/05/04 19:46:38.46 kernel  SySAM: Failed to obtain licen                                              se(s) for ASE_CORE feature from license file(s) or server(s).
00:0000:00000:00000:2021/05/04 19:46:38.46 kernel  SySAM: Feature has expired.
00:0000:00000:00000:2021/05/04 19:46:38.46 kernel  SySAM: License feature name:                                                ASE_CORE
00:0000:00000:00000:2021/05/04 19:46:38.46 kernel  SySAM: Expire date:   31-mar-                                              2021
00:0000:00000:00000:2021/05/04 19:46:38.46 kernel  SySAM: License search path:                                                 /sybase/NPL/SYSAM-2_0/licenses/SYBASE_ASE_TestDrive.lic:
00:0000:00000:00000:2021/05/04 19:46:38.46 kernel  SySAM: FlexNet Licensing erro                                              r:-10,32
00:0000:00000:00000:2021/05/04 19:46:38.46 kernel  
There is no valid license for                                               
ASE server product. Installation date is not found or installation grace period                                               has expired. Server will not boot.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 05 May 2021 07:37:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quot-database-not-available-quot-development-version-linux/m-p/12451992#M1999563</guid>
      <dc:creator>luis_pinho</dc:creator>
      <dc:date>2021-05-05T07:37:29Z</dc:date>
    </item>
  </channel>
</rss>

