FDM does not finish loading mapping tables. FDM stops loading maps

We are loading large mapping tables into FDM in text (.trn) format.
The mapping tables approximately 20,000 rows load in about 6 minutes. After a few days of loading maps, deleting maps and reloading maps FDM slows down to loading 1 or two RECORDS a MINUTE.
We have tried bouncing the server and databases this gives only temporary relief. We have also looked at database space on the linux server and it seems OK.
Has anyone hit this issue before as it effectively renders FDM unusable.

I have not seen this before when loading a text based map template. How many records are in the template?

Similar Messages

  • How do I stop a website that does not finish loading?

    The green wheel keeps spinning. I just want to stop it from continuing. Not concerned about not connecting at this time for that site.

    At the right end of the address bar is an icon that changes between stop ("x"), reload (circle-arrow), and go (if you are typing in the address bar). When the page won't finish, if you see the stop button, you can try clicking that.
    In some cases, the page is done loading, but an image or video is not loading. I'm not aware of a specific way to stop Firefox from trying to load those, but sometimes pressing the Esc key might help.
    If there's a particular page that has this problem that you would like feedback on, could you post the URL?

  • The fist tab does not finish loading - it keeps on loading and loading.

    Since the latest Firefox update, the first tab does not load! It keeps on loading and loading. The first tab also does not want to close. '''So the first tab does not load and it does not close! '''All other tabs load and close. This happens when I open new tabs or when FF opens previous sessions.

    On further attempts. I believe that my earlier post was not the correct description. What I have found is that when Firefox is closed with a web page open on its first tab, the next attempt to open Firefox will cause the symptoms that Lorraine was talking about earlier. After that back keys don't work. This is not an extension issue. I believe that this is a Firefox issue.

  • [SOLVED] KDE4 does not finish loading

    I've installed and configured xorg (as follows https://wiki.archlinux.org/index.php/Xorg#Installing) and kdebase. I've added dbus and kdm to deamons. After the login with kdm, but before finishing loading the deskop all stops and i can only move cursor by mouse and nothing happens. Solution from wiki (https://wiki.archlinux.org/index.php/KD … sh_loading) doesn't work for me (because i don't have Nvidia card?). My graphic card is Intel Mobile 4 Series Chipset Integrated Graphics Controller (rev 07).
    Any suggestions?
    Last edited by mkd (2011-08-25 20:50:54)

    Hi I have the same problem as you mkd and I have the same type of video card.  To be sure it is not the  Xorg configuration, I install XFCE4, which works just fine. So I think the problem is KDE.
    PS: Sorry for my English.

  • HT204406 Itunes Match does not finish loading on my PC

    I purchased a subscription to iTunes Match. The start process stopped and would not upload my library. All I have in the cloud is music I have purchaes on iTunes in the past. I have made sure that iCloud Download and Status are checked in View on iTunes. I have turned Match on and off several times. Each time I am prompted to Add This Computer, the same one I origionaly purchase Match on. Does anyone have an idea of what the problem is?
    Thanks...Rick

    Just be patient. The initial scan, match and upload process is not instant. Depending on the size of your library and the upload speed of your Internet connection the scan can take from several hurs to weeks. Let the process run and it will finish.

  • When downloading, it does not finish the download. Firefox stops and closes all open tabs/windows

    no special webside or file

    Is that Firefox safe mode or Windows safe mode?
    If it does work in Firefox Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    *Use "Disable all add-ons" on the [[Safe Mode|Safe Mode]] start window to disable all extensions.
    *Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")

  • BW statistics cube load does not finish

    Hi Friends,
    The BW statistics cube 0BWTC_C04 does not finish load for hours in the first run. It will be in running status. When we delete the request by forcing the status to red and run the load, it finishes sucessfully in minutes. It is happening for last 2 months daily. Any clue why this is happening and how to correct it?
    Thanks and regards,
    Balaraj

    Hi Arun,
    Thanks for reply.
    We are dropping and recreating the indices everytime we load. We are doing this through Process chain. We did drop the cube (deleted all the data) and reloaded, after 2nd run again the issue appeared.
    Any suggestions?
    Thanks and regards,
    Balaraj

  • SEM_APIS.BULK_LOAD_FROM_STAGING_TABLE does not finish

    Hi all,
    I am trying to bulk load an N-Triples file using a staging table according to instructions given in documentation (RDF Semantic Graph Overview).
    The file contains about 23,000,000 triples, and I have split it in 16 files of 1,437,500 triples, in order to load them in parallel.
    First I successfully load these files into the staging table by invoking the following command, which needs about 1 minute to finish:
    BEGIN
      SEM_APIS.LOAD_INTO_STAGING_TABLE(
        staging_table => 'STAGE_TABLE'
       ,source_table  => 'STAGE_TABLE_SOURCE'
       ,input_format  => 'N-TRIPLE'
       ,parallel          => '16');
    END;
    Then, I call SEM_APIS.BULK_LOAD_FROM_STAGING_TABLE to load data into the semantic store:
    BEGIN
        SEM_APIS.BULK_LOAD_FROM_STAGING_TABLE(
            model_name  => 'rdfmodel',
            table_owner => 'rdfuser',
            flags       => 'PARSE PARALLEL_CREATE_INDEX PARALLEL=16 MBV_METHOD=SHADOW',
            table_name  => 'stage_table'
    END;
    However, this operation does not finish. I left it running for more than 5 hours and not any triple is inserted into the table mdsys.semm_rdfmodel.
    Also, I have observed that even if PARALLEL parameter is set the most CPUs remain idle. Usually, only one or two CPUs are used to a percentage more than 50% (I check it using htop).
    Any hint about how I can find out what goes wrong will be very appreciated!
    Best regards,
    George

    Hi Souri,
    thank you for you advices!
    I enabled parallel dml but the results are the same. I, also, created the RDF$ET_TABLE and it seems that the events that do not finish are FIND_AND_RESOLVE_BATCH_DUPS and -find_BATCH_DUP_SELECTIONS.
    To find unfinished events I posed the query:
    SELECT DISTINCT proc_sid, event_name, start_time, end_time, start_comment, end_comment
    FROM RDF$ET_TAB
    WHERE end_time IS NULL
    ORDER BY start_time ASC;
    and the results are the following:
    PROC_SID
    EVENT_NAME
    START_TIME
    END_TIME
    START_COMMENT
    END_COMMENT
    M1_16B08_6F40B1F_68
    *BULK_LOAD_FROM_STAGING_TABLE
    06-FEB-14 12.02.43.669541 AM
    M1_16B08_6F40B1F_68
    FIND_AND_RESOLVE_BATCH_DUPS
    06-FEB-14 12.06.57.878441 AM
    [P1=[PARALLEL(RDF$2LM1_16B08_6F40B1F_68,16)]
    P2=[PARALLEL(RDF$TLM1_16B08_6F40B1F_68,16)]
    P3=[PARALLEL(RDF$BDM1_16B08_6F40B1F_68,16)]
    P4=[PARALLEL(RDF$BSM1_16B08_6F40B1F_68,16)]
    Px=[PARALLEL(x,16)]
    Py=[PARALLEL(y,16)]]
    M1_16B08_6F40B1F_68
    -find_BATCH_DUP_SELECTIONS
    06-FEB-14 12.06.59.969255 AM
    I suppose that these events are about duplicates. So, I thought that adding the flag DEL_BATCH_DUPS=USE_INSERT to the sem_apis.bulk_load_from_staging_table call would help. I added this flag and retried. The storing, again, did not finish after 5 hours but the results of the query for the unfinished events are slightly different:
    PROC_SID
    EVENT_NAME
    START_TIME
    END_TIME
    START_COMMENT
    END_COMMENT
    M1_16B047841AF37_68
    *BULK_LOAD_FROM_STAGING_TABLE
    05-FEB-14 07.32.05.582389 PM
    M1_16B047841AF37_68
    LOAD_BATCH_TRIPLES_TABLE
    05-FEB-14 07.35.24.297935 PM
    [nP=[0]
    P1=[PARALLEL(RDF$TLM1_16B047841AF37_68,16)]
    P2=[PARALLEL(st,16)]]
    Best regards,
    George
    Message was edited by: 28f0f31d-f7f8-4fcd-a737-4d97bf31ab13

  • The requested column does not exist in this table

    Hi All,
    I am getting the following error:
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 59014] The requested column does not exist in this table. (HY000)
    SQL Issued: SELECT "Customers - Dim".CITY FROM MVDEMO ORDER BY 1
    When I tried viewing data online I am able to view the data in the physical Layer. Also I tried connecting thru ODBC Client and issued the same SQL (above) and it returns the data.
    I am using Oralce BIEE 10.1.3.2.1 version.
    Please let me know if any faced this kinda issue and how to resolve this.
    Thank you.

    Check your column mapping in the BMM layer in your Customers - Dim logical table. Does the CITY column point to a physical table column?

  • Syncronizing my 3gs with itunes the sync does not finish because itunes allways crash and stuck i made some troubleshoots like reinstall again but nothing and my itunes is update and the system is windows vista home premium.Please help me...

    Syncronizing my 3gs with itunes the sync does not finish because itunes always crash and stuck and i can not sync my device, i dont no whats wrong because the itunes even can not  acess itunes store, still loading waiting for itunes store and nothing.I tryed reinstall itunes but just waste of time.
    My itunes is update, iphone 3gs 4.3.4, system is windows vista home premium.
    Please help me.

    I also have the Mcaffe security centre so on the face of it we have very similar situations and I had not problems.
    You asked what I meant about saving the installer on your PC.
    When you go to the iTunes download page:
    http://www.apple.com/itunes/download/
    And click on download, you should be offered the choice of running the installer or saving it. You need to click on save and then choose a folder on you PC where you want it saved. But I think you already did that.
    After the installer file - iTunessetup.exe - is save on your computer, you double click on it to run it.
    It's very odd that the installer fails at different stages. usually when the installation fails, it is at a specific stage and usually generates an error message.
    I am afraid I am mystified. Have you had any other problems with your PC which might suggest a general problem not specific to iTunes?
    The only other suggestion I have is to download a fresh copy of the installer - in case it got corrupted. You could also try using "run as administrator" to run the installer. It should be an option if you right click on the installer file.
    The other thing it might be worth trying is to install it from another account, but you would need to create another administrator account if you don't a;ready have one. Or if you have another account that is not an admin account, you can temporarily promote it from the control panel>>User accounts.

  • Import From CSV File statement runs forever, no error, does not finish

    Hello,
    I am trying to import a CSV file in a JAVA program, with the following statement:
    IMPORT FROM CSV FILE '/debug/testdatabase/FILE.csv'
    INTO "JOSEPH"."TEST_TABLE"
    WITH COLUMN LIST IN FIRST ROW
    RECORD DELIMITED BY '\n'
    FIELD DELIMITED BY '\t' ERROR LOG '/debug/testdatabase/file.err'
    THREADS 10
    BATCH 10000
    I have two HANA instances on different machines A and B:
    Both machines run HANA version 1.00.74.00.389160 (NewDB100_REL), while the OS is
    SUSE Linux Enterprise Server 11.1 on machine A and
    SUSE Linux Enterprise Server 11.2 on machine B.
    The statement above runs fine on machine A and the rows are imported properly from JAVA as well as when executed from HANA Studio SQL console.
    If I copy the file to machine B and try the exact same statement with the same file, it does not finish (neither from JAVA nor from HANA Studio SQL console). There is no error either. It cannot be cancelled, only a HANA restart stops the statement. Also the sample file I use has only 2 rows, and memory does not seem to be a problem.
    I seem to have a similar problem to the one described here, but the answers there do not help me: http://scn.sap.com/thread/3396582 I specified the record delimiter, and I used a python script to check for any strange characters that are not supposed to be there, but didn't find any.
    If I copy the file to my windows PC and use the "File Menu -> Import -> SAP Hana Content -> Data from Local file" function, it imports the file correctly into B, but I need to be able to do it from JAVA.
    Machine A administration view:
    Machine B administration view:
    If you have any idea what might cause this behavior or where I can find more information on this problem please give me a hint.

    Hi Joseph,
    First from the pics, the revision of your SAP HANA instance is 73 instead of 74. Since I have no identical environment, I cannot test it for you. But can you try the simplest scenario? You can create a table with only one column table try to import a CSV file with only one row.
    Best regards,
    Wenjun

  • Entry does not exists in check table -- Validation

    Hi friends..,
      I am able to create new entries in my table with INSERT statement through a function module.
    But, the problem is..,
    I am having one key field in my table, and T1(another table) is check table for this.
    So while creating the entries through SE11, its giving error message like ENTRY DOES NOT EXISTS IN CHECK TABLE. But the same entry i am able map through my function module..!
    Any extra settings reuired for this..?
    Or.,
    Am i need to write validation code?
    Thanks,
    Naveen.I

    Hi...Rama chary..,
    I am having separate function modules to do this..!
    So here I can't to update two table at time.
    My function module updating a table field with out checking it wrt its check table..!
    Even i write code to check table , it will not meet the functionality of SE11 error..!??
    so what can i do..?
    Thanks,
    Naveen.I

  • Bex report does not show loaded data at once

    Hi experts,
    Why Bex report does not show loaded data at once after loading is finished but after some time?
    Could be the reason of it:
    a) huge amount of data in infocube.
    b) there are no deleting/creating indexes before/after loading, because it takes too much time
    c) anothe reason?
    Thank you,
    Tigr_Z

    Hi Tigr,
    A and B both can be the reasons behind, but normally in case of B option the results on report output can be wrong like duplicates sort of showing you double figures.
    C - it can be resource issue, so please look into all and double check with basis if thats the case.
    Regards
    Sunny

  • After installing Firefox6 many sites will not finish loading. I click on "stop loading this page" and then click on "reload this page" and the page loads. Also if I disable javascript the page will load.

    After installing Firefox 6 MANY web site will not finish loading. I disabled all add-ons and still have the problem. If I disable javascript, the pages will load. When the page is trying to load, if I hit "stop loading this page" and then hit "reload this page", the page will load; but sometimes I have to do this 2-3 times for the page to finish loading. No problem with these pages using IE8.

    I see that you ave changed some network.http prefs.<br />
    Doing that can cause all kinds of problems because not all servers like such changes, so you can try to reset those prefs on the about:config page.<br />
    network.http.max-connections 48<br />
    network.http.max-connections-per-server 16<br />
    network.http.max-persistent-connections-per-proxy 16<br />
    network.http.max-persistent-connections-per-server 8<br />
    network.http.pipelining true<br />
    network.http.pipelining.firstrequest true<br />
    network.http.pipelining.maxrequests 8<br />
    network.http.proxy.pipelining true<br />
    network.http.request.max-start-delay 0<br />
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • Itunes corrupted so I uninstalled, and now reinstall download will not finish loading at Starting Service

    Itunes was corrupted by an update so I uninstalled, and now reinstall download will not finish loading at "Starting Service"?

    Solving the iTunes Installation Problems in Windows
    1. Apple has posted their solution here: iTunes 11.1.4 for Windows- Unable to install or open - MSVCR80 issue.
    2. If the Apple article does not fully resolve the problem for you, then try Troubleshooting issues with iTunes for Windows updates - MSVCR80.

