cancel
Showing results for 
Search instead for 
Did you mean: 

WebService, SBODI_Server, Sample

Former Member
0 Kudos

Hi,

I have SAP BO 2004 patch 28.

I try run Sample "DIServerBP" in VB. First I run server side "DISSample" and again client side "WSClient" in deguge mode.

I see error:

An unhandled exception of type 'System.Web.Services.Protocols.SoapException' occurred in system.web.services.dll

Additional information: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.UnauthorizedAccessException: Access deny.

at DISSample.Sample.Login(String DataBaseServer, String DataBaseName, String DataBaseType, String DataBaseUserName, String DataBasePassword, String CompanyUserName, String CompanyPassword, String Language, String LicenseServer) in D:\Inetpub\wwwroot\DISSample\Sample.asmx.vb:line 56

--- End of inner exception stack trace ---

I don't understend - what is wrong?

Can you help me?

Thanks

Tomasz

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Try this:

Do you have created the ASPNET windows account?

Does the ASPNET account have rights to access the Company's database?

Solving this two problems, you can run the webservices without troubles

Sir Harold

Former Member
0 Kudos

Thanks Harold,

I have ASPNET windows account.

It's very strange.

I run today this sample again and my problem disappear.

Thanks again for your answer.