Single working version for document

Hi Experts,
When the user selects a released or cancelled document version to view, is it possible to display an warning message if the new version of the document is in process status.
Moreover, In order to minimize the risk of having duplicate or incorrect working versions available for the end user, we need to restrict the user to create the new version for the document with out release the previous versions or cancelled. When the user selects new version creation from the menu, an error message must be displayed if the previous version is not status Released
or Cancelled.
Is this achievable in KM?
Regards
Arindam

not relevant anymore..so closing the thread

Similar Messages

  • Restricting Versions for Document data in MM03

    We want to restrict to users to view only the current version and some user to view all the version. Is there any option to restrict it. Request help.
    Regards
    D.Mukundan

    hi V Sundaram ,
    firstly, if you  want  document versions to  be seen or not t-code mm03 , you should make some development in program saplCV140 screen 0203 and use a z-auhtority object or user parametres as you prefer.
    But if you want to lisrt but not open you can use standart autohority object with its status and assign that user profiles.
    autohority object is used in standart program like that:
    AUTHORITY-CHECK OBJECT 'C_DRAD_OBJ'
                 ID 'ACTVT' FIELD lt_display-mode "CREATE
                 ID 'DOKOB' FIELD object
                 ID 'STATUS' FIELD status
                 ID 'DOKAR' FIELD pf_dokar.
    best regards,

  • Anyone with a working version of RSAT on Full Windows 10?

    MS said shortly after Windows 10 RTM.  They had a working version for one of the Betas last spring but didn't keep it updated.  Windows 8.1 was about a month from RTM to RSAT.

    Just went to a full windows 10 install on my remote work laptop, the biggest problem is the lack of Remote Server Admin Tools, I have to remote into my workstation to do any AD work.
    Does anyone know if there is a working version out? or if not an ETA on something
    Thanks!
    This topic first appeared in the Spiceworks Community

  • Single licence version = iPad only

    Is there the scope to open up this model to allow Single Licence version for Andriod and Tablet also?

    I wouldn’t count on that happening any time soon. Keep in mind there are size limits for apps on Google Play and I think it’s about 50 megs which would eliminate most single edition apps anyway.
    Bob

  • In OBIEE mobile apps designer there is no option for multi select prompts?The navigation page gives option only for single select?Is there a work around for this?

    In OBIEE mobile apps designer there is no option for multi select prompts?The navigation page gives option only for single select?Is there a work around for this?

    Nic, for me the iTunes window looks like this, when I connect my iPad 3:
    I select the iPad in the "devices" section of the Sidebar (use: "View > Show Sidebar" if the sidebar is hidden).
    Click the "Apps" tab in the "Devices" pane.
    Scroll all the way down in the Devices pane to "File Sharing" "Apps" section.
    Then do I click "GarageBand" to select the documents in the right panel.
    Which part is different for you? Perhaps you could post a screenshot?
    Regards
    Léonie

  • I am attempting to upgrade from Adobe Premier Elements 9 to Adobe Premier Elements 13 after using 13's trial version for a few weeks.  I am unable to find where and how to do this without losing the project I have been working on.  Please help?

    I am attempting to upgrade from Adobe Premier Elements 9 to Adobe Premier Elements 13 after using 13's trial version for a few weeks.  I am unable to find where and how to do this without losing the project I have been working on.  Please help?

    Vere Clarke
    Premiere Elements 9.0/9.0.1 and Premiere Elements 13 are standalone products.
    So, you can have both on the same computer, but only open one for your work.
    The classical recommendation is to finish a project in the version in which it was created since there
    is no guarantee that a project from an earlier version will open in the later version. Probably will, but
    no guarantees. And, when you do explore this, do it from a copy of the earlier version project. Once you
    take the earlier version project into a later version one, you cannot go back to edit the later version edited
    project in the earlier version program.
    If you have both versions (9 and 13) on the same computer and you have not moved, deleted, renamed any of the version 9's files/folders,
    right click the saved closed Premiere Elements 9.0/9.0.1 project file, select Open With, and then Adobe Premiere Elements 13.
    (Your 9.0/9.0.1 saved closed project file should be found in Libraries/Documents/Adobe/Premiere Elements/9.0.)
    Please review and consider. If any questions or need clarification, please do not hesitate to let me know.
    Thank you.
    ATR

  • Adobe PDF IFilter for document searches does not work

    I am new to full text indexing of documents but I know enough to get the files into the database and apply indexing and searches because I got it to work for Word (.doc) files.  
    I'm trying to get Adobe's Ifilter version 11 to work in Windows 7 x64.  I'm using Sql Server 2012 Express with Advanced Services sp1. I have included the full path to the /bin folder for the PDF dll in my PATH environment variable per the instructions.
    Register ifilters (after install)
    EXEC sys.sp_fulltext_service 'load_os_resources', 1;
    Verify that the .pdf filter is installed:
    EXEC sys.sp_help_fulltext_system_components 'filter';
    This is the row I get for PDF which I delimited with ';'. The underline portion is what I have in PATH env variable.
    filter; .pdf; E8978DA6-047F-4E3D-9C78-CDBE46041603; C:\Program Files\Adobe\Adobe PDF iFilter 11 for 64-bit platforms\bin\PDFFilter.dll; 11.0.1.36;  Adobe Systems, Inc.
    The file content column is
    content VARBINARY(MAX) NOT NULL
    I insert the file with
    INSERT INTO dbo.Documents (filename, doctype, content)
    SELECT
     N'MyFile',
     N'pdf',
     bulkcolumn
    FROM OPENROWSET(BULK 'C:\MyFile.pdf', SINGLE_BLOB) AS doc;
    I reboot the machine and rebuild the Full Text Catalog after installing the PDF iFilter.
    Then I search with one of these.  There are Word and PDF files that contain 'apple'.
     SELECT id, filename, doctype FROM dbo.Documents WHERE FREETEXT(content, N'apple');
     SELECT id, filename, doctype FROM dbo.Documents WHERE CONTAINS(content, N'apple');
    Now this all works well for .doc files but .PDF files never show up in searches.  I have tried both version 9 and version 11 to no avail.
        

    Hello,
    We believe we have figured this out.  It looks like it has to do with the length of the default folder location for the Adobe iFilter.
    I was able to reproduce the issue and the following resolved it for me.  See if this resolves it for you all as well.
    Here is how to get Adobe Version 11 PDF filter to work.
     1 . If you haven’t already, run the following in SQL Server:
    Sp_fulltext_service ‘Load_os_resources’, 1
    Go
    --you might also need to run: 
    sp_fulltext_service ‘Verify_signature’,0  --This is used to validate trusted iFilters. 0 disables it. So use with caution.
    --go
    2. Stop SQL Server.  (Make sure FDHost.exe stops)
    3.  
    Uninstall the Adobe ifilter (because it defaulted to having spaces or the folder name is too long).
    4.  
    Reinstall the Adobe iFilter and when it prompts for where to install it, change it to: C:\Program Files\Adobe\PDFiFilter
    5.  Once the installation finishes, go the computer’s Environment variables. Add the following to the PATH.
    C:\Program Files\Adobe\PDFiFilter\BIN
    NOTE: it must include the BIN folder
    NOTE: If you had the OLD location that included spaces, remove it from the path environment variable.
    6. Start SQL Server
    7.  IF you had an existing Full-text index on PDFs, drop the full-text index and recreate it.
    8. You should now get results when you run sys.dm_fts_index_keywords('db','tblname')  --Note: Change db to be the actual database name and tblname to be the actual table name.
     Give this a try and see if this fixes yours. 
    Sincerely,
    Rob Beene, MSFT

  • Will a Samsung Electronics 840 EVO-Series 500GB 2.5-Inch SATA III Single Unit Version Internal Solid State Drive MZ-7TE500BW work in a late 2013 Mac Mini

    Will a Samsung Electronics 840 EVO-Series 500GB 2.5-Inch SATA III Single Unit Version Internal Solid State Drive MZ-7TE500BW work in a late 2013 Mac Mini

    Would you happen to know if it will work in a mid 2007 iMac running Mavericks with 4GB of RAM? I need this to last this year and next year I am buying my MacPro, anyway, I dont want to put all the work in to installing it if its not going to work, thanks for any help!

  • Single Window Mode for Windows version?

    Hey there,
    as some might know, there's a "hack" to get Single Window Mode for Safari on Mac. Normally. links with "target=_blank" will open in a new window instead of a new tab. In order to get Single Window Mode, the following code needs to be typed into Terminal:
    defaults write com.apple.Safari TargetedClicksCreateTabs -bool true
    Unfortunately, this won't work on Windows, so I would like to know if there's another way to have Single Window Mode.

    No, there isn't. That feature is not implemented in the Windows version The only way to open targeted links in a new Tab is to Control-click or Right-click on the link and select Open in New Tab from the contextual menu.
    Mulder

  • While working with Google Documents Safari Version 7.1 on OS X 10.9.4 crahses all the time

    While working with Google Documents Safari Version 7.1 on OS X 10.9.4 crahses all the time
    Now I am working with FireFox
    Today I have noticed that FireFox had this Google Talk pop-up
    Maybe this pop-up Google Talk is what is causing Safari 7.1 to crash Attached JING of Google Talk pop-up on FireFox
    So, back to SAFARI 7.1..how to stop this pop-up from crashing Safari 7.1

    You downloaded a beta copy of 7.1 because the current version is 7.0.5. There was a mixup yesterday and 7.1 was accidentally made available for downloading. Do you have a backup you can restore from to get 7.0.5?
    You can also try running the combo update to see if it will restore it.
    10.9.4 Combo Update

  • Firefox.exe has encountered a problem and needs to close. We are sorry for the inconvenience. I have been using firefox for years. I installed the latest version of Firefox. It worked fine for several days. Now I get the above message each time I try to s

    firefox.exe has encountered a problem and needs to close. We are sorry for the inconvenience.
    I have been using firefox for years. I installed the latest version of Firefox. It worked fine for several days. Now I get the above message each time I try to start Firefox, even in safe mode. i have checked with latest antivirus softwere also.. i didn't find any thing suspicious.
    == This happened ==
    Every time Firefox opened
    == after loading firefox 3.6.6 ==
    == User Agent ==
    Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4

    I was having this problem few days ago,and I have fixed.Try this steps-If you have AVG antivirus so go on firefox>Tools>Add On and Disable AVG safe search and AVG tool bars too.Then restart computer.

  • People picker is not working for ie11 but working fine for other lower version

    i am using sharepoint 2010 and windows authentication
    recently i have updated my ie to ie11 and problem goes here.
    when i try to select from people picker, there are an unexpected error happened 
    however when i use other ie version, people picker work fine, what goes wrong?
    i have already added my system as trusted site
    if there any others thing i miss out?

    Hi,
    According to your post, my understanding is that People picker is not working for ie11 but working fine for other lower version.
    IE 11 is known to have compatibility issues on SharePoint 2010, please make sure to:
    first of all, try installing latest update for IE 11 (several compatibility issues were fixed since the first release)
    add the site to compatibility view (in IE> Tools> Compatibility view settings> type site name> add)
    add the site to trusted sites and set the zone security level to low (in IE> Internet Options> Security> trusted sites> sites>add your site there> ok> custom level> select low> reset> ok)
    You can use developer tools (f12) and set browser mode to the version that is most compatible with your environment.
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Most Popular Items not working for document libraries

    One of the new Library features is the "Most Popular Items" report.  In the library tab you can click on the icon to in theory, see a list of the recent and total Views of an item:  
    This does work in our environment to record views for wiki or publishing page, but it is not recording views for documents regardless of their location:
    I've had several people open and view the documents, and even had 1 person edit a couple of the documents.  Even after waiting a couple of hours to make sure whatever job it is that updates the Views has run, we still aren't seeing any views.
    Any ideas? 
    Nick Hurst

    We finally got Office Web Apps installed and now the Most Popular is working.  Of course that means only when the documents are viewed in the Office Web App are they recorded for the Most Popular report.  We've done some testing and opening the
    file directly in the desktop application, or even editing the file directly in the desktop application are never recorded.  My one disclaimer with this is we are using Office 2010, I'm curious if Office 2013 perhaps records views and edits using the desktop
    application?
    Luckily the latest OWA patch now allows PDF's to open in the Word Office App as well, so those views are recorded.  If you have any non office or non PDF in the library, views will not be recorded for these items unfortunately.
    I can't believe how this isn't documented anywhere. 
    Nick Hurst

  • Using a single Content server for DMS and also for Archive link documents

    Hi,
    We have Planned for a single content server for managing the documents in DMS, parallelly as DMS Standard SAP objects are not available for all SAP transactions, i have proposed for making use of SAP Archivelink funtionality to maintain the documentations where Std SAP DMS does not provide a Solution.
    so here the question is
    can a single content server be used as a content repository for Both DMS and archivelink,
    can any one having done this pls state if it is possible to create different or Many Content repositories for DMS, Archive link in the same server,
    is this a virtual creation or can we assign each repository a specific storage space which it should not exceed.
    Thanks and regards
    Sathish

    Hi sathish,
    -- Through the ArchiveLink docuemnt Management interface, an SAP sytem can use various content servers as storage media. similarly, one contnent server can be used by multiple SAP systems.
    -- A Content server always has a single database assigned to it. A database can therefore be used by only one content server.
    -- A databse is split into as many repositories as necessary. The design of the repository is mapped in the SAP system.A repository contains documents.
    Depending on your requirements,(if u have limited documents or with low requirements)  you can use the same content server for both DMS and Archivelink.
    The number of documents stored on the content server is limited only by the size of the database.
    Its better to have an external content server for archiving purpose, if your database size is increasing. Since the archiving systems storage is not dependent on the database.
    U can also refer to the below thread :
    How to Archive SAP DMS Data?
    hope this helps....
    regards
    kavitha

  • HT5525 I have been told that it is recommended that I  update i-photo '11 version 9.2.2  and want to publish a book I've been working on for 2 weeks! Will it really be of lesser quality if I don't update i-photo?

    I have been told that it is recommended that I  update i-photo '11 version 9.2.2  and want to publish a book I've been working on for 2 weeks! Will it really be of lesser quality if I don't update i-photo?

    Question
    Will it really be of lesser quality if I don't update i-photo?
    Answer
    NO!
    LN

