Configuration analysis/documentation utility

I remember at one time coming across a homebrew utility that would parse an XML configuration and generate a human readable HTML document. Does this tool still exist? it used to be at  https://www.ironportnation.com/forums/configlook/

I've already tried using that and after installing IIS and PHP i get a webapp, but it refuses to parse my configuration and the Header in the app states 'This is not a production app. Please use this instead https://www.ironportnation.com/forums/configlook/' since the copyright on the webapp is 2007 i was hoping there was an update somewhere.

Similar Messages

  • How do I configure the Airport utility to allow more than one rule per port?

    How do I configure the Airport Utility (AU) to allow more than one rule per port?
    I am on a home network, with broadband cable modem.  I have my airport extreme connected to the broadband modem.  I have 2 servers in my home that need to be accessed remotely from time (SSH), and they also serve data for an iphone app, so I'm using a variety of protocols.  The problem I'm running into is that AU seems to only allow one rule per protocol, so if I go to add another address for access on a specific port that is being used by one of my servers, AU tells me "The Port Mapping Entry Already Exists". 
    I need to be able to allow SSH on both of my servers, for instance.  Am I missing something?  Is this doable with AU?
    Thanks for any insight.
    Khalid

    The Port Mapping "rules" on the AirPorts will allow you to: 1. Map a single port to a single IP address OR 2) Map multiple ports to a single IP address.
    What you won't be able to do is map a single or multiple ports to multiple IP addresses.

  • Oracle Apps 11.5.10.2 Configuration Analysis

    Hi All,
    I have been asked to do a system configuration analysis/review of the Oracle Apps 11.5.10.2 instance for my client. Based on my analysis I need to suggest some improvisation on configuration and bottlenecks in current configuration.
    I have been able to do that for Concurrent Manager and Database.
    I would like to know on how to do such analysis for
    1) Forms Server
    2) Apache Web Server
    Has anyone been involved in such activities, kindly share your experience for this activity.
    Thanks & Regards
    Sridhar M

    Please see these docs/links.
    Configuring various JVM tuning parameters for Oracle E-Business suite 11i and R12 [ID 567551.1]
    Tuning performance on eBusiness suite [ID 744143.1]
    A Holistic Approach to Performance Tuning Oracle Applications Systems [ID 69565.1]
    FAQ: Common Tracing Techniques within the Oracle Applications 11i/R12 [ID 296559.1]
    http://forums.oracle.com/forums/search.jspa?threadID=&q=Performance+AND+Tuning&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Who can provide a link about advanced configuration of Java.util.logging?

    Who can provide a link about advanced configuration of Java.util.logging?

    Want to implement configurable handler attributes. For each handler has its own attribute set. I tried to implement a few handlers that extend FileHandler (actually the handlers do nothing, just for distingusih purpose), and put the customized handler attributes in configuration file and use logManager.readConfiguration() to load the configuration, somehow it does not work, but if I change the handler to standard handler like FileHander in configuration file, it works.

  • Error while configuring User Management Utility

    Hi All,
    I am trying to configure User Management Utility for messaging server and calendar server. But while doing this it is failing to create service. The utility creates roles, configures with the webserver but fails to create service.
    This was the error :
    PASSED: /bin/sh -c /opt/nicp/ps62/SUNWam/bin/amadmin -u "uid=amadmin,ou=People,o=apollo" -f /opt/SUNWcomm/lib/config-template
    s/amadmin1718 -t /opt/SUNWcomm/lib/config-templates/changeComms.xml : status = 0
    PASSED: /bin/sh -c /opt/nicp/ps62/SUNWam/bin/amadmin -u "uid=amadmin,ou=People,o=apollo" -f /opt/SUNWcomm/lib/config-template
    s/amadmin1718 -t /opt/SUNWcomm/config/createroles.xml : status = 0
    FAILED: /bin/sh -c /opt/nicp/ps62/SUNWam/bin/amadmin -u "uid=amadmin,ou=People,o=apollo" -f /opt/SUNWcomm/lib/config-template
    s/amadmin1718 -t /opt/SUNWcomm/config/createservices.xml : status = 1
    PASSED: /bin/sh -c /opt/SUNWcomm/sbin/config-wbsvr : status = 0
    FAILURE: Number of task failed:1. Please check install log
    /opt/SUNWcomm/install/Iscli-config_20041021221229.log
    for further details.
    It could be useful if someone could throw some light on this.
    Thankx in Advance,
    s2810

    As I said in response to your other, smaller post, I'm not sure where you are, and this snippet of errors doesn't help me.

  • How do I configure my airport utility for port mapping?

    I am trying to view my FOSCAM cameras over the internet while away from home. They work fine in my house using Wi-Fi. Instructions say to do port forwarding. I have cameras set up, but can't get my router to port forward. I found "Port Forwarding" in Airport Utlility then NETWORK. 'Router mode: DHCP and NAT';on 'Port Settings I click on the "+" at the bottom. 'Private IP Address: populates to 10.0.1.201'. What goes in the other blocks?

    Please check out the following AirPort User Tip for details on how to configure Port Mapping on the AirPort routers. I would suggest that you check your FOSCAM documentation as to what TCP and/or UDP ports are required to access their IP cameras from a remote location.

  • How to configure logging for Utils buildFacesMessage

    hi
    Please consider this example application created using JDeveloper 11.1.1.3.0
    at http://www.consideringred.com/files/oracle/2010/UtilsBuildFacesMessageLoggingApp-v0.01.zip
    (note, there is no ErrorHandlerClass configured in DataBindings.cpx)
    Running the trySomeFailingMethod.jspx page and entering a value starting with "err" will result in an exception being thrown and a message shown.
    For such scenario the "IntegratedWebLogicServer - Log" panel shows
    <Utils><buildFacesMessage> ADF: Adding the following JSF error message: unable to work with [err not ok value] as pFirstParam
    utilsbuildfacesmessageloggingapp.model.exception.MyRuntimeException: unable to work with [err not ok value] as pFirstParam
         at utilsbuildfacesmessageloggingapp.model.MyServiceImpl.someFailingMethod(MyServiceImpl.java:27)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.adf.model.binding.DCInvokeMethod.invokeMethod(DCInvokeMethod.java:567)
    <Utils><buildFacesMessage> ADF: Adding the following JSF error message: unable to work with [err not ok value] as pFirstParam
    utilsbuildfacesmessageloggingapp.model.exception.MyRuntimeException: unable to work with [err not ok value] as pFirstParam
         at utilsbuildfacesmessageloggingapp.model.MyServiceImpl.someFailingMethod(MyServiceImpl.java:27)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.adf.model.binding.DCInvokeMethod.invokeMethod(DCInvokeMethod.java:567)
    question:
    - (q1) How do I configure this "Utils buildFacesMessage" to avoid (or change) the logging of the exception (stacktrace) on the "IntegratedWebLogicServer - Log" panel?
    many thanks
    Jan Vervecken

    Thanks for your reply Timo.
    Yes, indeed, that is basically "logger" configuration in
    [...]\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\config\fmwconfig\servers\DefaultServer\logging.xml
    But an important part of my question (q1), which is not very clear, is how to determine what to configure, in this case "oracle.adf.controller.faces.lifecycle.Utils".
    But reviewing the log_handler configuration in logging.xml pointed me to ...
    [...]\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultServer-diagnostic.log
    ... which has more detailed information about which code is logging the message
    [DefaultServer] [WARNING] [] [oracle.adf.controller.faces.lifecycle.Utils] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000IjULgG87y0YjLpyGOA1Ckc_900002a,0] [APP: UtilsBuildFacesMessageLoggingApp] [dcid: 4a36ca961f645018:-3ebf9ae5:12bd7e7fe26:-8000-0000000000000174] ADF: Adding the following JSF error message: unable to work with [err not ok value] as pFirstParam[[
    utilsbuildfacesmessageloggingapp.model.exception.MyRuntimeException: unable to work with [err not ok value] as pFirstParam
         at utilsbuildfacesmessageloggingapp.model.MyServiceImpl.someFailingMethod(MyServiceImpl.java:27)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [...]So, configuring a logger for "oracle.adf.controller.faces.lifecycle.Utils" works, but there does not seem to be level that just logs the exception message without the stack-trace. It would have been convenient to have a better overview of the (other) log messages without it being cluttered with large stack-traces.
    regards
    Jan Vervecken

  • Web Analysis rename utility

    "The Rename Utility is a stand-alone application designed to update objects in a Web Analysis repository based on the data source metadata changes."
    Where I can find this utility?
    Thanks all!

    What version of Java do you have installed, I know this version of Web Analysis prefers JVM 1.5.0. If you have anything higher than this remove it and install 1.5.0.
    Brian Chow

  • SMD E2E: Configuration Analysis

    Hi!
    I can already see the data for E2E Workload Analysis.
    Unfortunately I cannot see the data under the tab "E2E Configuration".
    Can some one tel me how to proceed with with errors/warnings?
    No SID found for value 'E11 0020198811012003146909000001927' of characteristic 0SMD_FSRC
    Invalid filter on 0SMD_FSRC: Filter changed
    Characteristic 0SMD_CSAL was changed in InfoCube 0SMD_CA01. Adjust the query
    What I have already done
    tcode RSRT --> Gen. query directly --> "0SMD*"
    tcode CCMSBISETUP --> Sceanrio "E2E"
    Any helpful information will be appreciated
    regards
    Thom

    Hi,
    I'm trying to setup E2E. Diagnostics server (BI client in solman) & Managed system setup was done.
    I don't see any graphs(at least plain) in solman. I observed that extractor jobs are failing, also i dont see any info objects under solman diagnostics in TC - RSA1.
    Please guide.
    Thanks in advance.

  • Network Analysis / Documentation

    Good day,
    I'm wondering what templates / checklists fellow network engineers use when analyzing a network? If you had a job to go in to an unknown network and "map it", what all would you do?
    Finding all of the nodes and building a VISIO map is one thing, but what else do you look for to document?-IP Addresses / subnets-VLANs-Loop prevention methods-Security on switches-Physical media-Distance between switches-Firewall Configuration etc etc etc
    This topic first appeared in the Spiceworks Community

    Just try out these following links.They explain about the predictive planning for deploying a n/w and performance analysis.
    http://www.cisco.com/en/US/products/ps6363/index.html
    http://www.cisco.com/en/US/products/sw/netmgtsw/products_promotion0900aecd8039e064.html

  • Configuring Analysis Add-In Launcher

    Hi,
    I was going through the New features in AO 1.4 SP8 and i have found the following new feature in the release notes.
    Also found the below new feature with AO 1.4 SP6 release notes.
    I tried configuring the Add-In Launcher for "UseRunningProcess" as per the description given in Page No: 26 of AO Admin Guide (SP7). But couldn't identify any difference in the behavior of the launcher.
    Can someone please explain me what is the exact outcome of these configuration settings and in which scenario will they be helpful ?
    Thanks,
    Satya Rajesh

    Hi,
    Please try the following steps and check if it fix the problem:
    1. Close all Microsoft Office applications
    2. From the Start menu, All Programs, find
    Install Applications.
    3. Choose the install program called 'Excel Solver language fix'
    and click the Run button.
    4. Start Excel, check the Data tab, Analysis group, the
    Data Analysis tool pack and Solver should appear in English.
    For more information, please refer:
    http://www.sussex.ac.uk/its/help/faq?faqid=2471
    Hope this helps.
    Regards,
    Steve Fan
    TechNet Community Support

  • How configure analysis services for remote excel connection

    Hi I haved tried  connecting me from a Excel client to  analysis services server but I have this problema when I use the connection assistant wizzard
    appears this error :"Analysis error in line 1, column 9, DTD is denied.
    I haved seen this video
    https://www.youtube.com/watch?v=tJGGyg1dDHY for configurate the http server.
    Thanks!!

    Hi Juanweb,
    According to your description, you configure HTTP access to Analysis Services on Internet Information Services, and then connect it in Excel using HTTP access with the error "Analysis error in line 1, column 9, DTD is denied."
    In Microsoft Excel, we can connect to AS cube directly, why do you use HTTP access to connect it?
    Data>select From Other Sources. After that, select the From Analysis Services option.
    For the detail information about it, please refer to the link below.
    http://www.mssqltips.com/sqlservertip/2828/using-excel-to-interact-with-a-ssas-cube/
    Regards,
    Charlie Liao
    TechNet Community Support

  • Airport express multiple configuration and iOS utility

    Hi
    Just wondering if there is a way to toggle configs on iOS 5 devices iPad :iPhones with the new airport utility?
    Reason : I use it as an audio device to my sound system , but when I travel ( hotel , offices , etc) it becomes my own hotspot while cconfiged as a router from the stored configs on the device .., But I have to use my MBP !
    Or change it before I leave ....
    Any thoughts ? Thanks

    do I need to use my computer to change the profile before unplugging the airport express and taking it with me wherever I am going,
    Yes, unless you have another device handy on the road with a 5.x version of AirPort Utility installed.
    or will it switch automatically
    No, you must manually "switch" to the profile that you want to use at any given time.

  • Product Configuration analysis and reports using BW.

    We need very much to figure out how BW can help us to analyze product structure, let us say, by comparing different product structures (AsPlanned, AsDesigned, AsBuilt) and also the generation of reports regarding to product structure.
    <b>Have someone implemented BW to handle product structure?</b>

    Hi Waldemar,
    Maybe the presentation (see link below) is not very relevant. But it may give you some ideas.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/mdm/concept of consolidated infoobjects in sap business information warehouse
    Best regards,
    Eugene

  • What to configure in MS SQL 2008 Analysis Services

    Hello
    I have several cubes in MS Analysis Services 2008 that are available for users in Excel. I am trying to configure a universe in IDT (Edge 4.1 ) but cannot add it in IDT when i create a new olap connection (XMLA). I add the parameters (authentication , server ,  user name , password, language ,) but it appears blank  in the cube selection. I followed the instructions in Information design tool 4.0: Create a connection to an OLAP data source
    How should i configure Analysis services to be able to connect to it from th IDT ?
    Regards
    Hector

    Purchase SQL Server 2014 (or 2012) Developer Edition for around $50 (2008 may no longer be available).  Install it.  Also install AdventureWorks2012 sample database.
    SQL Server Management Studio is part of the client tools installation.  SSMS is your learning and later working environment.
    SSMS Object Explorer provides you access to all of the database objects.
    Practice T-SQL scripts:
    http://www.sqlusa.com/bestpractices/
    Kalman Toth Database & OLAP Architect
    SQL Server 2014 Design & Programming
    New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012

Maybe you are looking for

  • After iOS 8 update, iCloud constantly asks for password

    Hello, after I updated to iOS 8 on my iPhone 5 and iPad air I am constantly having the window pop up on both devices asking me to enter my password for iCloud. I've had to unlock the account twice now. Could this be due to activating family sharing w

  • Big fan noise problem: the rear fan won't shut off, the BIOS won't update, systemupdate locks up

    I received new ThinkStaion (oh boy, lots of memory and CPU speed, yay!) I unfortunately left the originally installed Vista OS on there.  Very much regretting that as I believe it contributes to the following problems (BIOS). So the original problem

  • How long should I wait to download OS5?

    After reading all the problems some of you are having I'm in no hurry to update my iPhone 4.  This has to be a bug in iTunes, the iPhone or OS5.  Or, it's a problem with the servers being overloaded by anxious iPhone owners.  Since I can live without

  • Essbase 9 Installation in Windows

    Hi, I am planning to install the Essbase V9.3 in my home pc. Can you please guide me how to proceed on this and the required components. I need to work with Agg Storage concept.Thanks in advance for your guidance. Thanks & Regards, Suma

  • UNABLE TO SWITCH GRAPHICS (FROM INTEL TO NVIDIA)

    Hello to my favourite brand............... I have Laptop with the the following specs HP 15-r032tx RAM:4gb Graphics: Nvidia Geforce 820M(2gb) WINDOWS 8.1 (SL) 64-bits When I right click go to screen resolution>Advanced Settings THERE IT SHOWS THE ADA