cancel
Showing results for 
Search instead for 
Did you mean: 

Connect to MS SQL from SAP on UNIX

Former Member
0 Kudos

Hi Everyone,

My requirement in short is- On a process complete in ECC, we have write a record to SQL DB and from there the job running on SQL DB picks up the record and does some activities.

As we are running on UNIX, we cannot use DB connect. Right now setup a UD connect but do not know how to update the SQL DB. Regular coding like EXEC SQL is not working as it is searching for inputs in DBCO.

P.S; Our company does not want to install Windows OS.

Please help.

Thanks,

Raj

Accepted Solutions (1)

Accepted Solutions (1)

markus_doehr2
Active Contributor
0 Kudos

> P.S; Our company does not want to install Windows OS.

Well - since you have an SQL Server running you already have Windows, right?

The easiest and the only supported way is to install a Windows application sever and run the job on that - or migrate the SQL Server database content to a database running on a Unix system.

Markus

Answers (0)