The following settings are added to the appSettings section of the Docs for Deltek Web.config file specifically for the REQConnect import web service. The table explains each setting, followed by a sample of the added settings in XML.
Setting |
Description |
---|---|
ReqCostpointImportTemplateFolder |
Contains the full path to the folder containing the CIS template files. |
Interpretation |
Controls the verbosity of the log files. Set to value="true" to add more verbosity, which assists in interpreting any errors returned from Costpoint. |
RQ-Currency Rate Date_IFNULL PerfEndDate_IFNULL PerfStartDate_IFNULL |
These settings control how data is passed to Costpoint if REQConnect has a null value for the Currency Rate Date, Period of Performance End Date, or Period of Performance Start Date, respectively. Each setting should be set to value="xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"" for proper handling. |
For example:
<add key="ReqCostpointImportTemplateFolder" value="C:\inetpub\ wwwroot\DocsForDeltek\REQAutomation\REQCostpointImportService\ Templates" />