Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

indexes

Former Member
0 Likes
447

I am currently creating indexes and I get the following error message "Indexes ZEMPLOY02 - 001 completely contains the fields of index 0". What should I do?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
425

Hi,

You must have included all Primary Key Feilds in your index.

Just remove few of them. The error will not come..

Award If Useful

2 REPLIES 2
Read only

Former Member
0 Likes
425

Hi,

I think an index with the same fields that you are using to create the index already exist.

If so, instead of creating a new index, use the already existing one.

Hope it helps.

Reward if helpful.

Regards,

Sipra

Read only

Former Member
0 Likes
426

Hi,

You must have included all Primary Key Feilds in your index.

Just remove few of them. The error will not come..

Award If Useful