BAM: Data objects cannot be edited while they are in use.

Hi all,
When I try to edit the layout of an data object I'm getting the error: BAM-04003: Data objects cannot be edited while they are in use.
I have the Active Viewer and Studio closed.
How can I do this?
Thank you in advance.
Kind regards,
CD
Note: Oracle BAM version: 11.1.1.3

Plans are not supported in 11g. Look if there are any alerts are defined on the data object that you are trying to edit.
Go to BAM Architect - Alerts page
or Go to BAM ACtiveStudio - Alerts tab.

Similar Messages

  • BAM-04003: Data objects cannot be edited while they are in use.

    This message is shown when, while Active Studio is opened, I open Architect and I try to edit a data object layout.
    So I close both, do logout and try again, this time only with the Architect open, but the message is shown again.
    Why this occur? What to do to solve this "bug"?
    Thanks.
    Luciano Gomes

    Problem solved!
    It was not a "bug". I'd created an alert and it was activated. This blocks the data objects editing.
    Deactivated the alert, I can edit normally.
    Luciano Gomes

  • The selected objects cannot be joined as they are invalid objects,( Compound paths, closed paths, Text Objects, Graphs, Live Paint group). You can use Join command to connect two or more paths, paths in groups; ot to close an open path.

    Hi I was trying to join two Ractangle Tool objects but getting this type of Error in illustrator cs6 :-
    The selected objects cannot be joined as they are invalid objects,( Compound paths, closed paths, Text Objects, Graphs, Live Paint group).
    You can use Join command to connect two or more paths, paths in groups; ot to close an open path.
    Please assist me asap.

    Yes, I know this is an old post, but I’m trying to clean them up. Did you solve this problem, if so what was the solution?
    This sound like a firewall issue. I would start by disabling the firewall and seeing if you can connect. If this works then you know where the problem is,
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • How do I connect to computers that are being used in the lab, but have no address listed on the "all computers" screen and say "off line" while they are being used?

    Thanks for any help I can get.  I'm the new guy here at school, and did not set up the system, so I'm not familiar with any of the individual steps for correcting problems.  My question is listed in the window up top.
    Jim

    Thanks for the response. I tried to find out what you asked.  For example:
    1. Computer #35 is listed on the "all computers" screen but says "access denied", "not authorized",  right click for " get info" has no administrators listed, and I don't know how to add my computer as one.
    2.  "Scanner" screen # 35 is not listed either in "Bonjour", or "Local Network" (ethernet interface)
    3.  "Scanner 2" screen - same.
    4.  "Scanner 3" screen - same.
    5.  "Computer Lab" screen #35 is listed, but says "off line", "access denied"
    I hope this gives us somewhere to start and go from there.  Thanks. 
    Jim

  • How to send data to bam data object through java code

    how to send data to bam data object through java code

    I've made a suggestion in other thread: https://forums.oracle.com/thread/2560276
    You can invoke BAM Webservices (Using Oracle BAM Web Services) or use JMS integration using Enterprise Message Sources (http://docs.oracle.com/cd/E17904_01/integration.1111/e10224/bam_ent_msg_sources.htm)
    Regards
    Luis Fernando Heckler

  • Populate BAM data object through adf form.

    I want to populate a BAM data object using adf form as we do in case of database table by creating a data control. How to do this?

    Hi Simanta
    1. I am seeing lot of posts from you regarding this Java to BAM Data Objects integration.
    2. What exactly are you trying to do. Dataobjects are very tightly coupled with actual Database component that is used to create that like Table or View etc.
    3. Best way is. Create a data object. Export that DataObject using "icommand". See docs for this command usage.It generate a pure .XML file with all the details like DataObject name, external referenced Database details (datasource name), external Table or View details. Then mapping for EACH column on this object and that database stuff. Just see the xml file, Its pretty straight forward. When you Export Reports also, it creates an XML File exactly like this only but with more details like all column Formatting information etc etc. Export one Report also and see that xml 4. file.
    4. Both above XML Files are stored in ORABAM Schema. Tables of interest are :SysIterDataset, SysIterParameter, SysIterParameterValue, SysIterReport etc.
    5. Oracle do NOT expose any Public APIs to handle above stuff. But if you really really want, you can always manipulate XML content and reload to those columns any time. Need to add few query parameters to get exact row like ReportId, or DataObject Id which are just PKs etc.
    Still, I am curious why and what is the usecase where you want to do all this from Java code. Because DataObject is a one time thing. And note that it is used in Report. So if you modify data object like remove a column, then Report will die.
    By the way, all the WebServices exposed may be for ReadOnly purposes. I am not sure if you have services to modify them.
    Thanks
    Ravi Jegga

  • Can we create a BAM data Object from two tables

    Hi ,
    I want to pull the data from two tables and create a BAM data object, Is it possible in BAM?
    Do the needful
    Regards,
    Francis

    The sample way is using AQ on database. You can create a database view to join the tables. And create AQ on the view, create a ems to listen on the queue.

  • Integrate database view to BAM data object

    Is it possible to map database view to BAM data object?

    it is done.it is similar as mapping external table to BAM 11g.

  • API0259: The object cannot be edited in Read-Only mode!

    All,
    I'm getting the following error when trying to import an MDL file into my repository:
    API0259: The object cannot be edited in Read-Only mode!
    Does anyone know what this relates to?

    Hmmmm, sounds like it is hanging up on a conflict with the configuration name from your source repository and the configuration names in your target. Not sure that I have time to try and replicate that on my own system today.
    What I might suggest you try is to, on your source, set the project configuration back to the standard "DEFAULT_CONFIGURATION", get your module configured to use it, and re-export the mapping. Then you can fix your configuration back to where it should be.
    Do the same re-configuration on the target prior to import and see if that resolves the problem.
    Now, clearly this is not optimal and it would be really nice to find out WHY the conflict is occurring, but it would at least get this mapping imported for now.
    Mike
    And Vader, it is not that I don't have full faith that Oracle always raises the correct error message for a problem..... but, well, I've USED Oracle for too many years not to consider the possibility.
    Case in point in OWB, try putting an invalid value into the OWB-supplied WB_Date_From_Julian function
    e.g. select WB_Date_From_Julian(-1) from dual;
    10:55:12 Error: ORA-21000: error number argument to raise_application_error of -1854 is out of range
    ORA-06512: at "OWB_MGR.WB_DATE_FROM_JULIAN", line 7
    because some bright puppy at Oracle decided to try and raise an Oracle Built-in Error via raise_application_error instead of just using "raise", and - of course - the Oracle error code isn't within the allowable range.
    Error messages are nice, but you can't always trust 'em - which is why I look to expanded possibilities when neccessary.

  • Data Object cannot be opened / accessed error - help required

    I am running a CR 2008 and have a report set against a SQL view linked via a ODBC link. The view however has been updated and now includes an extra field, which I need to add into my report.
    When I use the Set Database Location to update the link I get an error message advising "Data Object cannot be opened/accessed". I click OK to this and then get a further error "Unknown Database Connector Error".
    Also, when I go to refresh the report I get this error "The database table "..." cannot be found. Proceed to remove this table from the report?" - if I click no the report refreshes correctly anyway, so it must be able to connect.
    I have also tried refreshing the fields in field explorer too, but the extra field doesnt appear.
    Any help would be gratefully received.

    I can connect to the view via a new blank report and the missing field appears. However when I go to verify database it says the database cannot be found. It asks me if I want to remove it from the report, I select No then it tells me the database is uptodate.
    Via the set database location it gives me the error in the initial post.
    I think I have a workaround in that if I add a new database table to the same sql view the extra field is in there - so I will manually have to go though the report and change each formula, running total, group, and record selection from the original to the new table, then remove the old table.
    Frustrating but it does appear to work.

  • BAM data object lookup fields for real-time data

    I have two tables T1 and T2 and associated data objects DO1 and DO2. T2 has two columns EventId and AgencyId which form composite primary key. I am creating an Updating Ordered List Report to show data from boths tables T1 and T2. How will I use Data objects lookup to achieve this. Is this possible, as the data feed will be real-time and I don't know whether T1 or T2 data will arrive earlier. I need to show all data in T1 and relevant Status column data from T2 based on EventId and AgencyId. Please suggest if datalookup fields will help achieve my use case in real-time scenario.
    Thanks

    Is there a working example of how the Lookup fields work for BAM data objects.
    Thanks

  • Why can't I no longer watch movies from iTunes while they are downloading?

    Why can't I no longer watch movies from iTunes while they are downloading?

    Videos and movies purchased from the iTunes Store are by demand of the content owners copy protected and cannot be edited, regardless of what the software is you attempt to use. There is nothing anyone here can do to help you with that. If you need to be able to edit videos, you'll need to purchase and import the DVD - such importing is despite the content owners' efforts still legal for class use (as with any copyright issue, confirm fair use issues with your district's legal office) though we can't discuss methods here - which you'll then be able to edit.
    Regards.

  • [Microsoft][SQL Server Native Client 11.0][SQL Server]The text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator.  'Items' (OITM) (OITM)

    Dear Experts,
    i am getting the below error when i was giving * (Star) to view all the items in DB
    [Microsoft][SQL Server Native Client 11.0][SQL Server]The text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator.  'Items' (OITM) (OITM)
    As i was searching individually it is working fine
    can any one help me how to find this..
    Regards,
    Meghanath.S

    Dear Nithi Anandham,
    i am not having any query while finding all the items in item master data i am giving find mode and in item code i was trying to type *(Star) and enter while typing enter the above issue i was facing..
    Regards,
    Meghanath

  • Error in SQL Query The text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator. for the query

    hi Experts,
    while running SQL Query i am getting an error as
    The text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator. for the query
    select  T1. Dscription,T1.docEntry,T1.Quantity,T1.Price ,
    T2.LineText
    from OQUT T0  INNER JOIN QUT1 T1 ON T0.DocEntry = T1.DocEntry INNER JOIN
    QUT10 T2 ON T1.DocEntry = T2.DocEntry where T1.DocEntry='590'
    group by  T1. Dscription,T1.docEntry,T1.Quantity,T1.Price
    ,T2.LineText
    how to resolve the issue

    Dear Meghanath,
    Please use the following query, Hope your purpose will serve.
    select  T1. Dscription,T1.docEntry,T1.Quantity,T1.Price ,
    CAST(T2.LineText as nvarchar (MAX))[LineText]
    from OQUT T0  INNER JOIN QUT1 T1 ON T0.DocEntry = T1.DocEntry LEFT OUTER JOIN
    QUT10 T2 ON T1.DocEntry = T2.DocEntry --where T1.DocEntry='590'
    group by  T1. Dscription,T1.docEntry,T1.Quantity,T1.Price
    ,CAST(T2.LineText as nvarchar (MAX))
    Regards,
    Amit

  • After reinstallation of Outlook 2010 on my Laptop, Contacts and Calendar did not appeared while they are exist in my iphone 5 by using icloud. What I should do to get Contacts and Calendars in sync with iphone 5? Thank you.

    After reinstallation of Outlook 2010 on my Laptop, Contacts and Calendar did not appeared while they are exist in my iphone 5 by using icloud. What I should do to get Contacts and Calendars in sync with iphone 5?
    Thank you.

    So you have business contacts that were lost... do you not have these on a Database in some shape or form? Sounds like you need to invest in a RAID1 backup setup for your computer so you dont have this issue in the future.
    As for repairing your problem, sounds like you are going to need to start from scratch at this point or if the data is still on your phone look into a program that can take the information from the phone onto iTunes.

Maybe you are looking for