BOMM 3.0: ClassCastExeption

Hi,
We have installed BOMM 3.0 and BOE 3.0 (FP1) on a windowsserver 2003 64bit, and with an Oracle 10.2.0.1 32 bit client software.
Our repos (AUDIT,BOMM,CMS) are placed in an Oracle 10.2.0.2 64 bit database (on different schemas) on a Solaris server with Lin OS. This configuration works fine.
Case:
We have set up a relation database metadata integrator against the datawarehouse, wich also lives in an Oracle 10.2.0.2 64 bit database on a Solaris server with LIN OS.
When we try to run this integrator for retriving information (with the owner) from the datawarehouse we got a strange situation. In 80 % of the attempts it fail before any information was retrieved with this message "Unable to retrieve table metadata: java.lang.InterruptedException" and sometimes it completes successfully. In both cases the 'Schedule Status' is set to failed.. How is that possible ?
When it fail - I put the database log level to "All" and got this detailed log:
2008-11-06 09:40:17.155 Beginning to collect data
2008-11-06 09:40:17.187 Executing SQL: SELECT software_module_id,dictionary_id,technical_name,parent_software_module_id,contact_actor_id,technology_maturity_type_cd,name_case,data_case,is_vendor_software,software_version,software_build,business_name,description,annotation FROM MMB_Software_Module ORDER BY software_module_id ASC
2008-11-06 09:40:17.202 Executing SQL: SELECT deployed_software_module_id,is_current_version,batch_status,end_dt,effective_dt,configuration_id,create_actor_id,update_actor_id,checkpoint_id,software_module_id,hardware_unit_id,environment_type_cd,installation_actor_id,software_download_uri_id,associated_repository_id,installation_directory FROM MMB_Deployed_Software_Module WHERE configuration_id=102 AND is_current_version='Y' ORDER BY deployed_software_module_id ASC
2008-11-06 09:40:17.202 Initializing columns for table MMV_Relational_Database.
2008-11-06 09:40:17.218 Executing SQL: SELECT column_name,is_primary_key,is_alternate_key,is_nullable,datatype,length,scale,search_type_cd,lookup_type_cd,base_column_name,default_value FROM MMT_Column WHERE table_id = 235 ORDER BY sequence
2008-11-06 09:40:17.233 Executing SQL: SELECT data_package_id,is_current_version,batch_status,end_dt,effective_dt,configuration_id,create_actor_id,update_actor_id,checkpoint_id,dictionary_id,technical_name,data_package_create_dt,character_set_type_cd,deployed_software_module_id,data_package_type_cd,name_case,business_name,description,annotation FROM MMB_Relational_Database WHERE configuration_id=102 AND is_current_version='Y' ORDER BY data_package_id ASC
2008-11-06 09:40:17.249 Executing SQL: SELECT custom_field_id,is_current_version,batch_status,end_dt,effective_dt,configuration_id,create_actor_id,update_actor_id,checkpoint_id,dictionary_id,technical_name,created_dt,custom_field_type_cd,search_type_cd,domain_id,display_xml,business_name,description,annotation FROM MMB_Custom_Field ORDER BY custom_field_id ASC
2008-11-06 09:40:17.343 Property TableCount value is 297.
2008-11-06 09:40:17.655 Unable to retrieve table metadata: java.lang.InterruptedException
2008-11-06 09:40:17.655 java.lang.InterruptedException
2008-11-06 09:40:17.671 java.lang.ClassCastException: java.lang.InterruptedException at com.bobj.mm.integrator.rdbms.dbfactory.oracle.AbstractOracleTableViewExtractor.verifyException(AbstractOracleTableViewExtractor.java:383) at com.bobj.mm.integrator.rdbms.dbfactory.oracle.AbstractOracleTableViewExtractor.processDetailsSole(AbstractOracleTableViewExtractor.java:290) at com.bobj.mm.integrator.rdbms.dbfactory.oracle.AbstractOracleTableViewExtractor.processStatement(AbstractOracleTableViewExtractor.java:183) at com.bobj.mm.integrator.rdbms.dbfactory.oracle.AbstractOracleTableViewExtractor.populate(AbstractOracleTableViewExtractor.java:137) at com.bobj.mm.integrator.rdbms.TableCollector.run(TableCollector.java:82) at java.lang.Thread.run(Thread.java:595)
2008-11-06 09:40:17.890 Property TableCount value is 297.
2008-11-06 09:40:17.905 Collecting synonym PATH_VIEW
2008-11-06 09:40:17.905 Finished collecting data
2008-11-06 09:40:17.921 Error closing connection: Protokolloverskridelse
2008-11-06 09:40:17.937 Executing SQL: UPDATE MMT_Checkpoint SET checkpoint_dt='2008-11-06 09:40:15',configuration_id='102',sequence_number='1',is_complete='Y',is_auto_delete='Y',table_id=null,object_id=null,object_parent_id=null,ckpt_classname='com.bobj.mm.integrator.CheckpointMain',technical_name=null,reserved_1=null,reserved_2=null WHERE checkpoint_id='241'
The top log text from a not so detailed log (same case, different attempt) looks like this:
åØ[I-3026012] 2008-11-06 09:15:01.903 Starting utility com.bobj.mm.integrator.rdbms.MMRDBMSIntegrator.
2008-11-06 09:15:01.903 Process id = 9936 on machine srv-osl-048.nsb.no.
2008-11-06 09:15:03.887 Connected to the Metadata Management repository in Oracle 10 database NSBTEKBO.
2008-11-06 09:15:03.887 Metadata Management software version 12.0.0.0, repository version 1.2.0.
ANONYMOUS 2008-11-06 09:15:03.934 Argument -configurationObject = 2138
ANONYMOUS 2008-11-06 09:15:03.934 Argument batchRetryCount = 4 320
ANONYMOUS 2008-11-06 09:15:03.934 Argument batchRetryInterval = 10 000
ANONYMOUS 2008-11-06 09:15:03.934 Argument boeAuthentication = secEnterprise
ANONYMOUS 2008-11-06 09:15:03.934 Argument boeInfoObjectId = 2138
ANONYMOUS 2008-11-06 09:15:03.934 Argument boeLogonToken = srv-osl-048.nsb.no:6400@2142Jv5P86mjPOMmh7HP2140Jkn8isgsxcP4U8cO
ANONYMOUS 2008-11-06 09:15:03.934 Argument boePassword = ;E0D1F5705319ACA1DD742335E98C98FEE02B5FCF313DFA48BABFB436C870C935
ANONYMOUS 2008-11-06 09:15:03.934 Argument boeServer = srv-osl-048.nsb.no
ANONYMOUS 2008-11-06 09:15:03.934 Argument boeUser = Administrator
ANONYMOUS 2008-11-06 09:15:03.934 Argument className = com.bobj.mm.integrator.rdbms.MMRDBMSIntegrator
ANONYMOUS 2008-11-06 09:15:03.934 Argument collectorThreads = 5
ANONYMOUS 2008-11-06 09:15:03.934 Argument dl = INFO
ANONYMOUS 2008-11-06 09:15:03.934 Argument fl = CONFIG
ANONYMOUS 2008-11-06 09:15:03.934 Argument fullExtract = true
ANONYMOUS 2008-11-06 09:15:03.934 Argument keepVersions = false
ANONYMOUS 2008-11-06 09:15:03.934 Argument repoOverridePermitted = false
ANONYMOUS 2008-11-06 09:15:03.934 Argument repoServer = null
ANONYMOUS 2008-11-06 09:15:03.934 Argument sd = NSBTEKDW
ANONYMOUS 2008-11-06 09:15:03.934 Argument sdb = Oracle
ANONYMOUS 2008-11-06 09:15:03.934 Argument sm = solserv101.nsb.no
ANONYMOUS 2008-11-06 09:15:03.934 Argument sp = ;063EA326C129E75D7C249895A6EE8A55CE2B6A2691BAD9ABF12965BDAFD05B22
ANONYMOUS 2008-11-06 09:15:03.934 Argument spt = 1521
ANONYMOUS 2008-11-06 09:15:03.934 Argument ss =
ANONYMOUS 2008-11-06 09:15:03.934 Argument su = stage
2008-11-06 09:15:04.059 Importing from database jdbc:oracle:thin:@solserv101.nsb.no:1521:NSBTEKDW driver Oracle JDBC driver version 10.1.0.2.0 Database Oracle version Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bit Production With the Partitioning, OLAP and Data Mining options Catalog to import : NSBTEKDW Schema to import: STAGE Supports catalog: false Supports schemas: true
2008-11-06 09:15:04.387 Started execution on 2008-11-06 09:15:01.
2008-11-06 09:15:05.325 Utility processing starts.
2008-11-06 09:15:07.262 Beginning to collect data
2008-11-06 09:15:07.747 Unable to retrieve table metadata: java.lang.InterruptedException
2008-11-06 09:15:07.965 Finished collecting data
2008-11-06 09:15:18.262 Utility processing ended.
2008-11-06 09:15:18.887 Utility has completed successfully.
2008-11-06 09:15:18.903 Completed execution on 2008-11-06 09:15:18.
2008-11-06 09:15:18.918 Elapsed time is 0:17.016 min:sec.millisec.
Any ideas ?
Regards,
- jem

