S
sunflower
For reasons which I won't get into here, I am required to serve InfoPath
documents dynamically through a servlet. The XML document is intercepted to
point to the Infopath template which is also served dynamically using the
same servlet.
I am successful in being able to invoke InfoPath by clicking on an url in
IE. The correct XML document is opened with the correct template.
However, I am getting this rather disturbing message:
"This form cannot be filled out either because you do not have adequate
permissions, another user has the form opened or the the form is open in
another program.
Do you want to open a read-only version of this form?"
I can definitely rule out 2 (another user has opened the form) as the cause.
I think I can rule out 1(adequate permission) as I can open the form locally
without any problems with permission.
I can accept to open the form in read-only mode and can still submit data
from the form to a webservice without any issues.
Does anyone have ideas on what I need to do to suppress the message?
Cheers
documents dynamically through a servlet. The XML document is intercepted to
point to the Infopath template which is also served dynamically using the
same servlet.
I am successful in being able to invoke InfoPath by clicking on an url in
IE. The correct XML document is opened with the correct template.
However, I am getting this rather disturbing message:
"This form cannot be filled out either because you do not have adequate
permissions, another user has the form opened or the the form is open in
another program.
Do you want to open a read-only version of this form?"
I can definitely rule out 2 (another user has opened the form) as the cause.
I think I can rule out 1(adequate permission) as I can open the form locally
without any problems with permission.
I can accept to open the form in read-only mode and can still submit data
from the form to a webservice without any issues.
Does anyone have ideas on what I need to do to suppress the message?
Cheers