Errors in odi 11g

Hi friends.

What are the errors in odi 11g and how to manage these errors?

Please view some websites for this.

Thank you.

Soumya SALVATION,

see the link below:

http://docs.Oracle.com/CD/E17904_01/core.1111/e10113/chapter_odi_messages.htm

Kind regards
Surya

Tags: Business Intelligence

Similar Questions

  • export plan charge stage names in Excel sheet in odi 11g

    is there a way I can export the plan steps name odi 11g load into excel sheet.

    Hi 2782749,

    You want to generate the ODI whenever the load Plans executed?

    Or simply as a single operation?

    In the first case, I would say to run an interface at the end of your mapping that uses the tables of working repository associated with load the Plan Instances as a source to load the Excel sheet. More info to load an Excel spreadsheet: https://blogs.oracle.com/dataintegration/entry/using_microsoft_excel_as_a_sou

    http://docs.Oracle.com/CD/E25178_01/integrate.1111/e12644/Excel.htm#BEIEBHIF

    Another way, using a custom JDBC driver and KMs: ODI_JDBC_EXCEL - ODIExperts.com

    In the second case, it is enough to run a query on the tables of working repository relating to workload in SQL Developer, Toad, or any other idea IDE and copy / paste the result into Excel.

    Here's a query, you can use:

    SELECT lp.load_plan_name, lps.*
      FROM SNP_LOAD_PLAN lp, SNP_LP_STEP lps
      WHERE lp.i_load_plan = lps.i_load_plan
      ORDER BY lps.i_lp_step;
    

    Or better with the hierarchy:

    SELECT lp.load_plan_name, LPAD(' ', 4 * (level-1)) || lps.lp_step_name, lps.lp_step_type
      FROM SNP_LOAD_PLAN lp, SNP_LP_STEP lps
      WHERE lp.i_load_plan = lps.i_load_plan
      CONNECT BY prior i_lp_step = par_i_lp_step
      START WITH i_lp_step = 1
      ORDER BY i_lp_step;
    

    It will be useful.

    Kind regards

    JeromeFr

  • Error SMTPSendFailedException: 530 authentication required when I try to send logs odi post odi 11g?

    Hello

    I used jython code below, to send mail from odi. because I created the procedure in odi called as emailodi

    I have put this code in the command on the target. Technology of jython code.

    "import smtplib

    import string

    BODY = string.join (())

    « De : %s » % ' [email protected] ',

    “To: %s” % ‘ [email protected] ',

    "Subject: %s ' % 'ODI Mail."

    “”,

    "This is a letter from ODi Studio. Thank you. Keep visiting www.DwTeam.in. "

    ), “\r\n”)

    sender = smtplib. SMTP('smtp.gmail.com',587)

    sender.set_debuglevel (1)

    sender. EHLO()

    sender. STARTTLS()

    sender. EHLO()

    sender. Login ('GMAIL_USER_NAME', 'PASSWORD')

    sender.sendmail ("[email protected]', [' [email protected]'], BODY ')

    sender. Close() '.»


    Using this code. I am able to send mail however odi what I wrote in the subject.

    My requirement is I want to send the logs odi to mail...

    for this, I tried,

    I took odiexportlog tool & this procedure above placed in the package.


    After execution of this package.

    I get the error like...


    ODI-1226: OdiSendMail step 3 fails after 1 attempt.

    ODI-1241: Oracle Data Integrator tool execution fails.

    Caused by: com.sun.mail.smtp.SMTPSendFailedException: 530 authentication required.



    Thank you and best regards,

    A.Kavya.



    Hello

    To send a that odi saves the file in Mail,

    I did like.

    1. I created a procedure (named log_data_success) to load data from oracle database (like snp_session error log table) to the text file,

    for this I used the odisqlunload tool in commnad Panel. technology tools odi.

    "OdiSqlUnload «-FILE=D:\TEXT\sucess_log.txt" "-DRIVER = oracle.jdbc.OracleDriver" «-URL=jdbc:oracle:thin:@192.0.0.0:1521:odi ' '-USER = odi ""-PASS = hpfHiT7Ql0Hd79KUseSWYAVIA ' "-FILE_FORMAT = VARIABLE" "-FIELD_SEP = |  ""-ROW_SEP = \r\n "" "-DATE_FORMAT = YYYY/MM/DD hh: mm:" "-CHARSET_ENCODING = ISO8859_1" "-XML_CHARSET_ENCODING = ISO-8859-1".

    SELECT * from snp_session

    2. After performing the procedure described above. I got the log file in the file.



    2. then, I created another procedure (named success_mail) to attach the log file above to mail.

    path of the file to log for this i have used code in jython, to this we must add the smtp address, the port, the credentials of mail, the code below

    Import smtplib, os

    enamel. MIMEMultipart MIMEMultipart import

    enamel. MIMEBase import MIMEBase

    enamel. MIMEText MIMEText import

    enamel. Utils import COMMASPACE, format

    E-mail import encoders

    FROM = ' [email protected]'

    = ' [email protected]' # must be a list

    SUBJECT = "today_odi_sucess_log_status."

    TEXT = "this is a message that is automated; "Please do not respond to this message"

    SERVER ='smtp. XXX XXXX.'

    PORT = 25

    USERNAME = "abd_cheuan".

    PASSWORD = "xxxxxxx".

    message = MIMEMultipart()

    message ["Subject"] = OBJECT

    message ['From'] = FROM

    ["message"] = to

    message. Attach (MIMEText (TEXT))

    part = MIMEBase ("application", "octet-stream")

    part.set_payload (open('D:\TEXT\sucess_log.txt', 'rb') .read ())

    Encoders.encode_base64 (part)

    part.add_header ('Content-Disposition", 'attachment; filename =' +'sucess_log.txt')

    message. Attach (share)

    s = smtplib. SMTP (SERVER, PORT)

    s.Login (username, PASSWORD)

    s.sendmail ('[email protected]','[email protected]', message.as_string ())

    s.Quit ().

    3. after that, I created a single package. I added above two procedures in the package diagram.

    4. after the execution of this package, I received the email from odi.

    its working fine.

    to resolve this problem, I used this link

    Send mail to ODI using Gmail CredentialsDW team

    Thanks & regrads,

    A.Kavya

  • ODI 11g Installation Error (JDK).

    Hello

    I have a problem with installing ODI 11 g under Windows 7 (64-bit). I installed the 32-bit version of jdk (jdk1.7.0).

    When I run the setup.exe (run as administrator), Universal Oracle install starts, but must specify the path to the JDK

    "Preparation for the launch of Oracle Universal Installer from C:\Users\*. Please wait...
    "Please specify JDK (Ex./home/jdk), < location > location/bin/java must exist:

    When I entered a path like C:\Program Files (x86)\Java\jdk1.7.0\bin , it gives msg as)
    Please specify a valid JDK location:



    Thank you

    Hi yogesh,

    As has been pointed out by Marc, you will need to use the path to the JDK, not the JRE, when starting the installer.

    * 1. * you said your for the JDK installation path is "C:\Java\bin". The java.exe application sits within this folder?
    * 2. * Installer, change the value for the jreLoc - for example, if #1 above is true.
    D:\Work\Softwares\Odi Setup\ofm_odi_generic_11.1.1.6.0_disk1_1of2\Disk1\install\win64>setup.exe - jreLoc C:\Java\bin

    A default installation of the JDK path is C:\java\jdk1.7. In this way, the file bin\java.exe and demand exist. The jreLoc - wants you to provide the path of C:\java\jdk1.7. I can't tell where the java.exe application based on the information provided, but you get the idea.

    Kind regards
    Michael Rainey

  • ODI 11G - create temporary indexes - Null pointer Exception

    Hello

    I'm testing the new 11G feature 'Create temporary index' and what I have is the following:

    • An Oracle table with a single filter as the source;
    • Target is a temporary table was created with the 'IKM SQL append ";
    • The two source and target tables are in the same logical schema;

    When I run the interface, it works ok, but when I click on the filter and select the 'create temporary index' and choose one of the types of indexes and send the interface to run, the following error message is displayed (before going to the operator):

    Unable to start execution

    java.lang.NullPointerException
    at com.sunopsis.dwg.codeinterpretor.SnpGeneratorSQLCIT.treatJobPopCollectionUpdate(SnpGeneratorSQLCIT.java:9121)
    at com.sunopsis.dwg.codeinterpretor.SnpGeneratorSQLCIT.preComputePop(SnpGeneratorSQLCIT.java:7716)
    at com.sunopsis.dwg.codeinterpretor.SnpGeneratorSQLCIT.treatJobPop(SnpGeneratorSQLCIT.java:7623)
    at com.sunopsis.dwg.codeinterpretor.SnpGeneratorSQLCIT.mainGenPopInternal(SnpGeneratorSQLCIT.java:3283)
    at com.sunopsis.dwg.codeinterpretor.SnpGeneratorSQLCIT.mainGenPopSimu(SnpGeneratorSQLCIT.java:3229)
    at com.sunopsis.graphical.dialog.SnpsDialogExecution.doInterfaceExecuter(SnpsDialogExecution.java:512)
    at oracle.odi.ui.action.SnpsPopupActionExecuteHandler.actionPerformed(SnpsPopupActionExecuteHandler.java:76)
    at oracle.odi.ui.SnpsFcpActionAdapter.handleEvent(SnpsFcpActionAdapter.java:252)
    at oracle.ide.controller.IdeAction.performAction(IdeAction.java:529)
    at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:884)
    at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:501)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
    in javax.swing.AbstractButton$ Handler.actionPerformed (AbstractButton.java:2318)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
    at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:273)
    at java.awt.Component.processMouseEvent(Component.java:6263)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
    at java.awt.Component.processEvent(Component.java:6028)
    at java.awt.Container.processEvent(Container.java:2041)
    at java.awt.Component.dispatchEventImpl(Component.java:4630)
    at java.awt.Container.dispatchEventImpl(Container.java:2099)
    at java.awt.Component.dispatchEvent(Component.java:4460)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4574)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
    at java.awt.Container.dispatchEventImpl(Container.java:2085)
    at java.awt.Window.dispatchEventImpl(Window.java:2478)
    at java.awt.Component.dispatchEvent(Component.java:4460)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

    Is there a special configuration to make this feature?

    There is a bug in ODI!
    We will have to wait for a fix, a new version should be available soon.
    I hope that this patch will fix this bug!

  • Using Oracle Partition Exchange with Oracle Data Integrator (ODI) 11g

    Hello

    I'm trying to follow http://www.ateam-oracle.com/configuring-oracle-data-integrator-odi-with-oracle-partition-exchange/

    But impossible to get the same options in 11g.

    Can I use the Exchange Partition Oracle 11g ODI.

    Thank you.

    Yes, exchange of partition is certainly possible in ODI 11 g

  • Error in ODI, ORA-01747: invalid column, table.column, or user.table.column specification

    ODI-1227: SrcSet0 (load) task fails on the source of ORACLE STAGING_YYY connection.

    Caused by: java.sql.SQLSyntaxErrorException: ORA-01747: invalid column, table.column, or user.table.column specification

    We get the above error whenever we run an ODI interface,
    This interface is straight forrwad a mapping update incremental IKM Oracle, although we have identified the problem but do not know how it could be fixed

    Source table that contains two columns that are generally identified as the key of DB

    NAME

    / / DESC

    the target too has the same columns. If we disable these mappings to columns from the Active maps the interface works very well, however, with the latter, it fails. We will not be able to change the name of the column in the target because it is a table of Oracle products and has several dependencies to the breast.

    Please suggest an alternative and also if our understanding is correct.

    Thanks in advance.

    Jay

    HI Jay

    change the column as DESC and put "DESC" in the name, and save it for all the source concerned target and remapping to remove the column from the interface

    Thank you

    P

  • ODI 11g &amp; Essbase 11.1.2.3

    Hello.

    I have a problem with connecting to Essbase of ODI.

    I can connect and retrieve metadata Essbase using ODI 11 g. so I can create model and display data sample there.

    Although it gives me in the message tab when reverse engineer meta data:

    2014-07-23 00:44:39.101 WARNING EPMOHPS-20350 cannot analyze the UMC of Essbase. Will continue assuming that this cube is not spun Studio. The analysis of problem: java.lang.ClassNotFoundException: com.hyperion.cp.clients.util.UMCParser

    but I can see Essbase cube and dimension in my template and use them in my interfaces.

    the problem is that when I create an interface that sends data to a dimension of Essbase table, when I run the interface I get this error:

    java.lang.IllegalArgumentException: Driver name cannot be empty
      at org.springframework.util.Assert.hasText(Assert.java:161)
      at com.sunopsis.sql.SnpsConnection.setDriverName(SnpsConnection.java:302)
      at com.sunopsis.dwg.dbobj.DwgConnectConnection.setDefaultConnectDefinition(DwgConnectConnection.java:380)
      at com.sunopsis.dwg.dbobj.DwgConnectConnection.<init>(DwgConnectConnection.java:274)
      at oracle.odi.core.datasource.dwgobject.support.DwgConnectConnectionCreatorImpl.createDwgConnectConnection(DwgConnectConnectionCreatorImpl.java
    .
    .
    .
    
    

    I tried JohnGoodwin blog post ( more to life than that...: ODI Series Part 1 ) but I couldn't find any adapter for ODI 11 g and Essbase to edelivery.oracle.com. (version problem?)

    I downloaded companion ODI 11 g and copy all content in folder oracledi.sdk (bin, javadoc, lib)


    ODI_HOME\oracledi\agent

    and

    ODI_HOME\oracledi. SDK

    records.

    and I have added xml-references KMs companion to my project.

    but the error remains.

    ODI_error1.jpgODI_error2.jpg

    Essbase:

    Version: 11.1.2.3

    Windows Server 2008 R2 64 bit

    Oracle DB server:

    even as the Essbase server.

    ODI:

    version: 11.1.1.7

    machine is different from the Essbase server.

    The UCR data are on Essbase machine DB.

    could you help me please?

    In your first screenshot, it seems to have no set staging to a logical schema sql, it seems to be defined as the essbase target which is not allowed.

    See you soon

    John

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

  • Import error in ODI 12 c

    We have exported a development scenario and imported into our repository only running the Test using synonymn mode is Insert / Update. the export and import process is successful.

    QUESTION-
    The same scenario has undergone changes in the development repository, so developer re - generates the script. Then it is exported from the development. When importing to test the repository only execution, the same steps are followed as stated above. Synonymn mode is Insert / Update. Here is the error.
    com.sunopsis.core.SnpsDuplicateAKException: ODI-10035: SNP_SCEN: ' IMPORT_TEST Version 001' (with global id: 7db15f2c-1072-49c4-b85d-52fa6b28d120 and the internal id: 312) violate the key constraint replacing AK_SNP_SCEN (SCEN_NAME, SCEN_VERSION) values (IMPORT_TEST, 001).

    After investigation - when the same script is regenerated in the development of the Global Id for the script is changed. That's why during import, the import process tries to find the scenario with the same Id Global and since its change process get above error.

    Question: Re-generating a scenario why would he NEW Global ID. This is the origin of the problem.

    What should be an alternative to this. ?

    Did someone encountered this situation?

    Concerning

    Blouin

    12.1.2 12.1.3 upgrade has fixed this problem.

  • Urgent: Error executing ODI interface

    Hello

    I get this error when executing a single ODI interface. Here I am trying to load data from a file to SQL server table. Help, please

    ODI-1228: task failed NABIN_INTERFACE_PROCEDURE_SOURCE (integration) on the branch MICROSOFT_SQL_SERVER ODISTAGE target.
    Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: incorrect syntax near ')'.
    at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:216)
    at com.microsoft.sqlserver.jdbc.SQLServerStatement.getNextResult(SQLServerStatement.java:1515)
    at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(SQLServerPreparedStatement.java:404)
    to com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$ PrepStmtExecCmd.doExecute (SQLServerPreparedStatement.java:350)
    at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:5696)
    at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:1715)
    at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:180)
    at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:155)
    at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.execute(SQLServerPreparedStatement.java:332)
    at oracle.odi.runtime.agent.execution.sql.SQLCommand.execute(SQLCommand.java:163)
    at oracle.odi.runtime.agent.execution.sql.SQLExecutor.execute(SQLExecutor.java:102)
    at oracle.odi.runtime.agent.execution.sql.SQLExecutor.execute(SQLExecutor.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:537)
    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:82)
    at java.lang.Thread.run(Thread.java:662)


    The code in the tab of the task of the session:

    Update ODI.db_owner. I _TRNG_SOURCE $
    Set IND_UPDATE = 'U '.
    When there is)
    Select 'X '.
    of ODI.db_owner. TRNG_SOURCE t
    where
    )

    Thank you
    Nabin

    Nabin Saha says:
    Hello

    I get this error when executing a single ODI interface. Here I am trying to load data from a file to SQL server table. Help, please

    ODI-1228: task failed NABIN_INTERFACE_PROCEDURE_SOURCE (integration) on the branch MICROSOFT_SQL_SERVER ODISTAGE target.
    Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: incorrect syntax near ')'.

    The code in the tab of the task of the session:

    Update ODI.db_owner. I _TRNG_SOURCE $
    Set IND_UPDATE = 'U '.
    When there is)
    Select 'X '.
    of ODI.db_owner. TRNG_SOURCE t
    where
    )

    You use incremental IKM wherever you have not defined any function key ODI to perform the UPDATE operation.
    So it fails to stage flag updates lines.

    Mark the key based on which you do update operation.
    If no update is needed then go command Append IKM

    Thank you
    Fati

  • ODI 11G INSTALLATION

    Hello

    I installed on my system to version 10.3.5 Odi. I want to install ODI 11 g. my questions are
    (1) he settled on an oracle separate House?
    (2) do I need to uninstall the current version?
    (3) I can use both versions at the same time?
    (4) what are the requirements for my system if I want to use both versions...

    Please help / suggest me how to install 11g odi

    Thank you and best regards
    B

    I installed on my system to version 10.3.5 Odi. I want to install ODI 11 g. my questions are
    (1) he settled on an oracle separate House?
    Yes, you can install ODI 11 g on a separate folder and also if you want Java EE, web services and odiconsol then you installed in the home of weblogic.
    (2) do I need to uninstall the current version?
    NO.
    (3) I can use both versions at the same time?
    Yes, but make sure that you use another master schema and repository work.
    (4) what are the requirements for my system if I want to use both versions...
    http://www.Oracle.com/technology/software/products/IAS/files/fusion_requirements.htm

    Please help / suggest me how to install 11g odi
    http://download.Oracle.com/docs/CD/E14571_01/core.1111/e16453/install.htm#CHDCEFBC

  • Errors in Oracle 11g R2 grid infrastructure Installation

    Hi all

    I went through the steps to install Oracle 11 g R2 on RHEL 5.2 (32-bit) Infrastructure in a couple of Vmware machines.

    -As I pressed the Vmwaretool for the time synchronization, I didn't configure NPS.
    -As I do not have a DNS server, I configured the scan-cars in/etc/hosts.
    I know in production, it won't, but this test env is Ok (according to http://www.oracle-base.com/articles/11g/OracleDB11gR2RACInstallationOnOEL5UsingVMwareServer2.php)

    All the configurations went well and the YES continued successfully up to the
    He reached the last step: "Oracle Cluster vérification Utility" which, as expected, failed.

    It generates the log long and complicated according to: http://www.ahmedbaraka.com/temp/installActions.txt

    My question is: do you have any errors in the result of the newspaper from the SNP and SCAN issues? Are there other problems discovered?

    Thanks in advance.

    It could be fair to ntp.

    The following note might be useful:

    CTSSD works in observer Mode even if No software synchronization time is running [1054006.1 ID]

  • Management errors in ODI

    Hello

    Can you please guide me to the error handling and logging in ODI framework? Is there a table which records the errors before the action of CKM?
    Also, we have a requirement that if on the filling of the records in the target table, any constraint fails, none of the folders must be inserted in the table. What is the best possible approach to achieve this?

    Thank you

    Hi Ritika,

    These are specific mistakes ODI which will record your work rest tables. If it is a driver related then not.

    CKM will take care of your data errors ONLY.

    Yes, you can set the error threshold value,

    http://img69.imageshack.us/img69/8563/screenshot002kk.jpg

    Thank you
    Guru

  • Error backing - ODI

    Hello

    I am trying to run reverrse in ODI and get after it in operator:

    1 - reverse - Planning_PalnSamp_Tearget - Metadata reset I get a green straight arrow I think it's good.

    2 - reverse - Planning_PlanSamp_Target-Start instead I get a red exclamation point and the operator error reads as follows:

    g.apache.bsf.BSFException: exception of Jython: Traceback (innermost last):

    "< String >" file, line 17, in there?

    IndexError: index out of range: 1

    at org.apache.bsf.engines.jython.JythonEngine.exec (unknown Source)

    at com.sunopsis.dwg.codeinterpretor.k.a (k.java)

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

    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders (SnpSessTaskSql.java)

    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders (SnpSessTaskSql.java)

    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt (SnpSessTaskSql.java)

    at com.sunopsis.dwg.dbobj.SnpSessTaskSqlC.treatTaskTrt (SnpSessTaskSqlC.java)

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

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

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

    at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand (DwgCommandSession.java)

    at com.sunopsis.dwg.cmd.DwgCommandBase.execute (DwgCommandBase.java)

    at com.sunopsis.dwg.cmd.e.i (e.java)

    at com.sunopsis.dwg.cmd.h.y (h.java)

    at com.sunopsis.dwg.cmd.e.run (e.java)

    at java.lang.Thread.run (unknown Source)

    3 reverse - Planning_PlanSamp_Target - Set Meta Data displays the status of waiting I guess because step 2 is not over.

    Can someone let me know what could be the cause of this error?

    Thank you!

    Hello

    In the topology manager you put the port next to the name of the server on the database server for example localhost:11333

    See you soon

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

  • Error upgrading to 11g 3.0.1 to 3.1.2 - Missing Oracle Text

    I installed the edition 11g on Linux and APEX included with installation standard.

    The version shipped with 11g 3.0.1 and I wanted to update 3.1.2. I downloaded 3.1.2 RTO and run the apexins.sql script and got the following error.

    Application Express installation requires the database component Oracle Text. +

    How might the 3.0.1 install succeeded without the TEXT component installed?

    What should I do to move forward? Just install the Oracle text component?

    Thank you!

    Looks like this. Check out http://download.oracle.com/docs/cd/E10513_01/doc/install.310/e10496/pre_require.htm#CFHBDFEE

    See you soon,.
    Andy

Maybe you are looking for