Problems to export/import version repository fromInformatica 8.6 to 9.1

Hello
I finished Informatica 9.1 hotfix2 server and client installation in a computer (system) separated successfully.
Also configured repository and integration of services in version 9.1.

Now, I need to export 8.6 Informatica repository and import is Informatica 9.1.

Are there steps I must follow to complete this process?
Can someone help me pls with these steps.

Thanks in advance,
RAG

Create a new schema from db with schema of existing repository (with all db objects), try using Infa9.1 to create the repository service pointing to the new scheme of repositry option (which does not create an object in the repository) and then update the repository.

Another option: uninstall version 9.1, install version 8.6 and restore the repository, once Informatica is good to use and then install 9.1 with upgrade option.

Let me know for questions.

If help pls brand as being correct.

Published by: VIEREN Srini December 31, 2012 12:57

Tags: Business Intelligence

Similar Questions

  • Problems to export epub version

    Export a document created originally for printing, the epub version, all vector icons are rasterized and grainy. In addition, a lot of filters applied to the colored polygons and images completely change the appearance and the result is really bad. Can someone help me? My ID is CC2015 on iMac

    These things are wrong in your ePub because InDesign can't do better for now. InDesign cannot export vector images. They all become pixilated. Also some effects applied directly to the images will be ignored on export fxl. You must flatten the image before export.

    Export to fixed provision is not 1: 1 export as you know PDF. Some things must be adapted. You might look at some of the formations ePub video2brain, lynda, trainsimple, etc..

    @Willi: these are not bugs. Only lack of features.

  • Problems with export and import

    I have a problem with export and import

    Here's what I did...
    exp "'/ as sysdba'" PARFILE=parfile.txt
    
    PAFILE
    
    TABLES=user1.Table1
    file=Table1_1006.dmp
    LOG=Table1_1006.log
    query="where to_char(processeddate,'YYYYMMDDHHMISS') between to_char(to_timestamp('1911-01-01 00:00:00','YYYY-MM-DD HH24:MI:SS'),'YYYYMMDDHHMISS') and to_char(to_timestamp('2011-10-06 16:46:26','YYYY-MM-DD HH24:MI:SS'),'YYYYMMDDHHMISS')"
    Here is my log export
     set and AL16UTF16 NCHAR character set
    
    About to export specified tables via Conventional Path ...
    Current user changed to user1
    . . exporting table               Table1   16019049 rows exported
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    Export terminated successfully with warnings.
    Then I started to import
    /database2/rdbm15> imp "'/ as sysdba'" file=Table1_1006.dmp fromuser=user1 touser=user1 tables=Table1 log=imp_Table1_1006.log
    
    Import: Release 10.2.0.5.0 - Production on Thu Oct 6 19:57:01 2011
    
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    
    
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    
    Export file created by EXPORT:V10.02.01 via conventional path
    import done in US7ASCII character set and AL16UTF16 NCHAR character set
    . importing user1's objects into user1
    IMP-00015: following statement failed because the object already exists:
     "CREATE TABLE "Table1" ("APPROVALTRACEID" VARCHAR2(64), "REQUESTOR"
     "EID" VARCHAR2(9), "EID" VARCHAR2(9), "FIRSTNAME" VARCHAR2(32), "LASTNAME" V"
     "ARCHAR2(32), "MIDDLEINITIAL" VARCHAR2(8), "TIER" VARCHAR2(3), "JOBTITLE" VA"
     "RCHAR2(64), "JOBCODE" VARCHAR2(10), "EMPLOYEETYPE" VARCHAR2(2), "CONTRACTOR"
     "TYPE" VARCHAR2(2), "EMPLOYEESTATUS" VARCHAR2(2), "COSTCENTER" VARCHAR2(10),"
     " "COSTCENTERDESCRIPTION" VARCHAR2(50), "CONTRACTENDINGDATE" VARCHAR2(8), "A"
     "CCOUNTSTATUS" VARCHAR2(2), "LOGINID" VARCHAR2(70), "APPLICATIONGROUP" VARCH"
     "AR2(50), "APPLICATIONNAME" VARCHAR2(50), "APPLICATIONID" VARCHAR2(12), "LEV"
     "EL1" VARCHAR2(512), "LEVEL2" VARCHAR2(512), "LEVEL3" VARCHAR2(512), "LEVEL4"
     "" VARCHAR2(512), "LEVEL5" VARCHAR2(512), "PROFILECODE" VARCHAR2(50), "PROCE"
     "SSEDDATE" DATE, "APPROVERMANAGEREID" VARCHAR2(9), "APPROVERMANAGERDELEGATEE"
     "ID" VARCHAR2(9), "APPROVERT4MANAGEREEID" VARCHAR2(9), "APPROVERT4MANAGERDEL"
     "EGATEEID" VARCHAR2(9), "APPROVERAPPOWNEREID" VARCHAR2(9), "APPROVERAPPOWNER"
     "DELEGATEEID" VARCHAR2(9), "PERFORMEREID" VARCHAR2(9), "NATIONALID" VARCHAR2"
     "(30), "COUNTRYCODE" VARCHAR2(9), "PASSPORTID" VARCHAR2(20), "DATEOFBIRTH" V"
     "ARCHAR2(15), "CITYOFBIRTH" VARCHAR2(15), "VENDORNAME" VARCHAR2(50), "VENDOR"
     "MANAGERNAME" VARCHAR2(50), "VENDORMANAGERID" VARCHAR2(9), "VENDORADDRESS1" "
     "VARCHAR2(100), "VENDORADDRESS2" VARCHAR2(100), "VENDORSTATEPROVINCE" VARCHA"
     "R2(15), "VENDORCOUNTRYCODE" VARCHAR2(9), "VENDORZIPPOSTALCODE" VARCHAR2(9))"
     "  PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 STORAGE(INITIAL 4076863488 "
     "NEXT 1048576 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)            "
     "                   LOGGING NOCOMPRESS"
    Import terminated successfully with warnings.
    but I have no lines of base2
    [server1]database2
    /database2/rdbm15> sqlplus / as sysdba
    
    SQL*Plus: Release 10.2.0.5.0 - Production on Thu Oct 6 19:59:17 2011
    
    Copyright (c) 1982, 2010, Oracle.  All Rights Reserved.
    
    
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    
    SQL> select count(*) from user1.Table1;
    
      COUNT(*)
    ----------
             0
    
    SQL> exit
    SQL> select * from v$version;
    
    BANNER
    ----------------------------------------------------------------
    Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bi
    PL/SQL Release 10.2.0.5.0 - Production
    CORE    10.2.0.5.0      Production
    TNS for HPUX: Version 10.2.0.5.0 - Production
    NLSRTL Version 10.2.0.5.0 - Production
    Published by: user3636719 on October 6, 2011 17:23

    could ignore = y, and then try again. It should work

    Concerning
    Julien

  • How to solve the problem with slow import mxf files exported from first cc?

    Hello!

    I'm working on the first update to 7.2, on 64 bit, windows 7, and I have a problem with the import of the MXF op1a (IMX 30 PAL) files that I exported from first.

    MXF Import blocks especially first, but when he's not, it takes a long time to import (10-15 min).

    I tried editing ContributeQ but again, it hangs / takes a long time and I can see only a black screen.

    I installed a new copy of windows on this computer with everything clean, but it doesn't seem to work.

    Is there a software patch or way to go around for this problem?

    Whenever you have trouble with this, reduce the number of influences of others on your system.  In this case, delete TotalCode and see if it behaves better.  If it does not remove the device from BlackMagic and uninstall the drivers.  If one of these steps will improve performance, check with the third-party manufacturers.  There may be a setting or an update is necessary so that your system works correctly.

  • under a project to export/import

    Hello world

    as bad students, didn't us use the version included in ODI. On each increment version, we used the export/import process.

    In order to reduce the size of our project, we try to import/export only latest version to a new repository to work.

    The problem that we face is:

    -How easily pass variable project, km, only both of the functions of the repository 1 at rep 2?


    Because we started with an export of the overall project and we are dealing with a 3, 5G XML file, impossible to select only the variables in this file.


    Is there some 3rd party import tool that can help us?

    Thanks in advance.

    You can automate the import / export of all components of the project into a package of ODI. Take a look at the ODI - ODIImportObject and ODIExportObject tools. You can create a procedure that used these tools in conjunction with the use of alternatives to underlying charly ODI working repository tables for the desired information.

  • ODI Export / IMPORT

    Hello world

    I'm developing an ETL process in my virtual machine and at one point that I need for my project and models export and import in the environment of my client.

    There is no advice that you guys can give me? How can I use to avoid the lack of references? INSERT? Duplication?

    Thanks in advance,

    Agostinho

    Hi Agostinho,

    Apparently you use ODI 11 g, that this exception has not been, in ODI 12 c, due to the fact that 12 c ODI repositories have an identifier Global unique which guarantees the uniqueness of the object across different repositories work.

    In ODI 11 g, two important facts need to be known (from Doc Oracle):

    Guidelines and rules important export/import

    Due to the structure of the object ID, these instructions must be followed:

    • Repositories of work should always have different internal IDS. Repositories of work with the same ID are considered as containing the same objects.
    • If an export/import operation is performed between two repositories of work/master with the same internal ID, there is a risk of crush objects when importing. Objects of these two repositories that have the same ID are considered to be identical.

    The link: http://docs.oracle.com/cd/E21764_01/integrate.1111/e12643/export_import.htm#ODIDG579

    Then, of course, you try to insert an ID existing in the new repository which is not possible.

    To resolve this problem, you can renumber your repository. Please read carefully how to achieve this:

    http://docs.Oracle.com/CD/E21764_01/integrate.1111/e12643/admin_reps.htm#ODIDG168

  • Problem with export! Help, please

    Hello

    I am currently working on my new project in Redcode 4.5 k shoot and I got in big trouble export my movie.

    I tried to export the movie to the H.264 format / HDTV 1080 p 25f and there was NO noise or a sound terrible when I looked the exported movie!

    Can it be a problem that I copied a number of sequenzes varius in a sequence? I did it because I wanted to have a sequence where I can put the pieces together.

    Maybe that's the problem!

    Please help me!

    M

    Guten Tag,

    Am fantastischen an meinem neuen Projekt und beim Exportieren ist folgendes aufgetreten problem:

    ICH Versuche in first Photo aus einer zu exportieren sequence das mit dem Vorgabe Format H.264: HDTV 1080 p 25f dann erhalte ich einen Film mit entweder Bel your oder mit einem hohen Pfeiffen.

    DAS Filmmateriao das ich wurde auf einer bearbeite redone Redcode Codec quality 4.5 k.

    Kann're breast dass der nicht ist weil ich fertig einzelne possible export sequences kopiert habe und einer neuerstellten sequence zusammengefügt habe, eine quasi sequence as scenes standing habe um sie fertig sleeps aus the other scenes-sequences zusammenzustellen.

    Ware toll wenn someone could help!

    Danke

    M

    Hello! Welcome to the forums here at Adobe!

    As long as you can hear the sound when you play through your final sequence, you should have no problems to export as long as your audio options are correctly set in your export Panel. Nesting of the sequences that you have described is a very common task and will not at all affect your audio files.

    Make sure that your "Export the Audio" checkbox is checked in the window of your export. If this isn't the case, then that would explain your problems. If it is checked, then there may be something more deep as the cause, in which case it would be helpful if you could post us screenshots of your table of sound mixing and the head section of your audio tracks in the timeline panel.

    Also make sure that you're using Adobe PrPro 5.5 and that you have all the updates correct, including the RED importer, as the new RED files do not work in older versions of first. If files were shot on the RED Epic, sound doesn't work at all in native file (known bug) first and so you will have to use program Cine - X RED to export audio files to make separately and synchronize with your video. However, you would never get audio in your timeline at all, and so I think you would have noticed this problem before that you have to export, so I think that's not your problem.

    Good luck and report what you find with your export settings!

  • 9i export/import - multiple exports running

    Hi all

    I have a Database 9i running on an AIX machine. I'm trying to export a few patterns.

    accidentally I ran after 2 minutes that I wasn't able to find the process with expdp (instead of exp).

    to my surprise, it doesn't show any error or any matter that the same dump file and logfile are reused

    normally that I know in datapump I can kill by going to prompt export orders, but don't know how I'd do the same thing with the traditional export/import.

    (1) if I kill it of operating system level. He will have to dump of origin file problem as I'm not sure of what process use the dump file to write data

    (2) why it did not any error when running it a second time as it normally gives an error in expdp to logfile if his re-employment.

    (3) is there a link where I can find a good post, containing information or export import tips

    Database: 9.2.0.6

    Machine: AIX

    Thank you

    H,

    Thus, if the main table would exist, then he doesn't average I export dump would be consistent? Even I don't see any errors recorded in the logfile anywhere.

    is there a manual way to perform a check consistency of my export dump file.

    1. I was little confused with the word and the context / term "Coherent"?  Can you specify what is consistent - from your view, so that I can try myself to provide information from my side.

    To be honest, if the export went very well, you would see then all problems.

    Export master table helping - complete/progress of the task (to track the progress of it). Is to contribute to the collection (* as scale all the objects he needs to go through the base on your export type)

    Since then, if dynamic if you want to join some tasks to the existing in progress/task, can he help you.

    -Pavan Kumar N

  • Recently, I had a problem with the import of my photo, s of a Nikon d700. I found an update to 6.2. This means that if you are a user of cloud there is no automatic update for yourl Lightroom?

    recently, I had a problem with the import of my photo, s of my Nikon d700. I found an update to Lightroom 6.2 does that mean that if you are not a user of cloud there is no automatic update?

    Hi johnp,

    • Want to sure that your applications to be updated automatically without any prior notifications for new updates?
    • If you are a user of creative cloud or not, if Adobe has an update for your product, then you would be notified for the same and then its your choice to update or not.
    • Are you always facing a difficult when importing images? If so please help us with the following information to improve assistance:

    1. the current version of Lightroom

    2 operating system Type

    Concerning

    Sarika

  • Too many problems with the latest version of Lightroom

    Hi all

    I have too many problems with the latest version of Lightroom (CC 2015.2.1 1046594)

    In fact, the latest version of 3 or 4 were bad: instead of doing better, I always had more problems.

    So I would like to go back to a previous version of lightroom

    Adobe customar care, in Italy, is unnecessary:

    they can just to:

    -looking for answer on this forum

    -saying "you solve your problems just with the de-insall and re-install it.

    stop, no more...

    in this way they create me a lot fo iusses...

    I use the English version of the PS and LR, but they made me reinstall the Italian version of CC because it has been blocked

    the result was that CC does not recognize software, due to a different language version

    so, I contacted again Adobe Customer Care... they said "no problem, uninstall LR, delete these files and install this...

    I did and I let go 2 years to develop the parameters on the correction of the colors for my clients because they told me to remove a folder, I need!

    so, I ask you now if there is a way to return to a previous version of lightroom, any previous version...

    I never found better performance in more recent versions...

    I've always found, performance slower, more problems...

    personal idea: I do not understand why adobe are boicotting itself, but I think he do!

    Thanks to you all

    Hi ramontillo,

    6.3/CC 2015.3 Lightroom is now available - try to update to this version which includes the previous import feature, bug fixes and new support for photo/target device profile: Lightroom CC 2015.3 / 6.3 now available

    Concerning

    Pete

  • Dropped audio at the end of one. File VOB (problem with the import. VOBs, I guess)

    Here's what I did. I created several DVDs by recording VHS videos for them. I copied these DVD on my PC, giving me dozens of DVD files with. VOB files in them. I imported the. VOB files for each DVD in Premiere Pro sequences, but still get (which means that every time) dropped audio since the last images of each. VOB file in the sequence. So, in between all of them. VOB file in a video DVD full, there is a very brief break in audio. To be exact, the audio is 'cut' last 13 executives of each. VOB. However, the start of the next. VOB in the sequence begins with the audio as it should (at the very 1st picture). Video is not cut at the end of each. VOB and usually the transitions in the next. VOB smoothly, with no problems. However, occasionally, the latest image of one. VOB looks "glitched" (imagine two sequential images overlapping each other, but within a framework... so that you can see two of the same person who overlap who move from the 1st to the 2nd section). When this happens, the start of the next. VOB file in the sequence is largely pixelated for the first 2 or 3 images.

    I guess it's a problem with the import of first Pro CC. VOB files (she just can't handle.) VOBs). I would like to know if anyone has had a similar problem, and if you have found a solution.

    It is a long-standing problem.  Here's my work around.

    http://www.videohelp.com/software/XviD4PSP

    (Download version 5, not 7.)

  • Office loses datebook categories after export & import the file dba.

    Hello

    After reading a lot of posts, I can't find any that have reported a similar problem, so here it is.  Office loses datebook categories after export & import of a file of dba.  I use Palm Desktop by Access v6.2.2 and a Verizon Centro.  This problem has nothing to do with the synchronization.  I just exported my calendar of events in a DBA file, import the same file and all event categories have been set to "unclassified".  Is this a known bug, or perhaps, the s/n file includes no category information?

    I'm really curious to know if the dba file (archive date?) contains information catergory.

    Thanks in advance,

    CentroIllinois.

    Hello!

    A bit of a limitation of Palm Desktop.  Before you import the file s/n, manually add the category nanes via change categories and then try again to import the file dba.  Due the category names must be exactly the same spelling and spacing as before when they were exported.

  • Export/import a report

    Hi all

    I tried to manage a report to other FMS of export/import.

    I found this good documentation:

    http://en.community.Dell.com/TechCenter/performance-monitoring/Foglight-administrators/w/Admins-wiki/6425.building-a-custom-dashboard-to-summarize-LogFilter-alarms

    export:

    C:\Quest_Software\foglight5\bin > fglcmd.bat - srv 10.4.118.110 - port 8080 - usr foguser - pwd fogpwd123 cmd - m system util:uiexport: sa_salogsummary f C:\Temp\LogFilterSummaryDashboard.zip

    Import:

    $FOGLIGHT_HOME/bin/fglcmd.sh - 10.4.118.110 - port 8080 srv - usr - pwd fogpwd123 cmd - foguser util:uiimport f LogFilterSummaryDashboard.zip

    but my problem is, in this example, the module he wants to export has a good reputation: "system: sa_salogsummary.

    But if I look in my report, it bears the name: "user: saladisc.3" so I cut the '. '. 3 "and does, but as expected it does my all-inclusive usersettings of photos and so on.

    And if I extracted the zip file that was does and only change the wcf.xml of does, deleted all the other reports/dashboards that I don't want and didn't import xml without all the other stuff he does not appear :)

    any ideas how I could get this special report in an another fms? where is my failure?

    Thanks in advance

    The blog article that you referenced, build a custom dashboard to summarize LogFilter alarms describes the difference between data-driven drag and drop dashboards and reports and dashboards WCF based queries and reports.

    The 'special report' you are trying to copy to an another FMS appears to be a drag and drop the report. This report has a number of data views with direct references to the data in your original FMS. None of these specific data elements will exist in your FMS target, so it is unlikely that your migrated report will have any content once you've imported it there.

    The blog post also describes the technique of export and importation of a module of dashboard from a FMS. The system works at the level of a module, so all the views, queries, converters, etc in the module will be included in the export. If you want to export a single view/report and not others in the same module, you need to create a new module, and then (deep) copy the target view/report of the original module in the new module before exporting the new module. The technique of export/import works with both 'system' and 'user' modules, but queries modules WCF-based 'system' are more suited to sharing across different FMS that modules the user with drag-and-drop views/reports with direct references.

    Kind regards

    Brian Wheeldon

  • I have problems to download trial versions. ask again me to confirm e-mail and even if I do nothing will download.

    I have problems to download trial versions. ask again me to confirm e-mail and even if I do nothing will download.

    Make sure that you have enabled cookies and clear your cache.  If he continues to not try to use a different browser.

    You can also download trial directly by that site from the links below.

    Don't forget to follow the steps described in the Note: very important Instructions in the section on the pages of this site download and have cookies turned on in your browser, otherwise the download will not work correctly.

    http://prodesigntools.com/tag/DDL

  • Hi, I have a problem with the import of the 4000 SJCAM MOV files. MOV files are in formats supported for Adobe Premiere elements 11. But if I am importing of MOV file, only audio part is imported, part video is not imported. How can I solve this problem?

    Hi, I have a problem with the import of the 4000 SJCAM MOV files. MOV files are in formats supported for Adobe Premiere elements 11. But if I am importing of MOV file, only audio part is imported, part video is not imported. How can I solve this problem?

    haben

    Looking at the specs of your camera (SJCam 4000), we already know what video compression your camera uses. It is H.264.

    A H.264.mov file should be accompanied by a first elements 11. On what computer operating system is your first items 11 running?

    You have the latest version of QuickTime installed on your computer? And, you use QuickTime and first of 11 elements of a

    Account user with administrative privileges? Please go to Premiere elements 11 publish + share/computer/QuickTime to confirm that you will find

    presets it to the choice of QuickTime, it.

    What are the properties of these files H.264.mov - is it 1080 p (1920 x 1080 p 30) 30 or something else? Do you know if this device is registering with a variable or

    a constant rate?

    Please check and review and then we'll decide what next.

    Thank you.

    RTA

Maybe you are looking for

  • Why no audio drivers for Windows 10?

    The Toshiba site has a banner on their website announcing that Windows 10 is here Why are they advertising a product that they have no audio drivers for? I have a Windows 8.1 machine which is located in more than a year, and yet I tells me that they

  • computer HP mini 1101

    Computer HP mini 1101Fatal error... System stoppedCNU9385TXM

  • Restored for laptop, need to activate Windows Vista product key on the laptop is unreadable

    My computer has been recently completely reset and now I need to activate windows vista again. In order to obtain a sustainable version of vista that I need a product key, however, the bottom of my laptop product key has some unreadable letters/numbe

  • First configuration of NME-IPS-K9

    Hello world I have trouble to initialize the NME think I just bougth; in fact, I use a router cisco 2811 on which I have installed the NME, the command" service module' seems to not exist in my router, when I get home it router display an error. also

  • problems of claim for damages. How should I do?

    Videos of AOL will not play said I have several problems of damage to application. How should I do?