Question
Last activity: 8 Jun 2016 5:34 EDT
Need to regenerate UDF
Hi,
I'm getting an error on pr_read_from_stream due to a column in the report that's being retrieved from pzPVStream.
<PZ__>** There was a problem getting a list: code: 6522 SQLState: S1000 Message: A .NET Framework error occurred during execution of user-defined routine or aggregate "pr_read_from_stream": System.IndexOutOfRangeException: Index was outside the bounds of the array. System.IndexOutOfRangeException: at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add) at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value) at com.pega.pegarules.data.udf.directstreamreader.FixedCacheMap.put(String aKey, CachedDirectStream aStream) at com.pega.pegarules.data.udf.directstreamreader.UserDefinedFunctions.pr_read_from_stream(String aProperty, String aInsKey, SqlBinary aBlob) .</PZ__>
Based on a support article, the solution is to regenerate the UDF. However, when I tried to search on how to install UDF, I could only see one that's for version 7.1.7.
Hi,
I'm getting an error on pr_read_from_stream due to a column in the report that's being retrieved from pzPVStream.
<PZ__>** There was a problem getting a list: code: 6522 SQLState: S1000 Message: A .NET Framework error occurred during execution of user-defined routine or aggregate "pr_read_from_stream": System.IndexOutOfRangeException: Index was outside the bounds of the array. System.IndexOutOfRangeException: at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add) at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value) at com.pega.pegarules.data.udf.directstreamreader.FixedCacheMap.put(String aKey, CachedDirectStream aStream) at com.pega.pegarules.data.udf.directstreamreader.UserDefinedFunctions.pr_read_from_stream(String aProperty, String aInsKey, SqlBinary aBlob) .</PZ__>
Based on a support article, the solution is to regenerate the UDF. However, when I tried to search on how to install UDF, I could only see one that's for version 7.1.7.
Can someone please help me on how I can regenerate the UDF for version 6.2 SP2 with MS SQL Server DB?
Also, any idea how I can get a copy of the original installation media? As the group of Devs that did the upgrade are no longer employed, I don't know where they stored the installation media.
Thanks and KR,
Rachel