Software Development Kit (SDK) and API Discussions

NetApp NaFiler running over .NET WebServices

JonathanP91
2,546 Views

Hello everyone,

 

I'm in trouble with my .NET(C#)  WebService.

The Class i created can manipulate connections to files on our fileservers. I'm using the LockBreak class to unlock file so we can delete/change them.

With my Console application that i used as test to develope the class, i can run all methos without complications.

 

The problem is that when i try to implement it on my webservice, the Invoke from my NaFiler does not work.

I'm getting the following error: 

German: "Das aktuelle Konfigurationssystem unterstützt keine Einstellungen im Gültigkeitsbereich des Benutzers."

English: "The current configuration system does not support user-scoped settings."

 

Is there a special method or configuration to allow the use of the NetApp API with webservices/IIS?

 

I hope someone can help me, thanks.

 

Best Regards,

Jonathan Schröer

 

 

1 ACCEPTED SOLUTION

JonathanP91
2,512 Views

Hello,

 

The problem was solved following this topic steps posted by PATRICK_WEIBEL: http://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/NMSDK-5-1-NET-UserScopedSettings-vs-ApplicationScopedSettings/td-p/245...

 

Thanks.

 

Regards,

Jonathan Schröer

View solution in original post

1 REPLY 1

JonathanP91
2,513 Views

Hello,

 

The problem was solved following this topic steps posted by PATRICK_WEIBEL: http://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/NMSDK-5-1-NET-UserScopedSettings-vs-ApplicationScopedSettings/td-p/245...

 

Thanks.

 

Regards,

Jonathan Schröer

Public