ChaRM Tables Structure where is the data stored

Hello All.
- I need to know the tables where actual data is stored about the:
  Change Requests
  Normal and Urgnt Corrections
  Maintenance Cycles
  Transport Request
And how are they related to each other.
Does anyone know where can I find this information.
Thanks and regards,
Alberto

I found the table.
go to se16 and type the table name /TMWFLOW/TRORDHC
It contains the transports and parent Corrections. that is what we needed.

Similar Messages

  • Where is the "data" stored???

    Which table or where is the "data" stored when new users are created inside of Portal? I've been to the Portal Navigator page and can view the many, many classes, triggers, tables, etc.. but find it a bit overwhelming to try and look for stuff. How can one maneuver around the different schemas easily? Is there a way to tie in a visual tool that can show the objects and schemas of the db?

    hi,
    the users are stored in the table called WWSEC_PERSONS$ and the groups are stored in WWSEC_GROUP$.
    i'm using the SQL Navigator to go thru all the components of the product.

  • Where is the data stored for the Contacts application in OS X 10.10?

    My client uses Backblaze online backup, and recently needed to retrieve his contacts. Is the data stored in the app itself, or somewhere else? Backblaze doesn't back up applications by default. Is there a way to instruct Backblaze to back up the Contacts application?

    Thanks, lllaass.

  • Where is the data stored for Formscentral subscribers based within the European Economic Area?

    We are already experimenting with Formscentral for some basic survey collection tasks, but I am interested in the potential to collect larger and more complex data sets.  However, being based within the European Economic Area it would be easier if the data collected from any of our online published forms remained within the EEA rather than being stored in the US.
    Does Adobe store EEA customers' data within the EEA or is it all stored within the US?

    Everything is stored within the US.
    Randy

  • I like to know the table name where all the Interface name ( Data Type and

    Dear Friends,
    I like to know the table name where all the Interface name ( Data Type and Message Type in IR ) is stored.
    Thanks.

    Hi,
    Please find the repository API’s in the SE24 class builder that can be used for accessing repository objects from the ABAP stack of SAP XI. Check CL_SRAPI* in the SE24 transactions for digging further.
    location of interface objects
    CL_SRAPI_DATA_TYPE---data type
    CL_SRAPI_DATA_TYPE_ENH---data type enhancement
    CL_SRAPI_FAULT_MESSAEG_TYPE--fault message type
    CL_SRAPI_MESSAGE_TYPE--message type
    CL_SRAPI_INTEGRATION_SCENARIO--integration scenario
    have a look at the table SXMSPMAST, SXMSCLUP & SXMSCLUR
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/4fbe7b8e-0a01-0010-b69b-b7e717378f22#search=%22SXMSPMAST%20%2B%20XI%22
    That document has references to lot of tables maybe it can be of use to u.
    Look at the below thread for SXMB_MONI tables and Function module:
    In Which Database Table the Messages are Stored in XI
    Message Monitoring  --> corresponding tables?
    Edited by: Dharamveer Gaur on Oct 8, 2008 10:40 AM

  • How to get all the data stored on a table?

    Hi.
    I'm tryng to get all the data stored on a database table but I'm losing in trouble. I've looked for a soloution to my problem in the forums but each post I follow related to this issue gives me a different way to solve the problem and no one works :(
    I suppose I have to call the getAllRowsInRange() method from my ViewObject class. But how can I get an instance of my ApplicationModule in order to get the corresponding ViewObject?
    I think I messed my head a lot.
    Could someone help me please?
    Thanks in advance.

    Thanks for your answer.
    However, there are some things that I don't understand. I will look the book but why is necessary to create another ApplicationModule? The fact is that my application just have one ApplicationModule.
    Apart from that, I have tried your suggestion and I've obtained the quite little friendly response that follows:
    javax.faces.FacesException: #{backing_pruebaFilas.commandButton1_action}: javax.faces.el.EvaluationException: oracle.jbo.ConfigException: JBO-33001: No se ha encontrado el archivo de configuración /DatosViewObj/common/bc4j.xcfg en classpath
         at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:98)
         at javax.faces.component.UICommand.broadcast(UICommand.java:332)
         at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:287)
         at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:401)
         at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:95)
         at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
         at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:110)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:213)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:228)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:197)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:123)
         at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:103)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:620)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:369)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:865)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:447)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:215)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: javax.faces.el.EvaluationException: oracle.jbo.ConfigException: JBO-33001: No se ha encontrado el archivo de configuración /DatosViewObj/common/bc4j.xcfg en classpath
         at com.sun.faces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:150)
         at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:92)
         ... 24 more
    Caused by: oracle.jbo.ConfigException: JBO-33001: No se ha encontrado el archivo de configuración /DatosViewObj/common/bc4j.xcfg en classpath
         at oracle.jbo.client.Configuration.loadFromClassPath(Configuration.java:367)
         at oracle.jbo.common.ampool.PoolMgr.createPool(PoolMgr.java:284)
         at oracle.jbo.common.ampool.PoolMgr.findPool(PoolMgr.java:539)
         at oracle.jbo.common.ampool.ContextPoolManager.findPool(ContextPoolManager.java:165)
         at oracle.jbo.client.Configuration.createRootApplicationModule(Configuration.java:1498)
         at oracle.jbo.client.Configuration.createRootApplicationModule(Configuration.java:1476)
         at view.backing.PruebaFilas.commandButton1_action(PruebaFilas.java:100)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.sun.faces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:146)
         ... 25 more
    At that point, I think a better explanation of my purpose could be helpful. What I'm trying to do is just create a simple page with a command button, and in its action method get all the data stored in the rows of the table. I've seen a possible solution that I understand:
    DCIteratorBinding iter = getIterator("DatosViewObj1Iterator");
    System.out.println("Iterator Binding: "+iter);
    int startRange = iter.getRangeSize();
    iter.setRangeSize(-1);
    Row[] rows = iter.getAllRowsInRange();
    iter.setRangeSize(startRange);
    but the problem is that I don't know what is the class the method getIterator belongs to.
    Could you help me with this last piece of code? If not, I accept, of course, any suggestion. I am absolutely stuck.
    Thanks and regards.

  • Table name where all the SAP Script names are stored

    Hi Gurus,
                   Can i know the table name where all the SAP Script names are stored in SAP Database.
                   Thanks in advance,
                    Shyam.

    Yes TNAPR is the table which contains sapscipts name and print program names.
    Step:1: Goto to the Table TNAPR using SE11
    Step:2: Get the Contents of the Table(CNTRLSHIFTF10)
    Step:3: On the Table Content Selection Screen, Type the driver program name in the field PGNAM and execute(F8).
    Step:4: FONAM field of the result display contains the SAPScript Name for our driver program.
    Regards,
    Lalit Mohan Gupta.

  • Where is the data saved in the srtucture for a particular tcode

    Where is the data saved in the srtucture for a particular tcode.
    For eg in MM01 there is a field with RMMG1
    where dioes the data get saved from this field as in backend it shows the stucture and the structure can hold data only at runtime,
    Please help me
    Thanks in advance
    chinnu

    Hi,
    The strcuture : RMMG1 holds data at run time only that to it can hold only one record at a time.
    so we use this structure to hold data at run time and then we insert those values into database tables for that program.
    Here you can the values stored and processed in the program in the tables : MARA (for matnr ,mbrsh,mtart..),MARC (for Plant ),MARD( for storage location : lgort )...etc.
    so if you want to fecth some data means first you have to choose right table to fetch information by passing values in the selection screen.
    Regds
    Sivaparvathi
    Please reward points if helpful...

  • Creation of internal table dynamically based on the Date Range entered

    Hi SAPgurus,
    I have been facing one issue i.e creation of internal table dynamically based on the date range entered in the selection screen. For example the date range I am giving as 06/2006 to 08/2006, it should display the Fieldcatelog dynamically, this part i have completed but the only issue I am facing is to populate the sales data into that fields.
    Right now my program is displaying the ALV like this.
    Ex:
    <b>CSR    District   06/2006  07/2006  08/2006  totals</b>      
    Shiva      New York                             10.00
    Shiva      new york                             30.00
    Shiva      new york                             40.00
    but it should display like this
    <b>CSR    District 06/2006 07/2006 08/2006 totals</b>
    Shiva  New York  10.00   30.00 40.00
    80.00                 
    Please help me in this scenario, how to acheive like this..
    Thanks & Regards,
    Sivaram Kandula

    Hi Sivaram,
                 I also got the same requirement . i saw rich and your code whatever you have uploaded.i have created dynamic internal table but i am facing the issue to populating the data to my dynamic internal table.
    Sivaram, can you please explain your code after this.
    *<dyn_table>
    *tab_item.
      LOOP AT tab_item.
        ASSIGN COMPONENT 1 OF STRUCTURE <dyn_wa> TO <dyn_table>.
        ASSIGN COMPONENT 2 OF STRUCTURE <dyn_wa> TO <dyn_table>.
    *    <dyn_wa> = tab_item-bztxt.
    *    <dyn_wa> = tab_item-total.
    *    APPEND <dyn_wa> TO <dyn_table>.
    **    <dyn_wa> = tab_item-total.
    **    ASSIGN tab_item-bezei  TO <dyn_wa>.
    *  APPEND <dyn_table>.
      ENDLOOP.
    how you are puting the loop at tab_item. but tab_item is already commented.
    can you send me the code after that.
    i am sending some part of my code.
    CALL METHOD cl_alv_table_create=>create_dynamic_table
       EXPORTING
         it_fieldcatalog = gt_fCAT1
       IMPORTING
         ep_table        = new_table.
    ASSIGN new_table->* TO <dyn_table>.
       create data new_line like line of <dyn_table>.
       assign new_line->* to <dyn_wa>.
    select vbeln
            fkart
            vkorg
            vtweg
            fkdat
            spart
            fksto
            from vbrk
            client specified
            into table gt_vbrk
            where mandt = sy-mandt
            and fkart in ('ZF5','ZFR')
            and vkorg = '1100'
            and vtweg = '20'
            and fkdat in s_fkdat
            and spart = '06'
            and fksto = ' '.
       if gt_vbrk[] is not initial.
      select  vbeln
              fkimg
              prsdt
              netwr
              matnr
              arktx
              werks
              mwsbp
              from vbrp
              client specified
              into table gt_vbrp
              for all entries in gt_vbrk
              where vbeln = gt_vbrk-vbeln
              and werks in s_werks
              and matnr in s_matnr.
      endif.
    select mnr ltx spras from t247
    into table it_t247
    where spras = 'E'.
    data: lv_month1 type vbrp-prsdt,
           name1(3) type c,
           s_month type string,
            s_month1 type string,
             s_month2 type string.
    *      lv_netwr1 type vbrp-netwr,
    *          lv_mwsbp1 type vbrp-mwsbp.
          loop at gt_vbrp into gs_vbrp.
            gs_final2-matnr = gs_vbrp-matnr.
            gs_final2-arktx = gs_vbrp-arktx.
            gs_final2-fkimg = gs_vbrp-fkimg.
           lv_month1 = gs_vbrp-prsdt.
            read table it_t247 into wa_t247 with key mnr = lv_month1+4(2).
            if sy-subrc eq 0.
            name1 =  wa_t247-ltx.
            endif.
             concatenate  name1
                       lv_month1(4) into s_month SEPARATED BY '_' .
             CONCATENATE S_MONTH 'QTY' INTO S_MONTH1 SEPARATED BY ''.
              CONCATENATE S_MONTH 'VALUE' INTO S_MONTH2 SEPARATED BY ''.
             gs_final2-month = s_month.
              lv_netwr1 = gs_vbrp-netwr.
            lv_mwsbp1 = gs_vbrp-mwsbp.
            gs_final2-MONTH_QTY = S_MONTH1.
            GS_FINAL2-MONTH_VAL = S_MONTH2.
            gs_final2-value = lv_netwr1 + lv_mwsbp1.
           append gs_final2 to gt_final2.
           clear: gs_final2. "lv_name2.
           endloop.
           if gt_final2[] is not initial.
             sort gt_final2 by matnr month ascending .
             loop at gt_final2 into gs_final2.
            gs_final2_01 = gs_final2.
         collect gs_final2_01 into gt_final2_01.
        endloop.
           endif.
       ENDIF..
    Regards
    Ankur

  • Table name where all CCMS values stored

    Hi,
    Can any one provide the table name where all CCMS values stored ( for all MTE classes) in the data base?
    Regards
    Soumitra

    Hi,
    it is not a single table where CCMS stores the alert data.
    it is comming from multiple functional modules like..
    SALM_MT_GET_TREE_AND_MTDATA,
    SALM_MT_TYPE_GET,
    SALM_VIRTUAL_MT_CREATE,
    SALM_MT_TREES_CONCATENATE,
    SALM_ALERTS_PROP_IN_VIRT_TREE,
    SALM_MONITOR_CREATE,
    SALM_MONITOR_DESTROY,
    SALM_MONITOR_LOAD,
    SALM_MT_ALERT_DATA_SHOW,
    SALM_MT_MARKED_INFO_GET,
    SALM_ALERT_SET_DONE,
    SALM_ERRONOUS_MT_NODE_CREATE,
    SALM_GET_TID_BY_NAME,
    SALM_MT_DETAIL_DATA_SHOW,
    SALM_MONITOR_NAME_GET,
    SALM_MT_TREE_DISPLAYCONFIG_GET,
    SALM_MT_ANALYSE_SHOW,
    SALM_MT_ANALYSE,
    SALM_MT_TREE_LEGEND_SHOW,
    SALM_RAISE_ALERT_STATE_CHANGE,
    SALM_MT_INVALID_ACTION_WARNING,
    SALM_MT_DESTROY,
    SALM_MT_RESET,
    SALM_MT_MARKING_EDITOR,
    SALM_MT_MONITORING_START,
    SALM_MONISET_READ_FROM_DB,
    SALM_MONISET_WRITE_TO_DB,
    SALM_MONISET_ATTRIBUTE_EDITOR,
    SALM_MONISET_DELETE_FROM_DB,
    SALM_GET_MT_TREE_MARKINGS,
    SALM_MT_DESTROY,
    SALM_MT_RESET,
    SALM_MT_MARKING_EDITOR,
    SALM_MT_MONITORING_START,
    SALM_MONISET_READ_FROM_DB,
    SALM_MONISET_WRITE_TO_DB,
    SALM_MONISET_ATTRIBUTE_EDITOR,
    SALM_MONISET_DELETE_FROM_DB,
    SALM_GET_MT_TREE_MARKINGS,
    SALM_MT_CLASSES_MARK,
    SALM_MT_CLASS_NAME_GET,
    SALM_MONITOR_COPY,
    SALM_MONISET_COPY,
    SALM_MT_SAMPLES_GRAPH_DISPLAY,
    SALM_MT_READ,
    SALM_MT_GET_AID_BY_TID,
    SALM_MT_DESCRIPTION_SHOW,
    SALM_MONIDEF_NODE_EDITOR,
    SALM_MONIDEF_EDITOR,
    SALM_RULE_RESULT_NODE_CREATE,
    SALM_MONITOR_TEMPLATE_GENERATE,
    SALM_MONITOR_TEMPL_NODE_CREATE,
    SALM_MONITOR_PRESENTATION_GEN,
    SALM_MONIDEF_NODE_CREATE,
    SALM_MONIDEF_EDITOR,
    SALM_RULE_RESULT_NODE_CREATE,
    SALM_MONITOR_TEMPLATE_GENERATE,
    SALM_MONITOR_TEMPL_NODE_CREATE,
    SALM_MONITOR_PRESENTATION_GEN,
    SALM_MONIDEF_NODE_CREATE,
    SALM_GET_MONIDEF_TREE_MARKINGS,
    SALM_MSC_TIME_INTERVAL_GET,
    SALM_TEST_VALUE_REPORT,
    SALM_MONISET_DIRECTORY_GET,
    SALM_MONITOR_DIRECTORY_GET,
    SALM_MONITOR_TEMPLATE_GET,
    SALM_MONITOR_PRESENTATION_GET,
    SALM_MONISET_DISPLAYCONFIG_GET,
    SALM_MT_ALERT_DATA_GET,
    SALM_MONITOR_DISPLAYCONFIG_GET,
    SALM_ABORTED_TOOL_STATUS_RESET,
    SALM_MONISET_DIR_LEGEND_SHOW,
    SALM_MT_PERF_HISTORY_DATA_GET,
    SALM_ALERT_DESCRIPTION_SHOW,
    SALM_MONIDEF_RULE_DESCR_EDITOR,
    SALM_RULE_PARAM_TYPE_HELP,
    SALM_RULE_PARAM_DOCU_HELP,
    SALM_RULE_PARAM_DESCR_CHECK,
    SALM_LOGIN_TO_SYSTEM_OF_MTE,
    SALM_MT_R3SYSTEM_EXPLORE,
    SALM_MONITOR_LOAD_IN_OWN_TASK,
    SALM_MT_ALERT_DATA_SHOW_GRID,
    SALM_MT_ALERT_DATA_BUILD_ALV,
    SALM_ALERT_TIME_INTERVAL_GET,
    SALM_TEST_COPY_MONISETS,
    SALM_MONIDEF_WRITE_TO_FILE,
    SALM_MONIDEF_READ_FROM_FILE,
    SALM_MONIDEF_SYNTAX_CHECK,
    SALM_MT_STATE_CHANGE,,
    SALM_LOAD_MON_FROM_ACTIVE_SET,
    SALM_MONIDEF_SYNTAX_CHECK,
    SALM_MT_STATE_CHANGE,
    SALM_LOAD_MON_FROM_ACTIVE_SET,
    SALM_GET_CURRENT_DB_FORMAT_VER,
    SALM_MONIDEFS_OF_MONISET_GET,
    SALM_GET_CURRENT_MONISET,
    SALM_SET_CURRENT_MONISET,
    SALM_MT_ASSIGN_ATTRIBUTE_GROUP,
    SALM_VOLATILE_RULE_PARAM_SET,
    SALM_VOLATILE_SYSIDLIST_SET,
    SALM_MT_CLASSES_MARK,
    SALM_MT_CLASS_NAME_GET,
    SALM_MONITOR_COPY,
    SALM_MONISET_COPY,
    SALM_MT_SAMPLES_GRAPH_DISPLAY,
    SALM_MT_READ,
    Edited by: Soumitra Roy on Oct 13, 2009 5:31 AM

  • How do I figure where is the data in a materialized view coming from

    Hi: when I run select NAME, OWNER from dba_mview_refresh_times, I see a number of materialized views. How do I find more details about this view i.e where is the data coming from and which fields. The source table that is in another database changed. But the view on my database where the materialized view exist has not changed. I want to confirm from where is data coming in this view
    TIA
    Ravi

    SQL>  select * from dict where table_name like 'ALL%MVIEW%'
    TABLE_NAME                     COMMENTS                                                             
    ALL_BASE_TABLE_MVIEWS          All materialized views with log(s) in the database that the user can s
                                   ee                                                                   
    ALL_MVIEWS                     All materialized views in the database                               
    ALL_MVIEW_AGGREGATES           Description of the materialized view aggregates accessible to the user
    ALL_MVIEW_ANALYSIS             Description of the materialized views accessible to the user         
    ALL_MVIEW_COMMENTS             Comments on materialized views accessible to the user                
    ALL_MVIEW_DETAIL_PARTITION     Freshness information of all PCT materialized views in the database  
    ALL_MVIEW_DETAIL_RELATIONS     Description of the materialized view detail tables accessible to the u
                                   ser                                                                  
    ALL_MVIEW_DETAIL_SUBPARTITION  Freshness information of all PCT materialized views in the database  
    ALL_MVIEW_JOINS                Description of a join between two columns in the                     
                                   WHERE clause of a materialized view accessible to the user           
    ALL_MVIEW_KEYS                 Description of the columns that appear in the GROUP BY               
                                   list of a materialized view accessible to the user                   
    ALL_MVIEW_LOGS                 All materialized view logs in the database that the user can see     
    ALL_MVIEW_REFRESH_TIMES        Materialized views and their last refresh times  for each master table
                                    that the user can look at                                           
    ALL_REGISTERED_MVIEWS          Remote materialized views of local tables that the user can see      
    13 rows selected.

  • Tables in which Appraisal note data stored..

    Hi...Experts.
    I want to know about the tables in which appraisal note data stored. please help me.
    Regards,
        Siva

    https://forums.sdn.sap.com/click.jspa?searchID=9573368&messageID=5013157

  • Where is the data held in Max 3.0

    Hi,
    Not sure if this right place to post this but as MAX 3.0 was installed with labVIEW 7.0.....here goes..
    With Max 2.0, the data assoicated for GPIB, VISA and IVI was held in two places, IVI.INI and VISACONF.INI.
    Now Max 3.0 arrives, so where has the data gone. There still is an ivi.ini but it doesn't contain all the data. Visaconf.ini still seeems to be the same.
    I can still see most of the settings for drivers, logical names etc when I launch MAX 3.0, that used to be in my old ivi.ini file. So where does it store them now.
    Also, what has happened to the default settings that used to be defined for a logical name?
    Looking, in the MAX folder there are a load of LV VI's in the MAX\Assistants\LVCGen, what are these used for
    I have looked, at the Max help but its a bit vague.
    Can anyone shed some light.
    Regards
    Ray Farmer
    Regards
    Ray Farmer

    Hello Ray,
    With installation of LabVIEW 7.0, you have also installed MAX 3.0 and IVI Compliance Package 2.0. The IVI Compliance Package (ICP) 2.0 is a software package that contains IVI class drivers and the support libraries necessary for the development and use of applications that leverage IVI instrument interchangeability. The IVI Compliance Package also is based on and is compliant with the latest version of the instrument programming specifications defined by the IVI Foundation.
    One of the most prominent changes between previous IVI products and the IVI Compliance Package is the way that the IVI Engine, IVI MAX configuration utility, and other IVI products included in the IVI Compliance Package access and store configuration information. The Configuration Server provides
    a database for storing configuration data and an API for accessing this data.
    This database is called the Master Configuration Store. Various IVI products have been redesigned to work with the Configuration Server instead of the previous method, which involved using the ivi.ini file.
    If you have any configuration information stored in the ivi.ini file, the installer converts the existing ivi.ini data into a new format that is used by the Configuration Server and stored in the Master Configuration Store file (IviConfigurationStore.xml). This conversion process, which takes place when you install the IVI Compliance Package, removes the converted items from the original ivi.ini file as it places them in the Master Configuration Store database.
    The installer also creates a backup copy of the ivi.ini in the same directory as the original ivi.ini.
    If, after you install the IVI Compliance Package, you run an older specific instrument driver installer that adds entries to the ivi.ini file, you can convert the newly installed configuration data by running MAX, which monitors the ivi.ini file for changes. If MAX detects any changes, it launches a conversion utility automatically before loading the configuration from the Master Configuration Store file. Also, you can run the converter utility manually by selecting Start�Programs�IVI�Tools�INI to XML Converter.
    There are a few KnowledgeBase entries on ni.com on this topic:
    http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/b83c7bbd43fd855486256cd10077ef06?OpenDocument
    http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/72f3656387deaefa86256d180062862c?OpenDocument
    http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/33b3f3ea0f305a3386256d170064f02d?OpenDocument
    You can also find more information in the ICP Release Notes.
    I hope this helps.
    Regards,
    Vesna Jadric
    Instrument Drivers/IVI

  • HT201364 My imac running OS 10.6.8, and want to install software that needs  OS10.7. The latest upgrade Maverick requires a MAC dated 2007 or later. Where is the date... It is NOT in "About this Mac". Older upgrade better? How to proceed?

    My imac running OS 10.6.8, and want to install Garmin software that needs OS10.7.
    The latest upgrade Maverick requires a MAC dated 2007 or later. Where is the date... It is NOT in "About this Mac".
    I feel an older upgrade than Maverick might be better for my machine?
    Is it possible to upgrade to ie, 10,7? or another recommended upgrade.
    How to proceed?

    Upgrading from Snow Leopard to Lion or Mountain Lion
    You can upgrade to Mountain Lion from Lion or directly from Snow Leopard. Mountain Lion can be downloaded from the Mac App Store for $19.99.
    If you sign into the App Store and try to purchase Mountain Lion but the App Store says your computer is not compatible then you may still be able to upgrade to Lion per the following information.
    A. Upgrading to Mountain Lion or Mavericks
    To upgrade to Mountain Lion or Mavericks you must have Snow Leopard 10.6.8 or Lion installed. Purchase and download Mountain Lion or Mavericks (Free) from the App Store. Sign in using your Apple ID. Mountain Lion is $19.99 plus tax. The file is quite large, over 5 GBs, so allow some time to download. It would be preferable to use Ethernet because it is nearly four times faster than wireless.
         OS X Mountain Lion — System Requirements
         OS X Mavericks- System Requirements
           Macs that can be upgraded to OS X Mountain Lion
             1. iMac (Mid 2007 or newer) — Model Identifier 7,1 or later
             2. MacBook (Late 2008 Aluminum, or Early 2009 or newer) —
                 Model Identifier 5,1 or later
             3. MacBook Pro (Mid/Late 2007 or newer) — Model Identifier 3,1 or later
             4. MacBook Air (Late 2008 or newer) — Model Identifier 2,1 or later
             5. Mac mini (Early 2009 or newer) — Model Identifier 3,1 or later
             6. Mac Pro (Early 2008 or newer) — Model Identifier 3,1 or later
             7. Xserve (Early 2009) — Model Identifier 3,1 or later
    To find the model identifier open System Profiler in the Utilities folder. It's displayed in the panel on the right.
    Are my applications compatible?
             See App Compatibility Table — RoaringApps.
    B. Upgrading to Lion
    If your computer does not meet the requirements to install Mountain Lion, it may still meet the requirements to install Lion.
    You can purchase Lion by contacting Customer Service: Contacting Apple for support and service - this includes international calling numbers. The cost is $19.99 (as it was before) plus tax.  It's a download. You will get an email containing a redemption code that you then use at the Mac App Store to download Lion. Save a copy of that installer to your Downloads folder because the installer deletes itself at the end of the installation.
         Lion System Requirements
           1. Mac computer with an Intel Core 2 Duo, Core i3, Core i5, Core i7,
               or Xeon processor
           2. 2GB of memory
           3. OS X v10.6.6 or later (v10.6.8 recommended)
           4. 7GB of available space
           5. Some features require an Apple ID; terms apply.

  • Where is the bookmarks stored? I Install the Firefox once again since I upgrade my computer.Is there any folder just like "favourite"to store the html file? I really want to find out the bookmarks because actually i can't remember all the website that ar

    Where is the bookmarks stored?
    I Install the Firefox once again since I upgrade my computer.
    And I try to move the bookmarks from the old computer to the new one.
    But I can't find anyone of them.
    Is there any folder just like "favourite" to store the html file?
    I really want to find out the bookmarks because actually i can't remember all the website that are important to me~ URGENT!!!~THANKS~

    You can move file named places.sqlite from your old profile to the new one. It contains bookmarks and browsing history.
    Here's a knowledge base article about it: [[Recovering important data from an old profile]]
    If you don't care about saving your current bookmarks, you can skip creating new profile (Firefox does it by itself at first run anyway).
    I'd might suggest you to install addon https://addons.mozilla.org/en-US/firefox/addon/2410/|Xmarks Bookmark and Password Sync]. It is a free web service which synchronizes bookmarks and (optionally) passwords with central server, and then to other computers, if you installed it on more. You may treat is as a backup too.

