Problem with KM in ODI 12 c

Hello

I have improved my ODI of ODI 11.1.1.5 to 12.1.3 project

When I'm running in 'Create table' step in 'LKM SQL file.

[with the code:]

CREATE TABLE < %=odiRef.getTable ("L", "COLL_NAME", "W") % >

(

< % = odiRef.getColList ("", "\t [CX_COL_NAME] [DEST_WRI_DT]"+ odiRef.getInfo ("DEST_DDL_NULL"),"\n\tclick", "","") % >

)

]

It creates the following code:

CREATE TABLE C:/Test/C$ _0DEM1

(

RECORD_TYPE VARCHAR2 (30) NULL,

SOURCE_CODE VARCHAR2 (30) NULL,

)


Here the "C:/Test /" is my directory of files mentioned in the topology diagram. Instead, it takes the database schema (IE cisuser).


Although I use the LKM even in another interface with another table in the same pattern, and here it does not work correctly:


CREATE THE TABLE CISUSER. C$ _0FIL

(

Filenames VARCHAR2 (30) NULL

)

Found the error:

The context had to be on the "execution context" of 'Global' in the mappings to target.

Tags: Business Intelligence

Similar Questions

  • Problem with SQL Loader ODI

    Hello

    I have problems using SQL Loader with ODI. I am filling an oracle table with data from a txt file. Initially, I had used 'File to SQL' LKM, but due to the size of the file (700 MB) source, I decided to use 'file to Oracle (SQLLDR)' LKM.
    The error that appears in myFile.txt.log is: "SQL * Loader-101: invalid argument for the name of user and password.

    I think the problem might be in the definition of the database server (physical JavaBeans in topology), because I left empty Host, user and password.

    What is the problem? What host and user should I use? With "File to SQL" works fine living that white, but takes too much time.

    Thanks in advance

    Note the last * @*. He expects a connection string after him.

    So, goto Oracle server topology, specify Instance/Dblink (server) as the SID of the oracle database you want to connect.

  • Problem with date at ODI 10 g

    I'm on ODI 10 g Version 10.1.3.6.8_02

    I have an update of FROM_DATE variable

    SELECT TO_DATE (' #GLOBAL.) GV_PURGE_FROM_DATE', 'YYYY-MM-DD hh24:MI:SS') FROM DUAL

    When I print this value I get the output as

    2014-01-01 00:00:09.0

    D I don't know why there is an extra 0 at the end?

    Help someone

    It works for you?

    SELECT to_char (TO_date ('2000-01-01 00:00:01 ',' YYYY-MM-DD hh24:MI:SS'), 'YYYY-MM-DD hh24:MI:SS') FROM DUAL

  • ODI 12 - problem with LKM SQL for Oracle

    Hi again,

    Three days ago, that I asked about the problem with the data types of data warehouses in models that were missing. After you apply the ideas suggested by Rita (thank you very much ) I got from their work.

    But after that, we came across a new problem. When you run a mapping (Oracle for Oracle databases), it failed on the second stage - ' "work table create. "When we checked the generated code was something like this: '(" CREATE TABLE < work_table_name >). None of the names of columns or data types have been described in parentheses and as expected, the ODI execution error was "invalid identifier". It seems that API odiRef.getColList(params)%> does not work. I tried loading using LKM Oracle Oracle (DB LINK) but once again the columns are missing in the generated script.

    I have to mention the master and work repositories are different databases from Oracle and ODI Agent is not installed because of some problems.

    We are still beginners of ODI and would appreciate any help from more experienced guy (or other beginners).

    Thank you in advance.

    Just by chance, we found the soluton today!

    The reason of missing generated code was that the description of the types of data was not entirely cofigured.

    We found that the fields "create table syntax" and "'syntax of data accessible in writing' in each type of data in the topology definition were empty." After filling them, the generation of the script is running properly.

    Before that we had problems with missing data types in models and we realized the reverse engineering of the types of data, but obviously it is insufficient.

    Thanks to all those who participated in the discussion and tried to help us!

  • Problem with ODI 11 g and width fixed files

    Hi all,

    I have a problem with a flat file with fixed length fields. I have reported all the correctly (it seems) and in the data preview, I see the correct data, unfortunately when I lounch my execution interface I get an error message saying that the size of the last filed is more than the declared. Looks like he is not able to understand the end of the recording is normal '0D0A '.

    And I also have another question, anyone knows why inside my ODI Desiner I see always the same file also if I try to change the data inside? What is a clearance problem or a bug? I forgot to set something up in a certain place?

    Thank you in advance.

    B.

    Could this be a problem with the last configuration of column length? Please refer to the files - 11 g Release 1 (11.1.1)

  • Problems with procedures on the ODI 11 g

    Hello gurus,

    We have an ODI environment, where we have migrated from ODI 10 ODI 11 g (11.1.1.6) with upgrade wizard at level g.

    Problem is that procedures in our migrated packages show performed by exploiting (by green tickmark), but they are actually NOT running the code. Means that we are not able to see the Code for the steps in the procedure, when this step is open from the operator. He doesn't even watch lines updated or other statistics. It displays 0 for all.

    We do not a mistake in the studio of ODI for these steps. That is why it is impossible to understand what is happening.

    Note: No problem with SQL code. Its been tested on SQL Server.

    What could be the cause behind all this?
    Help, please.


    Thank you
    Santy

    The problem here is that there is option always run , which belongs to each procedure. Must be enabled/checked(need to check manually going through each procedure) in order to have the procedure to run after the migration to 11 g. It was not mandatory in 10g, & unfortunately, the upgrade wizard does not care about that.

    Kind regards

    Santy

  • Problem with the connectivity Server MSSQL of ODI 10.1.3

    Hello

    In one of the interface we are filling for the target table in MSSQL Server 2005 version.
    The results of successful physical topology connection.

    For so long there is no problem and it runs successfully. But all of a sudden I am facing problems with this.

    I can't see data warehouses under the template created for this table. During the enlargement process of the model, during an attempt to overthrow the model or when I try to save the changes to the package, I get the error below.

    java.lang.UnsupportedClassVersionError: com/microsoft/sqlserver/jdbc/SQLServerDriver (unsupported major.minor version 49.0)

    at java.lang.ClassLoader.defineClass0 (Native Method)

    at java.lang.ClassLoader.defineClass (unknown Source)

    at java.security.SecureClassLoader.defineClass (unknown Source)

    at java.net.URLClassLoader.defineClass (unknown Source)

    in java.net.URLClassLoader.access$ 100 (unknown Source)

    java.net.URLClassLoader to $1.run (unknown Source)

    at java.security.AccessController.doPrivileged (Native Method)

    at java.net.URLClassLoader.findClass (unknown Source)

    at java.lang.ClassLoader.loadClass (unknown Source)

    to Sun.misc.Launcher$appclassloader$ AppClassLoader.loadClass (unknown Source)

    at java.lang.ClassLoader.loadClass (unknown Source)

    at java.lang.ClassLoader.loadClassInternal (unknown Source)

    at java.lang.Class.forName0 (Native Method)

    at java.lang.Class.forName (unknown Source)

    at com.sunopsis.sql.SnpsConnection.a (SnpsConnection.java)

    at com.sunopsis.sql.SnpsConnection.u (SnpsConnection.java)

    at com.sunopsis.sql.SnpsConnection.connect (SnpsConnection.java)

    at com.sunopsis.dwg.reverse.Reverse.a (Reverse.java)

    at com.sunopsis.graphical.component.b.a.g.a (g.java)

    at com.sunopsis.graphical.component.b.a.g.a (g.java)

    at com.sunopsis.graphical.component.b.a.d.a (d.java)

    at com.sunopsis.graphical.component.b.h.e (h.java)

    at com.sunopsis.graphical.component.b.h.b (h.java)

    at com.sunopsis.graphical.component.b.h.b (h.java)

    at com.sunopsis.graphical.component.b.h.b (h.java)

    at com.sunopsis.graphical.component.b.h.a (h.java)

    at com.sunopsis.graphical.frame.module.SnpsSplitFrame.refreshSplitFrame (SnpsSplitFrame.java)

    at com.sunopsis.graphical.frame.module.SnpsSplitFrame.refreshNode (SnpsSplitFrame.java)

    at com.sunopsis.graphical.frame.bp.bN (bp.java)

    at com.sunopsis.graphical.frame.bp.bL (bp.java)

    at com.sunopsis.graphical.frame.a.is.bH (is.java)

    at com.sunopsis.graphical.frame.bo.r (bo.java)

    at com.sunopsis.graphical.frame.bo.bv (bo.java)

    at com.sunopsis.graphical.frame.bo.z (bo.java)

    at com.sunopsis.graphical.frame.bo.b (bo.java)

    at com.sunopsis.graphical.frame.w.actionPerformed (w.java)

    at javax.swing.AbstractButton.fireActionPerformed (unknown Source)

    in javax.swing.AbstractButton$ ForwardActionEvents.actionPerformed (unknown Source)

    at javax.swing.DefaultButtonModel.fireActionPerformed (unknown Source)

    at javax.swing.DefaultButtonModel.setPressed (unknown Source)

    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased (unknown Source)

    at java.awt.Component.processMouseEvent (unknown Source)

    at java.awt.Component.processEvent (unknown Source)

    at java.awt.Container.processEvent (unknown Source)

    at java.awt.Component.dispatchEventImpl (unknown Source)

    at java.awt.Container.dispatchEventImpl (unknown Source)

    at java.awt.Component.dispatchEvent (unknown Source)

    at java.awt.LightweightDispatcher.retargetMouseEvent (unknown Source)

    at java.awt.LightweightDispatcher.processMouseEvent (unknown Source)

    at java.awt.LightweightDispatcher.dispatchEvent (unknown Source)

    at java.awt.Container.dispatchEventImpl (unknown Source)

    at java.awt.Window.dispatchEventImpl (unknown Source)

    at java.awt.Component.dispatchEvent (unknown Source)

    at java.awt.EventQueue.dispatchEvent (unknown Source)

    at java.awt.EventDispatchThread.pumpOneEventForHierarchy (unknown Source)

    at java.awt.EventDispatchThread.pumpEventsForHierarchy (unknown Source)

    at java.awt.EventDispatchThread.pumpEvents (unknown Source)

    at java.awt.EventDispatchThread.pumpEvents (unknown Source)

    at java.awt.EventDispatchThread.run (unknown Source)


    I checked below:

    Is the SQL server version: MSSQL 2005 Server
    the "sqljdbc.jar" file is there in place "< ORACLE_HOME >/oracledi/drivers".
    Java version: jdk1.5.0


    There is no change in the source or target db. Please help me solve this problem

    In my view, there more to see the java version compatibility.

    Please visit this link - http://techtracer.com/2007/10/10/resolving-the-unsupported-majorminor-version-490-error/

  • problems with, phone, 6, Bluetooth kit, Nissan, after update, for, Rios, 1.0.2

    After the update to ios 10.0.2 - trying to use bluetooth to call my vehicle, it says: "this article is not in your phone book." How can I solve this problem?

    Greetings, joybelino1!

    Thank you for joining the communities Support from Apple! I can't wait to see that you are having problems with your Bluetooth in your car! The good news is that Apple has a great article that will help you with measures to try to resolve the problem. Read this article to gethelp to connect your iPhone, iPad, or iPod touch with your car radio. Even though he talks about problems with the connection, it also has the steps for other questions you may have once connected.

    If you use Bluetooth

    1. Consult the user manual of your car stereo to get the procedure to a Bluetooth device.
    2. On your iOS device, drag up to open Control Center, then press ontwice to turn on Bluetooth and turn it back on.
    3. Restart your iOS device.
    4. On your iOS device, Cancel the twinning of your car radio. On the screen of your car désapparier your iOS device and any other device. Restart your car and your iOS device, then pair and connect again.
    5. Update your iOS device.
    6. Install the updates to the firmware of your car radio.
    7. If you still not connect, contact Apple technical support.

    Have a great day!

  • Anyone having problems with WiFi connectivity after upgrade to Sierra?

    I was wondering if anyone else knows issues with WiFi connectivity since the upgrade to Sierra 10.12? I have not had any problems with connectivity WiFi previously on El Capitan. Now I have regular randomly loose connectivity. My internet is cable and when it is connected I have a 100% connection. My details of iMac and I have used only 10% of my storage.

    No problem with my iphone 6.

    Hello AspDesigns,

    I understand that, since the upgrade to Mac OS Sierra, your Mac seems to have trouble staying connected to Wi - Fi. Fortunately the diagnosis built-in wireless can help identify the source of so much trouble.

    Search for Wi - Fi using your Mac problems

    See you soon!

  • Problems with mail after switching to macOS Sierra

    Hey all

    After having recently upgraded to macOS Sierra, I am unable to read my mail.

    I get the following error every time I check on "Get Mail".

    There may be a problem with the mail server or the network. Check the account settings "*" or try again.

    The server returned the error: Mail could not connect to the server 'pop1.tribcsp.com' using SSL on the default ports. Verify that this server supports SSL and that your account settings are correct.

    What does this error message mean and how can I solve this problem.

    Thank you

    Hi Michael,

    I see your message that you get an error in the mail indicating that there is a problem with the mail server or the network.  To help get this problem resolved, I suggest that you follow the steps below:

    If mail refers to a problem with the mail server, or the network

    Mail will say that it is impossible to connect due to a problem with the mail server or the network. For example, the message may refer to a connection that has expired, or too many simultaneous connections:

    If you are connected to the Internet, but the connection has expired, your email provider might be affected by a discontinuance of service. Contact them or see their status Web page to ensure that their e-mail service is online. Examples of status pages:

    If the message indicates the number of simultaneous connections, too many of your devices is check your e-mail account at the same time. Quit Mail on one or more of your other devices.

    If you are still unable to send or receive e-mails

    1. Make sure that you have installed latest version of the Mac software updates, especially if the problem occurred immediately after the installation of a previous update.
    2. In OS X El Capitan or later version, you can see a status icon and the short error message in the upper right of the Mail window, under the search box. The message may indicate 'Network offline' or 'Connection failed', for example. Click the message to see more details on the issue.
    3. Check your connection to the Mail connection doctor. It might be able to say more on the issue.

    If you cannot send or receive e-mail on your Mac.

    Take care.

  • iMac 27 "mid-2011 - Intermittent problem with CPU fan running at full speed and sleep mode.

    Hello!

    My iMac 27 "has an intermittent problem with the CPU fan runs at full speed. Sometimes it happens at the time when I start it, sometimes only in my session, and sometimes only after a certain time. So does seem to be a problem of "heating".

    Second issue is with the mode 'sleep'. It may occur also at any time, at the start of the iMac, session, or after a certain time. But once he starts to go in mode 'sleep', when I wake up, it goes right back in mode after a few seconds and that it will continue indefinitely until I restart the computer.

    What could be?

    Please help me!

    4ntoine

    Here is my model of iMac:

    iMac 27 "mid-2011 model 12.2

    Intel Core i7 3.4 GHz

    AMD Radeon HD 6970M 1024 MB

    OS X El Capitan 10.11.6
    SMC 1.72f2

    Boot ROM IM121.0047.B23

    reset the SMC

    Reset the management system (SCM) controller on your Mac - Apple Support

  • problem with playing the clash of clans

    I'm having some problems while playing the clash of clans on my 2 mini ipad screen does not seem to meet sometimes as if it was some sort of delay so I have to tap several times in order to use a filter or throw the troops on the battlefield.

    Hi Trinitygr,

    Thanks for posting in the Community Support from Apple! I understand that you are having problems with your iPad screen while playing a game. I like to play games on my iPad and I don't see how this could be a nuisance. I'm happy to offer assistance.

    Are you only had this problem when using the app clash of Clans, or does it happen in all applications? I recommend to start by following the steps described in this article:
    If an application you have installed unexpectedly closes, unresponsive, or does not open

    Take care!

  • I'm having problems with an outdated Apple ID

    I have problems with updating Apps etc in my Apple account because he always asked an obsolete in sign.  How can I change this?

    Hello

    Go down to itunes apple ID Delete page homepage all ID and then add it back back.

    See you soon

    Brian

  • Anyone having problems with the new iPhone LTE connection 7 on Verizon?

    I am now on my iPhone second 7 with Verizon. I had four phones for me and my family. I have now had issues where I have no signal in the same areas where my signal allows to be strong. I can't solve the problem with the activation/deactivation of the airplane and then mode again in normal mode. My phone will rest with no signal for 5 minutes, then going to LTE with three bars. I also had the problem where I had only 1 x signal, while my son standing right next to me has LTE. And he had the same questions, where I'm on LTE and it gets no signal. I use to have LTE where I live and work all the time, now it's spotty at best. Apple has replaced me and my sons iPhones but not luck. Still do. Any ideas or an any other suffering?

    (1) go to settings/cell phone/cellular data Options/enable LTE and select ONLY the DATA. This seems to solve the problem (as a temporary solution) for most of the people affected by this problem. The bad part is your request might not be as clear (since they cannot use the highest LTE signals) and you can make calls and data at the same time. But it does not solve the issue.

    (2) there are rumors (but you didn't hear that from me that we only are not supposed to discuss beta software program Apple in this forum) that the new version of Apple Beta for iOS (which also includes an update of the software carrier Verizon to 26.0) seems to solve this problem. So, there's a light at the end of the tunnel.

  • Problem with some fonts of symbols after the installation of the Sierra

    Hello

    I have recently upgraded the OS on my iMac late 2012 for Sierra, since doing so, I noticed a problem with several fonts.

    All symbolic symbols Apple to Wingdings fonts not correctly displayed in the font book. Apple symbols looks like a standard wheelbase of san, and other symbolic fonts just show as question marks '?' where the images should be.

    In text editing, that I can't even see the symbolic fonts like Zapf Dingbats and Wingdings in the selector. However, they all work well in Adobe Illustrator (CS5) and Microsoft Word 2011. Apple symbols still looks like a standard font.

    I already tried the following:

    1. check the fonts in font book

    2 fix the duplicates in the font book

    3. using the "Restore Standard fonts" option in the font book

    4 deleting a file in the folder Preferences plist Fonts

    5 deleted the cache of police and the database

    I'm out of ideas. Has anyone else had the same problem found a fix?

    Kind regards

    Greville

    I'm just to add that I used the recovery partition to do a clean install of Sierra on a hard drive external and then booted into it to see if it had the same problem.

    And he does. Wingdings and other photo fonts appear as '?' in boxes where the letters must be in the font book.

    So this seems like a problem with the way Sierra displays these fonts, not with the font files themselves.

Maybe you are looking for

  • Test Firefox OS for Tablet?

    HelloI heard that you're testing Firefox OS on tablets. I'm interested in new opportunities in mobile devices.I want to ask you: I could test it on my Tablet pipo w2f? I looked and it has similar settings as a tested device.Thanks for the quick reply

  • How to restore emails from El Capitan Time Machine

    OK, I've read everything I can find on the internet but nothing seems to resemble what this or that my iMac introduce myself.  My ISP seems to have lost all my emails, I Time current execution machine and thought, I could get back them (at least loca

  • Satellite Pro A10 PSA15E: NO sound after installing Win XP

    Hello world I had to reinstall Win XP Home - which went well, however - now there is no sound and it says no audio device is installed. I tried to install the audio drivers on the Toshiba CD but they go as far as unpacking but then say "not installed

  • Can't the IMPORT of NEWS photos of camer and phone without duplicating all of THE 'old'!

    I have a HP G60 - 445DX Notebook PC with Windows Vista. I am certainly in need of a new computer, but have given up pretty much to import pictures from my cell phone and a digital camera because it never detects the latest photos taken more! I have l

  • VWorkspace PowerShell Module for 8.5?

    After the upgrade to vWorkspace 8.5 I can no longer use the PowerShell Module. I get an error when you run Connect-QVWFarm that the version of database should not. Any idea when will be released the update of Powershell 8.5?