Upgrade import resources does not work

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 anos atrás
I upgraded my database to work with 3.9. The resource names were not correct so I wanted to re-import the resource file.  When I do, I get the error. "Could not find stored procedure 'LanguagePackImport'."
7 anos atrás
Go to /App_Data/Install/, and look for SqlServer.StoredProcedures.sql. Search for "LanguagePackImport", and copy the stored procedure. Execute that to your SQL Server. :)
7 anos atrás
I tried that. Now I am getting this error.

INSERT failed because the following SET options have incorrect settings: 'QUOTED_IDENTIFIER'. Verify that SET options are correct for use with indexed views and/or indexes on computed columns and/or filtered indexes and/or query notifications and/or XML data type methods and/or spatial index operations.
7 anos atrás
wooncherk wrote:
Go to /App_Data/Install/, and look for SqlServer.StoredProcedures.sql. Search for "LanguagePackImport", and copy the stored procedure. Execute that to your SQL Server. :)


This worked just fine. Thank you.
7 anos atrás
what happenned after you got the error message? first you get the error message, you responded by saying you had another error message then you replied by saying worked fine for you. What happenned?

still have error message after running sql file

Thanks
7 anos atrás
My issue is the english language file I can not ''import resources'' error message:
INSERT failed because the following SET options have incorrect settings: 'QUOTED_IDENTIFIER'. Verify that SET options are correct for use with indexed views and/or indexes on computed columns and/or filtered indexes and/or query notifications and/or XML data type methods and/or spatial index operations
7 anos atrás
I tried running the entire SqlServer.StoredProcedures.sql file. That caused errors. I then just ran the [LanguagePackImport] function.

That corrected my issue.
7 anos atrás
did not work for me
7 anos atrás
how did you run the fonction?
7 anos atrás
OK got it. Nothing worked until I went in the database lookup the store procedures to see if LanguagePackImport was there and it was. Whatever I was trying didn't worked so I deleted the procedure and ran a query with just the LanguagePackImport portion and it reinstalled with no errors then went back to the admin of my store and tried re-importing a language and it worked perfectly !

Thanks for the info!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.