Error in AD8512 model

Multisim 11.0.2 Full edition.
I was in the process of entering a moderately complex circuit for analysis.  The first part of the circuit involved 2 AD8512 dual opamps.  My analysis was such that I could enter part of the circuit, simulate, then proceed onto the next part.  The first part was a single opamp and the other was unconnected.  Simulation was fine.  The next step was to add a log amp comprising two opamps.  During this time I was relabeling the RefDes on all the parts to match the schematic.  When I relabeled the Opamps, for some reason both devices would not change refdes.  So I changed them all.  When I tried to simulate, I got the error:  Invalid subckt definition name 'ad8512_opamp_1.  Due to errors, those devices were eliminated from the simulation.  I figured it was my fault for changing the refdes, so I deleted the opamps and reinserted.  Same problem.  I also tried reloading the file and then, restarting Multisim.  Same problem, same error each time.
Any clues to what the problem is? 
Thanks...Steve

Steve,
The .ends statement needs to have the "s" at the end as it implies the end of a subckt. 
the proper format for your sub circuit would be
.subckt DMMT3904T2__DUAL_TRANSISTORS__1 1 2 3 4 5 6
* existing model data goes here
.ends
If you would like more information on this, search within the Multisim help for the spice reference, it explains the basics of spice programming for Multisim.
As for the reason only the AD8512 is affected if you view the netlist in Multisim (view -> spice netlist viewer) you will notice that the order at which the components are placed into the netlist leaves the DMMT3904T2 as the second last and AD8512 as the last model in the netlist. Because the DMMT3904T2 has no .ends statement, anything up until the .ends of the AD8512 is considered part of the DMMT3904T2's sub circuit which is why you are getting the netlist error.
Regards, 
Jason 

