Reputation: 386
I have a big model with views and procedures implemented in HANA. These Objects are interdependent. On the development System every things work fine. After we Transport the objects using CTS on the Test-System, we got all the objects on Test-System marked red. If I run this Statement on Test-System:
select * from "SYS.OBJECTS" where OBJECT_NAME like '%<my_package>%';
I got nothing!
Is this a settings Problem on the Test-System? Can I transport a lot of dependence objects at once?
Upvotes: 0
Views: 962