ODI error when loading classic HFM Application data

Hi all

I'm the one stage integration of the source (flat file) at the request of HFM, I created it and loading data integration, I get the following error: -.

org.apache.bsf.BSFException: exception of Jython:

Traceback (most recent call changed):

File '< string >", line 3, in < module >

at com.hyperion.odi.hfm.ODIHFMAppWriter.loadData(ODIHFMAppWriter.java:240)

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.common.ODIHAppException: com.hyperion.odi.common.ODIHAppException: [CLEAR_ALL_METADATA_BEFORE_LOAD, REPLACE_MODE] properties are required.

at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)

at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.execInBSFEngine(SnpScriptingInterpretor.java:322)

at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.exec(SnpScriptingInterpretor.java:170)

at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java:2472)

at oracle.odi.runtime.agent.execution.cmd.ScriptingExecutor.execute(ScriptingExecutor.java:47)

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:2913)

at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2625)

at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:577)

at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:468)

at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:2128)

to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$ 2.doAction(StartSessRequestProcessor.java:366)

at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:216)

at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:300)

to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$ 0 (StartSessRequestProcessor.java:292)

to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$ StartSessTask.doExecute (StartSessRequestProcessor.java:855)

at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:126)

to oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$ 2.run(DefaultAgentTaskExecutor.java:82)

at java.lang.Thread.run(Thread.java:662)

Caused by: Traceback (most recent call changed):

File '< string >", line 3, in < module >

at com.hyperion.odi.hfm.ODIHFMAppWriter.loadData(ODIHFMAppWriter.java:240)

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.common.ODIHAppException: com.hyperion.odi.common.ODIHAppException: [CLEAR_ALL_METADATA_BEFORE_LOAD, REPLACE_MODE] properties are required.

at org.python.core.PyException.fillInStackTrace(PyException.java:70)

at java.lang.Throwable. < init > (Throwable.java:181)

at java.lang.Exception. < init > (Exception.java:29)

to java.lang.RuntimeException. < init > (RuntimeException.java:32)

to org.python.core.PyException. < init > (PyException.java:46)

to org.python.core.PyException. < init > (PyException.java:43)

at org.python.core.Py.JavaError(Py.java:455)

at org.python.core.Py.JavaError(Py.java:448)

at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:177)

at org.python.core.PyObject.__call__(PyObject.java:355)

at org.python.core.PyMethod.__call__(PyMethod.java:215)

at org.python.core.PyMethod.instancemethod___call__(PyMethod.java:221)

at org.python.core.PyMethod.__call__(PyMethod.java:206)

at org.python.core.PyObject.__call__(PyObject.java:397)

at org.python.core.PyObject.__call__(PyObject.java:401)

to org.python.pycode._pyx15.f$ 0 (< string >: 6)

to org.python.pycode._pyx15.call_function (< string >)

at org.python.core.PyTableCode.call(PyTableCode.java:165)

at org.python.core.PyCode.call(PyCode.java:18)

at org.python.core.Py.runCode(Py.java:1204)

at org.python.core.Py.exec(Py.java:1248)

at org.python.util.PythonInterpreter.exec(PythonInterpreter.java:172)

at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:144)

... 19 more

Caused by: com.hyperion.odi.common.ODIHAppException: [CLEAR_ALL_METADATA_BEFORE_LOAD, REPLACE_MODE] properties are required.

at com.hyperion.odi.hfm.ODIHFMAppWriter.loadData(ODIHFMAppWriter.java:240)

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)

at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:175)

... more than 33

Caused by: com.hyperion.odi.common.ODIHAppException: [CLEAR_ALL_METADATA_BEFORE_LOAD, REPLACE_MODE] properties are required.

at com.hyperion.odi.hfm.ODIHFMUtil.validateRequiredProperties(ODIHFMUtil.java:87)

to com.hyperion.odi.hfm.ODIHFMMetadataLoader$ OptionsMetadataLoad.validate (ODIHFMMetadataLoader.java:66)

at com.hyperion.odi.hfm.ODIHFMMetadataLoader.validateOptions(ODIHFMMetadataLoader.java:188)

at com.hyperion.odi.hfm.ODIHFMAppStatement.validateLoadOptions(ODIHFMAppStatement.java:168)

at com.hyperion.odi.hfm.ODIHFMAppWriter.loadData(ODIHFMAppWriter.java:195)

... more than 38

Any help appreciated

Thank you

Pratik

Hi all

Thanks for the help!

I solved the error

Solution:-j' used the double model i.e HFMData copy data, so what I thought was to use the original data model, IE HFMData.

