When upgrading Insight you get the error "Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another."

When upgrading Insight you get the error "Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another."

book

Article ID: KB0078646

calendar_today

Updated On:

Products Versions
TIBCO Scribe Insight 7.9.3

Description

When upgrading TIBCO Scribe® Insight to 7.9.3 you receive the error 

20 - ADODB.Stream 
#3001 
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.


This error occurs when you have an XML connection in your DTS or Integration Process (IP), because the XML format for the latest version of TIBCO Scribe® Insight was changed and some XML formats are outside this range.

 

Issue/Introduction

BLANK

Resolution

Stop the Scribe services and run the following SQL query against the Scribe Internal Database.

INSERT INTO [SCRIBEINTERNAL].[SCRIBE].[KSYNC] 

([SECTION] 

,[KEYNAME] 

,[KEYVALUE]) 

VALUES 

('SHARED' 

,'UNICODE' 

,'TRUE')