This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

upgradedb error going from 4.0 to 4.7

i'm having issues testing my upgrade from enterprise console version 4.0 to 4.7

i've managed to use installdb to create the new database SOPHOS47 but when i run

upgradedb -sourceVersion=4 -debug

i get

transferring data to the new database

error:std::exception thrown SP Error:1 (ErrrorInvalidParameter)

Exit code 5 (failed to transfer data from the old database.)

my database is on a separate server to my enterprise console

:13059


This thread was automatically locked due to age.
Parents
  • ok, at first it said it couldn't find the stored procedure. so i went and talked to one of our applications guys and they ran it for me

    use [SOPHOS47]

    exec From4To47

    he said he puts in the "use [SOPHOS47] as he's run things in the wrong place before

    in the exec command he wasn't sure why we were putting in square brackets, but it seems to have run ok

    output:

    Checking identity information: current identity value '4041', current column value '4057'.

    DBCC execution completed. If DBCC printed error messages, contact your system administrator.

    however when i now try to start the sophos management service on the server with the enterprise console, it says unable to start error 0x80004005: unspecified error

    the application log has an entry saying:

    Initialization failed.

    Step: Migrating data if necessary
    Error: std::runtime_error
    Data: ErrorUnexpected

    however it's doing that if i try and connect to the local database as well now. i may have screwed up the blank local database though.

    does this indicate it thinks it needs to upgrade the database?

    regards

    andrew

    :13113
Reply
  • ok, at first it said it couldn't find the stored procedure. so i went and talked to one of our applications guys and they ran it for me

    use [SOPHOS47]

    exec From4To47

    he said he puts in the "use [SOPHOS47] as he's run things in the wrong place before

    in the exec command he wasn't sure why we were putting in square brackets, but it seems to have run ok

    output:

    Checking identity information: current identity value '4041', current column value '4057'.

    DBCC execution completed. If DBCC printed error messages, contact your system administrator.

    however when i now try to start the sophos management service on the server with the enterprise console, it says unable to start error 0x80004005: unspecified error

    the application log has an entry saying:

    Initialization failed.

    Step: Migrating data if necessary
    Error: std::runtime_error
    Data: ErrorUnexpected

    however it's doing that if i try and connect to the local database as well now. i may have screwed up the blank local database though.

    does this indicate it thinks it needs to upgrade the database?

    regards

    andrew

    :13113
Children
No Data