コミュニティ

ABBYY FC11 save file

I try to save document body to file server but I can not access if I call POST method with action Save I got 401 error and message Access denied, Contact administrator. Do I need to set special permission for user who want save file over POST method and what kind of authentication I need to set for POST method?

Can I save file over SOAP and how

この記事は役に立ちましたか?

0人中0人がこの記事が役に立ったと言っています

コメント

2件のコメント

  • Avatar
    Katja Ovcharova
    Dear Mirco,

    POST-request parameters depend on the authentication type set in your FlexiCapture complex, that is, in your case the credentials (login and password) that are assigned to the POST-request must be of a user who has enough rights to modify the batch or document on the corresponding processing stage and has rights for the corresponding Batch type. As a variant you could try running the same method with the credentials of Senior Verification Operator or Administrator and see whether the request works, and then either connect to FC under any of these privileged users, or add permissions for the user who is getting "Access denied" now.
    Please refer to the FlexiCapture 11 Developer Help to see how the POST-request should be properly formed (ABBYY FlexiCapture Help - Developer->Application Programming Interface (API) > References > Working with Files), there are also Examples that demonstrate how files can be obtained from FC or loaded to it.

    If these hints do not help you to resolve the issue, then please provide the following details:
    1. Screenshot of the page http:///FlexiCapture11/Monitoring/UsersPrincipal.aspx.
    2. The file C:\inetpub\wwwroot\FlexiCapture11\Server\Web.config.
    3. The source code of your application method where you send the POST-request to FC, and also the full text of the POST request that is actually being sent to FlexiCapture when you get the error.
    4. Please indicate what Batch type the working batch belongs to (this is the batch where document is actually posted, its BatchId is passed within the POST request) and what FC users are authorized to work with it.

    0
  • Avatar
    Permanently deleted user
    Here is my full test project with Java, also I check permissions, my user is set as Administrator and I have all privileges.

    project:
    https://drive.google.com/file/d/0B3ODKpiXXBS3TmpqUUQxZkdVSVE/view?usp=sharing

    Thanks.
    0

サインインしてコメントを残してください。