help with security issue

S

steve

Hi,

I'm not a "real" Infopath/.net developer - put i play one on this
project. I'm having trouble debugging a security issue one of my
users is experiencing. It works fine for the other 25 users (!!). the
user is running windows xp/infopath 2003 (same as everybody
else). .net framework is 1.1.

the development environment is Visual Studio 2003, VB, Infopath
2003. The sharepoint site is 2003. The form is published to a
sharepoint library. the form is not full trust - i don't want to make
it full trust unless i have too.

the error is: form template: https://mysite.com/xxx Your user name or
group cannot be verified because your security settings do not permit
it.

The script behind the infopath form reads an environment variable to
get the username ( Dim txtUserName = Environment.UserName) which i'm
sure is the issue.

i checked in IE Tools/Internet Options/Security/Local intranet/sites/
advanced - the url of the site is in the list, so that's not the
problem. this is typically the issue when user report this type of
problem, but apparently not this time.

I ran Administration Tools/Microsoft .NET Framework Configuration - I
check the Permission Sets for Environment Variables under
LocalIntranet for enterprise/machine/user. it's READ for all of them,
so that should be ok.

so....i'm completely out of ideas.

anybody?!

thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top