NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Software Development Kit (SDK) and API Discussions

NetApp NaFiler running over .NET WebServices

JonathanP91
3,493 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
3,459 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
3,460 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