WhatsUp Gold 12.0.2 Patch Released

To the Ipswitch web site

Ipswitch Forums
Home      Members   Calendar   Who's On
Welcome Guest ( Login | Register )
      


«««123

WhatsUp Gold 12.0.2 Patch ReleasedExpand / Collapse
Author
Message
Posted 7/28/2008 8:43:37 AM
Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: WhatsUp Preview Program Members
Last Login: Yesterday @ 9:37:32 AM
Posts: 79, Visits: 42
Well? Any comments from support on the status of this 12.0.2 patch given the number of reports that end users had problems after installing it?

Do we install it, or not?

Jason

Post #45710
Posted 7/28/2008 10:01:53 AM


Time Traveler

Time TravelerTime TravelerTime TravelerTime TravelerTime TravelerTime TravelerTime TravelerTime Traveler

Group: Forum Members
Last Login: Today @ 4:45:13 AM
Posts: 348, Visits: 6,753
Hi!

I'm also interested to know if it's OK to install the patch. I was going to upgrad to WUG12, but now I'm waiting for this issue to be resolve.

Regards, LLS71

---
Leonardo Schieder
A. PORR AG - http://www.porr.at
System Management

http://www.xing.com/go/invita/7686498

Post #45712
Posted 8/4/2008 11:37:04 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 11/12/2008 3:58:28 PM
Posts: 2, Visits: 11
CHECKCONSTRAINTS:
Error in table '[dbo].[PivorReportToCategory]': value '[nWebUserID = '2'' violates '[FK_PivutReportToCategory_nWebUserID]'.

For those of you seeing this error? Have you at some point in time deleted the "GUEST" user account? And then run an upgrade of WUG from a previous version to V12? The upgrade process adds entries into the PivotReportToCategory table for the GUEST user (UserID = 2).

Don't think the new patch has anything to do with the above error. There is a foreign key constaint issue in the DB that was there before the patch was run - and the error is only showing up when trying to validate/compact the DB as part of the patch process.  

The fix for the above error would be to make sure that you do not have a user in the WebUser DB table with a nWebUserID = 2 (The Guest user). If you do not have a user with nWebUserID = 2, go to the PivotReportToCategory table and delete all rows where nWebUserID = 2 (Should be 6 rows.)

Then try to validate your DB.

PLESE REPLY TO THIS POST and let me know if this fixes your issue - and let me know if you did delete your guest user and that you did run an upgrade at some point afterwards. If I find that this was the case, I will look into changing the upgrade process to avoid these issues in the future.

Post #45913
Posted 8/4/2008 12:47:09 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 11/12/2008 3:58:28 PM
Posts: 2, Visits: 11
You can run this query in SQL Server management Studio to remove the orphaned nWebUserIDs that are in the PivotReportToCategory table:

DELETE FROM [PivotReportToCategory] WHERE [nWebUserID] NOT IN (SELECT DISTINCT [nWebUserID] FROM [WebUser])

Post #45916
Posted 8/13/2008 3:47:05 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 8/13/2008 3:50:58 PM
Posts: 1, Visits: 2
Thanks, kmonahan!  I too had the error:

CHECKCONSTRAINTS:
Error in table '[dbo].[PivorReportToCategory]': value '[nWebUserID = '2'' violates '[FK_PivutReportToCategory_nWebUserID]'

BEFORE and AFTER 12.0.2 patch installation and your instructions using SQL server mgt Studio worked.  Ran DB validate and compact with no further issues.

Post #46251
Posted 9/19/2008 2:21:21 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 9/19/2008 4:08:34 PM
Posts: 2, Visits: 5
I am receiving the exact same error and it prevents me from being able to access Whatsup via HTTP.  How can I correct this if I am running Whatsup on an XP machine and only have the SQL version supplied with Whatsups v12 Premium.  I don't seem to have access to the SQL 2005 Studio as referenced in your earlier responses.  THANKS in advance for your assistance
Post #47148
Posted 9/19/2008 3:23:42 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 9/19/2008 4:08:34 PM
Posts: 2, Visits: 5
osql -E -D WhatsUp -Q "DELETE FROM PivotReportToCategory WHERE nWebUserID = 2"   I used this command and it worked.  The only problem is I still can't get access to WHATSUP using HTTP.  It just goes to a dead page.  I am not sure where to look next.  Any ideas?
Post #47153
« Prev Topic | Next Topic »

«««123

Reading This TopicExpand / Collapse
Active Users: 0 (0 guests, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: Dave, Mark Singh, kevin r gillis, Jason Benton, Brandon Felger, Ben Henderson, Tripp Allen, Will Sansbury, Jason Williams, Hush, FTPplanet.com, Hugh Garber, George Dailey, WUP-PM, mmulryan@ipswitch.com, mswimm

PermissionsExpand / Collapse

All times are GMT -5:00, Time now is 4:55am

Powered By InstantForum.NET v4.1.4 © 2008
Execution: 0.063. 8 queries. Compression Enabled.