Search found 501 matches
- Wed Oct 02, 2013 3:34 am
- Forum: Developers
- Topic: build errors - missing directive or assembly reference ?
- Replies: 10
- Views: 5014
Re: build errors - missing directive or assembly reference ?
Exclude the client service project from the build. There is an outstanding piece of work to bring the client service in line with the modifications to the WCF code.
- Tue Oct 01, 2013 1:48 am
- Forum: OSA General
- Topic: Is it possible to turn an object on when OSAE service starts
- Replies: 26
- Views: 4279
Re: Is it possible to turn an object on when OSAE service st
If I were to make an educated guess I would look to CM11A or W800RF as the cause of the problem. I haven't looked at the code but I would assume they call into dll's making native calls. I run all but those 2 plugins and my service never fails or crashes since I installed it.
- Sun Sep 29, 2013 3:04 am
- Forum: Installation Support
- Topic: install problem 0.4.3
- Replies: 35
- Views: 23303
Re: install problem 0.4.3
Hi Sully,
Welcome to OSA. The name of the service doesn't matter in the current version. Are you able to log into MySQL using workbench?
Welcome to OSA. The name of the service doesn't matter in the current version. Are you able to log into MySQL using workbench?
- Sat Sep 28, 2013 4:17 pm
- Forum: OSA General
- Topic: Is it possible to turn an object on when OSAE service starts
- Replies: 26
- Views: 4279
Re: Is it possible to turn an object on when OSAE service st
Would it not be easier to just migrate your projects to the new version? I migrated all the plugins in the space of a couple of hours so doing 1 or 2 won't take long at all. If you need a hand just ask.
- Sat Sep 28, 2013 11:27 am
- Forum: Developers
- Topic: Is there a copy of the Redepository for pre 4.0 Plugin's
- Replies: 5
- Views: 1759
Re: Is there a copy of the Redepository for pre 4.0 Plugin's
Would it not be simpler to just migrate the code to the current version? I migrated all the plugins in the space of a couple of hours so doing 1 or 2 shouldn't take long at all, If you need a hand...
- Wed Sep 25, 2013 2:59 pm
- Forum: Developers
- Topic: Trying to get a successful build from the master GIT branch
- Replies: 19
- Views: 7818
Re: Trying to get a successful build from the master GIT bra
The Beagle Boards are a nice alternative to the Pi, this can stem of a whole discussion in itself as it has done in other threads. My only real issue with the Pi's is not so much the power but the reliability they can easily burn out there stick or sets disks to read only with a power loss which put...
- Wed Sep 25, 2013 1:18 pm
- Forum: Developers
- Topic: Trying to get a successful build from the master GIT branch
- Replies: 19
- Views: 7818
Re: Trying to get a successful build from the master GIT bra
Apologies for my small part in your compile errors :( The LUA project is a background plugin I have been playing with as an alternative to the PowerShell script processor. Out of curiosity whats your plans for the rasberry? are you planning on writing code to run on it? or just use the likes of REST...
- Wed Sep 25, 2013 3:57 am
- Forum: Scripting
- Topic: Convert code to powershell
- Replies: 17
- Views: 6469
Re: Convert code to powershell
Windows 7 supports Powershell 3. You don't need to run the install util the plugin will register itself when it runs, the documentation is a bit out of date.
They are not incompatible, you can install Powershell 3 on top of powershell, are you fully patched and upto date including service packs?
They are not incompatible, you can install Powershell 3 on top of powershell, are you fully patched and upto date including service packs?
- Wed Sep 25, 2013 12:42 am
- Forum: OSA General
- Topic: rss plugin
- Replies: 8
- Views: 1940
Re: rss plugin
The way scripts were stored totally change between 0.3.9 > 0.4.0 which resulted in a big schema change, this was to allow for multiple Script processors to be used.
All the db script files are avilable in https://github.com/opensourceautomation ... /master/DB
All the db script files are avilable in https://github.com/opensourceautomation ... /master/DB
- Wed Sep 25, 2013 12:39 am
- Forum: Scripting
- Topic: Convert code to powershell
- Replies: 17
- Views: 6469
Re: Convert code to powershell
It shouldn't be too hard to get you going, most people just install it and it works however with all things software if you don't have the right bits installed... Could you provide a little more info what OS are you running? What .NET versions do you have installed? I presume you installed the Windo...