Reply to thread

Trying all afternoon to install MediaPortal 1.23 on a Windows 7 Pro x64 machine. The TV-Server Configuration exe stops with "Failed to upgrade the database" error.


I ran it with "/Configure-DB" and the TEST is successful, so I know I am talking to the Sql Server. Further, it creates the MpTvDb with 47 tables.


The SetUpTv.log file (in C:\ProgramData\Team MediaPortal\MediaPortal TV Server\log) ends with this:


[2019-10-20 20:19:17,294] [Log    ] [SetupTv  ] [INFO ] -   Exec SQL: CREATE INDEX IDX_Program_Notify ON Program(notify)

[2019-10-20 20:19:17,304] [Log    ] [SetupTv  ] [INFO ] -   ********* SQL statement failed! *********

[2019-10-20 20:19:17,304] [Log    ] [SetupTv  ] [INFO ] -   ********* Error reason: Cannot create an index on 'Program', because this table does not exist in database 'MpTvDb'.

[2019-10-20 20:19:17,304] [Log    ] [SetupTv  ] [INFO ] -   ********* Error code: 1906, Line: 1 *********

[2019-10-20 20:19:17,304] [Log    ] [SetupTv  ] [INFO ] -   Exec SQL: UPDATE Version SET versionNumber=45


There is no table called "Program" in the MpTvDb. I think "Program" may be a reserved word in Sql Server.


Help!


Top Bottom