WD4VCRuntimeException

Hi SDN,
I am trying to consume rfc and diplay in VC NWDS..Here my problem is when i am trying to exceute the Browser Version of Visual Composer it is working fine.But when I am using Developer Studio Version of Visual Composer for the same application...
it throws below Exception...
com.sap.tc.wd4vc.intapi.info.exception.WD4VCRuntimeException: Invalid infoactor. XGLInfoactor - RemoteFunction not found
/Detail Exception log/
com.sap.tc.wd4vc.intapi.info.exception.WD4VCRuntimeException: FAILED: process plan id: HW action: USER:SUBMIT
  at com.sap.tc.wd4vc.util.java.log.MessageManager.raiseException(MessageManager.java:134)
  at com.sap.tc.wd4vc.xglengine.java.XGLInterpreter.processPlan(XGLInterpreter.java:1305)
  at com.sap.tc.wd4vc.core.xgl2_2.xglengine.java.XGL2_2Interpreter.processAtomicActionCall(XGL2_2Interpreter.java:573)
  at com.sap.tc.wd4vc.core.xgl2_2.xglengine.java.XGL2_2Interpreter.processActionCall(XGL2_2Interpreter.java:499)
  at com.sap.tc.wd4vc.core.xgl2_2.xglengine.java.XGL2_2Interpreter.processAction(XGL2_2Interpreter.java:352)
  at com.sap.tc.wd4vc.xglengine.XGLEngine.processAction(XGLEngine.java:448)
  at com.sap.tc.wd4vc.xglengine.wdp.InternalXGLEngine.wdInvokeEventHandler(InternalXGLEngine.java:184)
  at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.invokeEventHandler(DelegatingComponent.java:237)
  at com.sap.tc.webdynpro.progmodel.components.Component.fireEvent(Component.java:486)
  at com.sap.tc.wd4vc.core.std.interactors.pane.wdp.InternalGenericPaneInterface.wdFireEventGenericEvent(InternalGenericPaneInterface.java:249)
  at com.sap.tc.wd4vc.core.std.interactors.pane.Generic.onActionGenericAction(Generic.java:354)
  at com.sap.tc.wd4vc.core.std.interactors.pane.Generic.onActionValidatingAction(Generic.java:378)
  at com.sap.tc.wd4vc.core.std.interactors.pane.wdp.InternalGeneric.wdInvokeEventHandler(InternalGeneric.java:171)
  at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:131)
  at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:72)
Please let me know what could be the problem....?
Regards
Rani

Marcel,
After doing some settings....Now I am getting the below error....
[#17]: SessionImpl::getContext():[get ctx. NamingException],cause=Exception during getInitialContext operation. Cannot establish connection to the remote server.
com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception during getInitialContext operation. Cannot establish connection to the remote server. [Root exception is com.sap.engine.services.security.exceptions.BaseLoginException: Exception in creating new RemoteLoginContext instance.]
     at com.sap.engine.services.jndi.InitialContextFactoryImpl.handleConnectionPropblem(InitialContextFactoryImpl.java:519)
     at com.sap.engine.services.jndi.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:380)
     at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
     at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:247)
     at javax.naming.InitialContext.init(InitialContext.java:223)
     at javax.naming.InitialContext.<init>(InitialContext.java:197)
     at com.sap.engine.services.dc.api.session.impl.SessionImpl.getContext(SessionImpl.java:181)
     at com.sap.engine.services.dc.api.session.impl.SessionImpl.<init>(SessionImpl.java:129)
     at com.sap.engine.services.dc.api.session.impl.SessionFactoryImpl.newSession(SessionFactoryImpl.java:38)
     at com.sap.engine.services.dc.api.impl.ClientFactoryImpl.createClient(ClientFactoryImpl.java:118)
     at com.sap.ide.eclipse.deployer.dc.DCClientImpl.<init>(DCClientImpl.java:67)
     at com.sap.ide.eclipse.deployer.dc.DCClientFactoryImpl.createClient(DCClientFactoryImpl.java:89)
     at com.sap.ide.eclipse.deployer.DeployerPlugin.getClient(DeployerPlugin.java:176)
     at com.sap.ide.eclipse.sdm.threading.DeployThreadManager.deploy(DeployThreadManager.java:251)
     at com.sap.ide.eclipse.sdm.threading.DeployThreadManager.deploy(DeployThreadManager.java:136)
