Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Saturday, June 28, 2025 
 
slxdeveloper.com Community Forums  
   
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
 Web Forums - SalesLogix Web Platform & Application Architect
Forum to discuss the use of the SalesLogix Web Platform, Client and Customer Portals, and the Application Architect (For version 7.2 and higher only). View the code of conduct for posting guidelines.
Forums RSS Feed


 Back to Forum List | Back to SalesLogix Web Platform & Application Architect | New ThreadView:  Search:  
 Author  Thread: CLR Disabled
Jesse Roper
Posts: 9
 
CLR DisabledYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 23 Apr 12 10:09 AM
fiogf49gjkf0d


Hi -


 


I've added some Javascript to the insert note dialog to cause the contact lookup to show up by default, to be followed by the regarding picklist to be dropped-down, to be followed by the completed time date time picker to show up.  As crazy as that sounds, it is working.  However, the second time I add a note and go through this process, I get the following error:


 


Execution of user code in the .NET Framework is disabled.  Enable "clr enabled" configuration option.


 


Google searches have turned up that this is a database issue, but that doesn't seem right.  Does anyone know how to fix this or have any suggestions?


 


Thanks in advance


[Reply][Quote]
Nick Hollis
Posts: 549
Top 10 forum poster: 549 posts
 
Re: CLR DisabledYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 24 Apr 12 5:56 AM
fiogf49gjkf0d

Very strange! And if you remove your JavaScript and add two Notes in a row it DEFINITELY does not return the same error? Rule out whether its the Notes area or your JavaScript that is definitely causing the problem. Cannot see how JavaScript could cause that error message!


Cheers,


Nick

[Reply][Quote]
Raul A. Chavez
Posts: 1300
Top 10 forum poster: 1300 posts
 
Re: CLR DisabledYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 24 Apr 12 8:56 AM
fiogf49gjkf0d

Quote:
Originally posted by Jesse Roper
 


Execution of user code in the .NET Framework is disabled.  Enable "clr enabled" configuration option.



 


Do you have any Managed Code (.Net) running on your SQL Server?


That is where the CLR error seems to be coming from. A Store Procedure or a Function that is being invoked relies on Managed Code from an Assembly loaded into the DB, but the Server is not allowing its execution.


 


You could query your SLX DB (and maybe every related DB on your Server) to find out What Assemblies are installed and/or how it is being used (e.g. a Store Proc, Function, Trigger):


 


select * from sys.assemblies


select * from sys.assembly_modules

[Reply][Quote]
 Page 1 of 1 
  You can subscribe to receive a daily forum digest in your user profile. View the site code of conduct for posting guidelines.

   Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
 

 
 slxdeveloper.com is brought to you courtesy of Ryan Farley & Customer FX Corporation.
 This site, and all contents herein, are Copyright © 2025 Customer FX Corporation. The information and opinions expressed here are not endorsed by Sage Software.

code of conduct | Subscribe to the slxdeveloper.com Latest Article RSS feed
   
 
page cache (param): 6/28/2025 12:38:33 AM