Maybe you are looking for

  • Vowels and consonants count of a string

    Hi... 1.    plz provide code for counting no of  vowels and        Consonants   in a STRING.... suppose the string is BUSINESS. and also other 2.     program to pass the string during runtime and couting vowels,consonants and also checking whether th

  • Importing into iPhoto, edited RAW photos from Photoshop CS3

    I edit all my photos in Photoshop CS3. Sometimes I just batch edit many of them. But when I import these edited images, iPhoto only shows them in unedited form. How do I import these edited images into iPhoto, and yet maintain the edits. I am a profe

  • Safari 4.0.3 update will not install

    On my PPC G5 2.1 Ghz I tried to install and receive message: The update "Safari" can't be saved. A networking error has occurred: Cannot open file (-3001). make sure you can connect to the internet and try again. I use a Verizon Fios router that uses

  • Ipod Nano Catches fire?

    I bought an ipod 3 days before Christmas for my fiance and today when he turned it on, the screen went pitch black and it smelled and felt as if it were on fire. Who would I contact about this problem? And has anyone else had this happen? I have over

  • Ree scrolling ideas and how to design in muse

    hey i am wondering how to use the adobe muse scolling idea and how to build it? do you make this inside adobe muse or use another software like photo shop. i am still in the middle of designing my own web site. i am almost done. just making some chan