Maybe you are looking for

  • HOW DO I FIND OUT THE OPERATING SYSTEM THAT CAME WITH MY HP pavilions A6142N

    I am using a window 8 operating system and due to my work I need to use windows 7 I bought this computer used and I am not sure what it had on it orginally or even if that matters to down grade to window 7.   my  HP model is a6142n and the Product #

  • Turn video upside down?

    Can anyone tell me if it is possible to turn video upside down? The video was shot on a portable device (mp4 format) whilst the device was wrong way around, making the image upside down, and I want to keep this particular video. If this is possible,

  • List Padding in CSS Designer

    I'm trying to set up an unordered list as a navigation menu using CSS Designer. I've set the list-style-type to none, but when I try to use CSS Designer to set the padding for the UL to 0px, it works initially, but when I turn Live View off and then

  • Management point location for workgroup clients in DMZ

    Hi All, I am trying to install the SCCM 2012 client to some servers that are located in a workgroup and in a DMZ at our organization. I have read up about the config for this and I think that we have everything in place but the clients themselves are

  • Timeline dead in Premiere Pro CC?

    I've been using Premiere Pro CS6 long enough to get used to it. Today, I downloaded the Premiere Pro CC trial to see how I like it. Well, it loads and plays clips in the preview monitor just file, but that's all folks!!  I am totally unable to drag a