Error 0x80131904 failed to load assembly id 65536 / HRESULT: 0x8013150A for...

What is 6÷2×(1+2) =?

Caruana vs Carlsen game 10 (WCC) why not 18...Nxb6?

What is the lore based reason that the Spectator has the Create Food and Water trait, instead of simply not requiring food and water?

Advice for a new journal editor

How to prevent cleaner from hanging my lock screen in Ubuntu 16.04

Is it a fallacy if someone claims they need an explanation for every word of your argument to the point where they don't understand common terms?

Why is working on the same position for more than 15 years not a red flag?

How to count the characters of jar files by wc

Cookies - Should the toggles be on?

Can we use the stored gravitational potential energy of a building to produce power?

What is the purpose of easy combat scenarios that don't need resource expenditure?

CREATE ASSEMBLY System.DirectoryServices.AccountManagement.dll without enabling TRUSTWORTHY

Why did the villain in the first Men in Black movie care about Earth's Cockroaches?

Why zero tolerance on nudity in space?

Difference between `vector<int> v;` and `vector<int> v = vector<int>();`

What is the wife of a henpecked husband called?

Is that a center tap tranformer just labelled differently?

Which one of these password policies is more secure?

Could a phylactery of a lich be a mirror or does it have to be a box?

Do authors have to be politically correct in article-writing?

Incorporating research and background: How much is too much?

Why publish a research paper when a blog post or a lecture slide can have more citation count than a journal paper?

A starship is travelling at 0.9c and collides with a small rock. Will it leave a clean hole through, or will more happen?

Would a National Army of mercenaries be a feasible idea?



Error 0x80131904 failed to load assembly id 65536 / HRESULT: 0x8013150A for microsoft.sqlserver.integrationservices.server


Error creating database in SQL Server Management Studio. (Could not load file or assembly 'Microsoft.SqlServer.Sqm)Assembly 'system.web, version=4.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a.' was not found in the SQL catalogError while executing SSIS package which contains Script component through SQL Server Agent JobSQL Server installation errors assembly.NET SQLCLR Assembly not working in SQL Server 2016 (Error msg 10314)Assembly 'EDCLR' references assembly 'system.servicemodel, version=4.0.0.0, culture=neutral, publickeytoken=b77a5c561934e089 errorSQL Server CLR 'Failed to create AppDomain' debuggingError Msg 10314, Level 16, State 11 with SAFE assembly after upgrade to SQL Server 2017Error occur during Oracle and Sql Server IntegrationSQL Server Agent Services not Coming Up













0















I am running SSIS Packages through an Agent job and getting error 0x80131904:



Message:




Executed as user: NT ServiceSQLSERVERAGENT.

Microsoft (R) SQL Server Execute Package Utility

Version 14.0.3023.8 for 64-bit

Copyright (C) 2017 Microsoft. All rights reserved.



Started: 1:00:00 PM

Failed to execute IS server package because of error 0x80131904. Description:

An error occurred in the Microsoft .NET Framework while trying to load assembly id 65536. The server may be running out of resources, or the assembly may not be trusted. Run the query again, or check documentation to see how to solve the assembly trust issues. For more information about this error:



System.IO.FileLoadException: Could not load file or assembly 'microsoft.sqlserver.integrationservices.server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. An error relating to security occurred. (Exception from HRESULT: 0x8013150A)



System.IO.FileLoadException:

      at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)

      at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)

      at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean forIntrospection)

      at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)

      at System.Reflection.Assembly.Load(String assemblyString)



Source: .Net SqlClient Data Provider

Started: 1:00:00 PM

Finished: 1:00:00 PM

Elapsed: 0.328 seconds.



The package execution failed.

The step failed.




I researched and found that I should enable CLR and set TRUSTWORTHY to ON for the DB. I did that and in addition checked the database owner account; it's enabled and not orphaned. Still getting the error. I would highly appreciate any help on this.










share|improve this question
















