Some doubts about the topology, interfaces and security modules

Hello

Below, some questions about the ODI:


1. to use an LKM ODI always ask to use two different DATASERVERS (one for the SOURCE) and another to the TARGET?

2. what would be the best way to create a new IKM with GROUP BY clauses?

3. What is the required minimum PROFILE for developers users could import projects created in other ODI environments?

4. If a particular WORK_REP is lost, it is possible that retrieve projects from version control information stored in the MASTER_REP?

1.) Yes. LKM always loads data from one root to another.
More than once I saw that even if there is a single physical server, several servers are configured in the topology Manager. This would lead to the use of a LKM because ODI consider 2 different servers.
If the physical server is set only once, LKM won't be necessary.

2.) IKM automatically adds a GROUP BY clause if it detects an aggregation function in the Interface implementation.

3.) try to use the profile of the creator of NG.

4.) this is not an easy task. But all the versioned objects are compressed and stored in a BLOB field in the master repository.
You will need to know the names and versions you need to recover.
SNP_VERSION and SNP_DATA have this information. Retrieves the field BLOB SNP_DATA and unpack using a zip utility. This will give you the XML property of the object that was transferred.
Now, you can import this xml file and retrieve the object.

You will need to loop through all the records in order of I_DATA, then extract to .xml file, and then import them to build the work rep.

Tags: Business Intelligence

