Sneak Preview - problems getting BAPI into VC

Hi everybody,
I installed Full Java Edition 2004s Release SAP NetWeaver 04s SP7 on Windows XP SP2 to test Visual Composer.
First I defined an R/3 System (4.6 C) in portal and did the user mapping for this system. For testing the connection to R/3 with the WinGUI I generated an iView. Using this iView to logon via SSO to the R/3 system with the mapped user-id and password worked fine.
Next step was to try out the bank example in Visual Composer. When seraching for bapis in the defined R/3 system Visual Composer got connection problems.
In R/3 system's log I found the request of Visual Composer. My user-id was transfered well but the password apparently wasn't. The errormessage in the log said, that there are problems with user-id or password.
After spending a lot of time with solving this problem by myself unsuccessfully I post this message and hope that anybody can help.
Michael

Hi Michael,
Please make sure you followed the steps below, as I faced similar problem, for accessing R/3 System Alias and BAPI's ofcourse on Visual Composer.
a. <b>Create a system alias from Administrator Login credentials on Portal (assume, you have done the same).</b>
b. Usermapping done for the System Alias with proper R/3 login credentials.
c. Now try to access the system alias created by reloging to VC and search for BAPI's.
For the query that you have posted, hopefully this should solve your problem.

Similar Messages

  • Web AS 6.40 Sneak Preview: Problems with monitoring Database with SQL Studi

    Hello!
    I'm new with SAP and SAP Web AS, and I installed the SAP Web AS 6.40 Sneak Preview recently. I'm exercizing with the tutorials, and in the Tutorial "Car rental Application", a "QCR_RESERVATION" database is created and deployed.
    The deployment worked fine, but I'm having problems accessing the SAP DB with SQL Studio.
    At first, I didn't find SQL studio in my SAP installation, so I installed it afterwards. I now tried to log on with the data mentioned in the tutorial (localhost, C11, SAPC11DB and "sap"), and got the error "Database not running (-709)". Looking at the SAP Management Console, I found a database with the name "J2E", so I tried this one.
    But now the problem is, that with user SAPJ2EDB and password "sap", I get the error "(-4008) Unknown username and password", and the same error with the combination "control", "control".
    What is my mistake? Could anybody give me a hint? Maybe there is something wrong with my Web AS 6.40 Sneak Preview Installation? I don't remember having changed any settings during installation ...
    Thank you in advance
    Bärbel Wolf

    Dale, thank you very much.
    Your hint really is useful, I know myself, I'd most probably need unlocking my admin user soon. )
    But nevertheless, I'm still looking for the right password for the database user "SAPJ2EDB".
    As I'm encountering problems with the "Quick Car Reservation" tutorial (the entity bean seems unable to access the database, too), I'd like to check the QCR_RESERVATION database with my SQL Studio. Maybe there's something wrong with it.
    Greetings
    Bärbel

  • NW04 Sneak Preview Problem

    I'm trying to install the Netwaver Sneak Preview but in one step stops with this error
    ERROR 2006-02-13 18:11:37
    CJS-00030  Assertion failed: in function sapdb_db_create(db_nm, db_host, db_ver) {    var dep_root = sapdb_inst_root(db_nm);    var sdb_i = new sdbInstance();    sdb_i.dbName = db_nm;    sdb_i.dbHost = db_host;    sdb_i.dbVer = db_ver[0] + "." + db_ver[1];    sdb_i.ctlUser = sapdb_get_db_user("CONTROL", db_nm, db_host);    sdb_i.ctlUserPasswd = sapdb_get_db_user_passwd("CONTROL", db_nm, db_host);    var actorObj = new SdbExtActor();    actorObj.setSdbInstance(sdb_i);    actorObj.setDbmCmd("DB_CREATE");    actorObj.setExecutable(sapdb_dbmcli_path());    actorObj.setDbRoot(dep_root);    var rv = actorObj.sessionExecute();    ASSERT(arguments.callee, rv == "OK", " SDB: ERROR CREATING DATABASE INSTANCE! Check the XCMDOUT.LOG FILE");    var creation_ok = false;    var i_size = actorObj.outSize();    for (var i = 0; i < i_size; i++) {        var s_line = actorObj.getOutputLine(i);        if (/OK/.test(s_line)) {            creation_ok = true;        }    }    ASSERT(arguments.callee, creation_ok, "SDB: ERROR WHILE DB INSTANCE CREATION! CHECK THE XCMDOUT.LOG FILE! ");} SDB: ERROR CREATING DATABASE INSTANCE! Check the XCMDOUT.LOG FILE
    Anyone knows how it can be fixed?
    Thanks!

    Hi Raja i got same problem as Juan Nale and the content of XCMDOUT.LOG is as follows
    > Subprocess starts at 20060225211352
    Execute Command : c:\sapdb\programs\pgm\dbmcli.exe  -R c:\sapdb\j2e\db db_create J2E CONTROL,CONTROL
    Execute Session Command : exit
    > Subprocess stops at 20060225211352
    ERR
    -24953,ERR_DBEXIST: database instance already exists
    Please give me other options if database instance already in this case.
    Best Regards
    Chandu.

  • Problem getting photos into an iPad Air

    I plug my previously working Apple Camera Adapter (holding SD card containing photos) into an 30-pin/lightning adapter and this assembly into my iPad Air (model MD786B/A) - but photos now don't show up to be transferred.  So how do I get photos into the iPad from an SD card ?

    1. Was the SD card used in a camera and is that how the photos got onto the card?
    2. Did you previously use the 30 pin SD Card Adapter with the 30 pin to Lightning Adapter successfully?
    The SD card readers (either 30 pin to SD Card adapter or the Lighting to SD Card Camera Adapter) are designed to be used with SD cards that have been formatted and used in a camera. The iPad expect to see a specific organization of the photos. First there must be a folder named DCIM. In side that folder photos must have specific naming structure. IMG_xxxx.jpg is correct where xxxx refers to a four digit number.

  • Problems getting data into a SET Column

    I am having a problem with the SET Column storing multiple days of the week.  When I submit the form, a link that says function.implode shows up at the top of the page and enters NULL in my Column.  Any ideas why?  I also had a lot of server side validation that was in this code.  I removed all of it thinking that might be the problem, but the same thing is happening either way.
    Here is the code:
    mysql_select_db($database_connRegister, $connRegister);
    $query_getusers = "SELECT * FROM users";
    $getusers = mysql_query($query_getusers, $connRegister) or die(mysql_error());
    $row_getusers = mysql_fetch_assoc($getusers);
    $totalRows_getusers = mysql_num_rows($getusers);
    $editFormAction = $_SERVER['PHP_SELF'];
    if (isset($_SERVER['QUERY_STRING'])) {
      $editFormAction .= "?" . htmlentities($_SERVER['QUERY_STRING']);
    if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "sign_form")) {
    if (isset($_POST['days_to_play'])) {
      $_POST['days_to_play'] = implode(',', $_POST['days_to_play']);
    } else {
      $_POST['days_to_play'] = 'Monday';
      $insertSQL = sprintf("INSERT INTO users (user_name, password, first_name, last_name, address, city, `state`, zip, phone_number, member_since, email, days_to_play, handicap, home_course, play_in_tournaments, casual_compet, hear_about_us, confirm_pass, site_city, text) VALUES (%s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s)",
                           GetSQLValueString($_POST['user_name'], "text"),
                           GetSQLValueString($_POST['password2'], "text"),
                           GetSQLValueString($_POST['first_name'], "text"),
                           GetSQLValueString($_POST['last_name'], "text"),
                           GetSQLValueString($_POST['address'], "text"),
                           GetSQLValueString($_POST['city'], "text"),
                           GetSQLValueString($_POST['state'], "text"),
                           GetSQLValueString($_POST['zip'], "int"),
                           GetSQLValueString($_POST['phone_number'], "text"),
                           GetSQLValueString($_POST['member_since'], "defined", 'NOW()'),
                           GetSQLValueString($_POST['email'], "text"),
                           GetSQLValueString($_POST['days_to_play'], "text"),
                           GetSQLValueString($_POST['handicap'], "int"),
                           GetSQLValueString($_POST['home_course'], "text"),
                           GetSQLValueString($_POST['play_in_tournaments'], "text"),
                           GetSQLValueString($_POST['casual_compet'], "text"),
                           GetSQLValueString($_POST['hear_about_us'], "text"),
                           GetSQLValueString($_POST['confirm_pass'], "text"),
                           GetSQLValueString($_POST['site_city'], "text"),
                           GetSQLValueString($_POST['text'], "text"));
      mysql_select_db($database_connRegister, $connRegister);
      $Result1 = mysql_query($insertSQL, $connRegister) or die(mysql_error());
      $insertGoTo = "golferstats.php";
      if (isset($_SERVER['QUERY_STRING'])) {
        $insertGoTo .= (strpos($insertGoTo, '?')) ? "&" : "?";
        $insertGoTo .= $_SERVER['QUERY_STRING'];
      header(sprintf("Location: %s", $insertGoTo));

    Yes, I had actually already caught my mistake before you sent this.  It is
    working now.  I have 2 more unrelated questions that can't seem to find in
    your book.
    #1 - I have an updated page separate from the user input page and I want it
    to populate the days_to_play record when they open update so they can edit
    these days if they want.  I can't get it to show what is already selected.
    #2 - I have quotes that appear on the page and it works fine and selects
    them randomly when the page is accessed, but I want to add a picture(s).
    How can I add pictures to a database table and get them to display randomly
    with the text I already have?
    Thanks for your help.  I am enjoying the book!

  • PROBLEM GETTING PDF INTO DREAMWEAVER

    I tried to place a copy of a PDF in my site Folder using copy and and paste but the paste is field protected.
    I made sure pdf title was in all lower case. What am I doing wrong that I can n
    ot use copy and paste? 
    Any other suggestions as to how I can get pdf file into dreamweaver site folder?
    Ok. Please excuse my format and lack of info until I get comfortable with this site and please don't hesitate to tell me what I am doing wrong on this site - in a nice way I hope.

    HTML is a web document.  PDF is a print document and must be treated as a separate media file.  The best you can do is provide a direct link to the PDF file on your server. 
    If the end user has Acrobat Pro or Acrobat Reader and the necessary browser plug-ins, they can usually click the link and the PDF file will launch in their browser.  If not, they won't see anything unless they download the file and open Acrobat or some other PDF application.
    Nancy O.

  • SDM.jar Error when installing NW04 Sneak Preview in Phase 9

    When installing the SP11 NW04 Sneak Preview I get on Phase 9 of the installation the error:
    Unable to access jarfile C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST/installsdm/SDM.jar
    The mentioned directory is indeed empty. On the downloaded distribution I cannot find a file called SDM.jar.
    Any ideas?

    Hello,
    I have the same problem and rebooting doesn't solve this mess:
    WARNING 2006-02-22 15:26:14
    Execution of the command "C:\j2sdk1.4.2_10/bin/java.exe '-Xmx64M' '-Djava.ext.dirs=C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST/installsdm/libs' '-jar' 'C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST/installsdm/SDM.jar' 'autoinstall' 'sdmHome=C:\usr\sap/J2E/JC00/SDM/program' 'popDir=C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST/installsdm' 'sdmRoot=C:\usr\sap/J2E/JC00/SDM/root' 'javaHome=C:\j2sdk1.4.2_10' 'Sdmadminport=50017' 'Sdmguiport=50018' 'Sdmhttpport=50019' 'extractpackedinst=true'" finished with return code 1.
    Output: Unable to access jarfile C:\Programme\sapinst_instdir\NW04SR1\WEBAS_COPY\ONE_HOST/installsdm/SDM.jar
    Where can I find or download this sdm.jar file?
    Thanks in advance
    Thomas

  • Problems with planning function in sneak preview J2EE

    Hi all,
    I have a 2 systems environment with sneak preview J2EE and ABAP on my notebook. I configured SLD, JCo and in the 2004s with ta SPRO the planning function.
    I can connect with ta RSPLAN to the J2EE server, but I get the error message:
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: no jcoMetadata found for RFC function 'RSPLSDOKU_LINK_GET'! Please verify, that your model is consistent with the ABAP backend: 'NSP'.
    The testing of the JCo connections is positiv, i.e. there is a connection between the J2EE and the ABAP system already defined. Is tehre anything missing?
    any help appreciated

    I don't know if you ever resolved this, but you may just ned to change a setting on your query properties.  When data is entered into planning layouts and saved, that data is put into a "yellow" request in the underlying infocube. 
    Until the necessary volume of data is posted which causes this to change to "green", it remains yellow.  Note that this request could also be changed to green several ways.  i.e. manually, by flipping the "real-time infocube behavior" switch, etc. 
    Anyway, as long as it "yellow" your query, by default will not consider it, unless you change it's properties to tell it to consider "yellow" requests.  This can be done via RSRT and pressing the "properties" button.  Choose request status "2" and your problem should be solved

  • Pls F1.. problem with NW sneak preview installation

    i just downloaded nw dev stu 2.0.7 sneak preview...successfully.
    now then..when i did try to install by executing SAPsetup.exe i get this msg
    "This application has failed to start because sapfeiut.dll was not found,Re-installing the application may fix this problem."
    let me know what do i do.....its urgent that i get started with the portal basics...pls F1 asap.
    regards,
    satish

    poste next question to the old thread.

  • Problem in installing SAP NetWeaver 7.0 Java sneak preview on windows xp sp

    Hi
    when I am trying to install SAP NetWeaver 7.0 Java sneak preview on windows xp sp2 I am getting the following problem 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Automatic LiveUpdate scheduler does not exist' after giving the jce file path and i can find the registry entry for the automatic live update scheduler .then what is wrong
    Any inputs are welcome

    Hello Bala,
    Do you have Norton AntiVirus installed? If so then you may need to uninstall it and then proceed with installation. Simple stopping it will not work.
    Regards,
    Vishwas.

  • Sneak Preview ABAP 2004s: Problem with HTTP-Server

    Hi..
    I have just installed the sneak preview.
    Everything works well.
    But there is a problem with the webdynpro
    for abap. When i try to start the example
    i become a message: "Windows can not find
    ://:/sap/bc/webdynpro/sap/wdt_quiz ....... "
    This error is from the HTTP options.
    In transaction SMMS over extert functiuns->http->display
    the parameter  http_status_code is -1.
    Can anyone help me what i can do?

    when you go into transaction SMICM->go to ->services you should atleast see one entry for HTTP
    it will be something like below.
    No. Protocol           Service Name/Port    Host Name            Keep Alive Acti External Bind                                                                               
    1  HTTP               1081                 xxxx.domain.com        30                       
    i dont think that for this reason , you have to go for a reinstall, i am sure some config is missing.
    Regards
    Raja

  • Problems in installing the content in the ABAP Sneak Preview

    Hello All,
    Have installed the ABAP Sneak preview and have activated the BW on client 001.  Was also trying to import the content into the BW system.
    In the SAINT transaction code, the content package is recognised, but when i try loading this, this fails in the stage CHECK_REQUIREMENTS. Since i have never done this before, was wondering if i am missing out the configuration steps before importing any components or the content.
    Are there some steps to configure the transport organiser etc before importing any component or SP or the content into the system ?
    Thanks for all the responses,
    Best Regards,
    Dabre

    If you run the install in foreground you will get a lot more information.  In my case it was erroring because the transport system hadn't been configured yet.  Heading into STMS cleared the error for me.
    -d

  • Sneak preview 640 Installtion Problems

    Hello to all.
    I downloaded and installed Sneak Preview.  It went fine, I added NSP to my Logon Pad and logged on.
    After I logged off and tried to log on again I kept getting the "Connection refused" error.  I determined that the 620 BSP version was my problem.
    I uninstalled 620 and 640 and started the re-install.
    I got the folllowing error in phase 10 of 23: An error occured while processing service:SAPNETWEAVER 2004s>Lifecycle Management>system copy>maxdb>target system>central system>based on as-abap>central system installation.
    I determined that the BSP and NSP instances were my problem.
    I searched SDN extensively and tried a variety of suggestion to delete these instances. I followed the instructions in OSS notes 572836, 599129, and 412466 but could not solve my problem.
    I have tried dbmcli but get a message that J2E/BSP/NSP do not exist.  I used SDBUNINST and got the message that instance NSP was found and to delete it first.
    I tried to us the Remove Program feature in the Control Panel to remove the Maxdb components but get a logon error when using user control, dbm, superdba, dba and any other user ID I could find for Maxdb 7.6.00.
    Can anyone help?
    Thanks in advance.
    Steve

    I was not starting the DB engine!

  • Problem: Update Linux sneak preview to sp 17

    Hallo,
    I have updated my Netweaver from 04 to sp 17.
    I get the following error from sapinst.
    ERROR 2006-08-07 14:21:33
    CJS-20057  Starting J2EE Engine DVEBMGS00 of SAP system NW4 failed: after 46 seconds the state of the engine changed from "Synchronizing" to "Stopped".
    with "sapstart" I also can not start the dispatcher and sinstance anymore.
    I am running on Suse 9.2
    it seems there ist a problem with the boostrap.
    from bootstrap.log:
    com.sap.engine.frame.core.configuration.NameNotFoundException: A file entry with the name "FontManagerService_native.zip" cannot be found in the configuration "cluster_data/os_libs/nuc/ntintel/32".
    Error from devf_disp:
    on Aug  7 16:19:16 2006
    CCMS: start to initalize 3.X shared alert area (first segment).
    DpJ2eeLogin: j2ee state = CONNECTED
    DpMsgAdmin: Set release to 6400, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1025]
    DpMsgAdmin: Set patchno for this platform to 15
    Release check o.K.
    Mon Aug  7 16:19:22 2006
    MBUF state ACTIVE
    Mon Aug  7 16:19:23 2006
    DpModState: change server state from STARTING to ACTIVE
    Mon Aug  7 16:19:37 2006
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=23283)
    ERROR => DpProcKill: kill failed (3: No such process) [dpuxdisp.c   599]
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Can somenody help me please ?

    sry - I did not see there is a exrta form for sneak preview - pls close this thread and I will post it in the other forum

  • Problems with Installation of Sneak Preview Netweaver 2004s

    Hello all,
    while installing the Sneak Preview of
    Netweaver 2004s I get the following errors right
    at the beginning.
    WARNING 2006-01-30 10:40:51
    Unable to get the name of a domain controller for domain SAP_ALL.
    ERROR 2006-01-30 10:40:53
    FSL-01027  Account user="SAP_ALL\<MY-D-USER>" does not exist.
    ERROR 2006-01-30 10:40:53
    MUT-03025  Caught ESyException in Modulecall: ESAPinstException: error text undefined.
    ERROR 2006-01-30 10:40:53
    FCO-00011  The step AddPrivileges with step key |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|Preinstall|ind|ind|ind|ind|0|0|AddPrivileges was executed with status ERROR .
    Any idea what could cause this error ?
    My user has adminstrator priviliges.
    Thank you in advance,
    Axel

    I also have encountered a very similar, if not the exact same error.
    INFO[E] 2006-03-03 15:12:01
    FSL-01027  Account user="COMP-phtBA0\SAPServiceNSP" does not exist.
    ERROR 2006-03-03 15:12:11
    FSL-01002  Unable to create account COMP-phtBA0\SAPServiceNSP. HRESULT=0x80005009
    ERROR 2006-03-03 15:12:11
    MUT-03025  Caught ESyException in Modulecall: ESAPinstException: error text undefined.
    ERROR 2006-03-03 15:12:11
    FCO-00011  The step createAccounts with step key |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Users_Create_Do|ind|ind|ind|ind|5|0|createAccounts was executed with status ERROR .
    I am installing on local, not on a domain. Any more specific ideas on the cause and remedy? A work just a few cubes down has installed it without any problems.
    Thanks,
    David

Maybe you are looking for

  • OpenLDAP and Java

    HI All , I am a newbie to the JNDI world and i have to connect to OpenLDAP using Java and the SSL protocol. I have to perform operations like authenticating the user, changing password , deleting user. Can u please provide me with some code snippets

  • Planned Order Scheduling - No Valid Routing Selected

    Hi Friends, I am trying to create planned order and then trigger lead time scheduling for it. I have maintained BOM, Routing, Production Version, and Scheduling Parameters for Planned Order as Detailed Scheduling with Scheduling Horizon as 50 days, a

  • Benefit of compiling with "-g:none"?

    I've done some archive searching for this, but I didn't find anything definitive. The question is, is there any significant benefit to building a system with "-g:none"? I can see it causes a slight reduction in class file sizes, but it's not clear wh

  • How to send Message Directly to Outlook through Workflow

    Hello Experts, Whenever any user creates a support ticket, a message should be sent to the support team(multiple users) directly to outlook. My workflow is sending message to all the recepients SBWP though I am passing their outlook addresses.Now fro

  • Covert date format

    Hi all, My requirement is to convert date format from YYYYMMDD format to MMDDYYYY format. Is there any Function Module which helps me do this. Thanks in advance, Bharath.