
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-11-2009 03:58 PM
I tried running the SQL script a 2nd time, but still receive the same error. Any ideas on how to fix this?
- Labels:
-
Archive

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-12-2009 03:15 PM
It's work directly in "SQL Management Studio" --> Database --> New Query ....

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-12-2009 01:42 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-12-2009 12:56 PM
ALTER TABLE [tsysassetlinks] NOCHECK CONSTRAINT ALL
INSERT INTO [tsysassetlinks] ([Vendor],[Assetlink]) VALUES ('Hewlett-Packard','http://search.hp.com/query.html?cc=us&lang=en&qt={model}')
INSERT INTO [tsysassetlinks] ([Vendor],[Assetlink]) VALUES ('HP','http://search.hp.com/query.html?cc=us&lang=en&qt={model}')
INSERT INTO [tsysassetlinks] ([Vendor],[Assetlink]) VALUES ('IBM','http://www-307.ibm.com/pc/support/site.wss/quickPath.do?sitestyle=lenovo&quickPathEntry={model}')
INSERT INTO [tsysassetlinks] ([Vendor],[Assetlink]) VALUES ('Compaq','http://search.hp.com/query.html?cc=us&lang=en&qt={model}')
ALTER TABLE [tsysassetlinks] CHECK CONSTRAINT ALL
GO

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-12-2009 12:39 PM
I have the same problem. When I try to update the database (3.2 to 3.5), i receive this message in lsupgrade :
"There is already an object named 'TsysConfig' in the database"
I my case, Lansweeper is on the same server that sql database. I have no specific errors during the upgrade.
Marco

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-11-2009 04:15 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-11-2009 04:08 PM
The create table for tsysconfig is the first statement.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-11-2009 04:07 PM
There is already an object named 'TsysConfig' in the database

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-11-2009 04:06 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-11-2009 04:00 PM
Did you get any errors during the upgrade?
