Home : Products : Hach WIMS : Hach WIMS Client : Documentation : Known Issues : Hach WIMS failed to submit calculation request
Q14559 - KNOWNISSUE: Hach WIMS failed to submit calculation request

When submitting a calc request for a large number of variables WIMS returns error:

 

"Hach WIMS failed to submit calculation request"

 

This is because the OPSROOT.CALCQUEUE.VLIST column in NVARCHAR(2000).  The calc is a comma separated list of varids.  Therefore, if the total list length is greater than 2000, this error will be displayed.

Workaround:  (THIS ONLY WORKS IN SQL SERVER, ORACLE max length is 2000 characters).

1. Turn off the Calc Engine

2. Clear CalcQueue

3. Execute the following commands against OPSROOT.

ALTER TABLE CALCQUEUE DROP COLUMN VLIST

ALTER TABLE CALCQUEUE ADD VLIST NVARCHAR(4000) NULL DEFAULT (NULL)

 

 

Related Articles
No Related Articles Available.

Article Attachments
No Attachments Available.

Related External Links
No Related Links Available.
Help us improve this article...
What did you think of this article?

poor 
1
2
3
4
5
6
7
8
9
10

 excellent
Tell us why you rated the content this way. (optional)
 
Approved Comments...
No user comments available for this article.
Created on 10/30/2019 9:33 AM.
Last Modified on 10/30/2019 9:33 AM.
Last Modified by Scott Dorner.
Article has been viewed 1310 times.
Rated 0 out of 10 based on 0 votes.
Print Article
Email Article