Forte and Configuration Management tools

Hello everybody,
We are starting here a project with Forte. It will involve about 15
developers on two sites one in France and one in Germany.
Among other starting tasks, we have been considering using a Configuration
Manager tool connected to Forte. With the Configuration Manager we want to
do version control of the developed code.
Thus we have been experimenting various simple solutions to make backup /
recovery using the plans / workspaces / repositories of Forte using simple
techniques (FSCRIPT scripts + UNIX scripts). It has not been so obvious to
go around the checks that FORTE makes when it "compiles" a plan and when it
"integrates", assuming the public interfaces of some code have changed.
We came to the conclusion that restoring an old "version" of the code of an
application is almost every time a significative task which involves system
administration. One clean way to do it (at least the one we have identified)
requires the creation of a new repository, its loading with the version to
be restored, and from now on developers must use that repository. This
implies that an overall coherent set of code is restored, in fact the entire
application under development. No piecewise restore of let say just a
project, or a class. The backup is simply made by exporting a workspace that
includes the top most plan of our application, and thus automatically all
the supplier plans.
I have read in some articles that there are some experience somewhere of
using Forte with some CM tools of the market; furthermore is it true that
version 3 of Forte will come (link to ?) real and exhaustive functionalities
for CM ?
We have experience here on CCC which has been used on "classical"
development projects. We have some knowledge on ClearCase.
Among other things I expect from a CM tool :
* the ability to see the differences between the various versions of a piece
of code (here a module, there a "plan"), so "what has changed".
* management of checkout : who has checked out what and when.
In addition, cooperation between a CM tool and Forte needs that the CM takes
over some functions of Forte (eg, checkout, integrate, import). Is there a
way to hook "exits" into the Forte workshops ? These exists could then be
shell scripts linking with the CM tool.
I am very interested in discussing the matter more in detail.
best regards,
Pierre Gelli
ADP GSI
Payroll and Human Resources Management
72-78, Grande Rue, F-92310 SEVRES
phone : +33 1 41 14 86 42 (direct) +33 1 41 14 85 00 (reception desk)
fax : +33 1 41 14 85 99

In my opinion, Portal has a lot of work to do in terms of configuration and change management. If you are using Portal as an application platform, as opposed to KM, you are better of developing java portlets, so that you can use the SCM with JDeveloper and stay away from the application components. If you do want to use the components, then application export/import is the only way. You can setup your own procedures for handling the exported files (version etc).
You don't really version KM apps. Content is meant to be posted and otherwise administered by content area admins and users. It is not a "application", that must be change managed. There are versioning features available at the item level, which is adequate (but by no means a complete versioning system. Use iFS if you want that).
I have heard quite a few horror stories about exporting and importing content areas.
A 3-system Portal landscape, in my opinon, is overkill and trying to fit an existing approach to a new tool. A test/dev and a production Portal might be more palatable to the IT budget.
My 2.5 cents

