Publish changes done in globally reusable workflow

Hello Everyone,
I have a content type on root site in site collection, and that content type is used in form library that resides in around 2000 sub sites of the same site collection.
On the content type in root site, I have created globally reusable workflow. So my question is whenever i make changes in workflow on root site and publish those changes, does those changes get propagated to all sub sites automatically or something more
needs to be done to propagate changes to content type in form library in sub sites?
Thanks in advance.

Hi,
From your description, I have done a test in my SharePoint 2010:
Created a content type named workflow on root site in site collection.
Created a globally reusable workflow based on the workflow content type and set a column of the content type to a value.
Then I created a workflow based on the globally reusable workflow in the sub site, the change was displayed in the sub site content type. 
Per my test, I come to a conclusion that when I change a content type in the root site collection, those changes get propagated to all sub sites automatically.
If I misunderstanding your issue, Please don't hesitate to let me know.
Best Regards,
Lisa Chen
TechNet Community Support
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
[email protected]

Similar Messages

  • Can't retrieve approval status in Globally Reusable Workflow (Approval - Sharepoint 2010)

    For day's i am trying to implement the following in one of the standard, out of the box, Globally Reusable Workflow with Sharepoint Designer 2010:
    If Current Item:Approval Status not equals 0:#Approved Start Approval Workflow Task process on Current Item with Parameter:Approvers Else //Nothing
    This is to prevent that a workflow is started if the item is already approved! The strange thing is, a buddy of mine has also Sharepoint 2010 and he can select in the DropDown list -Current Item: -> Approval Status..
    But the only things I can select are the following:
    Content Type
    Created By
    ID
    Modified
    Modified By
    Title
    I don't understand what is going wrong! What am i forgetting to configure or bind or set?

    I have found the solution!
    I have setup an test environment, Sharepoint 2013 on MS Server 2008R2 and installed Sharepoint Designer 2013. When I now edit the default out of the box "Approval - Sharepoint 2010", if you enter the condition "if current item field equals value", you can
    now select "Approval Status"!!
    So this means that it IS available after all! After a lot of trying, searching, this is the solution in a Sharepoint 2010 environment, installed on MS Server 2008R2:
    Edit the (global or copied version if you want) workflow.
    Add the condition "if current item field equals value" as a step.
    Select from the item field: Content Type
    Click on "equals" and change it to "not equals"
    Then click on the condition and enter manually the following: 0;#Approved
    Move the task "Start Approval Workflow Task..." up so it is a part of the condition "If.. "
    Add an Else condition
    Enter here your custom action or log to show the user that the Task is not performed.
    Save the workflow.
    We now have to manually edit the Workflow Rules file.
    In Sharepoint Designer 2010, click at the left side of the ribbon on "All Files".
    If you have created a custom workflow, you can find the "Workflow.xoml.rules" file, in the folder
    Workflows/"Your custom workflow"/"CustomWorkflow.xoml.rules".
    If you are using the global, out of the box Workflow, you can find the .rules file in:
    _catalogs/wfpub/Approval - SharePoint 2010/ReviewApproval_1033.xoml.rules
    Click on the file, then in the next screen click on "Edit file" under Customization. 4.Search for the string "ContentType" 5.When you have found the string, it looks a bit like this:
    ns1:String xmlns:ns1="clr-namespace:System;Assembly=mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">ContentType ns1:String
    (When you look a few lines below this line, you see your added condition 0;#Approved)!
    6.Replace the string ContentType with: _ModerationStatus 7.Save the file! 8.Open in the current directory the "Workflow.xoml" file (this is the workflow itself) 9. Click on the Save button, it will give you a notice:
    A more recent version of _catalogs/wfpub/Approval - SharePoint 2010/ReviewApproval_1033.xoml.rules has been saved to the server by "user" on 1/5/2014 10:50 AM.
    Do you want to replace this with your file?
    Click NO! (Important, otherwise it will replace it with the default rules file, and nothing has changed!)
    Close Sharepoint Designer 2010, reopen SPD2010 and go to the workflow.
    Edit the workflow and you'll see the following now:
    "If Current Item: equals 0;#Approved"
    The field Content Type is now gone! This is correct so don't worry!
    Publish the workflow and you are done!
    Check now on a library that has a link to the edited workflow, when you start a new Workflow on a Approved-Major version of the document, what the outcome is:
    The workflow is discarded because of the condition and nothing happened, so your document stays on the most recent Approved-Major version and is not published back to a previous version number!!
    Conclusion: I think that the Sharepoint 2010 Designer, is missing that specific "Approval Status" field, but with the solution i have just given, you can solve this!
    C# for the win!

  • Creating Globally Reusable 2013 Workflows on SharePoint Designer 2013

    I'd like to create a workflow for a list in an application I downloaded from the Office store. The option I have is to create a globally reusable workflow which I can then use on the applications list. How can I create a globally reusable 2013 workflow,
    simply, what is the process of creating a globally reusable 2013 workflow on SharePoint designer 2013?

    Thanks Margriet, I'm actually using SPD 2013. When I select the "Workflows" node on SPD, I only get List Workflow, Reusable Workflow and Site Workflow options on the ribbon. I tried using Reusable Workflow but it doesn't create one that is "Globally Reusable".
    What I'm trying to do is to create a workflow which I can activate for a site collection so I can attache it to a list in an application I downloaded from Office Store. A reusable workflow such as the one I got from the Reusable Workflow option on the ribbon
    doesn't work.

  • Adding reusable workflows to lists

    Hi
    I designed a reusable workflow using sharepoint designer and saved it as a template. then i exported the template and modified the feature.xml and again created the .wsp file. then  deployed it to my sharepoint server using a powershell script.
    then i went to my site and activated the feature for that particular workflow. but when i go to the list and try to add a new workflow the one i deployed is not displayed there.
    both the list and the reusable workflow use the same content type and i tried to add a new workflow by selecting the available templates under the same content type?
    is there a way to connect a list to a reusable workflow which is deployed as a .wsp file? i am new to sharepoint and having issues on fixing this. your kind support is highly appreciated.
    thank you.

    Was it really a reusable workflow? 
    What modification did you made to feature.xml file
    I assume you followed below steps
    http://plexhosted.com/billing/knowledgebase/255/How-to-create-a-reusable-workflow-in-SharePoint-Designer-SharePoint-2010.html
    http://www.mssharepointtips.com/tip.asp?id=1095
    http://technet.microsoft.com/en-in/library/ff608128%28v=office.14%29.aspx
    Try below
    http://www.codeproject.com/Articles/70867/Reusable-and-Globally-Reusable-Workflows-in-ShareP
    If this helped you resolve your issue, please mark it Answered

  • How to find the recent changes done in the workflow by user id ?

    Hello all,
    How to find the recent changes done in the workflow by user id ?
    I have made changed in Production system .
    Like changing the status ,
    changing the agent ,
    but for these it will , not ask for any request .
    So i want to know is there any method to find what are the changes done by me ?
    Thanks and regards
    Prem

    Hi,
    This is caused by mandant settings in scc4. It's better not to make changes in PRD, because then your DEV en QA systems differ.
    Kind regards, Rob Dielemans

  • Shopping Cart workflow retrigger for changes done to SC already created

    Hi all,
    A shopping cart is created and later on in "Check Status" when the shopping cart is opened in change mode and any changes are made to the shopping cart either header or item level, the whole approval workflow is retriggered and the approvers are determined again.
    We have a scenario where for a particular account assignment category the approvers are added manually - ad hoc approvers through the "Add Approver" in "Approval Preview". For these shopping carts with manual approvers when in "Check Status" any changes are done to header or items of the shopping cart, the whole approval workflow is retriggered and the manual approvers previously added are refreshed as per standard SAP.
    I have to put a check in DOC_CHECK badi for the existence of approvers. If no approvers found an error message has to be thrown for adding the approvers manually. I am doing this by reading the approvers from the container for a cart created already. But when changes are made and the workflow is retriggered, the workflow container contains only the previous approvers and not the refreshed ones. So this is not captured in DOC_CHECK badi.
    Is there any way to capture the retriggering of workflow in DOC_CHECK badi, so that the check for approvers works fine even after a change being done to a shopping cart which is already created.
    Thanks and Regards,
    Asha

    Try this FM BBP_PDH_WFL_APPROVAL_SIMULATE
    Regards, IA

  • Deploying a Reusable Workflow to a List Content Type using PowerShell

    We have a situation where deployment of a reusable workflow for a site content type cannot be completed through the web interface due to the number of libraries where the content type is in use (time-out on deploy and update).
    It was hoped that this could be accomplished with PowerShell but the method of deploying to a list content type appears to be different than it is to a list (all content types).
    The below snippet works fine for a list / all content types:
    function AddWorkflowToLibraries ($SiteCollection, $ctName, $WfName, $WfAssociationName)
    $site = Get-SPSite $SiteCollection
    [Guid]$wfTemplateId = New-Object Guid
    #Step through each web in site collection
    $site | Get-SPWeb -limit all | ForEach-Object {
    $web = $_
    $_.Lists | ForEach-Object{
    if($_.AllowContentTypes -eq $true)
    if($_.ContentTypes.Item("$ctName") -ne $null)
    write-host "Enabling workflow on" $_.Title "in" $_.ParentWebUrl
    $ct = $_.ContentTypes[$ctName]
    $culture = New-Object System.Globalization.CultureInfo("en-US")
    $template = $site.RootWeb.WorkflowTemplates.GetTemplateByName($WfName, $culture)
    if($template -ne $null)
    $tasklist = "Tasks"
    $historylist = "Workflow History"
    if(!$web.Lists[$historylist])
    $web.Lists.Add($historylist, "A system library used to store workflow history information that is created in this site. It is created by the Publishing feature.",
    "WorkflowHistory", "00BFEA71-4EA5-48D4-A4AD-305CF7030140", 140, "100")
    if (!$web.Features["00BFEA71-4EA5-48D4-A4AD-305CF7030140"]) {
    Enable-SPFeature -Identity WorkflowHistoryList -Url $web.Url
    $wfHistory = $web.Lists[$historylist]
    $wfHistory.Hidden = $true
    $wfHistory.Update()
    if(!$web.Lists[$tasklist])
    $web.Lists.Add($tasklist, "This system library was created by the Publishing feature to store workflow tasks that are created in this site.", "WorkflowTasks", "00BFEA71-A83E-497E-9BA0-7A5C597D0107", 107, "100")
    $association = [Microsoft.SharePoint.Workflow.SPWorkflowAssociation]::CreateListAssociation($template, $wfName, $web.Lists[$tasklist], $web.Lists[$historylist])
    $association.AllowManual = $true
    $_.AddWorkflowAssociation($association)
    $_.Update()
    else
    Write-Error "Workflow Template not found"
    AddWorkflowToLibraries <Site Name> <Content Type Name> <Workflow Template Name> <Association Name>
    However changing the association as follows causes the script to still execute without a problem but the workflow doesn't appear for the content and the associations collection is empty:
    function AddWorkflowToLibraries ($SiteCollection, $ctName, $WfName, $WfAssociationName)
    $site = Get-SPSite $SiteCollection
    [Guid]$wfTemplateId = New-Object Guid
    #Step through each web in site collection
    $site | Get-SPWeb -limit all | ForEach-Object {
    $web = $_
    $_.Lists | ForEach-Object{
    if($_.AllowContentTypes -eq $true)
    if($_.ContentTypes.Item("$ctName") -ne $null)
    write-host "Enabling workflow on" $_.Title "in" $_.ParentWebUrl
    $ct = $_.ContentTypes[$ctName]
    $culture = New-Object System.Globalization.CultureInfo("en-US")
    $template = $site.RootWeb.WorkflowTemplates.GetTemplateByName($WfName, $culture)
    if($template -ne $null)
    $tasklist = "Tasks"
    $historylist = "Workflow History"
    if(!$web.Lists[$historylist])
    $web.Lists.Add($historylist, "A system library used to store workflow history information that is created in this site. It is created by the Publishing feature.",
    "WorkflowHistory", "00BFEA71-4EA5-48D4-A4AD-305CF7030140", 140, "100")
    if (!$web.Features["00BFEA71-4EA5-48D4-A4AD-305CF7030140"]) {
    Enable-SPFeature -Identity WorkflowHistoryList -Url $web.Url
    $wfHistory = $web.Lists[$historylist]
    $wfHistory.Hidden = $true
    $wfHistory.Update()
    if(!$web.Lists[$tasklist])
    $web.Lists.Add($tasklist, "This system library was created by the Publishing feature to store workflow tasks that are created in this site.", "WorkflowTasks", "00BFEA71-A83E-497E-9BA0-7A5C597D0107", 107, "100")
    $association = [Microsoft.SharePoint.Workflow.SPWorkflowAssociation]::CreateListContentTypeAssociation($template, $wfName, $web.Lists[$tasklist], $web.Lists[$historylist])
    $association.AllowManual = $true
    $_.ContentTypes[$ctname].AddWorkflowAssociation($association)
    $_.ContentTypes[$ctname].Update()
    else
    Write-Error "Workflow Template not found"
    AddWorkflowToLibraries <Site Name> <Content Type Name> <Workflow Template Name> <Association Name>
    The only change is:
    $association = [Microsoft.SharePoint.Workflow.SPWorkflowAssociation]::CreateListContentTypeAssociation($template, $wfName, $web.Lists[$tasklist], $web.Lists[$historylist])
    $association.AllowManual = $true
    $_.ContentTypes[$ctname].AddWorkflowAssociation($association)
    $_.ContentTypes[$ctname].Update()
    But unlike the list version, the association doesn't appear to be saved and no error is generated.
    Is anyone aware of what may cause this or have an example in C# that may explain something my script is missing?

    Hi Garry,
    After you associate the workflow to the content type, you should update the update the content type using
    $ct.UpdateWorkflowAssociationsOnChildren($true,$true,$true,$false)
     method.
    Here is the completed script:
    [System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SharePoint")
    $site=Get-SPSite "http://serverName"
    $web=$site.OpenWeb()
    $list=$web.Lists["ListC"]
    $taskList=$web.Lists["Tasks"]
    $historyList=$web.Lists["Workflow History"]
    $ct=$list.ContentTypes["Link"]
    $culture=New-Object System.Globalization.CultureInfo("en-US")
    $wfTemplate=$web.WorkflowTemplates.GetTemplateByName("Three-State",$culture)
    $associationWF=[Microsoft.SharePoint.Workflow.SPWorkflowAssociation]::CreateListContentTypeAssociation($wfTemplate, "myThreeStateWF",$taskList,$historyList)
    $ct.WorkflowAssociations.Add($associationWF)
    $ct.UpdateWorkflowAssociationsOnChildren($true,$true,$true,$false)
    Here is a demo about how to update it using C#
    http://www.thorntontechnical.com/tech/sharepoint/sharepoint-2010-associate-workflow-to-content-type-in-a-feature
    Wayne Fan
    TechNet Community Support

  • Form error in reusable workflow

    Hi all
    I have taken a copy of the 'Approval - SharePoint 2010' workflow, and plan to customise it as a reusable list workflow.  After publishing the workflow, and adding it to a list in my site, i am trying to start the workflow with an approver and recieve
    the following error:
    It seems that the error is related to the Approvers field as it disappears when the error pops up.  I've noticed that if the Approvers field is left blank, then the form submits without error (i would expect the opposite to be happening).  I've
    also tested the 'Approval - SharePoint 2010' workflow on my list and this works fine.
    The form and workflow have not been customised in any way at this point.
    The error log reports:
    07/17/2012 09:55:26.42  w3wp.exe (0x2A58)                        0x3878 InfoPath Forms Services       
    Runtime - Business Logic       82g1 Critical There was a form postback error. (User: ****************, Form Name: Template, IP: , Request: *********************/_layouts/IniWrkflIP.aspx?List={d316b0ca-6659-46ea-86cb-db02f047704f}&ID=24&TemplateID={3983d8f1-b720-4175-bda7-d9bd74341446}&Source=*************/Lists/ChangeList/AllItems.aspx,
    Form ID: urn:schemas-microsoft-com:office:infopath:workflowInitAssoc:-AutoGen-2012-07-17T08:51:21:140Z, Type: SchemaValidationException, Exception Message: Schema validation found non-datatype errors.) ac07586b-01da-4fcc-bc30-be11fd21964d
    Can someone shed any light on this?
    Thanks
    Asher
    Fast, Cheap, Good. Choose any Two!

    Just so we are on the same page, I followed what you did exactly. I created a new site collection and root web using the (Team Site Template). I took a copy of the "Approval - SharePoint 2010" Workflow using a machine with the KB2553322 Patch. It created
    a Reusable Workflow called "Workflow 1". I attached it to the default Documents Library. And, as expected, I encountered the same issue. "The form cannot be submitted because of an error."
    I then opened the Workflow in the Virtual Machine I created to test this patch (After installing InfoPath I had to remove the update again even though it was still a pending update). Turns out there are 2 updates under KB2553322 one for Office Professional
    Plus and one for SharePoint Designer, you need to remove both.
    To verify that it is the same problem. In SharePoint Designer, open the site, go to All Files, Workflows, the Name of the Workflow ("Workflow 1" for me) and Open WorkflowName.xoml.wfconfig.xml, then click Edit. Now, in the XML Path, WorkflowConfig ->
    Initiation-> DefaultData -> dfs:myFields -> dfs:dataFields -> d:SharePointListItem_RW, the node will look like
    <d:Approvers>
    <d:Assignment>
    <d:Assignee xsi:nil="true"/>
    <d:Stage xsi:nil="true"/>
    <d:AssignmentType>Serial</d:AssignmentType>
    </d:Assignment>
    </d:Approvers>
    When it should look like:
    <d:Approvers>
    <d:Assignment>
    <d:Assignee/>
    <d:Stage xsi:nil="true"/>
    <d:AssignmentType>Serial</d:AssignmentType>
    </d:Assignment>
    </d:Approvers>
    So, how do you fix it? and also without SharePoint yelling at you. I also tried just publishing both workflow and InfoPath form with no success.
    Open the Workflow in SharePoint Designer
    In the Ribbon click Initiation Form Parameters
    Click OK without changing anything
    Republish the workflow, It will warn you that the infopath form has been customized.
    Open the Form that says needs update, it will prompt you that the workflow has changed and InfoPath will update the form.
    Save and Publish the Form
    Publish the Workflow, again
    After that, if you check the .xoml.wfconfig.xml file, it will be updated to the proper version. If you run the workflow in SharePoint, it will still have any customization you had before, with the added bonus that it will work.

  • Can I deploy a reusable workflow (2010 platform) with wsp package?

    I am working on a SharePoint 2013 on-premise farm. But it only support SP2010 workflow platform because workflow manager is not installed.
    In the development farm, I build a simple workflow with SPD2013. It works as expected. However I don't know how to deploy it to production environment. Our security policy forbid us directly connect production site with SPD or Visual Studio.
    I follow this article:
    http://blogs.msdn.com/b/sharepointdesigner/archive/2012/08/30/packaging-list-site-and-reusable-workflow-and-how-to-deploy-the-package.aspx
    I changed my workflow into a reusable workflow (because list workflow cannot be exported under 2010 platform). Export it into a wsp file. Then upload to another test site collection and activated the feature. I got no error but I cannot run the workflow.
    When I check with SPD, I found the workflow is existing on the site but it is not associate with any list.
    What should I do? Any alternative? Thanks.

    Few lines from same blog, please make sure these checks has been performed
    "You need to guarantee that the relative list urls (eg. ‘Lists/Vacation’) are the same. Even if you create a list with a given name and then change it to a different name, the list url will not change, this
    is because it is based on the original display name. As such, even though you packaged the workflow based on the list’s updated name, the workflow will still look for a list url based on the old name in the target site. Therefore, when you are recreating the
    lists in the target site, you must make sure that you initially give the lists the original name, and not the updated name. This way the list url will be preserved. After the list is created, you can change the list’s name to the updated one."
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • How to use existing WSP file of reusable workflow and create sanbox solution?

    Hello,
    I have to migrate the SharePoint Designer 2013 workflows from Development environment to Production environment. So, I am following the process which is mentioned in this blog:
    http://sharepointyankee.com/2010/12/11/options-for-deploying-reusable-workflows-in-sharepoint-2010/
    And it is working also, but problem is that; this visual studio solution is getting deployed as a Farm Solution and I wanted to deploy it as a sandbox solution. 
    Is there any way to achieve this?
    I have also tried one more way which is:
    Create SharePoint Custom Workflow Project as a sandbox solution in Visual studio.
    Get WSP file from development site (as mentioned in above referenced blog)
    Open WSP file and copy the content to Visual Studio Created project
    But this solution is also not working; "Feature is not getting deployed as sandbox solution" error is occurring.
    Can anyone please help me on the same?
    Thanks,
    Asim

    Hi,
    When you export SPD workflow, it will be a sandbox solution only, you are not required to configure further.
    Just import the workflow into Visual Studio, and make the changes that are required. you are good here.
    you can set the scope attribute in your WSP feature element.
    Hope this helps!
    Ram - SharePoint Architect
    Blog - SharePointDeveloper.in
    Please vote or mark your question answered, if my reply helps you

  • Why can't Apple make 'publish changes only' for non .mac users?

    The recent iWeb update to 1.1 and the now increasingly obvious differential between .mac and non .mac features has prompted me to post here today.
    I can understand comments, passwords and search facilities being a .mac only experience because it requires server side technology. I can also understand that .mac users get enhanced features like slideshows as well.
    But why is the fundamentally *basic* option to 'publish the changes only' not available to non .mac users?
    I know uploading to .mac uses a different protocol to uploading via FTP, but I don't think it is about that. Obviously the software engine in iWeb 1.1 can now track the pages that have changed, and flag those for uploading. So if the facility to do this is not available with non .mac uploading, is this some form of crippleware? Can any software engineers comment on this or am I talking off the top of my head? [And please mods, don't delete this post - I use the word 'crippleware' in its harshest form, clearly I can still use iWeb to make fantastic websites - I am asking a technical question here.]
    Michael
    A Trusty Quicksilver G4 Dual 1GHz

    OK, from reading this thread:
    http://discussions.apple.com/thread.jspa?threadID=486335&tstart=0
    There is a pattern: An error occurred while publishing file “/blah/blah", while file "/blah/blah" seems to be random from one person to the next, but they all share one thing and that is communication protocol.
    For iWeb to be able to publish changes to .Mac, it has to:
    1. identify if the file exists
    2. do the following:
    2a. if not exists, copy it to .Mac
    2b. if exist, do some sort comparison - CRC checksum -
    2b1. if checksums match, don't copy
    2b2. if checksums don't match copy it to .Mac
    At least I think that's what going on, I don't have .Mac so that is best I can think of. Perhaps, some Apple SW engineers can jump in here.
    Now, the bad part is iWeb has to (and I'm assuming iWeb uses WebDAV):
    1. go thru each file locally
    2. crawl its way into .Mac (WebDAV is a slow protocol) to find the the counter part.
    3. when it finds a file that matches a client side file, it has to (some how) do checksum on-the-fly across the net work (which is slow and congested)
    #3 is I think where it failed, there are many factors here: 1) networks congestion 2) latency 3) protocol overhead 4) checksum calculation time etc...
    iWeb eventually times out because any/all of the above.
    It's nice that WebDAV can author to the host yada, yada, but it's so SLOOOOOW.
    What I would do is for every publishing, I would build a files and their checksums keep it on the host (or local, must be hidden).
    For subsequence publishing, I would (use a fast protocol like FTP) download this pre-built files/checksums list. Locally, do a full publishing, making checksum comparison, the result is delta changes; upload only those. Build a new files/checksums list upload that too.
    What I mean to say is offload everything that is possible to local machine, bandwidth is PREMIUM!

  • Can't publish changes - buttons disabled

    Dear all,
    I can not publish changes to my sitethrough iWeb. The buttons are disabled to publish and I have no ideawhat to do... I have to update my website! I have 2 mac computers athome, but just one of them is with all the site that I've donebefore. It's EMMANUELEBALDINI.ME
    I have Time Capsule also, but I don'tknow how to copy the whole site in it.. and also, how to update mywebsite.
    First it has appeared UNKNOWNPUBLISHING ERROR OCCURS. THE DISK MAY BE DAMAGED, FULL, OR YOU MAYNOT HAVE SUFFICIENT and I tried to cancel some dates to fix thisproblem and now it doesn't appear this message, but the buttons andthe option to publish the website don't appear.
    Some help?
    Please...
    Fernanda

    First we need some details:  where are you hosting the site? Have you visited the site to see if the changes have been made?  Try clearing your browser's cache (Command+Option+E for Safari) and relaod the site.
    Have you tried publishing your site to a folder on your hard drive?  If not do so.
    A first fix attempt can be the following:
    delete the iWeb preference file, com.apple.iWeb.plist, that resides in your Home() /Library/Preferences folder.
    go to your Home()/Library/Caches/com.apple.iWeb folder and delete its contents.
    launch iWeb and try again.
    OT

  • IWeb - Can't Publish Changes

    Apple announced support for iWeb publishing until June 30th.  I am no longer permitted to publish changes to my site.
    Is there any way around this until I transfer the site to a new webhosting service?

    Try this:  launch iPhoto with the Option key held down and create a new, test library.  Import some photos and check to see if the same problem persists. If the problem is not repeated with the test library then your current library is damaged.
    If that's the case make a temporary, backup copy if you don't already have one (select the library and type Command+D) and apply the two fixes below in order as needed:
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Select the options identified in the screenshot. 
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    Download iPhoto Library Manager and launch.
    Click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option
    In the next  window name the new library and select the location you want it to be placed.
    Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments but not books, calendars or slideshows. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    OT

  • Edit input/output of a reusable workflow

    Hello all, is possible to change the input and output variables of an already existing reusable workflow?
    We need to delete one of the variables used as output of the process but we cannot find the interface that permits his operation.
    Is this operation possible?

    DSpider wrote:
    When you say input/output, what exactly do you mean? Read/write speeds, network, upload speed, what?
    Because you can probably SSH and run iotop. It's just like top but for disk writes.
    You can also tail a log file and see the changes being made as they happen (if the game server provides logs, of course).
    By input/output, I meant that of a specific program. I've figured this out with screen - it does just what I want. However, now I'm having another problem. My /etc/rc.local contains this to start the game server:
    #!/bin/bash
    # /etc/rc.local: Local multi-user startup script.
    su - huskehn -c "cd /home/huskehn/minecraft/server/; screen -S minecraft java -Xms1G -Xmx1G -jar minecraft_server.jar nogui"
    The purpose of the script is to cd to the game server's directory and create a new screen, as my user and not as root, and execute the game server within the screen (that's the java command and everything after it). If I run this script by logging in and typing /etc/./rc.local, it works just as I want it to and the game server starts. However, on system boot, it doesn't seem to run. The game server never starts. Is there some kind of log I can view that could tell me why this is happening?
    Last edited by Huskehn (2012-04-24 00:06:02)

  • Folio changes don't show up in the app

    Hi.
    We have two folios in two different apps on which our changes don't reach the app.
    If we update the folio, there is no "Update" button.
    If we unpublish it, it stays in the app.
    If we republish it with new content under a new product ID, the old folio can still be downloaded but the new one cannot.
    Other folios in the same app are working as expected.
    Sounds like a problem with the publishing servers. Can anyone confirm that?
    Or is it something else? If so, how can it be solved?
    Thanks in advance!
    Toni

    Call enterprise support and ask them to look into it. It's rare, but sometimes there is a weird state a folio can get into, and this might be one of those cases.
    Contact information can be found by logging into http://digitalpublishing.acrobat.com and looking at the bottom middle of the page.
    Neil

Maybe you are looking for

  • IPod classic freezes when plugged in

    Whenever I plug my iPod into the computer, it freezes at the "Connected, Eject before disconnecting." screen. The actual iPod freezes and I have to reset it to use it again. Details: 1. My main computer is a PC with Windows XP. I've tried 2 different

  • I have issues with Flash Player 10, can you help resolve this?

    Hello everyone, At the risk of giving too much information: I run a Mac iMac 2.16 GHz Intel Core 2 Duo with 2.5 GB 667 MHz DDR2 5 DRAM with OS X version 10.4.11 The issue: I recently did the following things, a) Downloaded and used Safari Version 4 P

  • Print  option disabled... how to activate it?

    That's it how to activate the print option in a blocked pdf file. Is the any way? Thanks

  • Queue Based Printing with Netware 6.5

    I have just picked up a client who just upgraded to Netware for small business 6.5...They want a HP Laser Jet 4m plus installed...They still want to use queue based printing...I went to HPs website and saw that Web Jetadmin is bye bye...First off, is

  • Maintaining table CSSL

    Hello, Recently a bunch of new cost centers were created which will be used in posting payroll.  We are getting an error during posting because there are no entries in table CSSL for the new cost centers and the corresponding activity types.  How do