Similar Messages

  • Error while compiling model in Visual Composer 7.1.

    Hi,
    I am getting a error while compiling model in Visual Composer 7.1.
    An exception occurred at the server while running the build process, reason: Extension with id com.sap.vc.runtimeproviders.null not found. For more details please refer to the log file.
    Can any one please tell me what the error is?

    Hello
    This problem usually indicates the model Runtime provider is not set properly
    Please goto configure pane and check the RT provider that is et for the model or any other model in the same DC
    Also services usages require this property to be set accordingly
    To make sure the services are set properly please look into the configuration pane when the respective service usage is selected (and check the same)
    Please let me know if this helped or not
    Guy

  • Error while creating model classes, operation aborted in NWDS

    Hi All,
    When i select Adaptive rfc 2 model  and then search for the RFC,  when i select RFC and click on next i get an error while importing :
    Error while creating model classes, operation aborted.
    It is working fine in visual composer and i have activated function module, RFC but getting same error. It is also working in web service navigator also.
    Can any one help me out??
    Regards,
    Pradeep kumar
    Edited by: pradeep_546 on Feb 17, 2011 9:35 PM
    Edited by: pradeep_546 on Feb 17, 2011 9:36 PM
    Edited by: pradeep_546 on Feb 17, 2011 9:37 PM

    Hai guys thanks for reply
    Tushar,
    I am using NWDS 7.2, ce7.2 server, ECC 6.0.
    Amit,
    I have tested the JCO destinations they are working fine and i created a new pair of JCO destinations but unable to import the Adaptive RFC2 Model gives same error but Adaptive webservices are working fine in my NWDS7.2
    Deepak,
    I am unable to create model in other projects also.
    I have sufficient amount of memory in my drive.
    I have imported the DC to other NWDS but it gives same error.
    Thanks for all,
    Regards,
    Pradeep Kumar G
    Edited by: pradeep_546 on Feb 18, 2011 3:05 PM

  • Error while deploying model

    Dear friends,
    I am facing following error while deploying model. can anyone help me how to resolve this error?
    Error in compiling Flex application: java.lang.InternalError: An error occurred because there is no graphics environment available.  Please set the headless-server setting in the configuration file to true.
       at macromedia.graphics.images.LosslessImage.<init>(LosslessImage.java:34)
       at flex.compiler.ImageLoader.lossless(ImageLoader.java:135)
       at flex.compiler.ImageLoader.load(ImageLoader.java:70)
       at flex.compiler.reflect.CompositeResourceLoader.load(CompositeResourceLoader.java:63)
       at flex.compiler.reflect.Type.importResource(Type.java:625)
       at flex.compiler.reflect.Type.parseEmbedAttributes(Type.java:517)
       at flex.compiler.reflect.Type.parseProperties(Type.java:219)
       at flex.compiler.ASComponent.<init>(ASComponent.java:66)
       at flex.compiler.ASClassLoader.loadComponent(ASClassLoader.java:131)
       at flex.compiler.CachedComponentLoader.getComponent(CachedComponentLoader.java:197)
       at flex.compiler.CachedComponentLoader.loadDefinition(CachedComponentLoader.java:101)
       at flex.compiler.CachedComponentLoader.getDefinition(CachedComponentLoader.java:263)
       at flex.compiler.CompositeLoader.getDefinition(CompositeLoader.java:54)
       at flex.compiler.linker.Loader.getType(Loader.java:266)
       at flex.compiler.linker.Loader.findType(Loader.java:248)
       at flex.compiler.linker.Loader.findType(Loader.java:247)
       at flex.compiler.reflect.Property.getType(Property.java:74)
       at flex.compiler.parser.MxmlParser.parseAttrProperties(MxmlParser.java:3432)
       at flex.compiler.parser.MxmlParser.parseUIObject(MxmlParser.java:662)
       at flex.compiler.parser.MxmlParser.access$300(MxmlParser.java:85)
       at flex.compiler.parser.MxmlParser$UIObjectHandler.element(MxmlParser.java:800)
       at flex.compiler.parser.MxmlParser.startElement(MxmlParser.java:367)
       at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
       at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
       at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
       at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
       at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
       at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
       at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
       at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
       at javax.xml.parsers.SAXParser.parse(SAXParser.java:345)
       at javax.xml.parsers.SAXParser.parse(SAXParser.java:143)
       at flex.compiler.parser.MxmlParser.parseDocument(MxmlParser.java:4363)
       at flex.compiler.MxmlLoader.parse(MxmlLoader.java:277)
       at flex.compiler.MxmlLoader.loadComponentType(MxmlLoader.java:178)
       at flex.compiler.MxmlLoader.loadComponent(MxmlLoader.java:204)
       at flex.compiler.CachedComponentLoader.getComponent(CachedComponentLoader.java:197)
       at flex.compiler.CachedComponentLoader.loadDefinition(CachedComponentLoader.java:101)
       at flex.compiler.CachedComponentLoader.getDefinition(CachedComponentLoader.java:263)
       at flex.compiler.CompositeLoader.getDefinition(CompositeLoader.java:54)
       at flex.compiler.linker.Loader.getType(Loader.java:266)
       at flex.compiler.linker.Loader.findType(Loader.java:248)
       at flex.compiler.CompilerPackageManager.loadType(CompilerPackageManager.java:629)
       at flex.compiler.MxmlCompiler.openDocument(MxmlCompiler.java:61)
       at flex.compiler.MxmlCompiler.compile(MxmlCompiler.java:234)
       at flex.tools.Mxmlc.main(Mxmlc.java:166)

    Nirav,
    Have you checked the IGS (Internet Graphics Services)?
    Regards,
    Gilson

  • Error while compiling Model in VC 7.1

    Hi,
    I am getting a error while compiling model in Visual Composer 7.1.
    An exception occurred at the server while running the build process, reason: Extension with id com.sap.vc.runtimeproviders.null not found. For more details please refer to the log file.
    Can any one please tell me what the error is?

    Hi
    The common reason for this kind of error is a misconfigured model or data service proxy
    To verify this is not the case please follow these steps:
    1. In the DC where you get the error open your models one by one and verify that the runtime provider that is configured is set properly (usually should be WebDynpro but could be Voice or Portal if this is the runtime that you are targeting your application to)
    This configuration is accessible in the configure panel when your model is in focus
    2. Do the same as described in bullet 1 on your data services' usages as well. Select the usage of the data service and check that the runtime provider is set properly
    3. remove any unused service in your DC (this is a good practive regardless of the current problem. To view your data services in a certain DC open the "Manage Models Dialog". Select the "Data Services" entry in the filter dropdown on the top right corner. Drill down into the DC you are clearing and delete services you do not think they are in use. Please note that removing a service must be done carefully since you might delete services that could be in use by other models in the same DC or by dynamic entry list of a control in your model, etc.)
    Please let me know if it helped
    Guy

  • Getting an error in KPI Modeler as "{"customMessage":"failed to detect the sap language of the current session language","status":500}"

    Hi Experts,
    We have installed UISKPI01 in SAP NetWeaver Gateway System for Fiori Analytical Apps (KPI modeler is necessary to model the KPI) but while trying to create and Save the Group, we are Getting an error in KPI Modeler as "{"customMessage":"failed to detect the sap language of the current session language","status":500}". Similarly, when we are trying to edit the existing KPI template and assigning the Variants and Evaluations, we are facing the same error as failed to detect the sap language of the current session language","status":500.
    Any idea on above error?
    Thanking you,
    ~ Mahendra

    Hello Mahendra,
    Check if you have entries in the T002 table of SAP_SSB schema.
    If not follow the steps mentioned in the admin guide of SAP Smart business to populate data.
    This should resolve this issue.
    Note: My assumption is that, you are accessing the KPI modeler in English Language.
    Thanks,
    Debasish

  • Error in New Models Creation  - Loadbalancing /Single Server locally

    Is there any possibility of below error when Creating New Models with Single Server and but NOT Working with Load balancing Option.
    The same code worked when connecting to Single Server locally but doesn't work when New models were created  by selection of loadbalancing Option on Remote Server..during development on source from DTR Server(SLD)..
    I get below error when New Model created with loadbalancing option
    Error - com.sap.tc.webdynpro.modelimpl.dynamicrfc.WDDynamicRFCExecuteException: Error connecting using JCO.Client: null
    Edited by: Raghu v on Jan 26, 2008 1:27 PM

    Hi,
    In EAS, I am getting some for Planning Outline(Essbase outline is working fine), While starting the Planning service through start menu, it throwing error as
    Query Failed: SQL_SYSDB_DELETE_EXPIRED_EXTERNAL_ACTIONS:[100]
    java.sql.SQLException: [Hyperion][Oracle JDBC Driver][Oracle]ORA-00932: inconsistent datatypes: expected INTERVAL DAY TO SECOND got NUMBER
         at hyperion.jdbc.base.BaseExceptions.createException(Unknown Source)
         at hyperion.jdbc.base.BaseExceptions.getException(Unknown Source)
         at hyperion.jdbc.oracle.OracleImplStatement.execute(Unknown Source)
         at hyperion.jdbc.base.BaseStatement.commonExecute(Unknown Source)
         at hyperion.jdbc.base.BaseStatement.executeUpdateInternal(Unknown Source)
         at hyperion.jdbc.base.BasePreparedStatement.executeUpdate(Unknown Source)
         at com.hyperion.planning.sql.HspSQLImpl.executeUpdate(Unknown Source)
         at com.hyperion.planning.sql.HspSQLImpl.executeUpdate(Unknown Source)
         at com.hyperion.planning.event.HspSysExtChangeHandler.actionPoller(Unknown Source)
         at com.hyperion.planning.event.HspSysExtChangeHandler.run(Unknown Source)
    Error encountered with Database connection, recreating connections.
    Nested Exception: java.sql.SQLException: [Hyperion][Oracle JDBC Driver][Oracle]ORA-00932: inconsistent datatypes: expected INTERVAL DAY TO SECOND got NUMBER
    Thanks,
    CP

  • Error in create model

    error in create model
    when I  Import Adaptive RFC Model
    ......step by step......
    after click"finish"  and  rebuild project (automatism)
    error message show in tasks view
    com.test.models.z1.ZI001 cannot be resolved or is not a type
    com.test.models.z1.ZI001 cannot be resolved
    com.test.models.z1.ZI001 cannot be resolved (or is not a valid type) for the argument modelInstance of the method ZI001_Input
    just some RFC have this error the other RFC is right
    restart service can't resolve it

    Well - you need to check the RFC for that. This kind of error usually points to inconsistencies with the backend. Thus, my recommendation to re-import the model.
    Anyways, have a look at this document to check which applies to you. And you'll probably get the same recommendation:
    [WDJ Adaptive RFC Troubleshooting Guide|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/d0019b1a-775f-2910-beb8-d81f27d0d8d0]
    Hope that helps! Goodluck!
    Regards,
    Jan

  • Error: Configuration file /model/common/bc4j.xcfg is not found in the classpath???

    Hi Everyone,
    My Jdev version is 11.1.2.3.0.
    I have developed one ADF application and was working very fine.
    But the Jdev got crashed so i re-installed the same version but the application which was running earlier is not working now. I tried by installing different versions of Jdevelopers but none seems worked for me.
    Error is given below:
    <Utils> <buildFacesMessage> ADF: Adding the following JSF error message: Configuration file /model/common/bc4j.xcfg is not found in the classpath.
    oracle.jbo.ConfigException: JBO-33001: Configuration file /model/common/bc4j.xcfg is not found in the classpath.
    at oracle.jbo.client.Configuration.loadFromClassPath(Configuration.java:471)
    at oracle.jbo.common.ampool.PoolMgr.loadConfiguration(PoolMgr.java:600)
    What is this error about?
    How can i solve this error t make my application to run?
    Please give ur valuable suggestions...
    Thanks.

    Configuration file bc4j.xcfg not found in the classpath.

  • Null pointer exception fatal error in PP model deployed to SP2013

    I have a PowerPivot solution built in Excel 2013, which I have deployed to a SharePoint 2013 single server farm, which is also running SSIS/SSRS/SSAS 2014. 
    I have configured data refresh jobs, which are running successfully, according to the PP management dashboard in SP.
    I attempted to open the file from the document store in SP directly, and when I went to make modifications to the data model, tom horror I was greeted with "We couldn't load the data model. This may be because the Data Model in this workbook is damaged".
    Further clicks on the OK button provide a bit more context.
    ============================
    Error Message:
    ============================
    Object reference not set to an instance of an object.
    ============================
    Call Stack:
    ============================
    at Microsoft.Office.PowerPivot.ExcelAddIn.InProcServer.CannotUpgrade(GeminiWorkbook geminiWb, WorkbookConnectionwbConn, String& message)
    at Microsoft.Office.PowerPivot.ExcelAddIn.InProcServer.LoadSandboxAfterConnection(String errorCache)
    at Microsoft.Office.PowerPivot.ExcelAddIn.InProcServer.LoadSafeSandboxAfterConnection(String errorCache)
    at Microsoft.Office.PowerPivot.ExcelAddIn.InProcServer.LoadOLEDBConnection(Boolean raiseCompleteEvent, String errorCache)
    ============================
    Unfortunately I've seen this before, and unfortunately it's been fatal. Fortunately since the last time I've seen this, I've become a bit more adventurous. Here's what I've done, and I'd really appreciate some community help to take this the last few inches
    to a conclusion. Maybe some help from the Office team, since you're 15 minutes from my office :)
    Using Visual Studio, I can see that the data model itself is intact. I was able to start a new solution using the supposed corrupt file as a starting point.
    That's a good thing, but I don't know how to recycle it into a new Excel file so I don't lose all of the work I've put into it.
    Using SQL Management Studio, using SELECT * FROM [PowerPivotServiceApplication1_endpoint].[dbo].[Versions] I can see that the reported Version is 12.0.1.0.
    Also using SQL Management Studio, I can see that the server version for the server used for PowerPivot is 12.0.2000. I wonder if this version disparity is causing Excel to want to upgrade my file, and this is triggering a larger issue?
    I seem to recall seeing somewhere that PP for SP2010 was not supported in a single server farm. I don't know if the same is true for SP2013, and frankly don't care (at this point, since all I am after right now is my data model back). I'm wondering if the
    SP data refresh jobs are causing this, and the null exception is maybe a pointer to a second server in the "farm" that doesn't exist.
    Lastly, I am more than willing to make changes to the underlying XML files that make up the XLSX file. If there's a way to know where the null value is being referenced (if possible) and make it go away, that would be stellar. 
    Any help is greatly appreciated. Like I said, I'm very willing to go down deep rabbit holes, sit with devs, whatever it takes.
    Thanks 
    Any help on this is greatly appreciated. I'm 

    Here's one thought...
    Because the error occurs with more workbooks, the reason is probably external to the files, model etc. but common to it,
    such as permissions or user specific policies on his workstation or servers involved, This Microsoft Excel Support Team Blog article is an example of a cause for a similar seemingly scary error message:
    http://blogs.technet.com/b/the_microsoft_excel_support_team_blog/archive/2013/08/27/powerpivot-for-excel-2013-error-when-opening-the-manage-window-quot-we-couldn-t-load-the-data-model-this-may-be-because-the-data-model-in-this-workgroup-is-damaged-quot.aspx 
    Ed Price, Azure & Power BI Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

  • Error while deploying models in VC

    Hi Experts,
    I am encountering the following error while deploying any model on Portal. The model compiles without any errors but while deployment it gives the below error:
    Error in compiling Flex application: Error: Element type "vc:VCFormLabel" must be followed by either attribute specifications, ">" or "/>".
          (D:\usr\sap\WEP\JC01\j2ee\cluster\server0\GUIMachine_Business_Packages\Test_Model_61468\FLEX_COMPILATION_FOLEDR\AAD1IXA.mxml:131)
    Failed to compile AAD1IXA.mxml
    Please help me out in fixing this issue.
    Regards,
    Arafat

    Hi,
    Please refer to note 1039898. This is the error it talks about. You should be on SP12 and up to fix this issue or use the form 's default layout
    Regards,
    Natty

  • Getting error while creating model error

    Hello
    Iam hitting folowing error while creating the model
    created new table with this command
    SQL> CREATE TABLE health_rdf_data (id NUMBER, triple SDO_RDF_TRIPLE_S);
    Table created.
    for create model
    SQL> EXECUTE SDO_RDF.CREATE_RDF_MODEL('health', 'health_rdf_data', 'triple');
    then i hitting this following error
    ERROR at line 1:
    ORA-06550: line 1, column 7:
    PLS-00905: object SEMANTIC.SDO_RDF is invalid
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    please suggest me clear this error
    thanking you,
    Madhan.

    could you do the following and let me what is the results?
    select * from mdsys.rdf_model$;

  • Error while importing model in NWDS 7.1

    Hi All,
    I am trying to consume a Web Service in NWDS 7.1.
    Following are the steps which I have followed for consuming the web service :
    Create a model in the DC using 'Adaptive Web Service model' template.
    Create component and reference this model as used model in it.
    In the custom coontroller apply the 'service controller' template to the model.
    In this 3rd step, its giving the following error while applying the template in component controller:
    Status ERROR
    Plugin : com.sap.ide.metamodel.common.services.eclipse
    code=0
    Internal error
       Plugin name: Metamodel Common Services for Eclipse
       Internal error  : com.sap.ide.metamodel.common.services.eclipse
       Class      : com.sap.ide.mmservices.common.eclipse.internal.template.apply.ApplyTemplateWizard$1
       Method     : performFinish()
       Message    : Error in template generation
       Exception  : java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
    java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
    at java.util.ArrayList.RangeCheck(ArrayList.java:546)
    at java.util.ArrayList.get(ArrayList.java:321)
    at com.sap.ide.metamodel.core.collection.MetamodelOrderedCollectionImpl.get(MetamodelOrderedCollectionImpl.java:188)
    at com.sap.ide.metamodel.webdynpro.implementation.ModelRelationProxy.getModelRelationRole(ModelRelationProxy.java:590)
    at com.sap.ide.webdynpro.template.simplescenario.generation.servicecontroller.ModelGeneration.createNestedStructure(ModelGeneration.java:350)
    at com.sap.ide.webdynpro.template.simplescenario.generation.servicecontroller.ModelGeneration.createNestedStructure(ModelGeneration.java:385)
    at com.sap.ide.webdynpro.template.simplescenario.generation.servicecontroller.ModelGeneration.generateCoding(ModelGeneration.java:131)
    at com.sap.ide.mmservices.common.eclipse.internal.template.generation.GenerationStartup.generateFragments(GenerationStartup.java:246)
    at com.sap.ide.mmservices.common.eclipse.internal.template.generation.GenerationStartup.generate(GenerationStartup.java:87)
    at com.sap.ide.mmservices.common.eclipse.internal.template.apply.ApplyTemplateWizard$1.run(ApplyTemplateWizard.java:64)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
    at com.sap.ide.mmservices.common.eclipse.internal.template.apply.ApplyTemplateWizard.performFinish(ApplyTemplateWizard.java:61)
    at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:742)
    at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:373)
    at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:618)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293)
    at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
    at org.eclipse.jface.window.Window.open(Window.java:796)
    at com.sap.ide.mmservices.common.eclipse.template.actions.ApplyTemplateAction.run(ApplyTemplateAction.java:28)
    at com.sap.ide.mmservices.common.eclipse.template.TemplateInvoker.startApplyTemplateAction(TemplateInvoker.java:78)
    at com.sap.ide.mmservices.common.eclipse.template.TemplateInvoker.startApplyTemplateWizard(TemplateInvoker.java:34)
    at com.sap.ide.webdynpro.wdexplorer.actions.other.ApplyTemplateAction.run(ApplyTemplateAction.java:48)
    at com.sap.ide.tools.core.viewerfwk.internal.actions.BaseDelegateSingleAction.runInternal(BaseDelegateSingleAction.java:65)
    at com.sap.ide.tools.core.viewerfwk.internal.actions.BaseDelegateSingleAction.run(BaseDelegateSingleAction.java:58)
    at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:256)
    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:546)
    at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490)
    at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
    at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
    at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
    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:585)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
    Please do let me know how to resolve this error .
    Thanks.

    Hi Yogita,
    I suggest you get in touch with the SAP support team via an OSS message to help you resolve this issue. Please don't forget to attach the DC that you have created so that the support team can help in resolving this at the earliest. You could raise the issue via the OSS component BC-DWB-WD-JAV.
    Without details of the DC that you are working on and the model that you have imported, I doubt if anybody in SCN would be able to help you out.
    Thanks and Best Regards,
    Pradyut.

  • Error while saving model to the reporting repository with logical views

    I have created a view object in the logical model based on objects from the logical model. When I try to save the model to the reporting repository, an error occurs.` If I remove the view object, I can successfully save the model to the reporting repository. Here is the log detail:
    2012-03-01 14:00:50,419 [Thread-71] ERROR ReportsHandler - Error Exporting to Reporting Schema:
    java.lang.ClassCastException: oracle.dbtools.crest.model.design.logical.AttributeView cannot be cast to oracle.dbtools.crest.model.design.logical.Attribute
         at oracle.dbtools.crest.model.design.logical.LogicalDesign.getObjectsWithMeasurements(Unknown Source)
         at oracle.dbtools.crest.exports.reports.RSMeasurements.export(Unknown Source)
         at oracle.dbtools.crest.exports.reports.ReportsHandler.export(Unknown Source)
         at oracle.dbtools.crest.swingui.ControllerApplication$ExportToReportsSchema$1.run(Unknown Source)
    Any thoughts on what is wrong.
    Thanks

    Hi,
    thanks for feedback.
    Any thoughts on what is wrong.The program code is wrong - I logged bug for that.
    Philip

  • Error when displaying modeling on MultiProvider, urgent!!!

    Hi Expert,
      There is one runtime error when I try to display modeling on MultiProvider. but It's OK to display ODS and Cube. Could anyone tell me how to do? I can't find any notes about this. Thanks a lot!!
    Carlos
    =============================
    Message:
    Runtime Errors         MESSAGE_TYPE_X
    Date and Time          07/28/2006 12:07:47
    ShrtText
         The current application triggered a termination with a short dump.
    What happened?
         The current application program detected a situation which really
         should not occur. Therefore, a termination with a short dump was
         triggered on purpose by the key word MESSAGE (type X).
    What can you do?
         Print out the error message (using the "Print" function)
         and make a note of the actions and input that caused the
         error.
         To resolve the problem, contact your SAP system administrator.
         You can use transaction ST22 (ABAP Dump Analysis) to view and administer
          termination messages, especially those beyond their normal deletion
         date.
         is especially useful if you want to keep a particular message.
    Error analysis
         Short text of error message:
       Internal error
       Technical information about the message:
       Message classe...... "RSAWB"
       Number.............. 002
       Variable 1.......... " "
       Variable 2.......... " "
       Variable 3.......... " "
       Variable 4.......... " "
       Variable 3.......... " "
       Variable 4.......... " "
    How to correct the error
        Probably the only way to eliminate the error is to correct the program.
        You may able to find an interim solution to the problem
        in the SAP note system. If you have access to the note system yourself,
        use the following search criteria:
        "MESSAGE_TYPE_X" C
        "CL_RSAWB_GENERAL_AWB==========CP" or "CL_RSAWB_GENERAL_AWB==========CM00O"
        "SHOW_INFOCUBE_DATAMODEL"
        If you cannot solve the problem yourself and you wish to send
        an error message to SAP, include the following documents:
        1. A printout of the problem description (short dump)
           To obtain this, select in the current display "System->List->
           Save->Local File (unconverted)".
        2. A suitable printout of the system log
           To obtain this, call the system log through transaction SM21.
           Limit the time interval to 10 minutes before and 5 minutes
           after the short dump. In the display, then select the function
           "System->List->Save->Local File (unconverted)".
    3. If the programs are your own programs or modified SAP programs,
        supply the source code.
        To do this, select the Editor function "Further Utilities->
        Upload/Download->Download".
    4. Details regarding the conditions under which the error occurred
        or which actions and input led to the error.

    these notes can be useful for you, depending of your BW release.
    640945
    950823
    527086

Maybe you are looking for

  • A thread running in the server

    Hey ho, didn't know where else to post this... I'm running Orion web server with mySQL. What I need is a thread, that would perform certain tasks hourly. Any tips how to do this ? I don't have any clue.

  • Transfering the Cost from Cost center to PM Work order

    Hi all, We have a scenario. we are doing material consumption from storage locaiton to a cost center using 201. when the material requirement comes from work order, we are doing reverse consumption posting from Cost center to storage location using 2

  • HFR services not starting

    Dear All, I am trying to startup Hyperion FR services and getting the following error "HyS9FRRMI 04:01:52 Error The description for Event ID ( 0 ) in Source ( HyS9FRRMI ) cannot be found. The local computer may not have the necessary registry informa

  • Get ORA-00932 inconsistent datatype when passing parameter in tableadapter

    I have to build a Dataset to use as source for Microsoft rdlc-Report. In the Dataset I create a tableadapter using plain SQL. In my SELECT-Command I have to pass a Date parameter: I've tested a SELECT like in the following example: SELECT a.field1, a

  • Loaded new cartridge. alignment failed. now cannot print from hardcopy or pc. Office Jet 4500 G510n.

    I loaded a color cartridge and started alignment. Alignment failed and disply said will use default values. Now I printer acts like it is printing, but it produces a blank page. This occurs whether I I try to copy from a printed form or or attempt to