Similar Messages

  • Version and Configuration Management in Oracle Portal

    Hello ...
    How is version and configuration management applied to real-life, large Oracle Portal applications, where e. g. both development, test, and production environments are used?
    The build-in version management in Oracle Portal is inadequate for such environments.
    Any suggestions, opinions, ... on this matter would be highly appreciated.
    Regards,
    Poul

    In my opinion, Portal has a lot of work to do in terms of configuration and change management. If you are using Portal as an application platform, as opposed to KM, you are better of developing java portlets, so that you can use the SCM with JDeveloper and stay away from the application components. If you do want to use the components, then application export/import is the only way. You can setup your own procedures for handling the exported files (version etc).
    You don't really version KM apps. Content is meant to be posted and otherwise administered by content area admins and users. It is not a "application", that must be change managed. There are versioning features available at the item level, which is adequate (but by no means a complete versioning system. Use iFS if you want that).
    I have heard quite a few horror stories about exporting and importing content areas.
    A 3-system Portal landscape, in my opinon, is overkill and trying to fit an existing approach to a new tool. A test/dev and a production Portal might be more palatable to the IT budget.
    My 2.5 cents

  • Oracle Change and Configuration Management packs

    Hi,
    We are looking at implementing the Oracle Change and Configuration Management packs.
    I would be very interested to hear from anybosy who is currently using these packs.
    I have done some preliminary tests, and am getting what seems like a very simple error, but i am at a loss as to how to fix it.
    Will respond to replies with exact error and scenario.
    thanks in advance.
    melvyn

    Hi Nayab,
    We are looking to implement the change and configuration management packs, to automate our change control.
    As part of my initial testing i have the following scenario...
    I have three database (namely TEST_DB, QA_DB and PROD_DB) all configured and manageable in EM.
    I have create a sample test schema in TEST_DB with tables, views, sequences, procedures and triggers.
    Using EM, i am able to transfer the sample schema (with all objects) from the TEST_DB to the PROD_DB.
    If i manually create the sample schema in the QA_DB, i am able to transfer the sample schema from the QA_DB to the PROD_DBm using EM.
    When i try to transfer the sample schema from the TEST_DB to the QA_DB i get an error in the synchronization phase.
    The capturing of the baseline, and the dictionary comparison phase complete successfully, but when i do the synchronization phase, i get
    the follwing error...
    SQL> ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    SVR4 Error: 2: No such file or directory
    Process ID: 0
    Session ID: 0 Serial number: 0
    This seems strange because, it must have been able to see the destination database for it to complete the dictionary comparison phase, so
    i cannot understand now why it cannot connect to the destination database to complete the synchronization phase.
    any assistance would be greatly appreciated.
    thanks
    Melvyn

  • Version control and configuration management

    How is version control and configuration management done for iPlanet6 web
    and app servers?

    I'm not sure if I understand exactly what you are asking. Neither iWS or
    iAS have built in version control or configuration management. But
    pretty much everyone integrates them with version control or SCM in some
    way. Ranging from the complex (say integrating iAS and Interwoven) to
    the simplistic (using CVS to track HTML documents or source code).
    David
    Chris Valliere wrote:
    How is version control and configuration management done for iPlanet6 web
    and app servers?

  • Integration Services 2012 - Parameters and configuration management

    Our organization has implemented the project deployment model and it works great!  It helps has helped us standardize deployment and configuration management.  The big plus for us is the fact that we can now run reports on all SSIS
    package configurations.  There is one challenge though that we have come across.  We haven’t found a good way to reuse the same ssis package while passing different parameters from different jobs and still be able to keep the configured parameter
    values for each job documented in SSIDB; if you configure each job to pass different parameter values to the same package, the parameters are actually saved under the the job step’s command.  The challenge is that there isn’t a clean way to retrieve
    those parameters from msdb, unless someone out there has been able to?  We need to retrieve the configured values to be able to build a report on all jobs and packages which contain all configured values.  This makes our jobs easier when troubleshooting
    a problem.
    The only work around we have found is to simply create two different packages, one for each job.  I have a problem with not being able to reuse a package from a conceptual stand point.  I am sure there is someone out there that has come up with a
    good solution.  Can you please share it?
    thank you,
    Juan.

    If I understand you correctly, you may be able to get what you want from catalog.execution_parameter_values catalog view
    http://technet.microsoft.com/en-us/library/ff878152.aspx
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • BizTalk artifact versioning and configuration management

    My customer is asking me to give us the 'BizTalk artifact versioning and configuration management' document.it should contain's recommended strategy
    / approach to version control of messages / schemas / artifacts ,handle multiple messages version to handle or avoid changes to interfaces  etc.Please let
    me know if any one having such a document with you.
    Please help what kind of TOC should in the above document should contain and share if anydody having similar kind of doc ASAP

    Hi,
    Here are few good articles which can help you creating the document:
    Dynamic BizTalk Versioning Strategy with Cruise Control
    Versioning Strategy for
    BizTalk Assemblies
    Implementing
    a Versioning Strategy
    Best
    Practices for Updating Applications
    Upgrading
    and Versioning Strategies for Applications
    If this answers your question please mark as answer. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • OSD: setup windows and configuration manager

    Hi,
    Please advise on setup Windows and configuration manager in SCCM 2012 task sequence.
    I have SMSCachesize=8000 then space SMSMP=ourserver.domain.com then space FSP=ourserver.domain.com
    Just want to verify this is correct. Settings are not one beneith the other. I can do that but if you make the screen of task sequence bigger, settings shuffle
    Please advise.
    J.
    Jan Hoedt

    To add multiple parameters you add Space, that is how it works. For more info you can visit:
    http://technet.microsoft.com/en-us/library/hh846237.aspx#BKMK_SetupWindowsandConfigMgr
    http://technet.microsoft.com/en-us/library/048dbf2d-5132-4fc0-ad8a-d90322b6db96#BKMK_CCMSetupCommandLine
    Regards, Manohar Pusala

  • Siebel Software configuration management tool?

    Folks,
    Looking for any automated scheduling tool for Siebel Software configuration management. Any suggestions?
    In detail, I want to move all objects including DB tables, alter column, index, LOVs, MVGs, Workflow, SIF, SRF all via a automated tool that can be scheduled; accept all dependencies and install automatically from DEV to QA/QC, Volume Test to production with no manual intervention.
    Did anyone do this? Is it possible? What tool did you use?
    Thanks.

    Thanks for your input. Now that I understand ADM's capabilities; I have one more question -- is there a tool that is built on top of ADM that can also schedule the moves -- i.e., say if I have to move all the objects say at 11:00PM; is there a scheduling tool that I can use? A higher level tool all GUI based so that this can be done easily -- with someone who has no knowledge of cron or others like? Actually in the past I was responsible for Oracle ERP and we used Kanata which has these capabilities and I am looking for a similar tool.
    Any input would be appreciated.
    Thanks.

  • OBIEE Installation and configuring Client tools.

    Hi gurus,
    I have installed OBIEE 11.1.1.6.0  and oracle 11g  on Linux machine,  and my client tools are installed on my local machine.
    So know i need to configure both, suppose i have created a rpd file on my local machine and i want to create analysis in my OBIEE web console in Linux machine.
    Actually i am quite new to OBIEE, so if you guys elaborate this step by step it would be helpful to me.
    I really needed this help and  i will really appreciate if you  guys gonna  help it.
    Thanks & Regards
    Ashok

    Once you develop the rpd file deploy it on Linux box, follow steps as in http://obiee101.blogspot.com/2010/08/obiee11g-deploying-new-rpd.html
    and then create reports
    ~ http://cool-bi.com

  • How to install and configure management agents on Tru64 Cluster

    We are busy rolling out the Oracle 10g Grid Control to our enterprise and one of our targets is a two-node Tru64 cluster with shared file systems, i.e., each node can see (read/write) the file systems concurrently. Trucluster software is responsible for the clustering management.
    On node1 we have a set of databases each with its own dedicated listener; the same for node2. Each cluster managed service set has its own logical hostname. For example, we have on node1:
    db1 (database)
    listener-db1 (listener for db1)
    node-db1 (logical hostname for db1 service)
    Upon switchover or failover, the database and listener are brought up on node2 and we need to cater for this in our management agent configuration. I am trying to work out how we install and configure the management agents in such a configuration. Has anyone done this or does anyone know how to set up the agents suitably?
    I have already installed the agent on one of the nodes - that worked fine, and I have even managed to start another agent up using the installed software home on the other node using "agentca -f"

    You the Cluster type of configuration. It is documented in the install guide you have

  • Please clarify license about server managed and configuration manager client ML system center 2012

    Could clarify why managed servers License required ,already we bought the configuration manager client ML License ? We are planing to buy system center operation manager 2012

    Hello,
    if you wants planing to Monitoring your AD with Exchange Server and you have only one physical Server with for example 2 CPUs and 2 VMs, you need to purchase the System Center Standard 2012 R2 SML for Monitoring your Server environement. However,  if
    your AD is a datacenter or for example 4 x Windows Server Standard with 8 VMs than, you need to purchase the System Center datacenter SML.
    the System Center SML is licensed per physical Server: one license up to two physical CPUs. if you have for 2 physical Hosts with 2 CPUs each, you need to purchase two System Center licenses.
    the only difference between Standard and datacenter is only about virtualization rights
    for System Center Operation Manager for your Clients Desktop, you need to purchase the System Center Client Management Suite includes: Operation Manager; Services Manager; Data Protection Manager and Orchestrator.
    thanks
    diramoh

  • Config Repository and Security management Tools, Attn Frank/anyone

    Hi Frank:
    I am trying to change permissions not from JDEV but from a "tool." Our customer might want to change permissions once delivered.
    I looked over the link you sent me. I am somewhat confused. On Page 17, it says "use Application Server Control" for Users/Roles .
    For policies, it says use JAAS Provider Tool (which is the command line tool, I guess). However, third column says Tools for JAAS Login Module (n/a).
    I am assuming I have start start_oc4j.bat whether it is standalone or embedded.
    "App Server Control" tool web-based and started via http://localhost:8888/em? Looks like there is a place to change default module. Wonder we can use the tool to set secure-web-app?
    For policies, and JAAS AdminTool, how do I issue the commands. Is this the one to do with changing permissions? Do I have to specify all paths when issuing commands? Where are the commands doc?
    I am testing in embedded environment, not standalone. Can I still use the above tools and how? (Any doc/examples)
    Lastly, I am not even sure if I can use any of these? I use custom JAAS Login Module and the doc says "n/a". Does that mean I have to change permissions manually?
    Thanks

    Hi,
    actually enterprise managed in OC4J might not be as powerful as EM in ApplicationServer. I never used both of them to configure security and instead used Textpad as I am feeling confident with the syntax to use.
    Frank

  • Lost and configuration management in WLC

    The administration of WLC is lost and we feel the need to boot the WLC to recover the administration once made the reload the WLC loses all the mac-address filter, passwords, and users of visits created in the captive portal

    The controller does not have a password recovery mechanism. If you use WCS to manage the controller,
    you should be able to access the controller from WCS and create a new admin user without logging into
    the controller itself. If you have not saved the configuration on the controller after deleting the user, then
    rebooting (power cycling) the controller should bring it back up with the deleted user still in the system.
    If you do not have the default admin account or another user account with which you can log in, your
    only option is to default the controller to factory settings and reconfigure it from scratch or reload the
    previously saved configuration.(You have to have access
    through the console port, reboot the controller, and break into the bootloader as the system
    boots up.
    The system then gives you five options. Select 5. Clear Configuration first. This is the only
    option that resets the password, which means you need to reconfigure the rest of the box
    again. Then, select 1. Run primary image to boot up the
    system again.)

  • Bandwidth and capacity management tool

    I am looking for a good tool what is capable to handle the invetorying of various circtuits with details like capacity/ckt id and other details as well - of course these needs to be added manually. And also it can handle the capacity management as well like if we have a 10M line and we give for example 2M for some purpose I want to reserve it and register the user details for what it is reserved and so on. So basically a tool possible web based tool what I can use for this kind of inventorying and capacity mgmt, xls is not working since we have couple hundreds connections.
    Thanks.

    Thanks, but I guess you misunderstood my request or I didn't explain it properly. Yes, for monitoring we already use Cacti thsi works fine. But at this time I am rather looking for tool which is designed for documentation purpose. So there is a 10M connection (MPLS, Internet or any) I want to register as many details about the line as possible like ckt id, location, NOC contact... Furthermore capacity management part is needed so what is reserved and for what. So if there is a request that 2M BW is required for some backup jobs I can register it in the tool and can add the details of the requester and purpose of the request. Also if I want to do some oversubscription (reservation) it needs to alert me. In this case I will have a good tool where all the ckt are there and also I will have information about the BW reservation. For a few ckt these details easyly can administered in an xls, but we have hundreds of ckt and they are managed by multiple people as well over the globe. So I really prefer a web based tool for it. I know it can be developed, but it takes time and resource, so I am looking for a ready to use tool - if there is any - no idea how other folks do it...

  • Development or Deployment Configuration Management

    Forte Users:
    I have been using Forte for awhile and have experienced various levels
    of pleasure and pain with regard to configuration management. I have
    been witness to various strategies for keeping things clean and smooth.
    I was at Forte Forum to hear talk and witness some products to help
    address issue, but still have only a foggy notion about how to do things
    in the here and now.
    My request is to gather from some outside chatter and see what other
    people are doing. How are people safely managing repositories and
    classes in the development environment? Once deployed? Is there a daily
    or weekly practice or checklist that addesses configuration issues? Are
    people putting together automated processes?
    We are actually working to integrate with PVCS today to take care of
    some things, but I am really interested in knowing what is working out
    there without special tools. Please reply with any insight that may be
    shared.
    Thanks in advance.
    Tres Bain
    USAA
    **Any opinions you might see up above are surely mine and USAA has
    nothing to do with them.**

    don't underestimate the need for cm. someone should find the time to
    set the ground rules now. otherwise it's going to be a huge mess later
    on. here are some things to consider:
    o determine your application's package structure.
    o determine your development environment's directory structure (e.g.
    classes in ~/apps/classes, source in ~/apps/src ...).
    o take the time to stub-out the interfaces between the different
    layers of the application and your ejbs. this is really important if
    you've vertically separated programming tasks and will allow each team
    to write their stuff without regard to other teams. as each team
    completes their slice they should fit together seamlessly as long as
    the interface hasn't changed. this will take some time up-front, but
    it's definitely worth it.
    o if you really need to share files (veps...) setup a shared dir or
    something. if you're going to share these types of files, the second
    point is critical.
    jason
    Original Message <<<<<<<<<<<<<<<<<<On 3/11/00, 5:45:00 PM, "Esurance" <[email protected]> wrote
    regarding Development Environment and Configuration Management..:
    Gang-
    Just wondering if any of guys could point me to a paper, book, or any doc
    that could help figure out how to organize the dev environment. We're about
    5 developers and we need to setup the directories and files to be able to
    share EJB jar file and simple java classes (helper classes) through
    SourceSafe. We're prototyping and right now and none of us has really time
    to look at the CM carefully.
    I guess another complication is that we're using Visual Cafe to develop and
    would like to share .vep files as well.
    Any help would be greatly appreciated (I would hate to reinvent the
    wheel...)

Maybe you are looking for