Testing a Schema using XAI Schema editor.

Hi All,
I am trying to test a Schema in XAI using XAI Schema editor, buit getting every time error "device not ready".
Do i need to configure XAI Toolkit before using.
Thanks,
MK

Are you accessing server's 'Schema' folder from a client machine? this seems to be network error instead.
Verify that the mapped/shared drive is accessible before testing the service using Schema Editor.
I think you are able to successfully test the service using XAI Submission.

Similar Messages

  • XAI Schema Editor Client, Error 383 during opening of the Application

    Hi,
    I have a problem with the actual XAI Schema Editor Client (V2.2.0.5 and V2.2.0.6).
    During startup of the application, after the logon screen when I've pressed connect, I got the error "Run-time error '383': 'Text' property is read-only".
    It seems that this is a VB error, mentioning that a control is in read only mode or not enabled for writing.
    After this, the application is not responding on a click of a menu entry.
    Every suggestion or help would be appreciated.

    Hi,
    I have a same problem as Markus
    With the actual XAI Schema Editor Client V2.1.0 in MDM 2.0.1
    During startup of the application, after the logon screen when I've pressed connect, I got the error "Run-time error '383': 'Text' property is read-only".
    My process to install XAI Schema Editor is :
    1) Install Oracle Client so that TNS file is created in system .
    2) Provide the service name details in TNS to which I wish to connect my schema editor to .
    3) Start my oracle service using My computer -manage -services .
    4) Create a ODBC data source using Control Panel-Administrator-ODBC .
    5) Test my odbc connection there itself.
    6) Install schema editor and it will show all ODBC data sources in my system .
    7) Provide details as : ODBC Source Name , cisadm(database user) , cisadm(database passwd) , cisadm(database owner)
    Please can you help me, I am very new in XAI
    Thanks
    Naby

  • XAI Schema Editor: Run-Time Error 380

    I created a new Page Maintenance object that I am planning to expose via XAI. I deployed the compiled JAR to my local development copy of CC&B. When I started Schema Editor and tried to create a new service schema, I was able to find my service in the list of available services. However, when I chose my service, I received the error "Run-time Error '380': Invalid property value". Now every time I restart Schema Editor and try to create a new service schema, I get the same error, even before I can select my service from the list.
    Has anyone run into this problem before?

    Do you mean when you attempt to select a Service? i.e. from Schemas->Create->Service?
    If so, the recently/last selected/searched service is written to the registry in the following path:
    HKEY_CURREN_USER\Software\VB and VBA Program Settings\CISXAI\Recents
    HKEY_USERS\{Class ID}\Software\VB and VBA Program Settings\CISXAI\Recents
    under key 'G3Service'.
    Empty the key value or replace it with some known service name.
    Note: Backup your registry before making any changes.

  • Error generating test suite schemas in JDeveloper

    When I try to generate test suite schemas for my decision function I get unexcepted error in JDeveloper 11.1.1.7.0
    java.lang.NullPointerException
      o.rules.testfmwk.util.TestUtil.findXMLSchemaNode(TestUtil.java:326)
      o.rules.testfmwk.util.TestUtil.getComplexElementReference(TestUtil.java:253)
      o.rules.testfmwk.impl.XSDGenerator.addArgumentSequenceSchemaElement(XSDGenerator.java:552)
      o.rules.testfmwk.impl.XSDGenerator.generateMessageTypesXSD(XSDGenerator.java:263)
      o.rules.testfmwk.impl.DFTestSuiteDefinition.generateTestSuiteSchema(DFTestSuiteDefinition.java:76)
      o.rules.testfmwk.impl.DFTest.initTestDefinition(DFTest.java:82)
      o.rules.testfmwk.impl.DFTest.createTestDefinition(DFTest.java:68)
      o.tip.tools.ide.rules.editor.decisionfunctions.RulesTestManager.createTestDefinition(RulesTestManager.java:76)
      o.tip.tools.ide.rules.editor.decisionfunctions.DecisionFunctionsPanel.generateTestSchemas(DecisionFunctionsPanel.java:538)
      o.tip.tools.ide.rules.editor.decisionfunctions.DecisionFunctionsPanel.actionPerformed(DecisionFunctionsPanel.java:563)
      jx.s.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
      jx.s.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
      jx.s.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
      jx.s.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
      jx.s.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
      j.a.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:273)
      j.a.Component.processMouseEvent(Component.java:6297)
      jx.s.JComponent.processMouseEvent(JComponent.java:3275)
      j.a.Component.processEvent(Component.java:6062)
      j.a.Container.processEvent(Container.java:2039)
      j.a.Component.dispatchEventImpl(Component.java:4660)
      j.a.Container.dispatchEventImpl(Container.java:2097)
      j.a.Component.dispatchEvent(Component.java:4488)
      j.a.LightweightDispatcher.retargetMouseEvent(Container.java:4575)
      j.a.LightweightDispatcher.processMouseEvent(Container.java:4236)
      j.a.LightweightDispatcher.dispatchEvent(Container.java:4166)
      j.a.Container.dispatchEventImpl(Container.java:2083)
      j.a.Window.dispatchEventImpl(Window.java:2489)
      j.a.Component.dispatchEvent(Component.java:4488)
      j.a.EventQueue.dispatchEventImpl(EventQueue.java:674)
      j.a.EventQueue.access$400(EventQueue.java:81)
      j.a.EventQueue$2.run(EventQueue.java:633)
      j.a.EventQueue$2.run(EventQueue.java:631)
      j.security.AccessController.doPrivileged(Native Method)
      j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
      j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
      j.a.EventQueue$3.run(EventQueue.java:647)
      j.a.EventQueue$3.run(EventQueue.java:645)
      j.security.AccessController.doPrivileged(Native Method)
      j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
      j.a.EventQueue.dispatchEvent(EventQueue.java:644)
      j.a.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
      j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
      j.a.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
      j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
      j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
      j.a.EventDispatchThread.run(EventDispatchThread.java:122)
    Any ideas how to solve this problem?

    Hi Kumar,
    As per SAP,
    Generally, this error is caused by the complex typing of the parameter of the function module.
    The test environment of the function builder cannot represent these parameters in the input template (for example generic types, xtrings, strings, object references).
    My suggestion is to use where used list for the function module, and check how it has been called in other programs and implement directly in the program , then it will work and give u result.
    Let me know if you have any other doubts.
    regards,
    Naveen Veshala

  • Error in schema Editor

    Hi All,
    We are using positive time management (copied schema TM00 as ZTMS).
    last week i have done small changes in rule ZT59 (customer rule) and copied it in client 300 through T-Code SCC1 (In development server we have client 300 for testing purpose) and checked also its working fine.
    so after transporting to the quality server as well as production server. and when i use T-Code PT60 then system is throwing error msg. saying " schema ZTMS is incorrect.call the schema editor to analyze error. check the syntax of the incorrect schema"
    I have checked the PE01 in quality server as well as production server that changes have been updated well.
    i don't know why its happening. should i do any further customizing?
    please help some one.
    Kind regards.
    Dinesh.

    Hi sikinder,
    In development sever its error free. ( i click the generated button in PE01 )but i dont know how to activate the schema.
    when i transport it to quality, the schema table has not been updated and also giving the same error when i execute PT60.
    i checked the errors in quality. its saying line no 168 rule ZI56 does not exist. but its available in development.
    how to solve this problem?
    regards
    Dinesh

  • 308 Runtime Error ! in Schema Editor

    Hi Friends,
    I am tring to create a service using schema editor it is showing 308 error and schema editor is closing.how can i resolve that problem,i saw some information regarding this in forums that this problem happen due to previous invalid service
    in the registry, where can i found this registery or anything else i did mistake.Pls help me out.
    thans in advance
    sivaram

    thaks luckys for your reply! i need some information where i get this folder location CISXAI ,i already searched for this .do we need any setup requirements for schema editor ,just installed it directly using setup.exe and i have oracle client in my system.
    HKEY_CURREN_USER\Software\VB and VBA Program Settings\CISXAI\Recents
    HKEY_USERS{Class ID}\Software\VB and VBA Program Settings\CISXAI\Recents
    under key 'G3Service'.
    thanks & regards
    sivaram

  • Eclipse freezing while opening schema editor for .xsd files

    Hi,
    I've been trying to solve this problem but it looks like I can't.
    Every time I open an .xsd file with the schema editor eclipse freezes and I've to terminate it. I've even tried to install a different version of it, downloading from the site but I had no luck.
    I've found googling a couple of similar problems that were resolved by disabling something relate to printers on eclipse startup on command line but that wasn't my case. I guess it's something related to gtk but I'm not completely sure.
    Here's the error log about that:
    org.eclipse.e4.core.di.InjectionException: org.eclipse.core.commands.NotHandledException: There is no handler to execute for command org.eclipse.ui.edit.copy
    at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:63)
    at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:231)
    at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:212)
    at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:131)
    at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:171)
    at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.executeCommand(KeyBindingDispatcher.java:276)
    at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.press(KeyBindingDispatcher.java:494)
    at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.processKeyEvent(KeyBindingDispatcher.java:545)
    at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.filterKeySequenceBindings(KeyBindingDispatcher.java:366)
    at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher.access$0(KeyBindingDispatcher.java:313)
    at org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher$KeyDownFilter.handleEvent(KeyBindingDispatcher.java:82)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1510)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1384)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1409)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1394)
    at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1421)
    at org.eclipse.swt.widgets.Widget.gtk_key_press_event(Widget.java:830)
    at org.eclipse.swt.widgets.Control.gtk_key_press_event(Control.java:3117)
    at org.eclipse.swt.widgets.Composite.gtk_key_press_event(Composite.java:758)
    at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:2064)
    at org.eclipse.swt.widgets.Control.windowProc(Control.java:5211)
    at org.eclipse.swt.widgets.Display.windowProc(Display.java:4433)
    at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method)
    at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:8401)
    at org.eclipse.swt.widgets.Display.eventProc(Display.java:1217)
    at org.eclipse.swt.internal.gtk.OS._gtk_enumerate_printers(Native Method)
    at org.eclipse.swt.internal.gtk.OS.gtk_enumerate_printers(OS.java:9460)
    at org.eclipse.swt.printing.Printer.getPrinterList(Printer.java:100)
    at org.eclipse.gef.ui.actions.PrintAction.calculateEnabled(PrintAction.java:45)
    at org.eclipse.gef.ui.actions.WorkbenchPartAction.isEnabled(WorkbenchPartAction.java:123)
    at org.eclipse.jface.commands.ActionHandler.isEnabled(ActionHandler.java:141)
    at org.eclipse.ui.internal.handlers.E4HandlerProxy.canExecute(E4HandlerProxy.java:59)
    at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
    at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:231)
    at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:212)
    at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:131)
    at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.canExecute(HandlerServiceImpl.java:110)
    at org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRendererFilter.updateElementVisibility(MenuManagerRendererFilter.java:216)
    at org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerShowProcessor.showMenu(MenuManagerShowProcessor.java:139)
    at org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerShowProcessor.menuAboutToHide(MenuManagerShowProcessor.java:101)
    at org.eclipse.jface.internal.MenuManagerEventHelper.showEventPostHelper(MenuManagerEventHelper.java:55)
    at org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.java:476)
    at org.eclipse.jface.action.MenuManager.access$1(MenuManager.java:470)
    at org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:500)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:255)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1385)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1409)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1390)
    at org.eclipse.swt.widgets.Menu.gtk_show(Menu.java:678)
    at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:2023)
    at org.eclipse.swt.widgets.Display.windowProc(Display.java:4427)
    at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method)
    at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:8401)
    at org.eclipse.swt.widgets.Display.eventProc(Display.java:1217)
    at org.eclipse.swt.internal.gtk.OS._gtk_enumerate_printers(Native Method)
    at org.eclipse.swt.internal.gtk.OS.gtk_enumerate_printers(OS.java:9460)
    at org.eclipse.swt.printing.Printer.getPrinterList(Printer.java:100)
    at org.eclipse.gef.ui.actions.PrintAction.calculateEnabled(PrintAction.java:45)
    at org.eclipse.gef.ui.actions.WorkbenchPartAction.isEnabled(WorkbenchPartAction.java:123)
    at org.eclipse.jface.commands.ActionHandler.isEnabled(ActionHandler.java:141)
    at org.eclipse.ui.internal.handlers.E4HandlerProxy.canExecute(E4HandlerProxy.java:59)
    at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
    at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:231)
    at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:212)
    at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:131)
    at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.canExecute(HandlerServiceImpl.java:110)
    at org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRendererFilter.updateElementVisibility(MenuManagerRendererFilter.java:216)
    at org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerShowProcessor.showMenu(MenuManagerShowProcessor.java:139)
    at org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerShowProcessor.menuAboutToHide(MenuManagerShowProcessor.java:101)
    at org.eclipse.jface.internal.MenuManagerEventHelper.showEventPostHelper(MenuManagerEventHelper.java:55)
    at org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.java:476)
    at org.eclipse.jface.action.MenuManager.access$1(MenuManager.java:470)
    at org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:500)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:255)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1385)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1409)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1390)
    at org.eclipse.swt.widgets.Menu.gtk_show(Menu.java:678)
    at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:2023)
    at org.eclipse.swt.widgets.Display.windowProc(Display.java:4427)
    at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method)
    at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:8401)
    at org.eclipse.swt.widgets.Display.eventProc(Display.java:1217)
    at org.eclipse.swt.internal.gtk.OS._gtk_enumerate_printers(Native Method)
    at org.eclipse.swt.internal.gtk.OS.gtk_enumerate_printers(OS.java:9460)
    at org.eclipse.swt.printing.Printer.getPrinterList(Printer.java:100)
    at org.eclipse.gef.ui.actions.PrintAction.calculateEnabled(PrintAction.java:45)
    at org.eclipse.gef.ui.actions.WorkbenchPartAction.isEnabled(WorkbenchPartAction.java:123)
    at org.eclipse.jface.commands.ActionHandler.isEnabled(ActionHandler.java:141)
    at org.eclipse.ui.internal.handlers.E4HandlerProxy.canExecute(E4HandlerProxy.java:59)
    at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
    at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:231)
    at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:212)
    at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:131)
    at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.canExecute(HandlerServiceImpl.java:110)
    at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.canExecuteItem(HandledContributionItem.java:831)
    at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.access$2(HandledContributionItem.java:820)
    at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem$3.run(HandledContributionItem.java:216)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
    at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.updateItemEnablement(HandledContributionItem.java:243)
    at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem$ToolItemUpdateTimer.run(HandledContributionItem.java:146)
    at org.eclipse.swt.widgets.Display.timerProc(Display.java:4178)
    at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
    at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2244)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3222)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1023)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:917)
    at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:86)
    at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:587)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:542)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
    Caused by: org.eclipse.core.commands.NotHandledException: There is no handler to execute for command org.eclipse.ui.edit.copy
    at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:84)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
    ... 138 more
    I hope anybody can help me with this
    Last edited by Eit (2012-11-28 11:50:50)

    bump, I'd rather not use a VM to run Eclipse

  • Schema editor in windows 7 machine

    Hi i have CC&B 2.3.1 in windows 7 and i just installed Schema Editor in that. I am not able to open schema editor as i have to select Data source from the drop down which is a ODBC configuration in control panel. I couldn't add ODBC configuration in control panel as there are no drivers shown up in windows 7. Any suggestions please

    For the Oracle driver to be available you need to have the oracle client installed. This would make the driver available and enable you to create a DSN and connect to an Oracle DB.
    Regards,
    RSN

  • Cancel Payment using XAI Inbound Service (CC&B)

    Hi All,
    Do you have any idea how to cancel payment using XAI in CC&B?
    Now Im using xai Inbound service (SSvcPaymentEventMaintenance) to do cancellation process, but it just affects for the payment status only, meaning payment and payment tender status become cancel but the payment amount for the related bill is still not deducted. The bill is still in status "Fully Matched". Seems the financial transaction for payment cancellation is not created. Any idea about this ?
    Thank you,
    Taufix

    You must use a Business Service to perform such actions, although there is no such default available even in the Demo data, follow below steps (assuming you are on CC&B 2.2.x or higher):
    - Create/Configure a Business Service using Service Program 'CILPTNDP - Cancel Payment Tender'.
    - Create/Configure a SS with following steps (SS Schema would contain the Payment Event Id):
    1. Invoke/read Payment Event and retrieve the PAY_TENDER_ID
    2. Invoke Business Service created above for each PAY_TENDER_ID by providing the Cancel Reason Code.
    - Expose above created SS as an XAI Inbound Service.

  • I have always used Nero wav editor to add eq, add volume and noralize recordings....do I have that feature in premier elements? and if so, where do I find it?

    I have always used Nero wav editor to add eq, add volume and noralize recordings....do I have that feature in premier elements? and if so, where do I find it?

    Zillenwater said: You can export a FLIP video clip using Picasa 3, and then bring it into Premiere Elements. The video and audio will successfully come in.
    Thanks much - this worked very well and was so easy. After spending hours looking at a lot of different converters and getting nowhere, I spotted this solution.
    I used Flip avi files directly from the camera, copied them into a folder that Picasa 3 could find, and then exported them. They showed up in my /My Documents/My Pictures/Picasa/Exported Videos folder as Windows Media Files (.wmv). I brought my test files into Premiere Pro 1.5, previewed them, placed them in the timeline and rendered them. they looked good here, so I exported my movie and the video looks pretty good, considering it was from the Flip.
    Picasa did something that a dozen other conversion programs couldn't get right (or at least I couldn't find the right combination of codecs and settings). It's a relief, alright, and information I'm happy to share.

  • Unable to use B2B Document Editor tool to create guideline from data file

    Does anyone successfully used the B2B Document Editor tool to generate the guideline doc from an HL7 data file ?
    I attempted to use the SpecGenerator feature of this tool to create a guideline from the "a01.xml" sample file in the HL7 tutorials (came with the B2B installation" and the wizard kept on giving me "parsing errors" message below
    "The data in the file could not be parsed. Please check the file to verify that it is valid and formatted correctly. This error can occur for one of the following reasons: A) The data file may be a Word document or have some other binary format. B) The envelope data may not be formatted properly. If this is an X12 data file, please verify that the ISA segment is the correct size (exactly 106 characters). If this is an EDIFACT data file, it must have either a UNA or begin with UNB. For other standards, verify that the envelope segments conform to the specified rules. C) The segment/record delimiters in the file are incorrect."
    Any idea why ? I did not alter the sample file in anyway -- its format is exactly the same as when it was installed.
    Any helps are appreciate !!

    Hi,
    I would suggest that you learn the B2B product starting with the HL7 tutorial. Start by importing the export files and follow the instructions to make the system work end to end.
    Next, you want to configure for the HL7 tutorial manually using the ecs and xsd files provided in the HL7 tutorial directory. Again, ensure that the system work end to end after you have done the manual configuration.
    Next, you create a new ecs and xsd file using the Document Editor from scratch and use them in your manual configuration. You can use the same doctype and version as in the tutorial so that you can be familiar with the Document Editor and at the end of this exercise, you know you have done things properly if the system works end to end. The documentation for Document Editor is mainly in the Windows Help section.
    After the incremental steps above, you will have the knowledge to implement the document type and version of your project. Going straight into the requirements in your project makes it difficult to debug because they are too many moving parts.
    Hope this helps,
    Eng

  • When attempting to use Lightroom external editor program to edit a photo in Photoshop Elements 10, the photo does not open / appear on photoshop elements screen.  I don't have any problem with this when using Photoshop Elements 6 or Photoshop CS.  I'm usi

    When attempting to use Lightroom external editor program to edit a photo in Photoshop Elements 10, the photo does not open / appear on photoshop elements screen.  I don't have any problem with this when using Photoshop Elements 6 or Photoshop CS.  I'm using a Mac with Mountain Lion OS.  Any solutions?

    Adobe now hides the editor - what looks like it is not - you want the editor hidden in the support folder - see http://forums.adobe.com/message/3955558#3955558 for details
    LN

  • I need to use the PDF editor so I can sign or edit documents already on pdf format. Please advise?

    I need to use the PDF editor so I can sign or edit documents already on pdf format. Please advise?

    As per my understanding , To disable the field RV45A-KWMENG based on the condition for Transaction VA01/VA02.
    The conditions which i need to check is Order Type and item category.
    I understand that this is the code which i need to insert for disabling the field but i have a question here, where is the condition here and how the system understand for this field RV45A-KWMENG it has to disable. I think we need give the condition as if RV45A-KWMENG....... Another one if iam not wrong we need check that it has to be done in VA01 and VA02 then only this condition should be executed.
    IF VBAK-AUART EQ 'XXX' OR VBAP-PSTYV EQ TANN .
    IF SCREEN-NAME = 'XXX'.
    SCREEN-ACTIVE = 0
    ENDIF.
    ENDIF.
    Please suggest me the better way how can i do it in the coding.
    Awaiting for ur prompt reply.

  • Using Rich text editor appends br tag at the last to the content.

    Using Rich text editor appends <br> tag at the last to the content. This does not happen in chrome. I am using v31.0 on ubuntu which seems to be the latest.

    What editor are you using? What are you trying to edit?
    What web site?

  • Issue with Capturing Long text using CALL METHOD EDITOR- GET_TEXT_AS_STREAM

    HI Experts,
    Standard Long text is capturing using CALL METHOD EDITOR->GET_TEXT_AS_STREAM
         but not working for Custom Long text – Only changes
    Here is the Issue:
    1)      Created Custom Long text in TAB. --> Good
    2)      Entered few lines in custom Long text  --> Good
             Click on Standard Tab , Leaving Custom tab and Custom Long text-->Good
    4)      In PAI of Custom Tab – Changes captured using CALL METHOD 1 ( See below Code 1)--> Good
    5)      Entered few lines in Standard Long text in Standard Tab -->Good
    6)      Click another Standard Tab
    7)      In PAI of Standard Tab – Changes captured using CALL MEHTOD 2 ( See Below Code 2)-->Good
    8)      Come back to Standard Tab / Standard Long Text , Enter few more lines.
    9)      Change the Tab , IN PAI of Standard Tab/Standard Text , Changes Captured using CALL METHOD2 ( See Below CODE 3) --> Good
    10)   Go to Custom Tab , Custom Long text , Entered few more lines--> Good
    11)   Click on any other tab, Triggered again PAI of Custom tab / Custom Long text using Call Method1 ( See Below Code 4) -->Good triggered PAI same CALL METHOD TEXT_EDITOR1->GET_TEXT_AS_STREAM.
    12)   But additional lines are not captured , saying ZERO LINES in Internal Table and IF_MODIFIED = NO  -->Issues lies here.
    CODE1 ( Custom Long text entry capturing – First Few Lines )
    Custom Long text Entries are stored in LS_OUTTAB-TEXT first time when entered few lines and LV_MOD is 1.
    PAI of Custom tab
    CALL METHOD TEXT_EDITOR1->GET_TEXT_AS_STREAM
            EXPORTING
              ONLY_WHEN_MODIFIED     = CL_GUI_TEXTEDIT=>TRUE
            IMPORTING
              TEXT                                       = LS_OUTTAB-TEXT ( FIlled with Lines entered in custom long text )
              IS_MODIFIED            = LV_MOD ( Value 1 , Modified )
            EXCEPTIONS
              ERROR_DP               = 1
              ERROR_CNTL_CALL_METHOD = 2
              OTHERS                 = 3
    CODE2 ( Standard Long Text Entry Capturing – First Few Lines )
    Standard Long text Entries are stored in SELECTED_TEXT first time when entered few lines and FLAG_MODIFIED is 1.
    PAI of Standard tab
       CALL METHOD EDITOR->GET_TEXT_AS_STREAM
          EXPORTING
            ONLY_WHEN_MODIFIED = YTRUE ( Value 1 , Modified )
          IMPORTING
            TEXT                               = SELECTED_TEXT ( FIlled with Lines entered in standard long text )
            IS_MODIFIED        = FLAG_MODIFIED.
    CODE 3 ( Standard Long Text Entry Capturing – Second time Few Lines )
    Standard Long text Entries are stored in SELECTED_TEXT  second  time when entered few lines and FLAG_MODIFIED is 1.
    PAI of Standard tab
       CALL METHOD EDITOR->GET_TEXT_AS_STREAM
          EXPORTING
            ONLY_WHEN_MODIFIED = YTRUE
          IMPORTING
            TEXT                               = SELECTED_TEXT ( FIlled with Lines entered in standard long text )
            IS_MODIFIED        = FLAG_MODIFIED. ( Value 1 , Modified )
    CODE4 ( Custom Long text entry capturing – Second Time Few Lines )
    Custom Long text Entries are not stored in LS_OUTTAB-TEXT Second Time when entered few lines and LV_MOD is 0.
    PAI of Custom tab
    CALL METHOD TEXT_EDITOR1->GET_TEXT_AS_STREAM
            EXPORTING
              ONLY_WHEN_MODIFIED     = CL_GUI_TEXTEDIT=>TRUE
            IMPORTING
              TEXT                                       = LS_OUTTAB-TEXT  ( ZERO ENTRIES )
              IS_MODIFIED            = LV_MOD   ( NOT MODIFIED Flag )
            EXCEPTIONS
              ERROR_DP               = 1
              ERROR_CNTL_CALL_METHOD = 2
              OTHERS                 = 3
    Can anyone help me out of this.
    With Regards,
    Bala M

    Excellent Eitan,
    Here is what I am trying to Achieve.
    In Create Notification IW21 , They need 5 Long Text in Custom Tab ( Say Tab Name is MBR ).
    TAB1 NOTIFICATION Standard Information , TAB2 REFERENCE OBJ , TAB 3 MalFunction , Breakdown Standard one...... TAB 7 ( Custom Tab ).
    In Custom Tab , I added 5 LONG TEXT ( its 5 WHY Concept ).
    When the User enters data in 5 Long text , it should store long text along with Notification number when save.
    But Notification number will be generated @ the time of SAVE , but before that its just shows as
    %0000000001 ( and Number will be generated 1000065479) at Save.
    How to achive this .
    I did this:
    Added 5 Custom Container. and In PBO / PAI
      PROCESS BEFORE OUTPUT.
    MODULE STATUS_0100.
    PROCESS AFTER INPUT.
    MODULE USER_COMMAND_0100.
    IN PBO
       CREATE OBJECT TEXT_EDITOR1 ,    CREATE OBJECT TEXT_EDITOR2,    CREATE OBJECT TEXT_EDITOR3 like wise 5
       CALL METHOD TEXT_EDITOR1->SET_TEXT_AS_R3TABLE ,    CALL METHOD TEXT_EDITOR2->SET_TEXT_AS_R3TABLE .. Like wise 5 , So when the user Click on Custom Tab ( MBR ).
    It give 5 Long text.
    When he click tab1 or tab2 or tab3 .. and again tab MBR , still data is available.
    How to store this data for future retrival ( IW22 or IW23 ) ?
    Its working fine when I enter first time and goes here and there and finall save .
    IN SAVE BADI , I imported the Long text and created Standard Text SO10 with Notification Number with LONG1 , LONG2 .. means 1000065479LONG1 as standard text.
    But not working when I entered first time and go to tab1 and tab2 and then to MBR tab and added few more lines , its not exporting full lines and in IMPORT ( SAVE BADI ) giving ZERO Lines.
    Please help and thanks for your quick response.

Maybe you are looking for

  • HT5826 How do I change the PDF file name and author?

    I can not seem to find how to change the title and author of a PDF file in ibooks on my mac.

  • HT1338 imovie keeps quiting and now it won't play my projects

    I think I deleted something I wasn't suppose to. I tried clearing space on my hard drive by deleting past events in my imovie folder. Now imovie quits unexpectedly and it won't play my projects. I try play one full screen and I just get a black scree

  • Not able to install windows 7 in G500.

    Hi Everyone,                           I bought a Lenovo essential G500 laptop today from flipkart (3rd gen I5, 4GB Ram, 500GB, DOS). I tried installing windows 7 home edition but it is not getting installed. When i try to select a drive to Install i

  • ECC 6.0 and Netweaver 7.3 BI across different OS

    Hello all, We are currently upgrading to ECC 6.0 EHP 5 on AIX/Oracle 11g. Our Business Intelligence team would like to run Netweaver 7.3 BI along with BOBJ 4.0 and Data Services 4.0 on Windows Server 2008. I was just wondering whether this was possib

  • Valid SOAP response

    Hi All, I have a problem with a webservice response. I need to invoke a webservice (binary implementation is different) that is located in two seperate servers (binary implementation is different). Each webservice has the same interface for both the