Generally, we use one duplicate, but here is not the way.

Thank you

Pratik

Tags: Business Intelligence

Similar Questions

  • Error loading of hfm application data

    Hello
    Friends I m totally new with this hfm, I created an application and I loaded the metadata, by loading data, it gives the error message like

    Range: 2, error: invalid cell for the period from January.
    Actual spending; 2009; January; Periodic report; Marina Beach; INR; Income; [ICP no]; Tea; [None]; [None]; [None]; 5000

    Line: 3, error: invalid cell for the period of July.
    Budget; 2010; July; Periodic report; White field; INR; Income; [ICP no]; Cofee; [None]; [None]; [None]; 4800

    Please help me debug this error

    The data seem to be ok, then I suggest you log in your application and check that the interception point is a point of data entry. Essentially in a grid view select the same members in the data row. This will tell you what is the matter...

  • ODI error when loading data from Oracle to Essbase

    Hello and happy new year to everyone!

    I can't load some data from an Oracle table to an Essbase database. The Oracle table has all the members of the Essbase database, columns, and in addition, it has a column for data.

    I use the IKM SQL for Hyperion Essbase (DATA) as IKM and I can't choose a LKM in the dropdown, but I imported the LKM SQL to SQL.

    Error thrown is:

    org.apache.bsf.BSFException: exception of Jython:
    Traceback (innermost last):
    "< String >" file, line 23, in there?
    com.hyperion.odi.essbase.ODIEssbaseException: error reached records the maximum error threshold: 100
    at com.hyperion.odi.essbase.ODIEssbaseDataWriter.loadData (unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (unknown Source)
    at java.lang.reflect.Method.invoke (unknown Source)
    at org.python.core.PyReflectedFunction.__call__ (PyReflectedFunction.java)
    at org.python.core.PyMethod.__call__ (PyMethod.java)
    at org.python.core.PyObject.__call__ (PyObject.java)
    at org.python.core.PyInstance.invoke (PyInstance.java)
    to org.python.pycode._pyx10.f$ 0 (< string >: 23)
    to org.python.pycode._pyx10.call_function (< string >)
    at org.python.core.PyTableCode.call (PyTableCode.java)
    at org.python.core.PyCode.call (PyCode.java)
    at org.python.core.Py.runCode (Py.java)
    at org.python.core.Py.exec (Py.java)
    at org.python.util.PythonInterpreter.exec (PythonInterpreter.java)
    at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:144)
    at com.sunopsis.dwg.codeinterpretor.k.a (unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting (unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders (unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders (unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt (unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSqlI.treatTaskTrt (unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask (unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep (unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession (unknown Source)
    at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand (unknown Source)
    at com.sunopsis.dwg.cmd.DwgCommandBase.execute (unknown Source)
    at com.sunopsis.dwg.cmd.e.i (unknown Source)
    at com.sunopsis.dwg.cmd.g.y (unknown Source)
    at com.sunopsis.dwg.cmd.e.run (unknown Source)
    at java.lang.Thread.run (unknown Source)

    Caused by: com.hyperion.odi.essbase.ODIEssbaseException: error reached records the maximum error threshold: 100
    at com.hyperion.odi.essbase.ODIEssbaseDataWriter.sendRecordArrayToEsbase (unknown Source)
    ... 32 more

    com.hyperion.odi.essbase.ODIEssbaseException: com.hyperion.odi.essbase.ODIEssbaseException: error reached records the maximum error threshold: 100
    at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
    at com.sunopsis.dwg.codeinterpretor.k.a (unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting (unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders (unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders (unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt (unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSqlI.treatTaskTrt (unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask (unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep (unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession (unknown Source)
    at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand (unknown Source)
    at com.sunopsis.dwg.cmd.DwgCommandBase.execute (unknown Source)
    at com.sunopsis.dwg.cmd.e.i (unknown Source)
    at com.sunopsis.dwg.cmd.g.y (unknown Source)
    at com.sunopsis.dwg.cmd.e.run (unknown Source)
    at java.lang.Thread.run (unknown Source)



    I'll wait for any help.

    Thank you!

    First of all, I would highly recommend the upgrade because there were a few bugs with the adapters of Hyperion.
    If you set MAXIMUM_ERRORS_ALLOWED to 0 it will be infinite, so it will not stop because of rejected records.

    Once you assign to LOG_ENABLED and LOG_ERRORS Yes
    then you LOG_FILENAME together and ERROR_LOG_FILENAME, put them in a known example location c:\temp on windows.

    Ok?

    See you soon

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

  • Creative Cloud Desktop said that there is a download error when I open the applications tab. I tried the button Reload Applications with no luck. Any ideas?

    Creative Cloud Desktop said that there is a download error when I open the applications tab. I tried the button Reload Applications with no luck. Any ideas?

    John has provided all of the above resolution, could follow please this new https://helpx.adobe.com/creative-cloud/kb/Download-error-apps-tab.html

    In the case where you do not succeed please contact support.

    Concerning

    Stéphane

  • Cannot find the file error when loading data from text file to Oracle

    Hello

    I have an interface where I am loading a data from the text file to Oracle.
    But when I try to do that I am getting following error.

    ODI-1227: SrcSet0 (load) task fails on the source FILES SAPMM connections.
    Caused by: java.sql.SQLException: file not found: d:/mdb/#General.get_filename
    to com.sunopsis.jdbc.driver.file.FileResultSet. < init > (FileResultSet.java:160)
    at com.sunopsis.jdbc.driver.file.impl.commands.CommandSelect.execute(CommandSelect.java:57)
    at com.sunopsis.jdbc.driver.file.CommandExecutor.executeCommand(CommandExecutor.java:33)

    SAPMM is the name of the connection.
    I use get_filename to get the name of the file and it is fetching a correct value as long as this variable is updated in the previous stage of this interface.
    KM, used for loading is SQL file

    What would be the cause of this error?

    Thank you
    Mahesh

    Also a single query would be ok if I'm moving only generated package (according to your scenario3) scenario and not UI? It running properly?

    Yes... It runs successfully

  • Java Application error when loading Firefox 6

    Since the upgrade to ver. 5-worm. 6, I get the following error message every time I load Firefox: ' [JavaScript Application: load: TypeError: Components.classes['@checkpoint.com/XPCOMTrustCheckerMozilla/TrustCheckerMozilla;1'] is not defined. " I've already disabled and re-enabled so all my modules and plugins and none cause this problem. I use ZoneAlarm firewall on my system Win7 but disabling it does not the error message disappears. I have not had this problem with previous versions of Firefox. What else can I do to fix this problem?

    Zone alarm that is installed into Firefox, toolbar is not compatible with Firefox 6. Your Add-on Compatibility Reporter registration on your extensions, can or can is not working correctly. Until Zone Alarm free update (no ETA), you need to disable the following:

    • -Add-ons > Extenstions > 1.5.322.0 ZoneAlarm security engine
    • -Add-ons > Plugins > npFFApi 1.0.0.1

    Zone alarm Forum: http://forums.zonelabs.com/index.php

    • Search for Firefox 6 views

    If this answer solved your problem, please click 'Solved It' next to this response when connected to the forum.

  • 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?

  • Get the error when loading data into the base cube

    Hi all

    I get the error by loading the file of hollow data to the database below.
    Please take suggest me...

    I use ESSBASE 9.3.1.3.


    Error:

    Basic charge database
    The Xchgrate database management
    Load the database Interntl
    Sample application loaded - connection established
    Start the application [example] with the process id [1688]
    Empty invalid character in name (E:\My personal Data\Test\222.txt) based on the ESSAPI EssUpdateFile
    Unexpected error Essbase 1030010

    Empty invalid character in name (E:\My personal Data\Test\222.txt) based on the ESSAPI EssUpdateFile

    Essbase has problems with spaces (white space characters) the path names (my personal data)

    Rename your path or move the data file to a location that has no characters/spaces in the path name.

  • Some customers get Error when loading the application #2032

    Hello

    Some of my application users become "Error #2032" while accessing my application. Please help what could be the problem and how to solve it. I saw a few posts for this error and therefore placed a crossdomain in the Web server file, write - use-network = false in the flex compiler, give read/write access to the swf file.

    Always make the same mistake. Help, please.

    Concerning

    Rasmikant

    Hi, I have the same error. Maybe it occurs when flex trying to access an EPIRB and customer have no internet conexion (don't have lan).

    My solution is to compile flex app with code RSL merged, the problem is that incrise the size of the SWF. You can follow these steps:

    1. open the properties of the project

    2 click on Flex build path

    3. at the top, select 'Framework links'->: merger in the code.

    4. click ok and rebuild your app

    5º bin release in export.

    Kind regards

    Pablo Rey.

  • We get an error when I try to collect data from vCenter Server. But the Collection of Cluster works!

    Hello

    I m getting a strange errormessage when he tries to load my vCenter Server inventory.

    I have configured my vCenter Server as the endpoint server and I was able to load the Clusters. When I klick collection of data in a Cluster (Cluster of EQL 1) I can load all the data and the State is 'successful', but when I try to load the inventory FRO the vCenter Server (to get the models) im getting this error message:

    The treatment [inventory], error details error: illegal managed object reference type, folder.

    The same schows Agent logs:

    [26.08.2014 16:48:16] [Info]: start: treatment Workitem ID [2e38598e-4385-4b2d-bc88-fd2b773d1f98] [inventory]

    [26.08.2014 16:48:16] [Debug]: [[inventory]] [inventory] VirtualMachine.Admin.Hostname = vCenter

    [26.08.2014 16:48:16] [Debug]: [[inventory]] VirtualMachine.Admin.ParentIdentity = [inventory]

    [26.08.2014 16:48:16] [Debug]: [[inventory]] [inventory] VirtualMachine.ManagementEndpoint.Name = vCenter

    [26.08.2014 16:48:16] [Debug]: [[inventory]] VirtualMachine.ManagementEndpoint.Identity = [inventory]

    [26.08.2014 16:48:16] [Debug]: [[inventory]] [inventory] VirtualMachine.ManagementEndpoint.Endpoint0 = vCenter

    [26.08.2014 16:48:16] [Debug]: [[inventory]] [inventory] VirtualMachine.Admin.Name = inventory

    [26.08.2014 16:48:16] [Error]: <? XML version = "1.0" encoding = "utf-16"? >

    < Boolean > false < / Boolean >

    Error parsing [inventory], details of the error:

    System.ArgumentException: Illegal managed object reference type, folder.

    at DynamicOps.Vrm.Agent.vSphere.VSphereGetHostsRequest.ExecuteImpl)

    at DynamicOps.Vrm.Agent.vSphere.VSphereHypervisorServiceProvider.GetHosts (ManagementEndpoint managementEndpoint)

    to DynamicOps.Vrm.Agent.Collector'3.get_Hosts)

    to DynamicOps.Vrm.Agent.Collector'3.CollectManagementEndpoints)

    to DynamicOps.Vrm.Agent.CollectInventory'3.Collect)

    to DynamicOps.Vrm.Agent.BaseHypervisorAgent'3.EnumerateHypervisorResources (collector collector 3, WorkItem workItem, PropertyBagHelper propertyBagHelper)

    to DynamicOps.Vrm.Agent.BaseHypervisorAgent'3.ProcessWorkitem (WorkItem workItem, task of the chain, PropertyBagHelper propertyBag)

    to DynamicOps.Vrm.Agent.vSphere.VSphereAgentService.ProcessWorkitem (WorkItem workItem, task of the chain, PropertyBagHelper propertyBag)

    to DynamicOps.Vrm.Agent.BaseAgent.ProcessWorkitem (WorkItem workItem)

    I hope that someone had an idea, im out of ideas.

    THX Steven

    There is no data for the endpoint collection... And I'm not entirely sure of how you added the vCenter object it... y at - it a calculation object named "vCenter? To answer your specific questions about the models, however, they must be stored on a cluster that is part of the tissue group for data collection to pick them up... They are not considered as a global entity (as a resource calculation). Add models to one of the clusters and then to collect data on it, and you should be fine.

  • LabVIEW 7.1 gives error when loading files

    Hi all

    I get missing VI error when I opened a file .vi .it charge about 480 sub translation problem - VI I face is that by loading of the Subvi

    will lack & when I opened this particular sub - VI, then the error message goes away.this is not specific to a particular subvi.anytime

    I open the program list of the vi missing is not the same as the earlier.since I'm going to convert it into a .exe file & if missing a few vi

    so this is incorrectable.also massive compilation is not the case

    in the hope of a quick response

    Dhiraj Kumar

    Hello

    Is not the problem of Version 7.1, I think you may have changed the location of the Subvi or changed the name of the VI. So generally I suggest you to keep all the Sub - VI slot in the same place, all in the same folder and link to the VI main if you change the name also to relate to the main VI and then save. To do this, and then create the EXE file.

  • Error when installing the sample application Showcase in APEX 5.0.2 @ XE geolocation

    Hello

    I'm new to APEX and want to learn something related to the geolocation thing, APEX 5.0.2 running on XE, when I tried to install the sample application geolocation showcase, I got the following error:

    Error on line 22: PLS-00201: identifier ' ORDIMAGE. PROCESSCOPY' must be declared

    After some research, I found that the package eba_spatial_sample was not created correctly, and it gave me error when I try to compile the package:

    Compilation failed, line 22 (01: 37:34)

    PLS-00201: identifier ' ORDIMAGE. PROCESSCOPY' should be omitted declaredCompilation, line 22 (01: 37:34)

    PL/SQL: statement ignoredCompilation failed, line 65 (01: 37:34)

    PLS-00201: identifier ' ORDIMAGE. GETMETADATA' should be omitted declaredCompilation, line 65 (01: 37:34)

    PL/SQL: Statement ignored


    Seems to be something related to the ORDIMAGE object, everyone has an idea about that?


    Thank you much in advance.

    Dong

    Jerry Dong wrote:

    I'm new to APEX and want to learn something related to the geolocation thing, APEX 5.0.2 running on XE, when I tried to install the sample application geolocation showcase, I got the following error:

    Error on line 22: PLS-00201: identifier ' ORDIMAGE. PROCESSCOPY' must be declared

    After some research, I found that the package eba_spatial_sample was not created correctly, and it gave me error when I try to compile the package:

    Compilation failure, line 22 (01: 37:34)

    PLS-00201: identifier ' ORDIMAGE. PROCESSCOPY' must be declaredCompilation failed, line 22 (01: 37:34)

    PL/SQL: Statement ignoredCompilation failed, 65 line (01: 37:34)

    PLS-00201: identifier ' ORDIMAGE. GETMETADATA' must be declaredCompilation failed, line 65 (01: 37:34)

    PL/SQL: Statement ignored

    Seems to be something related to the ORDIMAGE object, everyone has an idea about that?

    ORDImage is an Oracle's Multimedia component. Oracle multimedia is not included in 11 g Express Edition...

    Upgrade to the Standard or Enterprise edition if you need multimedia features or features depend on.

    The Oracle index , however, is available in all editions of the database. See the database Express Edition 2 day more Locator Developer Guide for a tutorial and examples.

  • ATG 11 error when loading categories

    Hi all

    I use ATG 11.0 with short, and I get this error when menu categories are loaded:

    / ATG/commerce/Catalog/CatalogToolsParameter not valid pCatalog: null is not a valid value for this parameter

    For each category, one line of error is charged to the log file. Categories work fine, but I want to fix the error.

    Can anyone help?

    Thanks in advance

    Your user profile has a value for the property catalog?  There are several options to get it filled.  You need one value other than null.

  • error when installing a packaged application

    Hello

    I get the following error when trying to install the application "Sample Master Detail" in my account to oracle apex on the web. All other install without problem. What could be?

    Thank you
    Juan


    Execution of the statement was not successful. ORA-00001: unique constraint (APEX_040200.WWV_FLOW_MESSAGES_IDX1) violated

    declare
    h varchar2 (32767): = null;

    Start

    h : = h || "Help";

    () wwv_flow_api.create_message
    P_ID = > 2456294651379654494 + wwv_flow_api.g_id_offset,
    p_flow_id = > wwv_flow.g_flow_id,
    p_name = > 'HELP. "
    p_message_language = > 'fr ',.
    p_message_text = > h);
    null;

    end;

    ORA-00001: unique constraint (APEX_040200.WWV_FLOW_MESSAGES_IDX1) violated

    Hi Jozef,

    Just to let you know, the issue of the installation of packaged application on apex.oracle.com example dialog box has now been resolved.

    My apologies for any inconvenience that the issue may have caused.

    Kind regards
    Hilary

  • ODI - error when you try to open a session

    Hello

    Get this error when you try to log on to ODI. What is a name of user and password problem or something different? Our back-end database is Oracle10g.

    The denied repository access

    java.sql.SQLException: socket creation error

    java.sql.SQLException: socket creation error
    at org.hsqldb.jdbc.jdbcUtil.sqlException(jdbcUtil.java:67)
    to org.hsqldb.jdbc.jdbcConnection. < init > (jdbcConnection.java:2451)
    at org.hsqldb.jdbcDriver.getConnection(jdbcDriver.java:188)
    at org.hsqldb.jdbcDriver.connect(jdbcDriver.java:166)
    at com.sunopsis.sql.SnpsConnection.u (SnpsConnection.java)
    at com.sunopsis.sql.SnpsConnection.c (SnpsConnection.java)
    at com.sunopsis.sql.i.run (i.java)

    Hello

    It seems you just have not started the filing of the first demo. Designer tries to connect to the repository.

    This shortcut to launch and then designer should be ok:
    Start-> ODI-> samples-> start demo environment

    Thank you
    Fati

Maybe you are looking for