Quantcast
Channel: SCN: Message List - System Administration
Viewing all 2369 articles
Browse latest View live

Re: stopsap script not stopping database.

$
0
0

hi suresh,

      DB2 database.


Re: Issue in SAPOSS RFC

$
0
0

Hi Abhishek,

 

Thank you for your response..

 

We have maintained the host entries in the host file, but no luck. Still we are facing issue.

 

Regards,

Krishna.M

Re: Issue in SAPOSS RFC

$
0
0

Hi Krishna,

 

Have you maintained SAP Gateway Host and Gateway service in technical settings tab properly ?

 

Regards,

Nadeem

Re: stopsap script not stopping database.

$
0
0

Hi Vinod,

 

 

 

 

 

you login as db2sid

 

 

and try to shutdown the database using the following commands

 

 

 

db2stop

 

 

 

if it is not stopping

 

 

then give

 

 

 

db2stop force

 

 

 

Hope this helps.

 

 

 

 

 

regards

suresh daniel

Re: stopsap script not stopping database.

$
0
0

hi suresh,

           as you said,we already had same problem in sandbox system and we tried db2stop,after we manually stop the db2 with this command we restarted the system and again then we started the system using startsap all command the sap instance is not starting.

 

we have attached the screenshot.sandbox_error.PNG

Re: stopsap script not stopping database.

$
0
0

Hi vinodh

 

try this first as db2sid

 

db2 force application all

 

 

db2stop force

 

 

 

 

 

 

after this also if it did not stop you use

 

db2 terminate

 

 

 

 

and reboot the os then try to startsap.

 

Regards,

Suresh Daniel

Re: stopsap script not stopping database.

$
0
0

hi,

thanks for your reply,even i tried this command but still sap instance is not starting.

I have tried the following commands

db2cmd

Open DB2 Command line Tool

db2cc

Open DB2 Control Centre

db2start

Start Database Normaly

db2stop

Stop Database Normaly

db2stop force

Stop Database forcely

db2 force application all

Close all applications that uses DB2 Database.

db2level

Display DB2 version and fix pack level

db6level

Display DB2 Client Version

db2 terminate

Close the database connection

db2_kill -all

Kill a hanged instance

Re: stopsap script not stopping database.

$
0
0

Hi Vinodh,

 

DbSlConnectDB6: unable to open file: '/usr/sap/SBX/SYS/global/dscdb6.conf'

Could you check for correct permissions on the file mentioned under the trans.log ? Please try again & re-share the logs if still issue persists.

 

Regards,


Re: stopsap script not stopping database.

$
0
0

Addition to above,suggest you to follow SAP Note  493832 - DB6: SAP Web AS Inst. on UNIX - Release 6.20& consider

 

  • If the following error occurs:
    unable to open file: '/usr/sap/<SAPSID>/SYS/global/dscdb6.conf'
    '/sapmnt/<SAPSID>/exe/dscdb6up -create  xxx' returned with '12' which is not defined as a success code.

    That is because the password for the user sap<sapsid> is missing and dscdb6.conf was created wrong. Create dscdb6.conf manually. Therefore execute following command as user <sapsid>adm:
    dscdb6up -create password1 password2
    where password1 is the password for the connect user sap<sapsid> and password2 is the password for the user <sapsid>adm.
    Then restart SAPinst using following command:
    sapinst SAPINST_SKIP_ERRORSTEP=true

Hope this will help you.

 

Regards,

Re: stopsap script not stopping database.

$
0
0

hi Gaurav

          Thanks for your reply...

As you suggested we have created the dscdb6up using the command dscdb6up -create password1 password2 then when we try ./sapinst SAPINST_SKIP_ERRORSTEP=true it is starting the sap installation.

we have already using the system but the problem is that our sap instance is not starting....

Re: stopsap script not stopping database.

$
0
0

Hi Vinodh,

 

Could you again share the updated trans.log file from the system ?

 

Regards,

Re: stopsap script not stopping database.

$
0
0

hi gaurav,

  In trans.log the details have been updated only till 23rd of this month, after that no details have been updated to the trans.log..

we took the trans.log from /db2/db2sbx/trans.log folder

and the old trans.log has already been updated by me previously.

Re: stopsap script not stopping database.

$
0
0

Hi,

 

In trans.log the details have been updated only till 23rd of this month, after that no details have been updated to the trans.log..

Is there any other issue related with the updation of logs here ? The file which you shared was from 23rd of this month.Is it ?

 

we took the trans.log from /db2/db2sbx/trans.log folder

Is this file updated or still from the previous dates ?

 

and the old trans.log has already been updated by me previously.

How ?

 

Request you to remove old trans.log file & regenerate the same by the execution of R3trans -d .

 

Regards,

Re: stopsap script not stopping database.

$
0
0

hi gaurav,

 

1.Is there any other issue related with the updation of logs here ? The file which you shared was from 23rd of this month.Is it ?

23_log.PNG


2. Is this file updated or still from the previous dates ?

    Yes, its a old file only.

 

I have deleted the trans.log file from db2/db2sbx folder and again i executed the R3trans -D but its not creating the trans.log file again.

 

but in home/sbxadm folder i found the trans.log and startdb.log files which have updated today.

i will attach the log files with this post.

Re: stopsap script not stopping database.

$
0
0

Hi,

 

DbSlConnectDB6( SQLConnect ): [IBM][CLI Driver] SQL30061N  The database alias or database name "SBX         
4 ETW000                                                                          55  0.054114
4 ETW000  [dev trc ,00000]  &+ " was not found at the remote node.  SQLSTATE=08004        

 

From the trans.log i would suggest you to refer SAP KBA  1806922 - Connection Error: SQL30061N The database alias or database name was not found at the remote node - Information Steward 4.0  2072313 - Database Archive Failed to Restore: Database Page Size Too Big

 

Hope this will help you.

 

Regards,


Re: stopsap script not stopping database.

$
0
0

Hi gaurav,

               thanks for your reply.

 

as you suggested in have seen the note 1806922 but it shows somwthing like

 

  1. Log into CMC.
  2. Navigate to Information Steward -> Connections.
  3. Create a connection.
  4. Set up properties and Test Connection.

how to log into CMC in linux...and what is CMC..

How to do a SELECT statement in Java Script for SAP Workflow on HANA

$
0
0

Dear Gurus

 

I'm working on SAP Workflow on the following environment:

 

SAP Business One 9.1 PL:08  FOR HANA

 

I have a simple Update Item Master UDF Workflow Java Script. The Script works fine on my laptop with SQL.

 

On a HANA environment I will need to change the SELECT statement to have the HANA SELECT differences like the double quotes around the field names.

 

How would I show this SELECT statement for a HANA Environment?

 

 

var param = company.getRecordsetParams();

var query =  "SELECT ItemCode FROM OITM WHERE U_isNew = \'Y\' " ;

print(query);

param.setQuery(query);

var recordset=company.getRecordset();

 

 

regards, Sotos Soteriou

Re: Server not showing up in Choose Company screen

$
0
0

Hi,

 

Try to open SAP by Run as administrator.

 

Thank you.

Re: stopsap script not stopping database.

Re: stopsap script not stopping database.

$
0
0

Hi suresh.

               Thanks for your reply.

as you said , we exported the data from quality and installed the sandbox system.

we have done some support pack upgrades and some configuration changes are done by other modules.

 

regards

Vinodh

Viewing all 2369 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>