Configuration tool question

Hi there is a tool where you can assambly a device, I mean put the IOS and check if all the components I want are compatibles.
Can somebody help to find out this tool. Is free but I can not locate it.
Thanks

Hello,
are you referring to the Network Assistant ? Check this link:
Cisco Network Assistant
http://www.cisco.com/en/US/products/ps5931/
Or the Online Configuration Tool:
Cisco Dynamic Configuration Tool
http://www.cisco.com/appcontent/apollo/configureHomeGuest.html
HTH,
GP

Similar Messages

  • Query - JDI Template Configuration Tool...Please guide

    Hello All,
    Am working on 04 version and have finished installing & configuration of basic NWDI components.
    There is an additional configuration of 'Template Configuration Tool'
    And as far as I read...its use is into administration and not development.
    <u>Questions:</u>
    1. Can I skip this configuration? The installation doc does not mention it as optional or mandatory though.
    2. What could be the implications if I skip this step?
    3. The description says this tool provides a framework to NetWeaver components to create their own configuration templates.
    Please give me some examples to understand this better.
    Awaiting Reply.
    Thanks and Warm Regards,
    Ritu

    <b>5.1 Template Configuration Tool
    Purpose</b>
    This component is a tool for configuring the J2EE Engine and the SAP NetWeaver
    components running on top of it. To configure the system properly, the Template
    Configuration Tool uses specially designed templates for each component.
    You can find the latest information about the Template Configuration Tool and
    <b>the related configuration templates in SAP Note 739788.</b>
    <b>Implementation Considerations</b>
    The installation procedure of the J2EE Engine and the SAP NetWeaver components provides the system with a default configuration. You can run the system using the initial configuration;however, this does not guarantee that the available resources are utilized optimally or that the system will function properly. Using the Template Configuration Tool and the templates provided by each component, you can easily adjust the infrastructure to the particular needs of the scenario that you are running. Therefore, we recommend that you run the Template Configuration Tool after installing the J2EE Engine.
    The Template Configuration Tool is run only once for each server instance. If
    you expand the cluster vertically later on by adding new instances to it, you
    should run the tool on each new instance, so that all instances in the cluster
    are configured in the same way.
    <b>Integration</b>
    While the Template Configuration Tool provides the framework for processing the templates, each SAP NetWeaver component provides its specific template.
    <b>Features</b>
    The Template Configuration Tool is the framework that enables other SAP NetWeaver
    components to create their own configuration templates. You can use the tool to apply and restore a particular system configuration.
    You can choose to apply the appropriate configuration templates depending on your
    particular scenario. For example, you may choose to apply a template for an Enterprise Portal scenario where you have a portal running on top of the J2EE Engine. Note that this may influence not just the configuration of the component itself, but also the settings of the J2EE Engine.
    The tool is instance-based – that is, it configures the J2EE Engine based on the available hardware resources on a particular host, as well as some additional settings such as allocated memory. This means that you must run the tool separately for each Java instance that you have installed.
    The Template Configuration Tool is designed to automatically detect most of the parameters that are used to define the configuration of the system. The tool provides wizards that guide you through the process of choosing which function you want to use, selecting the appropriate templates, and filling in the required parameters.

  • ColdFusion 9 Web Server Configuration Tool  problem

    I am using:
    ColdFusion 9.01
    Oracle iPlanet Web Server 7.0.13
    Windows 2008 R2 Standard
    When I try to use the Web Server Configuration Tool, I get the following message:   warning "connectors/nsapi/intel-win64/prebuilt/jrun_nsapi.dll".  Could it be an incompatability with the versions of software that I am using?  Has anyone successfully configured ColdFusion 9.01 with Oracle iPlanet Web Server 7.0.13?
    I can't get past this message (see below).
    The wsconfig.log file has the following:
    02/14 00:39:57 debug Parsing Sun ONE Web Server (iPlanet) configuration file G:\Program Files\Oracle\WebServer7\https-CFAdmin\config\magnus.conf
    02/14 00:39:57 debug Parsing Sun ONE Web Server (iPlanet) configuration file G:\Program Files\Oracle\WebServer7\https-CFAdmin\config\obj.conf
    02/14 00:39:57 error connectors/nsapi/intel-win64/prebuilt/jrun_nsapi.dll
    java.io.FileNotFoundException: connectors/nsapi/intel-win64/prebuilt/jrun_nsapi.dll
        at jrunx.connectorinstaller.JarUtils.extractToFile(JarUtils.java:72)
        at jrunx.connectorinstaller.CIUtil.extractConnector(CIUtil.java:274)
        at jrunx.connectorinstaller.iPlanetInstaller.installConnector(iPlanetInstaller.java:136)
        at jrunx.connectorinstaller.ConnectorInstaller.installConnector(ConnectorInstaller.java:341)
        at jrunx.connectorinstaller.ConnectorInstaller.doIt(ConnectorInstaller.java:275)
        at jrunx.connectorinstaller.ConnectorInstaller.main(ConnectorInstaller.java:765)

    I'm using  Solaris 10 SPARC, iPlanet 7.0.15, and I'm not going to use Apache!
    Note: I made a slight modification to the LD_LIBRARY_PATH_64 reference in the startup script for iPlanet.
    You have to do this to make the virtual server use the 64-bit libraries.
    vi /sun/webserver7/https-<config_name>/bin/startserv
    look for this line:
        LD_LIBRARY_PATH_64="${SERVER_LIB_PATH_64}:${SERVER_JVM_LIBPATH}:${LD_LIBRARY_PATH_64}"; export LD_LIBRARY_PATH_64
    and change it to this line:
        LD_LIBRARY_PATH_64="${SERVER_LIB_PATH_64}:${SERVER_JVM_LIBPATH}:${LD_LIBRARY_PATH_64}:/us r/sfw/lib/sparcv9"; export LD_LIBRARY_PATH_64
    I'm moving from CF8 ENT to CF9 ENT.
    Here's the problem: iPlanet virtual server is configured for 64-bit operation; the connector in CF9 is 32-bit.
    Question: What Program is Making this file ---> libjrun_nsapi.so ??
    I'm assuming CF is creating it, so try to follow my logic here.....
    CF9 doesn't want to produce libjrun_nsapi.so in 64-bit mode.
    The file is located here:
    /opt/coldfusion9/runtime/lib/wsconfig/1/libjrun_nsapi.so
    Instead it spits out a 32-bit file....
    # file libjrun_nsapi.so
    libjrun_nsapi.so:       ELF 32-bit MSB dynamic lib SPARC32PLUS Version 1, V8+ Required, dynamically linked, not stripped, no debugging information avail
    It's supposed to look something like this:
    # file libjrun_nsapi.so
    libjrun_nsapi.so:       ELF 64-bit MSB dynamic lib SPARCV9 Version 1, dynamically linked, not stripped
    I found out that when I use CF8, the installer asks for 64-bit configuration during install,
    AND the initial startup makes the 64-bit connector.
    In CF9...no such menu item; it doesn't mention 32/64 bit anything.
    How do you force CF9 to produce a 64-bit libjrun_nsapi.so file?
    This creates the 32-bit file...
    cf_root/runtime/bin/wsconfig -server coldfusion -ws sunone -dir /sun/webserver7/<config-name>/config -coldfusion -v
    When I add -ws64 it breaks the script....
    cf_root/runtime/bin/wsconfig -server coldfusion -ws64 sunone -dir /sun/webserver7/<config-name>/config -coldfusion -v
    How do you force CF9 to produce a 64-bit libjrun_nsapi.so file?
    FYI:  I grabbed the libjrun_nsapi.so file from my CF8 ENT install, and used it in my CF9 ENT install.
    No errors from the web server, but it's running dirt-slow now.
    Could be the file because the libjrun_nsapi.so was created to connect with CF8, not CF9 !?
    How do you force CF9 to produce a 64-bit libjrun_nsapi.so file?

  • Oracle 8i Configuration Tools Fails on Install

    I found problems on the Oracle 8i Installation, on my Windows XP Desktop (SP1). I've selected the Minimal Installation, and all goes on. When they reach the Configuration Tools Section of Setup...
    It found the following fails:
    - Net8 Configuration Assistant, fail:
    Class not found: Files\Oracle\Ora81\network\jlib
    - Oracle Database Configuration Assistant, fail:
    There is no available output for this tool.
    Apparently, it doesn't create the Starter Database (my main need). I'm newbie in Oracle Database world (I'm MS-SQL Server DBA), so, if anyone can help me, I'll be glad...
    Thanks,
    Rafael

    Please turn on the debug trace in tip.properties
    Since we want to see why B2B did not start, we want to have as much trace as possible. Please set the following (in tip.properties)
    b2b.oracle.tip.DiagnosticLevel = DEBUG
    oracle.tip.LogType = text
    If there is an exception in also should be logged in /home/oracle/MTProd/opmn/logs/B2B~B2BServer~MTProd.helenab2b.helenachemical.com~1
    Please gather as much trace information as possible when you start the B2B Server manually.
    If opmn is not started, use the 'opmnctl start' command in $ORACLE_HOME/opmn/bin
    Then use the following command to start B2B:
    opmnctl startproc process-type=B2BServer
    Thanks,
    Eng

  • ID: How to use the test Configuration tool

    Hi all,
           I have done one simple file2file scenario and it is working fine( source file is reaching the destination).
          By using this scenario, i would like to know the use of test configuration.( which is in Integration Directory).
    I have given the input parameters what it has asked.
    Header details:-
    sender service,sender message interface and namespace.
    payload:-
    xml format( taken from message mapping)
    log result:-
    Sender Agreement
    Internal Error
    HTTP connection to ABAP Runtime failed. Error: 403 Forbidden URL: http://xxxxx:8000/sap/xi/simulation?sap-client=000 User: XIDIRUSER
    Please help me how to work with this tool.
    Regards,
    Deviprasad.

    hi deviprasad...even i face the same problem whenever i tried using test configuration tool...
    i think it means...its trying to make a connection :  HTTP connection to ABAP Runtime ......which fails due to lack of proper authorization...
    if u login to ur integration builder with a user having the proper authoriztion(i dont know exactly)...u can do the test..... coz during the test there is a connection between java and abap stack...
    pls rectify me and convey me if u get the proper answer....or if i m wrong..
    pls try to do use the test after login to IB through a user with maximum authorization....

  • Dynamic Configuration Tool Issues

    Hi,
    Has anyone run into issues with the cisco dynamic configuration tool? I recently noticed I cannot customize the hardware I am trying to configure. This was not like this in the past.

    Hi Laurence,
    According to your description, you are creating a SQL Server Reporting Services report using SSAS cube as the data source, there are 40 parameters in the MDX query, so the performance is poor, right?
    In your scenario, you said that 10 of the parameters using existing function, so you suspect that the issue can be caused by the existing function. Based on my research, it seems that the existing function is not a problem. Only issue is that use existing
    function together with nonempty function, please refer to the link below to see the detail information about it.
    http://cwebbbi.wordpress.com/2009/03/31/existing-and-nonempty/
    In additional, I'd suggest you enable SQL profiler to monitor the queries fired by the query, once you find some queries took a very long time to run, consider creating the smaller cube partition or optimizing the query by adding index or partition
    to improve the query performance. Here are some links about performance tuning.
    http://www.bidn.com/blogs/DustinRyan/bidn-blog/2636/top-3-simplest-ways-to-improve-your-mdx-query
    http://blogs.msdn.com/b/azazr/archive/2008/05/01/ways-of-improving-mdx-performance-and-improvements-with-mdx-in-katmai-sql-2008.aspx
    http://www.packtpub.com/article/query-performance-tuning-microsoft-analysis-services-part1
    Hope this helps.
    Regards,
    Charlie Liao
    If you have any feedback on our support, please click
    here.
    Charlie Liao
    TechNet Community Support

  • HT5487 So we just got a new Macbook and I also installed the apple configurator tool. I'm using it to prepare the iPads for deployment and it won't let me prepare them? It gets an error stating "retrieving iOS info from apple" then it stops and says "inte

    So we just got a new Macbook and I also installed the apple configurator tool. I'm using it to prepare the iPads for deployment and it won't let me prepare them? It gets an error stating "retrieving iOS info from apple" then it stops and says "internet error". My Internet connection is fine with the Mac-book. It shows the iPad is listed under the Prepare logo up top as 1 but under supervise none are shown. Although it does show itself in iTunes. Also the profile I created is fresh and has no errors. We have tryed nearly everything I cna think of and online forums are not giving us to much info on this error. 

    A wag at this.  A port issue?
    "Apple Push Notification network setup
    When MDM servers and iOS devices are behind a firewall, some network configuration may need to take place in order for the MDM service to function properly. To send notifications from an MDM server to Apple Push Notification service, TCP port 2195 needs to be open. To reach the feedback service, TCP port 2196 will need to be open as well. For devices connecting to the push service over Wi-Fi, TCP port 5223 should
    be open."
    http://www.google.com/url?sa=t&rct=j&q=ports%20ios%20configure%20ipad&source=web &cd=1&ved=0CC0QFjAA&url=http%3A%2F%2Fimages.apple.com%2Fipad%2Fbusiness%2Fdocs%2 FiOS_MDM.pdf&ei=5lXGUPCcJMXx0gH2wYG4BA&usg=AFQjCNFzINvs7ktT-6o6Q_l4Qk2HkpjtCA&ca d=rja
    google: ports ios configure ipad
    Try it on your home network where there isn't a lot of 'controls' -- network filtering , firewalls, etc.
    Robert

  • OCS 2007 R2 Response Group Configuration Tool Failure

    Hello there.
    We are bringing back to life an old OCS installation. Customer performed a clean AD reinstall and we are in the process of re-installing OCS 2007 R2. All seems to work fine, except the RGS. When accessing the web tool we get this error:
    Response Group Configuration Tool Failure
    An unknown error occurred. The operation cannot complete successfully. Please contact the administrator if this problem persists.
    Click here to return Home.
    the Event viewer for application on the FE shows:
    Event code: 3005 
    Event message: Excepción no controlada. 
    Event time: 13/05/2014 12:13:01 p.m. 
    Event time (UTC): 13/05/2014 06:13:01 p.m. 
    Event ID: a74ea242095f4e8099bca266a7a5cc83 
    Event sequence: 8 
    Event occurrence: 1 
    Event detail code: 0 
    Application information: 
        Application domain: /LM/W3SVC/1/ROOT/Rgs-1-130444779241580315 
        Trust level: Full 
        Application Virtual Path: /Rgs 
        Application Path: C:\Program Files\Microsoft Office Communications Server 2007 R2\Web Components\Acd Files\ 
        Machine name: OCSR2-FE02 
    Process information: 
        Process ID: 6504 
        Process name: w3wp.exe 
        Account name: domain\RTCComponentService 
    Exception information: 
        Exception type: COMException 
        Exception message:  
    Request information: 
        Request URL: https://ocspool.domain.com:443/Rgs/Deploy/Default.aspx 
        Request path: /Rgs/Deploy/Default.aspx 
        User host address: 172.16.6.32 
        User: domain\user
        Is authenticated: True 
        Authentication Type: Negotiate 
        Thread account name: domain\RTCComponentService 
    Thread information: 
        Thread ID: 9 
        Thread account name: domain\RTCComponentService 
        Is impersonating: False 
        Stack trace:    en System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
       en System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext()
       en System.Management.ManagementObjectCollection.get_Count()
       en Microsoft.Rtc.Acd.Management.OcsApplicationContactSetting.Select(String condition)
       en Microsoft.Rtc.Acd.Web.UI.WorkflowTemplate.GetContactObject()
       en Microsoft.Rtc.Acd.Web.UI.WorkflowTemplate.AddedControl(Control control, Int32 index)
       en ASP.deploy_default_aspx.__BuildControl__control15(Control __ctrl)
       en Microsoft.Rtc.Acd.Web.UI.TemplateHelper.InstantiateWorkflowTemplate(AcdWorkflow workflow, ITemplate template, ControlCollection controlsToAddTo, String resourceClass, String templateResourcePrefix)
       en Microsoft.Rtc.Acd.Web.UI.AcdWorkflowList.CreateChildControls()
       en System.Web.UI.Control.EnsureChildControls()
       en System.Web.UI.Control.PreRenderRecursiveInternal()
       en System.Web.UI.Control.PreRenderRecursiveInternal()
       en System.Web.UI.Control.PreRenderRecursiveInternal()
       en System.Web.UI.Control.PreRenderRecursiveInternal()
       en System.Web.UI.Control.PreRenderRecursiveInternal()
       en System.Web.UI.Control.PreRenderRecursiveInternal()
       en System.Web.UI.Control.PreRenderRecursiveInternal()
       en System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    Custom event details: 
    on the OCS logs I have:
    Unhandled exception occurred in the Response Group Service Configuration Tool. The operation could not complete successfully.
    Requested URL: /Rgs/Deploy/Default.aspx
    User / Host making the Request: domain\user/ 172.16.6.32
    Unhandled exception: System.Web.HttpUnhandledException - Se produjo una excepción de tipo 'System.Web.HttpUnhandledException'.
    Inner Exception: System.Runtime.InteropServices.COMException
    Cause: An unhandled exception occurred.
    Resolution:
    Check the exception.
    Windows server is installed in spanish, if you wonder why the mix in languages.
    We have been battling with this error for the last 2 weeks. Any help is greatly appreciated!
    FR

    Hi,
    Please check the configuration of the Response Group Service with the help of the link below:
    http://technet.microsoft.com/en-us/library/dd441277(v=office.13).aspx
    Please check the OCS components that are required to implement the Response Group Service below:
    Application Server and Response Group Service
    Language pack
    Administrative tools
    Web Components Server
    Internet Information Services
    Microsoft Office Communicator 2007 R2
    You can try to use the workflows that you crated to validate the deployment.
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • SQL Server Configuration Tools Disappeared

    I know I used to have Server Configuration Tools, but when I just looked for it, it seems like it has disappeared.  I'm looking at this.
    I'm getting this login error.
    I used to be able to reset SQL Server using the Configuration Tools, but now I can't reset it, and I can't login.
    Please help!!
    Knowledge is the only thing that I can give you, and still retain, and we are both better off for it.

    Hello,
    When you connect using SSMS ( SQL server management studio) in server name give like 
    hostname\mssqlserver--if it is default instance
    hostanme\instancename if it is named instance
    hostname\SQLEXPRESS is it is express edition
    now go to run tyoe services.msc look for SQL server services check if it starte dor not if not please start in try connection using above information
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • Test Configuration Tool: Sender Agreement Not Found

    Hi, All:
    We have new XI3.0 setup and I just want to test simple file to file scenario, but the file was picked up by sender file adapter, however, there is no message sent to Integration server.
    When I use Test Configuration Tool, the sender agreement is green, however, it also mention Sender Agreement Not Found, see below:
    ================================================
    Sender Agreement
    ================================================
    futhermore, Interface Mapping is not found either. Actually, Interface has been created on IR. Sender Agreement also created in ID.
    Anyone who has idea about these two errors ?
    Thanks in advance
    Liang

    Hi, Raj and Srinivas:
    Thanks for your reply.
    First of all, all the objects are activated,  secondly, when create sender agreement, I just need to input the Sender Service Name / Sender Interface / Sender Interface Namespace. Then finally select commnication channel.
    For any Receiver sides, they are grey out, I am not able to input anything.
    So, there is no "*" in any fields.
    I doubt if there is any setup wrong, especially for adapter engine, maybe some modules that are not functional for file adapter engine, since I also see other problems,  I might post them as separate thread.
    In Adapter monitor page, I did not see the adapter.
    In RWB, if I use IE, there is Error in the page, using Firefox, it is OK.
    Thanks And Regards !
    Liang

  • Install Oracle 9i in Redhat 7.1 hangs at Configuration Tools

    I have upgraded the binutil to binutil-2.10.91.0.4-1. Everything seems fine until Configuration Tools. The Oracle Net Configuation Assistant shows in progress status and did not completed. In the detail box, it shows Running Listener Control
    /u01/app/oracle/product/9.0.1/bin/lsnrctl start LISTENER.
    Any idea?
    Thanks,
    Ed

    Hi, I had the same problem. But I don't think its a serious problem at all.
    What I did was, stop the Net Configuration, so that it can carry on with configuring the Apache web server, followed by database creation. Only after the database was created successfully, then restart the Net Configuration again. It should work after database configuration.
    Cheers.

  • 9iAS Linux - ADMN 100999 - configuration tools aborted

    Hi
    I installed on SUSE Linux 8.0 the 9iAS R2, only the option A - J2EE and WebChache. Now I have following problems.
    1. Some configuration tools (OC4J, OPMN, DCM)were not initialized in the end of the installation. I read other postings with the same problems, but i never read a solution of these problems.
    2. After installing, i want to start the http server manually (dctml start -ct ohs) , but it doesn't work. I got the error message ADMN 100999. dctml -resyncInstance was not successful.
    Other admins has same problem, they reset the admin password and it worked.
    But I can not use the script resetiAspassword.sh because I never installed the infrastructure.
    If i want to start the http-server with enterprise manager (EM worked) I got an EMException.
    I have no idea to resolve the problems, perhaps you
    Thank You

    Hello Diana, i am having the same exact problem except it is on rh7.2. my initializations were also a problem: i have emctl but not dcmctl and therefore cannot run http. i am convinced i need to de-install/wipe clean/re-install. u r lucky because u r runninng on suse 8. u may consider de-install/re-install. i am going to wipe the directory clean this time becaue i have already tried de-install/re-install many times. thanx, david brown. webitplanet.com.

  • Configuration tool

    Do any one can expalin me about the configuration tool and give any link for guide line purpose

    Hi,
    http://help.sap.com/saphelp_nw04/helpdata/en/fb/f69f3f12e1eb0ce10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/2f/f79f3f12e1eb0ce10000000a114084/frameset.htm
    Template  Configuration Tool
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/dc68ec90-0201-0010-cd85-de89a636a663
    Regards,
    Prateek

  • Configuration tool problem

    Hi,
    I tried to use Configuration Tool for VPN. When I open a *.vpn file the program says:
    Impossible to reach temp folder.
    I'm using Win7.
    Can you help me, please?
    Thanks

    Hey serenc2, Welcome to the Nokia Forums!
    Have you tried viewing this link which can help you to configure your VPN on Configuration Tool? 
    You can also try do the following steps to fix the problem:
    Disconnect the USB cable and connect it again.
    If you use a USB hub with an external power source, verify it has been switched on.
    If you use a USB hub, try connecting the phone directly to the computer.
    Inspect the USB cable for problems and replace if necessary.
    Ensure that you are using an original Nokia cable and the correct cable type for your phone.
    Verify that you have selected PC Suite USB mode in the phone.
    Disconnect the cable, reboot the computer, and try again.
    Note; The connection problems may occur if you have previously unplugged USB devices without using the system tray utility for ejecting devices.
    Also if a working connection suddenly stops working you can try to repair it using the functionality existing in Nokia Configuration Tool
    Start > Programs > Nokia > Nokia Configuration Tool 6.0 > Uninstall > Repair Nokia Configuration Tool.
    This option fixes missing or corrupt files, shortcuts and registry entries.
    OR
    Go to Add/Remove programs on Control panel (called Programs in Windows 7).
    Select Nokia Configuration Tool installation and click Change/Remove.
    From the dialog choose Repair.
    I hope this has helped!
    Sheldrick
    Press the 'Accept As Solution' icon if I have solved your problem, Kudos my post if my advice has helped you!

  • Cisco dynamic configuration tool

    Currently cisco dynamic configuration tool is not working. What can I do?

    Richard,
    The power supplies in the 6120 / 6140s are auto sensing for 120-240 VAC. Please see Table 9 in the Nexus 5000 document for all supported cables:
    http://www.cisco.com/en/US/prod/collateral/switches/ps9441/ps9670/data_sheet_c78-461802.html
    Thank you,
    Matthew

Maybe you are looking for

  • Best Practices when replacing 2003 server R2 with a new domainname and server 2012 r2 on same lan network

    I have a small office (10 computers with five users) that have a Windows 2003 server that has a corrupted AD. Their 2003 server R2 is essentially a file server and provides authentication.  They purchased a new Dell 2012 R2 server.   It seems easier

  • User exit or badi for me52n transaction.

    Hi all,        i have a requirement to write a user exit or badi for me52n transaction. the requirement is in header section, only one plant should be accepted. that is in the first row one plant will be inserted. in the second row if we are insertin

  • Pages - HP printer offline

    I have a friend with an iMac (Snow Leopard) who can print in any other application except Pages to her HP USB printer.  She can print emails, web pages from Safari, etc, but when she prints from Pages it says her printer is offline.  Also, if she cli

  • Updating the firmware to 2.2

    I received an Ipod Touch for Christmas as did a friend of mine. I have the 2.2 firmware version while he has 2.11. I have highspeed and he's on dialup. I'm going to update his firmware to 2.2 but my MBP won't be attached to a high speed connection. I

  • Sony: Lens Profile Creator knows the subject distance, ACR does not

    When making a lens profile for a Sony alpha DSLR, lens profile creator identifies the focus distance, and processes each distance accordingly. However, when loaded in ACR (or PS lens correction filter), the software does not display the distance. Why