Similar Questions

  • I have a doubt about the file .folio and publications

    Hello, I m new here.

    I want to start working with DPS, but I have a doubt about which version to buy.

    At the moment I have one customer just wants to publish a magazine, but my intention is to have more customers and publish more magazines.

    If I buy the unique edition of DPS, I read that I can publish a single file .folio. What it means? Each folio file represents a publication?

    Please, I need help to understand this before you purchase the software.

    Thank you very much

    Paul

    Here's a quick blog I wrote to compare the simple edition and

    multifolio apps:

    http://boblevine.us/Digital-Publishing-Suite-101-single-Edition-vs-multi-Folio-apps/

    Bob

  • Doubts about the incoming Interface

    Hi all
    Im trying to import some categories of items in the base... table mtl_item_categories for this program plsql

    (1) I have load data into the staging of table
    (2) done some validations
    (3) inserted in the interface table - mtl_item_categories_interface

    After this call the api INV_ITEM_CATEGORY_PUB. Create_Category_Assignment explicitly or not?

    Thanks in advance.

    Published by: user13552077 on June 29, 2011 12:50

    Hello

    In order to import categories of items in table interface (MTL_ITEM_CATEGORIES_INTERFACE) to table base, please run the concurrent program using under navigation, this should create categories of items in stock.

    Inventory > elements > import > import assignments of class point.

    Excerpts from the previous post: -.
    Hi before using the mtl_item_categories_interface you load all the ietms in inv with assistance from mtl_system_items_interface when you do this automatically a default id category and set_id category will be assigned to the loaded elements. so when you try to insert it won't take it. Instead, you must update the category and category id value if made... the Statute should therefore be updated and you must provide the default category and category set id and thus the category desired id and category id you want to fill. always face the question me your zip code I'll correct what I've done this conversion

    Link: -------------------
    Reg: mtl_item_categories_interface

    Kind regards
    Yuvaraj.C

  • Some doubts about the navigation in unifying

    Hi all

    I had a few questions about unifying navigation.

    Is it possible to move the admin mode user mode access level?

    I mean, if a particular feature as Manager of the shell I can only access from admin mode is it possible to provide access even in user mode?

    If so, how?

    My 2nd question of doubt is, currently, we can access company BPs level "Journal of society" or "Resource Manager" under shell 'Company Workspace'.

    Is it possible to move the "journal of the society" or "Resource Manager" in the folder? If yes how?

    I tried in "navigation user mode" to move the company BPs level at shell of the House, but I can't do it.

    To answer your questions:

    (1) User-Mode browser can have the user feature included. You cannot change the view mode Admin or move functions admin for user mode.

    (2) you cannot move these on the Home tab.

  • Having doubts about the logical operators and, or.

    I wrote a query as

    Select ename emp where mgr = 7902 or sal = 1600 and employment = "seller."

    The o/p of the above query is

    Ename
    Smith

    I cannot understand the o/p, which he gave to me.

    the table is
    EMPNO, ENAME, JOB HIREDATE DEPTNO COMM SAL MGR
    ---------- ---------- --------- ---------- --------- ---------- ---------- ----------
    7369 SMITH COMMITTED 7902 17 DECEMBER 20 800 80
    7499 ALLEN 7698 1600 20 FEBRUARY SALESMAN 81 300 30
    7521 WARD 7698 1250 22 FEBRUARY SALESMAN 81 500 30
    7566 JONES MANAGER 7839 2975 2 APRIL 81 20
    7654 MARTIN 7698 28 - SEP - 81 1250 1400 30 SALESMAN
    7698 BLAKE MANAGER 7839 2850 MAY 1, 81 30
    7782 CLARK MANAGER 7839 2450 JUNE 9 81 10
    7788 SCOTT ANALYST 7566 3000 APRIL 19, 87 20
    PRESIDENT OF 7839 17 NOVEMBER KING 81 5000 10
    7844 TURNER 7698 08 - SEP - 81 1500 0 30 SALESMAN
    7876 ADAMS 7788 1100 23 MAY CLERK 87 20

    EMPNO, ENAME, JOB HIREDATE DEPTNO COMM SAL MGR
    ---------- ---------- --------- ---------- --------- ---------- ---------- ----------
    7900 7698 DECEMBER 3, CLERK JAMES 81 950 30
    7902 7566 3000 3 DECEMBER ANALYST FORD 81 20
    7934 MILLER COMMITTED JANUARY 7782 1300 23 82 10

    Please check again.
    The query is very well.
    I assume you are using version Oracle 11 g and schema scott!

    SQL> ed
    Wrote file afiedt.buf
    
      1* select ename from emp where mgr=7902 or (sal=1600 and job='salesman')
    SQL> /
    
    ENAME
    ----------
    SMITH
    
    SQL>
    

    Thank you!

  • [ADF, JDev12.1.3] Manages the pageFlowScope same bean validation of the different fragments of BTF. Doubts about the 'object' and 'uiComponents' validator parms

    Hallo,

    I have a 'registration' process bounded with 4 fragments workflow.

    There is in each fragment components entry created by dragging different fields of the same instance of VO.

    The user cannot access the next step if the current step is not correctly filled.

    In the fragment of 1st, the user chooses its type (customer, supplier,...) and in the following steps, the fields are has shown/Asterisk based on her user'type selected (I save the String bean var type managed pageFlowScope dedicated to the btf).

    Because of this in the original Version, by the way the key, there is no other area marked as mandatory.

    To manage the visibility of fields I set the property of rendering the fields (or their container) using EL expressions that read the type in the managed bean stream.

    To manage the fields points, I thought only 2 solutions:

    1)

    For each field to create a validator that checks if the fied was flled and function in the formato (e.g. for emails) right in the successful flowScope bean. So I'll have so many validator functions as areas to manage.


    2)

    Create a unique global validator to which the property of the validator for all fields will point in the managed bean flowScope.

    For example

    public void myGlobalBtfValidator(FacesContext facesContext, UIComponent uiComponent, Object object) {
      if (uIComponet.getId() == "InputTextEmail") {  // Component is in Fragment_1
        // Check if the filed is filled and its format
      }
      if (uiComponet.getId() == "InputTextMobileNumber") {  // Component is in Fragment_2
        // Check if the filed is filled and its format
      }
      if (uiComponet.getId() == "InputTextAddress) {  // Component is in Fragment_3
        // Check if the filed is filled
      }
    // ...
    }
    

    ID' would like to know if the 2nd solution might work and that is the approach recommended among them.

    Then, I would like to know if I can use ther uiComponent parm to the validator without any problem. I ask this question because in many threads, I saw only the parm object used. What are the different function/purpose of these 2 settings?

    Thank you

    Federico

    If you do not want to re-use these validators elsewhere in your application, then method unique validator will be enough.

    Of course, if the implementation of this method only validator will require a huge amount of code, it is probably better to split this option to separate validator methods (to simplify the maintenance).

    BTW, ID of component has to be short, so instead of using the id of the component, set f: attribute on each component of the user interface and to use uIComponet.getAttributes () .get ("attrib_name")

    Dario

  • can not display the webpage error something about the Server internal and 500 are down for maintenance

    can not display the webpage error something about the Server internal and 500 are down for maintenance? Yahoo search option and can get to Web site but trying to post comments online and get this message.  tried to restart and got the same answer.  Just set Windows to update when I logged on tonight.

    Hi ginnypierson,

    Thanks for posting in the Microsoft community.

    I understand that you are facing the issue with can not display the webpage and you are wrong about 500 and internal server being down for maintenance.

    Before you start the troubleshooting steps, I need the information required

    1. what web browser do you use?

    2. have you made any changes to the computer?

    3. this problem occurs only with the particular website?

    Method 1:

    If you use Internet explorer, I suggest you to see link and check.

    Get help with the Web site (HTTP error) error messages.

    http://Windows.Microsoft.com/en-us/Windows-Vista/get-help-with-website-error-messages-HTTP-errors

    Method 2:

    I suggest you to see link and check.

    How to optimize Internet Explorer

    http://support.Microsoft.com/kb/936213/ro

    WARNING: Reset Internet Explorer settings can reset security settings or privacy settings that you have added to the list of Trusted Sites. Reset the Internet Explorer settings can also reset parental control settings. We recommend that you note these sites before you use the reset Internet Explorer settings

    Please follow these recommended steps, review the additional information provided and after back if you still experience the issue. I will be happy to provide you with additional options available that you can use to get this resolved.

  • I want to know some info about the "friend" desktop background How can I find it?

    I want to know some info about the "friend" desktop background How can I find it?

    I want to know some info about the "friend" desktop background How can I find it?

    Here you go

    http://www.Google.co.UK/search?q=friend+desktop+background&RLS=com.Microsoft: en - gb:IE - SearchBox & ie = UTF-8 & oe = UTF-8 & sourceid = ie7 & rlz = 1I7GGLT_en & redir_esc = & ei = tn_eTPDpIcPKhAeJ5LmEDQ

  • How to distinguish the physical interface and logic (subinterface) interface to the Cisco router/Switch?

    Hi Expert,

    How to distinguish the physical interface and logic (subinterface) interface to the Cisco router/Switch? Can you please clarify a formal way for this so have?

    A physical interface is numbered with the same name of the interface when printing on the physical port. For example "GigabitEthernet 0/1" corresponds to port 1 of the 0 module (or the base unit).

    A logical interface can be a subinterface on a routed port and will have a point ("". "") preceding the number sous-interface (ex. GigabitEthernet 0/1.1). It can also be a loop or a virtual interface (on a router this could also include interfaces like the tunnel and virtual tunnel or VTI types). A switch may also have a VLAN logical interfaces (e.g. interface vlan 1) which are used as layer 3 virtual interfaces of type.

  • How to give the bios password and secure in windows 7

    How to give the bios password and secure in windows 7

    Hello

    BIOS - FAQ
    http://Windows.Microsoft.com/en-us/Windows7/BIOS-frequently-asked-questions

    Check with the manufacturer of your system (manufacturer of motherboard for customized systems)
    information on the definition of a BIOS password.

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle=""><- mark="" twain="" said="" it="">

  • Error message is "launch the user interface and to reinstall the application" after executing the quick backup.

    Original title: speedy

    My pc tells me to open the settings of the user interface on my windows laptop 8. I currently have

    has ran a quick backup, and now iiiimy pc asks me to open the user interface and I have to reinstall the application

    not known were and how to find what to do.

    Hello

    Please contact Microsoft Community. I've surely you will help solve this problem.

    To better understand the issue, let me know if you get this error when executing quick backup?

    If you get this error message when running fast backup software, you can visit the article to uninstall and reinstall the software.

    http://TechSupport.SpeedyPC.com/system/templates/selfservice/speedybackup/#Portal/1013/article/8478/how-do-I-uninstall-and-reinstall-the-program

    Hope this information helps. Reply to the post with an up-to-date report of the issue so that we can help you further.

  • Want to know some details about the technology bluetooth, cell tower IDS and WIFI networks.

    Hello.

    Please let me know that the what is the API should I use for the following items.

    To retrieve the Bluetooth ID of other devices in the vicinity.

    For Cell Tower IDs.

    For Wi - Fi networks that are close to my camera...

    Kind regards

    Neev.

    The DiscoveryAgent class can be used to search for Bluetooth devices nearby.

    RadioInfo class can be used to get information about the cell tower that BlackBerry handheld is currently connected.

    There is no API to search for Wi - Fi networks.  The user must configure the network Wi - Fi on their device before an application can connect on it.

  • Question about the Apple Watch and tattoos

    I think buy a Apple Watch very soon.

    I have a full sleeve (which is where I would like to wear the watch) and I wonder if it will cause problems with readings with the heart monitor since I want to use the Apple Watch for fitness training, mainly.

    I read on the page of the heart rate for the saying of Apple Watch:

    "Permanent or temporary changes to your skin, such as some tattoos, can also impact performance heart rate sensor. Ink, model and the saturation of some tattoos can block light from the sensor, making it difficult to get reliable readings. »

    There are other problems in addition to playback of heart rate on the Apple Watch for inked people that may know you?

    Thanks for your comments just to decide if this watch will really be for me before making this purchase, because I missed one for some time.

    If you are looking for, there was a very long discussion about this in the past, only shortly after the release of the Apple Watch. What I've read, it seems that the heart rate monitor is the only victim when it comes to the watch, since this is the only thing that requires the sensors to work through ink. Not all inks makes a difference, but most don't. The activity of exercise/app also uses the heart rate monitor to determine the rate for the year. You can take the time to go to the nearest Apple Store and try on the Apple Watch and see if the monitor works with your sleeve.

  • Doubts about the speed

    Hello gentlemen;

    I have a few questions, I would like to ask more experienced people here. I have a program running on a computer that has a processor i7 processor. In this computer that I have programmed in LabVIEW, meanwhile in another lab, we have another PC, a little older, a dual core 2.3 Ghz, in this pc, we perform a testing platform for a couple of modems, let us not get into the details.

    My problem is that I discovered recently that my program, I programmed in the computer, i7, much slower work in the other machine, the dual core, so the timings are all wrong and the program does not run correctly. For example, there is a table with 166 values, which, in the i7 machine are filled quickly, leaving almost without delay, however, the double machine heart, it takes a few milliseconds to fill about 20 values in the table, and because of the timing, it can fill more values and so the waveform that I use is all wrong. This, of course, live of the whole program and I can't use it as a test I need to integrate.

    I have create a .exe program in labview and try it in the different PC that's how I got to this question.

    Now, I want to know if there is actually a big problem due to the characteristics of the computer, the program is slow in one machine. I know that, to ensure the eficiently program, I need to use States, sub - vi, idea of producer-consumer machines and other things. However, I discovered this is not a problem of the speed generated by the program, because, if that were the case, the table would eventually fill it completely, however in slow computer, it is not filled more with 20 values.

    Else, helps to hide unnecessary variables in the front panel?, because the time beeing I have keep track of lots of variables in the program, so when I create the .exe I still see them runing to keep this follow-up. In the final version, that I won't need them so I'll delete some and hide front panel some. It helps that require less condition?

    I would like to read your comments on this topic, if you have any ideas in machines to States, sub - vi, etc., if there is a way to force the computer to use more resources in the Labview program, etc.
    I'm not add any VI because, in the current state, I know you will say, state machines, sub.vi and so on, and I think that the main problem is between the difference in computers, and I'm still working in the things of the State/sub-VI/etc

    Thank you once again, we just let this hollow.

    Kind regards

    IRAN.

    Get started with, using suitable as a machine for States stream you can ensure that your large table would be always filled completely before moving on, regardless of how long it takes. Believe it or not add that a delay to your curls will do more all the program run faster and smoother, because while loops are eager and can consume 100% of CPU time just a loop waiting for a button press, at the same time all other processes are fighting for time CPU.

  • Doubt about the appeal of Blackberry Maps

    Hello.

    I'm developing an application that uses Invoke to call the Blackberry Maps appwhile by the way some places defined by the user.

    My question is this, citing Blackberry Maps will cause my original application of 'freeze' until I close BB Maps, or it will not interfere and my application will run in the background while I use BB maps?

    Thanks in advance.

    Your application will be in the background and will no longer receive events from the user interface, but you can always perform a treatment from other threads.

Maybe you are looking for

  • Satellite A-C55-1N9 - Bluetooth problems

    I need assistance with my bluetooth. The camera itself does not appear in Device Manager. It should be a module shared with wifi Atheros module, I have reinstalled the drivers WLAN, then installed the Bluetooth packet filter Driver. Did not work, the

  • Can I transfer my photos from my camera photos and how

    I want to put my favorite photo that are on in my images on or in my camera so they can be transferred to the image of Sony.

  • Phone freeza

    I had my z3 compact since its available on handtech... He ordered the Portugal. Quite satisfied with the unit but theres a problem, I just got the phone freeze on me playing real racing 3 and now I can t anything, the device puts in "sleep mode" and

  • printer ERROR CARTRIDGE V305

    I am a user of DELL Italian (sorry for my English) My printer's cartridges are filled with ink, but printer continuously reports CARTRIDGE ERROR and prevents me from printing.I proceeded to run the wizard to clean the cartridges but the problem is no

  • Parallax OAM possible scrolling in reactive Adobe?

    Is it? As Internet Marketing strategy - Social triggers this.