Data object editor totally empty?

Hello,
For some reason the Data object editor is totally empty when I try to edit an existing table or view.
I double click on the table name -> the editor opens but without any contents. Just an empty gray space.
This "feature" showed up a few days ago.
What to do??
Any help is highly appreciated.
Owb client 10.2.0.1.31
Owb repository 10.2.0.1.0
Both client and repository reside on a wm virtual machine with windows server 2003 R2.
Note! This seems to be client broblem since if I connect to the repository using OWB that is installed on my laptop, the editor seems to work fine.

Hi all,
And thanks for suggestions.
I tried clicking all possible options like "Arrange all", "Fit in window" and "Auto layout". No effect.
Finally I selected "Birds eye view" (that was deselected).
At that moment all the sections (explorer, configuration, palette, Bird's eye view, canvas and details) showed up... very strange.
But at the moment my problem seems to be gone.
Thanks to all of you.
Best regards,
Antero

Similar Messages

  • Can't open the Data Object Editor

    Hi everybody,
    I'm new to the OWB. Currently using the 11.2.0.1 version. Working with it is fine - but I got a major problem. I'm not able to start the Data Object Editor. I click open/new but nothing. The view doesn't change. What am I doing wrong?
    Help would be very appreciated.

    Hi everybody,
    I wanted to add some tips for newbies (like me). Yesterday I was setting up a mapping. I dropped a Joiner-Operator and weren't able to set the joiner options. If you search for a solution - in 99% the answer is Mapping Editor. But since the 11gr2 there is no editor. You just open the "Property Inspector" (under the view menu) - click on the operator (or table or ...) and there you got all the things you need. I hope this will help some of you.
    bye
    Edited by: Backlit on 20.05.2011 07:00

  • OWB10g - How to create MV with Data Object editor?

    I have been an ORACLE developer for few years now and I am feeling quite silly asking this question but please bear with me as I am using OWB for the very first time.
    I want to create a simple MV in my target WH with detailed data residing on a separate data source ORACLE server.
    Source
    Module: BILLING_MODULE
    SID: BILLING
    Schema: BIL
    Table: BRT_UTX
    Target
    Module: AGGREGATE_MODULE
    SID: SUMMARY
    Schema: AGGREGATE
    MV: MV_CALL_DURATION
    MV Query:
    select
    call_date,
    sum(call_duration) call_duration
    from BRT_UTX
    where call_date=trunc(sysdate-1);
    I have already done the following in the Designer:
    1. Added source module (imported BRT_UTX table)
    2. Added target module
    3. Add new MV: MV_CALL_DURATION
    Now when I click on the 'Data Viewer' tab and hit 'Execute Query' I am getting the ORA-00942: table or view does not exist' error
    What am I doing wrong?

    Hi
    SO the objects in OWB are just like offline designs...some may reside in a system identified by the location others may just be a design. Existing objects can be imported and new objects (such as your MV) can be deployed. You have not deployed your MV so it does not exist in the database..and hence the data viewer throws a table or view not found error.
    The MV object in OWB basically has a type your SQL in here approach with some properties for some of the additional aspects of the MV. OWB mappings have much richer description and it is possible to capture the design of an MV in a mapping. Might be worth have a quick look at these posts to see how maps are constructed reflecting on the SQL if you will build mappings;
    part 1: http://blogs.oracle.com/warehousebuilder/2007/06/sql_and_owb_accelerated_map_co_1.html
    part 2: http://blogs.oracle.com/warehousebuilder/2007/08/sql_and_owb_accelerated_map_co.html
    Cheers
    David

  • Why is data object completely emptied by XSLT on Output Data Association?

    I have an activity in a BPM 11g workflow that invokes a DbAdapter that does a Select, which may not return any rows in the normal course of processing.  My Data Associations for the Output uses an XSLT to map the returned values into one of my process data objects, accounting for the fact they could be empty because no row was found.
    The problem: While I only mapped one column from the results of the Select into my data object using an XSLT, when no row is returned, all other values are removed from my data object.  I need those to remain intact in the data object.
    Why is that?  How can I prevent that from happening?
    More details...
    Here is a snippet of my XSLT used to grab the result of the Select into my data object.  Notice it only maps docId, does not include totalEarnings or bW2IsAttached.
    <xsl:template match="/">
      <ns1:InterfaceTable>
        <xsl:if test='/ns0:AccountingDataCollection/ns0:AccountingData/ns0:docId != ""'>
          <ns1:docId>
            <xsl:value-of select="/ns0:AccountingDataCollection/ns0:AccountingData/ns0:docId"/>
          </ns1:docId>
        </xsl:if>
      </ns1:InterfaceTable>
    </xsl:template>
    Here's my process data object contents before the DbAdapter activity runs the Select.  Notice it includes docId, totalEarnings and bW2IsAttached.
    <?xml version="1.0" encoding="UTF-8" ?><MyTestData xmlns="http://xmlns.oracle.com/bpm/bpmobject/Data/MyTestData">
       <docId>123456</docId>
       <totalEarnings>100.0</totalEarnings>
       <bW2IsAttached>false</bW2IsAttached>
    </MyTestData>
    Now after the Select runs, and no row is found (which can happen), I end up with this empty data object:
    <?xml version="1.0" encoding="UTF-8" ?><MyTestData xmlns:ns1="http://xmlns.oracle.com/bpm/bpmobject/Data/MyTestData" xmlns="http://xmlns.oracle.com/bpm/bpmobject/Data/MyTestData"/>
    I need the totalEarnings and bW2IsAttached fields to remain in the data object.  How can I do that?

    I tried using the data object as a second data source to map the values back to themselves, but that did not work for some unknown reason.  Perhaps I'll try that again.
    The only reason I'm using an XSLT is to handle the case of no row returned from the DB Select.  So if there is another way to check that, this would be fine.  How can I check using an exclusive gateway for a row returned?  I just tried to create this setup, but the data object containing the row read from the service activity is not available in the gateway for checking.  This would be the ideal solution if you could tell me how to access the data object holding the result of the Select in the gateway.  Thanks!

  • Data Object Fields on MI Client 7.1: Null value instead of empty value

    Hi,
    We are migrating an application from Mobile 7.0 to 7.1 and we don´t know if our Data Objects are missing some configuration, but when a field is sent to MI Client with empty (blank) value, we get this field in the application with a null value instead of an empty value.
    This same application works fine in Mobile 7.0 and when a field with empty value is sent to MI Client, a empty value is get by the application.
    Has anyone any idea?
    Thanks.

    Hi,
    SAP has solved the issue. They told us to add the following parameter in defaults.properties:
    com.sap.tc.mobile.bc.string.trim=false
    Thanks.

  • Regarding Goto- Display data object- Structure editor

    While debugging:
    did anyone found an option
    Goto->Display data object->Structure editor 
    as this is present in 4.6c but i dint find in 4.7
    right now i am only download the content of internal table

    you should give a name to your elements in TYPE definition, so that you are able to distinguish fields having the same name
    if you have several elements with same definition, they will contain fields having the same name

  • How to Include Warnings/Error messages in Return Service Data Object

    Hello All,
    I am using Jdeveloper 11.1.1.3.0, ADF BC. and want to publish Service-Enabled application modules, specifically I want to publish a custome method in the application module as a web service.
    While going through Enable support for Service Interface wizard as explained in developer guide, in step 7 I read this
    >
    7. To expose service information messages such as warnings and exceptions for a custom method or warnings for process operation methods, select Include Warnings in Return Service Data Object. For example, you might want display an informational message when a method returns the total employee compensation and the total is outside of the desired range.
    If Include Warnings is not selected, no informational messages will be returned with the service response. This option is only enabled when the method does not return a view row or a list
    of view rows. When the method returns view rows, the underlying view object determines whether the method supports warnings, as described Section 11.2.4, "How to Service-Enable Individual View Objects." The informational messages (and warnings) are reported as part of the return object. JDeveloper generates appropriate wrappers as the return objects, and the wrappers contain the actual method return and the informational messages.
    >
    I am interested in this part: For example, you might want display an informational message when a method returns the total employee compensation and the total is outside of the desired range.
    To do this, I write a method in the application module
    public Number getEmpSal(Number empId){
            EmployeesViewImpl employeesView1 = this.getEmployeesView1();
            //this is the bind variable setter
            employeesView1.setEmpId(empId);
            employeesView1.executeQuery();
            EmployeesViewRowImpl first = (EmployeesViewRowImpl)employeesView1.first();
           return first!=null ? first.getSalary() : null;
    }and I selected the Include Warnings in Return Service Data Object check box. but how and where can I expose the error or warning message?
    Note:
    I tried to throw an exception in the method
    public Number getEmpSal(Number empId){
            EmployeesViewImpl employeesView1 = this.getEmployeesView1();
            //this is the bind variable setter
            employeesView1.setEmpId(empId);
            employeesView1.executeQuery();
            EmployeesViewRowImpl first = (EmployeesViewRowImpl)employeesView1.first();
            if(first!=null && (first.getSalary()!=null || first.getSalary().compareTo(1000)==1))
                throw new JboException("out of range salary");
             return first!=null ? first.getSalary() : null;
    }and when I test the web service for some employee I get this response:
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
    <env:Header/>
         <env:Body>
              <env:Fault>
                   <faultcode>env:Server</faultcode>
                   <faultstring>out of range salary</faultstring>
                   <detail><tns:ServiceErrorMessage xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/" xmlns:xsi=      "http://www.w3.org/2001/XMLSchema-instance"><tns:code/><tns:message>out of range  salary</tns:message><tns:severity>SEVERITY_ERROR</tns:severity><tns:exceptionClassName>oracle.jbo.JboException</tns:exceptionClassName></tns:ServiceErrorMessage>
                   </detail>
              </env:Fault>
         </env:Body>
    </env:Envelope>but is this the right approach or there is another place to show error/warning messages?
    Edited by: Mohammad Jabr on Apr 16, 2012 1:17 PM

    This is fine if you raise exception from your code. It will be raised as a server fault only.

  • When iCal in Leopard starts, it is totally empty and unusable

    After booting up and starting iCal, it is always totally empty and unusable (none of the buttons work)... There are no calendars, shared calendars, or subscriptions. Quitting and re-opening usually loads as usual and there is no data loss.
    This happened the very first time I upgraded to Leopard (I thought everything was permanently lost) and has been happening since.
    Anyone know what I can do to fix this?

    I had the same problems as many others here and may have stumbled upon an answer.
    I had no problems after installing Leopard, mine just occurred in the last day.
    I deleted the prefs files and it brought my calendars back but when I tried to view my to dos, as soon as the side window opened, it didn't crash the program (i.e. shut it down) but it was useless and I had to quit anway.
    Delete prefs, start again.
    I had a look at the calendars in there to see if this blank "home" and other folder was there and it wasn't. However I did find that a IMAP email account that I use, connected with another organization, was appearing in my list of calendars. I didn't put it there, but it was feeding info to iCal.
    Once I disabled the account in mail, all functionality in iCal was restored.
    Hope this helps.
    Mj

  • Error using Object Editor pattern

    Hi Gurus!!!
    I am creating a composite application using entity services created in Netweaver Developer Studio and UI patterns, in this case the Object Editor pattern. The problem is when I test the Object Editor configuration entering data on it, this shows an error that says "Cannot create" and the data is not saved!! I checked the system log and throws the following line:
    #1.5#02004C4F4F5000690000001900000E4C0004518C574879F5#1215563569010
    #com.sap.caf.ui.utils.wd.ResourceUtils#sap.com/tc~wd~dispwda
    #com.sap.caf.ui.utils.wd.ResourceUtils.String getProperty(String, IWDDeployableObject)
    #msanchez#201##n/a##e61557e04d4a11ddc9d702004c4f4f50
    #SAPEngine_Application_Thread[impl:3]_27
    ##0#0#Warning#1#/Applications/Applications/CAF#Java##
    #Invalid property name specified: "objecteditor.maxtabno"
    [EXCEPTION]
    {0}#1#com.sap.tc.webdynpro.services.sal.config.api.WDInvalidConfigParameterException:
    Parameter 'objecteditor.maxtabno' not found in configuration 'sap.com/caf~UI~ptn~objecteditor/default'.
    I understand it says that there is a parameter that is sent to the configuration but such parameter doesn´t exist on it.
    Please help!!! points guaranteed!!

    Hi, I tested the application using the CAF Runtime Configuration service test and it was an authorization Issue. The entity was set to check permissions. I disabled this in NWDS and it works fine now

  • How to initialize a data object in bpm 11g?

    I created a Business Object with a few attributes,
    then a Process Data Object with the type of the Business Object,
    and tried to use it in Humantask, set it as Editable.
    but I failed editing it when starting the process, it's not editable at all, I don't know why? maybe the Process Data Object is not initialized? or something I missed?
    anyone can help? thanks.

    If you are using ADFBC, the easiest way is
    - drop the data control as ADF form
    - add CreateInsert method binding to the pagedef
    - add an invokeAction for the createInsert with a refresh property set to renderModel so that an empty creation form will be shown on page load
    for insertion
    - Finally, add the commit action as button
    Sireesha

  • Data object error in SCreen painter?

    Hi friends,
                   I want to save the data in a table that is present on the screen when i click save this is my requirement.
    My table name is ZSDF
    work area- DATA:WA_WSST TYPE ZSDF.
    DATA declarations -
    Radiobuttons - data:radiobutton1 TYPE C,
                                  radiobutton2 type c.
    DATA:  WS(35) TYPE C,   " entry present for ws
                RADIO TYPE C,
                X TYPE C.
    PBO
    CAse WA_WSST-WS.
    when '1'.
    radiobutton1 = 'X'.
    when '2'.
    radiobutton2 = 'X'.
    PAI
    CASE SY-UCOMM.
    When 'ZRADIO'.
    if radiobutton1 = 'X'.
    WA_WSST-Radio = '1'.
    WA_WSST-WS = 'option one'.
    elseif radiobutton2 = 'X'.
    WA_WSST-Radio = '2'.
    WA_WSST-WS = 'option two'.
    endif.
    When 'SAVE'.
    WA_WSST-DESCRIPTION = DESCRIPTION.
    WA_WSST-WS = WS.
    WA_WSST-WSNO = WSNO.
    WA_WSST-EMPID = EMPID.
    WA_WSST-REQNO = REQNO.
    insert into ZSDF values WA_WSST.
    Hope you got my code--- in WA_WSST-WS option one or option two has to store according to the choice.
    The ERROR i am getting is
    The data object "WA_WSST" does not have a component called "RADIO".
    Please can you help me is this error..

    Hi,
    Does your table is haveing the field called 'RADIO'?
    If No,  that is the reason it is giving error.Because your work are is having the structure of your table ZSDF.
      WA_WSST-Radio = '2'.
    One more doubt have written the CASE statement code in ABAP editor or directly in flow logic editor.
    IF flow logic editor.Pls. declare  module under PAI and PBO and write code there.
    EX; 
    In Flow logic editor.
    PROCESS BEFORE OUTPUT.
      MODULE init_screen_100.
    PROCESS AFTER INPUT.
      MODULE user_command_0100.
    IN ABAP EDITOR
    MODULE init_screen_100 OUTPUT.
      CLEAR input.
      radio1 = 'X'.
      CLEAR: radio2, radio3.
    ENDMODULE.
    MODULE user_command_0100 INPUT.
      output = input.
      box1 = radio1.
      box2 = radio2.
      box3 = radio3.
      IF exit NE space.
      LEAVE PROGRAM.
    ENDIF.
    ENDMODULE.
    Pls. reward if useful....

  • Data Object to Device Association

    Hi,
    i don't find how realize the association from a Data Object to a Device.
    In the WDY_APPLICATION - Data Orchestration Admin and Monitoring Portal  -> Operations Handbook -> Trigger Extract
    I select my device and in the next page I see the empty list of Data Object instances available for extract.
    How I can do the association?
    Thanks, best regards,
    Alessandro.

    yes.
    In Device Management -> Device Status i see:
    Device has no conflicting DM SWCVs
    No Data Object instances are available to be extracted to the device
    Last sync for the device was done on 19.05.2010 at 17:00:01

  • Data Object - sourceSet

    While following a turorial from pfdScritping I found that the data object "sourceSet" not available in script editor after entering "xfs.", a dropdown menu appears with a list of available objects but does not include sourceSet, can anyone tell me why or what I need to do.

    hi
    any thing
    that is being declared by using
    DATA:
    will occupy memery and caleed data object
    where as if u use TYPES
    it only defines the defination but no memeory is allocated to it
    Cheers
    Snehi

  • MI: the data objects in the SCV dont have the active DOE triggered adapter

    We try to use SDOE_LOAD on MI7.1 to do the initial load.
    However, we get the error:
    "the data objects in the SCV dont have the active DOE triggered adapter."
    We cannot find a fix anywhere.
    Please help. thanks a lot!

    Hi,
    Assuming that you are using 7.1 in non-backward compatibility mode.
    1. The client post the update/delete/insert request to DOE in bound queue.
    2. The DoE post these messages to the BE.
    3. Meanwhile, after posting all the message client starts reading outbound messages in DoE till the outbound queue is empty.
    4. WHILE the client is reading outbound messages in 3. above the BE has validated the update/delete/insert request and posted a confirmation/rejection messages to DoE outbound queue the message will flow down to the client in the same sync cycle.
    However, if it's posted to DoE after the client has finishing syncing with DoE the message will flow down to the client in the next sync.
    So you see it cannot be guaranteed that the ocnfirmation/rehection message will flow down to the client in the same sync cycle.It may or may not happen.
    I hope this clarifies.
    Best Regards,
    Amit

  • Unfortunate Drawback in Flash Date Object

    I dont understand for what particular reason there is no way
    to create a Date Object that represents particular TimeZone other
    then I am in.(it seems that it is done intentionally)
    for example I would like to create a date Object that says 3
    pm EST
    and assuming that this code is run from 7 different
    timezones,
    so if user from PST timezone runs the code, new Date line
    will generate date object with UTC offset set to PST, and its
    readonly so cant be changed ... hhhmmm why ???
    this is (hate to say) insane, how can you construct date and
    give a different UTC offset other than timezone user executing the
    code is in.

    the silence is deafening on this issue.
    1. flex doesn't allow the user to set the timezone, it is hard-coded to read the system setting
    2. all flex date related controls (formatter, date picker, etc) are hard-code to use the non-UTC values
    3. the Date class is marked final, preventing any type of work-around
    4. The Date does not contain contain timezone/offset as was originally entered - it only has the relative offset based on the system timezone of the user who is currently looking at the date.
    if any one of these four things was changed it would instantly allow us to deal with dates across timezones.  it seems hard to believe that every one of these possible work-arounds was intentionally blocked by the flex team.  is there some other solution, or is this just covering up some deficiency of the flex framework?
    it's a a total buzz-kill if you have an app where people travel across timezones, or there are people in multiple timezones syncing.  it's is pretty much impossible to show the correct dates easily - flex assumes you always want to display all dates in the local users's timezone.
    what is the "correct" way to handle this - always store dates as two fields, one for the date, another for the timezone?  then use UTC for everything..?  and override all Flex date controls..?  i don't get it, am i missing something?

Maybe you are looking for

  • AMSD Apple Mobile Device service fails to start

    I use an iPhone 4 without problems until recently. Apple Mobile Device Service is set to Automatic under Startup Type. When I click start I get the message that the service started and then stopped. This happens randomly, requires restarting computer

  • PMW (Payment Medium Workbench) and needs to send Payment Advises to Vendor

    Hi SAP Gurus, We are using PMW (Payment Medium Workbench) and our client needs to send Payment Advises through mail. After running F110 system should trigger mail to vendor for payment advise. We have created one DME format and it's working fine.  DM

  • Language problem with aperture

    Hi all, I am new in aperture. After installing the software (downloaded from appstore), the software is in english except keywords. All the standard keywords proposed by aperture are in french. I removed the software, and even deleted preferences fil

  • WLC Version 7.0.250.0 Problems

    I just wanted to warn that I have had serious problems with version 7.0.250.0 and have had to roll back to 7.0.240.0 on all controllers. Initial testing on a WiSM v1 seemed ok (an upgrade fron 7.0.235.3). Still have one WISM controller working fine o

  • Calling application's URL from Notes Portlet

    Hello, We have been able to successfully configure Lotus Notes- External Application Portlet using JPDK. Now, we are creating a link on this Notes portlet that will take the user to the corresponding external application. For this, we have called a s