Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

#ABAP_Trial error install.sh ((NW 7.51 SP2))

former_member555668
Discoverer
Hi. Not want to once again strain.

But maybe there's a typical solution.
Failed install.sh. In sapinst_dev.log
I found the following:

ERROR 2018-02-06 02:34:33.397 (root/sapinst) id=ind-rel.ind-os.ind-db.assertionFailed errno=CJS-00030

Assertion failed: Unable to update database device locations. Refer to trace file sapinst_dev.log for further information.

ERROR 2018-02-06 02:34:33.597 (root/sapinst) id=modlib.jslib.caughtException errno=MUT-03025
Caught ESAPinstException in module call: Assertion failed: Unable to update database device locations. Refer to trace file sapinst_dev.log for further information..

ERROR 2018-02-06 02:34:35.308 (root/sapinst) id=controller.stepExecuted errno=FCO-00011
The step syb_step_update_dbdevices with step key |offlineadjustment_dialogs|ind|ind|ind|ind|0|0|offlineadjustment_db_post|ind|ind|ind|ind|db_post|0|syb_rename_db_post_dia|ind|ind|ind|ind|syb|0|NW_SYB_DB_REN|ind|ind|ind|ind|syb2|0|syb_step_update_dbdevices was executed with status ERROR ( Last error reported by the step: Assertion failed: Unable to update database device locations. Refer to trace file sapinst_dev.log for further information.).

sapinst_dev.log

sapinst.log

7 REPLIES 7

askmallik
Explorer
0 Kudos

This the exact error I have encountered. Any solution?

julieplummer20
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Egor, hi Abishek,

Are either of you using Software Provision Manager? If so, it won't work.

Also, have you tried renaming the database or SAP system? If so, don't.

Also:

  • Make sure the Username (for openSUSE) you created at the beginning is NOT “sap”
  • Change your host file entry to: 10.0.2.15 vhcalnpli.dummy.nodomain vhcalnpli (you can see the correct syntax in your hostfile, it is <IP address> <FQDN> <short-hostname>)
  • Use command hostname, it should be vhcalnpli
  • Use command hostname – f, it should be vhcalnpli.dummy.nodomain
  • Check your system language with the command echo $LANG, if its NOT “en_US.UTF-8” use LANG=en_US.UTF-8 to change that.

(This is from another user: Comment 408921 )

Please let me know how you get on.

Julie.

omarluc
Discoverer
0 Kudos

Hi !

I have the same problem

I changed the server name as advised and also the Language, but the error persists

Any other ideas about this?

omarluc
Discoverer
0 Kudos

I checked the trace file

message before the error is

"syb_update_db_devices_path: device NPL_log_001 does not exist"

Former Member
0 Kudos

Any luck solving this issue? I have the same problem and can't quite figure it out.

Hostname, FQDN, and language are set correctly. Any other ideas?

Thanks!

former_member555668
Discoverer
0 Kudos

Hello world)

At the time when I asked question. I wanted get development environment, to improve my skills.
Yestrday I install docker: https://www.docker.com/products/docker-desktop
I think there make be solution.
(and two good links not by topic:

https://www.datacamp.com (here two free courses, and first chapter in all. here i know about docker)

DataCamp offers interactive R, Python, Sheets, SQL and shell courses;
and by the way, https://www.futurelearn.com/partners/british-council
it's good English language courses)

For Docker and ABAP Developer Edition, cf https://blogs.sap.com/2018/10/16/sap-as-abap-7.5x-developer-editions-faqs/, where Julie Plummer provides a link to the blog post Dockerfile for AS ABAP 7.5x, by Tobias Hofmann.