Unable to view version history if document status is in progress

Hi,
I have a SharePoint integrated workflow for document approval. The k2 workflow is working properly except there is an error when opening version history or document property of
an item in SharePoint library while it is in progress (waiting for approval). Actually the error is not happening immediately after the workflow is kicked off. It only starts to happen after a period of time. (Probably few hours after) This error will disappear
once the document is approved or the workflow is cancelled. I got error exception below: System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.SharePoint.Publishing.Internal.WorkflowUtilities.GetCurrentUserApprovalTask(CachedListItem
listItem) at Microsoft.SharePoint.Publishing.Internal.WorkflowUtilities.IsApprovalWorkflowTaskActiveForUser(CachedListItem listItem) at Microsoft.SharePoint.Publishing.WebControls.ConsoleNode.CurrentState(Page currentPage, Boolean cacheResult) at Microsoft.SharePoint.Publishing.WebControls.ConsoleDataSource.PopulateDataSource()
at Microsoft.SharePoint.Publishing.WebControls.ConsoleDataSource.GetHierarchicalView(String viewPath) at Microsoft.SharePoint.Publishing.WebControls.PublishingSiteActionsMenuCustomizer.OnPreRender(EventArgs e) at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Does anyone know why this happens? Would you suggest any solution to fix this issue please? Thank in advance.
Wandath

Hi,
How things are going? If you have any questions or concerns, please feel free to let me know.
Paul Shui
Microsoft Online Community Support
Please remember to click “Mark as Answer?on the post that helps you, and to click “Unmark as Answer?if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread<o:p></o:p>

