Application Development 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: 

Index Creation problem

former_member925838
Participant
0 Kudos
200

Hello Experts,

I have created a index on MSEG as MSEG~ZP1. it is successfully created on development server.

but whenever i transfer request to quality server it throws error while importing request, and it gives warning that index does not exist in database system.

this happened twice.

what might be the problem??

Thanks,

Amar

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos
161

You could

- activate index via SE14

- look carefully at the transport logs

Regards,

Raymond

6 REPLIES 6

raymond_giuseppi
Active Contributor
0 Kudos
162

You could

- activate index via SE14

- look carefully at the transport logs

Regards,

Raymond

0 Kudos
161

in transport logs it says, index might exist in database.

but it doesn't.

why do i need to create index by SE14 when i am transporting it from dev.

before this i have created many indexes, but never had to create index through SE14.

0 Kudos
161

Did you check via DB02 for consistency between ddic and actual database ?

anup_deshmukh4
Active Contributor
0 Kudos
161

Hello Amar,

Please Check  the TCode SE14 ( DB Table adjustment )  for same There is an option to  create a Index You will have to Go for it.

Hope this helps,

Anup

ThomasZloch
Active Contributor
0 Kudos
161

Please provide more details, e.g. the exact warning and error message(s) from the transport log.

Next time please do so in your initial post.

Thomas

0 Kudos
161

Thomas,

sorry for insufficient information.

i had checked consistency of database.

actually problem was with basis; because of insufficient table space on quality server it was throwing error.

thanks all for reply.