Hi,
for the error
The following information was included with the event:
Cannot open Profile \\<virtual Hostname>\sapmnt\<SID>\SYS\profile\START_DVEBMGS<nr>_<virtual hostname> (Error 53 ERROR_BAD_NETPATH: The network path was not found.) [ntservstart.cpp 1051]
This looks to be issue with the sharing .
Check this ..
965569 - SAP NetWeaver Based On Kernel 7.10: Windows
Windows Server 2008: Error when installing an application server
During the installation of an application server on Windows Server 2008 in MSCS, you might get an error similar to this:
Cannot open Profile
\\<VirtualHostName>\sapmnt\<SID>\SYS\profile\START_DVEBMGS <InstanceNumber>_<LocalHostName>. (Error 5 EIO*: Input/output error OR: Access is denied.) [ntservstart.cpp 1025]
In this case, check the sapmnt share security and the file permission on .\usr\sap. Make sure that the domain group SAP_<SID>_GlobalAdmin has full access. You might have to remove all permissions of local groups on the sapmnt share and the file folders, since on Windows Server 2008 the security settings for local groups are not allowed on the shared disks.
Related to this error .
Startup Profile: "\\<VIRTUAL HOSTNAME>\sapmnt\<SID>\SYS\profile\START_DVEBMGS<nr>_<VIRTUAL HOSTNAME>"
Starting Programs
(5652) CreateProcess(<LOCAL DRIVE>:\usr\sap\<SID>\SYS\exe\uc\NTAMD64\sapcpe.EXE pf=\\<VIRTUAL HOSTNAME>\sapmnt\<SID>\SYS\profile\<SID>_DVEBMGS<nr>_<VIRTUAL HOSTNAME>) failed(3). ESRCH*: No such process OR: The system cannot find the path specified.
(5652) CreateProcess(<LOCAL DRIVE>:\usr\sap\<SID>\SYS\exe\uc\NTAMD64\sapcpe.EXE pf=\\<VIRTUAL HOSTNAME>\sapmnt\<SID>\SYS\profile\<SID>_DVEBMGS<nr>_<VIRTUAL HOSTNAME> list:<LOCAL DRIVE>:\usr\sap\<SID>\SYS\exe\uc\NTAMD64/sapcrypto.lst) failed(3). ESRCH*: No such process OR: The system cannot find the path specified.
(4396) CreateProcess: <LOCAL DRIVE>:\usr\sap\<SID>\DVEBMGS<nr>\exe\disp+work.EXE pf=\\<VIRTUAL HOSTNAME>\sapmnt\<SID>\SYS\profile\<SID>_DVEBMGS<nr>_<VIRTUAL HOSTNAME>
Do you have these file in \usr\sap\<SID>\SYS\exe\uc\NTAMD64 directory. because the program sapcpe ensures that the automatic adjustment of the executables is made by copying usr/sap/<SAPSID>/sys/exe/<codepage>/<platform> (this is usual path) from the central directory to the local /usr/sap/<SAPSID>/exe/run directory.
DIR_CT_RUN (Name of the central directory for executables) and they are distributed to local folder (DIR_EXECUTABLE) next time the instance starts.
Thanks
Rishi Abrol