I´m deploying an application in xCP Designer, when an error appeared in runapp.log:
[INFO] ERROR : Namespace 'te' already in use (application/project : 'TestXXX'). Choose another namespace for application/project ' TestXXX2'
In xCP Designer help I discovered this DQL
select r_object_id, object_name, namespace from xcp_artifact_bundle (all)
that shows all projets created.
I find namespace ‘te’ in an old project. How can I reuse this namespace ?
I try to update xcp_artifact_bundle object to change namespace but it didn´t work.