(InfoJet Service Integraton License is NOT available on Microsoft SharePoint Platform.)
|
|
|
Do I need to enable SharePoint session state?
|
|
|
|
|
How to config SharePoint to support the file
attachment and inline picture control in InfoJet EditPart?
|
|
In WSS 3.0, please open IIS Manager, create a virutal directory named "inlinefiles" in the hosted SharePoint web site, and map it to a disk folder, such as "c:\inlinefiles". Then add the following key into web.config:
<add key="InfoJetSoft.Service.InlineFilePath" value="/inlinefiles" />,
and grant the full control of the folder "c:\inlinefiles" to everyone.
|
|
|
InfoJet EditPart.aspx encounters error: 'Access
to the path "C:\WINDOWS\TEMP\tmp8E.tmp.dir\manifest.xsf" is denied.', how to
solve this problem?
|
|
Please add the key such as <add key="InfoJetSoft.Service.TempFolder"
value="c:\log" /> to SharePoint's web.config. Then please grant the full
control of "c:\log" to everyone. By default, InfoJet Service needs to extract
the files in form templates(xsn) to the system temp directory. But in some
condition(such as impersonation is enabled in SharePoint), InfoJet Service has no
perms to access the folder or files in it, so please add this key.
|
|
|
InfoJet EditPart.aspx encounters error:
'JetException Description: Cannot found cab file: manifest.xsf', how to solve
this problem?
|
|
Please add the key such as <add key="InfoJetSoft.Service.TempFolder"
value="c:\log" /> to SharePoint's web.config. Then please grant the full
control of "c:\log" to everyone. By default, InfoJet Service needs to extract
the files in form templates(xsn) to the system temp directory. But in some
condition(such as identity impersonate is enabled in SharePoint), InfoJet Service has no
perms to access the folder or files in it, so please add this key.
|