Too many keys on CUVc
Paul Timms
8-31-17
I have moved some HAL from 8.3 to 8.4, without changing anything. On starting up Standard ERP 8.4, I get an error message: "Too many keys on CUVc" and Standard ERP doesn't run.


The section of datadef.hal is below:


RecordAddBegin(CUVc,"XX_CUVc");

RecordField(VATSupply,M4Str,20,0);
SubsetKeyBegin2(CodeNoSuppl);
StoreInBaseKey;
AppendFieldToKeyName(SalesGroup);

AppendFieldToKeyName(SalesMan);
KeySegment(Code);
KeySegment(blockedFlag);

KeySegment(VEType);
SubsetKeyBegin2(NameNoSuppl);
StoreInBaseKey;
AppendFieldToKeyName(SalesGroup);
AppendFieldToKeyName(SalesMan);
KeySegment(Name);
KeySegment(Code);
KeySegment(blockedFlag);
KeySegment(VEType);
EndRecordAdd;

If I comment out one or the other of the keys, it runs without error. Why does it complain when there are two keys?

Paul
Leave Comment
You can subscribe to notifications for this post by selecting the 'star' icon on the top right corner of the post.
Latest Posts
Aldevinas Katkus
Why it is impossible to delete an invoice row (created from an order) containing an item with reverse VAT?...
12:13 2 Jan 2025
David Delač
Hi Piotr, The log entry:
2024-12-14 08:40:43 0.000 CallHal(IsHansaWorldCustomer) appears because the server is running with the verbosity=debug-detailed setting in its parameters.txt file. Thi...
09:43 16 Dec 2024