Urgent user blocked from publishing file

a client of mine uses contribute to edit their website. I had
to make changes to the website, so I went in and did the changes.
Now the client says that they are blocked out by MY name.
Does anyone have any clue how to fix this??? I have never
used contribute. I didn't even use it for this website edit. I just
used dreamweaver to make the changes to the css and to the layout
of the website.... did i really screw it up?

You didn't screw up....
It's just that Dreamweaver and Contribute can work together
in managing the content of a website. My guess is that by edting
the files through Dreamweaver and uploading them to the server, you
didn't 'check in' the files. This means that there are probably
.lck files on your server that are related to the files you edited
through Dreamweaver. These .lck files mean that the files are
'locked' for editing by anyone else but you.
You can do two things to solve this.
1:
When you set up Dreamweaver to work with Contribute, you can
use the Check In option. By checking in the files you edited, you
will remove the .lck files. When you check the files out to edit
again, there will be new .lck files created, that will be removed
after checking in again.
- You can do this by going in the main menu to: Site, Manage
Sites, Pick the right site and click Edit
- Click on Contribute at the bottom of the list and enable
Contribute compatability
2:
If you don't want to do this you can manually remove the .lck
files by using a ftp-program or the ftp-functionality of
Dreamweaver.
I would recommend the first option when you and your client
work together on this site regularly.

