Access linux terminal to send shutdown command

I'm needing to access the linux terminal to send the shutdown command,
here is the code i'm trying
  try{
            Process p = Runtime.getRuntime().exec("sudo shutdown -h now");
        }catch ( Exception e){
            System.out.println("Exception in shuttin down machine");
            JOptionPane.showMessageDialog(null,"Can't shutdown.  Shit!");
        }I've used this commend to use the command line in windows, but not sure how to change it over for linux.
Thanks

I had a similar problem recently where I need to send multiple commands after the initial Runtime.exec(). My solution involved a PrintWriter...
Process p = Runtime.getRuntime().exec("sudo shutdown -h now");
PrintWriter pw = new PrintWriter(p.getOutputStream());
pw.println("yourpassword");
pw.flush();
pw.close();As far as this...
"sudo (and ssh etc.) won't take password from the stdin, if it is not a terminal. "
... Im not really sure. The method above did work for me, but if sudo doesn't check stdin, Im not sure how my solution works
A couple other things you might consider. When you use Runtime.exec(), you are passing the system a command, you are not sending a string to a command line. For example, trying to run ...
Process p = Runtime.getRuntime().exec("ls /usr/bin");
... will do nothing since "ls" does not start a new process, but is more of a routine. Likewise, you may or may not have problems using the shutdown command. If you do have problems, you may need to start a terminal with Runtime.exec(), and then send the shutdown command through the terminals stdin using the PrintWriter method.
And on a second note, you may also need to reorganize your code to this...
Process p = Runtime.getRuntime().exec("sudo", "shutdown", "-h", "now");
Runtime.exec() will take your string and pass it as a command, it is not meant to directly pass arguments. It may work fine as you have it, but if you run into problems, pass your commands in as a String[] (as shown right above)
Hope that helps
Edited by: cpetzol2 on Apr 2, 2008 7:49 PM

