Suppress/Delete Messages in SAP-NW 2004s

Hi all,
i have the following issue:
Im am working with SAP NetWeaver BI 7.0(Package 8) and i want to suppress or delete some messages which are generated if i execute a planning function or sequence in Web-Application-Designer.
Does anybody know a possibility to edit the return-message-table analog to earlier releases with Method FILTER_MESSAGES in Class CL_UPWB_BSP_APPL ???
Can i use the method FINISH_EXECUTION of Interface IF_RSPLFA_SRVTYPE_IMP_EXEC_REF ? I dont know how to get and edit this messages.
Help would be appreciated.
Thanks a lot for response.
Bye Gil

Hello  Gilbert
If you want to delete all messages you can simply remove the message tray subcomponent in your Web interface .
Otherwise you can apply this code posted in other similar topic in a text subcomponent (edit text F4)
i have tested it and it works well
CODE FOR SUPPRESS MESSAGES IN BPS_WB
<script>
// Filter message tray - show no green (informational) message except data saved.
// Line deleted messages are shown because they are message type 'S'.
var msg_information = "msgty=I";
var msg_warning = "msgty=W";
var msg_save = "msgno=178";
var msg_table = document.getElementById("sap.msgtab");
if (msg_table != undefined ) {
var rowsHidden = 0;
for (var j = 0; j < msg_table.rows.length; j++) {
var innerTable = msg_table.rows[j].cells[0];
if (innerTable.tagName == 'TD') {
innerTable = innerTable.firstChild;
for (var k = 0; k < innerTable.rows.length; k++) {
// Loop over all of inner message table rows and hide some
var msg_text = innerTable.rows[k];
var msg_string = msg_text.getAttribute('rr');
if (msg_string.indexOf(msg_information) >= 0 && msg_string.indexOf(msg_save)<0
// || msg_string.indexOf(msg_warning)>=0
innerTable.rows[k].style.display = "none";
rowsHidden++;
// if all rows are hidden, hide the entire message log
if (rowsHidden > 0 && rowsHidden == innerTable.rows.length) {
msg_table.style.display = "none";
</script>
ciao
Andr

Similar Messages

  • Archiving  and Deleting of XML Messages in SAP NetWeaver PI 7.31 single stack

    Hello my XI friends!
    Need step by Step Guide to Archiving
    and Deleting of XML Messages in
    SAP NetWeaver PI 7.31 single stack
    Similar to these instructions
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e0afdd69-a8a7-2d10-7e9a-cbf6fa21c5a7?quicklink=index&overridelayout=true
    Regards,
    Rinaz

    Please check the below blog  for archiving java only-(XMLDAS)
    http://scn.sap.com/community/pi-and-soa-middleware/blog/2011/11/16/aae-archiving-in-sap-pi-711-with-xmldas
    For deletion there is standard delete job..
    https://help.sap.com/saphelp_nw73ehp1/helpdata/en/48/b2e0036b156ff4e10000000a42189b/frameset.htm
    Message was edited by: Hareesh Gampa

  • Issue with common system files for  Sneak Preview SAP NetWeaver 2004

    Hello,
    I am trying to install Sneak Preview SAP NetWeaver 2004 and 7.0 - Full Java Edition with SAP NetWeaver Portal onto my machine.
    On the third step of installation-- install common system files-- I am getting the some error messages and the installation was stopped. Can anyone kindly provide some assistance?
    THANK YOU in advanced.
    Errors:
    INFO[E]    2007-09-10 00:18:17 [synxcuser.cpp:102]
               CSyUserImpl::CSyUserImpl(const CUserData&, bool)
    FSL-01027  Account user="X5DXB8C1\SAP_J2E_LocalAdmin" does not exist.
    WARNING    2007-09-10 00:18:18 [ianxcreghelper.cpp:235]
               CNTRegistryKey::SetACL(Registry: MACHINE\Software\SAP\J2E, ACL: (S-1-5-32-545, NONE, + | KEY_ENUMERATE_SUB_KEYS | KEY_EXECUTE | KEY_NOTIFY | KEY_QUERY_VALUE | KEY_READ | READ_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-545, NONE, + | GENERIC_READ, CONTAINER_INHERIT_ACE | INHERIT_ONLY_ACE)(S-1-5-32-547, NONE, + | DELETE | KEY_CREATE_SUB_KEY | KEY_ENUMERATE_SUB_KEYS | KEY_EXECUTE | KEY_NOTIFY | KEY_QUERY_VALUE | KEY_READ | KEY_SET_VALUE | KEY_WRITE | READ_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-547, NONE, + | DELETE | GENERIC_READ | GENERIC_WRITE, CONTAINER_INHERIT_ACE | INHERIT_ONLY_ACE)(S-1-5-32-544, NONE, + | DELETE | KEY_ALL_ACCESS | KEY_CREATE_LINK | KEY_CREATE_SUB_KEY | KEY_ENUMERATE_SUB_KEYS | KEY_EXECUTE | KEY_NOTIFY | KEY_QUERY_VALUE | KEY_READ | KEY_SET_VALUE | KEY_WRITE | READ_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)(S-1-5-32-544, NONE, + | GENERIC_ALL, CONTAINER_INHERIT_ACE | INHERIT_ONLY_ACE)(S-1-5-18, NONE, + | DELETE | KEY_ALL_ACCESS | KEY_CREATE_LINK | KEY_CREATE_SUB_KEY | KEY_ENUMERATE_SUB_KEYS | KEY_EXECUTE | KEY_NOTIFY | KEY_QUERY_VALUE | KEY_READ | KEY_SET_VALUE | KEY_WRITE | READ_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)(S-1-5-18, NONE, + | GENERIC_ALL, CONTAINER_INHERIT_ACE | INHERIT_ONLY_ACE)(S-1-5-21-2098403209-122039945-746205981-16905, NONE, +o | DELETE | KEY_ALL_ACCESS | KEY_CREATE_LINK | KEY_CREATE_SUB_KEY | KEY_ENUMERATE_SUB_KEYS | KEY_EXECUTE | KEY_NOTIFY | KEY_QUERY_VALUE | KEY_READ | KEY_SET_VALUE | KEY_WRITE | READ_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)(S-1-3-0, NONE, + | GENERIC_ALL, CONTAINER_INHERIT_ACE | INHERIT_ONLY_ACE)(S-1-5-21-3505383784-3873561528-2797080325-1008, NONE, + | DELETE | KEY_ALL_ACCESS | KEY_CREATE_LINK | KEY_CREATE_SUB_KEY | KEY_ENUMERATE_SUB_KEYS | KEY_EXECUTE | KEY_NOTIFY | KEY_QUERY_VALUE | KEY_READ | KEY_SET_VALUE | KEY_WRITE | READ_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER, CONTAINER_INHERIT_ACE | OBJECT_INHERIT_ACE))
    Error 1307 (This security ID may not be assigned as the owner of this object.
    ) in execution of a 'SetNamedSecurityInfo' function, line (633), with parameter (Error in setting security on 'MACHINE\Software\SAP\J2E' registry).
    ERROR      2007-09-10 00:18:18 [ianxcreghelper.cpp:482]
               CNTRegistryKey::GetStringHKeyClass(const HKEY& hKeyClass)
    MUT-03001  Value of type HKeyClass has illegal value '0'.
    ERROR      2007-09-10 00:18:18
               CJSlibModule::writeError_impl()
    MUT-03001  Value of type HKeyClass has illegal value '0'.
    ERROR      2007-09-10 00:18:18 [iaxxgenimp.cpp:736]
               showDialog()
    FCO-00011  The step setRegistrySecurity with step key |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_System|ind|ind|ind|ind|5|0|setRegistrySecurity was executed with status ERROR .
    INFO       2007-09-10 00:24:23 [iaxxgenimp.cpp:779]
               showDialog()
    An error occured and the user decided to rety the current step: "|NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_System|ind|ind|ind|ind|5|0|setRegistrySecurity".
    INFO       2007-09-10 00:24:23
               CJSlibModule::writeInfo_impl()
    Setting ACL of registry entries for SAP system J2E...
    INFO[E]    2007-09-10 00:24:32 [synxcuser.cpp:102]
               CSyUserImpl::CSyUserImpl(const CUserData&, bool)
    FSL-01027  Account user="X5DXB8C1\SAP_J2E_LocalAdmin" does not exist.
    WARNING    2007-09-10 00:24:32 [ianxcreghelper.cpp:235]
               CNTRegistryKey::SetACL(Registry: MACHINE\Software\SAP\J2E, ACL: (S-1-5-32-545, NONE, + | KEY_ENUMERATE_SUB_KEYS | KEY_EXECUTE | KEY_NOTIFY | KEY_QUERY_VALUE | KEY_READ | READ_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-545, NONE, + | GENERIC_READ, CONTAINER_INHERIT_ACE | INHERIT_ONLY_ACE)(S-1-5-32-547, NONE, + | DELETE | KEY_CREATE_SUB_KEY | KEY_ENUMERATE_SUB_KEYS | KEY_EXECUTE | KEY_NOTIFY | KEY_QUERY_VALUE | KEY_READ | KEY_SET_VALUE | KEY_WRITE | READ_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE)(S-1-5-32-547, NONE, + | DELETE | GENERIC_READ | GENERIC_WRITE, CONTAINER_INHERIT_ACE | INHERIT_ONLY_ACE)(S-1-5-32-544, NONE, + | DELETE | KEY_ALL_ACCESS | KEY_CREATE_LINK | KEY_CREATE_SUB_KEY | KEY_ENUMERATE_SUB_KEYS | KEY_EXECUTE | KEY_NOTIFY | KEY_QUERY_VALUE | KEY_READ | KEY_SET_VALUE | KEY_WRITE | READ_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)(S-1-5-32-544, NONE, + | GENERIC_ALL, CONTAINER_INHERIT_ACE | INHERIT_ONLY_ACE)(S-1-5-18, NONE, + | DELETE | KEY_ALL_ACCESS | KEY_CREATE_LINK | KEY_CREATE_SUB_KEY | KEY_ENUMERATE_SUB_KEYS | KEY_EXECUTE | KEY_NOTIFY | KEY_QUERY_VALUE | KEY_READ | KEY_SET_VALUE | KEY_WRITE | READ_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)(S-1-5-18, NONE, + | GENERIC_ALL, CONTAINER_INHERIT_ACE | INHERIT_ONLY_ACE)(S-1-5-21-2098403209-122039945-746205981-16905, NONE, +o | DELETE | KEY_ALL_ACCESS | KEY_CREATE_LINK | KEY_CREATE_SUB_KEY | KEY_ENUMERATE_SUB_KEYS | KEY_EXECUTE | KEY_NOTIFY | KEY_QUERY_VALUE | KEY_READ | KEY_SET_VALUE | KEY_WRITE | READ_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER)(S-1-3-0, NONE, + | GENERIC_ALL, CONTAINER_INHERIT_ACE | INHERIT_ONLY_ACE)(S-1-5-21-3505383784-3873561528-2797080325-1008, NONE, + | DELETE | KEY_ALL_ACCESS | KEY_CREATE_LINK | KEY_CREATE_SUB_KEY | KEY_ENUMERATE_SUB_KEYS | KEY_EXECUTE | KEY_NOTIFY | KEY_QUERY_VALUE | KEY_READ | KEY_SET_VALUE | KEY_WRITE | READ_CONTROL | STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE | WRITE_DAC | WRITE_OWNER, CONTAINER_INHERIT_ACE | OBJECT_INHERIT_ACE))
    Error 1307 (This security ID may not be assigned as the owner of this object.
    ) in execution of a 'SetNamedSecurityInfo' function, line (633), with parameter (Error in setting security on 'MACHINE\Software\SAP\J2E' registry).
    ERROR      2007-09-10 00:24:32 [ianxcreghelper.cpp:482]
               CNTRegistryKey::GetStringHKeyClass(const HKEY& hKeyClass)
    MUT-03001  Value of type HKeyClass has illegal value '0'.
    ERROR      2007-09-10 00:24:32
               CJSlibModule::writeError_impl()
    MUT-03001  Value of type HKeyClass has illegal value '0'.
    ERROR      2007-09-10 00:24:32 [iaxxgenimp.cpp:736]
               showDialog()
    FCO-00011  The step setRegistrySecurity with step key |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_System|ind|ind|ind|ind|5|0|setRegistrySecurity was executed with status ERROR .
    INFO       2007-09-10 00:24:46 [iaxxgenimp.cpp:787]
               showDialog()
    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_System|ind|ind|ind|ind|5|0|setRegistrySecurity".
    Exit status of child: 1

    I am not sure if this helps, but SAP_J2E_LocalAdmin exists in my system as a group not user.

  • 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

  • Error while trying to access RSA1 in SAP NETWEAVER 2004 S

    HI friends,
                i am working on SAP NETWEAVER  2004s  and have created a few open hub destinations in this and when i tried to delete a  few , system is showing an error " Destination Type is not Supported"  when ever i am trying to access RSA1 .
               i will be glad if you could let me know how to overcome this,
    thanks and regards,
    sasdihar gunturu
    points will be awarded***

    Hi Gunturu,
    Do you know what sp level are you working with ?
    Here you´ll find a detail of sp level and his corrections, see the 22 page. Maybe that help you.
    https://websmp207.sap-ag.de/~sapidb/011000358700004483762006E
    Regards,
    Natalia.

  • SAP NetWeaver 2004s Java Trial Version Installation error

    Dear Techies,
    I tried to install the trial version (SAP NetWeaver 2004s Java Trial Version
    ) downloaded from SDN, but I am getting an error immediately after started the installation. The log as given below.
    Please suggest me where I can delete this special character mentioned in the log file ? The full log also is given below
    INFO       2007-04-13 21:55:17
    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-04-13 21:55:17 [syxxcpath.cpp:58]
               CSyPath::CSyPath("C:\SAP\MS2\SYS\profile\START_JC00_MythiliKannan")
    FSL-02107  Path component contains reserved character ('"'): "C:
    ERROR      2007-04-13 21:55:17 [syxxcpath.cpp:519]
               CSyPath::CSyPath("C:\SAP\MS2\SYS\profile\START_JC00_MythiliKannan")
    FSL-02106  Path contains reserved character ('"'): "C:\SAP\MS2\SYS\profile\START_JC00_MythiliKannan"
    Thanks and best regards,
    Shiju
    Full log :
    SAPinst is getting started.
    Please be patient ...
    starting gui server process:
      sapinstport: 21200
      guiport    : 21212
      guistart   : true
      command    : "C:\Program Files\Java\j2re1.4.2_09/bin\javaw.exe" -cp "C:/DOCUME1/MYTHIL1/LOCALS1/Temp/sapinst_exe.2644.1176481451\jar\instgui.jar;C:/DOCUME1/MYTHIL1/LOCALS1/Temp/sapinst_exe.2644.1176481451\jar\inqmyxml.jar" -Xmx256M -Dsun.java2d.noddraw=true SDTServer config=jar:sdtserver.xml guiport=21212 sapinsthost=localhost sapinstport=21200 guistart=true
    load resource pool C:\Netweaver_FullKit\SAPNW2004sJavaSP9_Trial\SAPNW2004sJavaSP9_Trial\SAP_NetWeaver_2004s_SR_1_Installation_Master_DVD__ID__NW05SR1_IM1\IM_WINDOWS_I386\resourcepool.xml
    guiengine: no GUI connected; waiting for a connection on host MythiliKannan, port 21200 to continue with the installation
    guiengine: login in process.
    IRunModeReceiver CChoiceDialogModifier::continuePreviousRun()
    INFO       2007-04-13 21:55:09 [synxcfile.cpp:493]
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/inifile.2.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/inifile.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/inifile.2.xml'.
    INFO       2007-04-13 21:55:09 [synxcfile.cpp:493]
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/inifile.3.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/inifile.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/inifile.3.xml'.
    INFO       2007-04-13 21:55:09
    Execute step
    Component  W2K_ServicePack_Check|ind|ind|ind|ind
    Preprocess  of component |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0.
    INFO       2007-04-13 21:55:16 [synxcfile.cpp:493]
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/keydb.2.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
    Copied file 'C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/keydb.xml' to 'C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/keydb.2.xml'.
    INFO       2007-04-13 21:55:16
    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-04-13 21:55:17
    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-04-13 21:55:17 [syxxcpath.cpp:58]
               CSyPath::CSyPath("C:\SAP\MS2\SYS\profile\START_JC00_MythiliKannan")
    FSL-02107  Path component contains reserved character ('"'): "C:
    ERROR      2007-04-13 21:55:17 [syxxcpath.cpp:519]
               CSyPath::CSyPath("C:\SAP\MS2\SYS\profile\START_JC00_MythiliKannan")
    FSL-02106  Path contains reserved character ('"'): "C:\SAP\MS2\SYS\profile\START_JC00_MythiliKannan"
    ERROR      2007-04-13 21:55:17
               CJSlibModule::writeError_impl()
    MUT-03025  Caught ESyException in Modulecall: Bad path component: "C:.
    ERROR      2007-04-13 21:55:17
    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 .
    INFO       2007-04-13 22:00:30 [iaxxgenimp.cpp:787]
               showDialog()
    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_GetSidNoProfiles|ind|ind|ind|ind|1|0|collect".
    Exit status of child: 1

    Hi,
    I changed the system name but still I am getting the same error. Previously there was an SAP system was installed in my pc later I uninstalled that, but still there are two  SAPsid_00 and SAPsid_01 (where in sid is MS) is running. I think this is the problem. I disabled the services as well but still I am getting the same error during the installation. How to delete the windows services ? and how to do a clean up for registry ?. I feel if I do theses two then I can install.
    Thans a lot for your helps and support.
    Shiju

  • SAP NetWeaver 2004s ABAP Trial Version - error code = 200

    Hi all,
    installation of SAP NetWeaver 2004s ABAP Trial Version
    which was attached to the book ABAP-Objects ends again and again with
    ProductException: (error code = 200; message="Java error"; exception = java.lang.Exception)
    Attached you find information about
       1) Host-file
       2) Network connections
       4) Error - Log
    It seems that the      [#     [#]
    echo                7/tcp
    echo                7/udp
    discard 
               9/tcp    sink null
    discard             9/udp    sink null
    systat             11/tcp    users            
         #Active users
    systat             11/tcp    users                  #Active users
    daytime            13/tcp
    daytime
               13/udp
    qotd               17/tcp    quote                  #Quote of the day
    qotd               17/udp    quote   
                  #Quote of the day
    chargen            19/tcp    ttytst source          #Character generator
    chargen        
    4) == E R R OR  L O G ================================================
    (Jan 1, 2007 1:07:15 PM), Install, com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles, err,
      an error occurred and product installation failed.  Look at the log file D:SAPNSPlog.txt for details.
    (Jan 1, 2007 1:07:15 PM), Install, com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles, err,
    ProductException: (error code = 200; message="Java error"; exception = java.lang.Exception)
    STACK_TRACE: 15
    ProductException: (error code = 200; message="Java error"; exception = java.lang.Exception)
         at com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles.execute(StepWrapperInstallFiles.java:254)
         at com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles.executeAllSteps(StepWrapperInstallFiles.java:224)
         at com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles.executeAllInstallationSteps(StepWrapperInstallFiles.java:177)
         at com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles.install(StepWrapperInstallFiles.java:268)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProductAction(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.getResultForProductAction(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(Unknown Source)
         at com.installshield.wizard.service.AsynchronousOperation.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    (Jan 1, 2007 1:12:17 PM), Install, com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct, err,
    An error occurred and product uninstallation failed.  Look at the log file D:SAPNSPlog.txt for details.
    (Jan 1, 2007 1:12:17 PM), Install, com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles, err,
    ProductException: (error code = 200; message="Java error"; exception = java.lang.Exception)
    STACK_TRACE: 15
    ProductException: (error code = 200; message="Java error"; exception = java.lang.Exception)
         at com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles.execute(StepWrapperInstallFiles.java:254)
         at com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles.executeAllSteps(StepWrapperInstallFiles.java:224)
         at com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles.executeAllUninstallationSteps(StepWrapperInstallFiles.java:192)
         at com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles.uninstall(StepWrapperInstallFiles.java:313)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.uninstallProductAction(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.processActionsFailed(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(Unknown Source)
         at com.installshield.wizard.service.AsynchronousOperation.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source
    == Remark to threads ========================
    Thread a)
    "I found it is very useful to have a clean system" => not applicable to me
    Thread b)
    deals with removing relics of previous installations => hints considered but error still appears
    Thread c)
    not applicable to me

    Hi all
    I've read your entrys.
    Saw that the solution is missing.
    It can be found in the manuals:
    1. Download the "Registry Clean Tool for SAP NetWeaver 2004s ABAP" and use it.
    2. Download the latest Version of "SAP NetWeaver 2004s ABAP" and un-rar it.
    3. Install the "Microsoft Loopback Adapter" an activate it.
    4. Retry to install.
    Summary:
    So the error 200 was caused for the first time from trying an installation without a Loopback Adapter, and after that from trying to re-install without cleaning the registry.
    Now its working fine.
    Thomas

  • BEX Front end issues in sap netweaver 2004s

    We have problems with accessing SAP NETWEAVER 2004S BEX tools(BI7.0).
    We have the following softwares installed:
    SAP_BW SAP NETWEAVER BI7.0 SP 10(SAPKW70010)
    SAPGUI6.40 PATCH LEVEL 22
    Microsoft office 2003
    .NET version 1.1
    Microsoft VJ# 1.1 Distributable package
    We are having the following issues in each components:
    1.BEX ANALYZER:Unable to open the reports.Getting the error message that
    "Critical error occured.Program needs to be closed.Refer the trace file"
    2.Report Designer:component Bex Report Designer avilable verion 59, Version 132 required.Before you can continue you have to run the front-end setup"
    3.BEX WAD:Unable to save any web templates.Getting the following error message.
    "E002 Error While Executing Service RSWAD_WEBPUB_CALL_SERVICE:V for object 1()"
    In BI front end check tool for PC not showing any red files.But it showing Blue color for some of the microsoft dll's.
    Please help us with your inputs..
    thanks in advance
    Soujanya

    Hi Soujanya,
    This is known issue in BEx tools in this latest release.
    We got the same problem and still facing.
    We are using BEx 3.5X to access all reports.
    Install BEx 3.5 too. Then you get two sub menus to access BEX tools.
    Make sure that you open reports in 3.5 BEx Analyser.
    I think all reports, which you tried to open in BEx(BI 7.0) are corrupted. try to copy to your datatargets/install (if they are BI Content Reports).
    Good Luck,
    Anand.
    Pls give points if this is useful

  • How to archive and delete messages in SXMB_MONI

    Hi all,
    We are working on SAP XI Development environment wherein we have File to IDoc scenario running twice daily and creating many messages.
    How to archive and then delete these messages ?
    Does accumalation of past messages affect the speed and performance of the system?
    Thanks in advance.
    Ajay

    Ajay,
    For step by step procedure of how to archieve and delete messages in XI go through the urls:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/402fae48-0601-0010-3088-85c46a236f50
    Delete Messages SXMB_MONI
    http://help.sap.com/saphelp_nw04/helpdata/en/0e/80553b4d53273de10000000a114084/frameset.htm
    Too many questions on Archive/Delete messages.
    ---Satish

  • Delete messages stuck in status 12, Recorded for Outbound Processing

    I am on a PI 7.10 SP8 system.  I have 59,000 XML messages showing in status 12 ( Recorded for Outbound Processing) that I would like to just delete or cancel.  These have accumulated over several days of testing interfaces.  If I have to allow them to be processed, that would also work but is not needed.  I have read about 6 different forum threads and tried several things but nothing has worked yet. <br>
      The messages can not be cancelled from SXMB_MONI. <br>
      The queues are no longer showing in SMQ2.   <br>
      I have tried restarting and re-registering the queues. <br>
      I've tried RSXMB_RESTART_MESSAGES and RSXMB_CANCEL_MESSAGES. <br>
      SWPR & SWPC show nothing to restart. <br>
    Any ideas on something else to try? <br>

    Hi,
    You can try to delete or archive mesages. use following links.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/402fae48-0601-0010-3088-85c46a236f50
    Delete Messages SXMB_MONI
    http://help.sap.com/saphelp_nw04/helpdata/en/0e/80553b4d53273de10000000a114084/frameset.htm
    Too many questions on Archive/Delete messages.
    Inder

  • Handling HL7 messages in SAP EP

    Hi all,
    In our requirement we have to communicate from EP to external system, which follows HL7 standards.
    We found two alternatives these are as follows:
    1.HL7 Iway adapter
    2.SAP conversion agent.
    Is it possible to make our own adapter to convert hl7 to xml?
    If yes,
    What will be the required resources for that?
    Can we handle this approach (without SAP XI) with help java/j2ee?
    Please provide required information (any pdf, conversion tools, and sample code) and also guide us how to handle this scenario. Your help will be great for us.
    Thanx in advance.
    Prashant Krishen &
    Deviprasad.

    Hello,
    Before I answer your question, I want to give you our (SAP) understanding of an HL7 adapter.
    An HL7 adapter shall provide the communication among healthcare applications based on healthcare HL7 standard, this means 1) HL7 message conversion e.g. HL7 message v.2.x format to HL7-XML, and 2) all the required protocols to transport the HL7 messages, e.g. MLLP, TCP/IP.
    The following information which I can give you is based on SAP knowledge on the Netweaver Process Integration (PI/XI) technology.
    So, generally you can do your own HL7 conversion tool. The required resource would be:
    1: Person who has HL7 message structure, you may get available HL7-XML from www.hl7.org,
    2: HL7 transport knowledge which could be learned from www.hl7.org,
    3: Java, J2EE
    All these 3 are required even you don't use SAP PI/XI.
    I can provide you detailed information based on SAP technology and the one from SAP partner. Here are the link:http://service.sap.com/netweaver
    On the left side from there please go to SAP NetWeaver>SAP NetWeaver in Detail>Process Integration>SAP Exchange Infrastructure>SAP XI in Detail>connectivity>Conncetivity SAP Netweaver 7.0 (2004s)/SAP NetWeaver 2004-->
    You will then find details about SAP HL7 options e.g. from iWAY, SAP Conversion Agent powered by Informatica.
    Again, all these are SAP and Partner's technology are on SAP Netweaver PI.
    If you want one without PI, you may also use these 2 options.
    I hope this could help you a little bit.
    Best regards
    Jing

  • Installation Problem - SAP Netweaver 2004s Full ABAP Edition Trail

    Hi I got a problem while installing SAP Netweaver 2004s Full Edition Trail
    I am using the following <b>installation guide </b>as reference
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/eea83e34-0801-0010-46a2-e830cb0d496f">Link for the Installation Guide I am referring</a>
    The installation process went fine for couple of hours during which the NSP database was installed successfully and it initialized the database connection................but all of a sudden it <b>started reverting back and uninstalled all the components.</b>
    The log file shows the following:
    *************************start of log*****************************
    [code]
    (Mar 2, 2007 11:27:13 AM), Install, com.sap.installshield.CheckServicesAction, err, CheckServicesAction(bean17): Expected service (SAPNSP_00) is not currently running
    (Mar 2, 2007 11:27:13 AM), Install, com.sap.installshield.CheckServicesAction, err, An error occurred and product installation failed.  Look at the log file C:SAPNSPlog.txt for details.
    (Mar 2, 2007 11:27:13 AM), Install, com.sap.installshield.CheckServicesAction, err, ProductException: (error code = 601; message="Services failed to start (see the log for details)")
    STACK_TRACE: 12
    ProductException: (error code = 601; message="Services failed to start (see the log for details)")
         at com.sap.installshield.CheckServicesAction.install(CheckServicesAction.java:91)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProductAction(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.getResultForProductAction(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(Unknown Source)
         at com.installshield.wizard.service.AsynchronousOperation.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    (Mar 2, 2007 11:32:25 AM), Install, com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct, err, An error occurred and product uninstallation failed.  Look at the log file C:SAPNSPlog.txt for details.
    (Mar 2, 2007 11:32:25 AM), Install, com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles, err, ProductException: (error code = 200; message="Java error"; exception = [java.lang.Exception])
    STACK_TRACE: 15
    ProductException: (error code = 200; message="Java error"; exception = [java.lang.Exception])
         at com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles.execute(StepWrapperInstallFiles.java:254)
         at com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles.executeAllSteps(StepWrapperInstallFiles.java:224)
         at com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles.executeAllUninstallationSteps(StepWrapperInstallFiles.java:192)
         at com.sap.installshield.sdcstepswrapper.StepWrapperInstallFiles.uninstall(StepWrapperInstallFiles.java:313)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.uninstallProductAction(UnknownSource)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.processActionsFailed(UnknownSource)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(UnknownSource)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(UnknownSource)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(UnknownSource)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(UnknownSource)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(UnknownSource)
         at com.installshield.wizard.service.AsynchronousOperation.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    [/code]
    ******************************end of log***************************
    It would be really great if someone could come up with some sort of suggestion.
    Thank you,
    Ravi.

    hi Ravi,
    pls. have a look at <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/downloaditem?rid=/library/uuid/6055f523-df6e-2910-f0bf-acccbb0a7d37">trouble shooting guide</a> and follow the steps.
    regards, Manfred

  • SAP Netweaver 2004 XI 3.0 SR1

    Hello Everyone,
    I Have Installed SAP Netweaver 2004 XI 3.0 SR1 Successfully. after that what will do.
    Please send me post Installation steps.
    Regards,
    Suresh.K

    Hi Prateek,
    All Services are running fine in Visual Administrator..
    XI Server by default Users & Passwords not working
    Users - XIREPUSER,XIDIRUSER,XILDUSER,XIRWBUSER,XIAFUSER,XIISUSER,XIAPPLUSER.
    I am stuck at "importing the SAP Exchange Profile" step in post installation activities that is a part of SAP EXCHANGE INFRASTRUCTURE 3.0 SR1 INSTALLATION.
    I am unable to open the
    URLhttp://dlwsdb10:50000/exchangeProfile. in this regard the system is not accepting the XISUPER User name and password.
    I had already checked for these by default users in ABAP side working fine.
    Please suggestme.I am getting this problem since one month above. Please give me your mail id i will sending XI 3.0 Error Screen shots.
    Regards,
    Suresh.K
    Message was edited by:
            suresh k

  • Suppress a message

    Hello,
    I use the triggers "ON MESSAGE" and "ON ERROR" and write null in the triggers to suppress the messages. So it works fine. But if I change for example make a an alter table I get the Message if I want to save the changes! How can I suppress this Message, too!
    thanks

    I'm not sure what you mean by null trigger, but here is a message handler I created that has proven effective for all my needs so far.
    At the form level...
    create trigger for 'ON-ERROR'
    PR_HANDLE_MESSAGE( 'ERROR' );
    create trigger for 'ON_MESSAGE'
    PR_HANDLE_MESSAGE( 'MESSAGE' );
    In the Program Units...
    .PROCEDURE PR_HANDLE_MESSAGE (MSG_TYPE VARCHAR2) IS
    . ALERT_BTN NUMBER;
    . errtype VARCHAR2(3) := MESSAGE_TYPE;
    . errcod NUMBER := MESSAGE_CODE;
    . errtxt VARCHAR2(80) := MESSAGE_TEXT;
    .BEGIN
    .--* Generic system and error messages handler.
    . IF errcod IN ( 40100, 40102, 41000, 40200, 41051 ) THEN
    . -- Suppress these user messages
    . ----------------------------------------------------------- -- ErrNo Message text
    . -- 40100 At first record.
    . -- 40102 Record must be entered or deleted first
    . -- 40200 Field is protected against update
    . -- 40212 Invalid value for field xxxx.
    . -- 40350 Query caused no records to be retreived
    . -- 40400 Transaction complete. N records saved.
    . -- 40401 No changes to save
    . -- 41000 This function not currently available
    . -- 41026 Field does not understand operation
    . -- 41045 Cannot find item: invalid ID.
    . -- 41051 You can't create records here
    . NULL;
    . ELSIF errcod IN (-1) THEN
    . -- Show these on status line
    . -- ErrNo Message text
    . MESSAGE(errtype||'-'||to_char(errcod)||': '||errtxt);
    . ELSE
    . IF MSG_TYPE = 'ERROR' THEN
    . MESSAGE( errtype||'-'||to_char(errcod)||': '||errtxt );
    . RAISE FORM_TRIGGER_FAILURE;
    . ELSE
    . MESSAGE( errtype||'-'||to_char(errcod)||': '||errtxt);
    . END IF;
    . END IF;
    .END;

  • Retrieve deleted messages in SXI_MONITOR

    I'm trying to access some old messages from sxi_monitor. i have the message ID for reference. i saw the message in the SXMSPHIST table in se16 but with a REORG status of DEL. Is there a way to retrieve this message to view the audit log?
    Thank you.
    Im using SAP PI 7.1 sp 08

    Hi Ronald,
    We can retrieve archived messages but its not possible to retrieve deleted messages. In future if you want to solve this issue you can change retention period, in SXMB_ADM you can extend retention period according to your requirement.
    Normally retention period will be more in adapter engine compared to integration engine, check in AE message monitoring with your message id once.
    Regards,
    Neelima.

Maybe you are looking for

  • Envy 120 scanner

    Envy 120 all-in-one printer well within warranty (bought end of August 2014). Trouble: sudden fault of scanner. I got in touch with Scott of the Canada-USA on November 17, 2014, around 10:08 PM (italian time). He gave me all the instructions by thHP

  • Document_Flow_Error

    HI When I'm calling crm_order_read function module in Order_Save Badi , I'm getting Sy-subrc = 1 error. Can anyone please help me out. And while saving the Sales Order data in CRMD_ORDER tcode , It was not saving and getting error saying that "Admin

  • I need to print the footer in all pages except last page.

    Hi, I'm working on PO RTF template. I got one probelm, I need to print the footer in all pages except last page. Can someone help me in this. Thanks in advance. Venki.

  • Download dialogue boxes keep popping up in FF 26 and 27. I've reset and cleared all cache items as recommended here. I have screenshots. Any ideas?

    I've also run malwarebytes and Super anti spyware. These (screenshots) show about somewhat randomly while websurfing. [IMG]http://s22.postimg.org/wkdqtwkrl/strange_2.png[/IMG] [IMG]http://s25.postimg.org/w1z26sue7/strange_1.png [/IMG] Thank You

  • Cannot add URL to favorite bar

    Hello everyone.  Since the so 7 update I cannot find how to add a URL to the favorites bar.  If I was not already bald I would have pulled off all my hair.  Please help.  Thanks,  Marco Polo