Maybe you are looking for

  • FSG report output does not show column headers (XML Publisher)

    Hi everyone Iam required to create a template for an FSG report with 20 columns. Used copy of FSG:Fixed number of columns Template(FSGTEMP) to create the template because i need to do some conditional formatting(need to show negative values in red co

  • ScreenUpdating=False fails to prevent screen updating, and causes bizarre behaviour

    I have recently installed Office 2013 (MSO Standard 2013) on my (Win 7 Professional) computer.  During a brief transitional period, Office 2003 will remain on my computer. I had been looking forward to running the many Excel VBA applications on Excel

  • NO tab for apps on sync screen

    I have downloaded some apps to my library.  They are all in my library, but i have no apps tab on my sync screen so I can not get them out of my computer to my ipod.  How can I get the apps tab on my sync screen?

  • Lacie 1tb firewire trouble

    ive been using a 1tb lacie for about 2 maybe 3 weeks. i came into office today and found that it was no longer mounted and my fcp project was entirely off line. now i cant seem to get it to mount. my other drives are fine... question: one drive was c

  • Capacity allocation in ASCP

    Hi Gurus We have  a process manufacturing customer having the following requirement They have a capacity constraints and hence want to allocate the capacity of their plant to A Class customers and product groups (set of products having minimal setup