Hello Ben, thanks for the reply. I ran the sql query against my otter db, and changed the ps1 file to the script I was trying to change. I executed the query, and it said it ran correctly. I even restarted the service, no dice. I am not able to move forward with my project until I am able to add PS scripts. I appreciate the help!
Here is the error log:
Logged:
2/22/2018 11:28:34 AM
Level:
Error
Category:
HTTP
Message:
An error occurred in the web application: Illegal characters in path.
Details:
URL: http://localhost:8626/assets
Referrer: http://localhost:8626/servers
User: Express User
User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko
Stack trace: at System.IO.Path.CheckInvalidPathChars(String path, Boolean checkAdditional)
at System.IO.Path.GetFileName(String path)
at System.IO.Path.GetFileNameWithoutExtension(String path)
at Inedo.Otter.WebApplication.Pages.Assets.PowerShellScriptsOverviewPage.<>c__DisplayClass4_0.<CreateBodyContent>b__1(RaftItem p)
at System.Linq.Enumerable.WhereSelectListIterator2.MoveNext() at Inedo.Web.Controls.Element.<GetControlsFromArgument>d__41.MoveNext() at Inedo.Web.Controls.Element..ctor(String elementType, Object[] content) at Inedo.Otter.WebApplication.Pages.Assets.PowerShellScriptsOverviewPage.CreateBodyContent(Int32 raftId, IList
1 items)
at Inedo.Otter.WebApplication.Pages.Administration.Rafts.RaftContentsPageBase`1.<CreateChildControlsAsync>d__20.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Inedo.Otter.WebApplication.Pages.OtterSimplePageBase.<InitializeAsync>d__1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Inedo.Web.PageFree.SimplePageBase.<ProcessRequestAsync>d__46.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Web.TaskAsyncHelper.EndTask(IAsyncResult ar)
at System.Web.HttpApplication.CallHandlerExecutionStep.OnAsyncHandlerCompletion(IAsyncResult ar)