cancel
Showing results for 
Search instead for 
Did you mean: 

wdtaocx internal error

Former Member
0 Kudos

HI

I have some vbscript as follows:

sapConn.Connection.user = "bland"
sapConn.Connection.password = "xxx"
sapConn.Connection.client = "xxx"
sapConn.Connection.ApplicationServer = "xx,xx,xxx,xx"
sapConn.Connection.Language = "E"

If sapConn.Connection.Logon(0, True) <> True Then
response.write("Not Logged on to SAP")
else
response.write("Logged on to SAP")
end if
Dim objRfcFunc' As Object
Dim objRfcFunc1
Set objRfcFunc1 = sapConn.Add("RFC_READ_TABLE")

We have 3 SAP clients, both on different IP addresses and the script works fine,. It connects and allows me to download a table.

However, the 3rd client on one of the IP addresses logs on ok, but then fails at the last line. The error is

wdtaocx error '800af108'

Internal application error.

Is this something that needs changing on the SAP Client or have I something wrong locally.

My guess it is the SAP client as it works for the other 2.

If it is the SAP client, what needs changing

many thanks

Kevin

Accepted Solutions (0)

Answers (0)