Runtime error in Visual Composer

I'm develping a Composite View in Visual Composer using BAPIs. I'm using BAPIs just because my SLD isn't ready to publish the enterprise services from ECC and SCM/APO. The main objective is learn how to use VC to create applications consuming data from BAPIs, Web Services, BI Query etc...
I developed a simple application using the bapi: BAPI_LOCSVAPS_GETLIST2 from sap APO.
Inputs ports:
        LOCATION_SELECTION - TABLE
        Input: LOGICAL_SYSTEM and MAX_NUMBER_OF_LOCATIONS - signal
The problem is the following: when only the out port ouput is used, there isn't any problem, and is possible to compile and deploy the Composite View and the output (NUMBER OF LOCATIONS FOUND) is correct.
But if I try to select some TABLE out port like LOCATION_TEXT, an error occurs in runtime (compile and deploy without problems): Connection Error: contact your system administrator: HTTP request error.
I tested the RFC Connections and also, tested the BAPI using the Test Data Service and all the tests were ok and that's why I don't know what is wrong. In design time there isn't any problem, instead in runtime the error mentioned above occurs.
EHP1 SP1 for SAP Netweaver 7.1
IE Version 7.0.6001.18000
Data Source :ECC and SAP APO u2013 In VC is used BAPIs, configured via RFC Destination
Thanks...
Edited by: Dario Oliveira on Apr 8, 2009 7:42 PM

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

