Search found 6 matches

by skrusty
Mon Nov 18, 2013 11:37 am
Forum: Developer Chat
Topic: MSDTC Error
Replies: 7
Views: 5004

Re: MSDTC Error

I spoke too soon! Seems the MSDTC errors are back. After seemingly solving it last night, i looked at the log this morning and they've come back. So confusing... Exception MSSQLAssetPersistor Delete (for SIPRegistrarBinding). Network access for Distributed Transaction Manager (MSDTC) has been disabl...
by skrusty
Mon Nov 18, 2013 10:21 am
Forum: Developer Chat
Topic: MSDTC Error
Replies: 7
Views: 5004

Re: MSDTC Error

What backend are you using then? MySQL as a standard now? There only errors i've seen on the latest code are relating to: Invalid column name 'CRMPersonName'. Invalid column name 'CRMCompanyName'. Invalid column name 'CRMPictureURL'. Exception MonitorCalls Monitoring. Invalid column name 'Switchboar...
by skrusty
Mon Nov 18, 2013 9:41 am
Forum: Developer Chat
Topic: Codeplex & GIT Repo
Replies: 0
Views: 10080

Codeplex & GIT Repo

Hi Aaron, After a week of playing with the source to SipSorcery I would like to be able to make some contributions back for additional bits I am thinking of adding to this project for my own use. I think the changes will serve well anyone else who is looking to use it, and sipsorcery.com in general....
by skrusty
Mon Nov 18, 2013 9:33 am
Forum: Developer Chat
Topic: MSDTC Error
Replies: 7
Views: 5004

Re: MSDTC Error

FYI, by removing the following from the sipaccounts table:

Code: Select all

on delete cascade on update cascade,
I was able to run the SQL Script. This also fixed the MSDTC errors!
by skrusty
Sun Nov 17, 2013 7:41 pm
Forum: Developer Chat
Topic: MSDTC Error
Replies: 7
Views: 5004

Re: MSDTC Error

That didn't help, but I am wondering if the problem stems from another issue i encountered with the SQL Script for MSSQL. When running the SQL Script to generate the db, i got the following error: Msg 1785, Level 16, State 0, Line 149 Introducing FOREIGN KEY constraint 'FK__sipprovid__provi__3A81B32...
by skrusty
Fri Nov 15, 2013 3:54 pm
Forum: Developer Chat
Topic: MSDTC Error
Replies: 7
Views: 5004

MSDTC Error

Hi, I've installed sip-sorcery 1.2 on an AWS instance connected to MSSQL RDS instance for testing. Everything has been fine for about a week, until last night i noticed the log files full of the following error(s): Exception ExpireBindings Delete. Network access for Distributed Transaction Manager (...