- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2016 02:43 AM
Hi All,
I have just upgraded our instance to Geneva Patch 7 and under the incident table I am getting the following error when I click 'Create New'
Search Service Error: There is no table configuration [Create New]
Everything looks fine and is the same before the upgrade, any ideas how to clear this error?
Thanks,
Graham
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2016 03:17 AM
Once I ran the 'Upgrade' scripts the error has now cleared.
Think this error came up as I didn't run the background upgrade scripts as per the self-host upgrade procedure.
Regards,
Graham
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2016 02:26 AM
Hi Graham,
Could you please tell me, what you did to resolve this issue.
On Knowledge form, same error I am getting.
Regards
Ankul Agrawal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-15-2016 03:00 AM
Hi Ankul,
I ran the upgrade background script as defined in the Manual Upgrade Document. (This is for Manual Upgrade as we are Self Hosted)
Running the Upgrade Script
NOTE: If multiple application nodes exist, run the Java upgrade script (from the UI) only once for the entire environment. Do not run the upgrade script for each application node.
1. Log into the instance as the admin user.
2. Select and activate elevated privileges for the current session by clicking the lock icon and selecting the checkbox for security_admin.
3. Go to the sys_properties table, find the glide.war.assigned record and update it to the new version.
4. Navigate to System Definition > Scripts — Background.
5. Paste this code into the Run Script field for upgrading a major release, for example: Geneva -> Helsinki:
gs.loadBatchScript('upgrade_complete.js')
6. If this upgrade is a patch release only, for example: Fuji Patch12 -> Fuji Patch13, paste this code instead:
gs.loadBatchScript('upgrade.js')
7. Click Run Script.
- This script may take some time to run.