40 servers to extract

I have a process where I need to extract data from 50 different servers. The physical data are the same throughout. I only need a logic diagram. Is the only way to define 50 contexts? One for each server? Other options?

You can use a combination of package looped and ODI Variables in the topology to loop through each data server and run a single Interface for each table. The variable would change your dynamic connection information, allowing you to use a single Interface for each of the 50 servers for a given target.

https://blogs.Oracle.com/dataintegration/entry/using_variables_in_odi_creatin
https://blogs.Oracle.com/dataintegration/entry/using_odi_variables_in_topolog

I adapted the concepts of these two posts to build a loop process that modifies the connection to the target data store. I have not yet tried the same thing with the source data store, but it should work.

Kind regards
Michael Rainey

Tags: Business Intelligence

Similar Questions

  • Extract users of ESXi servers

    I found this script on the vmware communities and it almost works for me. I have to extract for the description, groups and user_is esxi3 and esxi4

    Exit at the bottom of the script only a Hostname and user_ID - group membership are empty. Can someone how can I get the advice of the groups members and description, please

    SE connect-VIServer-server IP - Credential (Get-Credential)

    $hostlist = get-VMHost | where {$_.} State - eq 'Connected'}

    $table = @)

    {foreach ($vmhost to $hostlist)

    SE connect-VIServer-Server $vmhost | Get-VMHostAccount | % {

    $details = "" | Select-Object Hostname, user, Group_membership

    $details. Host name = $VMhost.Name

    $details. User = $_. ID

    $details. Group_membership = $_. Groups

    $table += $details

    }

    }

    $table | Export-Csv "d:\UserReport.csv" - noTypeInformation

    Thanks in advance

    Artur

    Visit my blog

    www.vmwaremine.com

    You made sure to put the square brackets around "chain"-> "[\[string\]'? '" Otherwise Powershell recognizes as a type.

    -

  • Get-view do not show anything for some servers

    One of my colleagues has created a script to extract some VM PCI slot numbers the script seems simple like this and work for (most) servers.

    $ServerName = "Test01".

    $vmview = (get-View - ViewType VirtualMachine-filter @{"Name" = $ServerName}).config.hardware

    $AllSasControllers = $vmview. Device | Where {$_.} DeviceInfo.Summary - eq 'SAS LSI Logic'}

    foreach ($SasController to $AllSasControllers)

    {

    Write-Host "Pci slot number:" $SasController.SlotInfo.PciSlotNumber

    }

    It worked before, but since a few days on 3 virtual machines which are one of the 6 we want to check returns no results more. All 3 VM is connected to the same vCenter, while others are connected to another. Knowing this, we'll try another VM in the vCenter (defective)... .strange return these results...

    On a defective VM, I note that:

    $AllSasControllers is filled with the results

    But the slotinfo property is empty, so far I can only see this behavior on 3 virtual machines that worked fine before.

    We did a few add/remove disk shares a few weeks on all VM 6 on the two vCenters. (may be a clue)

    One has obtained clues where to look?

    After a restart of vCenter problem seems to have disappeared, requires that certain inconsistencies of data or something.

  • Adobe extract new bug in details!

    Hi all

    It's new and deadly boring:

    I was working on some assets for a retina iPad application.

    I use the Adobe online service extract.

    I used files PSD 2048 x 1536 with the parameter "designed to 2 x" worked perfectly. It's like having a psd in 1024 x 768

    Since today morning it's all over. Extract reports correct sizes. But when in 2 x report all coordinates DIVIDED BY 4!

    Example: I have a trump card "designed to 1 x:

    Width: 1164px;

    height: 811px;

    top: 160px;

    left: 578px;

    While it reports today, when "designed to x 2.

    Width: 582px;

    height: 406px;

    top: 40px;

    left: 145px;

    Hi Arturo, this bug should be resolved now and on our production servers. It was actually fixed a few weeks earlier, sorry for the slow update here.

  • Impossible to extract the details of the network applications: MsgShuttingDown

    See 4.6

    Recently, I was incapable of analysis for any new thinapps. After selecting the scan for the new thinapps, selecting the repository, then the thinapp scan bombs with "Server Error" "unable to extract the details of the network applications: MsgShuttingDown.

    Can someone give me some advice on places where to dig deeper into this problem? Connection servers would be my next port of call?

    Thank you

    Simon

    If the verification that the other CB is as recommended Mittim does not help, you happen to use ThinApp 4.7.2 to capture the application? There is a known issue with ThinApp 4.7.2 and 4.6.x, the current solution is to use 4.7.1 or earlier to capture the apps.

  • extract from catalog rman backup report sorted by host name

    Hi all

    I have a catalog database.

    I have a lot of database running on multiple servers.

    I need to extract the backup report of database catalog sorted by host name.

    Please share all the reporting scripts you have.

    Here is the script that I have to extract the backup report

    Col in the shape of "TIME_SINCE_LAST_BACKUP (HOURS) topic TIME 99999.99

    Col BACKUP_SIZE column titled "BACKUP_SIZE (GB)"

    Neck backup for a12

    Course DURATION col ' BACKUP | DURATION | (MIN) "form 999.99

    TIME of col position "TIME_SINCE | LAST_BACKUP | (H) ' train 99999.99.

    col BACKUP_SIZE column headers "BACKUP_SIZE column | (GB) »

    SELECT A.DB_NAME

    , A.OBJECT_TYPE 'BACKUP '.

    (, TO_CHAR(A.START_TIME,'dd/mon/yyyy hh24:mi:ss') START_TIME

    (, TO_CHAR(A.END_TIME,'dd/mon/yyyy hh24:mi:ss') END_TIME

    , ROUND ((A.END_TIME - A. (START_TIME) * 24 * 60, 2) DURATION

    , ROUND ((SYSDATE - A. (END_TIME) * 24: 2) TIMES

    ROUND (OUTPUT_BYTES/1024/1024/1024,2) BACKUP_SIZE COLUMN

    OF rman. RC_RMAN_STATUS, A.

    (SELECT DB_NAME, OBJECT_TYPE

    MAX (END_TIME) END_TIME

    OF rman. RC_RMAN_STATUS

    WHERE

    OBJECT_TYPE IN ('FULL DB","DB INCR")

    AND

    STATUS like '% COMPLETE '.

    AND

    OPERATION ("BACKUP", "BACKUP COPYROLLFORWARD")

    DB_NAME, OBJECT_TYPE) B

    WHERE A.OBJECT_TYPE IN ('FULL DB", 'DB INCR', 'ARCHIVELOG')

    AND

    STATUS like '% COMPLETE '.

    AND

    OPERATION ("BACKUP", "BACKUP COPYROLLFORWARD")

    AND

    A.DB_NAME = B.DB_NAME

    AND

    A.END_TIME = B.END_TIME

    AND A.OBJECT_TYPE = B.OBJECT_TYPE and

    A.end_time > sysdate - 1.5

    ORDER BY 2,1 desc;

    Hello

    I think you need to create your own table and add the entry for the server name, database and DBID and then use this table in your query with join column DBID.

    HTH

  • Archive of virtual servers

    I would like to be able to archive virtual servers that we probably use more but maybe. If we look at a vCenter server image copy/extraction, save the imagre away by using our backup system, remove the virtual server vCenter, but still want the ability to be able to restore the image if need be.

    Did someone do something like the above? Any recommendations of how best to extract the image from vCenter?

    Welcome to the Forums - you can use a third party such as Veeam Backup or Vizioncore vRanger connection tool or you can export the VM in an OVF and then move on a tape, then re-import when image OVF.

    If you find this or any other answer useful please consider awarding points marking the answer correct or useful

  • Extraction of (difficult) Oracle version

    I develop a solution for a company that want the version number of the applications they have distributed over several servers from the list. This solution is already expanded, but one thing remains. Find it me difficult to extract the version number of the Oracle databases without having to connect to the database.

    Is it possible to extract the version of Oracle database without having to connect to the database with the credentials? orders or existing files, I can access it by using the command prompt.

    I am very grateful for an answer to this question.

    Hello
    Welcome to the forum.

    I think go to $ORACLE_HOME/inventory/and that comp.xml will give

    
    

    Baskar.l

  • Essbase extraction rating using the routine of HAL

    Hello

    I have a HAL routine that retrieves the level 0 members (and aliases corresponding) dimension and loads in an oracle table for further processing.

    I'm unable to load all the members of level 0 in the table. Only about 4,000 off the loaded 8000 in the table (total count recovered by extracting the dimension thru essbase addin).

    I also have the following exceptions (approx. 30) in the HAL exception log file.

    14/08/2009 | 115720 | Application/database | Error | Excerpt from Standard Dimension | Native exception code # 1 = 1042006Error = 1033 Msg error Code = [Fri Aug 14 11:57:12 2009] server_name/Application/Database/username/Error (1042006) network [10048] error: could not connect to [server_name:1423]. The customer has expired waiting to connect to the Agent of analytical Services using the TCP/IP protocol. Check your network connections. Also, make sure that the values for server and port are correct

    Essbase servers are running fine and other routines HAL are also running without network error.

    In addition, please let me know if anyone has any help HAL / error guide is available on google.

    Thanks in advance!

    Hello

    It may be a problem where too many connections try under windows, if that is the problem, you will need to make some registry changes.

    1. on the start menu, click Run.
    2. type regedit, then click OK.
    3. in the Registry Editor window, click on the following directory:

    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Tcpip\Parameters

    4. in the Edit menu, click New, DWORD value.

    The new value appears in the list of parameters.

    5. type MaxUserPort and then press ENTER.

    Double-click MaxUserPort.

    6. in the Edit DWORD value window, follow these steps:
    * Click Decimal.
    * Enter 65534.
    * Click OK.
    7. in the Edit menu, click New, DWORD value.

    The new value appears in the list of parameters.

    8 type TcpTimedWaitDelay, and then press ENTER.
    9. double-click on TcpTimedWaitDelay.
    10. in the Edit DWORD value window, follow these steps:
    * Click Decimal.
    * Type 300
    * Click OK.
    11. close the Registry Editor window.
    12 restart the server

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Disconnection - auto reconnection between servers in Tuxedo

    Hi all

    I have 2 servers in tuxedo, 1 on AS400 ("sftesp02") and 1 on Linux with salt ("linuxserver") as to publish services form the Tux on AS400 as Web service.
    Scenario: when I start the server on Linux with the AS400 smoking stopped, I get the following in the newspapers (filtered for readability):

    103949.LINUXSERVER! BBL.1305.12782944.0: 10/03/2009: Tuxedo 10.0, 64-bit Version, Patch level 011
    103949.LINUXSERVER! BBL.1305.12782944.0: LIBTUX_CAT:262: INFO: Standard master boot
    103949.LINUXSERVER! DMADM.1306.13966496.0: 10/03/2009: Tuxedo Version 10.0, 64-bit
    103949.LINUXSERVER! DMADM.1306.13966496.0: LIBTUX_CAT:262: INFO: Standard master boot
    103949.LINUXSERVER! GWADM.1307.12651936.0: 10/03/2009: Tuxedo Version 10.0, 64-bit
    103949.LINUXSERVER! GWADM.1307.12651936.0: LIBTUX_CAT:262: INFO: Standard master boot
    103949.LINUXSERVER! GWTDOMAIN.1308.12651936.0: 10/03/2009: Tuxedo Version 10.0, 64-bit
    103949.LINUXSERVER! GWTDOMAIN.1308.12651936.0: LIBTUX_CAT:262: INFO: Standard master boot
    103949.LINUXSERVER! GWTDOMAIN.1308.116683328.0: LIBGWT_CAT:1249: WARN: failed to connect to the address D_SFTESP02 / / sftesp02:9333, error (115) network
    103949.LINUXSERVER! GWTDOMAIN.1308.116683328.0: LIBGWT_CAT:1304: warning: no longer remote address domain for the remote domain D_SFTESP02
    103949.LINUXSERVER! GWTDOMAIN.1308.106197568.0: LIBGWT_CAT:1500: INFO: new attempt to field (networkid = < D_SFTESP02 >) every 5 seconds
    104809.LINUXSERVER! GWTDOMAIN.1308.106197568.0: LIBGWT_CAT:1562: INFO: stopped retrying field (networkid = D_SFTESP02)

    Question: are they "reconnect" as soon as the tuxedo on AS400 is running again? How CAN I get this configuration?

    Below the config that I extracted the thing acting in the present:

    ----------------------------------------extract DMCONFIG AS400---------------------------------------------------
    * DM_LOCAL_DOMAINS
    D_SFTESP02 GWGRP = GRPDOM TYPE = TDOMAIN NETWORKID = "D_SFTESP02" PERIOD = 30 CONNECTION_POLICY = ON_DEMAND

    * DM_REMOTE_DOMAINS
    D_linuxserver NETWORKID = "D_linuxserver" TYPE = TDOMAIN

    -extract DMCONFIG linuxserver-
    * DM_LOCAL_DOMAINS
    DEFAULT: TYPE = TDOMAIN
    D_linuxserver GWGRP = GW_grp NETWORKID = "D_linuxserver" CONNECTION_POLICY = ON_STARTUP = 1 = 100 MAXRETRY RETRY_INTERVAL

    * DM_REMOTE_DOMAINS
    D_SFTESP02 NETWORKID = "D_SFTESP02" TYPE = "TDOMAIN.

    Best regards, G

    Dmadmin you can view the remote domains that they are connected to a local area of Tuxedo. The command is:

    PD d

    For example:

    PD d dom_TUX_WLS

    Local domain: dom_TUX_WLS
    Related areas:
    Networkid: Getronics02Domain
    Networkid: Otros03Domain
    Networkid: ZaguanMC04Domain
    Networkid: ZaguanNP03Domain
    Networkid: Getronics04Domain
    Networkid: ZaguanMC02Domain
    Networkid: GSesion03Domain
    Networkid: ZaguanNP04Domain
    Networkid: GSesion01Domain
    Networkid: GSesion04Domain
    Networkid: Otros04Domain
    Networkid: ZaguanMC03Domain
    Networkid: ZaguanNP02Domain
    Networkid: Gema04Domain
    Networkid: GSesion02Domain
    Networkid: Gema02Domain
    Networkid: Otros02Domain
    Networkid: ZaguanMC01Domain
    Networkid: ZaguanNP01Domain
    >

    Kind regards.

    Miguel A. Tortosa
    Caja Granada/Virtual Business, S.L.L.

  • App, networking, process cloud runaways; Very slow to connect to servers, high fan

    I have the same problem on two different computers. A new installation (of Sierra of MacOS) (with costs users, no restored settings, preferences, etc.) fixed, but not the other. (Past the wire: all Web apps suddenly slow; fan high speed).

    On the computer that still does not, have the following processes often rampant and prevents the computer access to the servers to load pages, apps, etc..

    • trustd
    • Mail
    • messaging networks
    • Safari
    • Networking of Safari
    • storeaccountd
    • AKD
    • accountsd
    • nsurlstoraged
    • nsurlsessiond
    • syncdefsultsd
    • cloudd
    • com.apple.CommerceKit.transactionservice

    Obviously the issue transcends the user the user and settings (because it affects the settings and new users).

    So I guess that it is a problem with iCloud? A question of trousseau (iCloud)? How to fix this?

    I am VERY interested in any orientation.

    I just tried these steps recommended for new users of macOS with wifi problems: http://osxdaily.com/2016/09/22/fix-wi-fi-problems-macos-sierra/

    The problem persists.

  • Problem with SMTP servers that disappear

    I've recently updated to the official version of Sierra.

    Since then, I can't send mail more.

    I have a special setup in Apple Mail: I config a manual counting that iCloud as IMAP for receiving server and Gmail as SMTP server to send. That allows me to have sort of a double synchronization with iCloud and Gmail.

    It was working perfectly until that date, but after Sierra upgrade it keeps losing my SMTP server config.

    After some instructions on mail and Sierra problems (in this thread: Re: IMAP e-mail accounts went into Mail after upgrade of Sierra), I have built my mail again, created new account, but the problem remains.

    What happens is that it continues to lose my SMTP server. I re-entered 20 times or more, save, but she mysteriously disappears. I go to Mail > Preferences > accounts, select my manual counting and this is what I see under "server settings":

    Password is missing. Username loses the game ' @gmail.com ' email address and authentication is set to None.

    If I'm in all the fields correctly, switch tabs, back: it's all gone!

    I tried to remove the smtp server and create a new one, but the same happens.

    All faced a similar problem? Do you have an idea how solve it?

    Thanks a lot for help.

    Gabriel

    I have a special setup in Apple Mail: I config a manual counting that iCloud as IMAP for receiving server and Gmail as SMTP server to send. That allows me to have sort of a double synchronization with iCloud and Gmail.

    Installation with SMTP servers for each account. THEN in Mail > Preferences > composition select always send from Gmail account.

  • Audio cd extraction problem with iTunes 12.5.1

    Using the latest version of El Capitan 10.11.6, end 2012 iMac i7 processor.

    Installed iTunes 12.5.1.21 the other day and now bad rip the CD itself. I tear like Apple Lossless with correction of error checked and have never had any problems before. Some I just new Herb Alpert CDs in the mail and each of them seemed to rip OK, but two starting to jump on other securities when read.

    For example, torn "Summertime" and the two-lane 1 jump during playback. I tried playback on the same ripped files with VLC, and they ignored in the same places, so it must be a file problem not just reading. Then I tried to play the CD with iTunes and without tearing, and it plays very well. Yet once torn and same problem. Had to extract a few tracks on "Volume 2" several times and they finally played OK. "" I think with error correction that this could not happen. Glance CD clean. In the past I had trouble with ripping a CD and still found a crack in the plastic and iTunes would not rip in this case.

    All the old files ripped off until I upgraded 12.5.1 plays perfectly just like always.

    Any suggestions? At the moment, hoping that this is a problem of system and the Sierra with Take Care of it.

    Me again with further troubleshooting. You wonder now if it's a hardware problem. With the help of a 4 year old Superdrive Apple USB. Tried to rip to my MacBook Air with the same drive, but using iTunes 12.4 and had still tracks will jump on playback. Put the CD into the stereo of my wife, and she played it perfectly.

    Confuses me because I thought (with correction of error during the rip) that if there is an error with the player, he would refuse to rip at all or to freeze. I agree that iTunes did freeze twice during a tear in the disc, but after having tried seemed to work OK.

    Should I be looking for a new drive?

  • I would use Yuanti SC police for my web development project. However, my developer is not able to use the file .ttc I extracted from the library of fonts, and .ttf, .otf .woff formats not available anywhere on the web.

    I would use Yuanti SC police for my web development project. However, my developer is not able to use the file .ttc I extracted from the library of fonts, and .ttf, .otf .woff formats not available anywhere on the web. Please, let me know how can I use this font for my project.

    Thank you

    Anton

    Unless the site you develop is for the Asian market, I don't know why you want to use that particular font. The Basic, standard and digital alphabet punctuation glyphs has sans serif, Roman characters, but the rest is thousands of Kanji characters. While you can use the font .ttf and .otf and web fonts, it would be very unusual to use one so great. Pages should load quickly and 78 MB, with a value of faces to download for those who have connections slow Internet is not fast.

    I would take a different font without serifs. There are literally thousands who look identical or virtually identical to Yuanti.

    131 free and high quality without font serif to choose here. I'm sure you can find a desired.

  • delete mail servers

    I just noticed that Apple Mail imported my other mail server, doubling the storage on my drive needs hard and in iCloud. How to stop importing mail from other servers?

    Remove the account from mail preferences.

Maybe you are looking for