Hi Franck,
Thanks for responding.
It is not a fully trusted form. It is domain level access as it connects to
Sharepoint lists. It is deployed through the Sharepoint Forms Library. The
problem is not restricted to one form though, all infopath forms that this
machine tried to open causes this Access Denied error.
Is cleaning the registry still relevant? Does anything get written to the
registry with non fully trusted forms? Also can it be a cache problem? Is
there a way to clear the cache?

Signature
John Sivilla
Developer IT
Montreal, Canada
Blog: http://spaces.msn.com/members/sivilian/
> Bonjour John,
>
[quoted text clipped - 24 lines]
> >
> > thanks,
Franck Dauché - 05 Oct 2005 19:48 GMT
Nope, won't help then. Are you running XP SP2 on that machine? Did you look
into the firewall settings?
Franck Dauché
> Hi Franck,
>
[quoted text clipped - 37 lines]
> > >
> > > thanks,
tlsing99 - 12 Oct 2005 17:59 GMT
i've face the same problem when i put the template links for the user to fill
in forms, there's something missing unlike what we did usually using "Fill
out this form" at the form library.
i've found a work around hope can solve your problem(from
http://www.wssdemo.com/StaffPurchase/default.aspx) .
----------------------------------------------------------
How did I create this link?
Add a Content Editor web part and paste this code into the Source Editor
<script src="/_layouts/1033/ows.js"></script>
<script>
function WPQ3createNewDocument()
{
var strTemplate =
"http://www.wssdemo.com/StaffPurchase/Orders/Forms/template.xsn";
var strSaveLocation = "http://www.wssdemo.com/StaffPurchase/Orders";
var strProgID = "SharePoint.OpenXMLDocuments";
createNewDocumentWithProgID(escapeProperlyCore(strTemplate, true),
makeAbsUrl(strSaveLocation), strProgID, true);
}
</script>
<a href="" onclick="WPQ3createNewDocument()">Create new order</a>
----------------------------------------------------------
> Nope, won't help then. Are you running XP SP2 on that machine? Did you look
> into the firewall settings?
[quoted text clipped - 42 lines]
> > > >
> > > > thanks,