Had server setup then deleted now trying to redo new server for game and error keeps popping up on creation.
Error - An error occurred while executing the script: ReturnValue="servername";
Any ideas how to fix?
debug:
System.Exception: An error occurred while executing the script: ReturnValue=ac Server; ---> Microsoft.Scripting.SyntaxErrorException: unexpected token 'Server' at Microsoft.Scripting.ErrorSink.Add(SourceUnit source, String message, SourceSpan span, Int32 errorCode, Severity severity) at IronPython.Compiler.Parser.ReportSyntaxError(SourceLocation start, SourceLocation end, String message, Int32 errorCode) at IronPython.Compiler.Parser.ReportSyntaxError(Token t, SourceSpan span, Int32 errorCode, Boolean allowIncomplete) at IronPython.Compiler.Parser.Eat(TokenKind kind) at IronPython.Compiler.Parser.EatNewLine() at IronPython.Compiler.Parser.ParseSimpleStmt() at IronPython.Compiler.Parser.ParseFileWorker(Boolean makeModule, Boolean returnValue) at IronPython.Compiler.Parser.ParseFile(Boolean makeModule, Boolean returnValue) at IronPython.Runtime.PythonContext.ParseAndBindAst(CompilerContext context) at IronPython.Runtime.PythonContext.CompilePythonCode(Nullable`1 compilationMode, SourceUnit sourceUnit, CompilerOptions options, ErrorSink errorSink) at IronPython.Runtime.PythonContext.CompileSourceCode(SourceUnit sourceUnit, CompilerOptions options, ErrorSink errorSink) at Microsoft.Scripting.SourceUnit.Execute(Scope scope, ErrorSink errorSink) at Microsoft.Scripting.Hosting.ScriptSource.Execute(ScriptScope scope) at TCAdmin.SDK.Scripting.Engines.IronPythonEngine.Execute(Credentials credentials) at TCAdmin.SDK.Scripting.ScriptEngineManager.Execute() at TCAdmin.SDK.Scripting.ScriptUtility.***4544;(ObjectList ***4545;, XmlField ***4546;, String ***1767;, Boolean ***4547;, Boolean ***4548;, Boolean ***4549;) --- End of inner exception stack trace --- at TCAdmin.SDK.Scripting.ScriptUtility.***4544;(ObjectList ***4545;, XmlField ***4546;, String ***1767;, Boolean ***4547;, Boolean ***4548;, Boolean ***4549;) at TCAdmin.SDK.Scripting.ScriptUtility.ProcessDynamicValues(ObjectList customVariables, XmlField customvalues, String input, Boolean executeFinalResult, Boolean executeEmbeddedScripts) at TCAdmin.GameHosting.Automation.AutomationProcesses.***1391;(Service ***1339;, Game ***1286;, GameHostingCreateInfo ***1392;, Boolean ***1393;, Int16 ***1390;, Int16 ***1366;) at TCAdmin.GameHosting.Automation.AutomationProcesses.***1345;() at TCAdmin.GameHosting.Automation.AutomationProcesses.Start() at TCAdmin.TaskScheduler.ModuleApi.StepBase.Start(Object arguments)