Similar Messages

  • I loaded actions into my PSE 10, then when I restarted my PC (windows 7) and PSE 10 I got a Runtime Error (Microsoft Visual C    Runtime Library)

    I loaded actions into my PSE 10, then when I restarted my PC (windows 7) and PSE 10 I got a Runtime Error (Microsoft Visual C    Runtime Library)

    Are these actions you put into the C:\ProgramData\Adobe\Photoshop Elements\10.0\Photo Creations\photo effects folder?
    If so, did you delete both the
    ThumbDatabase.db3  in C:\ProgramData\Adobe\Photoshop Elements\10.0
    and
    MediaDatabase.db3 in C:\ProgramData\Adobe\Photoshop Elements\10.0\Locale\en_us
    after installing the actions?
    Then let the pse 10 editor run for about 10 to 20 minutes to rebuild the effects database.

  • I am recieving a runtime error microsoft visual c++ terminate in an unusaual way

    I am recieving a runtime error microsoft visual c++ terminate in an unusaual way

    Check the user tip below.
    https://discussions.apple.com/docs/DOC-6562

  • Deployment error in Visual Composer

    Hi,
    While deploying a model in SAP Newtweaver visual composer , I get the following error . Can anyone how to fix this error?
    Portal Request Failed:
    (WD deployment failed. Consult log file for details)
    Also, how do I access the log file?
    regards,
    subram

    thanks for the reply. I followed all the instructions as in SDN thread.
    Now I get  " Nothing to Deploy" . I used iview as "Primary Window" and used compiler runtime as "Webdynpro". I created new iviews and tried to deploy them. I am getting  " Nothing to Deploy" every time.
    regards,
    subram

  • Runtime Error - Microsoft Visual C++ Runtime Library

    Each time I login to my Windows Server 2012 machine, after few minutes I keep getting the Runtime Error, even if I close the dialog box, it keeps repeating for 3-4 times.
    Below is the error description
    Runtime Error!
    Program: C:\Windows\system32\wbem\wmiprvse.exe
    This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information.
    Can somebody help on this?
    Thanks,
    Vishwanath

    Hi Vishwanath,
    Based on my research, this issue could be caused by missing or corrupt system files, please try to run the "sfc /scannow" without the quotes in cmd to fix it.
    If this can not work, please also check this forum to fix:
    Need fix for Microsoft Visual C++ Runtime Library Runtime
    Error
    Best Regards,
    Anna

  • Runtime error in Visual C++ 2008 and 10.2.0.1.0 Express with getString()

    Hi,
    My configuration:
    Database: 10.2.0.1.0 Express
    Libs: OCCI 10.2.0.3.0 (patch 13) libraries for Microsoft Visual C++ 8
    IDE + Compiler: Visual C++ 2008 - 9.0.30729.1 SP
    I run into trouble with the following piece of code:
    stmt = con->createStatement("select 'XXXXXXXXXXXXXXXX' /* 16 */ from dual");
    res = stmt->executeQuery();
    res->next();
    std::string rs = res->getString(1); // <-- Causes a runtime error!
    The following code works fine:
    stmt = con->createStatement("select 'XXXXXXXXXXXXXXX' /* 15 */ from dual");
    res = stmt->executeQuery();
    res->next();
    std::string rs = res->getString(1);
    Obviously, the length of the selected string is an issue.
    Many thanks in advance.

    Hi,
    My configuration:
    Database: 10.2.0.1.0 Express
    Libs: OCCI 10.2.0.3.0 (patch 13) libraries for Microsoft Visual C++ 8
    IDE + Compiler: Visual C++ 2008 - 9.0.30729.1 SP
    I run into trouble with the following piece of code:
    stmt = con->createStatement("select 'XXXXXXXXXXXXXXXX' /* 16 */ from dual");
    res = stmt->executeQuery();
    res->next();
    std::string rs = res->getString(1); // <-- Causes a runtime error!
    The following code works fine:
    stmt = con->createStatement("select 'XXXXXXXXXXXXXXX' /* 15 */ from dual");
    res = stmt->executeQuery();
    res->next();
    std::string rs = res->getString(1);
    Obviously, the length of the selected string is an issue.
    Many thanks in advance.

  • Runtime Error R6034 visual C++ library

    This Program C:\  Program file (X86) R 6034 Microsoft Visual C++ Runtime Library error keeps coming up when I start up my computer,   Note I am running Windows 7   How do I fix this?  Thank you.

    Hi,
    A runtime error is a software or hardware problem that prevents a program from working correctly. Runtime errors might cause you to lose information in the file you're working on, cause errors in the file (corrupt the file) so you can't work with it, or
    prevent you from using a feature. Unlike stop errors, runtime errors don't typically cause Windows or a program to stop working.
    1. I would suggest you to try the steps from the following link:
    http://windows.microsoft.com/en-US/windows7/What-is-a-runtime-error
    2. I would suggest you to run SFC scan.  SFC scan will scans all protected system files and replaces incorrect versions with correct Microsoft versions.
    How to use the System File Checker tool to troubleshoot missing or corrupted system files on Windows Vista or on Windows 7
    http://support.microsoft.com/kb/929833
    3.  I would like to suggest you boot in Clean Boot Mode to check the issue. 
    How to perform a clean boot to troubleshoot a problem in Windows 8, Windows 7, or Windows Vista
    http://support.microsoft.com/kb/929135
    If the issue disappears in the Clean Boot environment, we can use a 50/50 approach to quickly narrow down which entry is causing the issue.
    Meanwhile, you may refer to the links below to check the issue:
    C Run-Time Error R6034
    http://msdn.microsoft.com/en-us/library/ms235560(v=vs.90).aspx
    Hope it helps.
    Regards,
    Blair Deng
    Blair Deng
    TechNet Community Support

  • Error in visual composer

    HI Friends,
    I downloaded "SAP NetWeaver 2004 Java Trial Version" from sdn and installed on my laptop. In <b>"Administration"</b> user there is <b>"pcd:portal_content/com.sap.gm.cnt/core/VCRole"</b> role assigned to user. When accessing http://localhost:50200/vc, I am getting error 404 not found, The requested resource does not exist.
    Can anyone please help me.

    Hello,
    do you get the login screen or only the blank page?
    I've searched the SDN for "Visual composer blank page" and found those 3 things:
    1. SAPNote: 954467
    +In Visual Administrator -> Services -> "HTTP Provider" -> Properties . Add the following to property Mime: {.htc,text/x-component}
    Close all open browsers and clean the client cache. Try to reload Visual Composer. If it still does not work, restart J2EE.+
    2. This thread -->
    Hope it helps.
    Regards,
    Norman Schröder

  • WebDynpro runtime mode in Visual Composer

    We are unable to create and deploy Visual Composer projects with WebDynpro runtime mode due to we unable to see any datasource of systems in "Find Data Service" area.
    In the same time when we use Flex runtime mode BAPIs in "Find Data Service" apears.

    Sorry, I mean WebDynpro runtime in Visual Composer
    I've found the solution.
    WebDynpro only supports Webservices as datasource.
    See also note 950492
    RFCs
    However, if you uncheck mask unsupported features under Tools -> Options, and then deploy, BAPIs will also work to a certain extent.
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/vc/flashvs.WebDynpro

  • Error in Visual Composer - winsvc.exe

    Hello. I have installed Visual Composer 6 and Service Pack 2. However when I connect to my portal(6.4 stack 4) I get the following error:
    Error winsvc.exe?get=1846140
    It is installed on a windows 2000 server and IIS version 5.
    Please help.
    Pete

    Hi Pete,
    It seems that you haven't install one of the Visual Composer prerequisites - SVG Viewer 3.0, it should be installed on the machine you use to connect to the Visual Composer. you can find it in the Adobe site.
    Regards,
    Lisi

  • Webservice system error in visual composer

    Hi,
    I am facing a problem with respect to using a webservice in my Visual Composer application. I have defined the webservice system with a WSDL url in the visual administrator giving the required login credentials. I am trying to access the entire function group that contains some BAPI's. When i access this system in my Visual Composer, i can see the entire list of BAPI's that it contains converted as web services. But, when i try to drag any of the BAPI's i get the following error
    <b>Failed to fetch Metadata.</b>
    Portal Request failed due to: Operation
    not found.
    Now when i put the same WSDL in my browser, the list of services can be clearly seen. Any solutions to this?

    Hi Mario,
    The problem is solved now. We cannot drag a webservice system directly into a layer in VC but first needs to be dragged on to your story board and from there into the desired layer!!! I am not sure why this occurs but my colleague here found this out. But now i get the error Portal Request Failed (Could not execute web service operation). i checked the following link
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/vc/portalRequestFailed&
    The BAPI that iam testing as a webservice has one fo the  input in the form of a object, to be specifc a HROBJECT whose structure contains 3 components. Can this be the cause of the problem?
    Thanks and Regards,
    Arun EV

  • Windows 7 Runtime Error Microsoft Visual C + +

    When i turn on my computer and let everything load, i get a message saying, Runtime Error. I didnt pay much attention to it until yesterday. I  tried channging the password on my desktop. When i clicked "change your windows password" absolutely nothing happend. I also noticed that several other functions do not work such as windows gallery, camera, or camcorder. im not sure how to fix this problem and ive done a reboot in safe mode, virus scans, and deleted a few downloaded programs but nothing seems to fix the problem. i mainly use my computer to surf the web and store music and photos. 
    I have the HP touchsmart 300. Running windows 7 homepremium. 
    Please help. Any questions just ask. 

    Hello dtovar11,
    You’re getting a runtime error.
    Open up command prompt and run the following command SFC /scannow.
    This will scan the system files and correct any errors that it can.
    Here is a link to command prompt.
    When you go to open command prompt, right click and run as administrator.
    If it has not been too long since the problem started, you can run a system restore.
    This will take the system back to when everything was working correctly without affecting your personal files.
    Here is a link on how to do a restore.
    Let me know how everything goes.
    Have a good day.

  • Ipcu error: Runtime Error on Visual C++ runtime library

    Hi, I'm new to iPhone Configuration Utility on Windows. I just downloaded the latest version and installed after installing the latest version of iTunes and rebooting. I'm on Windows 7 Pro, 64 bit.
    When starting ipcu, I get a dialog titled: Microsoft Visual C++ Runtime Library and text of
    Program: C...
    R6034
    An application has made an attempt to load the C runtime library incorrectly.
    Please contact the application's support team for more information.
    I click OK and get ...
    an iPhone Configuration Utility dialog that says:
    iPhone Configuration Utility failed to locate 'Apple Mobile Device Support'. Please reinstall iPhone Configuration Utility. You can download iPhone Configuration Utility from ....
    I click OK and get the same Visual C++ dialog again.
    I click OK and then it shuts down.
    Everything appears to be installed. There is no ipcu.log created in C:\Program Files (x86)\iPhone Configuration Utility
    Ideas?

    when itry run form give me error
    Visual c++ runtime library assertion failed
    xperssion result ==utjer_success
    frm_10039 : unable to startup the from builder.
    why? I don't know if this is the same issue, but we receive the same error if trying to "run" a form on a client machine that has an unpatched version of the Forms Runtime, but the Form was created with a Patched version and uses certain functionality such as a Treeview. The solution for us was to Patch the client version, and everything worked fine.
    Hope this helps.

  • Runtime Error - Microsoft Visual C++

    Guys,
    Trying to install Robohelp 9.0 for our users.  Robohelp works fine, its just Robohelp for Word does not work at all and throws up an error every single time.  We have applied the 9.0.1 patch also. These are Dell 980 boxes with Windows 7 64bit - Office 2007. 
    We are admins and have installed, and Robohelp for Word works fine for us admins.  However, when a user logs in and launches Robohelp for Word, they always get a "microsoft visual C++ runtime library error".  Every single time. 
    We have uninstalled, made the user an admin, logged in as them and installed only to get the same result.
    Is it something in the appdata folder?  Some kind of permissions somewhere since us admins can launch Robohelp for Word, but a general user (even with admin priv's) cannot?
    Thanks for any info!

    Hi there
    Perhaps you might also give some thought to abandoning use of RoboHelp for Word and instead consider using RoboHelp HTML?
    Pretty much the only reason I would ever consider advising folks to use RoboHelp for Word would be if they were a holdout and still creating WinHelp. Nearly everything these days is HTML based and if what you will be creating is also HTML based, it would behoove you to seriously consider using RoboHelp HTML as you will find yourself frustrated with trying to do things using RoboHelp for Word that are stupid simple in RoboHelp HTML.
    Just a thought to consider... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Error VC(Visual Composer)

    Dear Experts.
    I am working with SAP NW 7.4 However with execute the following link for migrate customer development(file PAR), the system genera a dump(Log portal)
    http://hostname:port/irj/servlet/prt/portal/prtroot/com.sap.portal.runtime.system.console.ArchiveUploader
    Invalid Response code (401). Server [http://hostname:50013/SAPControl.cgi] returned message [Unauthorized]. Http proxy info:  none
    [EXCEPTION]
    com.sap.engine.services.webservices.espbase.client.bindings.exceptions.TransportBindingException: Invalid Response code (401). Server [http://hostname:50013/SAPControl.cgi] returned message [Unauthorized]. Http proxy info:  none
    What is the cause of this error?
    Thanks
    Regards

    I dont know if the error is with VC,
    I only need that the page work fine for migrate the develoment created with SAP NW 7.01
    When I execute the link with my hostname and port the system not work and show this message of error.
    http://hostname:port/irj/servlet/prt/portal/prtroot/com.sap.portal.runtime.system.console.ArchiveUploader
    Regards

Maybe you are looking for

  • IPod working, but no sound

    I have a 30gb video ipod. Up until about 2 weeks ago, I used it with great results in my car, with an itrip and at home on an iboom. Then it just stopped working. The strange thing is, it is not a hardware problem, because when I connect it to either

  • Exchange Difference

    Hi All, How do we track the Exchange differences / Forex Gain / Loss. In SAP we enter the Exchange rate in Administration Module, at the time of  Transaction, if we enter the different rate then SAP is taking the Exchange rate from Administration Mod

  • Megastick 256 - Yes or No

    Hya Looking at getting one of these for my birthday. Wife says limit £100 so i have decided on the Megastick 256 (will be useful for work CAD Tech). Worries me seeing so many bad things, and no good points. I have the Nforce2 Ultra Chipset on my K7N2

  • MSS Team calender problem  - Manager's Assistant

    Hi I am putting together an MSS role for Personal Assistants of managers....ie instead of using chief positions as standard I'm creating new OADP entries and assigning them to iViews (eg attendanceoverview)....all good until I came to the Team Calend

  • Field level Validation in ADF

    Hi, We have some forms and we want to implement validation on field level. Means, as soon as i enter a value and move to next field, if the value entered is not as per desired regular expression than it should show the error. What i am trying is appl