How to get to OMBPlus repository object to synchronize?

HY,

I have a problem after you import an editing a location of a Module database. When I want to deploy the mapping:
VLD1134 - Invalid Location for Operator
And it was OK. The location of the operator (a table) was not good. I guess development team have manually change these data
because I have some where the DbLocation change with the mapping module DbLocation.

Just for information:
I try to change with OMBPlus, DB_Location properties and you can get this error if the DB_Location is not good:
OMB02902: Error setting property DB_LOCATION of TableOperatorName: 
MMM1064: Value DbLocationValue not valid in domain DB_LOCATION2.
It is a strange message but this means that the DbLocationValue is not good.

Here is my statement to change the properties of the TABLE_OPERATOR DB_LOCATION:
OMB+> OMBALTER MAPPING 'MappingName' MODIFY OPERATOR 'TableOperatorName' 
SET PROPERTIES (DB_LOCATION) VALUES ('DbLocationName')
This work is very large.

My problem is that I want to automate the process and I want to retrieve the DBLocationName from the the original table workspace module.
So I need to find the object repository of table which is linked with scoreboard operator.

You can do it when you configure the mapping and you go to the screen for operator table, Owb, let's you to choose this choice 'use the Module Configuration'
! http://LH4.ggpht.com/gerardnico/SNO1Rp9GsWI/AAAAAAAAARY/QD5hfFXOBhA/owb_ConfigurationTableOperatorProperties.jpg!

