Error 1312 When installing in SCCM
Posted: Tue Nov 03, 2015 3:25 pm
InstallAware package trying to install with this command:
setup.exe /s /l=c:\inst.log /ALL_USERS="TRUE"
Installing from SCCM as Administrator and User can interact we are receiving this error:
MSI (s) (BC:5C) [13:44:01:986]: Executing op: ActionStart(Name=CreateFolders,Description=Creating folders,Template=Folder: [1])
MSI (s) (BC:5C) [13:44:01:986]: Executing op: FolderCreate(Folder=\\serverName\DEPTAPPS\ALTERY~1.9\ALTERY~1.EXE\Alteryx 10.0 (User),Foreign=0,,)
MSI (s) (BC:5C) [13:44:01:986]: Note: 1: 1312 2: \\serverName\DEPTAPPS\ALTERY~1.9\ALTERY~1.EXE
MSI (s) (BC:5C) [13:44:02:002]: Note: 1: 2205 2: 3: Error
MSI (s) (BC:5C) [13:44:02:002]: Note: 1: 2228 2: 3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1312
Error 1312. Cannot create the directory '\\serverName\DEPTAPPS\ALTERY~1.9\ALTERY~1.EXE'. A file with this name already exists. Please rename or remove the file and click retry, or click Cancel to exit.
MSI (s) (BC:5C) [13:44:02:002]: Note: 1: 2205 2: 3: Error
MSI (s) (BC:5C) [13:44:02:002]: Note: 1: 2228 2: 3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1709
MSI (s) (BC:5C) [13:44:02:002]: Product: Alteryx -- Error 1312. Cannot create the directory '\\serverName\apps$\DEPTAPPS\ALTERY~1.9\ALTERY~1.EXE'. A file with this name already exists. Please rename or remove the file and click retry, or click Cancel to exit.
Action ended 13:44:02: InstallFinalize. Return value 3.
Error still appears if copied from sever locally via script and if by SCCM.
I could get it to install by removing the .msi's CreateFolder Table and create folder structure for the Shortcut Table. But other problems cropped up like no files being installed
I do not use InstallAware. This is for SCCM deployment to multiple users. install has to be in System Context
setup.exe /s /l=c:\inst.log /ALL_USERS="TRUE"
Installing from SCCM as Administrator and User can interact we are receiving this error:
MSI (s) (BC:5C) [13:44:01:986]: Executing op: ActionStart(Name=CreateFolders,Description=Creating folders,Template=Folder: [1])
MSI (s) (BC:5C) [13:44:01:986]: Executing op: FolderCreate(Folder=\\serverName\DEPTAPPS\ALTERY~1.9\ALTERY~1.EXE\Alteryx 10.0 (User),Foreign=0,,)
MSI (s) (BC:5C) [13:44:01:986]: Note: 1: 1312 2: \\serverName\DEPTAPPS\ALTERY~1.9\ALTERY~1.EXE
MSI (s) (BC:5C) [13:44:02:002]: Note: 1: 2205 2: 3: Error
MSI (s) (BC:5C) [13:44:02:002]: Note: 1: 2228 2: 3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1312
Error 1312. Cannot create the directory '\\serverName\DEPTAPPS\ALTERY~1.9\ALTERY~1.EXE'. A file with this name already exists. Please rename or remove the file and click retry, or click Cancel to exit.
MSI (s) (BC:5C) [13:44:02:002]: Note: 1: 2205 2: 3: Error
MSI (s) (BC:5C) [13:44:02:002]: Note: 1: 2228 2: 3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1709
MSI (s) (BC:5C) [13:44:02:002]: Product: Alteryx -- Error 1312. Cannot create the directory '\\serverName\apps$\DEPTAPPS\ALTERY~1.9\ALTERY~1.EXE'. A file with this name already exists. Please rename or remove the file and click retry, or click Cancel to exit.
Action ended 13:44:02: InstallFinalize. Return value 3.
Error still appears if copied from sever locally via script and if by SCCM.
I could get it to install by removing the .msi's CreateFolder Table and create folder structure for the Shortcut Table. But other problems cropped up like no files being installed
I do not use InstallAware. This is for SCCM deployment to multiple users. install has to be in System Context