Similar Messages

  • RECEIVED ABNORMAL SHUTDOWN COMMAND - APPLICATION TERMINATING

    HI All,
    We have an Planning application and when the user is trying to perform some activity and ti involves in running some calculation Scripts.
    At point the application is going down and this is causing real mess.
    There is no .xcp file created in the app folder. We are unable to find the root cause of the issue.
    the following are the fixes we tried but gave us no result.
    We tried to increase the Java Heep size
    <variable id="ESS_CSS_JVM_OPTION8" value="-Xms512m"/>
    <variable id="ESS_CSS_JVM_OPTION9" value="-Xmx1024m"/>
    But the issue still exists.
    [Mon Nov  4 11:24:32 2013]Local/SMARTPln///1127704896/Info(1042059)
    Connected from [140.85.4.227]
    [Mon Nov  4 11:24:32 2013]Local/SMARTPln/SMARTPln/gbeaton@CAL1/1127704896/Info(1020089)
    Ignoring span Hybrid Analysis option. Spanning into Hybrid Analysis Relational Source has been disabled. See the essbase.cfg file
    [Mon Nov  4 11:24:32 2013]Local/SMARTPln/SMARTPln/gbeaton@CAL1/1127704896/Info(1020055)
    Spreadsheet Extractor Elapsed Time : [0.01] seconds
    [Mon Nov  4 11:24:32 2013]Local/SMARTPln/SMARTPln/gbeaton@CAL1/1127704896/Info(1020082)
    Spreadsheet Extractor Big Block Allocs -- Dyn.Calc.Cache : [204] non-Dyn.Calc.Cache : [0]
    [Mon Nov  4 11:24:32 2013]Local/SMARTPln///1222445376/Info(1013210)
    User [hypadmin@Native Directory] set active on database [Wrkforce]
    [Mon Nov  4 11:24:32 2013]Local/SMARTPln///1130862912/Info(1042059)
    Connected from [140.85.4.227]
    [Mon Nov  4 11:24:32 2013]Local/SMARTPln/Wrkforce/hypadmin@Native Directory/1130862912/Info(1013091)
    Received Command [MdxReport] from user [hypadmin@Native Directory]
    [Mon Nov  4 11:24:32 2013]Local/SMARTPln/Wrkforce/hypadmin@Native Directory/1130862912/Info(1260039)
    MaxL DML Execution Elapsed Time : [0] seconds
    [Mon Nov  4 11:24:32 2013]Local/SMARTPln///1132968256/Info(1042059)
    Connected from [140.85.4.227]
    [Mon Nov  4 11:24:32 2013]Local/SMARTPln/Wrkforce/hypadmin@Native Directory/1132968256/Info(1013091)
    Received Command [MdxReport] from user [hypadmin@Native Directory]
    [Mon Nov  4 11:24:32 2013]Local/SMARTPln/Wrkforce/hypadmin@Native Directory/1132968256/Info(1260039)
    MaxL DML Execution Elapsed Time : [0] seconds
    [Mon Nov  4 11:24:32 2013]Local/SMARTPln///1129810240/Info(1042059)
    Connected from [140.85.4.227]
    [Mon Nov  4 11:24:32 2013]Local/SMARTPln/Wrkforce/hypadmin@Native Directory/1129810240/Info(1020055)
    Spreadsheet Extractor Elapsed Time : [0] seconds
    [Mon Nov  4 11:24:32 2013]Local/SMARTPln/Wrkforce/hypadmin@Native Directory/1129810240/Info(1020082)
    Spreadsheet Extractor Big Block Allocs -- Dyn.Calc.Cache : [87] non-Dyn.Calc.Cache : [0]
    [Mon Nov  4 11:24:35 2013]Local/SMARTPln///1134020928/Info(1042059)
    Connected from [140.85.4.227]
    [Mon Nov  4 11:24:35 2013]Local/SMARTPln/SMARTPln/gbeaton@CAL1/1134020928/Info(1013091)
    Received Command [SetAlias] from user [gbeaton@CAL1]
    [Mon Nov  4 11:24:35 2013]Local/SMARTPln///1135073600/Info(1042059)
    Connected from [140.85.4.227]
    [Mon Nov  4 11:24:35 2013]Local/SMARTPln/SMARTPln/gbeaton@CAL1/1135073600/Info(1020089)
    Ignoring span Hybrid Analysis option. Spanning into Hybrid Analysis Relational Source has been disabled. See the essbase.cfg file
    [Mon Nov  4 11:24:35 2013]Local/SMARTPln/SMARTPln/gbeaton@CAL1/1135073600/Info(1020055)
    Spreadsheet Extractor Elapsed Time : [0] seconds
    [Mon Nov  4 11:24:35 2013]Local/SMARTPln/SMARTPln/gbeaton@CAL1/1135073600/Info(1020082)
    Spreadsheet Extractor Big Block Allocs -- Dyn.Calc.Cache : [7] non-Dyn.Calc.Cache : [0]
    [Mon Nov  4 11:24:38 2013]Local/SMARTPln///1128757568/Info(1042059)
    Connected from [140.85.4.227]
    [Mon Nov  4 11:24:38 2013]Local/SMARTPln/SMARTPln/gbeaton@CAL1/1128757568/Info(1013091)
    Received Command [SetAlias] from user [gbeaton@CAL1]
    [Mon Nov  4 11:24:38 2013]Local/SMARTPln///1131915584/Info(1042059)
    Connected from [140.85.4.227]
    [Mon Nov  4 11:24:38 2013]Local/SMARTPln/SMARTPln/gbeaton@CAL1/1131915584/Info(1020089)
    Ignoring span Hybrid Analysis option. Spanning into Hybrid Analysis Relational Source has been disabled. See the essbase.cfg file
    [Mon Nov  4 11:24:38 2013]Local/SMARTPln///1131915584/Info(1002089)
    RECEIVED ABNORMAL SHUTDOWN COMMAND - APPLICATION TERMINATING
    [Mon Nov  4 11:24:52 2013]Local/SMARTPln///1218234688/Error(1013204)
    Client Commands are Currently Not Being Accepted
    Can you please help me out form this .
    Regards,
    Kiran.

    Hi Mady,
    Thanks for the reply.
    We have increased the Heap size and restarted the services. But this issue still exists. And also restarted the entire system but the result is the same.
    We are unable to find the root cause which is causing this issue.
    Can any one suggest me....
    Thanks in Advance.
    Regards,
    Kiran.

  • Receiving message"There was a problem sending the command to the program" every time I access a website using a desktop icon via Firefox.

    When I click on a desktop icon and access a site via Firefox I get the message "There was a problem sending the command to the program". This started to happen after I downloaded the most recent version of Firefox. I uninstalled Firefox and reinstalled it and the message still comes up every time. The site will come up about three seconds after the message appears but the message is a real pain to put up with. What is the problem? I am ready to dump Firefox and go to Opera.

    Hi bob1935-
    I did some research and found a couple of previously answered questions that have multiple options for solving your problem. Please look at these:
    - https://support.mozilla.com/en-US/questions/760489
    - https://support.mozilla.com/en-US/questions/809976
    I hope one of those fixes your issue!

  • Sending 'show' command outputs to console/terminal using EEM

    Hi Everyone,
    I'm new to EEM and was wondering if it would be possible to send 'show' commands  (like 'show interface' or 'show crypto ipsec sa') to the terminal/console session after every, let's say, 10 minutes using watchdog timer. I know how to send it to the flash but would like to know if something of this sort is possible.
    Any suggestions would be really appreciated!
    Regards,
    Nikhil

    Hi Nithakur,
    you can try the "action puts" from EEM
    event manager applet SHOWI
     event timer watchdog time 600
     action 1.0 cli command "enable"
     action 2.0 cli command "show int X/Y"
     action 3.0 puts "$_cli_result"
    for this to work, you would need to have "logging monitor informational" in your run and "terminal monitor" activated. The other option is to use IOS send command
    event manager applet SHOWI2
     event timer watchdog time 600
     action 1.0 cli command "enable"
     action 2.0 cli command "show int XY"
     action 3.0 set A "$_cli_result"
     action 4.0 cli command "send *" pattern "C:"
     action 5.0 cli command "$A\032" pattern "confirm"
     action 6.0 cli command "yes"
    Note that the \032 is an equivalent for CTRL+Z (^Z) so after you configure it, you will see this line as
     action 5.0 cli command "$A^Z" pattern "confirm"
    in your ruiining config.
    Regards,
    Alex

  • Apple Remote Desktop - sending SSH commands to linux clients

    Has anyone been able to configure ARD to send SSH commands to linux clients?
    The VNC part works, but not sure how to configure the UNIX commands.
    We are trying to be able to send rpm, df, etc commands to multiple centos clients at one time...
    thanks.

    not sure how to configure the UNIX commands.
    You can't. That's not a feature of ARD.

  • Automatic shutdown command does not show warning message

    I'm trying to automatically shutdown a computer remotely and I'm sending the following command:
    shutdown -h +2 "Shutting down in 2 minutes."
    I want users to be able to have a warning before the system shuts down.
    The machine is shutting down, but my message is not popping up.

    shutdown is a Unix shutdown command and it sends its shutdown message to terminal sessions.  Are you users using the terminal?
    Otherwise maybe you want to try getting help for an Applescript popup, or maybe using Growl which has a command line utility for generating growl messages on screen.

  • Send UNIX Command Authentication?

    I'm using a script suggested at MacEnterprise http://macenterprise.org/content/view/240/140/ that binds a client to AD and OD via the ARD send UNIX command.
    I'm having an issue with the dsconfigldap line. If I send it via ARD with no user logged in on the remote I get an "Unable to obtain auth rights to update DirectoryService LDAP configuration." error. If I login to the remote or send the same command from the terminal, all is OK.
    I've tried using sudo, but that requires a password. I'd like to be able to send this command to mutiple machines without having to log into them.
    Any suggestions?
    Regards
    Dave

    yes, click "user:" and type in "root", then remove "sudo" from your script.
    whenever you need to run a script as sudo, use the user 'root' and remove 'sudo' from the script.

  • Send SSH Command using java

    Ok. I hate this, but this is they way they have implemented it. I do not have access to the server code that this applicatio sits on, so I am only able to send specif commands with java through there interface. One of the commands for example is: password_reset "username" "new_password", there is also search_user "username", and uinfo "username". One of the command I really want to send is the password_reset command, but before I can do that I need to establish a ssh connection with username, and password. Not the username or password of the user that I am resetting, but the username and password of a user that has the privilege to reset passwords.
    anyway someone said I could just user the execCommand("password_reset " + username + " " + password ) command. If that is true then How do I do the ssh connection? any examples would be great. I have one, but it is not working for some reason.
    Here is the code:
    import java.io.BufferedOutputStream;
    import java.io.BufferedReader;
    import java.io.IOException;
    import java.io.InputStreamReader;
    import com.trilead.ssh2.ChannelCondition;
    import com.trilead.ssh2.Connection;
    import com.trilead.ssh2.Session;
    import com.trilead.ssh2.StreamGobbler;
    public class SshTest
      public static void main(String[] args)
        Connection conn = null;
        try
          String host = "something.server.net";
          String user = "someuser";
          String user_pass = "somepassword";
          conn = new Connection(host);
          conn.connect();
          conn.authenticateWithPassword(user, user_pass);
          Session sess = conn.openSession();
          // vusertochange
          sess.execCommand("password_reset vusertochange newpasswordtest");
          /* Read all output with streamgobblers */
          StreamGobbler stdout = new StreamGobbler(sess.getStdout());
          StreamGobbler stderr = new StreamGobbler(sess.getStderr());
          /* Send the password (with a newline!) */
          BufferedOutputStream stdin = new BufferedOutputStream(sess.getStdin());
          stdin.flush();
          //stdin.close(); // This is optional
          /* Wait until the session has ended, maximum 60secs */
          int res = sess.waitForCondition(ChannelCondition.EOF, 60 * 1000);
          if ((res & ChannelCondition.EOF) == 0)
            throw new IOException("A timeout occured while reading the output.");
          /* OK, by now the whole output has been consumed by the two StreamGobblers */
          /* Close the session */
          sess.close();
          /* Show the result of STDERR */
          BufferedReader stderr_reader = new BufferedReader(new InputStreamReader(stderr));
          while (true)
            String line = stderr_reader.readLine();
            if (line == null)
              break;
            System.out.println("STDERR:" + line);
          /* Show the result of STDOUT */
          BufferedReader stdout_reader = new BufferedReader(new InputStreamReader(stdout));
          while (true)
            String line = stdout_reader.readLine();
            if (line == null)
              break;
            System.out.println("STDOUT:" + line);
        catch (Exception e)
          e.printStackTrace();
        finally
          if (conn != null)
            conn.close();
    The error I get is:
    STDOUT:cshell won't execute arbitrary command 'password_reset vusertochange newpasswordtest'
    any ideas what I am doing wrong?

    orozcom wrote:
    STDOUT:cshell won't execute arbitrary command 'password_reset vusertochange newpasswordtest'It sounds like the permissions with the user you're connecting with won't allow this operation.
    Don't know much about this, but maybe try 'su' and then 'password_reset ...' instead?

  • Send serial command in VBAI based off of calculation

    I am attempting to send serial commands through VBAI based off of a previous calculation step. For instance, my application will determine an objects mass center and then determine if it is to the left or right of my origin. From here, I would like to be able to send a serial command based on the left/right result. The command will be sent to an arduino which will controll a servo left or right based on the command it recieves. I think I have everything but linking to serial command to the calculation result figured out here. Any feedback or help with this would be greatly appreciated.

    In the Serial step, when you are sending a command (i.e. you press the "Send Command" button), you can press the "Insert Result" button to have the serial command you send out conatin a result from a previous step. There are even formatting options so you can have numeric previous measurements formatting into the string as you want. If you need to send results from other states, you can use variables to pass data between states since the Serial step doesn't currently support accessing results from other states.
    Hope this helps,
    Brad

  • Why Firefox for Android is causing The Linux kernel to send data packets to random sites?

    I've recently installed CyanogenMod on my Nexus 5. Shorty after installing CyanogenMod I decided to install Firefox on my device from here:
    https://f-droid.org/repository/browse/?fdid=org.mozilla.firefox
    Afrer installing it I decided to install a frontend application for IPtabels from here:
    https://f-droid.org/repository/browse/?fdid=dev.ukanth.ufirewall
    After installing it I blocked some applications from accessing my data networks, including The
    Linux kernel. After some hours passed I took a look at the firewall log and I noticed that the firewall
    has blocked several data packets from accessing the internet. The log also showed the IP addresses where
    the data packets were being sent. I decided to find out to whom these IP adresses belonged. The results were
    rather strange. One particular IP belonged to a French ISP, one on the other hand belonged to a Finnish ISP.
    Finally I found one IP that made some sense. That IP belonged to Mozilla. However, at this point I couldn't be sure
    that Firefox was causing this behaviour. So I did a little test. I re-installed CyanogenMod on my Nexus 7.
    I connected my Nexus 7 to my WiFi-network at my home and I installed the same frontend application for IPtables
    on my device. I configured the firewall the same way I did for my phone, so The Linux kernel was also blocked
    from accessing any data networks. I surfed the web with my device and did some other things with it. I also checked the
    firewall log from time to time, and no applications showed up in the log. So I installed Firefox on my device. And immediately
    after installing it The Linux kernel was trying to send data packets to the same IP addresses. Now I was almost completely sure
    that Firefox was indeed causing this strange behaviour.
    Here are some addresses where The Linux Kernel was trying to send data packets:
    69.50.225.155
    63.245.217.219
    72.167.239.239
    23.43.139.27
    74.125.232.107
    193.229.109.41
    63.245.217.160
    94.23.204.140
    Conclusion:
    *I downloaded CyanogenMod from the projects official site and I checked the md5sums of the files
    I downloaded before I flashed anything onto my device
    *I installed all the applications on my devices (including Firefox) from here: https://f-droid.org
    *I didn't do anything stupid with my devices so I dont' think that they were infected with malware
    *I changed Firefox settings so that it didn't share any data with Mozilla
    So I'd like to have some answers to the following questions:
    1)Why Firefox is causing the Linux kernel to send data to these IP addresses and is there any way
    to turn this "feature" off?
    2)Do the other versions of Firefox and other Mozilla software (Thunderbird etc.) also include this form of snooping?

    * 69.50.225.155 - belongs to the EFF, you likely have https everywhere installed
    * 63.245.217.219 - aus4.vips.phx1.mozilla.com - Extension update check
    * 72.167.239.239 - a1plpkivs-v03.any.prod.ash1.secureserver.net - some GoDaddy hosted site - extension?
    * 23.43.139.27 - a23-43-139-27.deploy.static.akamaitechnologies.com - I don't know, Akamai is a world leader in geo distributed websites/services
    * 74.125.232.107 - Google - search suggestions or malware/phishing protection database updates
    * 193.229.109.41 - not registered to any website - searching seems to suggest it is owned by https://en.wikipedia.org/wiki/Elisa_%28company%29 possibly your ISP or Mobile data provider
    * 63.245.217.160 - addons-versioncheck-single1.zlb.phx.mozilla.net - extension update check
    * 94.23.204.140 - something related to f-droid.com

  • I keep getting a message saying "There was a problem sending the command to the program". What is wrong?

    For about 1 week now i have been getting the same message now allowing me to send or open. It says "There was a problem sending the command to the program." Why? I cannot even answer your email asking for to confirm my email question. It will not allow me to access you when I click on the line you tell me to click on. How come?

    Click here and request assistance.
    (87825)

  • Send staple command to printer when printing pdf's?

    Is there a way to send a command to a printer to staple the pages of a report?  In this case, I loop thru a number of Access reports and create pdf's.  I then put these pdf's into groups and send the groups to the printer.  I'd like to staple
    the groups after printing. 
    The printer is a Xerox 4110.
    Thanks.

    Hi emcustom,
    I think you should contact the manufacturer for what command to send to the printer to staple the pages. For how to send commands to the printers, posting in VBA forum is better.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to send AT commands with JAVA?

    Hi,
    to get the cell id on a mobile phone I would like to send "AT+CREG=2" as an AT command to the mobile phone.
    Is there an API for getting network registration things like the cell identification of a gsm mobile phone or is there a possibility to access the mobile phone with AT commands?
    In MIDP 2.0, there is the possibility to access serial ports of a mobile phone. Probably this will work?
    I would be glad, if anyone could give me an idea. I'm investigation since weeks.
    greetings,
    Ralf.

    Hi
    i really don't know, but when i read your posting i thought that this may not be possible because it would break the java security concept.
    I guess, if you'd like to get any plattform/device related information you would need to have a vendor/device specific api.....
    but as i said, i don't know, i just guess...

  • [nQSError:75006] Unable to send MAIL Command.5.7.1 Client was not authentic

    Hi,
    We have configured SMTP server details in OBIEE 11g OEM to send mail from Agent. When we run Agents, we are getting the error
    [nQSError:75006] Unable to send MAIL Command.5.7.1 Client was not authenticated
    Did anyone face the issue? In that Case, Please give some inputs on that.

    Hi Satya,
    I would like to few more which I have done today.
    I wanted to test telnet SMTP on the OBIEE Installed Machine and I was able to succeed also. Please find below what I did
    C:\>telnet mail.smtp.com 25
    220 internal.mail.smtp.com Microsoft ESMTP MAIL Service Readt at Fri,
    25 May 2012 00:51:00 -0400
    ehlo
    250-internal.mail.smtp.com Hello [162.44.76.47]
    250-SIZE
    250-PIPELINING
    250-DSN
    250-ENHANCEDSTATUSCODES
    250-X-ANONYMOUSTLS
    250-AUTH NTLM LOGIN
    250-X-EXPS GSSAPI NILM
    250-8BITMIME
    250-BINARYMIME
    250-CHUNKING
    250-XEXCH50
    250 XRDST
    AUTH LOGIN
    334 VXN1cm5hbWU6
    Uy5SY-------------- Mail User Name
    334 UGFzc3dvcmWU6
    U2hfpd------------- Mail Password
    235 2.7.0 Authentication Successful
    mail from:[email protected]
    250 2.1.0 Sender OK
    rcpt to:[email protected]
    250 2.1.5 Recipient OK
    data
    354 start mail input; end with <CRLF>.<CRLF>
    This is a Test Mail
    250 2.6.0 <internal.mail.smtp.com>
    Queue Mail for Delivery
    Mail Received in Inbox
    So, My Question is that, I am able to receive the Mail if I directly access SMTP via Telnet then , Why it is not working in OBIEE and it throws error
    [nQSError:75006] Failed to send MAIL Command.5.7.1 Client was not authenticated
    Please help on resolving the issue?

  • Send XMPP commands - is this possible?

    Is it possible to send XMPP commands from the Messages app?  I'm thinking of commands such as /me, /nick etc. but also the application specific commands you can send to server applications (such as Jenkins).
    It's possible from Pidgin (on Windows/Linux) and I'm pretty sure it's possible in Adium (just downloading that now) but, if possible, I would rather stick with just one chat program on my Mac.
    I've tried issuing these commands, but they just end up being sent as literal messages, so all users simply see "/nick m0thr4" instead of "User John Smith is now known as m0thr4", as they would if I sent that command from a dedicated Jabber client.

    Hi,
    The Slashme (/me xxxxx) command has worked in iChat since about iChat 4.
    EDIT.
    The /me needs an action stated afterwards such as /me waves.
    Sending from iChat 5 to Messages does show the /me waves as "Ralph Johns Waves"
    Also sending from a Jabber acccount to an GoogleMail one (same sending app and same recieving app.) works
    Typing just /me just sends that as text.
    Messages will also send them as well as Receiving them.
    I had not heard of the /nick one.
    8:51 PM      Wednesday; June 19, 2013
      iMac 2.5Ghz 5i 2011 (Mountain Lion 10.8.4)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