Similar Messages

  • Unable to view images in my document in the new Maverick Pages!

    Unable to view images in my document in the new Maverick Pages!
    Opened an old doc which had about a hundred placed jpegs in it and when I opened it, Pages said that it wasn't including the background color nor the placed images. Why?

    Hi Suresh,
    Please check that you have crystalreportviewers11 (for version XI) or crystalreportviewers115 ( for version XI R2) folder in your BO installation and your web.xml has correct reference to it. You can copy this folder over in your web application and
    Add an entry in web.xml as follows ( if it doesn't exist)
    <context-param>
      <param-name>crystal_image_uri</param-name>
      <param-value>/<your application name>/crystalreportviewers115</param-value>
    </context-param>
    crystalreportviewers11\115 have images folder which contain all the images for Logo and toolbar. Check the images folder in viewers and make sure that they exist.
    -Aasavari

  • HT204088 unable to view purchase history via ipad

    unable to view purchase history via iPad.   error:  unable to connect to iTunes Store.

    Brian, this is only a user forum. For billing issues, you need to contact iTunes Support:
    http://www.apple.com/support/itunes/contact/

  • RON-View version history: CDR-17057: Failed in initialize JVM

    We're struggling to get the latest download of Designer 6i / SCM
    setup and running.
    We're using SCM with versioning turned on to support JDev 9i.
    Using RON to attempt to view version history [events or details]
    gets this error.
    TIA curt
    Message
    CDR-17057: Failed in initialize JVM
    Cause
    Either the Java system cannot be found
    or the correct Java classes cannot be found.
    Action
    Check the CLASSPATH and JVM HOME
    settings on your registry (or environment) settings. Ensure
    that the correct version of Java and its core classes jar
    file are being accessed.

    I occasionally get the same message. I alternately get another message (see below)
    I installed the Designer Release 4.1.1 and get these problems such that any Java based tools in Designer/Repository throw these errors. An associate installed Repository 4.1 and he is able to run.
    I compared his registry settings against mine and found what I believe are the JVM HOME (actually it was JRE_HOME) and JVM_CLASSPATH variables that the software complained about, but could fing nothing wrong.
    Ken
    CDR-17060: Failed to load class oracle/repos/rs/rsj/CRSjInProcDispatch
    Cause: The class could not be found
    Action: Check CLASSPATH registry (or environment) setting
    and ensure the correct repository classes jar file is present.
    Class CRSjInProcDispatch is located in jr_jol.jar which is included in CLASSPATH specified in registry key HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\repadm61\DEFAULT_JVM_PARAMS_THIN_JDBC\JVM_CLASSPATH
    HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\repadm61\JRE_HOME = "%ORACLEHOME%\REPADM61\jre1_3"

  • Version History for a Document Library - Can't view version history for only 1 item

    It is a Document Library with around 8 items. Each of the items have around 60-178 versions.
    I checked programmatically that this particular item had 63 versions.
    I am getting the foll. error when I try to view the version history for that 1 particular item.. it works for all other items in the same list.
    Unable to complete this operation.  Please contact your administrator.   at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFileVersions(String bstrWebUrl, String bstrFileUrl, Object& pvarVersions, UInt32& pdwcVersions)
       at Microsoft.SharePoint.Library.SPRequest.GetFileVersions(String bstrWebUrl, String bstrFileUrl, Object& pvarVersions, UInt32& pdwcVersions)
    This is what I tried so far..
    I tried programmatically deleting few verisons for this item - no luck.
    I ended up deleting all the versions for this item - still I get the same error.
    I tried editing other items to see if their version history still works after new versions get added and it worked.
    This is despite the fact that other items that are working have number of versions  as 178, 130, 63 and so on.
    I appreciate any help.
    Thanks.

    Mike, 
     I don't think it is a programming question. It's a sharepoint browsing question.
    I have a document library with Versioning set to Create major versions.
    In that document library, I have around 8 documents, each of which has versions. Only for 1 particular document, when I try to see the versions by clicking 'Version History', I get the error as stated above.
    For all other documents, Version history works.
    My initial thought was that may be the document in question had too many versions and that's why it's failing but I was able to check that the document (in question) had 63 versions while there are still other documents in the same list which has 178 versions and 'Version History' is still working.
    I further explained all my efforts done so far in order to resolve this issue (none of which worked.)
    I deleted all versions (I couldn't delete it from IE since I can't even get to the page where it says 'Delete All Versions' - thus I wrote a small program to delete all versions for this document.)
    I also tried modifying other documents to see if a version history is being created for other documents and that is happening.
    Thanking you in anticipation..

  • Unable to view purchased history in Mac App Store

    I am unable to view my purchased history in the mac app store.
    I just purchased a new macbook air and went to the app store in the hopes of downloading the apps I purchased onto this new this new device. I am unable to view them on this device although I have been able to view them on my macbook pro.
    Is there a way to restore the list of apps onto this new device?
    I have gone to the individual apps and re-bought them. Once I try to buy I get a message informing me that I have already purchased this app in the past and it starts to download. But it still does not appear in the purchased list once the download is complete.
    Moreover, I have purchased adobe elements 9 and I am unable to re-buy it since adobe has released elements 10.
    Please help.
    MJ

    Launch iTunes on the MBAir.
    From the menu bar click Store > Authorize This Computer
    Now back to the menu bar again click Store > Sign Out
    Now follow the instructions here >  Downloading past purchases from the App Store, iBookstore, and iTunes Store
    Make sure you are using the same Apple ID and password that you used on the MBPro.

  • Am unable to view recent History older than 1 day since removing "All Previous History"

    I am unable to view any previous history older than the most recent 10 items, since removing "All Previous History". Before removing "All previous History" I was able to view history from, Yesterday, Last Week, last Month etc, but all I can get now is the last 10 items of history.

    See http://kb.mozillazine.org/Viewing_the_browsing_history_-_Firefox

  • Unable to view/print some PDF documents

    I am unable to view/print some of the technical documents (white papers) in the 91AS documentation page. When I attempt to open them I get the netscape "extend capabilities" dialog, but my local internet support does not have a plug-in/download for the file type multipart-byterange and requested that I contact the site owner for a source for the file. I am using Netscape/Communicator 4.73 and adobe acrobat reader 5.0
    Thank you
    stephen pater

    Hello,
    Please check whether you have right authorizations.
    You need to have authorization for SP02 transaction code.
    Take SU53 screen shot and submit to your security team.
    Regards,
    Ravi

  • Unable to View Purchase History

    I wanted to view my past purchases so I went to the iTunes stores. Clicked on the view account button and put in my password. I see all of my account information, but there is not a button (like it says in the instructions to view purchase history) that says "View Purchase History." Can I view this information elsewhere or is the button simply missing?

    The button has been temporarily removed from the Store. No reason given, but possibly due to the holiday rush. Try again in a few days. If you have a pressing matter, contact Customer Service directly.

  • Unable to access version history of master page

    Hi,
    I think i totally messed up the master pages, i'm not sure what i did, but i edited seattle.html master page and published it. Now i try to access the site, i get error : "Sorry something went wrong....blah..blah "
    Now when i tried to restore the version history, it throws an error shown below. Please help me to resolve this. I think i just did it in production server.. a big blunder i guess.
    Many thanks !

    Hi Alex,
    Thanks for your response.
    In anxiety i was trying many different things and i found a strange thing. The first screenshot below shows how i tried it earlier. I right click (after checking out the file of course) on the seattle.html and then when i select version history, it doesn't
    work. 
    But in the second screenshot if rather than right clicking, i just click on the file name and then from the next screen, at the right side there is a Version History table listing all the versions. So when i select a version, the Restore button activates
    on the Ribbon and now i can restore from here without any issue. 
    And there is another approach, we can restore through design manager. But if your entire master page is screwed up totally, then you won't be able to go to your _layouts/15/DesignMasterPages.aspx in the first place. 
    So i would suggest people to try the second method (from designer pane).
    Shot 1:
    Shot 2:
    But in any case, i truly acknowledge your advice and it was a close shave for me :) It was very risky. I'm going ahead with your advice and in fact need some more advice.
    I'm going to do the below steps and need your advice on this:
    1. I will make a copy of seattle.html and i guess it will create .master for itself. 
    2. Now i right click on the seattle.html and reset to site definition. So i guess it will like what it was by default.
    3. Now I associate the copy i made with my site.
    Thanks again !
    Kind Regards,
    prajK

  • Unable to view lync history in my outlook folder

    Hi,
    My chat history can be seen in lync chats but when i click on the button 'View more in outlook' i get error like below. Any tips on how to solve this ?
    Lync
    UCMAPI is connected to Outlook, but one or more folders are not updating.
    OK   
    Thanks,
    Tulasi.

    Run regedit Locate and do the following:
    HKEY_CURRENT_USER\Software\Policies\Microsoft\Communicator
    1. Change ImAutoArchivingPolicy key's value data from 0 to 1:
    2. then restart communicator
    3. You should now see a folder in outlook named Conversation History
    If that does not work, try to check if ImAutoArchivingPolicy is also present in the following location
    HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Communicator, then do steps 1-3 above.
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"
    Mai Ali | My blog: Technical | Twitter:
    Mai Ali

  • Unable to view record history in an online form

    Hi, I am using fnd_standard.set_who statement when I commit my online form.I have the necessary columns created in my table, i used this statement to add them.
    add
    (created_by number(15),
    creation_date date,
    last_updated_by number(15),
    last_update_date date,
    last_update_login number(15));
    All the columns get populated with the right data but when I click on Help/Record History in the onlinen form I recieve the following error:
    APP-FND-01564: ORACLE error 1458 in fdxwho
    Cause: fdxwho failed due to ORA-01458: invalid length inside variable character string.
    Please help! This is very urgent!

    You may have better luck getting this question answered on an Applications forum, because you appear to be using code that is specific to Oracle Applications.

  • Getting Error on viewing subversion version history on file

    I'm using SQL Dev Version 2.1.1.64.39 with version control to an existing subversion-server in the LAN.
    Doing an SVN Update or Commit in SQL Developer works fine!
    Working in file system with Windows Explorer and TortoiseSVN works fine, too.
    But when I want to view the history of an file in SQL Developer I got the error:
    Unable to retrieve version history for D:\Test\bla.sql
    with the exception Stack:
    org.tigris.subversion.svnclientadapter.SVNClientException: org.tigris.subversion.javahl.ClientException: svn: authentication cancelled
         at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.getLogMessages(AbstractJhlClientAdapter.java:2205)
         at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.getLogMessages(AbstractJhlClientAdapter.java:2225)
         at org.tigris.subversion.svnclientadapter.AbstractClientAdapter.getLogMessages(AbstractClientAdapter.java:194)
         at org.tigris.subversion.svnclientadapter.AbstractClientAdapter.getLogMessages(AbstractClientAdapter.java:139)
         at oracle.jdevimpl.vcs.svn.history.SVNHistoryEntryProducer.produceEntries(SVNHistoryEntryProducer.java:79)
         at oracle.jdevimpl.vcs.svn.history.SVNHistoryEntryProducer.produceEntries(SVNHistoryEntryProducer.java:52)
         at oracle.jdevimpl.vcs.generic.GenericHistoryProvider.getEntries(GenericHistoryProvider.java:142)
         at oracle.jdeveloper.history.HistoryManager.buildModel(HistoryManager.java:348)
         at oracle.jdevimpl.history.HistoryViewer$7.doInBackground(HistoryViewer.java:499)
         at oracle.jdevimpl.history.HistoryViewer$7.doInBackground(HistoryViewer.java:495)
         at javax.swing.SwingWorker$1.call(SwingWorker.java:278)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at javax.swing.SwingWorker.run(SwingWorker.java:317)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: org.tigris.subversion.javahl.ClientException: svn: authentication cancelled
         at org.tigris.subversion.javahl.JavaHLObjectFactory.throwException(JavaHLObjectFactory.java:777)
         at org.tmatesoft.svn.core.javahl.SVNClientImpl.throwException(SVNClientImpl.java:1850)
         at org.tmatesoft.svn.core.javahl.SVNClientImpl.logMessages(SVNClientImpl.java:470)
         at org.tmatesoft.svn.core.javahl.SVNClientImpl.logMessages(SVNClientImpl.java:430)
         at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.getLogMessages(AbstractJhlClientAdapter.java:2195)
         ... 16 more
    Caused by: org.tmatesoft.svn.core.SVNCancelException: svn: authentication cancelled
         at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:60)
         at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)
         at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.findStartingProperties(DAVUtil.java:126)
         at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getBaselineProperties(DAVUtil.java:216)
         at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getBaselineInfo(DAVUtil.java:174)
         at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:182)
         at org.tmatesoft.svn.core.wc.SVNBasicClient.getRevisionNumber(SVNBasicClient.java:482)
         at org.tmatesoft.svn.core.wc.SVNBasicClient.getLocations(SVNBasicClient.java:851)
         at org.tmatesoft.svn.core.wc.SVNBasicClient.createRepository(SVNBasicClient.java:534)
         at org.tmatesoft.svn.core.wc.SVNLogClient.doLog(SVNLogClient.java:716)
         at org.tmatesoft.svn.core.wc.SVNLogClient.doLog(SVNLogClient.java:532)
         at org.tmatesoft.svn.core.javahl.SVNClientImpl.logMessages(SVNClientImpl.java:462)
         ... 18 more

    version 2.1.0.63 (main build 63.73) also has the same problem
    Wayne
    -- it appears to be some type of authentication error. When we turn off authentication we can view the history with no problems. Possibly same problem as
    Re: EA3: Versioning : Subversion - Commit ?
    Edited by: wcoleku on Mar 26, 2010 5:00 PM
    Our version of subversion is 1.4.2
    USE AT OWN RISK
    tried the following fix and it appears that it worked (haven't fully tested yet)
    downloaded and installed jdeveloper Studio 11.1.1.2.0
    make a copy of files before trying
    copied C:\oracle\Middleware\jdeveloper\jdev\extensions\oracle.jdeveloper.subversion\*.jar files to C:\sqldeveloper64-2.1.1.64.39\sqldeveloper\jdev\extensions\oracle.jdeveloper.subversion
    copied C:\oracle\Middleware\jdeveloper\jdev\extensions\oracle.jdeveloper.subversion.jar to C:\sqldeveloper64-2.1.1.64.39\sqldeveloper\jdev\extensions\
    Edited by: wcoleku on Mar 26, 2010 5:35 PM

  • Version History in RON

    I get the error below every time I try to view version history, or view version events on a file from within the Repository Object Navigator. Version 9.0.2.91.21, Configuration 4.0.12, Release 9.0.2.4
    Within JDeveloper 9.0.3.3, I can view version history and/or events without trouble. Does anyone know how I can fix RON?
    Message
    CDR-03120: Internal Error - Problem making a repository connection
    Cause
    An internal Diff or Merge component has been
    unable to make a repository connection.
    Action
    Contact your support representative.

    I occasionally get the same message. I alternately get another message (see below)
    I installed the Designer Release 4.1.1 and get these problems such that any Java based tools in Designer/Repository throw these errors. An associate installed Repository 4.1 and he is able to run.
    I compared his registry settings against mine and found what I believe are the JVM HOME (actually it was JRE_HOME) and JVM_CLASSPATH variables that the software complained about, but could fing nothing wrong.
    Ken
    CDR-17060: Failed to load class oracle/repos/rs/rsj/CRSjInProcDispatch
    Cause: The class could not be found
    Action: Check CLASSPATH registry (or environment) setting
    and ensure the correct repository classes jar file is present.
    Class CRSjInProcDispatch is located in jr_jol.jar which is included in CLASSPATH specified in registry key HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\repadm61\DEFAULT_JVM_PARAMS_THIN_JDBC\JVM_CLASSPATH
    HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\repadm61\JRE_HOME = "%ORACLEHOME%\REPADM61\jre1_3"

  • Sharepoint 2013 Document library view show version history

    Hello everyone,
    I have a document library view with many folders. Each folder is a procedure and have document attached to it.
    When I add a new version, I would like to show version history for each document contained in the folder. For example:
    There is a folder Procedure 123 which has three files ( File1, File2, and File3). After a week the user the user created new revisions for each document.
    I would like to have a document view with the following information
    File Name   version
    ======  ======
    File 01         0
    File 02         0
    File 03         0
    File 01         1
    File 02         1
    File 03         1
    File 01         2
    File 02         2
    File 03         2
    Thanks for your help.
    Jhonny Marcelo

    This is quite simple, you have to modify the current view (Modify this view) of document library and then you can select version column from available column list (make sure version is enabled). please check below picture for detail.
    Adnan Amin MCT, SharePoint Architect | If you find this post useful kindly please mark it as an answer.

Maybe you are looking for