System.ServiceModel.Configuration.MachineSettingsSection does not exist

Based on the instructions in this link for enabling logging of PII...
https://msdn.microsoft.com/en-us/library/ms730318(v=vs.90).aspx
None my versions - 3.5 -4.5.1 of .NET has a class System.ServiceModel.Configuration.MachineSettingsSection
The only class with that name that exists is System.Transactions.Configuration.MachineSettingsSection
I can only assume this is why it is not possible to add that section to machine.config, can anybody confirm this please?
If so, then where should this section go in machine.config to enable PII logging?
Thanks
Jon

The System.ServiceModel.Configuration.MachineSettingsSection class is indeed not public.
But you can still add the enableLoggingKnownPii setting to a configuration file if this is what you want:
Configuration machineConfig = ConfigurationManager.OpenMachineConfiguration();
System.ServiceModel.Configuration.ServiceModelSectionGroup section = machineConfig.GetSectionGroup("system.serviceModel") as System.ServiceModel.Configuration.ServiceModelSectionGroup;
foreach (ConfigurationSection s in section.Sections) {
if(s.GetType().ToString().Equals("System.ServiceModel.Configuration.MachineSettingsSection"))
string xml = s.SectionInformation.GetRawXml();
if (xml == null)
xml = string.Empty;
s.SectionInformation.SetRawXml(xml + "<machineSettings enableLoggingKnownPii=\"true\"/>");
machineConfig.Save();
The other option is to just open the machine.config file in Notepad and add the enableLoggingKnownPii attribute manually:
http://stackoverflow.com/questions/2325473/where-is-machine-config
Hope that helps.
Please remember to mark helpful posts as answer to close your threads and then start a new thread if you have a new question.

Similar Messages

  • ERROR: Cannot start mail services, configuration directory does not exist

    I'm running an Xserve G5 with one internal boot drive and one RAID using the other two internal drives. I used Apple's Disk Utility to set-up the RAID.
    Back in early December, I moved my mail database and mail store to the RAID. Ever since, when I restart the server, the mailaccess.log generates the following error:
    Jan 23 18:51:33 mail master[47]: ERROR: Cannot start mail services, configuration directory does not exist: /Volumes/RAID/mail.data/db
    I'm speculating this is a timing error that gets created when Postfix initially can't find the RAID. Then, it must try again and find it because the error message does not repeat and mail starts running.
    Is this something to worry about?

    Hi Joel,
    You're right, it's a timing issues. The mail system is ready for work before the file system is mounted. It's benign.
    Jeff

  • Error in Local Message System: RFC destination MB3AP1039 does not exist.

    Error in Local Message System: RFC destination MB3AP1039 does not exist. Message was Not Created
    Message no. BCOS088
    Hi,
         When iam creating a message from any system from HELP-CREATE SUPPORT MESSAGE it is throwing the above error message. Actually i need to send this message to SAP solution Manager Service Desk.
    Can anyone help me in resolving the above issue.
    Thanks & Regards,
    Mirza Kaleemulla Baig.

    Dear friend
    You have to of following option
    1.Define Service Desk destination in the R/3 systems:
    Note: for this you need to log in the R/3 system.
    Create the RFC between the Solution manager and R/3 system (Login to the R/3 system)
    2.a. Go to transaction SM30.
    b. In table/view field, enter BCOS_CUST. Then press the Maintain Button. See example below:
    c. Press the Continue button in the following screen:
    d. You should see the following screen, no entries should be seen in the table. Press the New Entries button:
    e. In the next screen, enter the following information:
    In the RFC Destination you should point to your Solution Manager destination RFC.
    0ss_msg   w   sm_bsmclnt_back    cust620     1.0
    shailesh

  • Source configuration EHHSS_INC_REC_OIF_ADD_FINTR_LST does not exist

    When i try to deep copy EHHSS_INC_REC_OIF_V3 component in EHSM. It gives error "Source configuration EHHSS_INC_REC_OIF_ADD_FINTR_LST does not exist".
    Secondly, how to create custom tabs in EHSM screen.
    Could anyone please help me regarding this.

    Hi Malar,
    you have those missing Java classes in a Java DC and want to use that?
    In that case: create a public part with purpose compilation ("API"), add an appropriate entity (select the right Java package and choose "Add to public part" from the context menu or add a "Java Package" or "Java Package Tree" entity manually). Add a build-time dependency from your WD DC to that public part of the Java DC. That should take care of the build issue.
    The question then is: How do you want to provide the Java classes at runtime? Put them into the Web Dynpro application (create an assembly public part for the Java DC and also add a build-time dependency), put them into a reusable J2EE Server Library (Create a separate DC for that, create the assembly public part for the Java DC, add a library reference from your WD DC to the Library DC), ...
    Regards,
    Marc

  • Source system 8(ODS name) does not exist

    Hi experts!
    When I transport some Process Chane from DEV to PRD I faced with issue that the source system 8(ODS name) does not exist.
    Is anyone faced with same error?
    Thx!

    Hi.......
    Look.......
    U cannot Transport it........First Right click on the Infoprovider in PRD >> Export Datasource...........then replicate it from bw myself........
    U hav to generate it in Production also.............hav u done this before replication.....?
    Regards,
    Debjani....

  • MS ssis service: registry setting specifying configuration file does not exist. attempting to load default configuration file. SQLIService100 - event id 274

    window 2008 R2 server ---- after installing SQL 2008 R2 then applying sp2 / sp3 I noted a warning -
    Note this server had SQL 2008 R2 uninstalled previously.
    MS ssis service: registry setting specifying configuration file does not exist. attempting to load default configuration file.
    SQLIService100 - source
    event id- 274
    user - N/A
    Task category - service control.
    Do we need to fix something and how do we fix this warning event?
    dsk

    You could search online for this warning. I was able to find http://superuser.com/questions/346264/event-log-warning-registry-setting-specifying-configuration-file-does-not-exist
    where the fix is "in your registry, go to:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDTS\ServiceConfigFile
    or
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\100\ServiceConfigFile
    if value is empty then add in:
    C:\Program Files\Microsoft SQL Server\100\DTS\Binn\MsDtsSrvr.ini.xml"
    Arthur
    MyBlog
    Twitter

  • ISA Framework:[XCM configuration]='zcrmordermaintain002' does not exist.

    Hi all,
    While configuring a configurable product in service order and service quotation i am getting this error.
    " ISA Framework: The XCM configuration='zcrmordermaintain002' does not exist."
    When i simulate the configuration itself in product master it works fine but the mentioned error occurs
    when i try to edit the product model in the Service Quotation.
    I have already maintain a JCO connection for "Zcrmordermaintain002" and "Zcrmproductsimulation002 " and made an entry of it in the Table "COMM_IPC_PROP".  Do is miss some other entries ?
    Please help me to fix the error.
    Thanks in Advance,
    Regards,

    Hi experts,
    I am able to see the Product Configuration in the Business Transactions
    In my case there were two mistakes.
    Instead of Zcrmordermaintain002 i had configuration as zcrmordermaintain002.
    I guess it should be the problem but i regenerated it.
    Secondly i created 2 separate JCO connections for zcrmproductsimulation and for zcrmordermaintan002.
    For me it worked dat way...
    But the further Problem what i am facing is:
    When i select the configuration in the transaction it is not saving and it show a script error in the explorer
    Stating:
    Error on the page : Access Denied
    Code: 0
    Any Suggestion what could be the problem ?
    Regards,
    Edited by: Usman on Jul 15, 2009 12:59 PM

  • Configured diectory does not exist

    Hi All.
    I have a File to rfc scenario.. where I have to read the file from location 10.100.10.20 from the directory data\source.
    I have given the path in the sender channel as 10.100.10.20\data\source .
    The comm channel results with error  configured diectory
    10.100.10.20\data\source does not exist
    Any idea on this??
    I am using NFS protocol...

    Hi Ravindra,
    Suppose, if you use Transport protocol is FTP,
    Then, you have to specify like this in Sender Communication Channel.
    Transport Protocol : FTP
    Message Protocol: File
    Source Directory: \data\
    File Name            : your file name
    See the below link, it might be helpful to you.
    http://help.sap.com/saphelp_nw04/helpdata/en/0d/00453c91f37151e10000000a11402f/content.htm
    Hope this helps to you.
    Regards,
    P.Rajesh
    Edited by: Rajesh_1113 on Apr 24, 2011 7:06 PM

  • Source System Activation - IDOC Type does not exist

    I'm doing a new installation of BI7 and when I want to activate the source system on  replicate Metadata Box and select "Only Activate" it comes up with error stating :Basic Type ZSxxxxx does not exist
    When I look in SE16 on table RSBASIDOC I can see the IDOC Type exist on both BW and R/3 Systems
    Any solution?

    Check my reply
    Re: "Basic Type Does Not Exist"

  • IDocStatus:Error in ALE service Cross-system company code does not exist

    HI All,
    I am sending CREMAS04 IDOC from XI to one R/3 system,and in R/3 a vendor should get created in master table.
    My IDOC is getting posted successfully but in R/3 system I am getting error that
    IDoc: 0000000000705816 Status: Error in ALE service
    T100 Text: Cross-system company code XXX does not exist
    I have created partner profiles in receiver system and in partner profiles I have set the process code as CRE1.
    Please help me to resolve this problem.

    Hi Shweta
    Have you checked with the data i.e. company code .
    May the company code which you are passing is not there in ur receiver system.
    Just check it out.
    Regards
    -Mitesh

  • The sharemgr utility does not exist on my system

    OK... I need to use the sharemgr utility and it's not even installed on my Solaris 10 sparc system. It simply does not exist. There isn't even a man page on it. I installed the Entire Distribution plus OEM support. Anybody know how to get this utility installed? My release info is as follows:
    Solaris 10 10/08 s10s_u6wos_07b SPARC
    Copyright 2008 Sun Microsystems, Inc. All Rights Reserved.
    Use is subject to license terms.
    Assembled 27 October 2008

    This question is partially answered in the thread listed below. It also appears the sharemgr utility has not been ported to Solaris 10 Sparc, it's only included in Open Solaris. The file system/zfs/sharing stuff is still in flux and is being moved over to the Sparc is phases. Looks like some of the code has creeped into the Sparc while referencing utilities that have not been moved over yet.
    http://forums.sun.com/thread.jspa?messageID=10551779

  • Error in SAP installation ECC 6.0 "HKEY_LOCAL_MACHINE does not exist"

    Here is log  can any body suggest
    INFO 2009-02-21 10:17:02
    Connection request to guiengine backend by host 192.168.16.249 .
    INFO 2009-02-21 10:17:07
    Copied file 'C:/Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/inifile.xml' to 'C:/Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/inifile.2.xml'.
    INFO 2009-02-21 10:17:07
    Copied file 'C:/Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/inifile.xml' to 'C:/Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/inifile.3.xml'.
    INFO 2009-02-21 10:17:07
    Copied file 'C:/Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/keydb.xml' to 'C:/Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/keydb.2.xml'.
    INFO 2009-02-21 10:17:07
    Execute step changeUserInstall of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2009-02-21 10:17:23
    Creating file C:\Program Files\sapinst_instdir\ERP\SYSTEM\ORA\CENTRAL\AS\change.log.
    INFO 2009-02-21 10:17:23
    Output of change user /install is written to the logfile change.log.
    WARNING 2009-02-21 10:17:23
    Execution of the command "change user /install" finished with return code 1. Output:
    Install mode does not apply to a Terminal server configured for remote administration.
    INFO 2009-02-21 10:17:23
    Execute step chgautInstdirPublicAllOS4 of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|Preinstall|ind|ind|ind|ind|0|0.
    INFO 2009-02-21 10:17:42
    Execute step done of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0.
    INFO 2009-02-21 10:17:42
    Execute step checkParams of component |NW_Onehost|ind|ind|ind|ind|0|0.
    INFO 2009-02-21 10:17:42
    Execute step fillContextForSoftwareFeatures of component |NW_Onehost|ind|ind|ind|ind|0|0.
    INFO 2009-02-21 10:17:43
    Execute step loadUsageTypes of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features_Init|ind|ind|ind|ind|2|0.
    INFO 2009-02-21 10:17:44
    Execute step fillContextUsageTypes of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|3|0.
    INFO 2009-02-21 10:17:44
    Execute step setAllPossible of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|3|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0|0.
    INFO 2009-02-21 10:17:45
    Copied file 'C:/Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/usages_data.xml' to 'C:/Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/usages_data.1.xml'.
    INFO 2009-02-21 10:17:45
    Copied file 'C:/Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/usages_data.xml' to 'C:/Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/usages_data.2.xml'.
    INFO 2009-02-21 10:17:45
    Copied file 'C:/Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/jexclude.xml' to 'C:/Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/jexclude.1.xml'.
    INFO 2009-02-21 10:17:45
    Execute step determineScenarioParameters of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|3|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0|0.
    INFO 2009-02-21 10:17:45
    Execute step prepareUsagesTableForUserInputXml of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|3|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0|0.
    INFO 2009-02-21 10:17:46
    Execute step determinePossibleUsageTypesXml of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|3|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0|0.
    INFO 2009-02-21 10:17:47
    Execute step prepareUsagesTableForUserInputDB of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|3|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0|0.
    INFO 2009-02-21 10:17:47
    Execute step setDefaultsGuiValues of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|3|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0|0.
    INFO 2009-02-21 10:17:47
    Execute step setDefaultsStackDetermined of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|3|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0|0.
    INFO 2009-02-21 10:17:47
    Execute step chooseMandatory of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|3|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0|0.
    INFO 2009-02-21 10:17:48
    Execute step makeABAPPartsImpossible of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|3|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0|0.
    INFO 2009-02-21 10:17:48
    Execute step setDependencyRestrictions of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|3|0|SAP_Software_Features_Prepare|ind|ind|ind|ind|0|0.
    INFO 2009-02-21 10:17:49
    Execute step prepareScenario of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|3|0|SAP_Software_Features_Select|ind|ind|ind|ind|1|0.
    INFO 2009-02-21 10:17:49
    Execute step fillUsagesTable of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|3|0|SAP_Software_Features_Select|ind|ind|ind|ind|1|0.
    INFO 2009-02-21 10:17:50
    Execute step selectUsages of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|3|0|SAP_Software_Features_Select|ind|ind|ind|ind|1|0.
    INFO 2009-02-21 10:18:00
    Execute step selectUsagesNetWeaver of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features|ind|ind|ind|ind|3|0|SAP_Software_Features_Select|ind|ind|ind|ind|1|0.
    INFO 2009-02-21 10:18:03
    Execution of the command "C:\j2sdk1.4.2_08\bin\java.exe -classpath C:/DOCUME1/ADMINI1/LOCALS~1/Temp/sapinst_exe.1988.1235191614/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 0. Output:
    #Sat Feb 21 10:18:03 GMT+05:30 2009
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    sun.boot.library.path=C\:
    j2sdk1.4.2_08
    jre
    bin
    java.vm.version=1.4.2_08-b03
    java.vm.vendor=Sun Microsystems Inc.
    java.vendor.url=http\://java.sun.com/
    path.separator=;
    java.vm.name=Java HotSpot(TM) Client VM
    file.encoding.pkg=sun.io
    user.country=US
    sun.os.patch.level=Service Pack 1
    java.vm.specification.name=Java Virtual Machine Specification
    user.dir=C\:
    PROGRA1
    SAPINS1
    ERP
    SYSTEM
    ORA
    CENTRAL
    AS
    java.runtime.version=1.4.2_08-b03
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.endorsed.dirs=C\:
    j2sdk1.4.2_08
    jre
    lib
    endorsed
    os.arch=x86
    java.io.tmpdir=C\:
    DOCUME1
    ADMINI1
    LOCALS~1
    Temp
    line.separator=\r\n
    java.vm.specification.vendor=Sun Microsystems Inc.
    user.variant=
    os.name=Windows 2003
    sun.java2d.fontpath=
    java.library.path=C\:
    j2sdk1.4.2_08
    bin;.;C\:
    WINDOWS
    system32;C\:
    WINDOWS;D\:
    oracle
    product
    10.2.0
    db_1
    bin;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    System32
    Wbem;%JAVA_HOME%/bin
    java.specification.name=Java Platform API Specification
    java.class.version=48.0
    java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFactory
    os.version=5.2
    user.home=C\:
    Documents and Settings
    Administrator
    user.timezone=GMT+05\:30
    java.awt.printerjob=sun.awt.windows.WPrinterJob
    file.encoding=Cp1252
    java.specification.version=1.4
    java.class.path=C\:/DOCUME1/ADMINI1/LOCALS~1/Temp/sapinst_exe.1988.1235191614/JAR/ins-j2ee.jar
    user.name=Administrator
    java.vm.specification.version=1.0
    java.home=C\:
    j2sdk1.4.2_08
    jre
    sun.arch.data.model=32
    user.language=en
    java.specification.vendor=Sun Microsystems Inc.
    awt.toolkit=sun.awt.windows.WToolkit
    java.vm.info=mixed mode
    java.version=1.4.2_08
    java.ext.dirs=C\:
    j2sdk1.4.2_08
    jre
    lib
    ext
    sun.boot.class.path=C\:
    j2sdk1.4.2_08
    jre
    lib
    rt.jar;C\:
    j2sdk1.4.2_08
    jre
    lib
    i18n.jar;C\:
    j2sdk1.4.2_08
    jre
    lib
    sunrsasign.jar;C\:
    j2sdk1.4.2_08
    jre
    lib
    jsse.jar;C\:
    j2sdk1.4.2_08
    jre
    lib
    jce.jar;C\:
    j2sdk1.4.2_08
    jre
    lib
    charsets.jar;C\:
    j2sdk1.4.2_08
    jre
    classes
    java.vendor=Sun Microsystems Inc.
    file.separator=
    java.vendor.url.bug=http\://java.sun.com/cgi-bin/bugreport.cgi
    sun.io.unicode.encoding=UnicodeLittle
    sun.cpu.endian=little
    sun.cpu.isalist=pentium i486 i386
    INFO 2009-02-21 10:18:03
    Execution of the command "C:\j2sdk1.4.2_08\bin\java.exe -classpath C:/DOCUME1/ADMINI1/LOCALS1/Temp/sapinst_exe.1988.1235191614/JAR/ins-j2ee.jar;C:/DOCUME1/ADMINI1/LOCALS1/Temp/sapinst_exe.1988.1235191614/JAR/sapxmltoolkit.jar com.sap.ins.j2ee.TestClassLoader" finished with return code 0. Output:
    CORRECT
    INFO 2009-02-21 10:18:03
    Found a valid JAVA_HOME directory C:\j2sdk1.4.2_08 with JDK version 1.4.2_08.
    INFO 2009-02-21 10:18:03
    Execute step getCD of component |NW_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 2009-02-21 10:18:03
    Execute step verifyJavaHome of component |NW_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 2009-02-21 10:18:03
    Execute step verifyPolicy of component |NW_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 2009-02-21 10:18:04
    Execute step setNWOption of component |NW_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 2009-02-21 10:18:04
    Execution of the command "C:\j2sdk1.4.2_08\bin\java.exe -classpath C:/DOCUME1/ADMINI1/LOCALS~1/Temp/sapinst_exe.1988.1235191614/JAR/ins-j2ee.jar com.sap.ins.j2ee.GetSystemProperty" finished with return code 0. Output:
    #Sat Feb 21 10:18:04 GMT+05:30 2009
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    sun.boot.library.path=C\:
    j2sdk1.4.2_08
    jre
    bin
    java.vm.version=1.4.2_08-b03
    java.vm.vendor=Sun Microsystems Inc.
    java.vendor.url=http\://java.sun.com/
    path.separator=;
    java.vm.name=Java HotSpot(TM) Client VM
    file.encoding.pkg=sun.io
    user.country=US
    sun.os.patch.level=Service Pack 1
    java.vm.specification.name=Java Virtual Machine Specification
    user.dir=C\:
    PROGRA1
    SAPINS1
    ERP
    SYSTEM
    ORA
    CENTRAL
    AS
    java.runtime.version=1.4.2_08-b03
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.endorsed.dirs=C\:
    j2sdk1.4.2_08
    jre
    lib
    endorsed
    os.arch=x86
    java.io.tmpdir=C\:
    DOCUME1
    ADMINI1
    LOCALS~1
    Temp
    line.separator=\r\n
    java.vm.specification.vendor=Sun Microsystems Inc.
    user.variant=
    os.name=Windows 2003
    sun.java2d.fontpath=
    java.library.path=C\:
    j2sdk1.4.2_08
    bin;.;C\:
    WINDOWS
    system32;C\:
    WINDOWS;D\:
    oracle
    product
    10.2.0
    db_1
    bin;C\:
    WINDOWS
    system32;C\:
    WINDOWS;C\:
    WINDOWS
    System32
    Wbem;%JAVA_HOME%/bin
    java.specification.name=Java Platform API Specification
    java.class.version=48.0
    java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFactory
    os.version=5.2
    user.home=C\:
    Documents and Settings
    Administrator
    user.timezone=GMT+05\:30
    java.awt.printerjob=sun.awt.windows.WPrinterJob
    file.encoding=Cp1252
    java.specification.version=1.4
    java.class.path=C\:/DOCUME1/ADMINI1/LOCALS~1/Temp/sapinst_exe.1988.1235191614/JAR/ins-j2ee.jar
    user.name=Administrator
    java.vm.specification.version=1.0
    java.home=C\:
    j2sdk1.4.2_08
    jre
    sun.arch.data.model=32
    user.language=en
    java.specification.vendor=Sun Microsystems Inc.
    awt.toolkit=sun.awt.windows.WToolkit
    java.vm.info=mixed mode
    java.version=1.4.2_08
    java.ext.dirs=C\:
    j2sdk1.4.2_08
    jre
    lib
    ext
    sun.boot.class.path=C\:
    j2sdk1.4.2_08
    jre
    lib
    rt.jar;C\:
    j2sdk1.4.2_08
    jre
    lib
    i18n.jar;C\:
    j2sdk1.4.2_08
    jre
    lib
    sunrsasign.jar;C\:
    j2sdk1.4.2_08
    jre
    lib
    jsse.jar;C\:
    j2sdk1.4.2_08
    jre
    lib
    jce.jar;C\:
    j2sdk1.4.2_08
    jre
    lib
    charsets.jar;C\:
    j2sdk1.4.2_08
    jre
    classes
    java.vendor=Sun Microsystems Inc.
    file.separator=
    java.vendor.url.bug=http\://java.sun.com/cgi-bin/bugreport.cgi
    sun.io.unicode.encoding=UnicodeLittle
    sun.cpu.endian=little
    sun.cpu.isalist=pentium i486 i386
    INFO 2009-02-21 10:18:04
    Execution of the command "C:\j2sdk1.4.2_08\bin\java.exe -classpath
    finished with return code 0. Output:
    CORRECT
    INFO 2009-02-21 10:18:04
    Found a valid JAVA_HOME directory C:\j2sdk1.4.2_08 with JDK version 1.4.2_08.
    INFO 2009-02-21 10:18:04
    Execute step collect of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0.
    WARNING 2009-02-21 10:18:05
    *Error 5 (Access is denied.
    ) in execution of a 'RegOpenKeyEx' function, line (69), with parameter (SYSTEM\CurrentControlSet\Services\ltpsnr).*
    *WARNING 2009-02-21 10:18:05
    The subkey 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ltpsnr' does not exist on the 'localhost' host.*
    *ERROR 2009-02-21 10:18:05
    MOS-01185  The subkey 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ltpsnr' does not exist on the 'localhost' host.*
    ERROR 2009-02-21 10:18:05
    FCO-00011  The step collect with step key |NW_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 2009-02-21 10:19:50
    An error occured and the user decided to retry the current step: "|NW_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".
    WARNING 2009-02-21 10:19:50
    Error 5 (Access is denied.
    ) in execution of a 'RegOpenKeyEx' function, line (69), with parameter (SYSTEM\CurrentControlSet\Services\ltpsnr).
    WARNING 2009-02-21 10:19:50
    The subkey 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ltpsnr' does not exist on the 'localhost' host.
    ERROR 2009-02-21 10:19:50
    MOS-01185  The subkey 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ltpsnr' does not exist on the 'localhost' host.
    ERROR 2009-02-21 10:19:50
    FCO-00011  The step collect with step key |NW_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 2009-02-21 10:21:43
    An error occured and the user decide to stop.\n Current step "|NW_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".
    please provide me the solution .....

    Hello,
    this error is really strange. At this step, sapinst scans all keys that are located under
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
    in order to find existing SAP services and to retrieve their parameters. Since this usually happens in a sorted way, many other keys must have already been successfully retrieved.
    My guess is now that there is a problem that is related just to the service that was processed in the current iteration: ltpsnr
    -> call regedit and go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
    -> locate the ltpsnr entry, is it actually there? If yes:
    -> right click on the entry and chose 'permissions'
    -> are the permissions here actually different compared to the other entries?
    Best Regards,
    Michael

  • Action &OBJECT_ID& does not exist - when Scrolling the Scrollbar in Table

    Hi All,
    When  executing the application of  ABAP webdynpro component  at runtime when we scroll the scrollbar of the table then we are getting the following dump. please let me know the solution to fix the issue.
    Thanks in advance.
    Dump
    The following error text was processed in the system BRD : Action &OBJECT_ID& does not exist
    The error occurred on the application server c700u043_BRD_10 and in the work process 1
    The termination type was : RBAX_STATE
    The ABAP call stack was:
    method : IF_WDR_RR_CONTROLLER~GET_ACTION of program SAPLWDR_RUNTIME_REPOSITORY
    method : GET_ACTION_INTERNAL of program CL_WDR_CONTROLLER----CP
    Thanks,
    PortalUser100

    Hi..
    I dnt get anything when i see the error, its like somewhere standard error. And are you trying to scroll horizontal or vertical scroll?
    Any way, we can achieve scrolling through one application parameter called wdtablenavigation and its value is SCROLLBAR.
    then you will get scroll bar for all tables in your component.
    Once you double click on appplication,you will find parameters tab, there pass the above values.
    Regards
    Srinivas

  • Action &OBJECT_ID& does not exist - when Filtering Table

    Hey Everyone,
                             I am trying to implement filtering on a table (not alv).. i have followed the example in DEMO_TABLE.
    - have put the method in WDDOMODIFYVIEW, bound the filtervalue of each column, and implememented a toggle button to show and hide filter row and gave it a filtering function.. - basically exactly like DEMO_TABLE.
    but, when i enter a filter value.. i get this error.
    The following error text was processed in the system LXA : Action &OBJECT_ID& does not exist
    The error occurred on the application server vmsaple07_LXA_00 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: IF_WDR_RR_CONTROLLER~GET_ACTION of program SAPLWDR_RUNTIME_REPOSITORY
    Method: GET_ACTION_INTERNAL of program CL_WDR_CONTROLLER=============CP
    Also, something else thats not right is.. if i put an action under ONFILTER of the table.. The filter row appears when i am on Workbench... BUT when i test the application on the browser, the filter row doesnt appear!.. it did appear once, but its not appearing anymore.
    Thanks...

    hey, i figured it out.. My problem was in this part of WDDOMODIFYVIEW...
    Set or cancel the table's filter action
    IF l_is_filter_on = abap_true.
    l_table->set_on_filter( 'FILTER' ).
    ELSE.
    l_table->set_on_filter( '' ).
    ENDIF.
    You must pass the name of filtering action in the above code.. Just create an action(like below), and pass the action name to the - l_table->set_on_filter( 'FILTER' ) - in WDDOMODIFYVIEW.
    method ONACTIONFILTER.
    wd_this->table_method_hndl->apply_filter( ).
    endmethod.
    Edited by: imatari on Jul 24, 2010 7:25 PM

  • Installation Fails :/ yxefkoe does not exist on the 'localhost' host

    Hi Guys,
    I am trying to install NetWeaver 7.0 SR1 including Enhancement Package 1 > SAP Application Server ABAP > MaxDB > Central System > Central System on my pc. But I`m getting following error.
    The subkey 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\yxefkoe' does not exist on the 'localhost' host.
    Here is the dump from the log file.
    WARNING 2010-10-24 17:52:45.781
    Error 5 (Access is denied.
    ) in execution of a 'RegOpenKeyEx' function, line (81), with parameter (SYSTEM\CurrentControlSet\Services\yxefkoe).
    WARNING 2010-10-24 17:52:45.781
    The subkey 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\yxefkoe' does not exist on the 'localhost' host.
    ERROR 2010-10-24 17:52:45.781
    MOS-01185  The subkey 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\yxefkoe' does not exist on the 'localhost' host.
    ERROR 2010-10-24 17:52:45.781
    FCO-00011  The step collect with step key |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|collect was executed with status ERROR ( Last error reported by the step :The subkey 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\yxefkoe' does not exist on the 'localhost' host.).
    I have installed the Microsoft Loopback network adapter. And C:\WINDOWS\system32\drivers\etc\hosts file contains following entries.
    127.0.0.1       localhost
    10.10.0.10      anuja
    10.10.0.10 being the address given to the Loopback connection and anuja is the hostname.
    Please help me to solve this issue.
    Thanks!

    Thank you PR Srinivas and Khaiser.
    Actually I wish to explain how I solved the problem. I went to the key through the registry path. But saw that there was the folder present in the path but it was blank.
    So I right clicked on the folder went to Permission. I tried giving Full Control Permission for 'System' user name which did not solve the problem.
    Hence in the Permission option of yxefkoe registry key I clicked on Add. In the 'Select Groups or User' popup window I clicked on 'Advanced' option and then clicked on 'Find Now'. I selected the user name which I use to log in to windows and applied the changes.
    After all these steps I found entries in the registry folder 'yxefkoe'. I right clicked on the yxefkoe folder and went to Permissions - > Gave Full Control to the newly added user name.
    And then the problem was solved.
    So I guess when you should find two users in the Permissions option on the yxefkoe folder.
    1. System
    2. User name which u use to log into windows. -- > It is displayed like this --> User_Name(Hostname/User_Name)
    Correct me if i am incorrect here.
    Thanks a lot for the help!

Maybe you are looking for

  • Data out of sync

    Hi, we've encountered problem working with kodo within managed environment. It is difficult to reproduce, but here is rough scenario: we have WL 8.1 sp2 that has kodo jca installed. Kodo is not the latest one (3.1.5). We have several process files wi

  • Why can't i connect to my wifi after ios6 update

    why can't i connect to my wifi after ios6 update

  • Okay, so the new Apple update did not fix the issue that I have!

    I still have to disconnect the network cable or wireless before I can connect my laptop to my iPhone. I was hoping the fix would address, but alas NO! Anyone know of a way to fix the issue that iTunes looks as the iPhone being connected as busy port

  • TS3714 I have deleted my calendar by accident how do I get it back?

    I have deleted my calendar with my appointments etc on and wouold like to know if this can be retrieved. It appears that instead of updfating the ipad we selected restore by mistake.

  • Finder doesn't refresh statistics

    I was downloading a large file onto my desktop. I clicked on it and did a "Get Info" and it showed the file size under the name. It's been done a few days and yet the file size still hasn't updated. Should Finder be updating this information on the f