Designer 6i : Server Model Generation Error while reverse engineering

Hi there,
I am Creating a DB Model from exising database (Reverse
Engineering ). When I am trying to generate capture design of
Server Model. I am getting below errors and operation fails.
--------------------------------------------- Error Message start
Internal API error - ORA-20291: integrity constraint
(FK_OTB_TO_OSP) violated - parent key not found
ORA-06512: at "REP_USER.SDD_OTB_VAL", line 22
ORA-04088: error during execution of
trigger 'REP_USER.SDD_OTB_VAL'
RME-00020: Internal API error - ORA-20291: integrity constraint
(FK_OTB_TO_OSP) violated - parent key not found
ORA-06512: at "REP_USER.SDD_OTB_VAL", line 22
ORA-04088: error during execution of
trigger 'REP_USER.SDD_OTB_VAL'
CDR-01052: Tablespace HHNEWBUILD/HHNEWBUILD.USERS is referencing
invalid Storage Definition (ref =
2105528996887633452799620949781640613).
RME-00011: Operation 'ins' on TABLESPACE has failed
RME-00222: Failed to dispatch operation to Repository
RME-00222: Failed to dispatch operation to Repository
--------------------------------------------- Error Message End
My init.ora is created according to Installation guide.
Could anyone please help me with this ???
Your earliest action would highly appreciated.
Thanks & regards,
Bhavesh Doshi

1. Bounce the Repository's DB Instance. Usually an indication
of RME errors.
2. Goto RAU and perform all of your maintenance
a. Compute Statistics
b. View Objects and Recompile all 'INVALID' objects
c. Clear temporary tables.
3. If you are reverse engineering with DBA privileges then you
are going to retrieve alot of uneccessary objects. Be explicit
in your retrieval.
Any questions? Arnold Angel, [email protected]

