New Post: Receiving Access is Denied Error at the File System Level when...
I have tried everything I can think of to make this work. Using a username and password of an SA account with no luck. I'm able to connect to the server, even execute a delete, but for some reason I...
View ArticleNew Post: Receiving Access is Denied Error at the File System Level when...
can you run with /v:diag and post the full log.
View ArticleNew Post: Receiving Access is Denied Error at the File System Level when...
Build started 8/2/2012 12:24:44 PM.Overriding target "ErrorTarget" in project "F:\CFF\Conversion\CV\CV 2.93.4.388640.install\Base\Blackbaud.ToolsFx.Build.DeployOperations.xml" with target...
View ArticleNew Post: Receiving Access is Denied Error at the File System Level when...
Does the account that sql runs as have the security privilege to access the directory?
View ArticleNew Post: Receiving Access is Denied Error at the File System Level when...
The SQL service account is an administrator on that box, and that folder has full acces to the administrators group. So at least from a configuration standpoint it appears to have access. I've tried...
View ArticleNew Post: Receiving Access is Denied Error at the File System Level when...
Ok, can you post the Xml you are using.
View ArticleNew Post: Receiving Access is Denied Error at the File System Level when...
<?xml version="1.0" encoding="utf-8" ?> <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
View ArticleNew Post: Receiving Invalid TaskAction Create using
Task "MSBuild.ExtensionPack.FileSystem.File" F:\CFF\Conversion\CV\CV 2.93.4.388640.install\CustomTargets\Conversion_GenerateEFALoadScripts.xml(30,5): error : Invalid TaskAction passed: Create...
View ArticleNew Post: Receiving Invalid TaskAction Create using
are you using the april 2012 release?
View ArticleNew Post: Receiving Invalid TaskAction Create using
I'm not sure, how can I tell? ------------------- Jason Cusati On Thu, Aug 2, 2012 at 7:32 PM, mikefourie <notifications@codeplex.com> wrote: From: mikefourie are you using the april 2012...
View ArticleNew Post: Receiving Invalid TaskAction Create using
depends how you installed. either the add / remove progrmas will list it or look at the assemblies. April versions are 3.5.11.0 and 4.0.5.0
View ArticleNew Post: Receiving Invalid TaskAction Create using
I believe I was already using 4.0.5.0, but just in case I DLd the latest. Still getting invalid taskaction Create from the filesystem create function. ------------------- Jason Cusati On Fri, Aug 3,...
View ArticleNew Post: Receiving Invalid TaskAction Create using
Actually, I just realized that it was not the right DLL in there. I have the correct one now, and the Create is no longer failing. However, i cannot get any results from ExecuteReader. I'm trying to...
View ArticleNew Post: Receiving Invalid TaskAction Create using
OK, I just reviewed the source, and I see that the execute reader feature has not actually been implemented. Is this something that's on the list to implement? Is there an alternative way to...
View ArticleNew Post: Receiving Invalid TaskAction Create using
What do you mean execute reader is not implemented?
View ArticleNew Post: Receiving Invalid TaskAction Create using
Never mind, I just re-read through the source code, it's implemented. I don't understand why I'm not getting any results out of the RResult property though. RawResult returns data but ReaderResult does...
View ArticleNew Post: Receiving Invalid TaskAction Create using
the outputs are Items, so try <Output ItemName="RResult" TaskParameter="ReaderResult"/> Mike
View ArticleNew Post: Receiving Invalid TaskAction Create using
Thanks, that did it.... ------------------- Jason Cusati On Mon, Aug 6, 2012 at 9:37 AM, mikefourie <notifications@codeplex.com> wrote: From: mikefourie the outputs are Items, so try <Output...
View ArticleNew Post: Receiving Access is Denied Error at the File System Level when...
I'm still getting an access denied error, do you have any suggestions?
View ArticleNew Post: Receiving Access is Denied Error at the File System Level when...
do your paths represent folders or files? I can repro this if for eg. ConversionStagingDataFilePath is C:\a, but if it's c:\a\mydatafile.mdf then it works
View Article