CLR Stored Procedure
Yes it is Syteline. Frankly, I don't remember how I figured it out. Sorry. I would think that a SQL trace would help out.Bill Behning
View ArticleCLR Stored Procedure
I am getting the same erro when invoicing in SyteLine 8.02.10. My guess is that your EPR is also SyteLine. how did you find what UET was causing the NULL Value problem?
View ArticleCLR Stored Procedure
Yep, that was it. It was hard, but we finally traced the issue to a null value in a user defined field.
View ArticleCLR Stored Procedure
I suspect this exception is thrown by the CLR proc due to a business rule violation like the example below. Of course, the code should throw a proper exception rather than System.Exception.if...
View ArticleCLR Stored Procedure
We have a .Net (3.0) Windows Service application that inserts rows into a client's ERP SQL Server database. The client has added a CLR Stored Procedure that eventually gets called from an insert...
View Article