DP Agent Installation and Configuration of Remote Source
DP Agent Installation and Configuration of Remote Source
To verify XSA has been installed and all Connect as xsa_admin to the required org/space
components related/dependent on XSA have as shown
been updated [root@vsdb9002 ~]# su - ad1adm
Last login: Wed Apr 24 13:16:13 EDT 2024 on
pts/0
ad1adm@vsdb9002:/usr/sap/AD1/HDB00> xs
login
API_URL:
https://vsdb9002.eskenazihealth.edu:30030
USERNAME: xsa_admin
PASSWORD>
Authenticating...
ORG: orgname
SPACE: SAP
API endpoint:
https://vsdb9002.eskenazihealth.edu:30030 (API
version: 1)
User: xsa_admin
Org: orgname
Space: SAP
Xs lc to display all component versions updated ad1adm@vsdb9002:/usr/sap/AD1/HDB00> xs lc
enable DP server for AP2 from systemDB@AP1 ALTER DATABASE AP2 ADD 'dpserver';
verify DPserver shows up as a service select * from M_SERVICES
Import delivery unit
Installing the DP agent. [agent_admin@vsapps9104
HANA_DP_AGENT_20_LIN_X86_64]$ pwd
/install/DW_HHC/DPA/
IMDB_DPAGENT200_07P_20-70002516/
HANA_DP_AGENT_20_LIN_X86_64
[agent_admin@vsapps9104
HANA_DP_AGENT_20_LIN_X86_64]$ ls
hdbclientreg hdbinst hdbsetup hdbuninst
instruntime packages
[agent_admin@vsapps9104
HANA_DP_AGENT_20_LIN_X86_64]$ ./hdbinst
SAP HANA Data Provisioning Agent installation kit
detected.
Connect to AP1-HANA
vsdb9102.eskenazihealth.edu
SELECT
DATABASE_NAME,SERVICE_NAME,PORT,SQL_POR
T,(PORT + 2) HTTP_PORT
FROM SYS_DATABASES.M_SERVICES WHERE
DATABASE_NAME='AP2' and
((SERVICE_NAME='indexserver' and
COORDINATOR_TYPE= 'MASTER') or
(SERVICE_NAME='xsengine'))
Steps on the SQL source As V3it cannot directly access the SQL using
windows authentication, SSMS needs to be
downloaded locally and below string needs to be
launched via Start >> Run
C:\Windows\System32\runas.exe /netonly
/user:EH\609843 "C:\Program Files (x86)\
Microsoft SQL Server\130\Tools\Binn\
ManagementStudio\Ssms.exe"
Enter the EH user /pad
Once the SQL source is ready, it’s time to setup the source in HANA’s webide. Steps show below
Login to the webide as xsa_admin https://vsdb9002.eskenazihealth.edu:53075
Switch database explorer and add your HANA
system/tenant details
Once the DB is added, add the remote source as
shown