KBA-01255: Full Text Index on SQL 2005 Populates AutomaticallyKBA-01255: Full Text Index on SQL 2005 Populates Automatically

Summary: With SQL Server 2005, population of the Full-Text Index can occur on an automatic basis. Spitfire Catalog searches of the Full Text Index should then always be up to date. Requirement: In ICTool,

KBA-01226: Full-text Indexing in SQL ServerKBA-01226: Full-text Indexing in SQL Server

Question: How can I tell if Full-text Indexing is installed in Microsoft SQL Server? Answer: In Query Analyzer, run the following command: SELECT fulltextserviceproperty('IsFulltextInstalled') 1 = installed 0 = not

KBA-01170: Change a column label in the Project LookupKBA-01170: Change a column label in the Project Lookup

Question: In the Project Lookup, how can I change the Address2 field label to Floor? Answer: Add the following script to Site_Wrapup.sql UPDATE dbo.xsfLookupField       SET label = ‘Floor‘, WParamLabel= ‘Floor‘

KBA-01165: “The current identity (NT AUTHORITYNETWORK SERVICE) does not have write access…”KBA-01165: “The current identity (NT AUTHORITYNETWORK SERVICE) does not have write access…”

Question: I want access to an account but when I connect to SQL Reporting Services (SRS), the following error appears.  What can I do? ‘The current identity (NT AUTHORITYNETWORK SERVICE)

KBA-01141: “Cannot generate SSPI context” error messageKBA-01141: “Cannot generate SSPI context” error message

Question: When I try to run the Spitfire Configuration Tool (ICTool.exe), I get a ‘Cannot generate SSPI context‘ error message. What is it and how do I fix it? Answer:

KBA-01140: Purge All Documents and Files from the Spitfire databaseKBA-01140: Purge All Documents and Files from the Spitfire database

Purpose & Scope: The test database has been configured with roles, users, default routes, etc. and now you‘d like to use the test database as the base for your live Spitfire database. The

KBA-01089: Reusing Prepared Report Selection CriteriaKBA-01089: Reusing Prepared Report Selection Criteria

Question: I have users who need to run their report and do not want to have to specify the report parameters every time.  How can I streamline their reports? Answer: The

KBA-01087: Why are reports not printing?KBA-01087: Why are reports not printing?

Question: Spitfire reports are not printing; how can I check Spitfire‘s report configuration in SQL Reporting Services? Answer: Troubleshooting Tips In Spitfire: Check Report Folders on the System Admin Dashboard to

KBA-01083: How to test for Null Fields in Report Server reportsKBA-01083: How to test for Null Fields in Report Server reports

Question: In my custom report, how do I enter an expression that deals with a field that can be NULL? Answer: Many fields in sfPMS are stored as NULL values