Configure 2 SFTP Destinations in SAP BO

SAP

Recently there is an requirement to to send schedule reports from SAP BO 4.1 SP7 to two different SFTP locations. For configuring SFTP, you requires fingerprint. There are multiple ways to generate, you can get more details from here – https://blogs.sap.com/2015/07/23/sftp-destination-for-sap-businessobjects-bi-platform-41/ This can be achieved by configuring SFTP destination in…

Read More

How to run DB2 commands for SAP

SAP

useful DB2 commands which needs to run to administer the DB2 Database for SAP workloads. #To start DB2 db2start #To connect to particular database db2 connect to dbname #To check DB configuration/parameters db2 get db cfg for dbname #To update DB configuration/parameters db2 update db cfg for dbname using LOGARCHMETH1…

Read More