---
title: "Pharos Blueprint Enterprise: Error Message: \"There was an error while configuring the Service\" during installation."
slug: "pharos-blueprint-enterprise-error-message-there-was-an-error-while-configuring-the-service-during-installation"
tags: ["Blueprint", "error", "installation"]
updated: 2024-04-23T19:35:41Z
published: 2024-04-23T19:35:41Z
canonical: "kb.pharos.com/pharos-blueprint-enterprise-error-message-there-was-an-error-while-configuring-the-service-during-installation"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://kb.pharos.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Pharos Blueprint Enterprise: Error Message: "There was an error while configuring the Service" during installation.

### **Problem:**

When installing Pharos Blueprint and completing the step within the Server Configuration utility, the following message appears (see example error message below): "There was an error while configuring the Pharos Blueprint Enterprise Service. Start registering [ASP.NET](http://asp.net/) scriptmap (2.0.50727) at w3svc/1/Root/PharosSystems/. Error when validating the IIS path (w3svc/1/Root/PharosSystems/). Error code = 0x80040154 The error indicates that IIS is in 64 bit mode, while application is a 32 bit application and thus not compatible."

Further, when clicking OK in the error dialog box, the Blueprint test fails for both the Tracker and EDI Web Services.

---

### **Answer:**

The problem is due to the PharosSystemsAppPool not running in the 32-bit address space on a 64-bit system. Microsoft Windows IIS Server 7 running on a 64-bit platform will allow both 32- and 64-bit application pools (Windows 2003 64-bit only allows one or the other, not both). By default, however, the 32-bit function is not enabled. In order to allow a 32-bit application pool, run the following in an administrative command prompt (as one line; your browser window may break the line): %windir%\system32\inetsrv\appcmd set config -section:applicationPools -applicationPoolDefaults.enable32BitAppOnWin64:true and then follow up with: %windir%\[Microsoft.NET](http://microsoft.net/)\Framework\v2.0.50727\aspnet_regiis -i which reinstalls [ASP.NET](http://asp.net/) in 32-bit mode as well. You should not have to issue a reset of iis (iisreset), but it won't hurt if you do.

## Related

- [Blackboard Gateway returns error message "Biller:CMD_FAIL[#28]Transaction failed. Unknown Error(Code = 124)."](/blackboard-gateway-returns-error-message-billercmd-fail28transaction-failed-unknown-errorcode-124.md)
- [Blueprint - ERROR: "There is no row at position 0" message and Blueprint Administrator quits](/blueprint-error-there-is-no-row-at-position-0-message-and-blueprint-administrator-quits.md)
- [Jobs cannot be released to some printers, returning "Error accessing destination job: The parameter is incorrect".](/jobs-cannot-be-released-to-some-printers-returning-error-accessing-destination-job-the-parameter-is-incorrect.md)
- [When a user prints they recieve the following Print Station error message "Unable to select a Printer: Printer 'Printer1' is in error state 'Error, Job printing, Error'](/when-a-user-prints-they-recieve-the-following-print-station-error-message-unable-to-select-a-printer-printer-printer1-is-in-error-state-error-job-printing-error.md)