Similar Messages

  • Error while reverse engineering a Flat File

    Hi
    I am getting following error while trying to reverse engineer a Flat file. Could you help in identifying what's the problem
    com.sunopsis.core.SecurityAccessException: oracle.odi.core.exception.OdiRuntimeException: OdiInstance is closed
         at com.sunopsis.dwg.DwgObject.getterSecurityControl(DwgObject.java:2923)
         at com.sunopsis.dwg.dbobj.generated.GeneratedSnpTechno.getMaxTabNameLen(GeneratedSnpTechno.java:1011)
         at com.sunopsis.dwg.dbobj.SnpLschema.getObjectName(SnpLschema.java:626)
         at com.sunopsis.dwg.dbobj.SnpLschema.getLocalObjectName(SnpLschema.java:247)
         at com.sunopsis.dwg.dbobj.SnpTable.getFullTableName(SnpTable.java:1013)
         at com.sunopsis.dwg.dbobj.SnpTable.fileDataStoreReversePhase1(SnpTable.java:632)
         at com.sunopsis.graphical.frame.edit.EditFrameSnpTable.doReverseFromTable(EditFrameSnpTable.java:806)
         at com.sunopsis.graphical.frame.edit.EditFrameSnpTable.jButtonReverseDelimiter_ActionPerformed(EditFrameSnpTable.java:3447)
         at com.sunopsis.graphical.frame.edit.EditFrameSnpTable$IvjEventHandler.actionPerformed(EditFrameSnpTable.java:356)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at 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:6288)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
         at java.awt.Component.processEvent(Component.java:6053)
         at java.awt.Container.processEvent(Container.java:2041)
         at java.awt.Component.dispatchEventImpl(Component.java:4651)
         at java.awt.Container.dispatchEventImpl(Container.java:2099)
         at java.awt.Component.dispatchEvent(Component.java:4481)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
         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:4481)
         at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:643)
         at java.awt.EventQueue.access$000(EventQueue.java:84)
         at java.awt.EventQueue$1.run(EventQueue.java:602)
         at java.awt.EventQueue$1.run(EventQueue.java:600)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
         at java.awt.EventQueue$2.run(EventQueue.java:616)
         at java.awt.EventQueue$2.run(EventQueue.java:614)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:613)
         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)
    Caused by: oracle.odi.core.exception.OdiRuntimeException: OdiInstance is closed
         at oracle.odi.core.OdiInstance.verifyOpen(OdiInstance.java:921)
         at oracle.odi.core.OdiInstance.getMasterRepository(OdiInstance.java:748)
         at com.sunopsis.security.DefaultDwgSecurityManager.createConnections(DefaultDwgSecurityManager.java:292)
         at com.sunopsis.security.DefaultDwgSecurityManager.getMethodByObject(DefaultDwgSecurityManager.java:265)
         at com.sunopsis.dwg.DwgObject.consultControl(DwgObject.java:878)
         at com.sunopsis.dwg.DwgObject.consult(DwgObject.java:844)
         at com.sunopsis.dwg.DwgObject.getterSecurityControl(DwgObject.java:2911)
         ... 45 more
    regards
    Sunil

    Very strange that the ODI Instance is closed. Since it's the entry point to the master/work repository, ODI is not able to write your new datastore in the work repository.
    You can try to close ODI Studio and open it again.
    Are you working with an out-of-the-box RKM or did you customize it?
    Regards,
    JeromeFr

  • Issue while Reverse Engineering the HFM Application

    Hi,
    We are in the process of integrating HFM (11.1.2.2.0) with ODI (11.1.1.6) for metadata upload from ODI to HFM, and, I am getting the following error while reverse engineering to the HFM application.
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (most recent call last):
    File "<string>", line 38, in <module>
         at com.hyperion.odi.hfm.ODIHFMAppConnection.<init>(ODIHFMAppConnection.java:58)
         at com.hyperion.odi.hfm.ODIHFMAppReverser.connect(ODIHFMAppReverser.java:27)
         at com.hyperion.odi.common.ODIModelImporter.importModels(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.common.ODIHAppException: com.hyperion.odi.common.ODIHAppException: Error occurred while loading driver.
         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:558)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:464)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:2093)
         at 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)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$0(StartSessRequestProcessor.java:292)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$StartSessTask.doExecute(StartSessRequestProcessor.java:855)
         at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:126)
         at 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 last):
    File "<string>", line 38, in <module>
         at com.hyperion.odi.hfm.ODIHFMAppConnection.<init>(ODIHFMAppConnection.java:58)
         at com.hyperion.odi.hfm.ODIHFMAppReverser.connect(ODIHFMAppReverser.java:27)
         at com.hyperion.odi.common.ODIModelImporter.importModels(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.common.ODIHAppException: com.hyperion.odi.common.ODIHAppException: Error occurred while loading driver.
         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)
         at java.lang.RuntimeException.<init>(RuntimeException.java:32)
         at org.python.core.PyException.<init>(PyException.java:46)
         at 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:381)
         at org.python.core.PyObject.__call__(PyObject.java:385)
         at org.python.pycode._pyx0.f$0(<string>:38)
         at org.python.pycode._pyx0.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: Error occurred while loading driver.
         at com.hyperion.odi.hfm.ODIHFMAppConnection.<init>(ODIHFMAppConnection.java:58)
         at com.hyperion.odi.hfm.ODIHFMAppReverser.connect(ODIHFMAppReverser.java:27)
         at com.hyperion.odi.common.ODIModelImporter.importModels(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)
         at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:175)
         ... 33 more
    Caused by: com.hyperion.odi.hfm.wrapper.HFMException: Error occurred while loading driver.
         at com.hyperion.odi.hfm.wrapper.HFMServer.<init>(HFMServer.java:29)
         at com.hyperion.odi.hfm.ODIHFMAppConnection.<init>(ODIHFMAppConnection.java:51)
         ... 40 more
    Caused by: com.hyperion.odi.hfm.wrapper.HFMException: C:\Oracle\Middleware\Oracle_ODI1\oracledi\agent\drivers\HFMDriver.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
         at com.hyperion.odi.hfm.wrapper.HFMDriverJNI.getDriver(HFMDriverJNI.java:23)
         at com.hyperion.odi.hfm.wrapper.HFMServer.<init>(HFMServer.java:26)
         ... 41 more
    Can anyone please suggest a suitable solution for this?
    Thanks
    Abhi

    Hi,
    Under the readme eRPI : http://docs.oracle.com/cd/E17236_01/epm.1112/readme/erpi_1112200_readme.html
    I find this :
    ODI Setup Steps to Integrate with Financial Management
    To setup the ODI to integrate with Financial Management:
    Rename odiparams.bat located at <ODI_HOME>\oracledi\agent\bin to odiparams.bat.backup.
    The default installation location is C:\app\Oracle\product\11.1.1\Oracle_ODI_1.
    Download Oracle Data Integrator Companion CD 11.1.1.6.2.
    Unzip the contents of the Companion CD to the temp directory.
    Unzip oracledi-agent-standalone.zip.
    Copy the contents to: <ODI_HOME>.
    Make a backup of the HFMDriver.DLL.
    For the 32 bit operating system, copy HFMDriver32_11.1.2.2.dll as HFMDriver.DLL.
    For the 64bit operating system, copy HFMDriver64_11.1.2.2.dll as HFMDriver.DLL.
    Rename odiparams.bat.backup from Step 1 to odiparams.
    Edit the PATH to include: <ODI_HOME>\oracledi.sdk\lib
    Restart the ODI Agent.
    I try this procedure, but now, I have a new error :
    - Unable to connect on "myhfmserver" with "admin" user
    I think that, there is another step to do, because now HFM 11.1.2.2 use directly the "EPM Registry" (into Shared Services Schema) to retreive the HFM servers ou Clusters.
    But I don't find any information, how to setup this part into ODI.
    Or may be, we need to setup "Regedit Keys" into Windows registry like previous HFM release ?
    If you have any news, please inform me

  • Error while reversing data from SQL Server to ODI

    hi,
    I was reversing data from SQL Server Java 1.6_022 in ODI Java 1.5, I was getting error Version Mismatch and I updated ODI Java version to 1.6_022.
    And now, I am getting the below error while reversing the data from SQL Server database.
    0 : 08001 : java.sql.SQLException: No suitable driver
    Looking for the assistance on the same.
    Thanks,
    Abhay

    If everything is fine the reversing should be fine. I would say check again if the Technology of the Model and the also the dataserver is created under the right Technology in topology too.
    also if this doesn't help , Please tell us the steps you have carried so far . Also can you try selective reverse is it showing the tables.

  • Any techniques to speeden up Server model generation/Table to Entity retrofit??

    Hi,
    Do we have any technique/method to speeden up the Server Model generation/table to entity retrofit??
    Basically I am reverse engineering an Oracle 8i database.
    Generating ERDs from exisiting table structures in the database.
    Designer is usually taking around 12hrs to generate the Server Model and 14 hrs to do the table to entity retrofit.
    The client machine is Win NT 4 with 128 MB RAM and the Server is Win NT Server with 256 MB RAM.
    -Shaju B

    Hi Cherif Bouslimi,
    Thanks for your hints. I can now generate Table API within Design Editor's Server Model Diagram. I started the generated SQL file and Package Specification, Package Body and Triggers are created. However, when I try to insert data in a Master Table, the following errors appear:
    SQL> desc products
    Name Null? Type
    PRODUCT_NO NOT NULL VARCHAR2(6)
    DESCRIPTION NOT NULL VARCHAR2(30)
    UNIT_PRICE NOT NULL NUMBER(5,2)
    SQL> insert into products values ('1','1',1);
    insert into products values ('1','1',1)
    ERROR at line 1:
    ORA-04068: existing state of packages has been discarded
    ORA-04063: package body "POSOWNER.CG$PRODUCTS" has errors
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at "POSOWNER.CG$BIS_PRODUCTS", line 4
    ORA-04088: error during execution of trigger 'POSOWNER.CG$BIS_PRODUCTS'
    Are these Table APIs have to be used with generated Forms but NOT working in SQL Plus?
    Is there any relationship betw[i]Long postings are being truncated to ~1 kB at this time.

  • Error while reversing View in standard mode

    Hi,
    I am getting below error while reversing a view in teradata in standard mode,
    the technology of the driver used does not support reverse engineering.
    java.lang.NullPointerException
         at com.sunopsis.dwg.reverse.Reverse.a(Reverse.java)
         at com.sunopsis.dwg.reverse.Reverse.a(Reverse.java)
         at com.sunopsis.dwg.reverse.Reverse.setMetaData(Reverse.java)
         at com.sunopsis.graphical.frame.b.ip.a(ip.java)
         at com.sunopsis.graphical.frame.b.ip.a(ip.java)
         at com.sunopsis.graphical.frame.b.hq.b(hq.java)
         at com.sunopsis.graphical.tools.utils.swingworker.v.call(v.java)
         at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:176)
         at com.sunopsis.graphical.tools.utils.swingworker.l.run(l.java)
         at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
         at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
         at java.lang.Thread.run(Unknown Source)
    I am using ODI 10g.
    Thanks in advance
    Aditya

    Raghavendra:
    A simple way out is to start your oc4j using java from a jdk 1.5 installation.    JDK_1.5_HOME/bin/java -jar oc4j.jar Google "java Unsupported major.minor version" to learn what the error message means.

  • New Virtual Machine Wizard error: The server encountered an error while configuring hard disk on SEPmW8

    on a backup DNS w2008 R2 server I tried create a new VM.
    [Window Title]
    New Virtual Machine Wizard
    [Main Instruction]
    The server encountered an error while configuring hard disk on SEPmW8.
    [Content]
    You might not have permission to perform this task.
    [Close]
    when I tried creating v a new Vhd using default or custom folder, I get
    [Window Title]
    New Virtual Hard Disk Wizard
    [Main Instruction]
    The server encountered an error trying to create the virtual hard disk.
    [Content]
    You might not have permission to perform this task.
    [Close]
    But I verified the admin ID does have full access to the folders. furthermore it belongs administrators, domain Admins, enterprise admins,
    What gives? what additional privilege I need to give to the login ID, I tried in vain adding to Virtual machines but got rejected. I also could not locate anything like virtual machines in the active directory,
    Btw I finally managed to create a new VM wi/ VHD but still can't create new vhd
    ------------Platform info ---
    the physical quad core Xenon server for backup dns also works as exchange server
    has 12 GB RAM, 931 GB Raid 5 storage with 325 GB free.

    These actions are not performed in the security context of the user.  The Local System / computer account of the Hyper-V Server is what needs the access, not the user.
    Also, many AV products will cause these problems if the exclusions are not set properly, as they block the hypervisor from doing its job.
    Brian Ehlert
    http://ITProctology.blogspot.com
    Learn. Apply. Repeat.

  • ODI error in reverse engineering planning app

    I am getting this error while Reversing the plannign app in ODI. can anybody tell what might have happene and where to look upon. In Topology mgr and Designer all connectins working fine. This log is from Operator. I ma new to ODI btw.
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (innermost last):
    File "<string>", line 17, in ?
    IndexError: index out of range: 1
         at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
         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)

    I'm still having this issue. I have the port in the server name but it still gives me the same error. Any other suggestions?
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (innermost last):
    File "<string>", line 41, in ?
    java.lang.NullPointerException
         at com.hyperion.odi.common.ODIModelImporter.importModels(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)
         at org.python.pycode._pyx15.f$0(<string>:41)
         at org.python.pycode._pyx15.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.j.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.SnpSessTaskSqlC.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.DwgCmd.k(Unknown Source)
         at com.sunopsis.dwg.cmd.g.z(Unknown Source)
         at com.sunopsis.dwg.cmd.DwgCmd.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.NullPointerException: java.lang.NullPointerException
         at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
         at com.sunopsis.dwg.codeinterpretor.j.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.SnpSessTaskSqlC.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.DwgCmd.k(Unknown Source)
         at com.sunopsis.dwg.cmd.g.z(Unknown Source)
         at com.sunopsis.dwg.cmd.DwgCmd.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Thank you
    Jerri
    Edited by: 939019 on Sep 18, 2012 9:22 AM

  • Number Generation Failure While Reversing Sub. Challan

    hi all,
    While reversing the sub contracting Challan, I am getting this Error "Number Generation Failure". Kindly guide where to maintain the Number range & Object.
    regards
    Dhinakar

    Hi Jeyakanthan,
    Thanks for your response
    I maintaned number range for object : J_1i57c in T.cde j1i9....
    still it is showing the same error.....
    hope to hear back from you......
    Thanks&Regards,
    Chand

  • Error while reversing Excel

    While doing the selective reverse on an Excel Model; i get a following error. The technology or driver does not support reverse engineering..
    java.lang.NullPointerException
         at com.sunopsis.dwg.reverse.Reverse.a(Reverse.java)
         at com.sunopsis.dwg.reverse.Reverse.a(Reverse.java)
         at com.sunopsis.dwg.reverse.Reverse.setMetaData(Reverse.java)
         at com.sunopsis.graphical.frame.a.iq.a(iq.java)
         at com.sunopsis.graphical.frame.a.iq.a(iq.java)
         at com.sunopsis.graphical.frame.a.hr.b(hr.java)
         at com.sunopsis.graphical.tools.utils.swingworker.v.call(v.java)
         at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:176)
         at com.sunopsis.graphical.tools.utils.swingworker.l.run(l.java)
         at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
         at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
         at java.lang.Thread.run(Thread.java:595)

    Hi,
    Import RKM File (FROM EXCEL)
    While reversing do custom reverse using this RKM and try.
    Tell me it works or not.
    Another way is to create an ODBC connection to excel file and then reverse.
    Regards,
    Amit

  • Error while reversing mat document

    Dear all,
    While reversing material document i am getting error as "Reverse the availed CENVAT credit before cancelling excise invoice."
    How i should proceed?
    Naren
    Edited by: Narendra Khedekar on Oct 5, 2010 10:50 AM

    Hi,
    Cancellation of excise invoice process as below.
    1) Cancel the material document in MIGO
    2) Post the excise invoice in J1IEX
    3) Cancel the excise invoice in J1IEX
    4) Perform MIGO again if required.
    If try to cancel without canceling GR documents through J1IEX or J1IH (CANCEL OPTION) you will get an error as Excise invoice has been  already posted
    Cancel GR document
    Post excise invoice - J1IEX while posting under miscellaneous tab enter Rej code 0001
    Cancel Excise invoice u2013J1IEX
    Cross check the entries in J2I9 - You can see credit entry which were already taken credit & the second entry of cancelled/reversed. Hope this helps you.

  • Getting a sid's generation error while activating  DSO

    Dear All,
    We are created a standard dso on top of generic data source. This data source is created on top CDHDR and CDPOS tables through function module.
    While acting the DSO , We are getting a sid generation error.
    Please let me know the process to resolve the issue or tell me any other alternative solution is available to overcome this situation.
    Thanks
    Regards,
    Sai.K

    Dear All,
    Thanks for your prompt response and please find the below attachment.Here , the info object fetches some hexa decimal values due to that it got failed.
    Please let me know solution to overcome the this error.
    Thanks
    Regards,
    Sai.k

  • Error while reversing the PGI

    Hi All,
    We got the following error message while reversing the PGI.
    " Goods issue for the delivery 123456 cannot be cancelled for the following reasons.
    Deficit of Customer stock unr. 2 EA : Material  Plant  V ".
      Message No : M7021.
    pease help on this.

    hi
    Check some where in delivery exit some one has put check to check free stock at the time of PGI and the system is checking the same at the time of reversal too. The sy-ucom is VABU_T for PGI give this logic like
    if Sy-ucom is VABU_T then only check for free stock.
    Please check and post the solution too. So it will helpful for all.
    Thx.

  • Error while reversing the GR from m.type 103 to 105

    Hi There,
    My scenario is once PO is created, then created the inbound delivery in VL31N against PO,after that post the GR with movement type 103 once inspection is complete then while reversing with m.type 105.
    system is giving error message that INBOUND DELIVERY STORAGE LOCATION CAN NOT BE CHANGED TO HERE
    When post the GR against the PO with m.type 103 system is allowing to post,but while reversing the document from m.type 103 to 105 system is giving above said error message,then entered the storage location in GR even though system is not allowing to reverse the document.
    If we enter the storage location in PO and Inbound delivery with out any problem system is allowing to post the GR with m.type 103 and reversing also allowing with m.type 103 to 105.
    So here I want to post the GR with m.type 103 and reverse with m.type 105 with out storage location in PO and inbound delivery. so for this issue is there any solution.
    EARLY ACTION IN THIS ISSUE WILL BE HIGHLY APPRECIATED
    Edited by: sapmm99 on Jul 13, 2010 6:48 PM

    >
    sapmm99 wrote:
    > Hi There,
    >
    > My scenario is once PO is created, then created the inbound delivery in VL31N against PO,after that post the GR with movement type 103 once inspection is complete then while reversing with m.type 105.
    > system is giving error message that INBOUND DELIVERY STORAGE LOCATION CAN NOT BE CHANGED TO HERE
    >
    > When post the GR against the PO with m.type 103 system is allowing to post,but while reversing the document from m.type 103 to 105 system is giving above said error message,then entered the storage location in GR even though system is not allowing to reverse the document.
    >
    > If we enter the storage location in PO and Inbound delivery with out any problem system is allowing to post the GR with m.type 103 and reversing also allowing with m.type 103 to 105.
    >
    > So here I want to post the GR with m.type 103 and reverse with m.type 105 with out storage location in PO and inbound delivery. so for this issue is there any solution.
    >
    > EARLY ACTION IN THIS ISSUE WILL BE HIGHLY APPRECIATED
    >
    > Edited by: sapmm99 on Jul 13, 2010 6:48 PM
    You should use the inbound delivery to post the GR doc not the PO.
    MIGO>Goods receipt>inbound delivery
    try that

  • Error while reversing the 101 document

    Dear Experts,
    i am getting the below error when reversing the document i.e 102 mvt type.
    ''Trans./ev. type of doc. WE not processable w. function WA''
    please help
    Regards
    prakash

    Dear,
    As its understood -
    Error : Transaction / event type of document WE not processable with function WA.
    Where is docyment WA - For Goods issue and WE - For Goods Receipts.
    I think you are attempting MIGO - Goods Return with movement 102 and entering material document number of Goods Issue or vice versa.
    Please make sure the entered reference material document number you are entering.
    Regards,
    Syed Hussain.
    Edited by: Syed Hussain on Sep 30, 2008 10:23 AM

Maybe you are looking for

  • RZ20 - Missing sub-tree entries in CCMS_Selfmonitoring

    Hello, Please could some let me know how to restore missing monitoring sub-tree entries in RZ20 in a Sol Man 7.01 system ? Due to an error message displayed when trying to start a ccmsping agent on a satellite system I found SAP Note 517533 which adv

  • Apple\Adobe\nqgjemih.dll could not be found

    When Windows is booting up, I am getting the following error: RUNDLL Error loading c:\Documents and Settings\Mayfield Home 1\Local Settings\Application Data\Apple\Adobe\nqgjemih.dll Can anyone assist? Thanks

  • Regarding java certification

    Hi everybody, I want to do java certification. Please provide me some helpful sites on tutorials and mock test. Also I want to know the exam centers in hyderabad. thanks & regards Dolan

  • I'm having billing issues I cannot change my billing info

    I need help on changing my billing info

  • My own WIFI issues

    New iPod touch: works on network in the Apple store. I take it home and, after a bit of fiddling, was able to get WIFI access here. I went out for dinner, and when I came home the issues started: first, it wouldn't recognize a correct password. Next,