Error 'UNICODE_IN_DATA' in ODI 11.1.1.5 data loading interface

Hello!

I'm sorry, I have to again ask for help with the new number with ODI 11.1.1.5. It is a interface to load several columns of data. I am load data from text file delimited by tabs in Essbase ASO 11.1.2. MS SQL Server is the database of ODI repository. In the data store to target that some fields are not mapped to the source, but hard with a fixed value, for example, given only the budgetary data are always loaded by default, the field mapping 'Scenario' in the target has a string of entry 'Budget '. This interface for loading data has no rules file.

In the step "To prepare for loading" is produced the following error:

org.apache.bsf.BSFException: exception of Jython:
Traceback (most recent call changed):
File '< string >", line 86, < module >
AttributeError: object of type 'com.hyperion.odi.common.ODIConstants' has no attribute 'UNICODE_IN_DATA '.

at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.execInBSFEngine(SnpScriptingInterpretor.java:346)
at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.exec(SnpScriptingInterpretor.java:170)
at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java:2458)
at oracle.odi.runtime.agent.execution.cmd.ScriptingExecutor.execute(ScriptingExecutor.java:48)
at oracle.odi.runtime.agent.execution.cmd.ScriptingExecutor.execute(ScriptingExecutor.java:1)
at oracle.odi.runtime.agent.execution.TaskExecutionHandler.handleTask(TaskExecutionHandler.java:50)
at com.sunopsis.dwg.dbobj.SnpSessTaskSql.processTask(SnpSessTaskSql.java:2906)
at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2609)
at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:540)
at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:453)
at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1740)
to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$ 2.doAction(StartSessRequestProcessor.java:338)
at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:214)
at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:272)
to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$ 0 (StartSessRequestProcessor.java:263)
to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$ StartSessTask.doExecute (StartSessRequestProcessor.java:822)
at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:123)
to oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$ 2.run(DefaultAgentTaskExecutor.java:83)
at java.lang.Thread.run(Thread.java:662)

I'll be very grateful for any advice

Do you have the same problem if you use a rule to load?

See you soon

John
http://John-Goodwin.blogspot.com/

Tags: Business Intelligence

