MIS Systems Thread, Sims Error during/after Nov 2007 Upgrade in Technical; Hi All,
Left the SIMS .net November 2007 upgrade running last night as it was taking an age to complete ...
-
11th January 2008, 09:49 AM #1
- Rep Power
- 0
Sims Error during/after Nov 2007 Upgrade
Hi All,
Left the SIMS .net November 2007 upgrade running last night as it was taking an age to complete and this morning I found the following error on the server.
Code:
sims error
Your database has been restored correctly and can be used normally.
The error reported was
Cannot open database "SIMS" requested by the login. The login failed.
Login failed for user 'sims_sysman'.
The SQL Batch which caused the error was :
------------------------------------------------------------------------------------------------------------------
/* TEST
Description: Unit Tests
Author: Kient
Date: 20/01/2005
Dataset: sims_dev_b2b_kient
1. Create Unauthorized B2B Contract
begin transaction
--------------------------
-- Check data
--------------------------
declare @b2b_person_id int
select @b2b_person_id = bb_per_export_person_id from sims.bb_per_export_person
where external_id = 'aac7cbaa-96be-4195-abf4-fa64d649a6c4'
print('bb_per_export_person_id: ' + convert(varchar(5),@b2b_person_id))
print('Data in Outbound')
select * from sims.bb_per_export_contract
where bb_per_export_person_id = @b2b_person_id
--------------------------
-- Run sp
--------------------------
print('Start execute')
exec sims.per_pia_EditEmployee_UpdateB2BContracts @b2b_person_id, '<?xml version="1.0" encoding="ISO-8859-1"?><data> <row bb_per_export_contract_id="0" deleted="0" unchanged = "0" contract_start_date="2005-01-01T00:00:00" contract_type="P" ems_id="0" external_id="e71340a5-5c87-4f07-bd71-3e40fc60e938" hours_per_week="0" post="3" service_term_code="111" weeks_per_year="53" status="I" /></data>'
print('End execute')
--------------------------
-- Check result
--------------------------
print('Data in Outbound')
select * from sims.bb_per_export_contract
where bb_per_export_person_id = @b2b_person_id
rollback transaction
Result
bb_per_export_person_id: 4
Data in Outbound
bb_per_export_contract_id bb_per_export_person_id external_id ems_id authorised deleted unchanged comment post contract_type service_term_code start_date end_date hours_per_week payroll_number weeks_per_year termination_reason_code superannuation_code post_reason_code
BIG SNIP as it wouldnt let me post it all! The first thing it says is your database has been restored - great I thought, ill just get westfield to try and do the upgrade tonight instead.
When a client ran sims on their workstation it begun to upgrade and then doesnt log in giving the following error:
Fault code : 1283-8946-9300
Cannot find table 20. : System.Index.OutOfRangeException
I think what has happened is this:
The CD Westfield sends copies across updated simsapplicationsetup.exe etc so the workstations see this and automatically update, but the database isnt patched upto the same version and thus a version mismatch and it fails.
Support website says I should run the patches again but it complains about sysman being logged in and wont update, needing the SQL SA user/pass to force it. Rebooting server/restarting services doesnt rectify this and westfield isnt open till 9am 
Anyway I can fix this without hoping someone is at the end of the phone ~9am?
EDIT:
Managed to get it working-ish for now. Replaced the SIMS .net folder in program files with a non-updated workstation copy and renamed simsapplicationsetup.exe on the S drive so that it cannot be found by the auto-update.
Just need the patches to be applied properly now so we can update!
Last edited by Frazer; 11th January 2008 at 01:00 PM.
-
-
IDG Tech News
-
11th January 2008, 01:50 PM #2 Westfield should have sent you a CD out with the November upgrade copy the sims setups folder from this replace those on your server/s: drive, once you have done this go to DB Upgrade on the server this will update the SIMS DB manually DB updates are located within the SIMS setups directory included when you coppied files from the CD.
-
-
11th January 2008, 02:12 PM #3
- Rep Power
- 0
Yeah thats what ive done so far and what has caused this problem.
I think I just need westfield to try and upgrade using the SQL SA user/pass to force out any logged in users. Bit odd how it picks up 'sysman' as a logged in user and refuses to upgrade as you need sysman to start the upgrade process.
Knew I should have stayed in bed yesterday.
-
-
11th January 2008, 02:21 PM #4 Do ppl still get CDs for upgrades... thought pretty much everyone uses SOLUS now.
-
-
11th January 2008, 02:42 PM #5
- Rep Power
- 0
Usually it is SOLUS but we do still get the odd CD, probably for those larger updates, although hopefully we will be on 100Mbit come March and it shouldnt be a problem!
-
-
11th January 2008, 04:32 PM #6 100Mbit! tinternet connection... nice.
-
-
11th January 2008, 04:34 PM #7 A 100mbit connection is standard for Secondary Schools in Lancs/Cumbria.
-
-
23rd January 2008, 08:19 PM #8
- Rep Power
- 14
Don't know if you got this sorted, but I had same issue. Capitas recommendation was to keep installing til it worked....and it eventually did, after 4 attempts and a days downtime (very very time consuming). If it happened in industry there'd be hell to pay!!!!!!!
-
-
23rd January 2008, 08:24 PM #9 100mbit

Originally Posted by
Geoff
A 100mbit connection is standard for Secondary Schools in Lancs/Cumbria.
This only means between the school and the local concentrator or connection endpoint. 100mbit of pure net connectivity would cost a fortune!, I suspect the RBC has probably 1Gb to the net or something to satisfy the requirements of providing internet connection to various schools.
Ash.
-
-
23rd January 2008, 08:32 PM #10 @ashok: The link is onto SuperJANET IIRC (10Gbit) at Lancaster Uni. However, getting back onto topic, there is a SOLUS server within the Lancs WAN so upgrades are pulled pretty quick.
-
-
24th January 2008, 11:36 AM #11 
Originally Posted by
f21970
Capitas recommendation was to keep installing til it worked....and it eventually did, after 4 attempts and a days downtime (very very time consuming). If it happened in industry there'd be hell to pay!!!!!!!

I’m intrigued by your comments but as you post anonymously can’t investigate it further – if you’d like to give me a call reference I will.
I can’t imagine one of our service desk people team recommending continuously trying the same thing and am completely confused as to why that might have worked after 5 goes?
-
SHARE:
Similar Threads
-
By timbo343 in forum Windows
Replies: 6
Last Post: 29th October 2007, 11:22 AM
-
By User3204 in forum MIS Systems
Replies: 1
Last Post: 20th August 2007, 08:14 PM
-
By sweeper in forum Windows
Replies: 2
Last Post: 24th July 2007, 06:03 PM
-
By zag in forum Virtual Learning Platforms
Replies: 2
Last Post: 25th April 2007, 09:32 AM
-
By CyberNerd in forum *nix
Replies: 7
Last Post: 14th September 2006, 10:37 AM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules