You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -399,7 +399,7 @@ Back up SYSTEMDB and all tenant databases before you try to copy a tenant, move
399
399
400
400
### Microsoft SQL Server
401
401
402
-
The following examples assume that you install the SAP NetWeaver system with SID *AS1*. The virtual host names are:
402
+
The following examples assume that you install the SAP NetWeaver system with SID **AS1**. The virtual host names are:
403
403
404
404
* *as1-db* for the SQL Server instance that the SAP NetWeaver system uses
405
405
* *as1-ascs* for SAP NetWeaver ASCS
@@ -409,7 +409,7 @@ The following examples assume that you install the SAP NetWeaver system with SID
409
409
410
410
Before you start SWPM, you need to mount the IP address of the virtual host name of ASCS. We recommend using SAPACEXT. If you mount the IP address by using SAPACEXT, make sure that you remount the IP address after a reboot.
411
411
412
-
```bash
412
+
```cmd
413
413
# C:\Program Files\SAP\hostctrl\exe\sapacext.exe -a ifup -i <network interface> -h <virtual hostname or IP address> -n <subnet mask>
@@ -420,7 +420,7 @@ Run SWPM. For **ASCS Instance Host Name**, use **as1-ascs**.
420
420
421
421
Before you start SWPM, you need to add the IP address of the virtual host name of the database to a network interface. We recommend using SAPACEXT. If you mount the IP address by using SAPACEXT, make sure that you remount the IP address after a reboot.
422
422
423
-
```bash
423
+
```cmd
424
424
# C:\Program Files\SAP\hostctrl\exe\sapacext.exe -a ifup -i <network interface> -h <virtual hostname or IP address> -n <subnet mask>
@@ -433,7 +433,7 @@ Make sure that the user *NT AUTHORITY\SYSTEM* has access to the SQL Server insta
433
433
434
434
Before you start SWPM, you need to mount the IP address of the virtual host name of the application server. We recommend using SAPACEXT. If you mount the IP address by using SAPACEXT, make sure that you remount the IP address after a reboot.
435
435
436
-
```bash
436
+
```cmd
437
437
# C:\Program Files\SAP\hostctrl\exe\sapacext.exe -a ifup -i <network interface> -h <virtual hostname or IP address> -n <subnet mask>
@@ -448,17 +448,15 @@ In the **Primary Application Server Instance** dialog, for **PAS Instance Host N
448
448
449
449
* **Error**:
450
450
451
-
```
452
-
[Microsoft][ODBC SQL Server Driver][SQL Server]The SELECT permission was denied on the object 'log_shipping_primary_databases', database 'msdb', schema 'dbo'. [SOAPFaultException]
453
-
454
-
The SELECT permission was denied on the object 'log_shipping_primary_databases', database 'msdb', schema 'dbo'.
455
-
```
451
+
> [Microsoft][ODBC SQL Server Driver][SQL Server]The SELECT permission was denied on the object 'log_shipping_primary_databases', database 'msdb', schema 'dbo'. [SOAPFaultException]
452
+
>
453
+
> The SELECT permission was denied on the object 'log_shipping_primary_databases', database 'msdb', schema 'dbo'.
456
454
457
455
* **Solution**: Make sure that *NT AUTHORITY\SYSTEM* can access the SQL Server instance. See SAP Note [2562184].
458
456
459
457
### Errors and warnings during instance validation
460
458
461
-
* An exception was raised in the validation of *hdbuserstore*. See Log Viewer.
459
+
* An exception was raised in the validation of *hdbuserstore*. See **Log Viewer**.
0 commit comments