I got error on automationtool

my project was totaly working fine with automation tool
i just want to rename the project
i change folder, .exe and DefaultEngine.ini
in DefaultEngine.ini i dont have GameName=SeaOfSapiens
i have got :

+ActiveGameNameRedirects=(OldGameName=“TP_FirstPerson”,NewGameName="/Script/SeaOfSapiens")
+ActiveGameNameRedirects=(OldGameName="/Script/TP_FirstPerson",NewGameName="/Script/SeaOfSapiens")

also i change all .bat files
any old name i switch it to new name (SeaOfSapiens)


so first .bat file:

call C:\ue4\engine\Engine\Build\BatchFiles\RunUAT.bat -ScriptsForProject=F:/SeaOfSapiens/SeaOfSapiens.uproject BuildCookRun -nocompileeditor -nop4 -project=F:/SeaOfSapiens/SeaOfSapiens.uproject -cook -stage -archive -archivedirectory=F:/AutomaticBuild -package -ue4exe=C:\ue4\engine\Engine\Binaries\Win64\UE4Editor-Cmd.exe -ddc=DerivedDataBackendGraph -pak -prereqs -nodebuginfo -targetplatform=Win64 -build -target=SeaOfSapiensServer -serverconfig=Development -utf8output -compile
pause

and the error i got :

ERROR: Unable to find target ‘SeaOfSapiensServer’
(see C:\ue4\engine\Engine\Programs\AutomationTool\Saved\Logs\Log.txt for full exception trace)