SAPBWGetItemProp in 2004s?

OK - I must be missing something; is there an equivalent function to SAPBWGetItemProp() in WAD 2004s?  I have some JavaScript code which needs to behave differently depending on which tab is being shown.  I've dug around a bit in the .js files and found sapbi_cmGetDataProviderContext() which seems really useful for getting the settings for a Data Provider, but have found nothing that applies to Web Items in general.
Thanks in advance for any help.
-jon

This is an example of how to use client side javascript to parse client side html. I don't have bandwith to markup any additional examples currently, but when I get a moment, I'll put together this in a blog... Keep in mind that using this method is dangerous as SAP can change the rendering on the frontend at anytime...
// Technical name of web items:
var web_item_navigation_panel = "NAVIGATION_PANE_ITEM_1";
var web_item_checkbox_group   = "CHECKBOX_GROUP_ITEM_1";
// Field group definitions:
// Syntax: field_group["Characteristic Value of ZCHAGRP"] = new Array("Characteristic 1", "Characteristic 2", ...);
var field_group = new Array();
field_group["TIME"] = new Array(
     "0FISCYEAR"
field_group["MATGR"] = new Array(
     "0MATERIAL__0ABC_CLASS",
     "0MATERIAL__0CRM_PROD",
     "0MATERIAL__0EXTMATLGRP",
     "0MATERIAL__0HC_AGENT1",
     "0MATERIAL__0HC_AGENT2",
     "0MATERIAL__0HC_AGENT3",
     "0MATERIAL__0IND_SECTOR",
     "0MATERIAL__0MATL_CAT",
     "0MATERIAL__0MATL_GROUP",
     "0MATERIAL__0MATL_TYPE",
     "0MATERIAL__0PRODH1",
     "0MATERIAL__0PRODH2",
     "0MATERIAL__0PROD_HIER",
     "0MATERIAL__0RF_BNDID",
     "0MATERIAL__0RF_FRECHAR",
     "0MATERIAL__0RF_SIZE2",
     "0MATERIAL__0RPA_WGH1",
     "0MATERIAL__0RPA_WGH2",
     "0MATERIAL__0RPA_WGH3",
     "0MATERIAL__0RPA_WGH4",
     "0MATERIAL__0RT_COLOR",
     "0MATERIAL__0RT_CONFMAT",
     "0MATERIAL__0RT_PRBAND",
     "0MATERIAL__0RT_PRRULE",
     "0MATERIAL__0RT_SEASON",
     "0MATERIAL__0RT_SEAYR",
     "0MATERIAL__0RT_SIZE",
     "0MATERIAL__0RT_SUPS",
     "0MATERIAL__0STD_DESCR",
     "0MATERIAL__0UCCERTIFTY",
     "0MATERIAL__0UCCONSTCLA",
     "0MATERIAL__0UCFUNCCLAS"
field_group["MATPR"] = new Array(
     "0MATERIAL__0HC_ANESIND",
     "0MATERIAL__0HC_APPRTYP",
     "0MATERIAL__0HC_ATCCODE",
     "0MATERIAL__0HC_ATCMTYP",
     "0MATERIAL__0HC_CATIND1",
     "0MATERIAL__0HC_CATIND2",
     "0MATERIAL__0HC_CATIND3",
     "0MATERIAL__0HC_HAZMIND",
     "0MATERIAL__0HC_IMPMIND"
field_group["OTHER"] = new Array(
     "0MATERIAL",
     "0MATERIAL__0COMPETITOR",
     "0MATERIAL__0DIVISION",
     "0MATERIAL__0VENDOR"
// Onload Event
function howto_adjust_nav_panel_onload( ) {
     // Get "apply" BUTTON for the checkbox group
     var button_checkboxes = document.all(web_item_checkbox_group + "_BIBtnCBG");
     if ( !button_checkboxes ) return;
     button_checkboxes.onkeydown = new Function("javascript:howto_adjust_nav_panel_onclick( );");
     button_checkboxes.onclick = new Function("javascript:howto_adjust_nav_panel_onclick( );");
     button_checkboxes.innerHTML = "Apply to Navigation Panel";
     howto_adjust_nav_panel_onclick( );
// OnClick Event
function howto_adjust_nav_panel_onclick( ) {
     // Get all DIV elements of the navigation panel
     var table_nav_panel = document.all(web_item_navigation_panel + "_acQueryNavigation_navTree_act");
     if ( !table_nav_panel ) return;
     var div_list_nav_panel = table_nav_panel.getElementsByTagName("div");
     if ( !div_list_nav_panel ) return;
     // Get all INPUT elements of the checkbox group
     var table_checkboxes = document.all(web_item_checkbox_group + "_CBGroup_BIGrid");
     if ( !table_checkboxes ) return;
     var input_list_checkboxes = table_checkboxes.getElementsByTagName("input");
     if ( !input_list_checkboxes ) return;
     // If no checkbox is checked, then select all characteristics
     var bool_no_boxes = true;
     for(var j = 0; j < input_list_checkboxes.length; j++) {
          if (input_list_checkboxes.item(j).checked == true) {
               bool_no_boxes = false;
     // Loop over all fields in the navigation panel
     for(var i = 0; i < div_list_nav_panel.length; i++) {
          // Get TD element. This is the element we want to show or hide
          var td_nav_panel = document.all( div_list_nav_panel.item(i).id + "-cnt-start" );
          if ( !td_nav_panel ) continue;
          // Get technical name of characteristic
          var string_chanm = td_nav_panel.firstChild.firstChild.outerHTML;
          var int_start = string_chanm.indexOf("'CHARACTERISTIC'");
          if (int_start < 0) continue;
          var int_end = string_chanm.indexOf("'", int_start + 18);
          if (int_end < 0) continue;
          string_chanm = string_chanm.substring(int_start + 18, int_end);
          var bool_display = true;
          // Loop over all groups in the checkbox group
          for(j = 0; j < input_list_checkboxes.length; j++) {
               var string_group = input_list_checkboxes.item(j).value;
               var bool_group = input_list_checkboxes.item(j).checked;
               // First checkbox (=ALL)?
               if (j == 0) {
                    // If first checkbox is on, display field
                    if (bool_group || bool_no_boxes) break;
               else {
                    // Check if field is part of this group
                    var bool_found = false;
                    for(var k = 0; k < field_group[string_group].length; k++) {
                         if ( field_group[string_group][k] == string_chanm ) {
                              bool_found = true;
                              break;
                    // If field is in group, then set visibility according
                    // to group checkbox
                    if (bool_found) bool_display = bool_group;
          // Finally display or hide field in navigation panel
          div_list_nav_panel.item(i).style.display = bool_display ? "" : "none";
document.body.onload = new Function("javascript:howto_adjust_nav_panel_onload( );");

Similar Messages

  • What is new in Broadcaster 2004s

    Anyone have a simple overview with some details why we should change from reporting agent to Broadcaster (we are on 3.5.3

    Reporting Agent will be only supported in the 3.X runtime in 2004s.
    All the new functionalities like Bursting, PDF etc will be implemented in Broadcaster only.
    See attached documentation for new functionalities in Broadcaster.
    https://websmp203.sap-ag.de/~sapdownload/011000358700004219392005E/ERQA_INFOBROADCASTING.PDF

  • I need to buy an External Portable HD 500GB for my iMac OSX 10.4.11 (PowerPc 2004). Can anybody please tell me a few Names/Products that are compatible? Please if you can, just tell me some product name, instead what generical characteristics it needs :s

    Hello
    I have been reading forums and forums and after days of research l gave up.
    Unfortunately it seems that nobody has provided a name of a brand yet.
    Although the effort is very admirable, l am still at the point of finding myself back at square one, with an unanswered question:
    Which portable external HD 500GB should l purchase for my iMac 10.4.11 (Power PC 2004)?
    I know there are many different ones, but l hope at least somebody can suggest one.
    A clear Name of a Product that matches the compatibility.
    I am not an expert of computer and so all the theoretical explanations of technical characteristics mean next to nothing to me :(
    I hope that someone kind enough to halo me out with this will be able to let me know.
    My most greatefull thank you to you all in advance :)
    And1001

    Try http://eshop.macsales.com/shop/hard-drives/External-Enclosures/
    If you have question about any items on their page, MacSales has an extremely god technical support staff.
    Allan

  • I need to load an InfoCube from an InfoSet - Is this possible in 2004s?

    Greetings,
    <b>This question looks long, but it's really not.  I'm just trying to give a lot of detail about the screens that I am seeing.  Anyway, here goes:</b>
    I am in 2004s.  I want to load an InfoCube from an InfoSet.  I know that an InfoSet is just a view and does not physically store data, but recent documentation published by SAP seems to indicate that this is
    possible in 2004s (There is a document called "Developer Guide - 2004s" that says the following:
    "InfoSets are an additional, easily manageable data source for generic data extraction.  They allow you to use logical databases of all SAP applications, table
    joins, and further datasets as data sources for BI".  ) 
    So... that led me to believe an InfoSet could load an InfoCube.  In other words, the InfoSet would be the source and the InfoCube would be the target.  I am in RSA1, and I right-click on the cube that I want to be the target.  I select the "Create Transformation" option from the context menu.  In the "Create Transformation" screen that pops up, I enter "InfoCube" in the target object type field and the name of the InfoCube in the target name field.  I enter "InfoSet" in the source object type field and the name of the InfoSet in the source name field. 
    I get a pop-up that says "Cannot generate proposal".  I click the green arrow, and then I get an error message
    that says "Transformation does not exist (see long text)". 
    When I click on the error message, I get the following information in the Performance Assistant:
    "Transformation does not exist (see long text)
    Message no. RSTRAN010
    Diagnosis
    The transformation specified by transformation ID , source  and target , does not exist.
    System Response
    The system terminates processing."
    Any help would be much appreciated!  It seems like it must be possible to use an InfoSet as a source in a data load, or else it would not be an option in the "Create Transformation" screen.  ????
    I've also tried right-clicking on the cube and selecting "Create Data Transfer Process".  I enter the same information on this screen: the types and names of the source and target.  Then I get a pop-up that says "Source and target have not been linked with a transformationDo you want to generate a default transformation?".  There are two buttons I can click: one labeled "Yes" and one labeled "Abbrechen".  I choose "Yes", because I have no idea what "Abbrechen" means.
    Then I get the same pop-up from before: "Cannot generate proposal".  I hit the green arrow, and I'm back in the
    "Create Data Transfer Process" screen.  So... I'm stuck in an infinite loop of screens that I can't get out of. 
    If someone could help, I would be grateful!  THANK YOU VERY MUCH!

    Thank you so much, Ram!  I REALLY APPRECIATE YOUR HELP!
    I am wondering if it possible to manually create a node in RSA6 for the InfoSet.  I tried it by doing the following:
    I went to RSA6 and clicked on the white icon for "Create Node".  I then entered the number "8", followed  by the name of the InfoSet.  (I entered an "8", because all our DataSources seem to start with an "8".  I'm not sure why.) 
    The DataSource now shows up, but when I double-click on it, nothing happens.  When I select it in the hierarchy and then click the icons for "Display" or "Change" or "Check", I just get an error message that says, "You have not selected any DataSources."
    Also, do you know where I can get my hands on the white paper? 
    Thanks again!
    Regards,
    Sarah-Jane

  • Can I restore Office 2004 from Time machine backup

    Hi Guys,
    I have managed to delete office 2004 when I was trying to install office 2008 using a friend's copy. Office 2008 will not work for me as it needs online registration.
    I no longer have the office 2004 install disk. Is it possible to re-install office 2004 from my time machine backup. I can see it is available in the backup from before yesterday but not sure if I try to restore what will happen.
    Any advice appreciated.
    Thanks,
    Paul

    Hi PaulieHK,
    Open Finder on you original view desktop.
    No go to Application folder and select the Office 2004.
    NOW, select the Time Machine icon in the dock and it will bring you back in history.
    You can go back before you tried to install Office 2008.
    Select IN Time Machine the application Office 2004 and click on PUT BACK.
    Time machine will now put back the situation as it was before the installing Office 2008.
    When you see your original desktop again try to open Office 2004.
    Good luck ...
    Dimaxum

  • Dreamweaver MX 2004 - "An Unidentifed Error has occorred." - Please help!!

    Hi folks. I have scoured the internet for a fix to this problem. Most of the posts I read are unanswered or the solution does not work. I am hoping a guru reads mine and has the magic answer - I am ready to chuck the project altogether if I can't find a solution. Although I am not a newbie to simple page design, I have never really tackled data access (dynamic content) before, like I am about to. I am ready and willing to learn but this obstacle may hinder my interest if it is going to be this big a pain in the keester.
    Let's start with my system config:
    Windows XP Pro w/ SP3
    Dreamweaver MX 2004
    IIS 5.1 - configured with FTP support
    PHP 5.2.11
    MySQL 5.0 - For now I am using the Test DB that comes with MySQL. Using "root" account.
    I have verified that all is running properly to the best of my knowledge. Certainly Dreamweaver up until this issue has worked for years. I have not used DW for data access before on this machine but have successfully on others.
    IIS > Loads web content from http://localhost just fine. Including PHP test page. And IIS help stuff that comes pre-installed.
    MySQL > I can build DB's and Schemas just fine. I can even import data from external sources so I have to assume it's running fine.
    Dreamweaver > The site I am building has the following config:
    Local Info
    Site Name: medimj
    Local Root: C:\medimj *set to refresh
    Images: C:\medimj\images
    HTTP: blank
    Remote Info
    Access: Local/Network
    Remote Folder: C:\inetpub\wwwroot\medimj\       *set to refresh auto
    Testing Server
    Server Model: PHP MySQL
    This site contains: Dreamweaver MX Pages Only (default)
    Access: Local/Network
    Testing Server Folder: C:\indetpub\wwwroot\medimj\          *set to refresh auto
    URL Prefix: http://localhost/medimj
    <<<Everything else I believe is irrelevant to the topic and left to defaults>>>
    SO HERE IS WHAT IS HAPPENING:
    When I go to make a data connection (Step 4 under the Database tab of Applications section in DW), I click the "+" button and select "MySQL Connection". The dialogue window appears and I input:
    Connection Name: medimj
    MySql Server: localhost
    User Name: root
    Password: <password>
    I click "Select" button and get an error window that says "An Unidentified error has occurred." and I am taken back to the MySQL Connection dialogue box. I have tried adding http:, slashes, \medimj, IP address, and pipe name to the Server name to make the connection and none of it works. If I put a DB name and click "ok" the binding will appear but no table ever come into view. If I click on "Test" I get the same error.
    Here is the mysql area of the test.php. From what I see, I should be able to make a connection; but I'm not expert. Should I be seeing more information?:
    mysql
    MySQL Support
    enabled
    Active Persistent Links
    0
    Active Links
    0
    Client API version
    5.0.51a
    Directive
    Local Value
    Master Value
    mysql.allow_persistent
    On
    On
    mysql.connect_timeout
    60
    60
    mysql.default_host
    localhost
    localhost
    mysql.default_password
    no value
    no value
    mysql.default_port
    3306
    3306
    mysql.default_socket
    no value
    no value
    mysql.default_user
    no value
    no value
    mysql.max_links
    Unlimited
    Unlimited
    mysql.max_persistent
    Unlimited
    Unlimited
    mysql.trace_mode
    Off
    Off
    I just don't see what's wrong at this point. I really hope somebody here can help.
    I've been at this for 4 days and uninstalled and reinstalled everything to no avail. I hope I have given enough information for someone to make a suggestion that will help. I thank anyone for their time in advance.
    prdreamweaver

    I would like to share with everyone a fix for this problem. I wish I could say I found it here but I did not. After continuing to search the Internet, while eagerly awaiting an answer here, I stumbled upon the answer deep in a thread in the MySQL website forums.
    If someone should find this topic before the supposed Adobe fix, please do not waste your time with what Adobe suggests. It has been know cause more problems than help - as was the case with me. Applying their "fix" forced me to reinstall MySQL and a fresh version of PHP. I am also providing OS information and versions of all components I am using as well as settings within Dreamweaver. I cannot speak as to whether this fix transitions across other versions of Dreamweaver but it's worth looking at if yours does not match mine.
    NOTE: ALWAYS MAKE A RECORD OF WHAT YOU CHANGE. THIS IS BASIC TROUBLESHOOTING AND WILL MINIMIZE THE NEED TO REINSTALL IF THINGS GET WORSE. BEING ABLE TO REVERSE WHAT YOU'VE CHANGED IS IMPORTANT.
    System Info
    OS: Windows XP Pro w/ SP3 (patched to the hilt)
    IIS: 5.1 (installed from XP Pro CD - additional windows components)
    PHP: v5.2.11 (installer version)
    MySQL: v5.0.87 (installer version)
    Dreamweaver: MX 2004
    Install IIS, PHP, and MySQL per their individual instructions.
    IIS Tweaks
    Note: This tweak assumes you haven't already created your website virtual directory under IIS. If you have, you can delete it and follow these steps. You don't have to but I like this recommendation I found on another site as it tricks DW into thinking its attaching to an "outside" server. You'll see what I mean when you see the DW confg options later in this topic.
    1. Create a folder under c:\inetpub\wwwroot that matches the local folder in DW for the site you are designing. Make sure they are spelled the same. If you have pages and images already in your local folder for DW, you don't have to re-create them here. You can sync them to the "server" much like you would when you FTP your pages up to a live server. Just make sure the root folders are named the same.
    2. Right click your localhost site select "properties". Click the "Home Directory" tab. Click on the "Configuration" button. Under "Application Mappings", click the "Add" button. A new dialogue box appears > In the "Executable" area, browse to the root PHP folder and select file "php5isapi.dll" and click ok to return to the dialogue box. In the "Extension" box type ".php" without the quotes. Make sure "Script Engine" and "Check that file exists" are checked. Click ok.
    NOTE: A DIALOGUE BOX MAY APPEAR ASKING IF YOU WANT TO PROPOGATE THE CHANGES ACROSS ALL OTHER SITES. YOU CAN SAY YES BUT IT DOESN'T ALWAYS WORK. (IT'S AN IIS THING) TO SEE IF IT DID, CHECK THE PROPERTIES OF YOUR VIRTUAL DIRECTORY AND FOLLOW STEP TWO IF YOU DON'T SEE THE PHP MAPPING THERE.
    PHP Tweaks
    1. extension_dir = c:\php\ext ~ change folder to match your install
    2. cgi.force_redirect = 0 ~ required for IIS
    3. register_globals = On
    4. register_long_arrays = On
    5. extension=php_mysql.dll ~ removed the ;
    6. extension=php_mysqli.dll ~ removed the ;
    7. include_path = "."
    8. mysql.default_host = localhost
    9. mysql.default_port = 3306
    **NOTE: IF I DIDN'T PUT QUOTES - NEITHER SHOULD YOU.
    10. Save and Close
    copy the file libmysql.dll
    to c:\windows & c:\windows\system32 ~ this file is in the root of PHP 5 folder
    XP Environment Variables: Add the following at the end of Paths> c:\<php folder>;c:\<php folder>\ext ~ change php folder for your install
    NOTE: ANY CHANGES TO ENVIRONMENT VARIABLES HAS THE POTENTIAL TO CAUSE SYSTEM PROBLEMS IF NOT DONE CORRECTLY. MAKE SURE YOU HAVE A ";" AT THE END OF THE PATH BEFORE YOU ADD THE CHANGES.
    REBOOT!!!! THESE CHANGES WILL NOT TAKE EFFECT UNTIL YOU DO SO.
    DW - edit current site or create it new
    Local Info:
    Should be left however you have it now OR if creating new, just do it like you always have.
    Remote Info:
    Access : Local/Network
    Remote Folder: C:\inetpub\wwwroot\<your virtual directory>
    * Check Refresh Automatically
    Testing Server:
    Server Model: PHP MySQL
    Access: Local/ Network
    Testing Server Folder: C:\inetpub\wwwroot\<your virtual directory>
    URL Prefix: http://localhost/<your site name>
    * Check Refresh Automatically
    ** I don't make changes to anything else under site editing so I stop there. Click OK and you're done.
    At this point, you should see under the "Application" section on the "Database" tab, steps 1,2,3 checked. Now create a connection by clicking the "+" button. Enter the following:
    Connection Name: <whatever you want>
    MySQL Server: localhost
    User Name: root (or another account you have created with sufficient privileges)
    Password:
    Database: enter a DB name you wish to connect to or click select if you wish to browse for it.
    You shouldn't get the "Unidentified Error..." message anymore. I know I don't.
    I hope this helps the next poor sap this happens to. I'm sorry for the long post but I hate, hate, hate, when people post half assed instructions because they are too lazy to type.
    Good luck everyone and happy designing!!!
    prdreamweaver
    email: [email protected]
    (you can email me with questions but remember, I am not an expert with dynamic content. however, I am willing to assist if I can)

  • SAP NetWeaver 2004s SR 1 SP9 INSTALL

    I spent last week trying to install SAP Netweaver 2004s SR 1 SP9 in XP SP2 with no success.
    The JDK version is 1.4.2_09 and the install process fail in step "Import Java Dump", the <i>sapinst.log</i> indicates the error:
    14-dic-2007 11:55:30 com.sap.inst.jload.Jload dbImport
    GRAVE: <b>DB Error during import of J2EE_CONFIGENTRY</b>
    14-dic-2007 11:55:30 com.sap.inst.jload.Jload printSQLException
    GRAVE: Message: Cannot assign NULL to host variable 2. setNull() can only be used if the corresponding column is nullable. The statement is "INSERT INTO J2EE_CONFIGENTRY( CID ,  NAMEHASH ,  ISFILE ,  NAME ,  DTYPE ,  VBIGINT ,  VDOUBLE ,  VSTR ,  VBYTES ,  FBLOB ) VALUES ( ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )".
    14-dic-2007 11:55:30 com.sap.inst.jload.Jload printSQLException
    GRAVE: SQLState: SAP06
    14-dic-2007 11:55:30 com.sap.inst.jload.Jload printSQLException
    GRAVE: ErrorCode: 1001142
    14-dic-2007 11:55:31 com.sap.inst.jload.db.DBConnection disconnect
    INFO: disconnected
    ERROR 2007-12-14 11:55:31
    CJS-30049  Execution of JLoad tool 'C:\j2sdk1.4.2_09\bin\java.exe -classpath "C:\Archivos de programa\sapinst_instdir\NW04S\SNEAK_PREVIEW\FULL\INSTALL\install\sltools\sharedlib\launcher.jar" -showversion -Xmx512m com.sap.engine.offline.OfflineToolStart com.sap.inst.jload.Jload "C:/Archivos de programa/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/install/lib/iaik_jce.jar;C:/Archivos de programa/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/install/sltools/sharedlib/jload.jar;C:/Archivos de programa/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/install/sltools/sharedlib/antlr.jar;C:/Archivos de programa/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/install/sltools/sharedlib/exception.jar;C:/Archivos de programa/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/install/sltools/sharedlib/jddi.jar;C:/Archivos de programa/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/install/sltools/sharedlib/logging.jar;C:/Archivos de programa/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/install/sltools/sharedlib/offlineconfiguration.jar;C:/Archivos de programa/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/install/sltools/sharedlib/opensqlsta.jar;C:/Archivos de programa/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/install/sltools/sharedlib/tc_sec_secstorefs.jar;C:\sapdb\programs\runtime\jar\sapdbc.jar" -sec J2E,jdbc/pool/J2E,
    MX3506DC0976/sapmnt/J2E/SYS/global/security/data/SecStore.properties,
    MX3506DC0976/sapmnt/J2E/SYS/global/security/data/SecStore.key -dataDir C:/Programas/SAPNW2004sJavaSP9_Trial/SAP_NetWeaver_2004s_SR_1_Installation_Master_DVD__ID__NW05SR1_IM1\../Sneak_Preview_Content\JAVA\JDMP -job "C:\Archivos de programa\sapinst_instdir\NW04S\SNEAK_PREVIEW\FULL\INSTALL\IMPORT.XML" -log jload.log' aborts with return code 1.<br>SOLUTION: Check 'jload.log' and 'C:/Archivos de programa/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/jload.java.log' for more information.
    ERROR 2007-12-14 11:55:31
    FCO-00011  The step importJavaDump with step key |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|9|0|NW_Jload|ind|ind|ind|ind|9|0|importJavaDump was executed with status ERROR .
    INFO 2007-12-14 11:55:38
    An error occured and the user decide to stop.\n Current step "|NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|9|0|NW_Jload|ind|ind|ind|ind|9|0|importJavaDump".
    I have read many posts in many forums and there are some posts about the same problem of the table J2EE_CONFIGENTRY, but never clear answers (or answers for Linux OS). I really appreciate any help about it.
    PD: No, it's not the timezone configuration (I have GMT+1 and daylight saving enabled).

    Hi Friends!
    This is Anand Here
    I am totally new to SAP
    I was trying to install SAP on 2003Server
    while installing the ABAP System-Central Instance
    I Got this error message
    An error occurred during the installation of component SAP ERP 2004 SR1>ABAP  System>Oracle> Non-Unicode>Central Instance Installation. Press the log View Button to get extended error information or press OK to terminate the installation. Log Files are written to SAP ERP  2004 SR1>ABAP System>Oracle> Non-Unicode>Central Instance Installation
    The following error occured and the installation could not proceed
    ERROR 2007-12-27 20:33:33
    - FSL-00001 System Call Failed. Error 5 (Access is denied.) in execution of system call 'FindFirstVolumeMountPoint' with parameter (
    ?\Volume{c682cb5b-b31d-11dc-be09-806e6f6e6963}\), line (77) in file (synxcfsmit.cpp).
    ERROR 2007-12-27 20:33:33
    MOS-01235 Module function getInfo of module CIa0sMount Failed,
    Can Somebody help me with this

  • Cannot deploy with NWDS 2004s SP9

    Hi all,
    I just recently upgraded to NWDS 2004s SP9 from 2004 SP14. Each time I attempt to deploy and run a WebDynpro project (one of my older projects), I get the following error:
    <b>Application error occurred during request processing:</b>
    <b>Details:</b> com.sap.tc.webdynpro.repository.RepositoryRuntimeException: XMLParser: Bad attribute list. Expected WhiteSpace, / or >: (:main:, row:1, col:493) The ID of this error is <b>Exception id: [00059A3C7800004800000200000093000041F13A6E7E3A9].</b>
    I've found the threads and oss note that tell me to re-deploy sap.com/cafeugpuidtcompcons, (etc) but I when I look for that particular DC, its not there.
    Any suggestions?

    No need to apologize, we've all been in that situation before.
    The logs can be found under:
    \usr\sap\<SID>\JCXX\j2ee\cluster\server0\log
    Generally defaultTrace.trc will contain this sort of thing. Normally it's best to read these with a log viewer of some kind, either the standalone log viewer or the one integrated into Visual Administrator. You can also just open the logs in a text editor, but they are hard to read and the timestamps aren't human-readable.
    If you search for the ID of the exception, you may find some more info there that will help track down what the problem is. Or perhaps someone else has seen this problem before and will speak up.

  • Upgrade from SAP Webas 6.40 to SAP Netweaver 2004s

    Do we have to change the virtual host name used for high availability clustering environment to local host name before we conduct the upgrade from SAP WebAS 6.40 to SAP NetWeaver 2004's ?

    Do we have to change the virtual host name used for high availability clustering environment to local host name before we conduct the upgrade from SAP WebAS 6.40 to SAP NetWeaver 2004's ?

  • Application services not working with MS Word 2004

    for some reason, application services with MS Word 2004 no longer work with Leopard for me (all grayed out). I would appreciate any advice
    thanks,
    bill

    Bill
    Because Word 2004 doesn't support Services. Firefox is another app that doesn't.
    Regards
    TD

  • Sso from webdynpro app (on WAS  2004s ) to BW web template ( on BW portal )

    Guys -
    We want to give BW Web template(running in 'Y' BW portal server ) as IFrame or URL Link in Webdynpro application ( Running in server X - WAS 2004s).
    We had setup SSO between java stack of X to Java stack of Y. but when i open url link,it is still asking for password.
    And i have enabled authentication = 'true' in the webdynpro application. user is present is both of the systems.
    First of all can my webdynpro application issue login ticket to BW portal ? is this technically possible?
    Thanks
    Hari

    You have Federation between these two portals?
    regards,
    Angelo

  • Adding BI Java on NetWeaver Portal 2004s installation

    Hi All,
    We have NetWeaver Portal 2004s sps 10 installed.
    We would like to know if we can add BI Java on the same instance.
    Thanx
    Jayant

    Hi Yayant,
    Yes, its possible to have BI Java stack added to Netweaver 2004s,
    but from my point of view the version should already been installed with Netweaver 2004s Java stack  as SAP_BW.
    Check this in the System --> Status --> SAP System Data menu of your respective system.
    Assign points if it helps you.
    Regards,
    Sreedhar

  • SAP NetWeaver 2004s Java Trial Version installation problem

    I am trying to install SAP NetWeaver 2004s Java Trial Version in my windows xp machine.
    I have the following error.
    Nothing is written in to my E:\usr\sap folder which I have share as saploc and sapmnt.
    I read the forum threads on this.
    I still do not know how to do this.
    Please help
    vijay
    INFO 2006-12-17 21:23:58
    Execute step getSID of component |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0.
    ERROR 2006-12-17 21:24:01
    FJS-00003  TypeError: dir_profile has no properties (in script NW_Java_OneHost|ind|ind|ind|ind, line 39640: ???)
    ERROR 2006-12-17 21:24:01
    MUT-03025  Caught ESAPinstException in Modulecall: executing JS script failed.
    ERROR 2006-12-17 21:24:01
    FCO-00011  The step getSID with step key |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|getSID was executed with status ERROR .

    Rajat,
    Sorry for the delay. I was on vacation.
    Which environment variable are you referring to?
    JAVA_HOME is set to C:\j2sdk1.4.2_09.
    I am using j2sdk1.4.2_09.
    Only port changes I tried was
    #sapdp01          3201/tcp.
    I tried with and without the # .
    Both had the same results.
    I have given below the last few statememts from the sapinst log file
    Any help to solve my problem will be greatly appreciated.
    Thanks.
    Vijay
    INFO 2007-01-02 16:13:25
    Execution of the command "C:\j2sdk1.4.2_09\bin\java.exe -classpath C:/DOCUME1/VIJAYV1/LOCALS1/Temp/sapinst_exe.5432.1167783061/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 0. Output: ##Tue Jan 02 16:13:25 PST 2007java.runtime.name=Java(TM) 2 Runtime Environment, Standard Editionsun.boot.library.path=C\:
    j2sdk1.4.2_09
    jre
    binjava.vm.version=1.4.2_09-b05java.vm.vendor=Sun Microsystems Inc.java.vendor.url=http\://java.sun.com/path.separator=;java.vm.name=Java HotSpot(TM) Client VMfile.encoding.pkg=sun.iouser.country=USsun.os.patch.level=Service Pack 2java.vm.specification.name=Java Virtual Machine Specificationuser.dir=C\:
    Program Files
    sapinst_instdir
    NW04S
    SNEAK_PREVIEW
    FULL
    INSTALLjava.runtime.version=1.4.2_09-b05java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironmentjava.endorsed.dirs=C\:
    j2sdk1.4.2_09
    jre
    lib
    endorsedos.arch=x86java.io.tmpdir=C\:
    DOCUME1
    VIJAYV1
    LOCALS1
    Temp
    line.separator=\r\njava.vm.specification.vendor=Sun Microsystems Inc.user.variant=os.name=Windows XPsun.java2d.fontpath=java.library.path=C\:
    j2sdk1.4.2_09
    bin;.;C\:
    WINDOWS
    system32;C\:
    WINDOWS;e\:
    sapdb
    programs
    bin;e\:
    sapdb
    programs
    pgm;C\:
    MCC18
    mpasm;C\:
    MCC18
    bin;C\:
    MCC18
    mpasm;C\:
    MCC18
    bin;C\:
    MCC18
    mpasm;C\:
    MCC18
    bin;f\:
    oracle
    product
    10gDSHome
    jdk
    jre
    bin
    classic;f\:
    oracle
    product
    10gDSHome
    jdk
    jre
    bin;f\:
    oracle
    product
    10gDSHome
    jdk
    jre
    bin
    client;f\:
    oracle
    product
    10gDSHome
    jlib;f\:
    oracle
    product
    10gDSHome
    bin;f\:
    oracle
    product
    10gDSHome
    jre
    1.1.8
    bin;f\:
    oracle
    product
    10.1.0
    Db_1
    bin;f\:
    oracle
    product
    10.1.0
    Db_1
    jre
    1.4.2
    bin
    client;f\:
    oracle
    product
    10.1.0
    Db_1
    jre
    1.4.2
    bin;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    System32
    Wbem;C\:
    Program Files
    Microsoft SQL Server
    80
    Tools
    BINN;C\:
    Program Files
    Microsoft SQL Server
    80
    Tools
    Binn
    ;C\:
    WINDOWS
    Microsoft.NET
    Framework
    v1.1.4322;F\:
    maven
    Maven 1.0
    bin;C\:
    Program Files
    QuickTime
    QTSystem
    ;C\:
    MCC18
    mpasm;C\:
    MCC18
    bin;C\:
    MCC18
    mpasm;C\:
    MCC18
    bin;C\:
    MCC18
    mpasm;C\:
    MCC18
    bin;java.specification.name=Java Platform API Specificationjava.class.version=48.0java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFactoryos.version=5.1user.home=C\:
    Documents and Settings
    vijay vijayakumaruser.timezone=America/Los_Angelesjava.awt.printerjob=sun.awt.windows.WPrinterJobfile.encoding=Cp1252java.specification.version=1.4java.class.path=C\:/DOCUME1/VIJAYV1/LOCALS~1/Temp/sapinst_exe.5432.1167783061/JAR/ins-j2ee.jaruser.name=vijay vijayakumarjava.vm.specification.version=1.0java.home=C\:
    j2sdk1.4.2_09
    jresun.arch.data.model=32user.language=enjava.specification.vendor=Sun Microsystems Inc.awt.toolkit=sun.awt.windows.WToolkitjava.vm.info=mixed modejava.version=1.4.2_09java.ext.dirs=C\:
    j2sdk1.4.2_09
    jre
    lib
    extsun.boot.class.path=C\:
    j2sdk1.4.2_09
    jre
    lib
    rt.jar;C\:
    j2sdk1.4.2_09
    jre
    lib
    i18n.jar;C\:
    j2sdk1.4.2_09
    jre
    lib
    sunrsasign.jar;C\:
    j2sdk1.4.2_09
    jre
    lib
    jsse.jar;C\:
    j2sdk1.4.2_09
    jre
    lib
    jce.jar;C\:
    j2sdk1.4.2_09
    jre
    lib
    charsets.jar;C\:
    j2sdk1.4.2_09
    jre
    classesjava.vendor=Sun Microsystems Inc.file.separator=
    java.vendor.url.bug=http\://java.sun.com/cgi-bin/bugreport.cgisun.io.unicode.encoding=UnicodeLittlesun.cpu.endian=littlesun.cpu.isalist=pentium i486 i386
    INFO 2007-01-02 16:13:25
    Execute step setNWOption of component |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_getJavaHome|ind|ind|ind|ind|0|0.
    INFO 2007-01-02 16:13:26
    Execute step collect of component |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0.
    ERROR 2007-01-02 16:13:28
    FJS-00003  TypeError: this._name has no properties (in script NW_Java_OneHost|ind|ind|ind|ind, line 8987: ???)
    ERROR 2007-01-02 16:13:29
    FCO-00011  The step collect with step key |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|collect was executed with status ERROR .

  • How do I use the option "table view" in NetWeaver 2004s Query Designer?

    Dear,
    We have used NetWeaver 2004s Query Designer, We found a strange problem. The option to select table view is not available. It is greyed out. How can you select table view (tabular) in 2004s Query Designer?
    I have read the help doc about tabular view of NetWeaver 2004s Query Designer, I check my query, it has only one structure . but the option is still greyed out. I rebuild the query with 3.x Query Designer in tabular view, and reopen it with 2004s Query Designer, So there is a tab named "tabular view" display, but the option to select table view is still not available, and when users view the query result in web , it is still not in tabular view display. So I am confused, is there a bug with NetWeaver 2004s Query Designer?
    Please help me. Thanks!

    Note 1002271. Seach this note to use key word "table view"

  • Netweaver 2004S installation on Windows 2003 server : Oracle 10g Problem

    Hi Friends,
    I am installing the SAP Netweaver 2004s on a server which has Windows 2003 server Operating system  on it.
    It has got 6GB RAM  and  has, 5gb of free space in C drive, H: drive has 70 gb and I: drive has 50 GB of free space in it.
    I am running  Pre_requiste checker tool to check my hardware & software requirements in order to go ahead with installation, as a part of SAPInst.exe execution.
    The results of Prerequisite checker tool are satisfied  except for one  " SWAP SPACE VALUES"
    I am getting the message as follows
    "The Minimum SWAP SPACE values required is 10994MB and currently you have 5993MB"
    How to increase this SWAP space value? Please let me know the procedure.
    Currently my server has a paging file details as below : Min size : 2MB & Max size : 9214MB allocated on C: drive. No other drive has paging file allocation.
    What effect will I have if i proceed without meeting this requirement??
    Suitable answers will be rewarded.
    Thanks
    Diwakar

    OPen windows explorer and right click my computer
    Select Properties
    Click Advanced Tab
    Click Settings (performance)
    Select Advanced Tab
    In virtual memory - click change.
    Increase swap space/page file here.

Maybe you are looking for