hi suresh,
DB2 database.
hi suresh,
DB2 database.
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
Hi Krishna,
Have you maintained SAP Gateway Host and Gateway service in technical settings tab properly ?
Regards,
Nadeem
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
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
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 |
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,
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,
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....
Hi Vinodh,
Could you again share the updated trans.log file from the system ?
Regards,
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.
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,
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 ?
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.
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,
Hi gaurav,
thanks for your reply.
as you suggested in have seen the note 1806922 but it shows somwthing like
how to log into CMC in linux...and what is CMC..
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
Hi,
Try to open SAP by Run as administrator.
Thank you.
Hi Vinodh,
Could you share db2diag.log file for analysis ? In addition also suggest you to refer link at
IBM IC63452: MIGRATE DB &lt;DBALIAS&gt; FAILS WITH SQL30061N - United States
Regards,
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