Similar Messages

  • Have conflicting views from Apple Specialists; I'm ready to buy my 1st Mac, however work with a PC user with MS Publisher files a lot.  Can Pages open, edit and resave them?  Or, do I have to buy Publisher software for Macs?

    Have conflicting views from apple Specialits; I'm ready to buy my 1st Mac. However, I work with a PC user with MS Publisher files a lot. Can Apple PAGES open .pub files, edit and resave them?  OR, do I have to buy Publisher software for Macs?  if yes to buy, any recommendations?

    If you want to switch from PC to Apple I recommend a programm like Parallels.
    It has a tool (believe its called transporter) which runs on your current PC and creates a file (big) which is a "virual machine". It is a 1:1 copy of your PC which will run under parallels on your iMac.
    You will be running your "old" PC as it was under MAC OS X while you run MAC applikations etc at the same time.
    This is how I made the transition to Apple.

  • How to execute pl/sql block from a file

    hi all,
    can anybody tell me how to execute a pl/sql block from a file.it wont contain any procedures.it is of the form
    --begin
    --declare
    --end;
    Thanx

    Here is the file
    File is stored in C Drive (Windows Environment)
    declare
    x number;
    begin
    select 1 into x from dual;
    dbms_output.put_line(x);
    end;
    SQL> @c:\t.sql;
    1
    PL/SQL procedure successfully completed.Are you facing any issues?
    Regards,
    Bhushan

  • Can user be blocked from doing File/save to existing query?

    Hi Everyone,
    Hope all is well...
    It's a long story... I was wondering if a user can limited to just doing a File/Saveas and blocked from doing
    a File/Save (updating query in place)
    your ideas and advice are appreciated, tx, sandra

    Hi,
    There is no supported way of doing this. However, you can add a database trigger to the EUL5_DOCUMENTS table that will raise an error if the use attempts to update the document.
    Rod West

  • Images blocked from publishing

    There are two computers connected through a router/modem. The
    main Contribute PC has been unable to update or publish images
    since the router was replaced. Another computer behind the same
    router can publish unhindered.
    What would cause images to be blocked from uploading? The
    page gets published but anywhere there should be new pics, the
    boxes have the little red X symbol in the corner.
    Contribute 3, Windows XP, Bell Sympatico wireless
    modem

    There is one other thing I can think of--we had a similar
    situation, and it turned out that the particular user who used to
    be able to publish but then couldn't had recently had a setting
    changed in Active Directory. We had to add that new setting to the
    CPS. I didn't handle that part, so I don't know the specific
    details.

  • Recreate captivate file from published files?

    Lost the captivate file in a computer move. Is there any way
    to recreate the file from the published files?

    Welcome to our community
    Unfortunately no way to do that other than to carefully
    observe and rebuild slide by slide. Sure would be nice if we had a
    decompiler that would suck in an existing output and spit back out
    an editable CP. The thing is, Adobe hasn't heard enough folks
    scream for it to really consider creating it.
    I heartily encourage you and others to please consider
    submitting a Wish Form to ask for this kind of a utility.
    Click
    here to view the WishForm/Bug Reporting Form
    Cheers... Rick

  • Creating PDF from Publisher files - failure

    my first attempt at converting a publisher file to PDF format failed - no reason given. Too much security on my computer? How can I resolve this probem?

    Hi dvane932,
    Are you using the Adobe PDF Pack to convert the file to PDF? How large is the file? There is a 100 MB file-size limit for uploading files to the online service. That said, please try the following:
    Clear the browser cache and try again.
    Make sure that you're using a supported web browser: System requirements | Acrobat.com
    Make sure there are no firewall/proxy settings that are limiting your access to the Internet.
    Try converting a different file to PDF (helps narrow down the problem).
    Please let us know how it goes.
    Best,
    Sara

  • Users are blocked from opening files

    I am running an intranet server with WIndows server 2008 on it.
    2 days ago the power went down and when the ups ran out of power so did the server. Some of my coleagues restarted the server since it was blocked and since it blocks almost at 2 hours. Users can browse folders from the shared files, but when they try opening
    the files (mostly excel files) they get stuck.
    Did anyone else have this problem? I need to know how to fix it.

    Hi,
    Is there any error message when you access the shared files? Please open the Shared Folders snap-in in mmc, and then find the Open Files in the Shared Folders to check if there is any session opens the shared files.
    Shared Folders includes the Open Files that shows the files on the system that are currently open and shows you which users have the files or folders open.
    Best Regards,
    Mandy 
    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.

  • User Input from Text File

    Hello
    I would like to incorporate code into this to allow the script I found on the internet to pull input from a txt file and then wait for the script to end before using the next entry in the text file and run until all entries in the text file have been used.
    Any help would be great thx.
    Jason
    ' Get Options from user
    GetOptions
    If (bInvalidArgument) Then
        WScript.Echo "Invalid Arguments" & VbCrLf
        bDisplayHelp = True
    End If
    If (bDisplayHelp) Then
        DisplayHelp
    Else
        If (bCheckVersion) Then
            CheckVersion
        End If
        If (strComputer = "") Then
            strComputer = InputBox("What Computer do you want to document (default=localhost)","Select Target",".")
        End If
        If (strComputer <> "") Then
            ' Run the GatherWMIInformation() function and return the status
            ' to errGatherInformation, if the function fails then the
            ' rest is skipped. The same applies to GatherRegInformation
            ' if it is successful we place the information in a
            ' new word document
            errGatherWMIInformation = GatherWMIInformation()
            If (errGatherWMIInformation) Then
                If (bDoRegistryCheck) Then
                    errGatherRegInformation = GatherRegInformation
                End If
                GetWMIProviderList
            Else
                WScript.Quit(999)
            End If
            If (bHasMicrosoftIISv2) Then ' Does the system have the WMI IIS Provider
                GatherIISInformation
            End If
            SystemRolesSet
            If (errGatherWMIInformation) Then
                Select Case strExportFormat
                    Case "word"
                        PopulateWordfile
                    Case "xml"
                        PopulateXMLFile
                End Select
            End If
        End If
    End If

    Unfortunately the script is too long to be posted but can be found at
    http://sydiproject.com/download/and is called Server v.2.3. I have also contacted the author and made the suggestion I
    asked about.
    Jason
    I do not know which script you had in mind but the one I looked at had 1,600 lines of code. As you say, posting it here would be inappropriate. At the same time it is unrealistic to ask for help for such a large script. Asking the author is one option. The
    other option would be to identify the module you wish to modify, analyse it until you fully understand it, modify it so that you can run it in a stand-alone manner, then post your question here. You will probably find that you can answer the question yourself
    after analysing the code!

  • Unable to create PDF from Publisher file

    I am able to create .pdf from a .jpg, also from an .xls ... but not from a Publisher document (2007).
    I get a prompt to run in repair mode and I tried that (twice) but the problem is not being corrected.  At one point I had a message about PDFMOUTLOOK and thought I disabled it.   I tried both ways, from inside Publisher, and dire Any help will be greatly appreciated.ctly from Adobe Acrobat 9 Pro ... neither works.
    Below is the log:
    %%[ ProductName: Distiller ]%%
    %%[ Error: typecheck; OffendingCommand: xshow ]%%
    Stack:
    -169
    -mark-
    %%[ Flushing: rest of job (to end-of-file) will be ignored ]%%
    %%[ Warning: PostScript error. No PDF file produced. ] %%
    LinK

    Interestingly, "PDFMOUTLOOK" is apparenly related to PDF Maker for Outlook. It has also been suggested to be Malware (not good). That would suggest you may have some corruption. I am not saying you do, but just what is hinted at by a web search.
    In terms of the printing process. The Adobe PDF printer creates a PS file. With Acrotray active, this PS file causes Acrotray to activate Distiller in the background and complete the conversion of the PS file to PDF. That is the basic conversion process used by Acrobat to create PDF files. Distiller is always in the picture, it just may be running in the background. If Acrotray is not active, the process will stall. Since you are seeing a Distiller log screen, your process seems to be working.
    PDF Maker is basically a preprocessor for the Adobe PDF printer. The preprocessor inserts PDF Marks into the PS file that is created to allow the conversion to PDF to include bookmarks, links, etc. My suggestion about PDF Maker (since the print process seems to work) is that there may be something in PDF Maker that is causing the problem. From the web search, it appears it may even be a virus type of aspect that hit your PDF Maker. Again, I am not saying that is the case, only suggesting it as a possibility. If you can create the PDF from the printer, then the basic process of creating PDFs is working and it is then a process of checking out the problems with PDF Maker. For that, I typically suggest turning all of the options off and then adding them back in to see what triggers the problem. You are basically in a trouble shooting mode and need to isolate the problem.

  • Change user role from "Publisher" to "Administrator"

    Have three users on a particular website - all need to be
    "administrators".
    Two are listed as administrators (one of which is me), the
    third is listed as a "publisher".
    How can I simply change this person to be an
    administrator?

    Create a new connection key with the role of administrtaor
    and send this to your publisher. He/she will replace the old
    connection with the new one, and you can delete the user from the
    publishers roles.

  • Urgent Help:read from text file and write to table

    Hi,
    I'm a super beginner looking for a vi to read this data from a text file and insert it into a table:
       #19
    Date: 05-01-2015
    ID= 12345678
    Sample_Rate= 01:00:00
    Total_Records= 2
    Unit: F
       1 03-23-2015 10:45:46   70.1   3.6
       2 03-23-2015 11:45:46   67.7   2.7
    Output table
    #     date                 time                 x          y        Sample rate    Total Records
    1          03-23-2015     10:45:46        76.8     2.8      01:00:00           2
    2          03-23-2015     10:45:46        48.7     2.1      01:00:00           2
    Thanks for your help in advance.
    Attachments:
    sample.txt ‏1 KB

    jcarmody wrote:
    Will there always be the same number of rows of noise header information?
    Show us how you've read the data and what you've tried to do to parse it.  Once you've got the last rows, you can loop over them using Spreadsheet String to Array (after cleaning up a few messy spaces).
    Jim,
    I didn't know you're that active on here.
    Yes, There will always be the same number of noise header information.
    I'll show you in person
    Regards,

  • Importing users into WGM from csv file issues/crash

    Hi,
    i've been importing user information from csv files into WGM via the +server >  import+ function .
    It worked the first few times but now when i try the import progress bar pops up and promptly disappears without any thing importing.
    i've tried restarts, new admin account, reinstalled  WGM.
    I've also trashed some pref but i don't really know which ones i should be losing.
    The servers an OD master.
    any help would be appreciated.
    as a last resort what do i need to backup/save if i were to format/reinstall osx server? keeping my settings etc.....
    thanks
    paul

    What I did was:
    Exported the user list, to create an XML file in the correct format.
    Using this format, I created a spreadsheet in Excel (sorry Apple), and in the final column I created a field that concatenated the information I wanted in the ':' deliminated format of the previously export XML.
    Then just copy and past via pico into a pure text file and imported that.
    You have to be careful with comments in Passenger, using special characters (';!@#$%^ and others can cause the WGM to fail and crash.

  • How to change user password from default realm programaticaly

    Hello,
    I would like to know if there are any ways to change a users password from a file
    realm through java classes ie . programaticaly.

    Thank you for the support.
    After looking at the code, I noticed RealmManager is not documented in the BEA
    Javadocs. Am I missing something or is it not documented. Lot of other methods
    also not documented. Do you have the latest Javadocs?
    Thanks
    John
    "Tom Moreau" <[email protected]> wrote:
    >
    See message #4589 - it posts the code magic needed
    to change the password. The caller doesn't have to
    be aware of which realm is being used - that's taken
    care of for you.
    -Tom
    "John M" <[email protected]> wrote:
    Hello,
    I would like to know if there are any ways to change a users passwordfrom
    a file
    realm through java classes ie . programaticaly.

  • Export with Table Splitting : ORA-01115: IO error reading block from file

    Hello,
    We are in perfroming the last dryrun of our CU&UC conversion.
    The are now in the process of exporting the ECC6 system (Oracle 10.2.0.4.0, HPUX ia64) using sapinst features, "table splitting preparation"
    When doing so, we are facing critical errors :
    Creating file /export_uni/sapinst_splitting/ora_query3_tmp3_1.sql.
    ERROR 2010-08-11 10:27:28.881
    CJS-00084  SQL statement or script failed. DIAGNOSIS: Error message: ORA-12801: error signaled in parallel query server P002
    ORA-01115: IO error reading block from file 90 (block # 16640)
    ORA-27072: File I/O error
    HPUX-ia64 Error: 22: Invalid argument
    Additional information: 4
    Additional information: 16640
    Additional information: -1
    ORA-01115: IO error reading block from file 90 (block # 16640)
    ORA-27072: File I/O error
    HPUX-ia64 Error: 22: Invalid argument
    ORA-06512: at "SAPR3.TABLE_SPLITTER", line 775
    ORA-06512: at line 1
    I have therefore perfmed a dbverify ; no corruption has been recorded.
    When trying to perfrom the EXPORT, without table splitting ; it works fine ...but the processing time is extremely long, as you can imagine. Any help would be highly appreciated.Regards.
    Raoul

    Thank you Stefan,
    Our HPUX Release seems to be indeed 11v3,
    [root@:/root]# uname -a
    HP-UX B.11.31 U ia64 2566039091 unlimited-user license
    I'll check the installation of the  patch and keep you informed
    Thank you
    Raoul
    Edited by: Raoul Shiro on Aug 11, 2010 11:57 AM

Maybe you are looking for

  • Add new item in core menu of blog - SharePoint 2013

    Hello All I want to insert new item in core-menu of blog using visual studio just below to "Edit". I want to achieve this using visual studio, not by Javascript. please find below image which will provide you detail idea.

  • SAPScript bar code output in PDF format

    Hi, I am working in 4.6D. I am trying to get the zip code bar code symbol to display in PDF as Postnet. When it displays at this point it has the numeric code that would trigger the simm module on a printer to print the corresponding bar code symbol.

  • Site doesn't work - how to validate javascript for mac?

    hey folks, i spent ages for making my new site cross-browser-compatible, only to see safari not working at all. http://www.janfrisch.de/ since the html validates as 4.01 transitional i presume the problem has to be discovered in the javascript sectio

  • Inherits Microsoft.SqlServer.Dts.Tasks.ScriptTask.VSTARTScriptObjectModelBase is CLS non-compliant

    I'm upgrading SSIS 2005 packages to SQL 2008 R2, and I'm running into a problem with VB.Net the Scripting Task.  In SQL 2005 SSIS VB.Net Scripting task the DTS object is instantiated implicitly at runtime and has global scope.  In SSIS 2008 VB.Net sc

  • CS4 -

    I am seeing this message - ?makeCurrent@Context@OGL@AIF@@UEBAXXZ could not be located in the Dynamic Link library aif_ogl.dlll -   when I try to use Pixel Bender in CS4. It was working until recently when I had an advert malware which had to be eradi