..forgot to show you a log from this morning where the job completed, but again, with the "Shedule Staus" set to Failed, no log button, and with a following attempt that just failed before retrieving anything..
[I-3026012] 2008-11-07 04:00:27.760 Starting utility com.bobj.mm.integrator.rdbms.MMRDBMSIntegrator.
[I-3027129] 2008-11-07 04:00:27.760 Process id = 10156 on machine srv-osl-048.nsb.no.
[I-3027035] 2008-11-07 04:00:29.682 Connected to the Metadata Management repository in Oracle 10 database NSBTEKBO.
[I-3027000] 2008-11-07 04:00:29.682 Metadata Management software version 12.0.0.0, repository version 1.2.0.
[U-3026239] 2008-11-07 04:00:29.885 Argument -configurationObject = 2338
[U-3026239] 2008-11-07 04:00:29.885 Argument batchRetryCount = 4 320
[U-3026239] 2008-11-07 04:00:29.885 Argument batchRetryInterval = 10 000
[U-3026239] 2008-11-07 04:00:29.885 Argument boeAuthentication = secEnterprise
[U-3026239] 2008-11-07 04:00:29.885 Argument boeInfoObjectId = 2338
[U-3026239] 2008-11-07 04:00:29.885 Argument boeLogonToken = srv-osl-048.nsb.no:6400@2342JTozpGlZMoB5BLNI2340JeE2EpwYqNR1A924
[U-3026239] 2008-11-07 04:00:29.885 Argument boePassword = ;873254B7F36F380BDDBE9F1AD254EFAB3162551A6B219E039374C35EFFCB6ADD
[U-3026239] 2008-11-07 04:00:29.885 Argument boeServer = srv-osl-048.nsb.no
[U-3026239] 2008-11-07 04:00:29.885 Argument boeUser = Administrator
[U-3026239] 2008-11-07 04:00:29.885 Argument className = com.bobj.mm.integrator.rdbms.MMRDBMSIntegrator
[U-3026239] 2008-11-07 04:00:29.885 Argument collectorThreads = 5
[U-3026239] 2008-11-07 04:00:29.885 Argument dl = INFO
[U-3026239] 2008-11-07 04:00:29.885 Argument fl = CONFIG
[U-3026239] 2008-11-07 04:00:29.885 Argument fullExtract = true
[U-3026239] 2008-11-07 04:00:29.885 Argument keepVersions = false
[U-3026239] 2008-11-07 04:00:29.885 Argument repoOverridePermitted = false
[U-3026239] 2008-11-07 04:00:29.885 Argument repoServer = null
[U-3026239] 2008-11-07 04:00:29.885 Argument sd = NSBTEKDW
[U-3026239] 2008-11-07 04:00:29.885 Argument sdb = Oracle
[U-3026239] 2008-11-07 04:00:29.885 Argument sm = solserv101.nsb.no
[U-3026239] 2008-11-07 04:00:29.885 Argument sp = ;C66F4054DF970A18E3540F9E311EA41AFC9B38C78AE6BDA7BBAA17FC3559DD1C
[U-3026239] 2008-11-07 04:00:29.885 Argument spt = 1521
[U-3026239] 2008-11-07 04:00:29.885 Argument ss =
[U-3026239] 2008-11-07 04:00:29.885 Argument su = edw
[I-3026960] 2008-11-07 04:00:30.010 Importing from database jdbc:oracle:thin:@solserv101.nsb.no:1521:NSBTEKDW driver Oracle JDBC driver version 10.1.0.2.0 Database Oracle version Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bit Production With the Partitioning, OLAP and Data Mining options Catalog to import : NSBTEKDW Schema to import: EDW Supports catalog: false Supports schemas: true
[I-3026013] 2008-11-07 04:00:30.307 Started execution on 2008-11-07 04:00:27.
[I-3027130] 2008-11-07 04:00:31.432 Utility processing starts.
[I-3028003] 2008-11-07 04:00:32.885 Beginning to collect data
[I-3026947] 2008-11-07 04:00:50.354 Added catalog NSBTEKDW.
[I-3026949] 2008-11-07 04:00:50.510 Added schema EDW.
[I-3026951] 2008-11-07 04:00:51.494 Added table DIM_FORSKRIFT_FEILLOGG.
[I-3026951] 2008-11-07 04:00:51.979 Added table DIM_MODIFIKASJON.
[I-3026951] 2008-11-07 04:00:52.104 Added table ND_TEMP_VEDLPLAN.
[I-3026951] 2008-11-07 04:00:52.229 Added table FAKTA_TILSTANDMALING.
[I-3026951] 2008-11-07 04:00:52.432 Added table OO_FAKTA_OPPDRAG_VEDL_BK.
[I-3026951] 2008-11-07 04:00:52.869 Added table OO_VEDLIKEHOLDSPLAN.
[I-3026951] 2008-11-07 04:00:53.166 Added table FAKTA_OPPDRAG_MODIFIKASJON.
[I-3026951] 2008-11-07 04:00:53.260 Added table DIM_ARTIKKEL.
[I-3026951] 2008-11-07 04:00:54.229 Added table DIM_MODIFIKASJON_OPERASJON.
[I-3026951] 2008-11-07 04:00:54.525 Added table DIM_FUNKSJON.
[I-3026951] 2008-11-07 04:00:54.760 Added table DIM_FORSKRIFT.
[I-3026951] 2008-11-07 04:00:54.822 Added table DIM_MALSTRUKTUR.
[I-3026951] 2008-11-07 04:00:54.979 Added table FAKTA_OPPDRAG_VEDLIKEHOLD.
[I-3026951] 2008-11-07 04:00:55.213 Added table SUM_KM_INDIVID_MND.
[I-3026951] 2008-11-07 04:00:55.322 Added table DIM_TID.
[I-3026951] 2008-11-07 04:00:55.338 Added table FAKTA_KM_INDIVID.
[I-3026951] 2008-11-07 04:00:55.604 Added table DIM_VEDLIKEHOLDSPLAN.
[I-3026951] 2008-11-07 04:00:55.979 Added table OPP_HOVEDMATERIELLTYPE.
[I-3026951] 2008-11-07 04:00:56.260 Added table DIM_ANSVARSSTED.
[I-3026951] 2008-11-07 04:00:56.447 Added table OPP_ALTERNATIVE_ARTIKLER.
[I-3026951] 2008-11-07 04:00:56.510 Added table OPP_STOPPENDEFEIL.
[I-3026951] 2008-11-07 04:00:56.557 Added table OO_TEM_VEDL.
[I-3026951] 2008-11-07 04:00:56.932 Added table OO_TEST.
[I-3026951] 2008-11-07 04:00:57.104 Added table ND_TEMP_MOD.
[I-3026951] 2008-11-07 04:00:57.635 Added table DIM_AVDELING.
[I-3026951] 2008-11-07 04:00:57.807 Added table FAKTA_ORDRE_KONTERING.
[I-3026951] 2008-11-07 04:00:57.900 Added table TEMP_FORSKRIFT.
[I-3026951] 2008-11-07 04:00:57.900 Added table FAKTA_ORDRE_MATRIELL.
[I-3026951] 2008-11-07 04:00:58.775 Added table TEMP_DIM_FEILMELDING_LOGG.
[I-3026951] 2008-11-07 04:00:58.900 Added table TEMP_VEDLIKEHOLDSPLAN.
[I-3026951] 2008-11-07 04:00:58.932 Added table TEMP_VEDLPLAN.
[I-3026951] 2008-11-07 04:00:58.963 Added table TEMP_DIM_FUNKSJON.
[I-3026951] 2008-11-07 04:00:59.307 Added table TEMP_INDIVID_FEILLOGG.
[I-3026951] 2008-11-07 04:00:59.978 Added table OPP_INDIVIDHIERARKI.
[I-3026951] 2008-11-07 04:01:00.057 Added table VV_FAKTA_OPPDRAG_VEDLIKEHOLD.
[I-3026951] 2008-11-07 04:01:00.088 Added table DIM_INDIVID.
[I-3026951] 2008-11-07 04:01:00.228 Added table DIM_VERKSTED.
[I-3026951] 2008-11-07 04:01:00.275 Added table DIM_AKTIVITET.
[I-3026951] 2008-11-07 04:01:00.291 Added table TEMP_INDIVID.
[I-3026951] 2008-11-07 04:01:00.682 Added table DIM_LAGERSTED.
[I-3026951] 2008-11-07 04:01:00.838 Added table DIM_FEILMELDING.
[I-3026951] 2008-11-07 04:01:00.900 Added table DIM_KONTO.
[I-3026951] 2008-11-07 04:01:01.353 Added table DIM_TILSTANDMALING.
[I-3026951] 2008-11-07 04:01:01.369 Added table FAKTA_OPPDRAG_FEILMELDING.
[I-3026951] 2008-11-07 04:01:01.541 Added table PLAN_TABLE.
[I-3028004] 2008-11-07 04:01:06.322 Finished collecting data
[I-3026937] 2008-11-07 04:01:06.322 1 catalog was added.
[I-3026939] 2008-11-07 04:01:06.353 1 schema was added.
[I-3026935] 2008-11-07 04:01:06.385 45 tables were added.
[I-3027131] 2008-11-07 04:01:17.884 Utility processing ended.
[I-3026023] 2008-11-07 04:01:18.681 Utility has completed successfully.
[I-3026014] 2008-11-07 04:01:18.697 Completed execution on 2008-11-07 04:01:18.
[I-3026105] 2008-11-07 04:01:18.697 Elapsed time is 0:50.952 [min:sec.millisec].

