cancel
Showing results for 
Search instead for 
Did you mean: 

Error: Invalid Model State - When importing Classification Models from test

JonasSundin_Hal
Level 2

Hi,

I receive an error "Invalid Model State." when trying to create a Classification model from a file in our production environment. The file itself has been downloaded from our test environment.

File name, Size and progress is confirmed as valid once it has been attached and the error itself appears when I press the Create button.

This is the first time I try to do this as we now wanna proceed into our production environment from our test environment. 

Same thing happens when I try to import the Capture models from test.

When I import the Batch type and Document form definition it works without any issue.

Anyone knows why this happens? Does it has to be done in a specific order or what is the reason for this?

Br,

Jonas

2 REPLIES 2

harish.m
Level 12

Hi Jonas,

Please refer below thread

https://community.blueprism.com/communities/community-home/digestviewer/view-question?ContributedContentKey=fab2efff-15ce-4aed-8bd4-2fed427b72de&CommunityKey=d4ab3eee-2dfe-4d40-b6de-4c7643bf3343

----------------------- If I answered your query. Please mark it as the "Best Answer" [FirstName] [LastName] [Designation] [JobTitle] [City] [State] [Phone]

LukasRamasauska
Level 5

... and just to reflect on Harish M. reply, the thread is not so useful as its not related to IIS configuration. TEST and PROD looks identical and as per advise there:

<system.web>
<sessionState mode="InProc" timeout="10000"></sessionState>
<authentication mode="None" />
<compilation debug="false" targetFramework="4.5.2" />
<!-- Note: Execution timeout is in seconds. Default value is 110. -->
<httpRuntime maxRequestLength="4194304" targetFramework="4.5.2" executionTimeout="3600" />
<customErrors mode="On" defaultRedirect="~/Error/Error" />
<globalization culture="" uiCulture="" />
<httpCookies requireSSL="true" />
</system.web>