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: 

problem with transport

Former Member
0 Kudos
116

Hello,

I have released the transport but it got stuck giving an error "GENERATION OF PROGRAMS AND SCREENS".How to overcome this problem..Plz advise..

1 ACCEPTED SOLUTION

0 Kudos
85

hello,

i think u r getting problem because u did not release request in proper manner.

for ex: u r creatimg a table say zstu, u save it and generate a request for that say 100, then u create data element for there

fields for that u again create request sat 101, for data elements u create domin, again u create request fro that say 102.

after all that when u release request , first u have to release domin, then data element and thne table request.

but if release table request first then data element and then domin it will give error.

Hope it is the solution of ur problem.

Regards,

sachin chauhan

<< Moderator message - Please, no SMS Speak>>

Edited by: Rob Burbank on Dec 2, 2010 12:24 PM

3 REPLIES 3

0 Kudos
86

hello,

i think u r getting problem because u did not release request in proper manner.

for ex: u r creatimg a table say zstu, u save it and generate a request for that say 100, then u create data element for there

fields for that u again create request sat 101, for data elements u create domin, again u create request fro that say 102.

after all that when u release request , first u have to release domin, then data element and thne table request.

but if release table request first then data element and then domin it will give error.

Hope it is the solution of ur problem.

Regards,

sachin chauhan

<< Moderator message - Please, no SMS Speak>>

Edited by: Rob Burbank on Dec 2, 2010 12:24 PM

0 Kudos
85

so whats the solution for this?

Former Member
0 Kudos
85

the TR must be holding dependant data like tables or some other stuff... make sure those objects are transported first.. then you transport this TR.

(expand the error log, you will find which object is missing,....)