cancel
Showing results for 
Search instead for 
Did you mean: 

Client is locked for data import by client copy

Former Member
0 Kudos

I am trying to copy the user master with client transport. After the

transport has imported to the target system, when run scc7 I am

getting the message "client has not yet generated by data import

(TA226)"

While trying to import again it says " CLient is locked for data import

by client copy" message code TA263

Please help

Accepted Solutions (1)

Accepted Solutions (1)

Fabrizio_Irmici
Participant
0 Kudos

Read carefully the client-copy log in tx SCC3 and try to understand the problem (db tablespace full for example???), analyzing the work process in tx SM50 too (is the copy running??).

If the client-copy is stopped try to restart it and be careful to unlock the client, beacause users could log on into your client, even if the copy is not yet completed!

Regards,

Fabrizio

Answers (2)

Answers (2)

former_member217765
Active Participant
0 Kudos

Regarding the error "The client is locked for data import by client

copy"

You can use transaction code SCC4 to reset the lock flag(SCC4->choose

the client ->Menu 'Edit'->Change field contents->Currently

locked due to client copy) Entering a blank will delete the lock.

Former Member
0 Kudos

Check the transport logs, are there any error messages in the logs ?

You can unlock the client from SCC4, select the client and then at the bottom of screen under Restriction uncheck Locked due to client copy or can use FM SCCR_UNLOCK_CLIENT to unlock it.

But again first check the logs of the transport and weather it got finished successfully or not.

Thanks,

Naveed

irshad_akram
Explorer
0 Kudos

Thanks Naveed your solution worked for me..