Windows script to start and stop jobserver only, with BOXI31

hi,
my question is easy but i have found nothing : on BOXI31
how  to start and stop jobserver (adaptive...) automaticaly with windows script ?
in tasklist command, jobserver have no services name...
thank's

In XI R2 you can stop & start job servers by their types, but in XI 3.1 I don't think you can do that, b'cos it doesnt list by server type just shows jobserver for crystal, webi & deski.
Thanks,
Hari

Similar Messages

  • How to create a .exe script to start and stop Oracle EBS R12 in Linux

    Hello,
    I have installed Oracle EBS R12 in Linux enterprise through Virtual box on windows 7 professional. It takes a long time to start and stop EBS as I have to start and stop the scripts manually - can someone please help me with the following (I have tried searching the web and Oracle for help but have had no joy);
    Q1. I want to create a executable file in Linux so I can double click the file in Linux to start EBS automatically instead of going through each script manually
    Q2. I want to create a executable file in Linux so I can double click the file in Linux to stop EBS automatically instead of going through each script manually
    you help will be appreciated.
    Ali

    I have installed Oracle EBS R12 in Linux enterprise through Virtual box on windows 7 professional. It takes a long time to start and stop EBS as I have to start and stop the scripts manually - can someone please help me with the following (I have tried searching the web and Oracle for help but have had no joy);
    Q1. I want to create a executable file in Linux so I can double click the file in Linux to start EBS automatically instead of going through each script manually
    Q2. I want to create a executable file in Linux so I can double click the file in Linux to stop EBS automatically instead of going through each script manually
    you help will be appreciated.Please see these links.
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Autostart+AND+Services&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Auto+AND+Start+AND+Services&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Managing Server Processes
    http://docs.oracle.com/cd/E18727_01/doc.121/e13675/T530130T530133.htm#5274555
    Thanks,
    Hussein

  • Script to start and stop screen sharing

    I've had no luck finding an applescript that will launch system preferences and select screen sharing in the sharing tab. I want to use this as a rule in Mail so I can open screen sharing and subsequently close after use with Jaadu on my iphone for only the time while I want to access my home computer.
    Is there anyone skilled at writing that for me?
    Thanks,
    Michelle

    You can do it on the command line but you have to have admin privileges
    sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -help
    kickstart -- Quickly uninstall, install, activate, configure, and/or restart
    components of Apple Remote Desktop without a reboot.
    kickstart -uninstall -files -settings -prefs
    -install -package <path>
    -deactivate
    -activate
    -configure -users <user1,user2...>
    -access -on -off
    -privs -all -none
    -DeleteFiles
    -ControlObserve
    -TextMessages
    -ShowObserve
    -OpenQuitApps
    -GenerateReports
    -RestartShutDown
    -SendFiles
    -ChangeSettings
    -ObserveOnly
    -mask <mask>
    -allowAccessFor
    -allUsers [-privs <priv options>]
    -specifiedUsers
    -computerinfo -set1 -1 <text>
    -set2 -2 <text>
    -set3 -3 <text>
    -set4 -4 <text>
    -clientopts
    -setmenuextra -menuextra yes
    -setdirlogins -dirlogins yes
    -setdirgroups -dirgroups ardadmin,ardinfo
    -setreqperm -reqperm no
    -setvnclegacy -vnclegacy yes
    -setvncpw -vncpw mynewpw
    -setwbem -wbem no
    -stop
    -restart -agent -console -menu
    -targetdisk <mountpoint>
    -verbose
    -quiet
    -help ## Show verbose documentation
    Examples:
    - Uninstall program files (but not preferences and settings), install the given package, and then restart the service.
    kickstart -uninstall -files -install -package RDAdminInstall.pkg -restart -console
    - Install the given package and then restart the ARD agent.
    kickstart -install -package RDClientInstall.pkg -restart -agent
    - On 10.4 and earlier, stop the Remote Management service but, if activated, it will start after the next computer restart.
    - On 10.5 and later, use kickstart -deactivate instead.
    kickstart -stop
    - Stop the Remote Management service and deactivate it so it will not start after the next computer restart.
    kickstart -deactivate -stop
    - Restart the agent.
    kickstart -restart -agent -console
    - Activate the Remote Management service and then restart the agent.
    kickstart -activate -restart -agent -console
    - Activate the Remote Management service, enable access, and restart the agent.
    kickstart -activate -configure -access -on -restart -agent
    - Disable user access.
    kickstart -configure -access -off
    - Give admin and bob all access.
    kickstart -configure -access -on -privs -all -users admin,bob
    - Use Directory Server accounts for authentication. Users must be a member of one of the directory
    - groups to authenticate.
    kickstart -configure -clientopts -setdirlogins -dirlogins yes -setdirgroups -dirgroups ardadmin,ardcontrol
    - Disable the Remote Management menu extra.
    kickstart -configure -clientopts -setmenuextra -menuextra no
    The following examples are only for Mac OS X 10.5 and later.
    - Allow access for only these users (the users must be specified in a separate command).
    kickstart -configure -allowAccessFor -specifiedUsers
    - Allow access for all users and give all users full access.
    kickstart -configure -allowAccessFor -allUsers -privs -all
    - Start the Remote Management service.
    kickstart -activate
    Version 0.9
    RUNNING FROM THE COMMAND LINE
    This script can be run like any UNIX tool from the command line or
    called from another script.
    Before starting:
    - Use this script at your own risk. Read it first and understand it.
    - Log in as an administrator (you must have sudo privileges)
    - Copy this script to any location you like (such as /usr/bin/local/)
    - Ensure this file has Unix line endings, or it won't run.
    Running:
    - Run the script using "sudo" (enter your password if prompted)
    sudo ./kickstart -restart -agent
    Command-line switches:
    The optional "parent" switches activate the top level kickstart features:
    -uninstall
    -install
    -deactivate
    -activate
    -configure
    -stop
    -restart
    These features can be selected independently, but will always be done
    in the order shown above.
    For anything interesting to happen, you must specify one or more of
    the parent options, plus one or more child options for those that
    require them. Child options will be ignored unless their parent
    option is also supplied.
    All options are switches (they take no arguments), except for -package
    <path> -users <userlist> and -mask <number>, as noted below.
    -uninstall ## Enable the "uninstall" options:
    -files ## Uninstall all ARD-related files
    -settings ## Remove access privileges in System Preferences
    -prefs ## Remove Remote Desktop administrator preferences
    -install ## Enable the "install" options:
    -package path ## Specify the path to an installer package to run
    -configure ## Enable the "configure" options:
    -users john,admin ## Specify users to set privs or access (default is all users)
    -activate ## Activate ARD agent in Sys Prefs to run at startup
    -deactivate ## Deactivate ARD agent in Sys Prefs to run at startup
    -access ## Set access for users:
    -on ## Grant access
    -off ## Deny access
    -privs ## Set the user's access privileges:
    -none ## Disable all privileges for specified user
    -all ## Grant all privileges (default)...
    ## ... or grant any these privileges...
    -DeleteFiles ##
    -ControlObserve ## Control AND observe (unless ObserveOnly is also specified)
    -TextMessages ## Send a text message
    -ShowObserve ## Show client when being observed or controlled
    -OpenQuitApps ## Open and quit aplicationns
    -GenerateReports ## Generate reports (and search hard drive)
    -RestartShutDown ##
    -SendFiles ## Send and/or retrieve files
    -ChangeSettings ## Change system settings
    -ObserveOnly ## Modify ControlObserve option to allow Observe mode only
    -mask number ## Specify "naprivs" mask numerically instead (advanced)
    -allowAccessFor ## Specify the Remote Management access mode
    -allUsers ## Grant access to all local users
    -specifiedUsers ## Only grant access to users with privileges
    -computerinfo ## Specify all four computer info fields (default for each is empty)
    -set1 -1 <text>
    -set2 -2 <text>
    -set3 -3 <text>
    -set4 -4 <text>
    -clientopts ## Allow specification of several opts.
    -setmenuextra -menuextra yes|no ## Set whether menu extra appears in menu bar
    -setdirlogins -dirlogins yes|no ## Set whether directory logins are allowed
    -setdirgroups -dirgroups grp1,grp2 ## Set directory groups allowed
    -setreqperm -reqperm yes|no ## Allow VNC guests to request permission
    -setvnclegacy -vnclegacy yes|no ## Allow VNC Legacy password mode
    -setvncpw -vncpw mynewpw ## Set VNC Legacy PW
    -setwbem -wbem yes|no ## Allow incoming WBEM requests over IP
    -stop ## Stop the agent and/or console program (N/A if targetdisk is not /)
    -restart ## Enable the "restart" options: (N/A if targetdisk is not /)
    -agent ## Restart the ARD Agent and helper
    -console ## Restart the console application
    -menu ## Restart the menu extra
    -targetdisk ## Disk on which to operate, specified as a mountpoint in
    ## the current filesystem. Defaults to the current boot volume: "/".
    ## NOTE: Disables the -restart options (does not affect currently
    ## running processes).
    -verbose ## Print (non-localizable) output from installer tool (if used)
    -quiet ## No feedback; just run.
    -help ## Print this extended help message
    ARD has four main components:
    1) ARD Helper
    2) ARD Agent & associated daemons
    3) ARD Menu Extra (controlled by the SystemUIServer)
    4) ARD Admin Console (if you have an Administrator license)
    What this script does:
    1) Any running ARD components will be stopped as needed. For example,
    they'll be stopped before an uninstall, reinstall, or restart
    request. They will not be restarted unless you specify the
    -restart options.
    2) Components will be restarted as required. For example, restarting
    the administrator console forces a restart of the agent.
    Restarting the agent, in turn, forces a restart of the helper.
    3) If you -uninstall but don't specify a new installer to run, then
    the -restart family of switches will be ignored.
    4) Options can be specified in any order, but remember that the
    options are ignored unless their parent options are specified. For
    example, -package is ignored unless -install is specified.
    RUNNING THIS SCRIPT FROM A GUI
    You can make yourself a GUI-based kickstarter program to run this
    script if you like. The options, set in the console, can be conveyed
    via environment variables to this script, per a spec shown in the
    source code for this script (or the traditional way using command-line
    switches). Be sure the console application runs this script with sudo
    privileges. The console should also specify its own location in the
    APP environment variable, and may specify the location of a
    STRINGS_FILE to use to load string definitions for any localizable
    messages produced by this script.
    A GUI console could stay up & running between runs of the script but
    should avoid running multiple instances of this script at the same
    time.
    WARNING
    This script can be used to grant very permissive incoming access
    permissions. Do not use the -activate and -configure features unless
    you know exactly what you're doing.

  • Maxl Script to Start and Stop Service

    Hi All,
    to stop essbase service i had used below  script in maxl  but it did not work
    alter system shudown;
    is there any script that  i want to stop Essbase services through MAXL  ?
    is there any script i want to start essbase services through MAXL?
    Thanks

    Its as simple as this :
      alter system kill request all;
      alter system logout session all;
      alter system unload application all ;
      alter application 'App' disable connects;
    Use all these when you are trying to Isolate the system from users .
    But to answer your question Unload command is nothing but Stop , load is start !

  • How to start and Stop Running services with Java Programme

    I have some Service Runinig on My Windows machine like Tomcat Server,i want to update some file in Tomcat server through java program ,it works only when my tomcat stops ,I want to write peice of Code so that i can stop service with my prog and start after updating my files

    heres something that may help yeah
    http://wrapper.tanukisoftware.org/doc/english/introduction.html

  • Script to auto start and stop an application

    Ok, I'm looking for an easy solution, maybe someone can point me in the right direction:
    I have a security camera program that runs on a Mac Mini that I would like to start and stop at a specific time of day. Is there an easy way to create an Applescript to do that?
    Thanks much in advance.

    Two scripts and iCal can do this for you. However, it assumes that your workstation is always logged into the Finder and that your app can be scripted beyond start and stop.
    --Script 1, launch application
    tell application "name of security app"
    activate
    -- do more stuff here like start capture
    end tell
    --Script 2, quit the application
    tell application "name of security app"
    quit
    end tell
    Save them both as scripts and then use iCal to make two repeating events. One to start the app and the other to stop it. Attach your scripts as event actions. Then sit back and let the iCal schedular the rest.

  • Starting and stopping applications via a Java-application on Windows/Unix

    Hello,
    I want to start java and other applications via a java application.
    This java application should start several different applications on windows and
    on unix systems and take care of their current state (e.g. running/not running).
    For all applications to be started there are .sh-scripts for unix and .bat-scripts
    for windows. In the scripts there could be a java call, e.g. "java someApplication",
    or some executables could be called. These scripts set the applications' environment etc.
    and start the application finally.
    My java application calls these scripts via the ProcessBuilder API, which is working fine.
    But there is the following problem: on windows, when executing a script that starts
    some other application, the ProcessBuilder gives me process-handle to the started
    process. If calling destroy() on this handle, only the cmd.exe gets killed which
    started the application. The application itself is running on. This is undesired behaviour
    since I want to be able to control the started applications, at least start and stop it which
    is impossible that way.
    On unix, it is working when using
    "exec java someApplication"
    instead of just
    "java someApplication"
    in the .sh-scripts. The exec command substitutes the shell process with the underlying
    process started in the script, so everything is working as expected on unix.
    But how could I get this working on windows systems? Is there any equivalent to the exec
    command on unix? Any suggestions appreciated.
    If something's unclear in my description, please let me know.

    Yes - after looking at this option - I think that's the direction I am going to go. It probably makes sense to give my JMS topics and my BPEL server their own OC4J instances anyway - for a number of reasons.
    Lon

  • Start and Stop a Windows Service From Java

    Is there any way to start and stop a Windows service from Java? The only post I found on it (http://forum.java.sun.com/thread.jspa?threadID=647509) had a link to one of the many aps that allow Java programs to be services, which is not what I am interested in doing.
    I am attempting to get data from performance counters from the Windows Performance Monitor into a Java ap without using JNI. I can get the data from C++ or a .net language pretty easily and was going to create a service that would listen for socket requests and feed back the data. However, I'd like to start and stop that service when my java code starts and stops. Is this possible? Would it make more sense to just use a .exe and Runtime.exec()?

    If it's only to start or stop a service then you could use the net command without any need for JNI.import java.io.*;
    public class MsWinSvc {
        static final String CMD_START = "cmd /c net start \"";
        static final String CMD_STOP = "cmd /c net stop \"";
        public static int startService(String serviceName) throws Exception {
            return execCmd(CMD_START + serviceName + "\"");
        public static int stopService(String serviceName) throws Exception {
            return execCmd(CMD_STOP + serviceName + "\"");
        static int execCmd(String cmdLine) throws Exception {
            Process process = Runtime.getRuntime().exec(cmdLine);
            StreamPumper outPumper = new StreamPumper(process.getInputStream(), System.out);
            StreamPumper errPumper = new StreamPumper(process.getErrorStream(), System.err);
            outPumper.start();
            errPumper.start();
            process.waitFor();
            outPumper.join();
            errPumper.join();
            return process.exitValue();
        static class StreamPumper extends Thread {       
            private InputStream is;
            private PrintStream os;
            public StreamPumper(InputStream is, PrintStream os) {
                this.is = is;
                this.os = os;
            public void run() {
                try {
                    BufferedReader br = new BufferedReader(new InputStreamReader(is));
                    String line;
                    while ((line = br.readLine()) != null)
                        os.println(line);
                catch (Exception e) {
                    e.printStackTrace();
    }Regards

  • I am getting a service start and stop alert while doing the windows server updates.

    HI
    I am getting a service start and stop alert while doing the windows server updates. Services are wmiApSrv , WPDBusEnum. Can you please help me to under stand why i am getting the service start and stop alert.
    Thanks & Regards
    Abhilash K Joy

    Hi,
    The WMI Performance Adapter (wmiApSrv) service provides performance library information from Windows Management Instrumentation (WMI) providers to clients on the network. This service only runs when Performance Data Helper is activated.
    This service is installed by default and its startup type is Manual. When started in the default configuration it will log on using the Local System account.
    You can try troubleshooting the issue using Clean Boot to check if the issue is related to third-party software.
    How to perform a clean boot in Windows
    http://support.microsoft.com/kb/929135/en-us
    Best Regards,
    Mandy
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • CC&B start and stop script

    Hi,
    has any one automated the start and stop script for backup.
    Please share the script.
    Regards
    TAI

    Hi,
    I don't believe there is a single script that can fit all installation of CC&B .
    Backup usually has a strategy and a plan.
    In our installation we run incremental backup daily for the database, and full backups weekly and montly. As for the application, full backup daily. Also we have several application servers running and the database has RAC installation.
    So I guess you will need to review your backup strategy consider existing backup solutions in the market.
    AK

  • Action Script 3 code not working for start and stop button?

    Ok so I have this simple animation I created of a circle that moves from one side of the stage to the other. I have added a new layer and called it buttons. On this layer I have added 2 buttons. One for start and another one for stop. The purpose is to get my circle to move from one side of the stage to the other but be able to use my buttons so that I can start and stop the animations at random times during playback. I fixed all my compiler errors now the problem lies in that everytime I click the start or the stop button I get an output error. I have a 3rd layer in which is titled actions and this is where all my code is posted. I removed that layer and placed my code in the first frame of the buttons layer to see if this would change anything but I still get the same output errors. So I just added back my actions layer. What could I be doing wrong? I have made sure to name all my movie clips and buttons correctly and I even added an instance name to them.
    Here is my code and the errors I am getting when I press the play and stop button on test-
    start_btn.addEventListener(MouseEvent.CLICK, startCircle);
    stop_btn.addEventListener(MouseEvent.CLICK, stopCircle);
    function startCircle(e:MouseEvent):void{
        circle.play();
    function stopCircle(e:MouseEvent):void{
        circle.stop();
    green_btn.addEventListener(MouseEvent.CLICK, greenCircle);
    red_btn.addEventListener(MouseEvent.CLICK, redCircle);
    function greenCircle(e:MouseEvent):void{
        circle.play();
    function redCircle(e:MouseEvent):void{
        circle.stop();
    Here are my output errors-
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at exercise2_fla::MainTimeline/redCircle()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at exercise2_fla::MainTimeline/greenCircle()

    ok so my circle is my movie clip and it is titled circle and the instance name is circle. Am I supposed to change MovieClip to circle? I put the code at the top of my actions script but for some reason it did not work. I did change play to stop and it got the movie clip to stop when I do test movie but my buttons still do not work. So I changed stop back to play. Strange.
    I did try changing MovieClip to circle but that did not work so I did Circle with a capital C and that did me no good eigther.
    I meant to add that I did get an error that said- 1180 Call to a possibly undefined method circle.

  • Start and stop windows service for multiple remote computers

    Hello,
    Can someone show me how to Start and Stop windows service for multiple remote computers using Command Prompt or PowerShell or even Java?
    Thank you

    You asked a pure Windows related question at a pure Java related forum. We have advised you to look for a Windows related forum to post the question. Nothing special. It's like asking a car mechanican to help you with your migraine, he would advise you to look for a general practitioner.
    But why are you so surprised and negative about this answer after all? Don't we have to help you? Don't you appreciate help? So be it then, but please stay away then if you keep this attitude.

  • How to copy only part of a binary file after selecting a start and stop byte?

    I need to copy a selectable block of binary data from one file to a new file.  The binary file is made up of several data widths (8/16/32 signed and unsigned).  If I use a read binary function I will need to account for the data types within the file.  I was hoping to do a copy function with a start and stop byte control. Any pointers?  

    The attached Rube Goldberg Code copies two arrays of clusters to two arrays of indicators.
    Ben
    BTW: It does so by writtng the flattened data to a fixed length file and decoding same on the read.
    Message Edited by Ben on 03-24-2007 12:54 PM
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction
    Attachments:
    File Decode.JPG ‏137 KB
    FileDecode.vi ‏125 KB

  • How to create services start and stop automation script for diff servers

    Hi All,
    i want to create a bat file for automation purpose to start and stop services
    i have some services in 1st server aand some in 2nd server and some in 3rd servers.
    has you all know i have to follow sequences to start and stop services can any help me in creating .bat by linking 3 servers fo starting and stoping services.
    Thanks in advance
    Regards
    SM

    Hi,
    this is the list of start oder for services in 11.1.2.1 from the Installation and Configuration Guide
    1. Databases for repositories.
    2. Any corporate user directories that you plan to configure for use with Shared Services.
    3. Foundation Services Managed Server application server, which includes Shared Services,
    and EPM Workspace.
    4. Reporting and Analysis Framework — Agent Service (if required for your environment)
    5. Reporting and Analysis Framework Application Server (if required for your environment)
    6. Web server
    The remaining services and processes can be started in any order:
    1. Performance Management Architect Services
    2. Performance Management Architect application server
    3. Performance Management Architect Data Synchronizer application server
    4. Essbase Server
    5. Administration Services application server
    284 Starting and Stopping EPM System Products
    6. Integration Services Server
    7. Essbase Studio Server
    8. Provider Services application server
    9. Financial Reporting Services
    10. Financial Reporting application server
    11. Web Analysis application server
    12. Calculation Manager application server
    13. Planning application server and the Hyperion RMI Registry
    14. Financial Management service
    15. Financial Management Web application server
    16. Strategic Finance service
    17. Performance Scorecard application server
    18. Performance Scorecard Alerter application server
    19. Profitability and Cost Management application server
    to start services on different servers you can use the sc command in your batch file
    for eg
    sc \\10.121.201.21 start HypS9FrameworkAgent

  • Batch file to start and stop

    Hi All,
    Can we create a batch file to start and stop the services. I need to start all the services like shared, essbase, eas, planning, webanlysis and financial reporting, and at also need to stop them using windows batch file.(Using windows 2003 server....service pack 1). Any help would be appreciated.
    Thanks

    Hi,
    The simplest script would be something like this. Save it as a .bat file, set all your services to manual and then set up a scheduled task to run this script when the computer starts.
    Gee
    ::          Startup Script for Hyperion Services          ::
    date/t >> startup.log
    time/t >> startup.log
    echo "Starting Hyperion Services" >> startup.log
    net start "Hyperion S9 OpenLDAP" >> startup.log
    net start "Hyperion S9 Shared Services" >> startup.log
    :: Insert pause of 5 seconds to ensure HSS has finished starting
    ping localhost -n 6 >nul
    net start "Hyperion S9 BI+ Analytic Services 9.3.1 - Essbase" >> startup.log
    net start "Hyperion S9 Administration Services ATS5" >> startup.log
    net start "HyperionRMIRegistry" >> startup.log
    net start "Hyperion S9 Planning" >> startup.log
    net start "Hyperion S9 Provider Services ATS5" >> startup.log
    net start "Hyperion S9 Apache 2.0" >> startup.log
    net start "Hyperion S9 BI+ 9.3 Core Services 1" >> startup.log
    :: Insert pause of 10 seconds to ensure Core has finished starting
    ping localhost -n 11 >nul
    net start "Hyperion S9 BI+ 9.3 Workspace" >> startup.log
    net start "Hyperion S9 BI+ 9.3 Financial Reporting Java RMI Registry" >> startup.log
    net start "Hyperion S9 BI+ 9.3 Financial Reporting Print Server" >> startup.log
    net start "Hyperion S9 BI+ 9.3 Financial Reporting Report Server" >> startup.log
    net start "Hyperion S9 BI+ 9.3 Financial Reporting Scheduler Server" >> startup.log
    net start "Hyperion S9 BI+ 9.3 Financial Reporting Web application" >> startup.log
    net start "Hyperion S9 BI+ 9.3 Web Analysis" >> startup.log
    date/t >> startup.log
    time/t >> startup.log
    echo "Finished Starting Hyperion Services" >> startup.log
    echo "###################################################################" >> startup.log

Maybe you are looking for

  • Is there way to install OS and drivers without recovery CD?

    Hi... I installed my notebook with the recovery cd... but i get disappointed because it installed a lot of unusual programs...like aol, sonic-pro, games... is that a way to install windows and drivers only ?? without this boring programs ??? i don't

  • Missing namespace prefix in the soap body

    Hello The soap body that is produced along with soap header for my webservice. I am the client talking to a server. The first piece in RED color is what weblogic generates to send to the client but does NOT work. The one below though works fine which

  • Web Page for Guest Wireless

    Hi. I was wondering if someone could help me with the easiest way to set up a Web Page to control Guest Wireless access on Cisco AP 1130AG. I was using PEAP and Dot1x to Active Directory but the messing around required on some clients (namely XP and

  • Instance not starting up

    Hi all, When i am trying to start the instance after a profile parameter change it is not starting up.The disp + work process is not starting up.The error showing up is SAP-Basis System: Signal c00 received by operating system.

  • Adding fields in stardard report

    Hi,      I have to add two fields in standard report MC50.What are all the things I have to do. First I found out an exit MCBR0001.Is is useful.Kindly reply some tips.