bumped to the homepage by Community 5 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • Why did you mark this azure sql database and sql server 2017?

    – Anthony Genovese
    Sep 7 '18 at 17:40











  • Is there any more text to the error message besides the error #? Please post the entire error message. Also, what is the SQLCLR method doing? Anything requiring EXTERNAL_ACCESS or UNSAFE? If so, is the PERMISSION_SET of the Assembly set to either EXTERNAL_ACCESS? From what I am seeing, "0x80131904" indicates an error when trying to connect to SQL Server. Does your SQLCLR method use SqlClient to connect to SQL Server using a regular / external connection (i.e. not "context connection=true")?

    – Solomon Rutzky
    Sep 8 '18 at 13:56











  • Thanks @Solomon I have posted the complete message in the Answer section as I was not able to post here. Please find it below in this thread.

    – user160248
    Sep 10 '18 at 8:49













  • @user160248 Hi there. You don't need to add comments or answers in order to provide more info. You can (and should) simply edit the question and add / change whatever. What DB is the Assembly loaded into? Did you set that DB to TRUSTWORTHY ON and change the owner of that DB? The error you are getting, which is really 0x8013150A, has been corrected in all cases that I could find by those 2 actions. Also, did you check the PERMISSION_SET for the assembly? It should be set to EXTERNAL_ACCESS. Can you execute this same package using DTExec.exe at a command prompt?

    – Solomon Rutzky
    Sep 10 '18 at 19:24
















0















I am running SSIS Packages through an Agent job and getting error 0x80131904:



Message:




Executed as user: NT ServiceSQLSERVERAGENT.

Microsoft (R) SQL Server Execute Package Utility

Version 14.0.3023.8 for 64-bit

Copyright (C) 2017 Microsoft. All rights reserved.



Started: 1:00:00 PM

Failed to execute IS server package because of error 0x80131904. Description:

An error occurred in the Microsoft .NET Framework while trying to load assembly id 65536. The server may be running out of resources, or the assembly may not be trusted. Run the query again, or check documentation to see how to solve the assembly trust issues. For more information about this error:



System.IO.FileLoadException: Could not load file or assembly 'microsoft.sqlserver.integrationservices.server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. An error relating to security occurred. (Exception from HRESULT: 0x8013150A)



System.IO.FileLoadException:

      at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)

      at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)

      at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean forIntrospection)

      at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)

      at System.Reflection.Assembly.Load(String assemblyString)



Source: .Net SqlClient Data Provider

Started: 1:00:00 PM

Finished: 1:00:00 PM

Elapsed: 0.328 seconds.



The package execution failed.

The step failed.




I researched and found that I should enable CLR and set TRUSTWORTHY to ON for the DB. I did that and in addition checked the database owner account; it's enabled and not orphaned. Still getting the error. I would highly appreciate any help on this.










share|improve this question
















bumped to the homepage by Community 5 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • Why did you mark this azure sql database and sql server 2017?

    – Anthony Genovese
    Sep 7 '18 at 17:40











  • Is there any more text to the error message besides the error #? Please post the entire error message. Also, what is the SQLCLR method doing? Anything requiring EXTERNAL_ACCESS or UNSAFE? If so, is the PERMISSION_SET of the Assembly set to either EXTERNAL_ACCESS? From what I am seeing, "0x80131904" indicates an error when trying to connect to SQL Server. Does your SQLCLR method use SqlClient to connect to SQL Server using a regular / external connection (i.e. not "context connection=true")?

    – Solomon Rutzky
    Sep 8 '18 at 13:56











  • Thanks @Solomon I have posted the complete message in the Answer section as I was not able to post here. Please find it below in this thread.

    – user160248
    Sep 10 '18 at 8:49













  • @user160248 Hi there. You don't need to add comments or answers in order to provide more info. You can (and should) simply edit the question and add / change whatever. What DB is the Assembly loaded into? Did you set that DB to TRUSTWORTHY ON and change the owner of that DB? The error you are getting, which is really 0x8013150A, has been corrected in all cases that I could find by those 2 actions. Also, did you check the PERMISSION_SET for the assembly? It should be set to EXTERNAL_ACCESS. Can you execute this same package using DTExec.exe at a command prompt?

    – Solomon Rutzky
    Sep 10 '18 at 19:24














0












0








0


1






I am running SSIS Packages through an Agent job and getting error 0x80131904:



Message:




Executed as user: NT ServiceSQLSERVERAGENT.

Microsoft (R) SQL Server Execute Package Utility

Version 14.0.3023.8 for 64-bit

Copyright (C) 2017 Microsoft. All rights reserved.



