Unable to access the Environment Library: The connection string is invalid: [Mail Server]. Index was outside the bounds of the array.

  • 15 February 2022
  • 0 replies
  • 73 views

Userlevel 5
Badge +20
 

Unable to access the Environment Library:The connection string is invalid: [Mail Server]. Index was outside the bounds of the array.

kbt153474

PRODUCT
K2 Five
TAGS
Microsoft Exchange
SmartForms Designer
Management Site
SmartForms
Troubleshooting Document
This article was created in response to a support issue logged with K2. The content may include typographical errors and may be revised at any time without notice. This article is not considered official documentation for K2 software and is provided "as is" with no warranties.

Issue

 

Unable to access the Environment Library in the K2 Management site and the SmartObjects/Views/Forms in K2 Designer due to the error below:

"The connection string is invalid: [Mail Server].
Index was outside the bounds of the array."

Symptoms

 

When you click on the Environment Library node, you will see this error:

Image

When opening any SmartObject, View or Form in K2 Designer, the same error appears:

Image

Troubleshooting Steps

The cause of the error is due to the Mail Server environment library fields' field type being incorrectly set to 'Exchange Server' instead of 'Mail Server'.

Image

Please follow the steps below to resolve the issue:

1. Make a backup of your K2 database, in case of a need to roll back.

2. Run the following query and note down the value in 'TypeId'.

Select * from [K2].[Environment].[FieldType]

where FriendlyName = 'Mail Server'

3. Run the following query to update 'TypeId' to the correct value, which is the Type Id of the Mail Server field. 

Update [K2].[Environment].[Field]

 

set TypeId = '<Replace with TypeId from Step 2>'

 

where FieldName = 'Mail Server'

 

If you need any assistance in performing the steps above, please do not hesitate to contact K2 Technical Support.

 

 


0 replies

Be the first to reply!

Reply