need help, during the installation of NW04s i encountered this error when adjusting nametab process. see details below.
WARNING 2007-06-23 23:16:27
Execution of the command "/usr/sap/BIW/SYS/exe/run/dipgntab -rwr40 -srctt DDNTT -srctf DDNTF -dsttt DDNTT -dsttf DDNTF -ttonly TT" finished with return code 255. Output: ERROR in initialization (can't get SVERS-version)ERROR in initialization (can't get SVERS-version)
ERROR 2007-06-23 23:16:27
CJS-30023 Process call '/usr/sap/BIW/SYS/exe/run/dipgntab -rwr40 -srctt DDNTT -srctf DDNTF -dsttt DDNTT -dsttf DDNTF -ttonly TT' exits with error code 255. For details see log file(s) dipgntab.log.
ERROR 2007-06-23 23:16:27
FCO-00011 The step adjustNametab with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_Postload|ind|ind|ind|ind|10|0|NW_Postload_DB6|ind|ind|ind|ind|5|0|adjustNametab was executed with status ERROR .
thanks in advance,
jemill
Hello Jemill,
In the error log is written
<i>For details see log file(s) dipgntab.log.</i>
Could please look for this log file and post it.
Kind regards,
Klaus
sir,
here is the content of that file:
ERROR in initialization (can't get SVERS-version)
ERROR in initialization (can't get SVERS-version)
thanks,
jemill
Hello,
I have the same problem with a homogeneous system copy with Backup restore method (after restore the DB and continue wiht SAPINTS), so I was looking the the SVERS table and the versión is 700, but I Think the problem could be the user that Is trying to read the SVERS table, because could be that user doesn't have the authorizations, so Do you know someone if the user for see the table is ??
Thanks
hello,
I have already found the problem, so you can see more information if run the program directly from operating system, and up the trace level
example
C:\usr\sap\BWD\SYS\exe\nuc\NTI386>dipgntab.exe -rwr40 -srctt DDNTT -srctf DDNTF -dsttt DDNTT -dsttf DDNTF -ttonly TT -trace 4 tab
as you can see is the same command that run SAP, but in this case wiht trace, im my case is because the application go other path to find the Database library
Good look
Hi Jemill,
I have met the same question. Could you please tell me how to solve it?
Thanks!
Hi All,
This problem is related to Database. system is unable to read to tables in DB due to user rights and authorziations.
Check the sql,
connect / as sysdba
select * from <sapschema>.usr02;
select * from <sapschema>.cvers;
f you have further problems, please go through the 'general checks' in
attached sap note 400241.
br,
Amit Lal
reward suitable pts.
im using MSSQL 2000... getting the same error.... any help on this ???
All u need to do is log in with the sidADM user..
please give me some points if it works
I was also experiencing the same problem while restoring a CRM 5.0 system in an MS clustered invironment with SQL Server 2005:
I solved the issue by moving the SAP clustered resources to the same node as the database server.
The problem was that sapinst was using the logical drive path to access the db file which in miy case was "dbmssslib.dll", instead of the ACL pad
<server_name.\
Hope this helps others with the same issue .
Regards,
Owen
I have copied missing dbmssslib.dll to u2026SYS\exe\uc\NTAMD64 directory and Retry the procedure.
Hello,
We encountered the same issue...
The solution was stated above...The installation log showed the following error...
D:\usr\sap\SD1\SYS\exe\uc\NTAMD64\dipgntab -rwr40 -srctt DDNTT -srctf DDNTF -dsttt DDNTT -dsttf DDNTF -ttonly TT" finished with return code -1
Inside the dipgntab log file the following error was being reportedu2026
ERROR in initialization (can't get SVERS-version)
We then went to the command prompt to run the command that was failing manually...we added the-trace 4 tab to the end to enable additional logging.
D:\usr\sap\SD1\SYS\exe\uc\NTAMD64\dipgntab -rwr40 -srctt DDNTT -srctf DDNTF -dsttt DDNTT -dsttf DDNTF -ttonly TT -trace 4 tab
In our case, the installation program was looking for the u201Cdbmssslib.dllu201D in the u201CD:\usr\sap\SD1\DVEBMGS00\exeu201D folder.
ERROR => DlLoadLib: LoadLibrary(D:\usr\sap\SD1\DVEBMGS00\exe\dbmssslib.dll)
Error 126 [dlnt.c 241]
Error 126 = "The specified module could not be found."
ERROR in initialization (can't get SVERS-version)
The exe folder did not yet exist. I then manually created the exe folder and copied the dbmssslib.dll and dbmssslib.pdb from the kernel directory and resumed.
The installation then completed successfully.