I am now looking for a long time and I cannot find this information in the TABLE_OPERATOR, properties of the OPERATOR:
[http://blogs.oracle.com/warehousebuilder/gems/modelbody.html#TABLE_OPERATOR]

You only have the name linked, but not the full pathname (for example: / ProjectName/ModuleName/TableName). You have easy information in Owb when you synchronize the operator and the workspace element.
! http://lh5.ggpht.com/gerardnico/SNO1Rn-3OnI/AAAAAAAAARg/PTsuqyDM5eQ/s640/Owb_RepositoryObjectWhichToSynchronize.jpg!

I am also looking in the schema repository, but I can't find a table that can help me.

So, my question. How can I get the full path to an object in the workspace of an operator with OMBPlus?
! http://LH3.ggpht.com/gerardnico/SNO1RcPe_fI/AAAAAAAAARQ/CAXoJVazy38/owb_boundlocation.jpg!

Thanks to the player and
Thanks to the team of the OWB Blog I read with pleasure.

Published by: user9974785 on September 19, 2008 17:46

Hello
Use this command
OMBRETRIEVE MAPPING 'MAP_NAME' OPERATOR 'TABLE_OP_NAME' GET BOUND_OBJECT

Kind regards
Oleg

Tags: Business Intelligence

Similar Questions

  • JavaScript how to get / change the field (object) TYPE (no access or mandatory)?

    Hello

    I would like to change or at least to get the TYPE of a field/object field

    Reason: I have a function in my script object that needs some things if the given parameter is a text field or button

    {myFunction (Object)}

    If (type is button)...

    ClassName is relative to any use. He always comes = field

    Could someone provide a code please?

    Hello

    This script could help show how to get the type of field.  I'm reasonably show that he originally site of Stefan Cameron, http://forms.stefcameron.com/, but can not find it now.  Basically if you have a 'field' then ui.oneOfChild.className will give you the type of field.

    I don't think you'll have a chance to change the field type.  I think that you need to have all the field types you want on the form and that they are visible when necessary.

    function listAllFields (node)
    {
    If (node.className == 'exclGroup' | node.className == "subform" | node.className == 'subformSet' | node.className == 'region')
    {
    for (var i = 0; i)< node.nodes.length;="">
    {
    If (node.name! = "ErrorIconSubform")
    {
    childNode var = node.nodes.item (i);
    listAllFields (childNode);
    }
    }
    }
    Else if (node.className == "field")
    {
    Switch (node.ui.oneOfChild.className)
    {
    case "button":
    Console.println ("button:" + node.somExpression);
    break;

    case "checkButton":
    If (node.parent.className is "exclGroup")
    Console.println ("RadioButtonList:" + node.somExpression);
    on the other
    Console.println ("checkbox:" + node.somExpression);
    break;

    case "choiceList":
    var oUITypeNode = node.ui.resolveNode ("#choiceList");
    If (oUITypeNode.open is "userControl")
    Console.println ("DropDownList:" + node.somExpression);
    on the other
    Console.println ("ListBox:" + node.somExpression);
    break;
      
    case "dateTimeEdit":
    Console.println ("DateTime:" + node.somExpression);
    break;

    case "imageEdit":
    Console.println ("Image:" + node.somExpression);
    break;

    case "numericEdit":
    Console.println ("digital:" + node.somExpression);
    break;

    case "passwordEdit":
    Console.println ("password:" + node.somExpression);
    break;

    case "textEdit":
    Console.println ("Text:" + node.somExpression);
    break;

    case "signature":
    Console.println ("Signature:" + node.somExpression);
    break;

    case 'barcode ':
    Console.println ("bar code:" + node.somExpression);
    break;

    by default:
    unknown field type
    break;
    }
    }
    }

  • How to get MouseEvent.target InstanceName/object

    Hello friends,

    See I had three MovieClips

    mcPlanet

    mcPlanetOuter

    mcPlanetInner

    They are as follows

    mcPlanet

    -> instance of mcPlanetOuter: PlanetEarthOuter_mc

    -> instance of mcPlanetInner: PlanetEarthInner_mc

    -> PlanetInner_txt (dynamic Textfield instance)

    instance of mcPlanet: PlanetEarth_mc.buttonMode = true

    So, if I move mcPlanet both mcPlanetOuter and mcPlanetInner and PlanetInner_txt (mcPlanetInner) should be propotionately, because each of them is under mcPlanet

    I put the target of event like this,

    PlanetEarth_mc.addEventListener (MouseEvent.MOUSE_DOWN, startMoving);


    function startMoving(EventReceived:MouseEvent):void {}
    EventReceived.target.startDrag ();

    }

    When the mouse is down on PlanetEarth_mc, only PlanetEarthOuter_mc starts to move, leaving existing PlanetEarthInner_mc and PlanetInner_txt in the same place.

    I want to call the parent of the target, i.e. I want to spend PlanetEarth_mc.

    In addition,

    EventReceived.target.parent.startDrag ();   Gives the error.

    Please tell me how can I get that receipts object MouseEvent

    I hope you understand that. Please help me. This is my first post.

    Thank you

    Vincent.

    Try using currentTarget instead of the target.

    If you draw the target, you will see that it shows something different than what shows currentTarget, and changes that you hover over the movieclip.  currentTarget seizes the object with the event attached to her listener.

  • How to get all kinds of objects in bulk API 2.0?

    Hi all

    I'm working to integrate with 2.0 API in bulk to get the data of all objects. In the document, I find that the Contacts, accounts, the CustomObjects and the activities are the main types of objects.

    But I don't know if they are all or only a part of the objects.

    So, could you please show me where I could get the type for all objects list?

    I do coding work soon, so any suggestion should.

    Thank you

    Biao

    Hi Biao,

    I don't think that there is a specification of reference available easy object. For now, you will have to do with the current documentation. Perhaps a representative Eloqua can take a glimpse into the present.

    EDIT: Perhaps the w spec can help: Eloqua bulk API reference Documentation (change the URL if you are on a different pod)

  • How to get to Lightroom to start the synchronization again of the Mac desktop application?

    Lightroom stopped syncing my iPhone and iPad two days ago. After you add about 15 photos to a folder sync they would still show the synchronization in the desktop application after more than two days (3 points under the arrow on the way into the upper right corner of the thumbnail). When I go to view on the Web that are not in the web view so I'm almost certain that the pictures do not out of office. If create a new synchronization would be the folder on the desktop, the file syncs on IOS devices, but none of the photos in the folder are synchronized.

    I tried but doesn't work:

    • Create new folders and synchronize them
    • Put "Link with Lighrtoom Mobile" / off voltage
    • Identify yourself or/preferences
    • Lightroom (which displays a message that phots are syncin) to exit and restart
    • Restart the Mac.
    • Remove and reinstall Lightroom

    I'm on OSX 10,9.3.

    Thanks for any help.

    Steve

    Hi Guido,

    Last night after I posted my question, I found another thread where you said to delete sync.lrdata. I did and that fixed my problem.

    On Mac, it's to /Users/Library/Caches/Adobe/Lightroom/Sync Data / Sync.lrdata

    I spent a lot of time on this hunt. I would like to know as it's much more accessible from the main page of the help.

    Thank you

    Steve

  • FileConnection, FilePicker... How to get a file object?

    Hello

    I'm working right now during the xml serialization, I use JDOM as a buildpath, and I need a file object to buy...

    Here is my code to write my xml to the device file

    FileOutputStream fluxFichierOut = new FileOutputStream (File.FILESYSTEM_PATRIOT, "TempFiches.xml");

    Then I can use FileConnection, maybe FilePicker, but I don't know how to get a simple file object

    I read about the security of blackberry and I should first ask question is: is my eventual request?

    Thank you for making a response!

    File.FILESYSTEM_PATRIOT applies only to the based iDEN of the BlackBerry Smartphones, which are very old. To target current BlackBerry Smartphones use the approach described here to store your files.

    Storing files in the file system

    http://docs.BlackBerry.com/en/developers/deliverables/29299/Storing_files_in_the_file_system_1554343...

  • When you try to upgrade to photos in app store I get this message "the object you requested is not available in the store US." does anyone else have this problem or can you tell me how to find pictures in the app store

    "When you try to upgrade to photos in app store I get this message"the object you requested is not available in the store US."does anyone else have this problem or can you tell me how to find pictures in the app store" someone else meets this.  Is it me or is it pictures?

    Ever photos first? It should have been included when you first update of Yosemite and now El Capitan. I know that iPhotos updates get a message like that, but I didn't know the Photos app with a message with it.

    Update to iPhoto to Photos for OS X - Apple support

  • How to get the targeted object

    can you tell, how to get the object currently targeted in a class

    for example, if I use the labelfield that has his focus, how to get and make changes to the text of labelfield

    I hope that you can get that I tried 2 say

    Thank you

    Not in a class, screen...

    Features screen with a method called getFieldWithFocus...

    Check it out...

    See you soon...

  • extend ListField, how to get a valid result of getSelectedIndex inside the method object?

    Hi all

    I have replace the method object to extend ListField to create my own color ListField.

    I need to avoid the double drawRow between the method object

    and the drawFocus() method.

    inside the method object, I always get the 'bad' selectedIndex (previous)

    (or rectangular previous on getFocusRect()).

    my questions are:

    1. how to get current selectedIndex (or FocusRect) inside the method object when we extend ListField?

    2. is there any other method called before object, the method which returns SelectedIndex valid?

    3. how to avoid the double drawing between object and drawFocus()?

    Thank you.

    If everything you do is add your own color, and then you can do this by using a fillRect in the drawListRow method.  In there.  I have the code that did this, but only for lines not targeted, as it detects with:

    If (listField.getSelectedIndex ()! = index) {}

    //

    }

  • How to get the XML from the Request of Java object before sending. SOAP Web services

    I'm building Java request to Online Web Services and we'll call it application A . I got the WSDL forms the second part of the file in order to communicate with their application and we'll call it application B .

    Of the WSDL file generate the Java required classes that are Requests and Responses . classes Application A will send some request object after setting the parameters required and with the exception of response object of application B .

    The connection is established and the two applications A and B communicate with each other.

    Question:

    Of application A How can I get the xml data (or text file) for the request object before sending it to application B ?

    As described the connection is passing Java object such as request and I know that in some point this request will be converted to xml file. How to get it?

    -EDIT-

    Missing important information which can be confusing.

    I'm generated the Java rating were generated using the Axis framework

    The problem is solved by, add the following statements in the bindingStub class that was automatically generated from the WSDL file to the web-services you are trying to access.

       String request = _call.getMessageContext().getRequestMessage().getSOAPPartAsString(); 
     String response = _call.getMessageContext().getResponseMessage().getSOAPPartAsString();
    

    These statements should be placed after the following method call _call.invoke otherwise you will get NullPointerException .

    _callis a variable of type org.apache.axis.client.Cal and it is automatically generated byAxis

  • The knife tool develops a black line on the objects that I colored using the live paint bucket. How to get the tool knife to stop this and instead of being invisible?

    The knife tool develops a black line on the objects that I colored using the live paint bucket. How to get the tool knife to stop this and instead of being invisible?

    I understand that it is a live paint object you use.

    Try this:

  • How to convert ManagedObjectReference specified object type (for example, Indexderecherche) and how to get the HostSystem object?

    Hello

    I met two problems when you use the SDK for JAVA,: (, so I come back here for help.)

    1. I use the method getSearchIndex() to get the object of the ServiceContent Indexderecherche , 'Indexderecherche' of ServiceContent property is set as 'com.vmware.vim25.ManagedObjectReference' and 'ManagedObjectReference' is not a subclass named "Indexderecherche", so how do I convert it to class "Indexderecherche" but I can't use the methods defined in the class "Indexderecherche".

    2. I want to retrieve information about my server ESX, and "Guide to programming Web Services SDK vShpere" tells me to do this work by accessing data objects defined for the HostSystem. But I don't know how to get the object "HostSystem.

    Can someone help me? Thanks in advance.

    Its part java java-sdk sample.

    path:

    vijava\src\com\vmware\sample\vi

    classpath:

    com.vmware.sample.vi.ViDiscovery

  • How to get related data element repository products

    How to get products of data element repository using droplets


    Can help on this requirement.


    Thanks in advance.

    Hi, in Jsp, you can use as below:




                        
                             




    ~ Abdelali

  • How to get the values of the shape of the object in the form of process field?

    Hello

    I created the resource object and it has the shape of the object that are associated with him. When the user self praying for this user RO add information in the form object field ho can I get these values as a process?

    How to get the values of the shape of the object in the form of process field?

    Hello

    If you want to map the form field Number in the form of process field go process definition - Data Flow Mapping tab you can add the field map.

    Thank you
    Patricia

  • How to get the cursor to change when rolled on an object?

    does anyone know how to get the cursor to change when rolled onto an object. BTW, I have several objects to apply it.

    Select your object's buttonMode:

    yourobject.buttonMode = true;