Started: 1:00:00 PM

Failed to execute IS server package because of error 0x80131904. Description:

An error occurred in the Microsoft .NET Framework while trying to load assembly id 65536. The server may be running out of resources, or the assembly may not be trusted. Run the query again, or check documentation to see how to solve the assembly trust issues. For more information about this error:



System.IO.FileLoadException: Could not load file or assembly 'microsoft.sqlserver.integrationservices.server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. An error relating to security occurred. (Exception from HRESULT: 0x8013150A)



System.IO.FileLoadException:

      at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)

      at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)

      at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean forIntrospection)

      at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)

      at System.Reflection.Assembly.Load(String assemblyString)



Source: .Net SqlClient Data Provider

Started: 1:00:00 PM

Finished: 1:00:00 PM

Elapsed: 0.328 seconds.



The package execution failed.

The step failed.




I researched and found that I should enable CLR and set TRUSTWORTHY to ON for the DB. I did that and in addition checked the database owner account; it's enabled and not orphaned. Still getting the error. I would highly appreciate any help on this.










share|improve this question
















I am running SSIS Packages through an Agent job and getting error 0x80131904:



Message:




Executed as user: NT ServiceSQLSERVERAGENT.

Microsoft (R) SQL Server Execute Package Utility

Version 14.0.3023.8 for 64-bit

Copyright (C) 2017 Microsoft. All rights reserved.



Started: 1:00:00 PM

Failed to execute IS server package because of error 0x80131904. Description:

An error occurred in the Microsoft .NET Framework while trying to load assembly id 65536. The server may be running out of resources, or the assembly may not be trusted. Run the query again, or check documentation to see how to solve the assembly trust issues. For more information about this error:



System.IO.FileLoadException: Could not load file or assembly 'microsoft.sqlserver.integrationservices.server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. An error relating to security occurred. (Exception from HRESULT: 0x8013150A)



System.IO.FileLoadException:

      at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)

      at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)

      at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean forIntrospection)

      at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)

      at System.Reflection.Assembly.Load(String assemblyString)



Source: .Net SqlClient Data Provider

Started: 1:00:00 PM

Finished: 1:00:00 PM

Elapsed: 0.328 seconds.



The package execution failed.

The step failed.




I researched and found that I should enable CLR and set TRUSTWORTHY to ON for the DB. I did that and in addition checked the database owner account; it's enabled and not orphaned. Still getting the error. I would highly appreciate any help on this.







sql-server azure-sql-database sql-server-2017 sql-clr






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Sep 10 '18 at 19:14









Solomon Rutzky

48.8k581177




48.8k581177










asked Sep 7 '18 at 16:49









user160248user160248

1




1





bumped to the homepage by Community 5 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 5 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • Why did you mark this azure sql database and sql server 2017?

    – Anthony Genovese
    Sep 7 '18 at 17:40











  • Is there any more text to the error message besides the error #? Please post the entire error message. Also, what is the SQLCLR method doing? Anything requiring EXTERNAL_ACCESS or UNSAFE? If so, is the PERMISSION_SET of the Assembly set to either EXTERNAL_ACCESS? From what I am seeing, "0x80131904" indicates an error when trying to connect to SQL Server. Does your SQLCLR method use SqlClient to connect to SQL Server using a regular / external connection (i.e. not "context connection=true")?

    – Solomon Rutzky
    Sep 8 '18 at 13:56











  • Thanks @Solomon I have posted the complete message in the Answer section as I was not able to post here. Please find it below in this thread.

    – user160248
    Sep 10 '18 at 8:49













  • @user160248 Hi there. You don't need to add comments or answers in order to provide more info. You can (and should) simply edit the question and add / change whatever. What DB is the Assembly loaded into? Did you set that DB to TRUSTWORTHY ON and change the owner of that DB? The error you are getting, which is really 0x8013150A, has been corrected in all cases that I could find by those 2 actions. Also, did you check the PERMISSION_SET for the assembly? It should be set to EXTERNAL_ACCESS. Can you execute this same package using DTExec.exe at a command prompt?

    – Solomon Rutzky
    Sep 10 '18 at 19:24



















  • Why did you mark this azure sql database and sql server 2017?

    – Anthony Genovese
    Sep 7 '18 at 17:40











  • Is there any more text to the error message besides the error #? Please post the entire error message. Also, what is the SQLCLR method doing? Anything requiring EXTERNAL_ACCESS or UNSAFE? If so, is the PERMISSION_SET of the Assembly set to either EXTERNAL_ACCESS? From what I am seeing, "0x80131904" indicates an error when trying to connect to SQL Server. Does your SQLCLR method use SqlClient to connect to SQL Server using a regular / external connection (i.e. not "context connection=true")?

    – Solomon Rutzky
    Sep 8 '18 at 13:56











  • Thanks @Solomon I have posted the complete message in the Answer section as I was not able to post here. Please find it below in this thread.

    – user160248
    Sep 10 '18 at 8:49













  • @user160248 Hi there. You don't need to add comments or answers in order to provide more info. You can (and should) simply edit the question and add / change whatever. What DB is the Assembly loaded into? Did you set that DB to TRUSTWORTHY ON and change the owner of that DB? The error you are getting, which is really 0x8013150A, has been corrected in all cases that I could find by those 2 actions. Also, did you check the PERMISSION_SET for the assembly? It should be set to EXTERNAL_ACCESS. Can you execute this same package using DTExec.exe at a command prompt?

    – Solomon Rutzky
    Sep 10 '18 at 19:24

