Regards
Swathi

Similar Messages

  • Problem with JDBC results calling simple stored procedure in VC 7.0

    Hi all,
    I am building a simple VC model which calls a stored procedure on a JDBC database. I have created the system in the portal, defined the alias and user mapping, the connection test is fine and the VC "find data" lists my bespoke stored procedure.
    The stored procedure is :
    CREATE PROCEDURE dbo.dt_getBieUsers
    AS
    select * from dbo.emailuserlink
    GO
    When I test it using query analyser, it returns 3 records each with the two fields I expect - user and email address.
    I drag the model onto the workspace in VC and create an input form ( with just a submit button ). i drag the result port out to create a table. This has no fields in it.
    I build and deploy as flex and the app runs, I click the submit button and SUCCESS! I get 3 records in my table each with 2 fields. The data is all correct. The problem with this is the fields are determined at runtime it seems.
    I go back to the table and add 2 columns "email" and "address".
    i build and deploy and run the app. Again I get 3 records, but this time the contents of all of the rows is not data, but "email" and "address". The data has been replaced by the header texts in all of the rows.
    Can anyone help? Why isn't the data being put in my columns as I would expect?
    I tried to build and deploy the app as Web Dynpro rather than Flex to see if it was a bug in Flex. The application starts but when I click the submit button to run the JDBC stored procedure I get a 500 Internal Server Error
    com.sap.tc.wd4vc.intapi.info.exception.WD4VCRuntimeException: No configuration is defined for the entry JDBCFunction
        at com.sap.tc.wd4vc.xglengine.XGLEngine.createComponentInternal(XGLEngine.java:559)
        at com.sap.tc.wd4vc.xglengine.XGLEngine.getCompInstanceFromUsage(XGLEngine.java:362)
        at com.sap.tc.wd4vc.xglengine.XGLEngine.getCompInstance(XGLEngine.java:329)
        at com.sap.tc.wd4vc.xglengine.wdp.InternalXGLEngine.getCompInstance(InternalXGLEngine.java:167)
        at com.sap.tc.wd4vc.xglengine.XGLEngineInterface.getCompInstance(XGLEngineInterface.java:165)
    The JDBC connection I am using has a connection URL of jdbc:sap:sqlserver://localhost;DatabaseName=BIEUSERS
    and a driver class of com.sap.portals.jdbc.sqlserver.SQLServerDriver
    Can anyone solve my wierd problems?
    Cheers
    Richard

    Hi Richard,
    After you drag and drop the data service, right click on it and choose "Test data service". Then click on "Execute" and after you see the result on the right, click on "Add fields" button (inside the same window). Now you'll see that the fields are on the tabel. This is required only for JDBC data services, since this data (how the resultset is built) is not know in DT and it needs to be run firest - then analysed and only then you have to add the fields to the table).
    Regards,
    Natty

  • HTTP Request Error

    Hi Iam using Flex to display pie chart in my application. Im
    getting the pie chart in Mozilla firefox but in IE iam getting Http
    Request Error. Iam giving the code what i wrote. Please find. can
    anybody help me in this? thanks
    mxml file
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="absolute" width="300" height="232" backgroundColor="white"
    usePreloader="true">
    <mx:Script>
    <![CDATA[
    import mx.messaging.channels.StreamingAMFChannel;
    import mx.charts.series.LineSeries;
    import mx.rpc.events.ResultEvent;
    import mx.rpc.events.FaultEvent;
    import mx.controls.Alert;
    import mx.controls.*;
    import mx.events.*;
    [Bindable]
    public var orXmlList:XMLList;
    [Bindable]
    public var orXml:XML;
    [Bindable]
    public var orderCount:String = "0";
    private function getOrXML():void{
    orRPC.cancel();
    orRPC.send();
    public function handleXML(event:ResultEvent):void
    orXml = event.result as XML;
    orXmlList = event.result.orderResultsData.order as XMLList;
    var orMetaString:String = "orMeta";
    orderCount = orXml.orderResultsData[0].orMeta[0].orderCount;
    public function handleFault(event:FaultEvent):void
    Alert.show(event.fault.faultString, "Error");
    ]]>
    </mx:Script>
    <mx:HTTPService result="handleXML(event);"
    fault="handleFault(event);" id="orRPC" resultFormat="e4x"
    method="POST" url="/global/corpOrderResults.csc"
    useProxy="true">
    </mx:HTTPService>
    <mx:PieChart x="0" y="46.95" id="orPieChart" width="168"
    height="126" dataProvider="{orXmlList}"
    creationComplete="getOrXML();" showDataTips="true">
    <mx:series>
    <mx:PieSeries nameField="name" field="count" />
    </mx:series>
    </mx:PieChart>
    <mx:Legend dataProvider="{orPieChart}" x="141.25"
    y="56.6" verticalGap="0"/>
    <mx:Label id="orInfoLabel" x="0" y="20.95" text="Orders
    updated in the last 30 days: {orderCount}" width="283.4"
    height="18"/>
    </mx:Application>
    Text
    And my JSp page is:
    <div id="flashcontent">
    </div>
    <script type="text/javascript">
    var so = new SWFObject("/global/flash/litigationByNoc.swf",
    "mymovie", "400", "200", "8", "#336699");
    so.write("flashcontent");
    </script>

    Hi,
    I have checked the logs. I am getting errors like the below:
    1.     com.sap.engine.services.servlets_jsp.server.deploy.impl.exceptions.WCEApplicationNotStartedException: The application [sap.com/com.sap.portal.ivs.iviewservice] is configured to have ALWAYS start up mode. Currently it is in STOPPED status - because of this it will not be started implicitly by the Web Container service and any internal operation that needed this application to be running will fail. There are two possible reasons for STOPPED status: 1) The application failed to start during cluster startup. 2) The application is stopped by system administrator.
    2.     .info.exception.WD4VCRuntimeException: FAILED: process plan id: generatedBindPlan_CWG_UI action: null
    3.     Thread HTTP Worker [2] failed to acquire exclusive lock on client session
    But the data is being processed by the code correctly. I tried printing the final values of the o/p and the values are as expected.

  • Dynamic Image Url html view

    Hi all,
    I am currentyl trying to display an image, which can be accessed by a http-url refering to an external server.
    The problem is, that that the displayed image is linked with the content...that means, that the image url has to be dynamic.
    Does anybody know how to solve this problem. I am currently mapping an url to the url-input of the html-view, but by starting the application the following error occurs:
    com.sap.tc.wd4vc.intapi.info.exception.WD4VCRuntimeException: No parser configuration entry for the tag HtmlView
    Does anybody know how to solve this problem?
    Thank you in advance.
    Kind regards, Patrick

    Hi Patrick,
    Are you still looking for the answer?
    Did you try the expression editor of the image control, where based on expression (ie., your content), image will be displayed.
    Are you storing the data (from where you pass the content to next UI component or next screen) in a data store; and taking the data store value in the expression editor of the image component?
    Let me know if it helps
    Regards,
    Vani

  • No configuration is defined for the entry BIWGMLQuery error

    Error Summary
    Hi,
    When I use the WebDynpro compiler, it compiles and deploys without error.  However, when I attempt to run the model in WebDynpro, I get the attached error message.
    It is imperative that we be able to use the Flash compiler going forward, rather than WebDynpro.
    See attached error message.
    While processing the current request, an exception occured which could not be handled by the application or the framework.
    If the information contained on this page doesn't help you to find and correct the cause of the problem, please contact your system administrator. To facilitate analysis of the problem, keep a copy of this error page. Hint: Most browsers allow to select all content, copy it and then paste it into an empty document (e.g. email or simple text file).
    Root Cause
    The initial exception that caused the request to fail, was:
       com.sap.tc.wd4vc.intapi.info.exception.WD4VCRuntimeException: No configuration is defined for the entry BIWGMLQuery
        at com.sap.tc.wd4vc.xglengine.XGLEngine.createComponentInternal(XGLEngine.java:559)
        at com.sap.tc.wd4vc.xglengine.XGLEngine.getCompInstanceFromUsage(XGLEngine.java:362)
        at com.sap.tc.wd4vc.xglengine.XGLEngine.getCompInstance(XGLEngine.java:329)
        at com.sap.tc.wd4vc.xglengine.wdp.InternalXGLEngine.getCompInstance(InternalXGLEngine.java:167)
        at com.sap.tc.wd4vc.xglengine.XGLEngineInterface.getCompInstance(XGLEngineInterface.java:165)
        ... 52 more
    Thanks,
    Visshwas

    Here i have attached the error messages.
    [http://tinypic.com/view.php?pic=2z4l6xi&s=5]
    [http://tinypic.com/view.php?pic=fjjpc3&s=5]
    Please help.
    Regards,
    Visshwas

  • Error when switching from flash to webdynpro compiler

    Hi,
    Deploying a VC application in flash works fine, but when I change the compiler to webdynpro I get the following error:
    The initial exception that caused the request to fail, was:
       com.sap.tc.wd4vc.intapi.info.exception.WD4VCRuntimeException: No parser configuration entry for the tag HtmlView
        at com.sap.tc.wd4vc.xglengine.java.XGLParser.getConfigEntryForParser(XGLParser.java:269)
        at com.sap.tc.wd4vc.xglengine.java.XGLParser.parseTag(XGLParser.java:298)
        at com.sap.tc.wd4vc.xglengine.java.XGLParser.parseContainersInternal(XGLParser.java:192)
        at com.sap.tc.wd4vc.xglengine.java.XGLParser.parseContainersInternal(XGLParser.java:143)
        at com.sap.tc.wd4vc.xglengine.java.XGLParser.parseContainersInternal(XGLParser.java:199)
        ... 72 more
    What do I have to change to make it work?

    Hi Peter,
    7.1 is much more suitable for what you're trying to do. VC 7.0 does not support SOA services, since it doesn't support complex and clustered services. I highly recommend using VC for CE. We have a ramp up for 7.1.1 (EhP1 for 7.1) which is much better than 7.1 alone. Please let me know if you want to get some more info about joining the ramp up and I'll connect you with the right people.
    Best regards,
    Natty

  • Parser entry error

    Hi:
    Could anybody please help me out debugging this error , while i am deploying my model in visual composer webdynpro setting ( compiler setting).
    Error: WD4VCRuntimeException: No parser configuration entry for the tag Invoke
    I am using events in my model.

    Hi,
    i've read the following wiki entry https://wiki.sdn.sap.com/wiki/display/VC/WD4VCRuntimeException
    But, we're using 701 SPS 05 and we've got the same error message!
    How can we remove this old error? (from 2007)
    Any idea?
    Thanks and regards Tobias

  • RuntimeError Web Dynpro

    By using Web Dynpro in Visual Composer and deploying the model I get a Runtime Error "WD4VCRuntimeException".
    Do anybody knwo how I can solve this problem?

    Hi,
    I think "Implementing a GP Interface" makes no sense in this case. Take a look at <a href="https://www.sdn.sap.com/irj/sdn/wiki?path=/display/vc/limitationsofWeb+Dynpro&">VC: Limitations of Web Dynpro</a>.
    It seems that Web Dynpro in VC is not supporting all kinds of services and functions.
    Regards,
    Christian

  • Errror while executing VC model compiled as WD Java

    Hi everyone,
    I'm composing a modelin VC 7.01 SP5.
    I compile it as WD Java but when I try to access it in the portal it arises this error:
    com.sap.tc.wd4vc.intapi.info.exception.WD4VCRuntimeException: No parser configuration entry for the tag Invoke
    at com.sap.tc.wd4vc.xglengine.java.XGLParser.getConfigEntryForParser(XGLParser.java:269)
         at com.sap.tc.wd4vc.xglengine.java.XGLParser.parseTag(XGLParser.java:298)
         at com.sap.tc.wd4vc.xglengine.java.XGLParser.parseTag(XGLParser.java:307)
         at com.sap.tc.wd4vc.xglengine.java.XGLParser.parseTopTag(XGLParser.java:239)
         at com.sap.tc.wd4vc.xglengine.java.XGLParser.parseController(XGLParser.java:225)
         at com.sap.tc.wd4vc.xglengine.java.XGLParser.parseXGLComponent(XGLParser.java:124)
         at com.sap.tc.wd4vc.xglengine.java.XGLParser.parse(XGLParser.java:83)
         at com.sap.tc.wd4vc.xglengine.java.XGLInterpreter.parseXGraphData(XGLInterpreter.java:151)
         at com.sap.tc.wd4vc.xglengine.java.XGLInterpreter.(XGLInterpreter.java:132)
         at com.sap.tc.wd4vc.xglengine.XGLEngine.start(XGLEngine.java:240)
         at com.sap.tc.wd4vc.xglengine.wdp.InternalXGLEngine.start(InternalXGLEngine.java:155)
         at com.sap.tc.wd4vc.xglengine.XGLEngineInterface.start(XGLEngineInterface.java:115)
         at com.sap.tc.wd4vc.xglengine.wdp.InternalXGLEngineInterface.start(InternalXGLEngineInterface.java:124)
         at com.sap.tc.wd4vc.xglengine.wdp.InternalXGLEngineInterface$External.start(InternalXGLEngineInterface.java:245)
         at com.sap.tc.wd4vc.launcher.LauncherView.start(LauncherView.java:414)
         at com.sap.tc.wd4vc.launcher.LauncherView.launchApplication(LauncherView.java:346)
         at com.sap.tc.wd4vc.launcher.LauncherView.getParameters(LauncherView.java:230)
         at com.sap.tc.wd4vc.launcher.wdp.InternalLauncherView.wdInvokeEventHandler(InternalLauncherView.java:173)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
         at com.sap.tc.webdynpro.progmodel.controller.Component.fireEvent(Component.java:285)
         at com.sap.tc.wd4vc.launcher.wdp.InternalLauncher.wdFireEventPassParameters(InternalLauncher.java:197)
         at com.sap.tc.wd4vc.launcher.Launcher.start(Launcher.java:200)
         at com.sap.tc.wd4vc.launcher.wdp.InternalLauncher.start(InternalLauncher.java:155)
         at com.sap.tc.wd4vc.launcher.LauncherInterfaceView.onPlugDefault(LauncherInterfaceView.java:100)
         at com.sap.tc.wd4vc.launcher.wdp.InternalLauncherInterfaceView.wdInvokeEventHandler(InternalLauncherInterfaceView.java:105)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingInterfaceView.invokeEventHandler(DelegatingInterfaceView.java:85)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.displayToplevelComponent(ClientComponent.java:162)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:375)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:782)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:302)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingPortal(ClientSession.java:761)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:696)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:253)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.clientserver.session.core.ApplicationHandle.doProcessing(ApplicationHandle.java:73)
         at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.sendDataAndProcessActionInternal(AbstractApplicationProxy.java:869)
         at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.create(AbstractApplicationProxy.java:229)
         at com.sap.portal.pb.PageBuilder.updateApplications(PageBuilder.java:1344)
         at com.sap.portal.pb.PageBuilder.createPage(PageBuilder.java:356)
         at com.sap.portal.pb.PageBuilder.init(PageBuilder.java:549)
         at com.sap.portal.pb.PageBuilder.wdDoInit(PageBuilder.java:193)
         at com.sap.portal.pb.wdp.InternalPageBuilder.wdDoInit(InternalPageBuilder.java:150)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java:108)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:430)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:362)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:782)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:302)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:741)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:694)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:253)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    If I compile it in Flash al works fine.
    ¿What component in the model should arise that error?

    Hi Andrew,
    Don't work with WD runtime. It doesn't support all the features you have in VC. Flex is best supported.
    Regards,
    Natty

  • WD4VC Callable Object: No parser configuration entry for the tag Invoke

    I am trying to use a Visual Composer model as a callable object. I can deploy OK (as a Web Dynpro model, having checked the copmiler options "Deploy Model with PAR" and "Add Guided Procedure information").
    When I try to test the Callable Object, I get the following error:
    com.sap.tc.wd4vc.intapi.info.exception.WD4VCRuntimeException: No parser configuration entry for the tag Invoke.
    No idea how to get around this.
    Any help greatly appreciated.
    Kind Regards,
    Tony.

    Hi Mario,
    We have only three runtime in VC 7.0
    1. XGraph
    2. Flash
    3. Webdynpro.
    In your blog on wiki Flex runtime is mentioned  as given below:
    Webdynpro runtime is not fully supported in NW04s and some tags may not be supported as stated in the error. The reccomendation is to use the flex runtime.
    Is Flex runtime and  Flash runtime is same ,
    I have tried to deploy the model in Flash runtime and  Portal runtime error ocurs by diasply renderning JSP Component,
    But when i deploy it in Webdynpro runtime , it works fine for displaying data in Table.But gives error :No parser configuration entry for the tag ChartView , when i used chart in place of table .
    Thanks.

  • No configuration is defined for the entry BIRGMLQuery

    Hi:
    I´m working with VC EHP1 SP4. I have my VC Iview working ok with a BI_Query with Compile Runtime=flash but when I change the compiler runtime to Webdynpro the following error is display at runtime::
    com.sap.tc.wd4vc.intapi.info.exception.WD4VCRuntimeException: No configuration is defined for the entry BIRGMLQuery
    I search all over SDN and marketplace but I can´t find where I have to do the configuration for the  BIRGMLQuery.
    Thanks a lot for your time.
    Rocío.

    Needed anymore

  • No parser configuration entry for the tag ChartView

    Hi All,
    We have created chartview in VC 7.0 but getting below error while deploying in webdynpro runtime.
    <b>com.sap.tc.wd4vc.intapi.info.exception.WD4VCRuntimeException: No parser configuration entry for the tag ChartView</b>
    Rohit

    Hi Mario,
    We have only three runtime in VC 7.0
    1. XGraph
    2. Flash
    3. Webdynpro.
    In your blog on wiki Flex runtime is mentioned  as given below:
    Webdynpro runtime is not fully supported in NW04s and some tags may not be supported as stated in the error. The reccomendation is to use the flex runtime.
    Is Flex runtime and  Flash runtime is same ,
    I have tried to deploy the model in Flash runtime and  Portal runtime error ocurs by diasply renderning JSP Component,
    But when i deploy it in Webdynpro runtime , it works fine for displaying data in Table.But gives error :No parser configuration entry for the tag ChartView , when i used chart in place of table .
    Thanks.

  • Running BI Query Error

    Hi, my Iview with BI Query compiles and tests fine, but when I run it I get the following error:
    The initial exception that caused the request to fail, was:
    com.sap.tc.wd4vc.intapi.info.exception.WD4VCRuntimeException: <b>No configuration is defined for the entry BIWGMLQuery</b>
    How can I find out what the problem is?  It was tough enough to find a problem with ABAP dumps, but know we have java dumps which seem impossible to read.
    Even searching oss on a main keyword turns up nothing.  Ex. BIWGMLQuery
    Can anyone help with this message?

    Hi Keneth...
         I have the same problem when I try to deploy my query in visual composer,
          *com.sap.tc.wd4vc.intapi.info.exception.WD4VCRuntimeException: No configuration is defined for the entry BIWGMLQuery*
    Could you help me, in the properties of the compiler I have selected the webdynpro option, because I need the buttoms to go from page to page in the tables.. and if i select just the option flash just I have one scroll in the Tables.
    Thank you very much.
    Regards,
    Leslie Denise

  • BPM VC

    I am trying to consume rfc and display in Developer Studio Version of Visual Composer ..Here my problem is when i am trying to execute the Browser Version of Visual Composer it is working fine.But when I am using Developer Studio Version of Visual Composer for the same application...
    it throws below Exception...
    com.sap.tc.wd4vc.intapi.info.exception.WD4VCRuntimeException: Invalid infoactor. XGLInfoactor - RemoteFunction not found
    Here my question is..In BPM Process if i want to map Human Activity to VC that UI should be developed  Browser Version of Visual Composer or Developer Studio Version of Visual Composer ???If browser version how we can map??
    Regards
    Swathi.

    Hi Swathi,
    Now I got you.
    When you want to integrate the VC application in the WD wrapper application the DC would need to be in your NWDI so that you can define the dependencies and use its interface(s). Thus I assume that you would need the "dev studio version".
    But then I see that you're facing the issue with the RFC.
    I will raise this internally to see if it is a limitation of the VC-WD-bridge of a functional problem.
    Thanks for letting us know,
    Martin

Maybe you are looking for