Cannot Delete Client Variables

Summary: I have a logout page that deletes session and client
variables. When I execute the page, the CF debugging information
notes that all the session and client vars have been deleted.
However, when I execute another page in the same application and on
the same browser, that page's debugging info notes that the client
var stll exists. How is the server showing that the client var
doesn't exist one page, but exists on another? (I am using CF MX
Version: 6,1,0,63958)
*****Here's the code I use to delete the client and session
vars
<!--- Delete session variables --->
<cfapplication
name="SteadyApp"
sessionmanagement="yes"
sessiontimeout="#createTimeSpan(0,0,0,0)#">
<!--- Delete client variables --->
<cfset DelteVar = DeleteClientVariable("userID")>
*****Here's the code from my application.cfm page:
<cfapplication
name = "SteadyApplication"
clientmanagement = "Yes"
clientstorage="SteadyDatabase"
setdomaincookies="Yes"
sessionmanagement="Yes">
Thank you in advance.
/AJ

I continuely have this same problem, so if someone has any
insight on whats up with this... please.
let me ask you this though... where is your setting of your
variable located? is it in the appplication.cfm page?
if it is this might be the problem. even though you are
deleting the var in your delete page, the application page is
present and will persist the var because ... it knows...

Similar Messages

  • How to delete a variable?

    Hi.
    I want to delete a variable so if i create it later using again "var myVar:DataType" it won't throw an error because of the duplicated variable.
    I tried using delete but it says i can't use it on fixed property. I setted it to null as it states in help and again tried to delete it without luck.
    So how do i delete a variable?
    Thanks a lot.

    You cannot delete a variable declared using "var"

  • Windows 8.1 client cannot delete shared server files.

    We have one office that has a Windows 8.1 client on the network that cannot delete files in a shared folder on their server.
      The folder is a catch all folder for the copier to scan to and contains all the PDF files it creates.  When the one user tries to delete any of the PDF files they get an error saying the file is in use.  We have tested by deleting files from
    the server and also from other workstations.
      We have rebooted the computer and also tried to resolve it by specifically giving the user full rights to the folder, but the problem remains persistent.

    Hi,
    There are several possible reasons for your situation, you might don’t have a permission of this folder, the folder is in use, a corrupted file is in current folder.
    http://windows.microsoft.com/en-hk/windows/cant-delete-file-folder#1TC=windows-7  (Also applies for Windows 8.1)
    First, I suggest to log on the computer with an administrator account to delete the folder and disconnect the network connection if possible, second, Run your computer in safe mode to delete the folder or files, to run computer in safe mode:
    Restart your computer, meanwhile press F8 until you see the safe mode screen.
    Hit enter at safe mode, log on the system as an administrator.
    Find the folder or file you want delete.
    Regards
    Wade Liu
    TechNet Community Support

  • Embeded derby as client variable store

    I've spent considerable time trying to configure the built-in
    derby embeded DB as a CF client variable store and have failed
    utterly. It seems to be impossible.
    I had a SQL Server client store which worked just find, but,
    for various reasons that are irrelevant here, I would really prefer
    not to do that and use derby instead.
    I created the database, created the dsn, set the dsn as the
    client store and it all looked okay. But it isn't. The CLOCAL and
    CGLOBAL tables were not created as they should have been (and were
    for SQL Server). So I created them by hand as described in the
    help
    files, but that failed as well. Changing various things yields
    different errors, but there is a consisted 500 Server error. I can
    only guess that the database writes are failing, but there is no
    indication as to why.
    I have looked all over adobe.com and all over the intertubes
    and there is no further information of any kind. In fact, the
    latest instructions for even creating the database date back to
    May
    2007 and have no resemblance to the administrators screens at
    all. (I'm running CF 8,0,1,195765 standard). When I create an
    embedded derby dsn, I get the generic "default"
    Data & Services > Datasources > Other screen.
    There's nothing "derby" about it.
    So, frankly, it seems pretty pointless and useless to me. If
    someone can point me DIRECTLY to relevant information, I'd
    appreciate it. I cannot believe in the year plus this product has
    been out that NO ONE has done this, especially when it's commented
    all
    over the place that this is one of the things you can do, yet
    there's nothing. Even searching for just "derby" on these forums
    yields only three hits, none of which are relevant.

    >> Well it does actually *tell you* it won't create
    them automatically when
    > > you go to set the DSN as the client store. I
    suppose one has to read what
    > > it says on the screen, which I have to say I don't
    bother doing a lot of
    > > the time in CFAdmin because I "know" what the text
    says. This very screen
    > > has caught me out with that before. Just the first
    time, though.
    >
    > Actually, it does not tell you. The SQL Server screen
    presents you with a box
    > that says "create tables" but this one does not.
    It doesn't say - underneath the "Description" text area "Your
    data source
    requires you to manually create the necessary database tables
    to store your
    client variables. See the Online Help for details. "?
    It does for me.
    You have a most curious CF install, and I would be very
    hesitant continuing
    with it given what you say.
    What OS are you running on? Do you still have your install
    logs, and do
    they reveal anything relevant?
    Is this an install that was fresh 8.0 (or 8.0.1), or has it
    been upgraded
    from an earlier release?
    > The ones you expect. And the tables are there and
    created correctly as per
    > <cfdbinfo> which matches the <cfdbinfo>
    created by CF in SQL Server. Things
    > like:
    > CREATE TABLE CDATA (cfid char (64), app char (64), data
    clob,)
    > CREATE TABLE CGLOBAL (cfid char (64), data clob, lvisit
    datetime)
    > CREATE UNIQUE INDEX id1 ON CDATA(cfid, app)
    > CREATE INDEX id2 ON CGLOBAL(cfid)
    > CREATE INDEX id3 ON CGLOBAL(lvisit)
    OK, that sounds about right. The only thing I did different
    was to use
    timestamp rather than datetime. I'm not sure if that's worth
    a try.
    Can you insert / update / delete manually to/from those?
    > > What are the error messages?
    > As I said, the only consistent one is an Apache 500
    Server error
    The inconsistent ones would probably be helpful to know about
    too.
    What goes into the CF logs when these errors are being
    raised? Do the 500
    errors give an stack trace info? I think 500 errors usually
    don't, but
    don't exactly recall.
    > > That sounds wrong. I get " Data & Services >
    Datasources > Apache Derby
    > > Embedded" on all three servers I have at my
    disposal currently (a mix of
    > > CF8 multiserver, CF8 stand-alone), and the rest of
    the screen is
    > > Derby-specific. It sounds to me like your install
    is bung. Are you saying
    > > when you select "Apache Derby Embedded" you just
    get the same screen you
    > > would have had you selected "other"? Odd.
    >
    > Also, as I said, I do not get any Derby anything.
    I'm finding your tone a bit tedious to be honest.
    I asked for clarification because you weren't completely
    clear in your
    post, and I just wanted to make sure you were sure what you
    were seeing
    because it's somewhat unusual to be getting completely the
    wrong screens in
    CFAdmin. In all the CF servers I have had responsibility for,
    I've not
    seen this, so I just wanted to *make sure* I was reading you
    right.
    > "other" jdbc data source creation screen, In fact, I
    even copied the
    > derby-specific URL from the create link and pasted it
    into the browser, and CF
    > Admin redirected it to the generic jdbc. This happens on
    all three CF servers I
    > have access to (all running 8.0.1 standard).
    Weird. How did you create the Derby DBs themselves? It's
    usually one of
    the options on the create DSN screen. Did you create them
    manually or
    using some other client tool?
    > > I think your problem here is your attitude that
    because *you* can't make
    > > something work then automatically nor can anyone
    else. That is seldom
    > > going to be the case, surely (or you lead a very
    charmed life). I always
    > > find that when something doesn't work for me in CF
    it's almost always my
    > > fault.
    >
    > Thank you for your opinion. It's most helpful
    When trying to solve a problem that's a result of something
    you've done, I
    find it easy to take the mindset that *you've* done something
    wrong, not
    [something else] has done something wrong. Once one starts
    looking more
    analytically at one's own actions, sometimes a flag comes up,
    and there's a
    bit of a "slap forehead" moment. However if it's
    predetermined that
    something else is at fault and one is just the victim of
    circumstance, it's
    difficult to progress.
    It's just better to dispense with the hand-wringing and roll
    up the sleeves
    and get on with fixing it.
    > should have somehow psychically determined. If you read
    for comprehension
    > you'll see that I said I can't believe no one had done
    it.
    Have you not found anyone reporting to have used the Derby
    DB? I have to
    say that I'd never used it before y/day, because I've got the
    luxury of
    having Oracle or SQL Server DBs at my disposal. However I do
    know of other
    organisations using Derby for their demo DBs, and have read a
    few things
    about its usage.
    I don't think you should expect to hear people reporting back
    "hey I am
    using Derby to store my client variables", because I don't
    think it's
    really that report-worthy. How many people to you see
    reporting back "I'm
    using my Oracle DB to store client variables"? As "storing
    client
    variables in a DB" is such a mundane thing, people are only
    going to report
    on it if they have had problems with it. Maybe no-one's done
    it (except
    for me, as of y/day). Maybe no-one's had a problem with it. A
    case in
    point: I had no problems setting it up, so I have no further
    need to report
    anything to anyone about it because it's "job done, move on".
    > As I said the first time and again above, and will
    repeat again here: I can't
    > find anywhere where someone said they've actually done
    it.
    I've *actually done it*. I told you this y/day, as soon as
    you asked.
    There you go. Can we move on now please?
    I'm not actually sure you want help, but if you do, follow up
    with those
    error message and anything from the logs that are helpful. I
    think you
    just want to have a moan as to how you've been so put upon,
    and if that's
    the case, I think we're done here. It's up to you as to how
    to proceed.
    Adam

  • After Update, cannot delete files from nss volumes

    Not sure if this is the same problem caused by the SLES11 upgrade, but after running all the upgrades on an OES11 system, I can see all the nss volumes of the upgraded servers from workstations using the Novell client, and I can copy or create files on these volumes. However, I cannot delete any files, they disappear from the workstation windows explorer when they are "deleted", but an f5 promptly shows the files are still there. I can go into the server as root, and delete the files under Linux with no problems, so this part is working OK.
    I am running Novell 11.1 patch 1, and this problem has only been noticeable after the update installation.
    I have supervisor rights to the volumes and files, and if I additionally set all the other file rights, I am still unable to delete the files.
    Anyone got any ideas?
    Cheers.
    ChasR

    Originally Posted by chas
    Not sure if this is the same problem caused by the SLES11 upgrade, but after running all the upgrades on an OES11 system, I can see all the nss volumes of the upgraded servers from workstations using the Novell client, and I can copy or create files on these volumes. However, I cannot delete any files, they disappear from the workstation windows explorer when they are "deleted", but an f5 promptly shows the files are still there. I can go into the server as root, and delete the files under Linux with no problems, so this part is working OK.
    I am running Novell 11.1 patch 1, and this problem has only been noticeable after the update installation.
    I have supervisor rights to the volumes and files, and if I additionally set all the other file rights, I am still unable to delete the files.
    Anyone got any ideas?
    Cheers.
    ChasR
    I had a similar problem at updating with SP3 on SP4. It was similar, that permission ERASE is not applied to all trustees working through ncp in spite of the fact that it was available.
    Has solved a problem that has redefined this permission for trustees on all catalogues.

  • Cannot delete user from monitor

    nw 5.1 server sp2a
    WS 98 client 3.40.0.0 or WS XP client 4.83 sp1
    zen 3.0
    I want to delete a suspicios file from a directory on the server.
    After a few seconds I lost connection with server.
    I login again and in MONITOR on the server there are two connection with
    my user name.
    When I want to clear first connection, MONITOR hangs.
    I want to clear first connection from Netware Management Portal, but the
    result was the same.
    Thus, I cannot delete file from the server and I cannot clear connection
    to the server.
    Help
    Doru

    Doru,
    It appears that in the past few days you have not received a response to your posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at http://support.novell.com in both the "free product support" and "paid product support" drop down boxes.
    - You could also try posting your message again. Make sure it is posted in the correct newsgroup. (http://support.novell.com/forums)
    If this is a reply to a duplicate posting, please ignore and accept our apologies and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Adobe bridge CS5.5 cannot delete files

    Hi
    I have latest version of Lion, and recently upgraded CS3 to CS5.5. All my files under my home folder are there to view in bridge and were ofcourse created under CS3.
    If I select ANY file, I cannot delete it, or move it, or rename it, or do a batch rename.. Nothing, yet it I find it in my finder window, I can delete it.
    If I create a new .ai file which would be with CS5.5 I CAN delete it. So I am wondering what permissions are not sufficient from CS3 to CS5.5 in bridge. I have spoken to Apple Tech and they advised me to change my home folder permissions for Everyone to read and write and apply to enclosed items. That didn't work.
    I have heard there is an issue between Lion and Adobe, but not sure I buy that one. At the end of the day Bridge is just like a finder window, except it have more tools and more links to more adobe applications, but basically a file view window. Yet when I choose to view files in Finder I can delete them, except it will keep asking me to enter my user pword everytime with no option to remember it.
    The only way of getting around this so far is to manually one by one is SAVE AS each file with a new file name.. no auto script option I can see of doing it so far.
    I have ALOT of files, surely there is something I should be knowing after all these years.
    HELP!
    Dan

    Thank you, SG, for clarifying which OS's this will work with.
    I agree with Jennie - the beauty of "get photos from camera" is that it takes 2 steps out of the workaround you mention above. Personally, I'm okay living with 6.4.1, as I have an older camera. I won't be happy if one of the push updates re-updates me to 6.5 though. I wouldn't want to redo the reinstallation of the new version. This method will not work for any of my clients or students though - they normally can't comfortably follow the technicality of downgrading, and some have newer cameras and would need the 6.5 version. (I don't believe in betas for my clients, and neither do they, for the most part)
    I guess I should thank Adobe - some of my clients have needed tech support to perform the downgrade (SO many people aren't comfortable technically), and some of my clients needed to be retaught the workaround SG mentions. Adobe's flub has actually made me a little money - which I'd rather not have to make this way.
    SG's workaround does work and makes sense - but for my clients with hundreds of images at a time, who have to rename items, add copyright info, & etc., this more than doubles their work-time for the start of their workflow. I hope Adobe gets that GM version out soon.
    BTW - this issue supports an argument I've hadfor years regarding "PUSH" updates. I always tell my clients and students not to do them until they research the update. Because of what I do, I do have to install them personally, but I'm grateful I'm comfortable fixing things myself.

  • Client variables storage in production environment?

    Right now we are using Registry to store client variables in production environment, will changing it to Database increase the performance? or  what i heard from my colleague is that  In production environment , using Database for client storage is not advisable! how true is his statement.

    His statement is completely wrong.  The docs talk about this here: http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea77859461172e0811cbec0c35c -7fd5.html
    Specifically, read this paragraph from that reference:
    Choosing a client variable storage method
    By default, ColdFusion stores client variables in the Registry. In most cases, however, it is more appropriate to store the information as client cookies or in a SQL database.
    The ColdFusion Administrator Client Variables page controls the default client variable location. You can override the default location by specifying a This.clientStorage value in Application.cfc or by setting the clientStorage attribute in thecfapplication tag.
    You can specify the following values for the client storage method:
    Registry (default). Client variables are stored under the key HKEY_LOCAL_MACHINE\ SOFTWARE\Macromedia\ColdFusion\CurrentVersion\Clients.
    Name of a data source configured in ColdFusion Administrator
    Cookie
    Generally, it is most efficient to store client variables in a database. Although the Registry option is the default, the Registry has significant limitations for client data storage. The Registry cannot be used in clustered systems and its use for client variables on UNIX is not supported in ColdFusion.

  • The cannot find symbol - variable..... error

    i am recieving the "cannot find symbol variable getResident" error with the following line of code:
    if (Client.getResident=true)
    System.out.printf("Your Medicare Levy Contribution is: $%.2f %n", Client.getMedicare());
    i cant figure out why, maybe someone else may know and be able to help, i know that with int or double type methods u put parenthesis at the end of the method name, such as;
    while((Client.getGrossSalary())<=0)
    but i tried that here and it didnt change anything except the errror message.
    i have also tried putting parenthesis around the client.getResident, this didnt work either. i checked and made sure that the getResident method DOES in fact exist also.
    cheers for any help

    I have tried the following:
    if (Client.getResident()=true)
    if ((Client.getResident=true))
    if ((Client.getResident=(true)))
    if ((Client.getResident(true)))
    and none of these work, most of these alternatives return the error: unexpected type (Resident variable is boolean)

  • ADR3 on MacBook cannot see clients' user name

    I have just installed ARD 3.2 admin on a MacBook running 10.4.10, and it cannot access two servers on our network, one running 10.3.9 and the other with 10.4.9. Both have the 3.2.1 client installed. The admin console sees the clients but shows that they do not have ARD user names or passwords available, and so is unable to connect to clients. Yet I also have ARD 2.2 admin running on a different, older Mac (10.4.10) on the same network in another building, and it allows me to connect to these two servers without any problem. On both admin computers, I log in locally with the exact same account name (both full and shortcut names) and password, so they should be recognized the same on the client machines. Tried deleting clients from list on the MacBook, quitting, and relaunching--no effect.

    Sorry - let me start over...
    Computer 1 has internal HD, and 2 external FW HDs each with 3 partitions. When everything is fired up, I have 7 volumes mounted on the desktop of Computer 1. Computer 1 has User 1, the only account on that machine. Computer 1 is connected to Airport extreme base station via ethernet.
    Computer 2 has user 2, the only account on that machine. It is wirelessly connected to the airport extreme.
    I used to be able to connect from Computer 2 to Computer 1 using User 1's account info, and then chose one of the 7 volumes AND user 1 (total of 8 items listed) to mount on the desktop of Computer 2 as a network item. I could mount as many as I wanted.
    Now, when I apple-K to connect from Computer 2 to Computer 1 and use user 1's account info, I am presented with a list of 2 items to mount: user 1 and a folder called postfix (for which I have no permissions).
    I think this situation is exactly the same as Roastaman's problem entitled "No HD volumes, just users. What's up?"

  • Client Variable Purge

    I am at my wits end trying to fix what I think is a client
    variable problem. I am currently running CFMX 6.1 + updaters on a
    Windows 2003 R2 SP1standard edition server with IIS 6.0. Since
    implementing with this server (01/2007), we have installed all the
    necessary Windows patches for security every month. I have
    installed hot fixes for client variables (TN 19590) and a few
    others for COM and cfforms issues. I have experienced CF 'hanging';
    not allowing anyone into the application. I shut down the CF MX
    Application service, the CF MX ADBC agent, and try to shut the CF
    MX ODBC server, but it remains in a 'stopping' state, with a reboot
    the only cure.
    While trying to troubleshoot the problem, I have come across
    the following error:
    10/16 15:12:24 error Operation failed on the data source
    named "Treasury".
    coldfusion.runtime.ClientScopeDBException: Operation failed
    on the data source named "Treasury".
    at
    coldfusion.runtime.JDBCHelper.Store(PersistenceFactory.java:261)
    at
    coldfusion.runtime.ClientScopeServiceImpl.PersistClientVariables(ClientScopeServiceImpl.j ava:282)
    at
    coldfusion.runtime.ClientScopeServiceImpl.PersistClientVariablesForRequest(ClientScopeSer viceImpl.java:264)
    at
    coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:3 2)
    at
    coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:35)
    at
    coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:43)
    at
    coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
    at coldfusion.CfmServlet.service(CfmServlet.java:105)
    at
    jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
    at
    jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
    at
    jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:249)
    at
    jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
    at
    jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:192)
    at
    jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:348)
    at
    jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451)
    at
    jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:294)
    at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    That's it - nothing else. I have searched high an low,
    finding similar errors, but they all have an additional error
    message like outOfBounds. This error appears up to 200 times per
    day, some within seconds of each other. (I never really looked at
    the logs, but it has been occurring since I brought up each server,
    test and production). I mentioned the client variable fix above
    because of the references in the error message like
    'ClientScopeServiceImpl.PersistClientVariables'. I am using an
    Access DB to store the client variables, with a purge date of 90
    days. Within the Access DB there are the CDATA and CGLOBAL tables,
    but with only 278 records in each. I inheritated the system in
    version 4.5, and have upgrade to 5 and the to 6.1, so I have never
    really looked at client variables before.
    Any ideas? Could these errors be created every time someone
    logs onto the application? Your time and suggestions are greatly
    appreciated.
    Libby

    Libby, your wits should take you further. Your problem is
    your choice of databases more than a client variable issue. It is
    regularyly stated that ODBC and especially ODBC to a desktop
    database (access, paradox, etc.) is not recommended for real
    applications. More so, only use Access for low traffic,
    departmental applications or not at all. Storing client variables
    in access only compounds the bad choice. Client variables stored in
    a database means there is a db read at the start of every request
    and a write at the end of each request. That alone will over stress
    access.
    And then you have your explicit database queries on top of
    that. With a datasource named "treasury", it seem likely you are
    storing application data there too. So you have a multithreaded
    application server going to a database that can only handle a
    single connection at a time where you are making multiple database
    queries for every page request.
    Win2k3 was originally distributed
    without any desktop ODBC drivers, the msjet, etc. Microsoft
    indicated that an application server was not a place where desktop
    databases should be used. Unfortunately, MS let up and eventually
    put the destop ODBC drivers back in win2k3. But, their thinking is
    correct. Desktop db's cannot keep pace with a high speed appserver,
    including coldfusion and win2k3.
    Path of a JDBC query to MS SQL
    server:
    CFMX (java) - JDBC SQL server driver - over wire as TDS
    request straight to the database server. MSS DBMS engine does all
    work on back end.
    [Path of a ODBC query to MS Access:
    CFMX (java) - JDBC sequellink driver - sequelink server -
    sequelink client - windows ODBC - Access driver -msjet manipulates
    access file.
    I will make the main points in this thread only, since they
    are all around these forums. ODBC is very indirect. File based
    desktop databases are typically not thread safe, multi-user or just
    capable enough for any appserver. Use a real DBMS, in short. Even
    mssql developer, desktop or what ever their new low cost database.
    Say good bye to Access for any real application's backend.

  • Cannot delete mails or rename folders in icloud mail

    Hi evereyone,
    I lately realized a strange behaviour of my iCloud mail account.
    No matter where I try to rename or delete a folder (icloud.com, iPhone, iPod touch,2 iPads) I get an error message that it is not possible to do so.
    If I try to delete a mail (yes, I chose the server's Trash folder in every device's advanced settings) it remains in the inbox,
    but also shows up in th trash. So if I delete the same mail 5 times it's still there but there are also 5 copies in the trash.
    My mail client of choice is "eM Client" because it can handle icloud mail, contacts and calendar.
    Strange enough, I can delete mails in the client. So the IMAP inboxes of the client and my iDevices are not in sync.
    But I also cannot delete or rename folders in the client.
    No problems with my wife's own iCloud account.
    I am using Windows 7 and Firefox. Same problem on Safari.
    Does anyone have an idea how to solve this problem?
    Thanks in advance,
    Bodo

    Thanks mate! Who could have known this function was hidden in a tiny symbol on the other side of the screen... quite bad design by Apple and not self explanatory at all!

  • Cannot disable client backup in Server 2012 R2 Essentials

    I have installed Server 2012 R2 Essentials for a customer, but i cannot disable Client backup.
    I have not diskspace on this server to take backup of the Client machines, and hope there is an option for disabling backup or uninstall the Connector software.

    Hi,
    Please refer to the following operations and disable backup for a computer.
    Open the
    Dashboard. And click the Devices tab.
    Click the name of the computer for which you want to disable backups.
    In the Tasks pane, click
    Customize Backup for the computer. The Customize Backup wizard appears.
    Click
    Disable backup for this computer, and then select whether you want to keep or delete the existing backup files. And then click
    Save changes.
    There is an article for those operations, please refer to.
    Disable backup for a computer
    http://technet.microsoft.com/en-us/library/jj713515.aspx
    Hope this helps.
    Best regards,
    Justin Gu

  • Cannot delete emails in Thunderbird

    I cannot delete emails from thunderbird. The client gives me an error "The current operation on 'inbox' did not succeed. The mailserver for [MYACCOUNT] responded: [TRYCREATE] The requested item could not be found." What does this mean? This is using IMAP FYI.
    Thanks in advance for any help,
    -Steve

    I found how to fix it here:
    http://wiki.sourcemage.org/HowTo%282f%29ChangeIMAPTrashFolderInThunderbird.html
    Unfortunately, I cannot delete the other "Trash" folder now. How do I delete it?

  • Cannot delete files using dreamweaver

    I just updated a site to the latest version of PHP and MySql. I find that while I can upload new files to the site, I cannot delete either existing or new files using Dreamweaver CS6.
    Has anyone else had this problem?
    Howard Walker

    Have you tried with a different FTP client?
    This sounds like a LINUX permissions/ownership issue. Upgrading PHP would not change the permissions/ownership, unless something else happened during the process, such as that the files were moved to a different location.
    The way PHP runs affects permissions/ownership (DSO, CGI, suPHP, etc.), but even if that changed I don't think it would affect the permissions set on your site files.

Maybe you are looking for

  • External drive changed to read-only

    I have a Western Digital external drive that I use for Time Capsule and Super Duper! This morning, when I wanted to start work, Time Capsule said that my drive "appears to be a read-only drive," and Super Duper had failed its overnight backup. I used

  • Workspace 11.1.1.3 and HFM cannot open apps

    Hi, I have an issue where i cannot open any apps in workspace 11.1.1.3. I checked and all services for workspace and HFM are running with IIS as well. I can open the app in the client, but on the Web, i cannot. I did a reconfiguration and that also d

  • How do I get my music and tv shows from iTunes on my Mac onto iCloud?

    Hello, I recently downloaded all of the software updates for my imac and iphone however I don't know how to upload all the music and tv shows I've purchased from itunes that are sitting on my library into icloud?  Can someone help. Thanks,

  • HT1926 problems with installing updates

    Tried to install the latest update for itunes on 2/2/2014. Received  two error messages every time I tried to update. ===================================== Error Message #1 Runtime Error! Program: C/Program Files (x86)\iTunes\iTunes.exe R6034 An appl

  • ERSInstaller failed. ensureDirectory error

    Hello I have a problem trying to run Java applications: Safari failure: ERSInstaller failed. ensureDirectory error. ensureDirectory error. Directory(/System/Library/PrivateFrameworks/WebKit2.framework/Profiles/joaquin/ Application Data/IBMERS/IBMWW/