Discoverer reports fault after you import another instance

I've migrated reports Discoverer using the export/import option. After the opening of reports in the new instance, I get the following error for some reports:

Can not join the tables used in the book of work dependence of the item was not found in the EUL, try to open the workbook does not have?

I checked disco administrator for these reports, and all these reports are based on customized folders. These custom folders based on query and they are not joined with other folders.


Thank you
Kiran.

Hi Kiran

Try to re-importation and correspondence on names and see if that helps.

Seen end-user metadata layer out of sync and maintained in place more than one is a recipe for disaster. The best way to develop the discoverer of metadata is to have an environment of three floors with development, test and Production.

You never add new metadata to Production without Test, which in turn is migrated development migration. Adding new metadata in Production will cause the unique ID to update. The next time that you are migrating test, checking the box corresponding to the identifiers will cause problems. Of course if you also take the time to make sure that even the identifiers are unique so you won't have any problems.

Best wishes

Michael

Tags: Business Intelligence

Similar Questions

  • After you import the virtual machines in LM, can I remove VC

    Hello

    I had a couple of machines to import the configuration of another admin... After you import the virtual machines in LM, can I remove the virtual machines, I imported VC? I now have more need to fight them with VC. LM depends on of these always after import?

    I do not believe, but you can rename the folder and see if something is complaining.  If it isn't, it is probably safe to delete.

  • After you import an image (.jpeg) file for the Photos on my Mac app, can I safely delete this image file to save space on my hard drive?

    After you import an image (.jpeg) file for the Photos on my Mac app, can I safely delete this image file to save space on my hard drive?

    Yes, you can remove the file from the imported image, if you have imported the image as managed.  IE preferences in ave Photos settled on "import: copy items to the photo library" being the default.

  • Windows import program does not close after you import photos from a camera.

    Windows import program does not close after you import photos from a camera. It is frozen on the desk and the computer must be restarted to use the program again, windows does not detect a problem, how to fix it.

    original title: importer of photo and video for windows

    Hello

    1. which version of the operating system is installed on the computer?
    2. don't you make changes on the computer before the show?

     
    Method 1:
    You can perform a clean boot and check if the problem occurs.
    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7
    http://support.Microsoft.com/kb/929135
    Note: After a repair, be sure to set the computer to start as usual as mentioned in step 7 in the Knowledge Base article.

    Method 2:
    Alternatively, you can change settings for importing pictures and videos in windows by following the steps from the link.
    http://Windows.Microsoft.com/en-us/Windows7/change-settings-for-importing-pictures-and-videos
     
  • "First Pro CC 2014.2 has stopped working" after a few moments of running and usually after you import a video clip.

    "First Pro CC 2014.2 has stopped working" after a few moments of running and usually after you import a video clip.

    I use a Lenovo T440p with Intel Core i5 @2 laptopp. 60 GHz, 8 GB of RAM. Windows 7 64-bit with Service Pack 1. Intel HD 4600 graphics card. All the drivers are up to date.

    All other non - CC Adobe video editing programs work.

    Help, please. Thank you.

    Dennis,

    Changing the video rendering engine should have solved the problem. Is it still pending?

    Thank you

    Regalo

  • removal of the photos from the camera after you import to pc

    is it possible to set the system automatically deletes the images from my camera after importing to my pc?

    I stumbled upon this question. Looked around and concluded that the Windows Essentials (version 2012) of the software bundle is still available (of course free as usual) and works great on Windows 8 (supported by Microsoft). It includes the very popular Photo gallery software beside others, which will allow you to import and organize photos with ease and comfort. It has the usual function of very practical Import Options that let you set options related to the photos you import from your digital camera, including deleting automatically the photos on the camera after importation. See the screenshots of the one below.

    Get Windows Essentials from here: http://windows.microsoft.com/en-US/windows-live/essentials-home (I installed only Photo Gallery, Movie Maker of the Writer & that I intend to use, so you can choose what you want to install, instead of installing the full suite, if you prefer that)

    System requirements: http://windows.microsoft.com/en-us/windows/windows-essentials-2012-system-requirements

    Screenshots of configurable import for camera Options:

    1: import pictures and videos (for camera)

    2: import options (this is where are located the removal automatic and other practical options)

    I hope this helps!

  • How much free space will be left after you import?

    Hallo. I need to replace all the patterns on the integration server using those on the production server. I want to know how much free space is left on/off data to the integration server after this kind of refreshment. The two databases are Oracle 9 so I'll use exp/IMP. Here's how I do it. Could check you if I think that good? It is 72 GB of free space on/data on the target server.

    Size used Avail capacity mounted file system
    / dev/vgsmxdata/lvsmxcopy G 194,74 122,56 72,18 G G 63% / data

    Overall size of the exported schemas of the SOURCE_DB is 150 GB. The same patterns on TARGET_DB takes 90 GB. If the difference is 60GB. Free space in the data files in TARGET_DB is 30 GB. This means that in the first place, the free space in the data files is filled and after that datafiles extend? This would mean that a database would extend up to 150 GB and data/free space would be 40 GB after updating. Am I wrong?

    SELECT ' TOTAL :'|| SUM (ALLOCATED_MB),
    ' USE :'|| SUM (USED_MB) USED,
    "FREE :'||". SUM (FREE_SPACE_MB)
    FROM (SELECT SUBSTR (df.NAME, 1, 40) file_name, df.bytes / 1024 / 1024 allocated_mb,)
    ((df.bytes/1024/1024)-NVL (SUM (dfs.bytes) / 1024 / 1024, 0)) used_mb,)
    NVL (SUM (dfs.bytes) / 1024 / 1024, 0) free_space_mb
    V $ datafile df, dfs dba_free_space
    WHERE df.file # = dfs.file_id (+)
    GROUP OF dfs.file_id, df.NAME, df.file #, df.bytes
    ORDER BY file_name);

    SOURCE_DB@Server1
    TOTAL (MB): 170860.984375
    USED (MB): 152777.859375
    FREE (MB): 18083.125

    TARGET_DB@Server2
    TOTAL (MB): 121634,984375
    USED (MB): 92853,109375
    FREE (MB): 28 781 875

    Published by: Przemek P on October 9, 2012 10:48

    There are a few potential pitfalls. First of all, when you import, the definition of the INITIAL segment may be too big, using more place you expect. This can be things like adding many lines, remove them and do not reset the high watermark before an insertion above the upper limit, or sometimes old problems that nobody noticed have stayed or reproduced. Second, if you have tables that have been updated, by using the pctfree in most blocks, then pctfree is honored to import, leaving more room never-to-be-used in blocks.

    From my experience, those who do rarely estimate more than 10% to the title, but sometimes previous misadventures are not completely fixed, wasting a lot of space or using excessive space. I spend usually less computing time and time of observation. But then again, I know what to expect of my App YMMV.

  • Problems with CHM search & Index after you import the Word Document

    Greetings,

    I recently inherited from all things RoboHelp at work, but the last person to work with our projects left 6 months ago.  I received a brief overview of how our CHM files are from the same word in HR 7 HTML document.

    Currently, I use RoboHelp HTML 9, but have problems with the indexing and search of an imported file in Word 2003 (.doc) features.  During my import, only a single topic is created and named after the source document.  I believe that this may be the root of my problems, but have not had much luck with a solution.

    I have stumbled my way through adjustment after adjustment, but feel I'm missing something obvious.  Any help would be appreciated.

    Thank you

    Ken

    Background:

    Our source documents have a working table of contents and topic structure 1 - 3.  When creating a new project and import the document, the table of contents are imported correctly.  TOC navigation links seem to work fine.

    I used the smart Index Wizard to find new keywords to topic titles and the text of the topic.  Unfortunately it seems that import only creates a single, named subject according to the word source document and associates so all the keywords of the unique subject.  When you try to navigate the index after the CHM is generated, all the links reference just the beginning of the document.

    When you use the search functionality in CHM, only a single result is returned for any search words.  This result is always the only subject, as described above.  The link to the results always picks you up at the beginning of the document, but highlights the key word throughout the document.

    When you import there is an Advanced button in any of the dialog boxes. Click and you'll be able to Paginate against selected styles. That will stop your document in the headings.

    See www.grainge.org for creating tips and RoboHelp

    @petergrainge

  • Missing spaces between words after you import the Word document in RoboHelp HTML version 8

    I created a document + 400 pages in Word 2007 and it imported in RoboHelp 8 (HTML, not RoboHelp for Word). Many places, the space between a bold Word and a word not fat is no longer there. I would like to avoid having to go through all of the HR document to replace the spaces manually. Not imported correctly?

    Seems perfect, works terribly...

    Things to consider:

    • Chances are, the different treatments of space are due to the question of if the space was included in bold the word in MS Word.
    • In addition, as Word files contain a large part underlying the binary code (macros and others), your security settings may or could be don't play well with the word stuff.
    • You import the Word file from a network location, or your local computer? Network traffic may be partially import impact, too.

    Bottom line? You will probably need to clear any formatting in the Word file and redo the formatting correctly. To test this, cut a few pages into a new Word file, clear and redo the formatting in Word, import file in another project HR the Word and see what results you get.

    To clear the formatting:

    1. Select text.
    2. On the home tab, in the group policy , click clear formatting.
    3. Redo formatting, making sure to do not format the spaces.

    Good luck

    Leon

  • After you import bookmarks from another computer, I have two copies of each other: How can I delete the copy of 'just '?

    I managed to import my favorites from my old to new Macbook. But now, there are two copies of everything, filed one after the other. I tried to delete a game, but only removed those organized in folders. There are still double rooms, a large number of bookmarks. So, when I bookmark new pages on the new computer, he adds at the end of a list of favorites, but not the other and it's list who don't not the files from the old computer. How can I remove a set of bookmarks, but keep the game that it adds to and keep my records?

    I think that in this case you need an addon:

  • After you import the metadata from an another env, no access to the Control Center Manager

    Hello
    I work with bise1, in this setup there are main ETL OWB features only;
    I imported metadata via design-> import metadata; These metadata were exported in a different environment;
    Once imported, all seem fine, I can make changes, the center of access control manager
    then I save and exit design center; When I connect back, I have more access to the Control Center Manager, the command is dimmed.
    I re-imported 5 times already, so I only got access to the Control Center Manager, why what is happening?
    anyone ever had something similar, or perhaps you could have the indication on what is the problem?
    Thanks in advance for any advice
    Rgds

    Hello

    may be trivial, but you opened the project in the Project Explorer tree. Before that, you cannot open the Control Center Manager because it is related to a project.

    Kind regards
    Carsten.

  • After you import the MSWMM file in Windows Movie Maker, the system hangs

    MSWMM FREEZES (what a surprise)

    After opening MSWMM and import my project that the cursor movement will begin erraticaly i.e. movement one or two seconds after I try to point and the operation I required will take his time is erratic in the activation and the images are erratic when read.
    A minute or two later everything "freezes". I had to 'Leave' to turn the computer off, wait one minute, then restart. It's so bad now, I had to stop using MSWMM, it's useless and a great disappointment to me. When I exit MM the cursor is always random for about 10 seconds. How is the mighty Microsoft Corp. cannot challenge these problems and let us get our projects?
    All other times, the computer works fine. I have not downloaded anything to cause this problem. I've defragged, Spybotted Temp files deleted, disc error checked, tried different suggestions of Youtube, and restored hoping can solve it, no luck.
    I run WINDOWS XP, 128 processor ATHLON, 56 k MODEM, 1.5 GB RAM, 120 GB HDD, IE7, Service Pack 3.I have made 10 videos previously and had a bad light with MM before but he managed to cope, now that's too bad. So, does anyone have helpful suggestions to what I can do to fix this problem so I can continue with my projects, please?

    After opening MSWMM and import my project that the cursor movement will begin erraticaly i.e. movement one or two seconds after I try to point and the operation I required will take his time is erratic in the activation and the images are erratic when read.
    A minute or two later everything "freezes". I had to 'Leave' to turn the computer off, wait one minute, then restart. It's so bad now, I had to stop using MSWMM, it's useless and a great disappointment to me. When I exit MM the cursor is always random for about 10 seconds. How is the mighty Microsoft Corp. cannot challenge these problems and let us get our projects?
    All other times, the computer works fine. I have not downloaded anything to cause this problem. I've defragged, Spybotted Temp files deleted, disc error checked, tried different suggestions of Youtube, and restored hoping can solve it, no luck.
    I run WINDOWS XP, 128 processor ATHLON, 56 k MODEM, 1.5 GB RAM, 120 GB HDD, IE7, Service Pack 3.I have made 10 videos previously and had a bad light with MM before but he managed to cope, now that's too bad. So, does anyone have helpful suggestions to what I can do to fix this problem so I can continue with my projects, please?

    =======================================
    . MSWMM would be your Movie Maker project file if it is a
    complex big project that you have been working on for a while it
    can be to reach the limits of your system resources.

    Creation of several small projects is better than a large
    project. If you save all of them in the movie .wmv format you
    can import movie collected files and combine them into
    one final film.

    Also... it may be interesting to try to install IE8... I remember
    See the reports of users of Movie Maker who has
    with IE7. Personally, I went straight from IE6 to IE8.
    (FWIW... it's always a good idea to create a system)
    Restore point before installing software or updates)

    More information:

    Movie Maker 2 hangs and crashes
    http://www.Papajohn.org/mm2-issues-acceleration-and-codecs.html

    Volunteer - MS - MVP - Digital Media Experience J - Notice_This is not tech support_I'm volunteer - Solutions that work for me may not work for you - * proceed at your own risk *.

  • After you import the demo for intantis 9.0 activity type is no error.

    I installed Instantis company track 9.0 and sitewanddemo.zipe imported for her. "After import, when I validate ' Configuration ', I get the following errors:

    Static data

    1Error 55102: A type of activity with identifier containing 'question' does not exist for the Initiative of skeleton.
    2Error 55104: A type of activity with ID containing 'at risk' does not exist for the Initiative of skeleton.

    How can I fix these errors.

    Thank you

    Go back to mode reconfigures, click on the Deployment Options tab, and make sure you have these types of activities defined as activities Non - WBS.  If they are, make sure that they are defined as Non - WBS annexes the area set schedules.  If you need more detailed support, you can get ahold of me at [email protected] or 206-396-5588.

  • Virtually all of the files are missing after you import the catalog.

    I'm NOT sure that has nothing to do with lightroom, except that yesterday my files were all there, now, they are absent.  It could be a hard disk failure.  Its just strange that it affected only the files that I tried to interfere in my lightroom catalog today.

    Well as out of town, I pulled a few thousand photos and them ingested on a daily basis in a new lightroom catalog that I created on my laptop.  Files imported into a USB external drive.  The laptop is win 10.  It is on the latest version of lightroom, CC.  Yesterday, everything was going well with the catalog, disk, and files.  All were there.  The catalogue and the photos were on the same drive.  The laptop was listed as the letter 'g ':

    Once I went back to the office today, I wanted to import pictures to my largest catalog on my desktop.  I have used this external hard drive for all my new photos in 2016.  On this PC, Win 10, the letter of the external drive is also "X:".  I started lightroom in my big catalogue very well.  I chose to import from a different catalog, accessed my X Catalogue outside in the car and started importing without a copy of the files.  This should leave the files in the same location.  It took a little more time I expected to import this catalog.  When I went to the structure of folders inside lightroom, it seemed that all the files have been imported correctly.  But there was a "?" from the folder.  I assumed that I just needed to do a "find" on the X drive as I thought that my lightroom catalog could have been pointing to the G drive.  Locate, but cannot find the files.  I've used windows explore to browse my files and the folders and files were all missing, with the exception of a folder where I shot some photos with a camera, about 100 photos in all.  Thousands of photos from other cameras were all absent.

    So next time, I ran a scan disk and windows came with a message of repair.  The repair said that it worked successfully.  But I looked in the Explorer, the files were still missing.  I ran a scan disk again and no error found.

    I looked in the trash on the desktop and there is no files on this disc.  If the missing files are still missing.  I had not saved the files yet since they were really vacation photos and have no critical and since I was going to save them after that I spent in review on the workstation.  Some are still on the cards and could be retrieved.  But I formatted my main map at least a couple of times and I'm afraid that most would have been crushed and is more viable, even using the card recovery software.

    Before you begin importing today, I don't check the disk to make sure that all my files were there.  There is no error in windows at startup and I don't mind just to check in Explorer or open the 'new' catalog first.

    1. Could Lightroom have somehow deleted files and can they be retrieved?
    2. Assuming that it was a Windows / hard drive error, can anyone recommend a program attempt to recover files lost like that?  Given that the entire folders, sound also lack if the index of the obtained partially erased disc.  But maybe the files are still there.  Then there is a program to search for them?

    Note that the other files on this drive all seem to be good.  The only missing are import of today.

    It is drive X:, but the files are not there.
    portable version is 2015.6

    Desktop version is 2015.5

    The

    Somehow, the windows removed them.  I use EaseUS data recovery to retrieve them.  He had no problem finding the files.  So I guess we can mark this resolved.

    Thank you.

  • Cannot export first (after you import the JPEGs that were originally a PDF file)

    Hi guys, I'm having a problem exporting a video of first. It is tripped upward (as in, freezes my computer) by a few images that I imported.

    The stills were originally of a PDF file, I then open in PS and saved in JPEG format. It would be a problem in first?

    Another potential problem: the stills have layers of transparency. Could be the problem?

    Any thoughts?

    What size are the stills? you exported a PS RGB

Maybe you are looking for