Creating namespace in DRM property definition

Hi all

Can someone help me with the creation of new namespace under the definition of ownership of DRM? There are two default namespaces Core & Custom, new namespaces can be added? We have about 150 properties in DRM on 7 downstream systems and I want to group the definitions of property under new namespaces depending on the application.

Thanks in advance.

Hi, it is technically possible.  Use the interface of migration, to download all the properties (custom.xyz1... (123), save as a file. Use change a text editor custom. to namespacexyz. as below in yellow

migration utility allows you to load the xml file into DRM. Here you gget a warning that the checksum is a missmatch ==> someone has edited the file since the...

Result: space names 'Paul '...

But the namespace is only good for admins.

Tags: Business Intelligence

Similar Questions

  • 1013: the private attribute may be used only on class property definitions.

    In the following code, I get an error. How to solve this problem?

    Line 301013: the private attribute may be used only on class property definitions.

    package

    {

    import flash.display.MovieClip;

    import flash.events.Event;

    Caesar/public class extends MovieClip

    {

    var speed: Number;

    public void Caesar()

    {

    addEventListener ("enterFrame"), move;

    }

    public void move(e:Event)

    {

    This.x = mouseX;

    This.y = mouseY;

    If (caesar.hitTestObject (MainClip.instance.enemyList [i]))

    {

    trace ('Caesar should');

    removeSelf();

    MainClip.instance.finishedMainClip ();

    }

    }

    }

    private function removeSelf (): void

    {

    removeEventListener (Event.ENTER_FRAME, move);

    If (stage.contains (this))

    {

    this.parent.removeChild (this);

    }

    }

    }

    Check your dash... Your removeSelf function is outside the definition of the class... that closing brace entered should be after him.

  • PlayMemories home: Tool for creating a disc in standard definition image quality (STD) (DVD-video disc) is not available

    Hello

    I downloaded Sony PlayMemories home and tried to save my videos from camcorder to a disc in standard definition picture quality (STD) (DVD-video disc), it is described here:

    http://Guide.playmemoriesonline.com/help/en/PC/PMH-disc.html

    After installing the plugin extra DiscAuthor, the tool 'Create disc' has only the following three options:

    1. Data disc
    2. AVCHD (HD)
    3. Blu - ray (HD) disc

    The Option "DVD - Video (STD)" is completely absent.

    Does anyone know how to fix this?

    Thank you very much

    Daniel

    Hi dagleich,

    Thanks for the information. The problem can be located on the format of your videos. I checked the model number and found out that your camera records in MiniDV. Unfortunately, video tapes and CD recording is not transferable on DVD using the House PlayMemories disks. Even with their conversion into files Mp4 Mp4s cannot be burned on DVD discs.

    I would recommend looking for a local camera shop that could help to convert your files and save them in another medium.

    To get help with your concern, we recommend that you visit our Sony Global Web site for more information on contacting Sony's Support Center in your area athttp://www.sony.net/SonyInfo/Support/.

    If my post answered your question, please mark it as "accept as a Solution. Thanks_Mitch

  • active SimpleButton property definition

    I created a button by a new symbol in the library and selecting the button properties. I added the button to the timeline manually and it gave an instance of 'Hotspot01 '.

    I'm trying to disable the button by setting the property 'enabled' to 'false' with this code:

    Hotspot01.enabled = false;

    The reversal does not appear and the id of the cursor one arrow (instead of a hand), but when I click the button, it always runs the CLICKED function.

    A reflection as to why this is happening?

    Try to use Hotspot01.mouseEnabled = false;

  • Create multiple view ingres column definition table

    I start here in this forum because I don't know where this problem is better managed.

    I use an Ingres database using heterogeneous services. I create a view on Ingres in an array of Ingres.
    so I issue a create in select table * view Ingres to create an oracle table in the oracle system.

    It works, but when I look at the definition of the column, they are created with a multiple of 3. for example,.

    varchar (5) will become a varchar2 (15)... when I use enterprise manager to view the oracle table.

    Yes, Ingres has the column as a varchar, then oracle it translates varchar2. I use Oracle Rel 11Rel 2.
    and Ingres is old version 2.0.

    The view created on the side of Ingres is correct... but once I create a table in the view that this column
    definitions of change. BTW... I tried this without notice and oracle continues to increase the size of 3.

    Any ideas as to why this is happening and how to stop it?

    Thank you.




    I did a search on the NLS_parameters... I use AL32UTF8.

    When I'm in SQLPLUS and make a remote table desc...

    / / DESC remote_table@HSLINK > > > > HSLINK is the name of ODBC db link connection.

    I get the fields like ID Varchar2 (45)...

    When I view it at Ingres, using Visual DBA... it's ID Varchar (15)

    Published by: sgonos on July 8, 2010 07:24

    main cause is the Oracle database character set. The Oracle database does not know which character set your foreign database uses. In the worst case scenario it may happen, the character abroad datababase contains unicode data and requires 3 bytes. The gateway works in byte mode and therefore the accuracy of the foreign database is triple.

    At 11.2 most gateways are used to define the parameter HS_KEEP_REMOTE_COLUMN_SIZE, which prevents the precision of the column increase.

  • Create and save custom property panels

    Is there anyone who has worked on "Custom property Panel" in Webcenter? However, I tried something using the link below, but it doesn't seem to work.

    http://docs.Oracle.com/CD/E16340_01/WebCenter.1111/e10148/jpsdg_page_editor_adv.htm#CHDCJGEC

    Can anyone suggest me possible approaches step by step?

    Thanks in advance.

    Hello!.

    You can download a sample of here custom panels: http://danielmerchanoracle.blogspot.com/2011/11/extendiendo-oracle-composer.html

    PD: It is in Spanish.

    Kind regards!.

  • CREATE (or REPLACE) procedure_definition | function definition

    A manual I read says to use the function CREATE or REPLACE function, but my function will not compile with one of these. It compiles only when I use the FUNCTION itself. The CREATION or replacement is no longer used in Oracle 10 g?

    Thank you

    Rich75 wrote:
    I tried in SQL * more and it worked for me too, but I usually use SQL Navigator. That's where I got the error.

    I'm pretty new to Oracle, so I probably don't understand some things too well. I realized that when I created the function in SQL * Plus, it appeared in SQL Navigator under functions. I created this function in a package, so I think it's a little different than the creation of a global function.

    Published by: Rich75 on January 27, 2010 10:02

    Yes, OK if you create a function inside a package, then you do not have to give create or replace keywords.

  • Code 1013: The private attribute may be used only on class property definitions.

    OK guys, being new to Action script game, I already find myself with errors.  I have studied this for the last few days, and every time I found a solution said, the solution is always the brace.  But for the life of me, I can't find a support missing!  Could someone look at this for me and guide me in the right direction, before losing the rest of my hair. :-)

    package 
    {
      import flash.display.Sprite;
      import flash.events.MouseEvent;
      public class Main extends Sprite
      {
      var xPos:int; //Stores the initial x position
      var yPos:int; //Stores the initial y position
      }
    public function Main():void
      {
      addListeners(alpine,armadillo,battery,blizzard,cactus,carnivoreplant,cloud,coolfire,coral,crystal,dandelion,darkfire); //A function to add the listeners to the clips in the parameters
      }
    private function getPosition(target:Object):void
      {
      xPos = target.x;
      yPos = target.y;
      }
    private function dragObject(e:MouseEvent):void
      {
      getPosition(e.target);
    
    
      e.target.startDrag(true);
      }
    private function stopDragObject(e:MouseEvent):void
      {
      if (e.target.hitTestObject(getChildByName(e.target.name + "Target"))) //Checks the correct drop target
      {
      e.target.x = getChildByName(e.target.name + "Target").x; //If its correct, place the clip in the same position as the target
      e.target.y = getChildByName(e.target.name + "Target").y;
      }
      else
      {
      e.target.x = xPos; //If not, return the clip to its original position
      e.target.y = yPos;
      }
    
    
      e.target.stopDrag(); //Stop drag
      }   
    private function addListeners(... objects):void
      {
      for (var i:int = 0; i < objects.length; i++)
      {
      objects[i].addEventListener(MouseEvent.MOUSE_DOWN, dragObject);
      objects[i].addEventListener(MouseEvent.MOUSE_UP, stopDragObject);
      }
      }
    }
    
    

    Firstly, the Builder must not have return datatype. Builder returns the data type of the class. Sub is certainly unacceptable.

    Also, I strongly suggest type you all properties and methods (except for builders, naturally).

    You class should look like this:

    package
    {
        import flash.display.Sprite;
        import flash.events.MouseEvent;
    
        public class Main extends Sprite
        {
            private var xPos:int; //Stores the initial x position
            private var yPos:int; //Stores the initial y position
    
            public function Main()
            {
                addListeners(alpine, armadillo, battery, blizzard, cactus, carnivoreplant, cloud, coolfire, coral, crystal, dandelion, darkfire); //A function to add the listeners to the clips in the parameters
            }
    
            private function getPosition(target:Object):void
            {
                xPos = target.x;
                yPos = target.y;
            }
    
            private function dragObject(e:MouseEvent):void
            {
                getPosition(e.target);
                e.target.startDrag(true);
            }
    
            private function stopDragObject(e:MouseEvent):void
            {
                if (e.target.hitTestObject(getChildByName(e.target.name + Target))) //Checks the correct drop target
                {
                    e.target.x = getChildByName(e.target.name + Target).x; //If its correct, place the clip in the same position as the target
                    e.target.y = getChildByName(e.target.name + Target).y;
                }
                else
                {
                    e.target.x = xPos; //If not, return the clip to its original position
                    e.target.y = yPos;
                }
    
                e.target.stopDrag(); //Stop drag
            }
    
            private function addListeners(... objects):void
            {
                for (var i:int = 0; i < objects.length; i++)
                {
                    objects[i].addEventListener(MouseEvent.MOUSE_DOWN, dragObject);
                    objects[i].addEventListener(MouseEvent.MOUSE_UP, stopDragObject);
                }
            }
        }
    }
    
  • create a definition of ownership vi in LabVIEW class

    Hello forum,.

    I am creating a VI within a property definition file in a class of LabVIEW and I always get the following for the VI error message that is created: component connector invalid accessor VI. I have a 4x2x2x4 but displays pane always error. I go in the property definition folder, right click and select new VI. The new VI is created but with the above error.

    I have now that before I was able to do it before and the VI has an icon of type box (as an icon of labview class) but can't do it anymore. Don't know what has changed.

    I'm using Labview 2013 32bits.

    Thank you for your time.


  • Network option just is not in the drop-down list under the definition of the property

    I have a vRA 7 installation and am trying to create a drop down menu option to choose VLAN while deploying VMS from the Blue Print.

    To do this, have created a property definitions as below.

    Capture.JPG

    Then I had created a group of properties like below

    PG.JPG

    Then to Blue Print Custom property and added the Group of properties and property custom added the VMNetwork

    When I return to the catalog and deploy a new virtual machine can't see any vlan in the dropdown option menu.  instead I see the preset in the menu drop-down

    pg3.JPG

    Why the drop-down list values Vlan do not come up instead of this the name value appears.

    If mistaken. any help appreciated

    Try like this:

    The property group is like the old building profile, a way to group several properties. You must specifically that he would do that.

    Grant

  • DRM using AscNode property

    We use DRM version 11.1.2.1

    I have 2 hierarchies (A and B) in a version. I want to create a hierarchy A property that will allow a search in the B hierarchy to select a branch. I created the property using the AscNode Data Type.

    My question - is possible to force the B hierarchy to display in the hierarchy drop-down list when the user will choose the branch of the property (have B hierarchy display in the hierarchy instead of an empty box and the user must select the hierarchy)? Currently, the user must select the hierarchy (choose A or B), and then search for either the branch using the find function or manually expand the hierarchy to find the branch.

    Or is there a better way to choose a member of a hierarchy is stored as a property value in another hierarchy?

    I'm trying to do it as easy as possible for the end user. With 2 hierarchies in a version, it's a shame, but we will end up with about 10 hierarchies in a version and would like to simplify as much as possible the selection process.

    Thanks for your help in advance!

    Published by: 964260 on October 9, 2012 16:29

    No, the user has access to the node and the hierarchy themselves within the editor. Given the limits of search and navigation in the editor, when the client has complex hierarchies, changing these properties can be heavy.

  • set executeInBackground = true on iOS cannot create property error

    I use Flash Builder 4.7, created a Flex Mobile project.

    When my application are disabled, he must send an HTTP POSt request to my server. It takes a few milliseconds to send and on Android, it works fine. However, on iOS, as the application is paused, the request is not sent until I activate the application again.

    I looked online and tried this solution:

    adding the line

    NativeApplication.nativeApplication.executeInBackground = true;

    Depending on the House, or just before sending the application throws an exception:

    ReferenceError: Error #1056: cannot create flash.desktop.NativeApplication property executeInBackground.

    views: BnpSampleHomeView$ cinit)

    Global $init)

    at BnpSample() [C:\eclipse\projects\BnpSample\src\BnpSample.mxml:3]

    to _BnpSample_mx_managers_SystemManager / create () [_BnpSample_mx_managers_SystemManager.as:51]

    at mx.managers.systemClasses::ChildManager/initializeTopLevelWindow() [E:\dev\4.y\frameworks\ projects\framework\src\mx\managers\systemClasses\ChildManager.as:311]

    at mx.managers::SystemManager/initializeTopLevelWindow() [E:\dev\4.y\frameworks\projects\fram ework\src\mx\managers\SystemManager.as:3057]

    to mx.managers::SystemManager / http://www.Adobe.com/2006/Flex/MX/internal:kickOff ([E:\dev\4.y\frameworks\projects\framework\src\mx\managers\SystemManager.as:2843])

    to mx.managers::SystemManager / http://www.Adobe.com/2006/Flex/MX/internal:preloader_completeHandler ([E:\dev\4.y\frameworks\projects\framework\src\mx\managers\SystemManager.as:2723])

    at flash.events::EventDispatcher/dispatchEventFunction()

    at flash.events::EventDispatcher/dispatchEvent()

    at mx.preloaders::Preloader/timerHandler() [E:\dev\4.y\frameworks\projects\framework\src\mx\p reloaders\Preloader.as:542]

    at flash.utils::Timer/_timerDispatch()

    at flash.utils::Timer/tick()

    Help is apprecaited

    Some parts of this section may be useful:

    http://forums.Adobe.com/message/4359474

  • Private attributes &amp; errors in class definition property

    I'll implement the functions in a document class file, and then from there I'm going to call this function from a movieclip in flash.  For some reason, maybe I have set up many things, but he gives me errors like below:

    Line 37 1013: attribute private may be used only on class property definitions.

    What I do wrong here and is there something I don't understand?
    Here is my as code.
    modal. ACE >
    package {
    
         import flash.display.*;
    
         import flash.events.Event;
         import flash.events.MouseEvent;
         import flash.display.*;
         import flash.events.*;
         import flash.net.URLRequest;
    
         public class modal extends MovieClip {
              
              public function modal() {
    
         private var currentlyShowing:MovieClip=null;
    
              public function showModalContent(clip:MovieClip):void {
                   if (currentlyShowing!=null) {
                        removeChild(currentlyShowing);
                   }
                   currentlyShowing=clip;
                   addChild(currentlyShowing);
              }
    
              public function removeModalContent():void {
                   if (currentlyShowing!=null) {
                        removeChild(currentlyShowing);
                        currentlyShowing=null;
                   }
    
              }
              }
         
    
    
         }
    
    }
    
    And here is my code which is on the timeline:
    slideshowimages_mc.one_mc.addEventListener(MouseEvent.CLICK, oneClick);
    
    function oneClick(event:MouseEvent):void {
         var bigimagebg_mc=new mc_bigimagebg  ;
         showModalContent(bigimagebg_mc);
         bigimagebg_mc.x=200;
         bigimagebg_mc.y=170;
    }
    
     
    

    UNNEST all named functions and this variable:

    package {}

    import flash.display. *;

    import flash.events.Event;
    import flash.events.MouseEvent;
    import flash.display. *;
    import flash.events. *;
    import flash.net.URLRequest;

    modal/public class extends MovieClip {}

    private var currentlyShowing:MovieClip = null;

    public void modal() {}

    }

    public void showModalContent(clip:MovieClip):void {}
    If (currentlyShowing! = null) {}
    removeChild (currentlyShowing);
    }
    currentlyShowing = clip;
    addChild (currentlyShowing);
    }

    public function removeModalContent (): void {}
    If (currentlyShowing! = null) {}
    removeChild (currentlyShowing);
    currentlyShowing = null;
    }

    }
    }

    }

  • DRM Global prop node listed is not in the category for the lower level nodes

    Hello

    I created a global node property in a category as "derivative" and "overridable", and it seems to work fine in all groups of "alternate" and "alternate" hierarchies hierarchies.

    However, in the hierarchy of the HAND of the application of DRM, this same property of global node shows only in this category at the level of the SUPERIOR node. It does not appear in the category at any level lower node in the hierarchy of the HAND.

    Can someone help me with the problem? I need this global property to appear throughout the application of DRM in the hierarchy/Versions all groups/hierarchies/nodes

    Thank you!

    Hello

    See the definition of the property for the property assigned to the hierarchy node Type hierarchylevel property * and see if any node under evaluation there do not include property that you created in its definition of node type.

    If there are all these types of nodes, then you must include your property by visiting this particular node type.

    Thank you

    Denzz

  • 11.1.1.2 to 11.1.2 DRM Migration Options and possibilities

    Hi all.

    seeing as DRM 11.1.1.x happens at the end of the cycle in July this year wee must examine the possibility to 11.1.2.

    In this context we are 11.1.1.x on SQLserver2000, but we must align with our policy of general infrastructure deployment and use our Oracle RAC for the back-end DRM database.

    I have been Googling but found preciously little on DRM for migration from one version to another.

    If anyone has experience with this I would appreciate any pointers to documentation, or tips and tricks that might be useful in the definition of this migration.

    Currently our imports, exports and validations defined DRM and in addition we use the API in bespoke solutions to power a Datagrid in consistency on the fly.

    I am mainly looking for my imports, exports and val/audits across safely.

    You should be able to use the console to perform the migration. At the bottom of the "configuration"tab there is an option that says "Repository Wizard". It will guide you through all the steps where you can specify directories source and target for automatic migration of the entire application (all the metadata as the export users, property definitions, validations, etc and all of the data).

    The most important thing to move towards 11.1.2 is the deployment of Web services on the server weblogic with the services of the Foundation. It creates more of the administrative burden and the need to have technology skills on the team to support.

    All the best!

Maybe you are looking for