Search found 6 matches

by DavidV
Fri Jan 08, 2016 2:50 am
Forum: Local Version
Topic: Missing Schema File ?
Replies: 8
Views: 10485

Re: Missing Schema File ?

Ok, there seem to be a couple of blocks to building with the code as-is. The first was due to two different versions of log4net being referenced, with most projects referencing the older 1.2.13 version, but a couple using the 1.2.14 version, which broke things. I replaced the references to 1.2.14 wi...
by DavidV
Thu Jan 07, 2016 11:53 am
Forum: Local Version
Topic: Missing Schema File ?
Replies: 8
Views: 10485

Re: Missing Schema File ?

I think I have all the pieces in place now, including the SQL server advanced with test database to let me work through the examples, setting up a WCF RIA Silverlight application on IIS etc. Rather more than I can (or want to) get my head around at this stage, but the example worked. I then figured ...
by DavidV
Wed Jan 06, 2016 12:14 pm
Forum: Local Version
Topic: Missing Schema File ?
Replies: 8
Views: 10485

Re: Missing Schema File ?

I'm not so fussed about a Silverlight client specifically, I just want a simple way to copy my settings and scripts across from the 1.2 version, be able to monitor events from a console, etc. Well, IIS isn't a problem, I have several versions of that running. But when I tried to follow the links in ...
by DavidV
Wed Jan 06, 2016 3:05 am
Forum: Local Version
Topic: Missing Schema File ?
Replies: 8
Views: 10485

Re: Missing Schema File ?

Aaron, I've been running Vn 1.2 locally for a long time, using XML config files. Works well for my limited needs (1 phone, 1 mobile, switching between PennyTel, FakorTel, GoogleVoice, Iptel etc), but over time it grows to be one of the top memory users on my system, taking a major chunk of my 12GB R...
by DavidV
Sun Jan 03, 2016 5:44 am
Forum: Local Version
Topic: Missing Schema File ?
Replies: 8
Views: 10485

Re: Missing Schema File ?

Got it, thanks Aaron.
As I already had a MySQL server running on a Linux box, I tried running the script against it, but it failed on a few tables due to the Linux version of MySQL being case-sensitive. (Things like 'id' and 'ID' being used)
Worked ok on a Windows hosted server though.
by DavidV
Tue Dec 29, 2015 1:22 am
Forum: Local Version
Topic: Missing Schema File ?
Replies: 8
Views: 10485

Missing Schema File ?

I've just cloned the latest source from the codeplex repo, and trying to follow the instructions given in sipsorceyv2_install.txt It says: Create a new MySQL database called sipsorceryv2. The required schema is in the file sipsorceryv2_schema.sql however I can't find sipsorceryv2_schema.sql in the c...