How to Import Knowledge Modules

Hi,
I am patching the ODI to 10.1.5.3 and successfully updated the install folder and imported technologies as described in the patchset. At the end I find a last step to import Knowledge Modules, but I can't see how this step is performed.
Could you explain me how to do this?
Thanks
Fabio D'Alfonso

Hi,
In any of KM types, right-click and choose "Import KM" and, after that, in the first textbox, go the ODI install directory and drill drow until "impexp" directory (Example: C:\OraHome_1\oracledi\impexp).
Don't "open" the diretory, just choose it and click OK. The KM list should appears to you.
Works?
Cezar Santos
http://odiexperts.com

Similar Messages

  • How to import sharepoint modules in powershell ISE?

    Hi All, could anybody tell mw how to import sharepoint modules in powershell ISE? just let the powershell ISE work as 'SharePoint 2010 Management Shell'. i don't want to download SPoshMod.
    thanks, eric

    Hi Joel ,
    When I execute it I am getting the below error. Could you please share your thoughts on this.
    Add-PSSnapin : The Windows PowerShell snap-in 'microsoft.sharepoint.powershell' is not installed on this machine.
    At line:1 char:13
    + add-pssnapin <<<<  microsoft.sharepoint.powershell
        + CategoryInfo          : InvalidArgument: (microsoft.sharepoint.powershell:String) [Add-PSSnapin], PSArgumentException
        + FullyQualifiedErrorId : AddPSSnapInRead,Microsoft.PowerShell.Commands.AddPSSnapinCommand
    -Vishnu

  • Import Knowledge Modules in Synonym Mode

    Hi
    How can I import a knowledge module in synonym mode to ensure that IDs are preserved?
    I am performing a partial import/export from our Dev environment to our QA environment, following these steps:
    1. Export Models and import them in “Synonym Mode” in the new repository to preserve their IDs
    2. Export and Import new Knowledge Modules and Variables that have been created as part of this release
    3. Export new interfaces and import them in “Synonym Mode” in the new repository
    4. Export new packages and import them in “Synonym Mode”
    Cheers

    Hi,
    You need to perform the foolowing steps to import a KM in Synnym mode:
    1.Locate the Knowledge Module XML file on your file system and rename its prefix to “TRT_”
    instead of “KM_”
    2. Right-click on any Folder of your Project and select “Import…> Import Procedure..” menu
    3. Select “Synonym Mode INSERT_UPDATE”, go to the directory where your KM is stored on
    your file system and select your KM, then click OK.
    Hope that helps.

  • Error Importing Knowledge Modules

    Hi,
    I'm having problems importing any KM's into my ODI project. I'm using ODI 10.1.3.6.8 and get the following error whenever I try to import a KM:
    java.sql.BatchUpdateException: com.microsoft.sqlserver.jdbc.SQLServerException: sp_cursoropen/sp_cursorprepare: The statement parameter can only be a batch or a stored procedure with a single select, without FOR BROWSE, COMPUTE BY, or variable assignments.
         at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeBatch(Unknown Source)
         at com.sunopsis.sql.SnpsQuery.executeBatch(Unknown Source)
         at com.sunopsis.dwg.dbobj.SnpTxt.setString(Unknown Source)
         at com.sunopsis.dwg.dbobj.SnpTxt.insertActionForDuplication(Unknown Source)
         at com.sunopsis.dwg.DwgObject.insertForDuplication(Unknown Source)
         at com.sunopsis.dwg.DwgObject.insertForDuplication(Unknown Source)
         at com.sunopsis.dwg.h.a(Unknown Source)
         at com.sunopsis.dwg.h.a(Unknown Source)
         at com.sunopsis.dwg.h.a(Unknown Source)
         at com.sunopsis.dwg.h.a(Unknown Source)
         at com.sunopsis.dwg.DwgObject.a(Unknown Source)
         at com.sunopsis.dwg.DwgObject.doImport(Unknown Source)
         at com.sunopsis.dwg.DwgObject.importFromXml(Unknown Source)
         at com.sunopsis.graphical.g.oy.f(Unknown Source)
         at com.sunopsis.graphical.g.lf.b(Unknown Source)
         at com.sunopsis.graphical.tools.utils.swingworker.v.call(Unknown Source)
         at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:176)
         at com.sunopsis.graphical.tools.utils.swingworker.l.run(Unknown Source)
         at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
         at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
         at java.lang.Thread.run(Unknown Source)
    Any ideas on what I need to do to make the imports work?

    Hi,
    Assume ur ODI repositories reside in MS SQL Server, so looks like its nothing to do with ODI rather with MS SQL Server.
    http://support.microsoft.com/kb/917054
    Thanks,
    Guru

  • Import UPK modules and sections into Knowledge Pathways?

    "...i'm trying to export content from UPK and load into Knowledge Pathways.... I would like to maintain the structure of modules and sections... is this possible? if it is.. how? where can i find how to do it?"
    What versions of UPK and Knowledge Pathways are you using? If you're using the current versions (UPK 3.5.1 and Knowledge Pathways 5.5), you should have no problems importing importing UPK modules and sections into Knowledge Pathways using the import player content feature, which is detailed in the product documentation. If you have additional questions, please let us know.
    Best regards,
    Marc

    Hello,
    This has been posted to the UPK forums:
    Import UPK modules and sections into Knowledge Pathways?
    Best regards,
    Marc

  • How to import a range in Function module?

    I am using a Function module in which material is getting imported.
    In the import tab we have
    Parameter Name    Typing     Associated Type       optional          pass value
    IM_MATERIAL       TYPE       MATNR                 <checked>         <checked>
    So when the Function module is execute we can enter only one value into the IM_MATERIAL.
    But now it has to be enhanced for entering multiple values. How to import the material as a range?
    Please throw light.
    Thanks.

    Hi
    If you are using a select-options you can use this approach.
    TABLES: MARA.
    DATA: RANGE TYPE WRF_MATNR_RANG_TTY.
    SELECT-OPTIONS: SO_MATNR FOR MARA-MATNR.
    START-OF-SELECTION.
      RANGE[] = SO_MATNR[].
    CALL FUNCTION 'ZTEST'
    EXPORTING
       I_RANGE       = RANGE.
    Where I_RANGE is defined using this table type WRF_MATNR_RANG_TTY
    Parameter Name    Typing     Associated Type     optional          pass value
    I_RANGE       TYPE       WRF_MATNR_RANG_TTY      <checked>     <checked>

  • How to refresh ODI variable as part of a Knowledge Module?

    Hi,
    I want to know how can i refresh a ODI varaible in a knowledge module using oracle Technology. EX: i have created a variable called VAR_TEST in ODI.
    In one of the knowledge module steps, i want to refresh as mentioned below:
    begin
    select colname into #VAR_TEST from tablename;
    end;
    Many thanks ....

    Hi Martin,
    Put the query in the refresh tab into the variable, generate a scenario from the variable and call the scenario thru "OdiStartScen" (Sunopsis API technology) from KM.
    In this case the variable needs to be "Last Value"
    An alternative is to use a Java variable instead.... Works better to KM's.
    Does it help you?
    Cezar Santos
    http://odiexperts.com

  • Migrating the Knowledge Modules

    Hi We are migrating Sunopsis to ODI.We have customised the knowledge modules in our project for specific scenarios. when we are Importing the knowledge modules from Sunopsis how they will behave. What are the primary steps we need to follow when we start working on. Any specifications for this to do. Please give me your inputs. If you have any docs please send ti across to me to [email protected]
    Thanks in Advance for your Inputs.
    Regards,
    Mansur

    Hello Mansur.
    I have done that before and there is no secret. Just follow the Instalation guide steps and any, at times that I did it, there is no problem.
    The KM's from Sunopsis are full compatible.
    An attention point is to Rpository upgrades but it is described at Instalation Guide
    http://www.oracle.com/technology/products/oracle-data-integrator/10.1.3/htdocs/1013_support.html#docs
    Does it help you?

  • Need help in creating Knowledge module to aggregrate source data.

    Hi Guys,
    I am new to ODI and I am trying to create a Knowledge module. I went through the docs relating to Knowledge modules and APIs, so hopefully did my home work, I still find writing KM to be very challenging for the scenario, I have.
    The following is my scenario.
    I have two tables Employee and Department. Employee is the source and Department is the target. I need to sum salaries of all the employees belonging to a given department. And then insert the data into Department table.
    Structure of the tables is as follows:
    Employee(Source Table name)
    Employee_id
    Salary
    Dept_id
    Department(Target table name)
    id
    total_salary
    Both target and source are on the same server. The user of this KM would drag and drop both source and target tables into interface and then map the columns. In the above case, Dept_id to id and salary to total_salary and then use this IKM. And off-course the user would indicate what columns would be aggregated on and what would be used as group by. One way to tag that, would be to use those UD1,UD2 tags in target column properties. (If there is another way to tag a column to indicate a column to be used for aggregation and a given column to be used in group by during run time in source, please let me know)
    I choose to write IKM for this.
    The challenging part is that I am having hard time figuring out the columns of source table as to what column should be used as group by and what column to be aggregated on. Since the tags are defined on Target columns and not on source columns. So have to figure out the appropriate columns through the mapping at run time.
    The following is what I am planning to write in (Insert new rows ) command. And the part where I need help is how to compose select statement.
    iinsert into <%=odiRef.getTable("L","TARG_NAME","A")%>
    <%=odiRef.getColList("", "[COL_NAME]", ",\n\t", "", "((INS and !TRG) and REW)")%>
    <%=odiRef.getColList(",", "[COL_NAME]", ",\n\t", "", "((INS and TRG) and REW)")%>
    Select
    source.column1,sum(source.column2) from <%=odiRef.getFrom()%> GROUP BY source.column1
    Thanks.

    I did try as per your advise.
    Filter is not making a difference. Irrespective of me adding a filter or not, ODI generates a sql that has GROUP BY , just by looking at SUM(SALARY).
    Coming back to the main issue, this does do what I wanted to do. I was planning on using a custom KM. But I guess, this is as good as custom KM, since the work done in an interface (assuming a custom KM exists) by going through either route is the same, so I can live with this approach.
    Thanks for the help.

  • How To import collections from Bridge cs6 To Bridge CC

    How To import collection from Bridge cs6 To Bridge CC??
    thx

    How To import collection from Bridge cs6 To Bridge CC??
    A collection is a bunch of aliases to the original files in their original place. If you have upgraded to CC on the same machine you can use the same collection, on a different machine it will possible not find the correct location again.
    On a Mac the path for the saved collections is : User / library/ application Support / Adobe/ BridgeCS6 / collections. Inhere are the saved collections showing the names you gave them. You can copy these collection files to the same location in Bridge CC.
    If you have a different machine you best first choose the collection and add a keyword with the name of the collection to all the files in this particular collection so you can use the find command to easily recreate the collection on your new machine.
    Maybe someone with more knowledge of Windows can show you the correct path but it should be something similar as on a Mac.

  • How to create function module for getting customer name

    Hi Experts,
                   How to create function module?  when in import parameter kunnr values to be passed it must give name1 details according to the customer number...
    how to write the logic in source code....
    Regards,
    Thiru. R

    1. First of all create function group.
    2. Create function module using this function group.
    3. If only one kunnr is needed at a time, create import parameter for it. But if many kunnr to be entered at a time,use table.
    4. Fetch name1 for each kunnr from KNA1 table.
    "->> if many kunnr
    if not t_kunnr[] is initial.
    select kunnr as kunnr name1 as name1
    into table t_kunnr_name1
    from kna1
    for all entried in table t_kunnr
    where kunnr = t_kunnr-kunnr.
    endif.       
    sort t_kunnr_name1 by kunnr name1.
    delete adjacent duplicates from t_kunnr_name1 comparing kunnr name1.
    table t_kunnr_name1 will contain kunnr and its name1.
    I hope logic is clear for you now.
    Regards,
    Aparna

  • How to import a image and compare with another image to find their deviation

    i am new to labview , can anyone tell how to import a image and compare  it with another image  to find their deviation
    Solved!
    Go to Solution.

    This is an quite easy task using the Vision Development Module.
    There you can acquire images from cameras or read them form the harddrive, then differntiate them or since VDM 2010 calculate the optical flow between consecutive images.
    Christian

  • How does solutions knowledge base works?

    Hi Experts,
    I created a new solutions knowledge base for item A and then i created a new service call for the item A also, but then when i clicked the button Recommend in the solutions tab in the service module the solutions knowledge base i just created for item A is not appearing in the recommendations list.
    Anyone can guide me how this solutions knowledge base works in the service module.
    Regards
    --careLess

    Hi,
    If you love working with Muse, BC would enhance it  as it completes Muse. WYSIWYG Design area in BC would give you the ultimate convenience designing the pages or templates.
    I would suggest that you create a Trial site in BC via Muse and go through the modules available. Modules are not synced with Muse but they will be rendered if you specify them with a correct reference ID's (as detailed here kb.worldsecuresystems.com/134/bc_1345.html) in Muse and then Publish.
    Business Catalyst is far more than a hosting provider. Business Catalyst is an online business platform, with email marketing, customer response management, eCommerce, forums, analytics, and more. Over time, Adobe Muse will grow to expose more of the power with Business Catalyst.
    Adobe Muse allows you to publish your temporary website to Adobe Business Catalyst at no charge for a 30-day trial period. This gives you the opportunity to send a live URL to your client for review. All sites in trial mode on Business Catalyst will include the Business Catalyst domain, example http://website.businesscatalyst.com. If you decide to take the site "live" by paying for the monthly hosting, you can transfer your own domain and remove the .businesscatalyst.com subdomain. Or you can export the HTML and host the final site with a hosting provider of your choice.
    You can have different users being an Admin on one site depending upon the permissions you set for them. + much more..
    Publishing sites to BC via Muse is seamless. So I recommend to test the trial publish. That way you can judge it best upto your expertise. Also check http://tv.adobe.com/watch/introducing-business-catalyst/getting-started-with-business-cata lyst-and-muse-creating-and-publishing-sites/ for more help.
    Hope that helps!

  • How to Use Function Module READ_TEXT

    Hi
    Anyone give me code or link or example for how to use function module READ_TEXT
    and what are the parameters which we have to pass in module.
    Regards.
    Mohsin

    Hi,
    refer the given below code.
    CALL FUNCTION 'READ_TEXT'
      EXPORTING
       CLIENT                        = SY-MANDT
        id                            = 'KOPF'uF0E0 these details we will get thru transaction , where we enter these details.
        language                      = 'EN'uF0E0 these details we will get thru transaction , where we enter these details.
        name                          = TNAME  "table name
        object                        = 'AUFK'    " these details we will get thru transaction , where we enter these details.
    *   ARCHIVE_HANDLE                = 0
    *   LOCAL_CAT                     = ' '
    IMPORTING
       HEADER                        = HTEXT
      tables
        lines                          = LTEXT
    * EXCEPTIONS
    *   ID                            = 1
    *   LANGUAGE                      = 2
    *   NAME                          = 3
    *   NOT_FOUND                     = 4
    *   OBJECT                        = 5
    *   REFERENCE_CHECK               = 6
    *   WRONG_ACCESS_TO_ARCHIVE       = 7
    *   OTHERS                        = 8
    IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Thanks
    Arun

  • How to use functional module " DETERMINE_DUE_DATE"

    Hi All,
    Can anyone suggest how to use functional module " DETERMINE_DUE_DATE" as it is used in an FI transaction code "FBL5N" and i have to use it in my zprogram to capture the net due date..please suggest..
    Regards,
    Shanu

    hi,
    CALL FUNCTION 'DETERMINE_DUE_DATE'
                 EXPORTING
                      I_FAEDE = LS_FAEDE
                 IMPORTING
                      E_FAEDE = LS_FAEDE
                 EXCEPTIONS
                      OTHERS  = 1

Maybe you are looking for

  • How to print Arabic characters in Oracle BI Publisher report

    Dear Experts, Kindly suggest me how to print arabic characters in BI Publisher. Regards, Mohan

  • Af:panelHeader appearance like in af:panelBox

    Is it possible to let the header of an af:panelHeader appeare like the header of an af:panelBox component? This means that the upper corners should look rounded and the header line should have a colored ramp. I found out, if af:panelHeader components

  • BI Publisher fail to burst all records

    Hi, BIEE 11g (11.1.3) and BIP 11.1.1 (embedded into BIEE) I am using Oracle BI Publisher together with BIEE's Answers. I would like to use the bursting features in BIP. However, after I successfully bursted the reports I find that it fails to burst a

  • DB Connect Issue

    Hi All, We are doing extracting data from MS-SQL by DB connect. We did the source system connectivity and its working fine. Developed the views on the tables considering naming conventions (Upper case for both View/Fields). We are able to view the fi

  • Newbie to keynote; some questions and some observations about this group

    Hello, my attn was called to this group. I have seen some impressive presentations in keynote so maybe it is time to switch. From what? I do a lot of presentations. I use acrobat. Prepare my page in whatever app is best for the job; print to pdf; inc