How to report/track changes to a solution package

We have some applications that are sox audited that I need to be able to provide a change managment report of application changes.   How can I show who, what and when were WSPs deployed to our environment?
Thanks!

You can get the date of the latest deployment for each current WSP from Central Admin > System Settings > Manage Farm Solutions. What I can't tell you how get, (if this information is even still available, which it may not be) is  the "who"
of each deployment, if a WSP was deployed multiple times, and if a WSP was deployed but then completely retracted/deleted.
Typically in a sensitive environment, these types of deployments to production systems are handled through an internal change management process. If you have SOX requirements around this type of information I would recommend making future deployments follow
such a process.

Similar Messages

  • Tracking changes of the given packages in ABS tree periodically.

    well, i need some kind of automation to track changes of the given packages in ABS tree, e.g. daily, and reporting to me if they happens.
    it's natural to write a script that does exactly that, but maybe someone has a working solution yet, so i decided to ask here first.
    so, any ready solution? thanks in advance.

    I don't know what exactly are you trying to do, but you can e.g. visit the online package database and check the log: https://projects.archlinux.org/svntogit … ckages/0ad
    If ABS got updated, it means there's a new package is available, so you can use pacman to track it. If you're using ABS to customize some package, add it to IgnorePkg in pacman.conf.

  • How to support tracking changes in pages

    How to track changes in pages?

    Touch the wrench icon in the upper right corner
    Select "change tracking" from the drop down menu

  • How do I track changes and show redlines on an edited pages document?

    I have legal agreements that were sent to me in Microsoft Word.  How can I track and show redline changes when I convert to a Pages document to make my edits.  The redlined changes or edits, then need to be saved back in word doc format and emailed on.
    Thanks,
    Dana

    I think the Word document has to be saved with the tracking open so you can see it when you open the document in Pages. In Pages if you don't see the tracking go View > Show Comments, You might need to also go Edit > Track changes
    More about this can you read in the Pages User Guide, downlaodable from your Pages Help menu. Chapter 4.

  • How to Hide Track changes according to Specific user?

    Hello All,
         We are developing plugin and we have to hide the changes according to specific user. We are setting the track change preferences using the methods provided by ITrackChangeAppSettings interface.
         But as this interface is aggregated on kWorkspaceBoss it is applying the changes for all users.
         Will anyone please suggest how can I apply changes according to particular users? any help is appretiated.
    Thanks & Regards,
    Praveen

    Hello All,
               For hiding the tracked changes according to particular user,i have accept the changes according to specific user.But i have undo the changes it means before saving i have to undo the accepted changes.I am using VOS_RedlineObject::UndoSimpleChange() method but it is not working.
                Can anyone tell me other way for doing that?
    Thanks & Regards,
    Megha

  • Report for Change documents in Solution Manager.

    Dear Masters,
    In Solution manager, we are monitoring the inbound support messages through the Transaction code  CRM_DNO_MONITOR.
    Here i can veiw the status of support message as of now, but i am not able to see the changes done throughout the process.
    Is there any report where i can find the data for changes done on the support messages for the given period?
    I can find the change documents where by entering into the support message in Menu bar  under  Extras > Change documents.
    But my requirement is i required this report for the some number of support messages for the given period.
    Your help will be much more appreciated.
    Thanks,
    Panneer

    hi
    is this te one are you looking for
    [http://help.sap.com/saphelp_smehp1/helpdata/en/43/2f40b6853e0d23e10000000a1553f7/frameset.htm|http://help.sap.com/saphelp_smehp1/helpdata/en/43/2f40b6853e0d23e10000000a1553f7/frameset.htm]
    jansi

  • How do we track changes done in KSH2?

    Hi Gurus,
    Some cost center in the cost center group went missing. This happens a lot for the past months. I cannot find any log that record the changes. Any idea how can I check who make the changes.
    Already considered limiting the authorization to KSH2 and use auth group. But still need to find the root cause to the missing cost center. Thanks.

    Hi
    Please try the T.Code:OKEON,
    In this Screen select your Cost Center Group, Select Basic Data
    Click on (Display Change Document) Icon in that you will get all the Changes related to Cost Center Group..

  • How to get track changes to put vertical marks in margin.

    I have a massive collection of documents to amend, but our regulator will only accept amended documents where the changes are marked with a vertical bar in the margin.
    I have managed this in Pages once in the past by importing a word document with this feature turned on, but have never managed it again, or managed it within a document created in pages.
    Is it possible?
    If anyone can spare the pain and misery of converting all these table filled documents into word, I would be most grateful!

    Hello fruhulda
    I disagree with the statement :
    Pages doesn't have a feature which create vertical marks in the margin, but you can always use the Line shape, rotate it to be vertical and put in in the margin. It will not print when in the document margin.
    The main text layer can't expand in margins but floating items may print.
    I use this feature when I want to number lines of text.
    In most iWork templates, the margins are wider that the non-printable physical printers requirements.
    I'm sure of what I wrote for iWork '09.
    I didn't checked with iWork '08.
    Yvan KOENIG (VALLAURIS, France) lundi 7 février 2011 18:54:43

  • Trying to understand how to make a change to a SSIS package

    I was pretty familiar with DTS packages but SSIS packages have me completely lost.
    Let me start by saying we use TFS (Team Foundation Server) and Visual Studio 2010 for source control and development.
    I have to make a change which is very simple. I have to add a new field to an export file.
    My problem is I dont know what SSIS is or what all the components mean and what they are used for. I have no clue where to make this change. Does SSIS have any concept of 'source code'. How would an export file layout be defined and where would I look for
    it? I have read something about a 'manifest file' but again I don't know what it is or what it is used for or where I could find it.
    I have to make this change in TFS via Visual Studio but I don't see anything in the solution that looks like the SSIS stuff I need. If it is not there, I need to find it (on the production server maybe?) and add it to TFS.
    Is there a good online tutorial that explains all this? I tried the Microsoft ones and they are impossible to follow since they consist of dozens of links that completely tie you in knots.

    As of SQL Server 2012, SSIS catalogs are used for package version control, management and execution. Packages can be recovered from the catalog for edition and redeployment. It doesn't have a "source code". Which version of SQL Server are you using?
    Please note that your questions are kind of comprehensive and generic. There are no single formulas for package edition. Wether adding a new column to your file layout will be transparent to the package depends on its implementation and flow. As a general
    rule, you'll have to manually add the new column to each input and output of each source, transformation and destination tasks in your data flow.
    Follow these instructions to download a package from your SSIS catalog in SQL Server 2012. I think its the same process for SS 2014.
    http://www.mssqlgirl.com/editing-published-ssis-package-in-sql-server-2012.html

  • How to track changes in a custom table

    HI all,
       Requirement is
    1. In custom table instead of using table maintence generator ALV gird has to be display to see table entries. But where i have to write the code when user press CONTENTS button?
    2. In alv gird there shuld be one button which shows the change history of selected record and modify the content of selected record. For track changes i have registered custom table name in SCDO. so that changes made will reflect in CDPOS/CDHDR.
    but how can i track changes thru dis table? i didnt find field contents of custom table in CDPOS/CDHDR tables?
    Please help me with these Ques.

    Hello,
    SAP has provided many changes tracking related programs for Sales order, Vendor changes etc.
    They all use the standard function Module
      call function 'CHANGEDOCUMENT_READ_HEADERS'
    call function 'CHANGEDOCUMENT_READ_POSITIONS'
    so with these you can get the changed records
    Let me know if this helps you
    Thanks and Regards
    Pushkar Joshi

  • How to track changes in text [column type]  changes in MDM

    Hi,
    How to keep track changes in Text[column type] in MDM tables.Is it the only way that I have to declare it as Name field?

    Hi,
    You keep track of changes for a field by enabling change tracking for that field in MDM.  This functionality is available in the MDM Console. 
    For more information  please have a look at the MDM Console Reference Guide -> Part 4: Repository Maintenance -> Other System Tables -> Change Tracking Table
    The MDM Console Reference Guide can be found in http://service.sap.com/instguides -> SAP NetWeaver -> Release 04 -> Operations -> SAP MDM -> MDM 5.5 SP02 - Console Reference Guide
    Hope this helps,
    Richard

  • Track changes in business rule made using SOA composer

    Hi,
    I have business rules deployed on a server. Authorized user can change condition or any other thing in a business rule using soa composer. How can i track changes made in this business rule?
    i.e. I want to view the change and if possible who changes it.
    I am using SOA 11g
    Any help is appreciated
    Thanks

    Below document describes how to Monitor Decision Service Components and Engines.
    http://docs.oracle.com/cd/E29597_01/admin.1111/e10226/rules_mon.htm#CJAJJIJB

  • Track changes made to the master data

    How do I track changes according to the users, made in master data files like the item master, Business partners, tax codes, item groups ?

    Hi Vivek,
    If you want to trace the changes that have been made to the masters, oprn that particular master and go to Tools> Chnage log> show differences.  Similarly you can trace the same for any marketing document. Hope this helps.
    Regards,
    Joseph

  • Track changes made to existing comments

    How can I track changes made to comments in Word 2010? It seems that with track changes on, you can tell which user made which edits within the body of a document, but track changes fails to track changes made to content within comments.

    As far as I know, track changes would not track the changes made to existing comments. You can see:http://office.microsoft.com/en-001/word-help/change-options-for-track-changes-HA104053477.aspx?CTT=5&origin=HA102840151
    Maybe we can track the changes made in comment with the help of VBA code.
    Best Regards,
    Wind

  • Tracking Changes for Single record in Data Dictionary

    Hi Experts,
    I encountered with this question in an interview. I was asked how to maintain/track changes for a particular single record in a Data Dictionary table. I knew that for an entire table we can do it using table maintenance events. But I was confused when the interviewer asked for one particular record in table. Kindly input your thoughts on this.
    Thanks.

    Hi Radhika,
    In case of record in a table we can use "log data changes" option (Table DBTABLOG) in Technical Settings > Log data changes. It enable writing of change documents in Tables CDHDR/CDPOS.
    Hope this helps.
    Regards,
    Naveen

Maybe you are looking for

  • 8.1.6.2 driver with 8.1.5.0 client - possible?

    Can the 8.1.6.2 ODBC driver be installed and run on a client if software on a client machine is 8.1.5.0? Will the 8.1.5 oui install it correctly? If so, does it leave the existing 8.1.5.0 ODBC driver available and functioning on the machine (the 8.1.

  • Multiple Word Search

    Does anyone know how i can search a coloumn using multiple words without using string tokenizer I get all the values in the table everytime as it searches using " " unless you enter a string in every section. If you just want to search for one word i

  • Text issue in FBL5N

    Hi I created Credit note and credit memo , there we g\have not maintained any text. bt once i go to FBL5N  and locating my all item details there i am finding text(xyz) in below of that line item. i checked there is no any precedent docs having text

  • A  FI document has been archived can it be reversed through FB08

    A  FI document has been archived can it be reversed through FB08. I am not talking of Unarchiving.

  • How to download the OS update before it times out

    having issue getting the download to update phone from 4..2.1 to 4.3.3.  It says the download takes 3 hours; then with the last 51 minutes left it times out.  I have tried to just "downlaod" and the same thing happens.  I'm getting fustrated.  Is the