Software licence management

Hi all,
Can any one please answer my my question below.
Can we maintain all the softwares that a company purchase in peoplesoft?
and Can we track the expiry dates, warranty information, etc?
If so which module we have to use?
It's kinda urgent.
Please help me.

Another option is to call the Oracle Rep. and give your CSI # and they will be able to give you the exact expiry date and can send you the last invoice copy.
Cheers
RD

Similar Messages

  • TS3212 Itunes won't open. After installing it, It wont open. It only comes up with an itunes software licence agreement then it disaperes and nothing happends? any sujestion will be greatly apreciated.

    Itunes wont open. After installing it, It wont open. It only comes up with an itunes software licence agreement then it disaperes and nothing happends? any sujestion will be greatly apreciated.

    hi Shaun!
    after installing the update for iTunes, it doesn't run (comp makes noises but nothing comes up on screen). when i open task manager itunes is running as a process, but i can't end process.
    hmmm. okay, Norton is still our prime suspect here. that "running itunes.exe process that will not die" symptom is associated with the nastier versions of the NIS 2005 launch suppression problems. (people who get that also often see things like looooooong sloooooow shutdown times on the PCs and odd end program dialog boxes.)
    let's try throwing the trusty Lorraine M technique at the beast. (it usually fixes the nastier versions of the NIS 2005 problems.)
    Lorraine M: NIS/itunes problem rectified
    love, b

  • Acrobat Pro X -- Blank Software Licence Agreement

    Hi There,
    I downloaded Acrobat X Pro from the Adobe Application Manager. It installed correctly. When I launch it, the "Adobe Software Licence Agreement" appears, but contains nothing (see attached screenshot) and the "Accept" button doesn't works -- "Quit" closes the dialog and the program.
    How can I re-install the program or make it work?
    Thanks in advance,
    JM

    Hi Rave,
    Thanks for the quick answer, that was helpful. I followed the steps and solved the problem.
    I still got a couple of questions:
    On Step 5: "Activate your CCM application by doing the following: launch it and select License This Software to enable the CCM product again." Where do I find this "License This Software" to activate it again?
    The Adobe Application Manager is now showing "Adobe Acrobat XI Pro" as if it wasn't installed (the Install) button is active. Is this normal? Will the subsequent updates follow up?
    Thanks in advance,
    JM

  • 'iTunes Software Licence Agreement' every time I open iTunes

    Since the most recent iTunes update, I'm getting the 'iTunes Software Licence Agreement' window every time I open iTunes (screenshot - http://img508.imageshack.us/img508/5265/68707078.png) -- to which I have to select 'agree' to access normally.
    Why? And anyway to stop this?
    Thanks in advance.

    *Replying to Gareth L*
    Though on my own account, its still comming up with the "set up" screens before it starts.. any other ideas i could try?
    iTunes setup assistant runs every time you launch, user-account-specific issue ... I think your other set of iTunes preference files (in your normal user account) might be damaged, Gareth. (Have experimented with this on my XP PC ... rebuild one set and the license agreement runs, rebuild the other set and the iTunes Setup assistant runs. So damage to the 'other" set might be causing your relentless-setup-assistant thing.)
    So, we'll try swapping out your other set of pref files. Here's Windows 7 instructions. Make a note of any custom preferences you have set up, because this procedure will return everything to default that wasn't returned to default by rebuilding the other set. You might also have to reinstall any third-party iTunes add-ons/plug-ins after doing this one, too.
    Here's Windows 7 instructions for rebuilding "the other set" *(Step 10* contains the crucial difference from the license-agreement-problem instructions).
    First, quit iTunes if you have it open.
    Next, you'll need to make sure you are set up to view hidden files and folders in Vista (or 7).
    1. From the Start menu, click Open.
    2. In the Organize menu, click Folder and Search Options.
    3. Click the View tab.
    4. In the "Advanced settings" pane under "Hidden files and folders" make sure that the "Show hidden files and folders" option is selected.
    5. Click OK.
    Next, you'll remove the iTunes preference folder (and contained file).
    6. In Computer, open Local Disk: C or whichever drive your documents are stored on.
    7. Open the Users folder.
    8. Open the folder with the name of the Vista (or 7) user account in which iTunes always shows the setup assistant in when launching.
    9. Open the AppData folder.
    10. Open the Roaming folder.
    11. Open the Apple Computer folder.
    12. Drag the iTunes folder out onto the Desktop.
    Now you'll rebuild the preference folder and file.
    13. Launch iTunes. This will cause iTunes to rebuild that preference folder and file. *The setup assistant will appear for you again.* (That is expected behavior when that particular preference folder and contained file are being rebuilt.)
    14. Now quit iTunes and launch iTunes again. If the preference folder and contained file have been successfully rebuilt, the setup assistant should not appear this time.
    ... any luck with that?

  • Software / class management

    Hello,
    i have done one project in lvoop :   a T° calibration software
    now i have another one with humidity but software are used separatly 
    I see i could reuse most of the first one but i don't know how to manage it :
    1) i can use the same project but softwares are distinct and T° classes and devices linked to will be loaded for nothing
    or maybe i could load them dynamically but   for the moment it isn't the case
    2) or creating a differente project so how can i reuse classes used in the first one
    and how to do when changing class parametes or functions. how to have shared classes
    i think the first solution could be the best way but as i am new to sofware management
    i would like to collect points of view of experimented developers
    What do you think about ?
    Best regards
    Tinnitus
    CLAD / Labview 2011, Win Xp
    Mission d'une semaine- à plusieurs mois laissez moi un MP...
    RP et Midi-pyrénées .Km+++ si possibilité de télétravail
    Kudos always accepted / Les petits clicks jaunes sont toujours appréciés
    Don't forget to valid a good answer / pensez à valider une réponse correcte

    Hi tinnitus,
    It is quite hard to answer your
    question....
    In fact usually in Object Oriented you should think about the
    maintenance and upgradability of your application.
    What I can suggest you is
    to create a general class (the parent class) then different children depending
    what type of measurement or sensor you use. Then you can implement your code
    using Dynamic Dispatch (the VI Server for LVOOP ;-). So your code will
    automatically invoke the proper method depending the class he's got as input.
    Using this approach you can have a very generic top level VI calling
    dynamically the class children.
    A dynamic dispatching subVI
    has some small overhead when LabVIEW looks up which subVI to invoke. The
    overhead is constant. It does not increase as you add more classes or as you
    add more dynamic VIs to a class. There can be a performance hit if the subVI
    call has to make extra copies of the parameters to match the functionality of
    the actual subVI LabVIEW invokes. You can avoid this by wiring the input front
    panel terminals to output front panel terminals even on dynamic VIs that you
    never expect to call (for example, parent VIs that exist only to
    define the connector pane for children to override). You can also use Data By
    Reference in you class to optimize memory management. 
    Feel free if you have any
    further question.
    upgradability 
    Benjamin R.
    R&D Software Development Manager
    http://www.fluigent.com/

  • Software Configuration Management for ABAP Development ?

    Hi,
    we are a software company selling a Data Capture Solution.
    For this, we are currently in the process to develop an interface for transferring the extracted data into a customer's SAP R/3 system.
    Since we want to develop this interface following certain software engineering principles, we are looking for a way to solve certain simple common Software Configuration Management issues, such as:
    - Object Versioning (Similar to file versioning in classic software development): That means being able to:
    -- Keep track WHO changed WHAT WHEN and WHY?
    -- Revert to a former version of an object (e.g. when the fix of a former defect must be revoked for some reason)
    -- Keep track which changes have been made for a certain Change Request (NOT meaning SAP Change   Requests, but Change Request for our interface development)
    - Label a certain version state as 'released' or 'tested' or whatever
    - Perform a kind of 'Branching' (Classical Software Configuration Management task), e.g. when we   release a version of our interface and start the development of a new version, we must open a   'Maintenance Branch' of our released version parallel to the ongoing development of the future release.
    When I say 'Objects', I mean everything being concerned when developing something within R/3; that can be ABAP programs, forms, tables (structure and content(!)), etc.
    We are using an SAP System version ECC 5.0 for development; as for now, we have come to the conclusion to use the versioning that comes with the Transforms, although they do not really cover the above requirements as we would like to.
    Is there anybody out there who had the same idea and solved it somehow?
    My impression is that in the SAP world, classical Software Configuration Management is not a part of the way of thinking; and that development for SAP R/3 has little in common with classical software development.
    But maybe there is an add-on or some hidden features of NetWeaver or anything that can solve these issues.
    Hope is the last to die...
    Thank you very much for any feedback,
    Regards,
    Jörg

    Thank you very much for your answers!
    @Pushkar:
    No this is not exactly what I meant;
    What we want to do is a kind of classical configuration management or at least version control of
    development objects like ABAP programs, table definitions, table data etc. that are contained within our SAP development system.
    It's not about version management of external documents imported into SAP.
    I know that there is a kind of version control via Transports, but this does not cover all classical version control mechanisms; what we are missing there is
    - the possibility of reverting to an older version of an 'object'
    - Branching / Merging mechanisms
    - the possibility to choose which changes I want to release with which transform and which objects
    - view differences between arbitrary versions of an object
    I was hoping there is maybe a kind of 'add-on' or maybe even a built-in tool that provides classical version control mechanisms or something similar.
    Thank you for further help,
    Regards,
    Jörg

  • How to install Software Deployment Manager

    Hi!,
    I have downloaded the PDK files and want to deploy it? How do I deploy them? As per help I need SDM ( Software Deployment manager to deploy this files, from where I will get software deployment manager and how to use SDM to deploy PDK files...please help...
    Also I have more query...
    In my netweaver studion, when I goto window-->preference, why I can't see software deploment manager link?  this SDM is used to deploy WebDynpro application with Enterprise portal....
    Please help me....
    Thanks !

    hi
    software deployment manager installed automatically in central instancc while installing sap netweaver .
    Thanks
    Bharathi.Ch

  • Configuration of Software Lifecycle Manager with MOPZ

    We want to use MOPZ and additionally the Software Lifecycle Manager functionality which is available as of SP15 of SSM. Where can i find documentation about this functionality? We have the problem if i call transaction /TMWFLOW/MOPZCA that the Web Services for SLM are not available. Which Web Services? I have created a http connection to the SLM server (Java stack) like the description in the help of IMG.
    How can i connect a software repository to MOPZ/SLM ?

    Hello,
    For this problem I had many debug sessions with SAP.
    Now a new note is availabe:
    Hinweis 1154188 - SLM web service authentication 700 SP14
    please check.
    Unfortunately I'm stuck in the next problem - download doesn't work in MOPZ.
    I think this is my next case with SAP.
    regards,
    Christoph

  • Problems with integracao of the JDeveloper with Software Configuration Management (S

    1) Error with JDeveloper 9i and Software Configutarion Management (SCM)
    I have a problem with the JDeveloper 9i integrated with the repositorio 6i (SCM). When I make checkout of a
    source in java of the repositorio, after that I make the alteration and later I make checkin of this source,
    some times occur an error of feed of checkin or occurs error of checkout in case that it obtains to
    make checkin.
    2) Error when I open one branch and later that the alteration was finished I want to finish this branch.
    when beginning one branch to tabalhar and I make alterations in a source in java, and to the end I want to
    finish this branch, appear a message informing that some source in state of checkout exists, but when I go to
    verify in the stack of checkout, do not exist no source or to folder.
    Somebody could help me?
    In case that it has the solution or it passed for these experiences?

    Hi Uwe :-)
    We know, that we have to raise the parameter PROCESSES to solve our problem (for a while). But we want to solve and understand the problem once for all.
    And we noticed, that the processes raise everytime, we open a web-page in the visual editor in the JDeveloper. And we want to know, if anyone knows why. Or should we have forgot to set any parameter. Maybe its a bug of the JDeveloper version, we are unsing.
    I just have found the error, that occurs in JDev.
    Listener refused the connection with the following error:
    ORA-12519, TNS:no appropriate service handler foundMaybe this is helpfully? :-/
    Regards
    Majo
    Edited by: DerMajo on 09.11.2009 07:49

  • Anything in SAP that suits software configuration Management profile..

    Hi guys.....i am working as Software Configuration management engineer i want to know if there is anything in SAP (plz remenber my knowledge in SAP is zero!!!!!) that can add value to my domain.

    Thank you very much for your answers!
    @Pushkar:
    No this is not exactly what I meant;
    What we want to do is a kind of classical configuration management or at least version control of
    development objects like ABAP programs, table definitions, table data etc. that are contained within our SAP development system.
    It's not about version management of external documents imported into SAP.
    I know that there is a kind of version control via Transports, but this does not cover all classical version control mechanisms; what we are missing there is
    - the possibility of reverting to an older version of an 'object'
    - Branching / Merging mechanisms
    - the possibility to choose which changes I want to release with which transform and which objects
    - view differences between arbitrary versions of an object
    I was hoping there is maybe a kind of 'add-on' or maybe even a built-in tool that provides classical version control mechanisms or something similar.
    Thank you for further help,
    Regards,
    Jörg

  • Prime Infrastructure 1.2 - Software Image Management

    Good Day,
    I have some issues with CPI 1.2. I've tried to Import Images from Cisco.com through Software Image Management
    for test purposes by using my credentials. But it has finished success just a twice. Other attempt hadn't any result.
    Then I try to choose Image for my test 3750E switch, sometimes I have error message like bellow:
    After I choose another image and return to first that I need, and press <Submit>, I have a message that "Image collection job CCO Image Collection Job is Scheduled Successfully":
    I wait some time and refresh, but I don't see any new Images. The same problem exist then I try Import Images from connected Devise. I use Shedule Start Time - Now.
    Also, I can't view any information about Image in Device Work Center:
    Any ideas, guys?

    I'm having the same issue. I'm thinking there are still a lot of bugs in PI that Cisco needs to work out. LMS is still the better option for now in managing your switching environment. I know that Cisco hopes to role all device management under the umbrella of PI, but they still have some bugs to workout IMO.

  • New EWA Report Topic - Software Change Management

    Dear Experts,
    EWA reports has a new topic named Software Change Management , in this topic there is a subject name "Transport Requests with a short Transition Time" with following explanation;
    Explanation :      Transport requests with short transition time,The duration between the export from the development system and the import into the production system was shorter than one day.
    Total number of transport requests     74     Total number of transport requests in production.
    Recommendation: Transport requests with a short transition time of less than one day have occurred in the last week. These transports may not have been tested sufficiently.
    All transport requests must be tested carefully before they are imported to the production system. The requests must not be developed and tested by the same person.
    Transport requests must be bundled and imported to the production system together for maintenance cycles or releases. Daily imports are only permitted in emergency situations.
    How can we check which requests Export from DEV date and Import in PRD are same ?
    Best Regards

    sap support send the how to document ;
    1- Call transaction SDCCN in system SID and search for the corresponding EWA session in tab 'Done'. Click the "lorry" icon
    2-Press the glasses icon at DATA_PER_R3SYSTEM
    3-Press the glasses icon at CMO_EWA_TRANSPORT_MGMT
    4- Press the glasses icon at ET_TRANSP_W_SHORT_TRANS_TIME
    5- Now, you have the complete list of transports with a short transition time:

  • SSL Certificate for Software LifeCycle Management

    Dear Friends,
    We have Solution Manger 70 with EhancementPack 1 (Java 7.01 SP4). Trying to configure the Software LifeCycle Management and I am stuck at the first stage i.e. generating SSL SSL Certificate.
    Here is what I have done and please let me know on how to proceed...
    - Installed SAP Cryptographic libraries, all the necessary Profile parameters and activated HTTPS...
    - STRUSTSSO2 --> Created SSL Server PSE
    - Generated the Certificate Requests for the SSL Server PSE
    - Copied the Certificate Request.
    - Opened the https://service.sap.com/tcs site
    - Requested for SSL Test Server Certificate by pasting the Copied the Certificate Request and generated the certificate response in a "PKCS # 7 Certificate Chain" format.
    - Copied the Generated Imported Certficate from SAP Trust center Site, and Imported the Certificate response for SSL Server using STRUSTSSO2.
    What else I am missing here?????????
    How to generate the Import Certifcate in a crt file format for SSL client (Anonymous or Standard) PSE's?????????
    Kindly help me with these issue ASAP.
    Thank you,
    Nikee

    Users are prompted to accept the certificate from the WLC because the clients do not have a trusted root certificate for the certificate that is installed on the WLC. The SSL certificate on the WLC is not in the list of certificates that the client system trusts. There are two ways to stop the generation of this web-browser security alert popup window:
    a) Use the self-signed SSL certificate on the WLC and configure the client stations to accept the certificate
    b) Generate a CSR and install a certificate that is signed by a source (a third-party CA) for which the clients already have the trusted root certificates installed. For more information on this read http://www.cisco.com/en/US/tech/tk722/tk809/technologies_configuration_example09186a00806e367a.shtml

  • Re: Container Based Software Configuration Management

    I've read the overview of Container Based Software Configuration Management and
    have to admit that it is a nice concept. In fact, our SCM product SiberSafe Expert
    2.0 (www.siberlogic.www) almost literally follows the guidelines mentioned in
    the overview except that we call it Component Management.
    SiberSafe recognizes the fact that most of software projects consist of software
    components that have been inherited from and are being reused in other projects.
    SiberSafe was built on the premise that it is critical to be able to version components
    consisting of multiple files and folders so that a new project can be created
    out of particular versions of multiple exising
    components.
    SiberSafe also recognizes the fact that various versions of various components
    may be distributed not only across multiple projects, but also across multiple
    lines of development (we call them "development streams"). This is why SiberSafe
    makes the propagation of new versions of components from their "home" streams
    into other streams where they are used and reused
    as simple as a mouse button click.
    When a few projects have a few development lines (streams) each and there are
    tens or even hundreds of software components reused across these projects and
    streams, it becomes pretty difficult to keep track of what went where and when.
    What is the version of a specific java bean that our project currently uses? Is
    there a newer version for that bean available? What verson of that bean do other
    projects use? In order to provide users with
    clear answers to this kind of questions SiberSafe automatically generates a visual
    development flowchart that graphically shows relationships and interactions among
    various components, component versions, projects and lines of development.
    In fact, SiberSafe can easily generate such a flowchart even for a single file,
    showing the full "travel" history of that file across projects and streams.
    Alex Povzner,
    SIBERLOGIC INC
    www.siberlogic.com
    905-4742384
    Hans Thelosen <[email protected]> wrote in message
    news:[email protected]...
    On 16 and 17 May in Soesterberg (the Netherlands) a tool-independent
    software configuration management training will be held.
    In the last couple of years Software Configuration Management has grown toa
    mature Software Engineering discipline with its own Functions, Methods and
    Techniques. Container Based Software Configuration Management is a new
    method for SCM that centralizes facilities for reuse and parallel
    development of Software.
    For more information see:
    http://www.qa-systems.com/training/improvement_scm.jsp

    All,
    There has been some uptake and some great feedback on rConfig since I made this announcement two weeks ago. rConfig is offically released as Version1 today. Please login to www.rconfig.com and download a copy.
    You know, it takes less than 1 hour to install rConfig on Linux and more than 2 hours to get some of it's well known commercial counterparts up and running. There is even a complete, easy-to-follow Linux build document designed especially for the rConfig installation on www.rconfig.com. You'll be backing up Cisco configuration and show outputs in no time with rConfig. And even learning a bit of Linux along the way.
    And remember, it's free & open source.
    Regards
    Stephen
    ==========================
    http://www.rConfig.com 
    A free, open source network device configuration management tool, customizable to your needs!

  • Support for Software Configuration Management(SCM) Tools

    Hi!,
    I am using JDevloper for my project.
    I want to maintain the versions of all files in the project.Also,if all are using one Workspace on network and someone updates a file then message box got dispalyed asking for reloading buffers again.
    So to avoid this and maintain versions I want to use Software Configuration Management (SCM)Tools.So does JDeveloper supports for SCM tools?If yes kindly tell me how to use it?
    Thanks
    Amit
    null

    Hi,
    The upcoming release of JDeveloper (3.2) has support for SCM. In this release, support has been integrated with Oracle's own SCM product, Oracle Repository. In future releases, other SCM products (e.g. CVS) will be supported.
    When JDeveloper 3.2 is released (should be available at the end of Nov / start of Dec), the installation guide will have full details on how to install the Oracle Repository and use the SCM integration in JDeveloper.
    In 3.1 or earlier, a custom addin exists for JDeveloper that can be used to support SCM systems (see JDeveloper documentation on OTN). However, this is not as tightly integrated as the new SCM support coming in 3.2.
    Brian
    JDeveloper SCM Team

Maybe you are looking for

  • Multi-pass problems

    I bought Multi-pass for a couple TV shows (Daily Show & Colbert Report) because I knew I was going to be without satellite for several days. For the first couple days the shows automatically-downloaded ok, but for the last couple of days they haven't

  • Printing in reverse

    My mother has an iMac running 10.3.9 and an HP 940C printer. When she tries to print, the pages always print in reverse order. I know how to change the setting so it prints in the correct order for the job, but how do I change it so the Standard pres

  • Match beginning of line with Regular Expression

    I'm confused about dreamweaver's treatment of the characters ^ and $ (beginning of line, end of line) in regex searches. It seems that these characters match the beginning of the file, not the beginning of the various lines in the file. I would expec

  • Convert Encoding of system properties

    Hello, I wrote a little piece of code wich reads directory names and file names and write them to an DOM tree. If I use "ISO-8859-1" for the output format, it works fine, but when I switch to "UTF-8", the resulting xml-file contains illegal character

  • Cancelling subscriptions; instructions not working

    The page https://support.skype.com/en/faq/FA1881/how-do-i-cancel-my-subscription with instructions to cancel my subscription does not seem to be correct for me; I do not have the options shown to cancel my subscription. Can anyone tell me if there is