cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP API - The connection is not trusted

former_member182048
Active Contributor
0 Kudos

Hi

UPDATE:

Solved this

new server file types for known types hidden (allow.ip.txt)

Noted

When connecting to MSSQL it defines the user and password as

SA

admin

Our server was set up for Window authentication and SA is disabled

had to enable the SA and set password

Anyone starting out with MDM API see the WIKI

https://www.sdn.sap.com/irj/sdn/wiki?path=/pages/viewpage.action&pageid=3490

nice one Thomas

jsp

-


I have added the allow.ip file to the server directory.

Inside the file is 192.168.2.* (all servers)

MDM is 5.5 SP04

SAP_ABA 700

MDM_TECH 554_700

I have configure appropriately using trx - MDMAPIC

It is definitely hitting the right server.

I have tried adding my user to the repository i want to query.

and tried to create a repository using code in HOWTO_02

The error is

*Server return code 0xFFAA0225: The connection is not trusted.*

Can anyone see what i have missed

cheers

jsp

Accepted Solutions (0)

Answers (1)

Answers (1)

michael_theis
Active Contributor
0 Kudos

Hi JSP,

check that the file is named correctly. The name has to be "allow.ip" and not "allow.ip.txt" as stated by yourself:

> Solved this new server file types for known types

> hidden (allow.ip.txt)

Then you should check, if you've added the correct IPs. The file needs to contain the IPs of the calling systems and not the IPs of the MDM Server. Make sure, that you enter the IP of the SAP system in which your programm is running! Depending on the system landscape, a single SAP system may run on different Apllication Servers. Ensure to add all IPs.

Hope that helps

Michael