Why did you mark this azure sql database and sql server 2017?

– Anthony Genovese
Sep 7 '18 at 17:40





Why did you mark this azure sql database and sql server 2017?

– Anthony Genovese
Sep 7 '18 at 17:40













Is there any more text to the error message besides the error #? Please post the entire error message. Also, what is the SQLCLR method doing? Anything requiring EXTERNAL_ACCESS or UNSAFE? If so, is the PERMISSION_SET of the Assembly set to either EXTERNAL_ACCESS? From what I am seeing, "0x80131904" indicates an error when trying to connect to SQL Server. Does your SQLCLR method use SqlClient to connect to SQL Server using a regular / external connection (i.e. not "context connection=true")?

– Solomon Rutzky
Sep 8 '18 at 13:56





Is there any more text to the error message besides the error #? Please post the entire error message. Also, what is the SQLCLR method doing? Anything requiring EXTERNAL_ACCESS or UNSAFE? If so, is the PERMISSION_SET of the Assembly set to either EXTERNAL_ACCESS? From what I am seeing, "0x80131904" indicates an error when trying to connect to SQL Server. Does your SQLCLR method use SqlClient to connect to SQL Server using a regular / external connection (i.e. not "context connection=true")?

– Solomon Rutzky
Sep 8 '18 at 13:56













Thanks @Solomon I have posted the complete message in the Answer section as I was not able to post here. Please find it below in this thread.

– user160248
Sep 10 '18 at 8:49







Thanks @Solomon I have posted the complete message in the Answer section as I was not able to post here. Please find it below in this thread.

– user160248
Sep 10 '18 at 8:49















@user160248 Hi there. You don't need to add comments or answers in order to provide more info. You can (and should) simply edit the question and add / change whatever. What DB is the Assembly loaded into? Did you set that DB to TRUSTWORTHY ON and change the owner of that DB? The error you are getting, which is really 0x8013150A, has been corrected in all cases that I could find by those 2 actions. Also, did you check the PERMISSION_SET for the assembly? It should be set to EXTERNAL_ACCESS. Can you execute this same package using DTExec.exe at a command prompt?

– Solomon Rutzky
Sep 10 '18 at 19:24





@user160248 Hi there. You don't need to add comments or answers in order to provide more info. You can (and should) simply edit the question and add / change whatever. What DB is the Assembly loaded into? Did you set that DB to TRUSTWORTHY ON and change the owner of that DB? The error you are getting, which is really 0x8013150A, has been corrected in all cases that I could find by those 2 actions. Also, did you check the PERMISSION_SET for the assembly? It should be set to EXTERNAL_ACCESS. Can you execute this same package using DTExec.exe at a command prompt?

– Solomon Rutzky
Sep 10 '18 at 19:24










2 Answers
2






active

oldest

votes


















0














Have you tried this:



USE <DATABASE>;
EXEC sp_configure 'clr enabled' ,1
GO

RECONFIGURE
GO
EXEC sp_configure 'clr enabled' -- make sure it took
GO


