Developer forum

Forum » Development » Problem with installation

Problem with installation


Reply
Hi!

I have made a custom DW installation on my own server. But when I try to login to the admin interface I get an error "ExternalUserID index out of range"

Then I changed from Access to SQL Server as a database, now DW doesn't work at all, get this error:

System.Exception: SELECT * FROM [IndexScheduledUpdate] ORDER BY [IndexScheduledUpdatePath]

Any ideas?

// P

Replies

 
Jeppe Eriksson Agger Dynamicweb Employee
Jeppe Eriksson Agger
Reply
Hi Per

You need to rerun the update script from an older package. because you changed from Access to SQL, the update packages are not applied to the SQL solution and this is causing the problem.

In the following, I assume that you use a fairly new DefaultEmptyData SQL database.

Go into your Files folder through Windows Explorer on the server. Find the files "Update.xml" and "UpdateVersion_ecom.xml". Both contain a number. Set both numbers to 50 and do an AppPool recycle or iisreset. Then log into the solution. That sould clear your problem.

- Jeppe

 

You must be logged in to post in the forum