cancel
Showing results for 
Search instead for 
Did you mean: 

EVDRE Expand

Former Member
0 Kudos

Im trying to expand the evdre and i get this error in the Evdre log :function="runSmartQuery"><![CDATA[Errors found retrieving data]]></debug>. Does anyone have an idea what this error is?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

The Row key Range was wrong, it referenced rows that didnt have anything.

i045436
Advisor
Advisor
0 Kudos

Hello,

I have this issue before an dit was related to a decompression error, trying to load too many data once.

Please try to activate the evdre log to see if you have some similar error reported into:

You have to create:

EvDataServer_Debug.txt into <appset>\<application>\Private publication\<user> on server side

Evdre_log.txt and Evdre_trace.txt into My documents on the client side.

If the error is relaed to the decompression, you can solve it running this query on SQL level against your appset database:

INSERT INTO [dbo].[tbldefaults] (Userid, Type, app, KeyID, Value)

VALUES(N'_INTERNAL', N'SYSTEM', '', N'DO_COMPRESS',N'0')

Regards,

Mihaela