First Enable Trustworthy database property



ALTER DATABASE [DatabaseName] SET TRUSTWORTHY ON;
GO


And change the database owner to ‘sa’



USE [DatabaseName]
GO

EXEC sp_changedbowner 'sa'
GO





share|improve this answer


























  • Yes I have tried these all three steps, enabling CLR, setting trustworthy on and changing the db owner to sa.

    – Iftekhar Ilm
    Sep 7 '18 at 21:54











  • @IftekharIlm If you are the same person who asked the question, please see about getting your accounts merged. Then, you should be able to comment on your own question, as well as answers to the question.

    – RDFozz
    Sep 7 '18 at 23:17





















0














Message:




Executed as user: NT ServiceSQLSERVERAGENT. Microsoft (R) SQL Server Execute Package Utility Version 14.0.3023.8 for 64-bit Copyright (C) 2017 Microsoft. All rights reserved. Started: 1:00:00 PM Failed to execute IS server package because of error 0x80131904. Description: An error occurred in the Microsoft .NET Framework while trying to load assembly id 65536. The server may be running out of resources, or the assembly may not be trusted. Run the query again, or check documentation to see how to solve the assembly trust issues. For more information about this error: System.IO.FileLoadException: Could not load file or assembly 'microsoft.sqlserver.integrationservices.server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. An error relating to security occurred. (Exception from HRESULT: 0x8013150A) System.IO.FileLoadException: at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean forIntrospection) at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) at System.Reflection.Assembly.Load(String assemblyString) Source: .Net SqlClient Data Provider Started: 1:00:00 PM Finished: 1:00:00 PM Elapsed: 0.328 seconds. The package execution failed. The step failed.







share|improve this answer


























  • Hi there. I have edited the question to add this content. Please delete this answer. In the future, you can just update the question with new info or changes. You don't need to add comments below the question. Thanks :)

    – Solomon Rutzky
    Sep 10 '18 at 19:15











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "182"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f217038%2ferror-0x80131904-failed-to-load-assembly-id-65536-hresult-0x8013150a-for-micr%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























2 Answers
2






active

oldest

votes








2 Answers
2






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














Have you tried this:



USE <DATABASE>;
EXEC sp_configure 'clr enabled' ,1
GO

RECONFIGURE
GO
EXEC sp_configure 'clr enabled' -- make sure it took
GO


First Enable Trustworthy database property



ALTER DATABASE [DatabaseName] SET TRUSTWORTHY ON;
GO


And change the database owner to ‘sa’



USE [DatabaseName]
GO

EXEC sp_changedbowner 'sa'
GO





share|improve this answer


























  • Yes I have tried these all three steps, enabling CLR, setting trustworthy on and changing the db owner to sa.

    – Iftekhar Ilm
    Sep 7 '18 at 21:54











  • @IftekharIlm If you are the same person who asked the question, please see about getting your accounts merged. Then, you should be able to comment on your own question, as well as answers to the question.

    – RDFozz
    Sep 7 '18 at 23:17


















0














Have you tried this:



USE <DATABASE>;
EXEC sp_configure 'clr enabled' ,1
GO

RECONFIGURE
GO
EXEC sp_configure 'clr enabled' -- make sure it took
GO


First Enable Trustworthy database property



ALTER DATABASE [DatabaseName] SET TRUSTWORTHY ON;
GO


And change the database owner to ‘sa’



USE [DatabaseName]
GO

EXEC sp_changedbowner 'sa'
GO





share|improve this answer


























  • Yes I have tried these all three steps, enabling CLR, setting trustworthy on and changing the db owner to sa.

    – Iftekhar Ilm
    Sep 7 '18 at 21:54











  • @IftekharIlm If you are the same person who asked the question, please see about getting your accounts merged. Then, you should be able to comment on your own question, as well as answers to the question.

    – RDFozz
    Sep 7 '18 at 23:17
















0












0








0







Have you tried this:



USE <DATABASE>;
EXEC sp_configure 'clr enabled' ,1
GO

RECONFIGURE
GO
EXEC sp_configure 'clr enabled' -- make sure it took
GO


First Enable Trustworthy database property



ALTER DATABASE [DatabaseName] SET TRUSTWORTHY ON;
GO


And change the database owner to ‘sa’