Similar Messages

  • BOMM - Metadata manager busobj.exe process limit number of report processed

    Hello,
    We're facing the following problem, we have a BOMM setup which is running flawless for universes and webi reports. But we have a huge amount (+8000) Deski reports all stored in the same folder.
    While the integrator is processing the Deski reports at a certain point in time it goes wrong, we found out that to process the Deski reports BOMM launches a busobj.exe process which uses 2 GB of RAM at the moment the integrator stalls. The integrator does not give an out of memory error, it just stops processing and seems to timeout.
    What I am now looking for is a parameter that can limit the number of Deski reports processed by the busobj.exe process, before it is terminated to free up the memory. We thought that the pplimit parameter would do just that, but it is not.
    In the log we see all kinds of parameters, but there's very little information about what they do.  These are arguments for which we would like to get some more information:
    - maxSelect (defaults to 1000000)
    - mtc
    - ppc (number of concurrent jobs, but this seems not to influence the number of busobj sessions)
    - pplimit
    - ptc
    our setup:
    BOE = 3.1 SP2.5
    BOMM Version: 12.1.0.6
    Kind regards
    Guy

    Thank you Manoj,
    This was already helpful, it confirmed our thoughts about the parameters.
    I can not confirm your first comment about the fact that the busobj process closes after eacht report, I've monitored the processing on the server and during the run of the integrator the same busobj process was active (same PID).
    Currently we try to process 100 reports at a time by manipulating the date modified on our dev enivronment by checking the reports in scope out and back in, and then starting the integrator.
    The reports average around 200KB in size and none of them is set to refresh on open. Base on the logs it takes around 1 minute to process a single report. Depending on the fact if it is processing the associated universes or not. Disk space is not the issue.
    I noticed similar behaviour when we used a VBA-script to feed our own mm, and I had to write code to limit the number of reports processed by the busobj process to around 100. I did this by closing the busobj process after 100 reports and then start a new batch of 100 reports in a new busobj process. I think busobj does not cleanup after closing the report, and with every report opened within the same process the memory usage of the process grows, until it reaches 1.8 GB and then the process just hangs.
    I can open cases, if you can tell me on how to make sure it reaches you I'll just create one. Do you already have a release date for the fixpack you are talking about?
    Regards
    Guy

  • BOMM XI 3.1 - Logs Cleanup Utility - failure

    BOMM XI 3.1 on Windows Server 2003
    BusinessObjects Enterprise XI 3.1 SP2
    I do not succeed in running the Logs Cleanup Uitility. This is the error log. I have not modified the MM.properties file.
    [C-3027231] 2010-01-06 13:32:15.723 Metadata Management build version 12.1.0.1.
    [I-3026012] 2010-01-06 13:32:15.739 Starting utility com.bobj.mm.utility.MMLogsCleanupUtility.
    [I-3027129] 2010-01-06 13:32:15.739 Process id = 7824 on machine VWAC106.post.bpgnet.net.
    [C-3027100] 2010-01-06 13:32:15.739 Extracting arguments from C:\Program Files\Business Objects\MetadataManagement\MM\bin\..\config\MM.properties.
    [E-3026103] 2010-01-06 13:32:15.754 java.lang.NullPointerException
    [C-0000000] 2010-01-06 13:32:15.754 java.lang.NullPointerException
         at com.bobj.mm.boe.plugin.desktop.configuration.internal.UtilityConfigurationImpl.getPropertiesInBag(UtilityConfigurationImpl.java:171)
         at com.bobj.mm.boe.plugin.desktop.configuration.internal.UtilityConfigurationImpl.getUtilityProperties(UtilityConfigurationImpl.java:151)
         at com.bobj.mm.core.ProgramConfiguration.parseConfigurationFromInfoStore(ProgramConfiguration.java:573)
         at com.bobj.mm.core.ProgramConfiguration.setArgs(ProgramConfiguration.java:366)
         at com.bobj.mm.core.Main.handleArgs(Main.java:1222)
         at com.bobj.mm.core.Main.run(Main.java:1145)
         at com.bobj.mm.core.Main.main(Main.java:229)
    [E-3026267] 2010-01-06 13:32:15.754 Error reading configuration with configuration_id = 84653.
    [E-3026022] 2010-01-06 13:32:15.770 Utility failed with code 1.
    [I-3026014] 2010-01-06 13:32:15.770 Completed execution on 2010-01-06 13:32:15.
    [I-3026105] 2010-01-06 13:32:15.770 Elapsed time is 0:00.063 [min:sec.millisec].

    did you upgrade from MM 12.0 to MM 12.1 or this is new installation of MM 3.1 ?
    if you have upgraded from 12.0 then this might be a bug, the MM Cleanup Utility obejct in CMS repository didn't get updated during upgrade, you can try the following workaround
    go to <BOE Installation>\BusinessObjects Enterprise 12.0\Packages folder
    open BusinessObjects_MM_Utility_Log_Cleanup_dfo.xml in text editor (notepad)
    change the following
    <propertybag name="SI_MM_UTILITY_PROPERTIES" type="Bag" flags="0">
    to
    <propertybag name="SI_MM_UTILITY_PROPERTIES" type="Bag" flags="0" version="3000100">
    restart the CMS Server

  • BOMM Important information

    Gurus and Team SAP,
    I am new to this topic and would like to get more information on BOMM such as
    1)If free evaluation copy is available
    2)Documentation /white paper or any link which gives installation steps and how to use the tool guide
    3)can BOMM give me datails of the day to day BW data loads and its frequency
    4)Can it give the name,details and use for the BW reports
    5)Can it give the legacy field details used in the BW
    6)Can it give the information regarding the data elements (ex- datasources)as to what has been pulled from ECC to BW
    Thanks in advance

    You didn’t really ask a question. Is it your intent to erase the SSD of your MBA and reinstall Mavericks?

  • BOMM - Basic Doubts

    Hi,
    1. How can we see Impact Analysis for a Table which is being modified by a stored procedure.
    2. Does BOMM supports web browsers other than Microsoft Internet Explorer.
    Pls Clarify
    Sandeep Jain

    Jothivel,
    >>>what is the output format of the proxy?.Is the output from Java and ABAP proxies are the same?. OR do they have their own format?
    Proxies run on Application server. It does not run on Xi server.Thus java proxy will be in .jar format which can be ran on java engine and Abap Proxy is of the format which can run on ABAP Apllication server.
    >>>What are the different scenarios that proxies can be used like Proxy - XI - Proxy,File - XI - Proxy?
    What proxy actually does is it converts the data to Soap-Xml format which Xi Integration Engine can understand and sends it to Xi server pipeline Url. Thus most scenarios are possible.
    >>>Is it possible for an ABAP proxy to communicate directly without XI intervention(except for mapping and routing i.e. without any conversion) with JAVA proxy?
    Regarding this question of yours can you explain what exactly you are trying to do.
    Because if you want to send data from java proxy to abap proxy without Xi doing any thing it is quite possible.You can write an EJB which will send an Soap-Xml format data to XI. Xi just forwarding the same XML data to an Abap Proxy.
    Yomesh

  • AUDIT,CMS,BOMM: Same database, different schemas..?

    Hi,
    When installing BOE 3.0 and BOMM 3.0, is it ok to put these repos in the same oracle database, in different schemas, or is it recommended to have bomm repo in a separate database ? Any experiences ?
    Thanks,
    - jem

    different schemas is just fine

  • BOMM to Information Steward 4.2

    Hi,
    We are in process of moving to information steward 4.2 metadata management from Business Objects Metadata management (BOMM).
    Can someone please provide following information.
    1. New features available in Information Steward Metadata management module in specific when compated to Business Objects Metadata management (BOMM).
    2. Level of data (granularity) crawled in Information Steward Metadata management (Audit, Universe, secmatic layers, Reports information).
    3. Information on data model used to load metadata information by integrators(Which table holds what data).

    Hello Suresh.
    No, there is not a default universe available on teh IS metadata repository.  Here are some options:
    1. Metadata Management Pre-Packaged Reports.  Specifically, these reports are available to answer questions such as…
    Which universe objects have similar names in different classes or universes?
    How many reports use a universe or a particular object in a universe?
    Which objects are frequently used or not used at all?
    Which data flows use a particular table?
    And similarly, Which tables are used by a particular data flow? 
    2. Deploy custom reports on top of the IS metadata repository using Information Steward Views.  Here are the Views available:
    Relational Model &#159;
    Universe Model
    Flat File Model
    Relationships
    Source Target Relationships
    Derived Tables within a Universe
    Derived Columns within a Universe
    Universe and Report Relationships
    Report and Column Relationships
    End-to-End Impact and Lineage
    These views are based on typical usage scenarios to allow you to build custom reports to…
    Find the table and scheme names of a given column
    Find all the tables and columns used in a given report
    Find all the databases and schemas used in a given report
    Write custom impact and lineage reports.
    3.  You can also export any of your metadata objects from Information Steward to a standard CWM file or for universe creation.
    This allows you to import that CWM XML into the SAP BusinessObjects Enterprise Designer to create a new or update an existing universe.
    Note that we are also currently researching creation of a default Metadata repository universe for inclusion in a future release.  Would you be interested in providing feedback on this effort?
    Corrie

  • DBA privileges for BOMM.

    Hi Experts!
    Currently customer want to know the reason why user account with DBA privilege must be needed for BOMM.
    I've read "xir2_mm_users_guide.pdf"
    "Ensure that the new user has permission to create, modify, and delete  tables so that Metadata Manager can modify the database as required.
    For Oracle, the user must have DBA privileges.  "
    Could you please give me a piece of advice or explain?
    Thanks in advance
    Tony (Customer Assurance)

    Hi Dan and All folks,
    I am having challenges collecting all metadata (specially procedures) on a given Oracle Schema.in Production due to DB user Privileges. 
    We have created a DB Account/User having the following Privilege 1. Unlimited Tablespace, Create Session and ANY dictionary" . We are using native connections for our integrator's.
    However, in development region when I change the Privilege to the following: --
    1. SELECT ANY TABLE and
      2. EXECUTE ANY PROCEDURE
    I get metadata for all objects and the counts of objects via SQL matches with the count of distinct objects collected by the BOMM tool for that schema (i.e. Table, Views, Procedures and Synonyms).
    Now the issue is that, the DBA's will obviously NOT allow the db user to have "EXECUTE ANY PROCEDURE" Privilege in Production.
    While we are looking at other alternatives, like writing scripts etc, I am reaching out to you all for any thoughts/help I can get towards this issue. Does anyone have any suggestions on it?
    Thanks
    Prabhash Dubey.

  • BOMM 3.1 S/W

    Hi
    Where can I get the S/W for BOMM 3.1. The software download section within the service.sap.com has only BOMM3.0 and that is not compatabile with BOE 3.1 ( note - "1286747 - "Metadata Management Repository configuration failed with the following error Argument was provided without a value" . )
    The resolution is -
    You have to install Business Objects Metadata Management 3.0 built 12.0.0.1 which is also a stand-alone installer
    To be sure the installer is for version 12.0.0.1, there is a file named "51035838.exe" on the root of the installation CD/Directory
    Can somebody direct me to the location of this S/W,
    Thanks
    Dinesh

    Hi,
    How about the installation found in
    Installations and Upgrades >SAP BusinessObjects packages and products > BOBJ METADATA MANAGEMENT > BOBJ METADATA MGMT XI 3.0 > Installation
    51035414.zip     BOBJ METADATA MANAGEMENT XI 3.0 WINDOWS ENGLISH
    The last changed date is 23.01.2009 compared with 51035838_1-20005106.exe BOMM XI 3.0 WIN 12.0.0.1 ENG 1 Info 342905 on 24.11.2008
    Which one is the latest package?
    Regards

  • BOMM - metadata manager repository sql to fetch where object is used in rep

    Hi,
    We've been using BOMM for a few months and would now like to make our own reporting on the BOMM repository. Most information we're capable of retrieving, but not wether a certain universe object is used in the select-clause or where-clause of a reportquery. The information must be stored somewhere, because the mm explorer is can give us that information.
    Can someone tell me where this information is stored and how we can get it out?
    I thought it was stored in the table MMD_Query, with query_type_cd = sqls or sqlw. But the table only contains the full sql (sqlf), universe contexts (unvc) and join statements (sqlj).
    Thanks in advance for the help. Regards
    Guy
    Ps: My excuses for the crossposting, but I was advised to put this question in this forum.

    You might have better luck in the (somewhat misnamed) [Data Integration and Data Quality Management|Data Services and Data Quality; forum:
    This forum is dedicated to topics related to SAP BusinessObjects Data Services (Data Integrator, Data Quality Management, Text Data Processing), SAP BusinessObjects Information Steward (Metadata Management, Data Insight), SAP BusinessObjects Rapid Marts and SAP BusinessObjects Data Federator.
    (emphasis added)
    Regards,
    Sean

  • BOMM - Upgrade License Key

    As we can upgrade licenses in CMC for BOE
    As we can do it in License Manager for Data Services.
    How can we do that for Metadata Management.?

    Metadata Magement is a add-on on BOE so to upgrade the License Key of BOMM you can do this from CMC, add the BOMM License Key the same way you add BOE License Key

  • Wierd ClassCastExeption. Do I always need to restart web logic server?

    I salute the web development community and thank you in advance for taking the time to read my problem. I just started trying out Jdeveloper. While writing applications, as they become more complex I find myself with the annoying task of restarting the server every time I make changes in my code. For example: in a simple application, the user specifies the Country in an html form and the server gives it's cities in a jsp page. To do this I used the EJB beans to convert my database into entities and the created a Java service facade. My application is now working fine, but if I make even the tiniest change in the code, it totally crashes and I have to restart the server for the changes to take place. The question is: Do I have to start getting used to the annoying task of restarting the server every time I modify my code? Or due to the fact that I',m just starting out in Jdeveloper I might be doing something wrong. This is the exception that I get that causes the 500 internal server error:
    java.lang.ClassCastException: model.countries cannot be cast to model.countries
         at model.Service.getCountriesById(Service.java:143)
         at control.ServletLoadCities.doPost(ServletLoadCities.java:26)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:326)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3592)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2202)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Wierd... why cant I cast model.countries to model.countries. They are the same class!
    Thanks again for your help and time.
    Michel

    Hello pedja,
    No, re-deploying the project doesn't work. What do you mean by Classloader issues?
    This exception occours at the EntityManager class that talks with the database, right here:
    /** <code>select o from Paises o where o.codigopais = :elCodigo</code> */
    public Paises getPaisesFindPaisById(Object elCodigo) {
    Paises elPais;
    Object o = getEntityManager().createNamedQuery("Paises.findPaisById").setParameter("elCodigo", elCodigo).getResultList().get(0);
    elPais = (Paises)o;
    return elPais;
    in: elPais = (Paises)o
    If I call the method above within the same class nothing happens... It crashes when I call this method from a Servlet.

  • BOMM - Integrators

    Hi,
    I am not able to see data in some tables/View which are responsible for creating custom reports.
    It might be because i am using respective tools while integrator is running.
    So it is the cause of not geeting appropriate data into MMRV_relational_model, mmv_reprot_fields and many more..

    if its BOE Integrator, what is the option you are using to run the Integrator ? delete existing objects or update objects ?
    check if you are connecting to correct repository while trying to run the reports

  • Does anyone know where i can download BOMM 3.0

    Looking for Metadata manager 3.0
    I havent found it on subscribenet or the sap site.
    is there an ftp location that i can get it from?
    Thanksl
    Prashant

    i think yes
    you can find it on the ESD website (Electronic Sofware Delivery)
    https://businessobjects.subscribenet.com
    you should have an access to the website.
    good luck
    Amr

  • BOMM - Lineage report not working for Views

    Run the metadata integrators for SSIS package and BOBJ repository. Since views are used in the universe instead of the tables, lineage report is not pulling the SSIS package details. Any reason why its not? 
    P.S: Just replaced the tables with views thats it.
    Appreciate any help!
    Thanks
    Chen

    Please check your new company code assigned to ledger or not .
    through transaction code GCL3.
    Regards,
    Sunny.

Maybe you are looking for

  • Cisco ASA 5505 - 1st VPN works, 2nd VPN can't get traffic across

    This is my first Cisco configuration ever so go easy on me.  A lot of the commands that I used here I don't really understand.  I got them from Googling configs.  I have the need for more than one VPN on this thing, and I've been fighting with this t

  • How to implement springsecurity in flex

    Hi..All i'm newbie and need your help I have  difficulty in the implementation of security on the flex project using  spring security. in implementation the project i'm using BlazeDS Turnkey. Apache Tomcat Eclipse Ganymede 3.4 (for editing code) I've

  • How to transfer notes from iphone 4 to macbook pro?

    I am trying to figure out how to transfer the notes on my phone to my computer without using mobile me since I dont have an account and without having to email or use a third party software. Is there a way to do this?

  • Screen goes wacky after possible overheating

    I recently updated my phone to iOS 8.2 (I didn't skip any versions, I was just lagging ~2 months behind on downloading 8.2). Soon after (though I'm not sure it's related) -- within a week -- my phone got really...wonky. I have a YouTube/video link to

  • Using assign-activity:Append to append child nodes in XML-tree within loop

    I would like to produce an XML looking something like this (just an example): <Customer> <Name>Tom</Name> <Invoices> <Invoice> <InvoiceData>.....</InvoiceData> </Invoice> <Invoice> <InvoiceData>.....</InvoiceData> </Invoice> </Invoices> </Customer> F