Maybe you are looking for

  • How to stop a duplicate email, I have Mozilla?

    This morning, I received an email with attached photos. Now whenever I'm in Thunderbird (Mozilla), e-mail duplicates several times.

  • My Macbook Pro updated the iTunes 12.4.1 on 3 June 2016

    I have've had problems with a temperamental computer since the update of 3 June 2016. I can barely type comments and the computer jumps around one thing to another. I even had the camera lights. What is the iTunes or is it the computer? Leslie

  • 10.6.8 update core 2 duo to El Capitan, is recommended?

    I have mi MBP of 2009 running on 10.6.8 with 2.26 GHz Core 2 Duo, 4 GB of RAM, NVIDIA GeForce 9400 M 256 MB graphics card. I use my macbook for use daily and work (especially PS, I, AE) I've not updated because it worked without problem (some blame h

  • HP envy 7644: how to reset on a desire 7644 e-mail?

    I recently made a new printer because I am trying to set up the printer for scanning purposes, I misunderstood and instead of putting my email... I placed the email of printers and the PIN was sent to an email, that I do not have access, reading mess

  • Only 3 7 table no 'users' or 'Kids mode' option.

    I just bought two Lenovo tab 3 7 "for my children. First thing I tried to do was setup in children mode on them. But could not find the mode button of the child where he was supposed to be, or the option "users" under settings were there. After a whi