USE [DatabaseName]
GO

EXEC sp_changedbowner 'sa'
GO





share|improve this answer















Have you tried this:



USE <DATABASE>;
EXEC sp_configure 'clr enabled' ,1
GO

RECONFIGURE
GO
EXEC sp_configure 'clr enabled' -- make sure it took
GO


First Enable Trustworthy database property



ALTER DATABASE [DatabaseName] SET TRUSTWORTHY ON;
GO


And change the database owner to ‘sa’



USE [DatabaseName]
GO

EXEC sp_changedbowner 'sa'
GO






share|improve this answer














share|improve this answer



share|improve this answer








edited Sep 7 '18 at 19:19

























answered Sep 7 '18 at 18:19









CR241CR241

781319




781319













  • Yes I have tried these all three steps, enabling CLR, setting trustworthy on and changing the db owner to sa.

    – Iftekhar Ilm
    Sep 7 '18 at 21:54











  • @IftekharIlm If you are the same person who asked the question, please see about getting your accounts merged. Then, you should be able to comment on your own question, as well as answers to the question.

    – RDFozz
    Sep 7 '18 at 23:17





















  • Yes I have tried these all three steps, enabling CLR, setting trustworthy on and changing the db owner to sa.

    – Iftekhar Ilm
    Sep 7 '18 at 21:54











  • @IftekharIlm If you are the same person who asked the question, please see about getting your accounts merged. Then, you should be able to comment on your own question, as well as answers to the question.

    – RDFozz
    Sep 7 '18 at 23:17



















Yes I have tried these all three steps, enabling CLR, setting trustworthy on and changing the db owner to sa.

– Iftekhar Ilm
Sep 7 '18 at 21:54





Yes I have tried these all three steps, enabling CLR, setting trustworthy on and changing the db owner to sa.

– Iftekhar Ilm
Sep 7 '18 at 21:54













@IftekharIlm If you are the same person who asked the question, please see about getting your accounts merged. Then, you should be able to comment on your own question, as well as answers to the question.

– RDFozz
Sep 7 '18 at 23:17







@IftekharIlm If you are the same person who asked the question, please see about getting your accounts merged. Then, you should be able to comment on your own question, as well as answers to the question.

– RDFozz
Sep 7 '18 at 23:17















0














Message:




Executed as user: NT ServiceSQLSERVERAGENT. Microsoft (R) SQL Server Execute Package Utility Version 14.0.3023.8 for 64-bit Copyright (C) 2017 Microsoft. All rights reserved. Started: 1:00:00 PM Failed to execute IS server package because of error 0x80131904. Description: An error occurred in the Microsoft .NET Framework while trying to load assembly id 65536. The server may be running out of resources, or the assembly may not be trusted. Run the query again, or check documentation to see how to solve the assembly trust issues. For more information about this error: System.IO.FileLoadException: Could not load file or assembly 'microsoft.sqlserver.integrationservices.server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. An error relating to security occurred. (Exception from HRESULT: 0x8013150A) System.IO.FileLoadException: at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean forIntrospection) at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) at System.Reflection.Assembly.Load(String assemblyString) Source: .Net SqlClient Data Provider Started: 1:00:00 PM Finished: 1:00:00 PM Elapsed: 0.328 seconds. The package execution failed. The step failed.







share|improve this answer


























  • Hi there. I have edited the question to add this content. Please delete this answer. In the future, you can just update the question with new info or changes. You don't need to add comments below the question. Thanks :)

    – Solomon Rutzky
    Sep 10 '18 at 19:15
















0














Message:




Executed as user: NT ServiceSQLSERVERAGENT. Microsoft (R) SQL Server Execute Package Utility Version 14.0.3023.8 for 64-bit Copyright (C) 2017 Microsoft. All rights reserved. Started: 1:00:00 PM Failed to execute IS server package because of error 0x80131904. Description: An error occurred in the Microsoft .NET Framework while trying to load assembly id 65536. The server may be running out of resources, or the assembly may not be trusted. Run the query again, or check documentation to see how to solve the assembly trust issues. For more information about this error: System.IO.FileLoadException: Could not load file or assembly 'microsoft.sqlserver.integrationservices.server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. An error relating to security occurred. (Exception from HRESULT: 0x8013150A) System.IO.FileLoadException: at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean forIntrospection) at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) at System.Reflection.Assembly.Load(String assemblyString) Source: .Net SqlClient Data Provider Started: 1:00:00 PM Finished: 1:00:00 PM Elapsed: 0.328 seconds. The package execution failed. The step failed.