Similar Questions

  • ODI - SQL for Hyperion Essbase data loading

    Hello

    We have created a 'vision' in SQL Server that contains our data.  The view currently has every year and periods of Jan 2011 to present.  Each period is about 300 000 records.  I want to only load one period at a time.  For example may 2013.  Currently we use ODBC through a rule of data loading, but the customer wants to use ODI to be compatible with the versions of dimension metadata.  Here's the SQL on the view that works very well.   Is there a way I can run this SQL in the ODI Interface so it pulls only what I declare in the Where clause?  If yes where can I do it?

    Select

    CATEGORY, YEAR, LOCATION, SCRIPT, DEPT, PROJECT, EXPCODE, TIME, ACCOUNT, AMOUNT

    Of

    PS_LHI_HYP_PRJ_ACT

    Where

    YEAR > = "2013" AND PERIOD = 'MAY '.

    ORDER BY CATEGORY ASC ASC FISCAL_YEAR, LOCATION ASC, ASC, ASC, ASC, ASC, PERIOD EXPCODE PROJECT DEPT SCENARIO CSA ACCOUNT CSA;

    Hello

    Simply use the following KM to load data - IKM SQL for Hyperion Essbase (DATA) - in an ODI interface that has the view that you created the Source model. You can add filters to the source which are dynamically by ODI variables to create the Where clause based on the month and year. Make sure you only specify a rule of load method to load the data into the KM

  • ODI - how to clear a slice before performing data loading interface

    Hello world

    I use ODI 10.1.3.6 to load data into a cube ASO (version: 11.1.2.1) every day. Before loading data for a particular date, I want the region to be set up in the ASO cube defined by 'this date '.

    I guess I need to run a PRE_LOAD_MAXL_SCRIPT who clears the area defined by a MDX function. But I don't know how I can automatically set the region watching several coloums in the data source.

    Thank you very much.

    There are a number of ways to do this.
    Define substitution variables, it could be programmed from ODI by passing parameters in a maxl script, or by using the Java API
    Or you could generate the clear area in ODI and then put through to a Maxl script as a parameter.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Error Oracle in ODI

    Hi all

    I use 11 ODI.
    I have a requirment where I need to see the oracle error in operator ODI.
    Assume that the error is error Format/Datatype/or etc then it will show the error with the error to the operator code.
    Please let me know how to do this in ODI.

    Thank you
    Lony

    Write a procedure small jython to intercept the error

    Then use raises no statement to view messege what ever you want to display in the operator.

  • Error message in ODI

    Hello

    I'm trying to insert the error message into the table using a procedure.
    To get the error, I'm using API: odiRef.getPrevStepLog ("MESSAGE") after the interface that triggers the error, in a red line "KO."
    But, the Message will be very big and it is not necessary for me. I just need to capture an error information for the line that starts next to the ORA - ID. Please help key that...

    Concerning
    Pavan

    Published by: user753041 on October 16, 2010 02:54

    If your planning to use the variable then yes the package must be something like that.

    Interface and other objects odi
    |
    |
    KO
    |
    (e_msg) REFRESH MODE - OK---> ERROR_tab procedure

    You must also call this after every ODI object

    (or)

    modify the procedure to call the substr directly by declaring in a variable of the oracle and asking that in the insert statement.

    Have you looked at SNP_SESSION, SNP_SCEN, SNP_STEP_REPORT, SNP_EXP_TXT working repository tables, this pretty much keeps all the information you are looking for and simple combination, you can extract the required result.

    Hope that help.

  • Implementation error when executing load interface to Essbase data.

    When executing an interface to Essbase data loading I get this error:
    rg.apache.bsf.BSFException: exception of Jython:
    Traceback (most recent call changed):
    File "< string >", line 26, < module >
    at com.hyperion.odi.essbase.ODIEssbaseDataWriter.loadData (unknown Source)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)


    com.hyperion.odi.essbase.ODIEssbaseException: com.hyperion.odi.essbase.ODIEssbaseException: invalid column type specified for the column of data [ActivityPurpose]

    The data store is reversed using the RKM Hyperion Essbase, I did not any changes in the data store.
    I'm loading from an identical to the tabel of target array.
    I use the IKM SQL for Hyperion Essbase (DATA).

    Does anyone have any idea what this might be?

    Concerning
    Hans-Petter

    Might be useful to have a read of the following doc Oracle Support - "how to avoid signs of ' ODIEssbaseException: invalid column type specified for the data column" Message When loading Essbase models ODI? ". [ID 885608.1] »

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Win 2003 error - try to add and remove windows components I get this error. IIS.dll Setup library could not be loaded

    When you try to add and remove windows components I get this error. IIS.dll Setup library could not be loaded, or function OcEntry could not be found. code error 0x7e is on a system win 2003

    Hi MickRl,

    The question you posted would be better suited to the TechNet community. Please visit the link below to find a community that will provide the support you want.
    http://social.technet.Microsoft.com/forums/en-us/category/WindowsServer

  • Windows Vista Service Pack 2 (KB948465) I get the error code 80092004 and it was not able to load.

    Windows Vista Service Pack 2 (KB948465) I get the error code 80092004 and it was not able to load.

    Free unlimited installation and compatibility support is available for Windows Vista, but only for Service Pack 2 (SP2). This support, initially planned to end on November 26, 2009, has been extended until February 26, 2010. Availability of support chat or messaging differs depending on your location. Some questions may require that more support for which he is advanced a charge.  Go to http://support.microsoft.com/oas/default.aspx?prid=13014&gprid=582034 & select appropriate category (i.e., download problem;) Installation problem; Problems after installing a service pack). ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • I get the error code 643 during the installation of the dates... I tried yesterday, some steps that have been put to me... they did not work... Please help

    I get the error code 643 during the installation of the dates... I tried yesterday, some steps that have been put to me... they did not work... Please help

    There are 2 updates will not install... Ive had this problem for the last 6 months

    See if this Microsoft Support will help you:

    http://support.Microsoft.com/kb/976982

    Note: there are 2 methods. If the August challenge it for me does not help, try a 2nd.

    Another article to number 643
    http://Windows.Microsoft.com/en-us/Windows7/Windows-Update-error-80070643

    .........................................................................................

    Take a look at this answer of MS Answers forums:

    http://answers.Microsoft.com/en-us/Windows/Forum/windows_vista-windows_update/what-is-error-code-643-Windows-vistaunable-to/4ab6dd4e-e9eb-4a0f-b822-ad976e2c33c6

  • When you use Device.device.os, it throws error #1079: native methods are not allowed in the loaded code.

    Hi all

    When I tried to use the Device.device.OS to get the string from the bone. It is compiled smoothly. But it throws error when the application started on my desk.

    Error #1079: Native methods are not allowed in the loaded code.

    It does not error in the emulator, but he did not get the chain of the OS.

    Someone knows how to use the device class? Is it still not currently supported?

    Thank you very much!

    Error #1079: Native methods are not allowed in the loaded code.

    This error is thrown on the desktop because your qnx - air.swc is probably in the process of fusion as code instead of being tied to your project as external. The reason who need to be external is that it contains classes that exist in the execution of AIR in the Simulator and not in the AIR runtime on your desktop. The device classes use the custom air extensions we wrote to get the properties of the device.

    If you want just the operating system, you can also use the Capabilities.os, which is a standard API Flash Player and does not require the use of custom extensions.

    My guess on why it does not work on the device thus is that the qnx - air.swc is not defined externally. Return to externally set and run it in the Simulator.

    Hope that helps

    Julian

  • Code error 0x7E - the file 'autorun.dll' could not be loaded or is damaged. Setup cannot continue. Windows 7 Upgrade installation problem

    I tried to install Windows 7 Home Premium Upgrade, 32-bit version. My current system is an Intel iMac (later), with Windows XP - SP3 loaded as a virtual machine with Parallels Desktop 4.0 build 3848 (according to their website, it is supposed to support Windows 7).

    I allocated enough space RAM and HARD drive of the virtual machine to run Windows 7. No matter what I do, when I try to run setup.exe, I get the error message: "the file 'autorun.dll' could not be loaded or is corrupt. Setup cannot continue. Error code is [0x7E].

    The file 'autorun.dll' is present on the disk.

    I saw on the internet that other people have also had this problem, with or without Parallels Desktop, and get a replacement DVD of Windows 7 program made no difference to them. Nor is it an available answer, I've seen.

    My Windows 7 disc is new, so I was hoping that Microsoft could solve the problem for me?

    Thank you.



    OK, so, this response is a little late to come, but if you never solved...

    I just encountered the same problem - editing similar (Mac, Parallels 5 in my case, the SP3 of XP, MS Windows 7 Home Premium Upgrade) - you must make sure that the DVDROM drive hardware is mapped to "D:" on your XP installation. Thus on the Parallels Desktop menu go to devices, CD/DVD1 and make sure that all your actual DVD player is called is selected (should be the vertical entry in the menu) - not true CD/DVD. The reader should then start and auto run.
    I hope this helps...
  • Zune and Windows 8 "error reading the Zune software cannot access important data on your Zune." Try to disconnect and reconnect it. If the problem persists, contact customer support. "

    I have a Zune and Windows drive * on my desk. Everything worked fine until today while I got the following messages. In Zune: "Error reading the Zune software cannot access important data on your Zune. Try to disconnect and reconnect it. If the problem persists, contact customer support. "" Then on the computer: "USB device not recognized." "

    I have a Zune and Windows drive * on my desk. Everything worked fine until today while I got the following messages. In Zune: "Error reading the Zune software cannot access important data on your Zune. Try to disconnect and reconnect it. If the problem persists, contact customer support. "" Then on the computer: "USB device not recognized." "

    Message error "the Zune software cannot access important data on your Zune.

  • Forcing errors when loading essbase nonleaf data loading

    Hi all

    I was wondering if anyone had experience forcing data load errors when loadrules is trying to push the nonleaf members data in an essbase cube.

    I obviously ETL level to prevent members to achieve State of charge which are no sheet of error handling, but I would however like the management of the additional errors (so not only fix the errors).

    ID much prefer errors to be rejected and shown in the log, rather than being crushed by aggregation in the background

    Have you tried to create a security filter for the user used by the load that allows only write at level 0 and not greater access?

  • communication error with the server. callback failed for the data entry page

    Hello

    We have recently applied the corrective update EMP on EMP 11.1.2.0 111.2.1.
    We have following the architecture,

    database server: sql server 2005
    Server Foundation (OS = windows server 2008): HSS, EPMA, Manager Calc, EAS, EIS, provider's server, planning
    Essbase Server (OS = windows server 2008): essbase

    After you apply the patching EMP 11.1.2.1, we apply after Electrodes for IE 9 compactibility i.e EMP 11.1.2.1.600 patches

    1. patch 14119724 (Workspace)
    2 14142678 patch (Shared services)
    3 patch 14224664 (EPMA)
    4 patch 14464109 (planning)

    After you apply above patches, all users get error when opening planning web form through the workspace of all client computer.

    "* error communication with the server. callback failed for the data entry page. "




    When restore us only planning patch 14464109 , issue of "communication error with the server. callback failed for the data entry page "get resolved for all users, but failed for a single user IE"user xyz" "

    the user xyz have OS = windows 7 and IE 8
    user xyz can take foundation server RDP can open any form of planning successfully in vain get when doing the basic machine.

    I have following question:
    1. Why do we get error "error communicating with the server. callback failed for the data entry page"after you apply the fixes to IE9

    2. after cancellation all patches or planning one patch, why the user xyz always get the error but not other users


    Thanks in advance

    Published by: 922755 on June 7, 2013 16:08

    It might be useful to have a read of the following doc Oracle Support - "error:"error Communication with the server. " "Callback failed for the data entry page" when you open a Web form of planning with the members of the Type of text [ID 1392689.1].

    And then this question should be resolved en.600

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Subject: healthreport, about: preferences, about: newtab all give the same error message: the URL is invalid and cannot be loaded. All this since the last update

    Whenever I select all: preferences? entrypoint = menubar #sync, about: healthreport, about: preferences, about: newtab, I get the same error message: "the URL is invalid and impossible to load. All this since the last update tot 50.0 FF. I have tried refreshing Firefox, but to no avail. Help, please. Best regards, mauver

    Hi FredMcD,

    You are the hero of the day. Well, everything seems to work again with the exception of my best websites (which should open when I click on new-tab). But it's only a minor problem and I can easily restore that manually.

    Thanks for your help,

    Mauver

Maybe you are looking for