Server Cleanup 3.0 doesn't work with SL

I used to use a program called Server Cleanup 3.0. It was easy to use for the non techie like me. Now that we have upgraded our server to SL I can't get it to work. Does anyone know if it is supposed to or if there is something out there that did similar tasks? I get a prompt that says
Applescript Error Can't get <<class datS>> "users". (-1728)
Would love to get it back or something similar. I am not good with terminal.
Thanks

As for your immediate course and issue with this tool, please talk to whomever provided the package. (I don't use it, and it clearly doesn't work here.)
If I were constrained in terms of my available time or my knowledge or both (and I've definitely been there, as has most anybody), I'd likely not mess with this stuff. (What happens if this tool should run off the rails and delete something critical, for instance? I'd tend to dedicate available time to sequences such as periodic (reliable) disk archives; to ensuring I had backups of key data.)
There can certain be reasons to mess with the settings and caches and trash stuff, such as (insufficient) available storage. But then I might choose to toss more disk space at the problem.
You can get at most any of the client-based system settings via WGM and MCX, and either via the settings and preferences, or via the login and [logout|http://discussions.apple.com/thread.jspa?messageID=11006617&tstart=0] scripts. (I don't know of a good and complete set of documentation for the knobs that MCX can tweak, but +dscl . -mcxhelp+ will give you some idea of what it can do, and definitely have a look at the [client management whitepaper|http://images.apple.com/education/docs/Apple-ClientManagementWhitePa per.pdf], and periodic-based options such as [this|http://macosx.com/forums/mac-os-x-server/222003-auto-dump-user-trash.html ].)
Or have a chat with the software provider; you're basically running a script there...

Similar Messages

  • WebScan doesn´t work with iPhone browser

    The C4780 web interface for scanning is very practical because no driver installation on computer is required for scanning. Just point any web browser to its internal web server, start the scanning process and download the scaned image as a regular element on a web page, all using web standards, right?
    Well, wrong for the iPhone browser.
    For some reason, the C4780 (and probably other HP multifunction firmware) has incomaptible/untested Javascript/HTML that doesn´t work with the iPhone browser.
    On preview action I´m getting a question mark box.
    On scan action - where a new browser window would open on a desktop - I get nothing.
    Please fix that. It could be very useful for me since I can simply scan stuff directly to my iPhone without having to open a computer.
    I also posted this message under Scanning Faxing and copying.
    Thank you,
    Avi

    On the iPhone, go to Settings...Safari...Turn Blocked PopUps off.
    Worked for me with a PhotoSmart C4700.
    It would be even nicer to have a simple iPhone app instead of using Safari.
    (Anyone want to write it?)
    -Wayne

  • Impdp work with system but doesn't work with another user

    Hi,
    We have troubles with import of transportable tablespace, when i try to import it with system the import is done currectly, when i try to use another user we receive this message :
    impdp bmcese/***** directory=TTS_DIR dumpfile=RMCCO_RMC_ANA_STS_ABB_CO121001.dmp TRANSPORT_DATAFILES=/data/TTS/RMCCO_RMC_ANA_STS_ABB_CO121001.dbf logfile=tts_imp_proc.log
    ORA-31626: il job non esiste
    ORA-31633: impossibile creare la tabella principale "BMCESE.SYS_IMPORT_TRANSPORTABLE_05"
    ORA-06512: a "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: a "SYS.KUPV$FT", line 1020
    ORA-00959: tablespace 'RMCCO_RMC_UTZ_PP080531' inesistente
    this happens only on development server and it work into test server, so i don't think that the problem is in grants(i controlled that are the same and i have tried with DBA grant too and we received the error).
    Another strange thing is that tablespace 'RMCCO_RMC_UTZ_PP080531' is not included into the dump that i try to import and it doesn't exist in the database.
    Thx
    Edited by: user11272630 on 10-ott-2012 8.40

    I've extraced the role/privs granted to BMCESE using this query
    select granted_role from DBA_ROLE_PRIVS where grantee='BMCESE'
    union
    select privilege from DBA_SYS_PRIVS where grantee='BMCESE';
    Result on Server where the impdp doesn't work:
    GRANTED_ROLE
    CONNECT
    CREATE ANY TABLE
    CREATE PROCEDURE
    CREATE SESSION
    CREATE TABLE
    CREATE TABLESPACE
    CREATE TRIGGER
    CREATE VIEW
    DATAPUMP_IMP_FULL_DATABASE
    DROP TABLESPACE
    EXECUTE_CATALOG_ROLE
    EXPORT FULL DATABASE
    IMPORT FULL DATABASE
    IMP_FULL_DATABASE
    QUERY REWRITE
    RESOURCE
    UNLIMITED TABLESPACE
    results on server where the impdp work:
    GRANTED_ROLE
    CONNECT
    CREATE PROCEDURE
    EXECUTE_CATALOG_ROLE
    IMP_FULL_DATABASE
    UNLIMITED TABLESPACE
    BMCESE has more grant and privs on the server where the impdp doesn't work.
    I've controlled the grant of read, write on the directory.
    I've tried to give DBA priv too to the user.
    So i don't think in a priv problem, i think that the problem is in the unexistent tablespace reported in the error.
    Someone has another suggest to give.
    Thx

  • Why EL doesn't work with custom tags ?!

    I don't know why expression lang. doesn't work with me.
    here's an example, and please tell me why :
    --- the jsp page with EL ==> doesn't work :
    <%-- In the name of ALLAH most gacious most merciful --%>
    <%@ page language="java" %>
    <%@ taglib uri="/cartlib" prefix="cart" %>
    <html>
    <jsp:useBean id="product" class="ch16.cart.ProductCatalog" scope="application" />
    <cart:showCatalog productCatalog="${product}" addToShoppingCartUri="<%= response.encodeURL("AddToShoppingCart.jsp") %>" />
    </html>
    when using expressions instead, the page works .
    the new page is :
    <%-- In the name of ALLAH most gacious most merciful --%>
    <%@ page language="java" %>
    <%@ taglib uri="/cartlib" prefix="cart" %>
    <html>
    <jsp:useBean id="product" class="ch16.cart.ProductCatalog" scope="application" />
    <cart:showCatalog productCatalog="<%= product %>"
    addToShoppingCartUri="<%=
    response.encodeURL("AddToShoppingCart.jsp") %>" />
    </html>
    The error was :
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: jsp.error.beans.property.conversion
    org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper
    .java:512)
    org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:377)
    org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
    org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    root cause
    org.apache.jasper.JasperException: jsp.error.beans.property.conversion
    org.apache.jasper.runtime.JspRuntimeLibrary.getValueFromPropertyEditorManager(Js
    pRuntimeLibrary.java:885)
    org.apache.jsp.ShowProductCatalog_jsp._jspService(ShowProductCatalog_jsp.java:77
    org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:334)
    org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
    org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    note The full stack trace of the root cause is available in the Apache Tomcat/5.5.20 logs.

    Regarding setup, see this post reply #6
    http://forum.java.sun.com/thread.jspa?threadID=629437&tstart=0
    Other potential things to check: make sure you are getting the right value passed in
    productCatalog="${applicationScope.product}"
    ${product} by preference would take a pageContext, request or session attribute before the application level one (it uses pageContext.findAttribute).
    What do you get if you just print out ${product} on the screen?
    It should call a toString() on it for rendering purposes.

  • X-Fi 2 doesn't work with BBC iPlayer

    My X-Fi 2 doesn't work with BBC iPlayer content.
    I've no idea whether it should or not, - but just for info as some people will be wanting to know.
    I can load the files by dragging and via Centrale without error messages, but it just won't play the .wmv files (which work on the X-Fi ).
    Firmware .0.0

    JohnZS wrote:
    I might be wrong, and if I am wrong then could someone correct me, but as far as I knew, Creative Cards do not support Windows Server 2003. I maybe wrong, have you tried the latest BETA driver (see exciting news thread)John
    In windows 2003, the driver works if I limit the total ram to 4096MB by adding /Maxmem=4096 in boot.ini file.
    FYI
    /maxmem
    The /maxmem parameter limits the physical memory available to Windows.
    /maxmem=SizeInMB
    Subparameter
    SizeInMB
    Specifies the maximum amount of physical memory available to Windows. Enter a decimal number that represents the amount of memory in megabytes.
    Comments
    This parameter actually limits Windows to memory addresses less than or equal to the specified value. Because some memory within the remaining address space might be reserved for nonsystem use, the actual memory available to Windows might be less than the amount that you specify.
    The /maxmem parameter is supported only on Windows Server 2003, Windows XP, and Windows 2000. On Windows Server 2003 and Windows XP, use /burnmemory to limit system memory more precisely. On Windows Vista and later versions of Windows, use the removememory or truncatememory parameters with the BCDEdit /set command
    You can use this parameter to test a driver in low memory conditions. For example, you can use this parameter to limit a computer with GB of memory to 256 MB of memory.

  • Publish for Approval - the new plug-in - doesn't work with Leopard

    This aperture plug-in arrived for download just a few days before Leopard arrived. It worked great with Tiger. It doesn't work at all with Leopard. It appears that Leopard comes with a new version of Apache Server and it doesn't work with the Publish for Approval plugin. Does anyone know if and when an update will be released?

    I'm not seeing the Java plugin in the plugins list in the System Details list.
    Did you install the 32 bit Java version?
    Do you see the Java plugin in "Firefox/Tools > Add-ons > Plugins"?
    *https://support.mozilla.org/kb/Troubleshooting+plugins
    *http://kb.mozillazine.org/Java

  • ITeufel Radio v2 doesn't work with iOS 5.0.1

    My iTeufel Radio v2 doesn't work with iOS 5.0.1.
    It does not charge (just a short "beep" when connecting, but then it does not charge) and the audio function also doesn't work.
    I already tried to reset the phone, but this didn't help.
    Any ideas? Thank you.

    I got Wi-Fi to reconnect by restarting my router and re-entering the wireless password. I wonder if the wireless account passwords were lost in the update process? I wonder if I would have just had the phone “forget” the wireless account and reconnect if that would have worked.
    On an interesting side note, the exchange server connected after I got Wi-Fi back working! I am wondering if there is a issue with 3G and the new IOS 5.01? I could not get any exchange connectivity after the update on 3G.

  • Is it true MS Office doesn't work with Lion?

    I just purchased OSX Lion and while it was downloading I began to read the reviews.  I saw multiple comments that MS Office doesn't work with Lion.  I forced a shutdown on my MacBook Pro because I couldn't see any other way to stop the LIon download.  Now with it back on, the download is paused.  I don't want to resume it until I find out if it's true about office.  Any help?

    Len , MS2008 does require Rosetta. Ms2011 does not.
    W7ox, I tried 2 different licenses. I have 12 licenses here on site. I resorted to reading it straight off the box and still no joy. Very strange!
    Incidently. I can not access the Snow leopard Server either via the normal 'Go' and 'connect to Server'.
    Have tried afp and SMB. no joy.
    I am wondering if the ethernet Dinlge adpater to the Rj45 connector has any hardware issues?? will keep expeirmenting and any feedback appreciated, as I am NOT going ahead with any Lion updates on 12 macs until I know more about its bugs! ciao

  • The DB tools doesn't work with Microsoft SQL

    I am tring to write series of waveforms to a database. The DB tools doesn't work with Microsoft SQL, but when i replace the SQL with Access, it works fine. I have to use SQL in the application.
    Any advice pls?
    longing for your reply.
    Attachments:
    test.vi ‏47 KB

    Right off hand I would say the problem is that you are connecting through ODBC. Try the native SQL Server driver, your connect string should define the provider as "SQLOLEDB.1".
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • Trying to load illustrator 6cs onto new mac and the old activation code for my ill cs doesn't work with it

    Trying to load a downloaded version of illustrator 6cs onto new mac and the old activation code for my illustrator cs doesn't work with it.  Do I need a new code or am I missing something?  Same goes for my Photoshop cs.

    you need your serial number.
    if you purchased from or registered with adobe check your account, https://www.adobe.com/account.html

  • Cinema Display (clear) with DVI/ADC box doesn't work with MacBook Pro

    Cinema Display (clear) with DVI/ADC box doesn't work with MacBook Pro when plugged in with a dvi to mini dvi cable. Any ideas what to do to make it work? I lugged the 23" 2500 miles into the wilderness and I need help

    Okay, here's an update: the DVI to ADC adapter does work with the Apple displays that I have tried, but it won't work with the Formac. I have tried multiple time to contact them, but to no avail... they don't even respond to threats of posting my opinion of them, which is this:
    DON'T BUY ANYTHING FROM FORMAC! They make quality products, but their customer service is a big time joke! They won't take care of you.

  • HT201210 hi everyone, i have a problem about my iphone 4S, doesn't work with wifi connection and bluetooth since upgrade to the IOS 7.0.3. Can anyone can help me tosolve this problem?????Thank's regards paulus

    hi everyone, i have a problem about my iphone 4S, doesn't work with wifi connection and bluetooth since upgrade to the IOS 7.0.3. Can anyone can help me tosolve this problem?????Thank's regards paulus

    Try the suggestions here to see if they resolve your problem:
    http://support.apple.com/kb/ts1559
    If these don't work you may have a hardware problem. Visit an Apple store for an evaluation or contact Apple Support.

  • TS1253 I have a printer epson TX210, but it doesn't work with my time-capsule. What need to do?

    I have a printer epson TX210, but it doesn't work with my time-capsule. What need to do?

    What have you tried?
    You are going to get nowhere quick with the 6.1 utility in Mountain Lion if this is the only OS you have available.
    Look up how to install 5.6 utility under ML. At least then you can see printers. That is assuming you are trying to use USB.
    Has this worked ever on Mountain Lion? Did you download the drivers for that printer for ML?
    Plug it into a computer directly.. does it work? If it doesn't work locally it sure will not work via the network.

  • My i pod nano first generation doesn't work with windows 8

    My i pod nano first generation doesn't work with windows 8

    Howdy yvesmd,
    Thanks for using the Apple Support Communities.
    If your iPod nano is not being recognized in iTunes on your Windows computer, then I'd like you to please follow the directions in the link below.
    Apple - Support - iPod - iPod nano Troubleshooting
    Cheers,
    Alex H.

  • Quicklook doesn't work with .avi files

    Hello, i've got a little problem right here on my mac. The thing is that I used to have Snow Leopard as a OS and quicklook used to work great, it opened all the extensions I used to work with. The thing change when I format my HDD and installed a clean copy of Lion OS. Now quicklook works fine as it used to but not any more with .avi files. I remember that this feature was working great on my previous OS, and it's really important for me to find a solution because quicklook is an absolutely amazing feature of our Macs.
    I've tryed to download plugins, restoring permissions or even trying it with a guest user, but no success.
    Please help me. If you need more info about specs or something i'll be glad to give them to you.
    Thank you!!!

    Also doesn't work with Grapher (.gcx) documents (an Apple format).

Maybe you are looking for

  • How to change the screen element of a single field in a table control

    Hi Gurus, I want to change the screen element of a single field (or the whole row) in a table control according to a condition. I have 2 columns in the table control. One is an input column and one output only. When user enters values into the input

  • Import data from excel/csv file in web dynpro

    Hi All, I need to populate a WD table by first importing a excel/CSV file thru web dynpro screen and then reading thru the file.Am using FileUpload element from NW04s. How can I read/import data from excel / csv file in web dynpro table context? Any

  • Got an error when trying to use cfbuilder

    When i installed and tried to use the cfbuilder for the first time then it gave me below error and then it get closed CFBuilder An error has occurred. See the log file C:\Program Files\Adobe\Adobe ColdFusion Builder\configuration\1247479348812.log. O

  • Storm won't keep past Outlook (2003) calendar entries

    I have spent @ 10 hours with Verizon support personnel trying to resolve this issue; the issue has been escalated and am waiting for a call from an analyst. I have changed the option on the device to keep appt's forever.  Recently, per a suggestion f

  • Backup to external HD and clean reinstall of imac g5

    Hi, I recently purchased an Iomega Ultramax 500gb external HD with the intention of moving my iphoto library to free up the space on my imac which only has an 80gb hard drive. The short story is that disaster struck and the iomega failed resulting in