Publishing site with Workflow not working properly

Hello All
I have created a Publishing Site Collection on SharePoint 2013 on-premises and when I create a new sub-site using the "Publishing site with Workflow" template, I get redirected to
the site home page and I get the option to PUBLISH the page. But, when I try to publish the page, I get a server error. Now, instead of trying to publish the page, if I refresh the page I this time get an option to check-in the page, after checking the page
in, i get the option to publish it, now I can publish the page without any error. This does not happen on my DEV server, but only on QA. I am using the "Publishing site with Workflow" template,
which associates an OOB Page Approval workflow with the Pages Library.
Please help me guys!
Parth

Hi Parth,
Based on your description, you encountered the issue with Publishing site with worklfow site template.
Please provide more detail information about error returned, and see if there is related error message in ULS log.
Could you please recreate a new site on DEV server to see if the issue still occurs?
I wonder if there is difference on Workflow related settings between DEV server and QA server.
Regards,
Rebecca Tu
TechNet Community Support

Similar Messages

  • Binding gateway service with List not working properly with expand

    Hi all,
    We have an orderlist with details, we use the splitapp for it, it's working nicely with a gatewayservice. We have now added with expand 2 orderpartners. I see the 2 partners, only is it completly the same data. I checked the oData structure and I see indeed that the 2 partners are the same. This is weird, because when I execute the service, via my browser, I see 2 different partners.
    If I execute the service directly via the read function, I see in the oData that I also have 2 different partners. So my conclusion is that the direct read of the service is working and executing the service via the sap.m.List is not working with the expand.
    Now my question is, does somebody know what's going wrong here, or is it a bug in the sap.m.List? Below you find code snippets how I call the service.
    This call is working:
    oModel.read("/OrderListSet", null, ["$orderby=BegTstmp asc&$filter=Userid eq 'user' and DateFrom eq datetime'2014-04-20T00:00:00' and DateTo eq datetime'2014-04-27T00:00:00'&$expand=OrderPartners"], null, function(oData, oResponse){  
      }, null );
    The binding via the sap.m.list is:
    var oList = new sap.m.List("orderList", {
      mode: "{device>/listMode}",
                items: {
            path: "/OrderListSet",
               parameters: {expand: "OrderPartners"},
            template : new sap.m.StandardListItem({
            title: {
                   parts: [
                           {path: "BegTstmp", type: new sap.ui.model.type.DateTime({pattern: "H:mm"})},
                           {path: "DataCol2"}
                   formatter : function(strDate, strDescription) { return strDate + " - " + strDescription; }
            description: {
            parts: [
                          "DataCol3",
                          "DataCol4",
                          "DataCol5",
                          "DataCol6"
            type: sap.m.ListType.Navigation,
            icon: "{icon}",
            customData: [
            new sap.ui.core.CustomData({
            key: "orderId",
            value: "{Orderid}"
            new sap.ui.core.CustomData({
            key: "type",
            value: "{Type}"
            // Sort the list on date and group the list on day
                   sorter: new sap.ui.model.Sorter("BegTstmp", false, oGrouper),
                   // Filter the list, this directly refrenced to the gatewayservice
            filters: [
                     util.Filter.getUserId(),
                     util.Filter.getCurrentWeekFromFilter(),
                     util.Filter.getCurrentWeekToFilter(),

    Fine. If you're trying to bind any attributes of OrderPartners, bind it as OrderPartners/attribute-name. Say if "BegTstmp" an attribute of OrderPartners bind it as OrderPartners/BegTstmp.
    Regards
    Sakthivel

  • Can anyone help with Terminal not working properly on 2013 (late) mac pro?

    New 2013 (late) mac pro. 10.9.2 osx
    Using Terminal utility and giving "cat" command, I get a return message of "file or directory not found" even though the files are right there. This is a little procedure I have performed with older mac pro and laptops (also Mavericks) and never had a problem.

    Thank you for posting Linc. I worked it out, it is a case of user error.

  • VS 2013 template with references not working properly

    I'm trying to create a set of templates that contain references to dlls. When I create a project with references and then export it the references are saved into the template but the files aren't copied.
    I have created a class that implements iWizard and copies the remaining file types (.dll, .xml etc.) in the correct folder when you create a new template. This is also working.
    Now the problem was that I needed the project to know that it should use the dlls that are copied into the project folder. So I edited the .vbproj file and inserted the path manually, i.e. I found the reference tags and removed the path information so they
    only referred to the file itself. Like this:
      <Reference Include="MyDll"><HintPath>MyDll.dll</HintPath></Reference>
    This workaround is almost working. VS finds the dlls and lets me use them, but only if I go to project -> properties and then clock on the reference tab. The classes are not recognized until I do this. I get the usual  type or class not defined error
    until I simply click on the reference tab in project properties.
    It seems to me that I have missed a step when I was doing my workaround and Visual Studio completes it when I click on references. I just don't know what that is or what a good alternative to my solution would be.

    Hi Mongan,
    I have been researching this issue these days. You can check whether there are some differences in MyTemplate file and the project file before and after you click the references tab in project properties? Maybe you will get some information.
    In addition, I doubt maybe you missed something in your iWizard extension. the following link introduced detailed ways and code to create project template using IWizard interface, you can reference it to check whether it can help you.
    http://www.codeproject.com/Articles/391989/Working-with-Project-Template-and-Wizard-Extension
    The following threads suggested adding the project reference in the ProjectFinishedGenerating() method to add a reference to project template:
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/f57d8eed-ba7a-4e82-bed4-1dd4b8a3a288/custom-wizard-adding-references-dlls-to-a-project?forum=vsx
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/b4d4f816-70b6-4042-bb34-324a7da1a3e2/custom-wizard-is-it-possible-to-add-a-dll-reference-to-a-project-on-creation-from-a-custom-wizard?forum=vsx
    If the suggestions above does not help you, I find that
    Visual Studio Integrate forum:
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=vsx is a better forum because you are using iWizard to create project template. You can open a new thread about
    your current issue and post some code about iWizard  there, Visual Studio Extension experts will provide you better support.
    Thank you for your understanding.
    Have a nice day:)
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Headphone with mic not working properly on Bootcamp Windows 7

    Hey, guys. I have a Macbook Air mid-2012, installed Windows 7 (Bootcamp) and I wish a I could use my Sony Stereo Headset DR-EX12iP with mic for chatting while playing some games. But the microphone isn't working in Windows 7 and I don't know why. I already searched over the internet about an answer but found none. The build-in microphone of MBA is too much sensitive and bother my friends. Just for information, I use the same headset in Mac OS X and it works perfectly with facetime and skype.
    I hope somebody can help me out. Thanks!

    I found this after doing this post: https://discussions.apple.com/thread/3369017?start=0&tstart=0
    Apparently there is no good answer for the problem...

  • Website built with iWeb not working properly on PC

    How can I ensure that everything that I build in Iweb will open correctly if someone goes to my website on a PC? In particular, people have had problems listening to music that I have put on my site. I tried embedding a music player, and I have also tried using hyper links to my songs - but this continues to pose problems fir PC users.

    Have you read this page from Roddy's iWeb for Musicians site: How to get your iWeb Site to load in Internet Explorer?
    He also has several pages dedicated to flash audio players.
    OT

  • Gasbuddy web site not working properly with firefox, but working fine with explorer

    I've noticed when I load the web site gasbuddy.com, it is not working properly. It does load, just not performing like it should. When I try using gasbuddy.com on explorer 9, it works fine. I've already tried working in safe mode and that didn't solve the problem with gasbudy.com. Any suggestions as to how to fix the problem? I did do some prior investigating, and I'm very cautious about removing my cookies. It seems when I do that procedure, I lose too much info on certain web sites----weather.com, weatherunderground, etc. Just not sure how to remove cookies to solve a problem with out causing other problems? Thank you.

    I'm glad we were able to figure it out. Many sites are designed with stretchy columns that work with either full zoom or text-only zoom, but definitely not all of them.

  • My Macbook is not working properly, I went to a Genius Bar appointment, they were not helpful at all and just told me to go off and reboot my Mac and then restore via TimeMachine. I dont know how to do this. I am extremely displeased with Apple, help me?

    My late 2011 Macbook Pro is not working properly it is very slow and extremely painful to use, I went to a Genius Bar appointment, they were not helpful at all and just told me to go off and reboot my Mac and then restore via TimeMachine. I dont know how to do this. I am extremely displeased with Apple at the moment, can someone please help me?

    Your problem description is generalized and non-specific. I would make another appointment at the Apple store and insist they help you execute their suggested fixes.
    Incidentally, if you search this site, Apple has excellent articles re: restoring a system.
    Barry

  • DirectAccess on Server 2012 R2 with Single NIC behind NAT on IPv4 only Corporate Network Results in "DNS Not Working Properly"

    I hit this problem at a customer site and can re-produce it in a simple lab.  Lab environment: servers:
    1x Server 2012 R2 DC and DNS server - DC1 - 10.0.0.1
    1x Server 2012 R2 DirectAccess (DA) server - DA1 - 10.0.0.100
    Servers are running "Update" (KB2919355) and following DA hotfixes:
    KB2929930
    KB2966087
    I configured DA (via advanced wizard) as follows:
    DA and remote access
    AD group
    directaccess-webprobehost DNA (A) record pointing to 10.0.0.100
    behind an edge device (with a single network adapter)
    SSL certificate from enterprise root CA issued to directaccess.contoso.com
    NLS on remote server using https://nls.corp.contoso.com
    DNS: corp.contoso.com = 10.0.0.1; nls.corp.contoso.com = ""
    DNS suffix search list = corp.contoso.com
    The DNS server validates successfully in the configuration UI.
    With this configuration, I get a static IPv6 address of fd79:7a37:cbd9:3333::1/128 assigned to the NIC
    The operations status is all green apart from DNS which displays the following error:
    "DNS: Not Working Properly"
    Error:
    None of the enterprise DNS servers fd79:7a37:cbd9:7777::a00:1 used by DirectAccess clients for name resolution are responding. This might affect DirectAccess client connectivity to corporate resources.
    Causes:
    Enterprise DNS servers fd79:7a37:cbd9:7777::a00:1 are not responding.
    I can, however ping fd79:7a37:cbd9:7777::a00:1 (which is the DNS64 translation of 10.0.0.1)
    I would like to know what checks are failing as there are no failures in Event Viewer.
    I have come across forums where people have the same issue and fix it by specifying the local IP (in this case 10.0.0.100) as the DNS server, however Richard Hicks has confirmed with me that the DNS server should be set to the DNS server, not the DA server's
    IP.

    Thanks for the post Matt,
    ISATAP has been disabled on my DA server, so the results of a "ROUTE PRINT -6" command yields:
    ===========================================================================
    Interface List
     12...00 15 5d 01 03 64 ......Microsoft Hyper-V Network Adapter
      1...........................Software Loopback Interface 1
     14...00 00 00 00 00 00 00 e0 IPHTTPSInterface
    ===========================================================================
    IPv6 Route Table
    ===========================================================================
    Active Routes:
     If Metric Network Destination                           Gateway
      1    306 ::1/128                                               On-link
     12    261 fd79:7a37:cbd9::/48                         On-link
     14    306 fd79:7a37:cbd9:1000::/64                On-link
     14    306 fd79:7a37:cbd9:1000::/128              On-link
     14    306 fd79:7a37:cbd9:1000::1/128            On-link
     14    306 fd79:7a37:cbd9:1000::2/128            On-link
     14    306 fd79:7a37:cbd9:1000:814c:28be:46b5:52c1/128     On-link
     12    261 fd79:7a37:cbd9:3333::1/128            On-link
     12    261 fd79:7a37:cbd9:7777::/96                On-link
     12    261 fe80::/64                                           On-link
     14    306 fe80::/64                                           On-link
     12    261 fe80::20c0:e848:d304:9f01/128       On-link
     14    306 fe80::814c:28be:46b5:52c1/128      On-link
      1    306 ff00::/8                                               On-link
     12    261 ff00::/8                                              On-link
     14    306 ff00::/8                                             On-link
    ===========================================================================
    Persistent Routes:
     If Metric Network Destination                            Gateway
      0 4294967295 fd79:7a37:cbd9:1000::/64       On-link
      0 4294967295 fd79:7a37:cbd9::/48                On-link
      0 4294967295 fd79:7a37:cbd9:7777::/96       On-link
    ===========================================================================

  • I have lost track of the number of websites that do not work properly on the iPad without Adobe Flash player which is unsupported. I cannot use retail sites, billing sites and most important of all job application sites. All are missing tabs, links, info

    I have lost track of the number of websites which do not work properly on my iPad. They include retail sites, billing sites and most important of all job application sites. They all seem to require Adobe Flash Player which cannot be downloaded onto an iPad. Skyfire does not solve the problem. They all load without vital parts of the site such as tabs, links and correct formatting. Any suggestions?

    Most such brower/service combinations have a difficult time working with Flash-based apps and often fail completely. Flash videos are usually the most successful content these browers can handle. You can try the others apps - Puffin, iSwifter, etc - but you may find that none of them work, in which case you will not be able to use your iPad with these sites other than by using one of the various remote control solutions to take over a computer running the full Flash Player.
    IMHO, any developer that built a Flash application for a billing or job application site was an idiot, but I know that's out of the control of anyone but the relevant company.
    Regards.

  • Scrolling effects in Muse are not working properly with the Chrome browser at the moment.

    My scrolling effects in Muse are not working properly in the Chrome browser .I disabled any third party widgets to see if that was the problem but it wasn't. Safari and firefox presented my site perfectly but when it was opened in chrome the menu navigation bar will not stop moving uncontrollably jittering when the page is scrolled. Does anyone know what I can do to fix this? My site is danieltoruno01.businesscatalyst.com

    We are using Vertical spry menu bar features provided with Dreamweaver CS3.
    You are using Spry 1.4.
    The latest  version of the Adobe Spry Framework is 1.6.1, this is the same version  that ships with Dreamweaver CS4.
    When using Dreamweaver CS3 (uses Spry  1.4), it's wise to upgrade your files to the latest version. This can  easily be done using the Spry Updater that can be found here.
    If after that you still have problems, please come back here.
    Ben

  • TS1702 When I update to IOS6 on my 4S Facebook does not work properly, the news feed never updates it only says no new storeys and shows a picture of an antenna. When I reset my phone and go back to IOS5 Facebook works fine. What's up with IOS6 ????

    When I update my iPhone 4S to iOS six Facebook does not work properly the newsfeed doesn't load properly and I can never see what's going on all I see is a picture of an antenna and a little thing underneath it says no new stories when I reset my phone back to iOS 5 then it works just fine and I don't have any issues so there must be something wrong with iOS six that isn't letting Facebook load properly

    No I did not use any unauthorized methods for anything, I simply reset my phone back to factory.
    <Edited By Host>

  • My iPhone 6 ear speaker is not working properly I couldn't able to hear any thing from ear speaker to lissen I had to put on loud speaker or to use handsfree please help me out with this problem if some body have answer?

    My iPhone 6 ear speaker is not working properly I couldn't able to hear any thing from ear speaker to listen I had to put on loud speaker or to use hands free please help me out with this problem if some body have answer?

    Hi Venkata from NZ,
    If you are having an issue with the speaker on your iPhone, I would suggest that you troubleshoot using the steps in this article - 
    If you hear no sound or distorted sound from your iPhone, iPad, or iPod touch speaker - Apple Support
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

  • Remote not working properly with Apple TV...sporadic fuctioning

    Hello,
    I have no idea what caused this to happen, but both my remotes (I have one from my MacBook Pro and one from my AppleTV) seem to not work properly with AppleTV. It sometimes works but it is extremely frustrating as it only registers about 1 out of every 10-20 clicks then continues to remember the previous clicks therefore making it essentially impossible to select the desired menu/item. Basically it just seems like it's out of control!
    I tested whether it was the remote or AppleTV that was causing the problem by running Front Row on my MacBook Pro and both remotes seem to navigate Front Row perfectly fine. They both act the same way with AppleTV, whether they are paired or not. It seems as though something happened with my AppleTV. This problem occurred randomly, with no specific cause I can think of.
    Please let me know if any of you have ever experienced this problem and what your solution was, if any!
    I have tried restoring to factory conditions, resetting settings, ran diagnostics, unplugged and replugged it, and nothing seems to be working!
    Oh, and I just replaced the battery on one and have tried swapping batteries, etc.
    HELP PLEASE!
    Thank you,
    Travis

    The menus have never been as responsive as they used to since the 2.0 update in my opinion - basically AppleTV seems to cache/buffer remote click if it is busy or perhaps waiting for something to stream from itunes, and when resources become available it suddenly executes all command rapidly which makes it behave wildly in menus.
    Usually happens I find after restarting the unit or if streaming drives have gone in to power saving modes and there's a delay while they wake up to feed the AppleTV.

  • HP computer will not work properly with an HP printer

    I have the following two items that I am trying to use together:
     - HP 23" TouchSmart Desktop, T6500 2.1GHz 4GB DDR3, 500GB HDD (Windows 7)
     - HP OfficeJet 6500 Multi-Function Printer/Scanner/Fax
    When I try to scan to Adobe Acrobat Professional 9.0, the document goes through the scanner, however the dialog box that I would expect (e.g. "Next Page" or "Done") never shows up.  At this point, the system is unresponsive with respect to Adobe or the printer.
    I suspect that it is waiting for the input from the dialog box that never showed up.  I tried to move the other windows to see if the dialog opened in the background, however I am not able to select any of them (they remain frozen).
    I contacted HP Support, only to have them tell me it must be the driver, and I have an "old" printer.  (I did not realize that a 9 month old printer was considered "old").  I have tried all of the possible drivers that are available (original disk, downloads, other downloads from HP tech support), none of these resolves the problem.
    In any case, they were unable to resolve the problem of having an HP computer work properly with an HP printer.  (The printing function seems to work, just very slowly).
    Has anyone else heard of this?  Is there a resolution?

    Update: I am still looking for a solution to this problem - the scanning portion of the Multi-function OfficeJet 6500 does not work properly with the HP TouchSmart computer.
    I have not been able to find anyone in HP that can tell me when (or if) new drivers will be released for this printer.
    I decided to investigate upgrading to a newer version of printer since HP told me the 9 month old printer I have was "obsolete", only to find that the identical printer is still on sale in many stores.  Hmmm....
    I feel like I am getting the run-around from HP.
    I have since tried several more driver/software combinations, but every time I have the same problem (as described in the previous post).
    If anyone has any ideas or suggestions, I would be most happy to hear them.
    Thank you.

Maybe you are looking for

  • How do I use face time on my apple tv

    How do I use face time on my apple tv (with my macbook pro)?

  • Change Default Print Attributes

    When printing a list in Address Book, how can I select more than the default Attributes and keep them selected when I print again? I want to print ALL information for contacts so I have email address, notes, phone, company, title, etc all on one page

  • Insert Activity in OSB

    Hi, I couldn't able to use insert activity in appending some xml node to my out varaible. It is more confusing between Expression and XPath. Any inputs on this really appreciated Thanks & Regards Venkata Madhu

  • Long phone call, backlight problem.

    Well sometimes i have long phone calls to deal with, say for around 3-4 hours. When i want to end the phone call i obviously move the phone away from my ear and press the "End Call" button. Problem is, that the backlight doesnt come on. I dont know w

  • Email in 2 folders?

    I have 2 POP email accounts on Mail right now. Is it possible for me to send my gmail to one folder, and my comcast to another?