Maybe you are looking for

  • How to set up roaming networks in both 2.4 an 5 Ghz.

    I have two Airport Extreme base stations, both separately ethernet-connected to our wired LAN. They are configured as a roaming network (both have the same SSID and security credentials). The roaming works pretty well. However, when I flip the 5 Ghz

  • IPhone 4 (Orange UK)

    Well, I've made a mistake of buying a 3gs from Orange on May 2th. On a side note... Orange doesn't have any return policy! After using the Orange website, it's acknowledged that I'm not eligible to upgrade, obviously. But it's mentioned that I can bu

  • REMOVING  ADMINISTRATOR FROM iMac G4 Flat Screen

    I have a new MacBook Pro and have given my iMac G4 Flatscreen to my wife for her personal use. I was the Original Administrator on the machine and she was a user. She is now also an Administrator and I wan't to delete all reference to my account and

  • Rounding to the nearst 5 multiple

    Hi to all, I need to round a number to the nearst multiple of 5. How this is possible. I have tried with round and trunc funtion it is rounding to the 10th multiple.. If I have a number 12.59 it should round to 10, if I have a number 13 and above til

  • Exchange 2010 OAB issue on clients

    Hey guys,  Need some assistance fixing a OAB issue.  All workstations are getting an error when trying to download OAB through outlook 2010 "Server reported error (0x80190194): The operation failed". Also please note I unchecked the box "download cha