share|improve this answer


























  • Hi there. I have edited the question to add this content. Please delete this answer. In the future, you can just update the question with new info or changes. You don't need to add comments below the question. Thanks :)

    – Solomon Rutzky
    Sep 10 '18 at 19:15














0












0








0







Message:




Executed as user: NT ServiceSQLSERVERAGENT. Microsoft (R) SQL Server Execute Package Utility Version 14.0.3023.8 for 64-bit Copyright (C) 2017 Microsoft. All rights reserved. Started: 1:00:00 PM Failed to execute IS server package because of error 0x80131904. Description: An error occurred in the Microsoft .NET Framework while trying to load assembly id 65536. The server may be running out of resources, or the assembly may not be trusted. Run the query again, or check documentation to see how to solve the assembly trust issues. For more information about this error: System.IO.FileLoadException: Could not load file or assembly 'microsoft.sqlserver.integrationservices.server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. An error relating to security occurred. (Exception from HRESULT: 0x8013150A) System.IO.FileLoadException: at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean forIntrospection) at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) at System.Reflection.Assembly.Load(String assemblyString) Source: .Net SqlClient Data Provider Started: 1:00:00 PM Finished: 1:00:00 PM Elapsed: 0.328 seconds. The package execution failed. The step failed.







share|improve this answer















Message:




Executed as user: NT ServiceSQLSERVERAGENT. Microsoft (R) SQL Server Execute Package Utility Version 14.0.3023.8 for 64-bit Copyright (C) 2017 Microsoft. All rights reserved. Started: 1:00:00 PM Failed to execute IS server package because of error 0x80131904. Description: An error occurred in the Microsoft .NET Framework while trying to load assembly id 65536. The server may be running out of resources, or the assembly may not be trusted. Run the query again, or check documentation to see how to solve the assembly trust issues. For more information about this error: System.IO.FileLoadException: Could not load file or assembly 'microsoft.sqlserver.integrationservices.server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. An error relating to security occurred. (Exception from HRESULT: 0x8013150A) System.IO.FileLoadException: at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean forIntrospection) at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) at System.Reflection.Assembly.Load(String assemblyString) Source: .Net SqlClient Data Provider Started: 1:00:00 PM Finished: 1:00:00 PM Elapsed: 0.328 seconds. The package execution failed. The step failed.








share|improve this answer














share|improve this answer



share|improve this answer








edited Sep 10 '18 at 14:41









RDFozz

9,90231531




9,90231531










answered Sep 10 '18 at 8:51









user160248user160248

1




1













  • Hi there. I have edited the question to add this content. Please delete this answer. In the future, you can just update the question with new info or changes. You don't need to add comments below the question. Thanks :)

    – Solomon Rutzky
    Sep 10 '18 at 19:15



















  • Hi there. I have edited the question to add this content. Please delete this answer. In the future, you can just update the question with new info or changes. You don't need to add comments below the question. Thanks :)

    – Solomon Rutzky
    Sep 10 '18 at 19:15

















Hi there. I have edited the question to add this content. Please delete this answer. In the future, you can just update the question with new info or changes. You don't need to add comments below the question. Thanks :)

– Solomon Rutzky
Sep 10 '18 at 19:15





Hi there. I have edited the question to add this content. Please delete this answer. In the future, you can just update the question with new info or changes. You don't need to add comments below the question. Thanks :)

– Solomon Rutzky
Sep 10 '18 at 19:15


















draft saved

draft discarded




















































Thanks for contributing an answer to Database Administrators Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f217038%2ferror-0x80131904-failed-to-load-assembly-id-65536-hresult-0x8013150a-for-micr%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Szabolcs (Ungheria) Altri progetti | Menu di navigazione48°10′14.56″N 21°29′33.14″E /...

Discografia di Klaus Schulze Indice Album in studio | Album dal vivo | Singoli | Antologie | Colonne...

How to make inet_server_addr() return localhost in spite of ::1/128RETURN NEXT in Postgres FunctionConnect to...