Re: Best Practices for installing/running UCES Application

I'm facing some technical challenges setting up NWDI 7.4 for UCES 6.05 development.
First of all, out of all the required SCs for FSCM_DB, there's one (namely UMEADMIN) that cannot be checked in. I have checked in all the other SCs; the correct UMEADMIN SCA file is also in the inbox directory. So not sure why it's not visible for check-in?
Then, when setting up NWDS (v7.0.30), I highlighted all the DCs under both FSCM_DB and SAP-UCES and created a project based on those. After that, I don't see the DC fscm/bd/web/shared in the J2EE DC Explorer. But I need to modify the jsp files in there. What am I doing wrong here?
Also, when I setup FSCM_BD as a dependent SC, I chose "Source" as package type (instead of "Source and Archive") because I read a post somewhere. Not sure if that is the correct choice?
Could the experts here please give me some pointers?
Thanks!
Eddy

Hi Eddy,
You can add FSCM_BD as independent SC to the same track where you've added UCES SC.
Please select "Source and Archive" for FSCM_BD SC as well and try once again.
Once you check in the archives, sync your track by updating / re-importing the track configurations in NWDS,
Hope this helps!!!
Regards,
Anurag

Similar Messages

  • What is best practice for installing Yosemite

    I am currently on OS X Mavericks version 10.9.5 Macbook pro 13.  2.6 ghz intel for i5, 8gb 1600 mhz ddr3.
    I am now downloading yosemite 10.10.1 but since i've been reading all these negative feedback so far, i am having second thoughts if i should continue to install the upgrade or not.
    Any suggestion What is best practice for installing Yosemite?  Or is it not yet time to upgrade since the platform is premature yet?
    Thanks in advance.

    Check your apps are compatible with 10.10 - roaringapps.com
    http://www.etresoft.com/etrecheck can show what is running & installed - look for updates on the developer own sites.
    If you have many kernel extensions or startup items look for updates to them too
    Take a full bootable backup to another disk via Carbon Copy Cloner, Super Duper! or Disk Utility
    Disconnect the backup before you begin any install (ideally set it aside & leave it untouched incase you need to go back to 10.9)
    Personally I prefer a clean install when there are signs of multiple migrations (if you have upgraded several OS for a period of years). Setup Assistant/ Migration Assistant can import user data from a backup, but consider that Apps & 'other data' should be manually reinstalled from the latest versions.
    If you clean install (erase the HD before installation) then make sure you deauthorise iTunes & any other apps that are associated online (like find my Mac).
    Basically the steps you would take before selling a Mac…
    What to do before selling or giving away your Mac - Apple Support

  • Best practice for install oracle 11g r2 on Windows Server 2008 r2

    Dear all,
    May I know what is the best practice for install oracle 11g r2 on windows server 2008 r2. Should I create a special account for windows for the oracle database installation? What permission should I grant to the folders where Oracle installed and the database related files located (datafiles, controlfiles, etc.)
    Just grant Full for Administrators and System and remove permissions for all others accounts?
    Also how should I configure windows firewall to allow client connect to the database.
    Thanks for your help.

    Hi Christian,
    Check this on MOS
    *RAC Assurance Support Team: RAC Starter Kit and Best Practices (Windows) [ID 811271.1]*
    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=BULLETIN&id=811271.1
    DOC Modified: 14-DEC-2010
    Regards,
    Levi Pereira

  • Best practice for distributing/releasing J2EE applications.

    Hi All,
    We are developing a J2EE application and would like some information on the best
    practices to be followed for distributing/releasing J2EE applications, in general.
    In particular, the dilemma we have is centered around the generation of stub, skeleton
    and additional classes for the application.
    Most App. Servers can generate the required classes while deploying the EJBs in the
    application i.e. at install time. While some ( BEA Weblogic and IBM Websphere are
    two that we are aware of ) allow these classes to be generated before the installation
    time and the .ear file containing the additional classes is the one that is uploaded.
    For instance, say we have assembled the application "myapp.ear" . There are two ways
    in which the classes can be generated. The first is using 'ejbc' ( assume we are
    using BEA Weblogic ), which generates the stub, skeleton and additional classes for
    the application and returns the file, say, "Deployable_myapp.ear" containing all
    the necessary classes and files. This file is the one that is then installed. The
    other option is to install the file "myapp.ear" and let the Weblogic App. server
    itself, generate the required classes at the installation time.
    If the first way, of 'pre-generating' the stubs is followed, does it require us to
    separately generate the stubs for each versions of the App. Server that we support
    ? i.e. if we generate a deployable file having the required classes using the 'ejbc'
    of Weblogic Ver5.1, can the same file be installed on Weblogic Ver6.1 or do we
    have to generate a separate file?
    If the second method, of 'install-time-generation' of stubs is used, what is the
    nature/magnitude of the risk that we are taking in terms of the failure of the installation
    Any links to useful resources as well as comments/suggestions will be appreciated.
    TIA
    Regards,
    Aasif

    Its much easier to distribute schema/data from an older version to a newer one than the other way around. Nearly all SQL Server deployment features supports database version upgrade, and these include the "Copy Database" wizard, BACKUP/RESTORE,
    detach/attach, script generation, Microsoft Sync framework, and a few others.
    EVEN if you just want to distribute schemas, you may want to distribute the entire database, and then truncate the tables to purge data.
    Backing up and restoring your database is by far the most RELIABLE method of distributing it, but it may not be pratical in some cases because you'll need to generate a new backup every time a schema change occurs, but not if you already have an automated
    backup/maintenance routine in your environment.
    As an alternative, you can Copy Database functionality in SSMS, although it may present itself unstable in some situations, specially if you are distributing across multiple subnets and/or domains. It will also require you to purge data if/when applicable.
    Another option is to detach your database, copy its files, and then attach them in both the source and destination instances. It will generate downtime for your detached databases, so there are better methods for distribution available.
    And then there is the previously mentioned method of generating scripts for schema, and then using an INSERT statement or the import data wizard available in SSMS (which is very practical and implements a SSIS package internally that can be saved for repeated
    executions). Works fine, not as practical as the other options, but is the best way for distributing databases when their version is being downgraded.
    With all this said, there is no "best practice" for this. There are multiple features, each offering their own advantages and downfalls which allow them to align to different business requirements.

  • Best practices for a multi-language application

    Hi,
    I'm planning to develop an application to work in two different countries and I'm hopping to get some feedback from this community on the best practices to follow when building the application. The application will run in two different languages (English and French) and in two different timezones;
    My doubts:
    - Wich type format is more appropriated to my table date fields?
    - I will build the application on english language. Since APEX has the french language for the admin frontend, how can I install it and can I reuse the translation to my applications? The interactive reports region are somewhere translated into french, how can I access that translation and use it in my application?
    Thank you

    Hello Cao,
    >> The application will run in two different languages (English and French) and in two different timezones …. It would be very helpful if I could access at least the translation of the IRR regions.
    As you mentioned, French is one of the native supported languages by the Application Builder. As such, all the internal APEX engine messages (including those for IR) were translated to French. In order to enjoy it you need to upload the French language into your Application Builder. The following shows you how to do that:
    http://download.oracle.com/docs/cd/E23903_01/doc/doc.41/e21673/otn_install.htm#BEHJICEB
    In your case, the relevant directory is *…/apex/builder/fr/ *. Please pay attention to the need to set properly the NLS_LANG parameter.
    >> Wich type format is more appropriated to my table date fields?
    I’m not sure exactly what you mean by that. Date fields are saved in the database format free and it’s up to you to determine how to display them, usually by using the to_char() function.
    As you mentioned that you are going to work with two different time zones, it’s possible that the date format for these two zones are different. In this case, you can use the APEX Globalization Application Date Time Format item. As the help for this item shows, you can use a substitution string as the item value, and you can set the value of the substitution string according to the current language and its corresponding date format.
    You should also set the Automatic Time Zone field to yes. It will make your life a bit easier.
    Regards,
    Arie.
    ♦ Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.
    ♦ Author of Oracle Application Express 3.2 – The Essentials and More

  • Best practice for installing which software group

    I am new to Solaris. I have Sun X2100 with 2 x 80G harddisks (run as email server, run tomcat, jboss and postgresql) , which software group is recommended for production install? Is there any guide (best practice)?

    There is one best practice document available from Oracle RACSIG site and "Oracle Real Applicaiton Cluster Administration and Deployment Guide" available on OTN is also good source of informaiton about 10g RAC.
    Oracle has made sincere efforts in 10g documentations expecially in server technology.
    Thanks & Regards

  • Best practices for installing Win 10 under Hyper-V on Server 2012R2 host

    Yeah, yeah, I know I could probably get my answers after spending 10 hours reading hundreds of isolated threads here.  I've already put in about 2 hours, and I'm exhausted.  Plus, this site does not have a very sophisticated search function.
    I want to install Win10 as a VM on my Server 2012R2 machine.  I am not currently hosting any other VMs, so my first decision was whether to try it using Hyper-V or VirtualBox.  I started with VirtualBox, but I ran into two problems: networking
    and video.  Also, VirtualBox itself seems to have some issues with failing to install the extension pack.  So now I think I'll give Hyper-V a shot.
    I found some blog posts from last year providing guidance on setting up Hyper-V for Win10, but given the rate of change of this beta OS, I expect there are many new "features" that can be mitigated against by specific settings on the VM.
    Some specific questions:
    1. Generation 1 or Generation 2 in the Hyper-V setup?  The blogs I've seen say to use Gen1, but provide no justification.  Perhaps because they are using Win8 as the host?  I am using 2012R2.
    2. Does the Win10 ISO file need to be continually available to the VM, or is it only used in the initial installation?
    3. How do I get the VM to access the GPU card, which has lots of memory, over the useless onboard video chip which only has 8MB and no 3D instruction set?  This was a dealbreaker with VirtualBox.
    4. I anticipate many issues with networking, but I'll start with this: I have dual onboard NICs going into a managed switch.  Should I just give one physical NIC to the VM and let the host have the other?  I think I'm going to have some issues
    with DHCP IP address assignment, but we'll see.  Any best practices here would be helpful.
    Thanks.

    >1.
    I'd use Gen 1, that is a BIOS type boot, but that's just because I've had
    less trouble than with Gen2 VM's.
    >2.
    Only during install, refresh, reset, or sfc.
    >3.
    No virtualization solution does it easily, but there is RemoteFX if you can
    get a Windows 10 client to use it.  I've never tried.
    http://social.technet.microsoft.com/wiki/contents/articles/16652.remotefx-vgpu-setup-and-configuration-guide-for-windows-server-2012.aspx
    >4.
    That's what I would do (assigning one NIC to the VM, and one the host).  If
    both are receiving an IP address right now from DHCP, they will continue to
    do so the new way unless you have a managed switch that would prevent more
    IP addresses.  It's hard to tell...
    Bob Comer

  • Best practice for installing many SL-500

    Hi,
    I have just bought 25 SL-500 and are to buy a hundred more in half a year.
    They are all model 2746-4DG
    I wish to make a special installation with all standard software of my office and transfer this to a DVD as a Ghost Image.
    Normally (in my old job) I would do this by installing everything I need on one PC, and do a sysprep for making a factory image. After this I would make a Ghost image of the disk and transfer this to a DVD.
    But in my old job we did not buy OEM windows XP - we had a VOL agreement.
    I would really like to install all PC's with only one Windows Key and skip activation, but can this be done if I buy one VOL license and media for Windows XP and use this key on all PC's.
    And is it legal for me to do so?
    Kind regards
    Hchhimself
    Denmark

    There is one best practice document available from Oracle RACSIG site and "Oracle Real Applicaiton Cluster Administration and Deployment Guide" available on OTN is also good source of informaiton about 10g RAC.
    Oracle has made sincere efforts in 10g documentations expecially in server technology.
    Thanks & Regards

  • Best Practices for install InfoCube 0FIGL_C10 BI 7.3

    Dear all,
    We are currently in BI 7.3 and there is a new cube using table FAGLFLEXT from FIGL, does anybody has the best practices on how to install this cube step by step, from datasource / psa / ods / cube.
    Thanks in advance,
    Antony

    Hi Anthony
    <b>OLTP SIDE</b>
    First Install BC DS in ECC or OLTP side.
    execute transaction RSA5 look for 0FI_GL_10 in the hierarchy.
    Select it and click on transfer DataSources.
    Then have a look in RSA6 and check if it has been transfered.
    <b>BW SIDE</b>
    Then in BW replicate DataSources for ECC / R/3 System
    After that activate Business Content (BW)
    In the BW System, choose Business Content
    Select Edit source system assigment select the relevant one for you ECC, R/3 ....
    In grouping select first "only necessary objects " to install your catalogues otherwise you will retrieve your IO in unassigned nodes.
    select Object type
    clik on InfoObject catalog look for
    0FIGL_CHA01     FIGL: Characteristics
    0FIGL_KYF01     FIGL: Key Figures
    Click on install
    After you have activated your infoObject catalogue change the grouping mode, select "in data flow before"
    Click on InfoCube, look for 0FIGL_C10
    insert object for selection and install
    After that go under infosources in the modeling area and look for the infoarea 0FIGL_ERP find your infosource activate transfer rules and proceed to a normal uplaod with init delta etc...
    good luck
    Hope this helps
    regards
    Boujema

  • Best Practice for installing/managing 9i/10g RAC

    Looking for this notes/articles...

    There is one best practice document available from Oracle RACSIG site and "Oracle Real Applicaiton Cluster Administration and Deployment Guide" available on OTN is also good source of informaiton about 10g RAC.
    Oracle has made sincere efforts in 10g documentations expecially in server technology.
    Thanks & Regards

  • Best practice for client-server(Socket) application

    I want to build a client-server application
    1) On startup.. client creates connection to Server and keeps reading data from server
    2) Server keeps on sending different messages
    3) Based on messages(Async) from server client view has to be changed
    I tried different cases ended up facing IllegalStateChangeException while updating GUI
    So what is the best way to do this?
    Please give a working example .
    Thanks,
    Vijay
    Edited by: 844427 on Jan 12, 2012 12:15 AM
    Edited by: 844427 on Jan 12, 2012 12:16 AM

    Hi EJP,
    Thanks for the suggestion ,
    Here is sample code :
    public class Lobby implements LobbyModelsChangeListener{
        Stage stage;
        ListView<String> listView;
        ObservableList ol;
         public Lobby(Stage primaryStage) {
            stage = primaryStage;
               ProxyServer.startReadFromServer();//Connects to Socket Server
             ProxyServer.addLobbyModelChangeListener(this);//So that any data from server is fetched to Lobby
            init();
        private void init() {
              ProxyServer.getLobbyList();//Send
            ol = FXCollections.observableArrayList(
              "Loading Data..."
            ol.addListener(new ListChangeListener(){
                @Override
                public void onChanged(Change change) {
                    listView.setItems(ol);
         Group root = new Group();
        stage.setScene(new Scene(root));
         listView = new ListView<String>();
        listView.maxWidth(stage.getWidth());
         listView.setItems(ol);
         listView.getSelectionModel().setSelectionMode(SelectionMode.SINGLE);
        istView.setOnMouseClicked(new EventHandler<MouseEvent>(){
                @Override
                public void handle(MouseEvent t) {
    //                ListView lv = (ListView) t.getSource();
                    new NewPage(stage);
         root.getChildren().add(listView);
         @Override
        public void updateLobby(LobbyListModel[] changes) {
    //        listView.getItems().clear();
            String[] ar = new String[changes.length];
            for(int i=0;i<changes.length;i++)
                if(changes!=null)
    System.out.println(changes[i].getName());
    ar[i] = changes[i].getName();
    ol.addAll(ar);
    ProxyServer.javaProxyServer
    //Implements runnable
    public void run()
         ......//code to read data from server
    //make array of LobbyListModel[] ltm based on data from server
         fireLobbyModelChangeEvent(ltm);
    void addLobbyModelChangeListener(LobbyModelsChangeListener aThis) {
    this.lobbyModelsChangeListener = aThis;
         private void fireLobbyModelChangeEvent(LobbyListModel[] changes) {
    LobbyModelsChangeListener listner
    = (LobbyModelsChangeListener) lobbyModelsChangeListener;
    listner.updateLobby(changes);
    Exception :
    java.lang.IllegalStateException: Not on FX application thread; currentThread = Thread-5
             at line         ol.addAll(ar);
    But ListView is getting updated with new data...so not sure if its right way to proceed...
    Thanks,
    Vijay                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Best Practice for implementing dual APEX applications environment

    Question:
    We are in the early stages of building an APEX application for Oracle SaaS consumption. The question I wanted to ask you is what would be the best way to deploy this app for production? Would it be easier just to create a new workspace in apex.oraclecorp.com and export the app definition or create a new instance of APEX container? Also, if we were to create a new container then what are all the hardware/middleware required?
    Follow up questions:
    1. What are you building and for what purpose?
    We are building an application for oracle employees (development, operations, and support) to assist in interacting with the CRM Saas environments. Entering bugs, tracking patch level, obtaining relevant environment contacts & urls.
    2. Who will be installing this application? Oracle customers? In their own on-premise APEX instances? Oracle Cloud?
    For the foreseeable future, there will only be the one internal install for internal use (CRM SaaS Enablement Team, DevOps).
    3. What are the database and APEX version requirements you'll have for this application?
    We do not have a particular requirement. The latest GA version would be the best candidates.
    4. Is it safe to say that there is minimal understanding & experience of APEX on your team?
    All we know is self-taught and from forum responses. Part of the problem we face is that we don’t know how to frame the questions in a way they can be understood.
    APEX container - By this I mean a fully functional APEX environment where applications can be deployed to.
    Use Case - We want to be able to make our Apex app available to the consumer (see above) and also continue to develop new features into that app for use at a later date. We are asking for information about a development model that works well for Apex apps.
    Thanks!!

    Moved the question to the internal Oracle forum:
    http://myforums.oracle.com/jive3/thread.jspa?threadID=1058413

  • What is best practice for installing husband/wife iPhones on one iTunes account?

    Is there a way to install two iPhones (or iPads for that matter) on one iTunes account in order to share apps, music, books, HOWEVER, keep contacts, calendar events, reminders separate?
    Goal: I want to have my iPad and iPhone and my wife's iPhone on one iTunes account in order to share apps, music, books, etc.  I also want to backup my contacts, calendar events, reminders in the iCloud so synching across my iDevices and PC is easy and seemless.  How do I keep my contacts/calendar events from synching on her iPhone since they're both located in the same iTunes account?

    Yes, you can use two individual Apple IDs for iCloud, iMessage, Facetime, etc. and use the existing iTunes account for setting up iTunes and App Stores to share app and music purchases.
    You can set them up on both devices here:
    Individual Apple IDs
    Settings > iCloud
    Settings > Messages
    Settings > Facetime
    Shared Apple ID for iTunes and App Store
    Settings > iTunes & App Store

  • Best Practices for Installing SC

    I'm a bit of a newbie on System Center. I have a 2012 R2 DC server with System Center 2012 R2. I want to install SCCM, SCOM , SCVMM plus SQL Svr 2012. 
    I want to separate each install on separate VM's for all 4 installs. I'm wondering if that's overkill, or would there be a better way to do this. 
    Maybe do an install of SQL on a physical server, and the 3 others on VM? Any thoughts are appreciated.

    My minimum suggestion:
    1 SQL - 16 GB RAM, 6 CPUs (separate instances required for SCOM and SCCM.  Separate instance for VMM is optional.  It can be in the any of the other instances if you like)
    1 SCCM - 8 GB RAM, 4 CPUs
    1 SCOM - 8 GB RAM, 4 CPUs
    1 VMM - 8 GB RAM, 4 CPUs
    Mike Leach | http://blogs.catapultsystems.com/mleach/default.aspx

  • Best practices for installing and maintaining Haskell packages

    Hey all, so 2014 has been a year of headaches with handling haskell packages on Arch (see previously). Everytime I do a system upgrade I seem to get dependency issues related to haskell packages. I've solved it many times by forcing removal of packages and reinstalling until things work without errors. There was a period where I didn't upgrade for almost 3 months because I didn't have the time to troubleshoot. Now that I have some free time I'd like to sort out the issue. I feel this might be an issue with how I'm handling the installation of haskell packages, maybe the repo order in my pacman config or something? I'm hoping to get some input on how others are handling haskell packages so its not always an issue whenever I try to keep the system up to date. My day to day requirements include xmonad, xmobar and pandoc, I also use aura as my AUR package manager.
    Here is the repo section of my pacman.conf
    [core]
    Include = /etc/pacman.d/mirrorlist
    [haskell-core]
    Server = http://xsounds.org/~haskell/core/$arch
    [haskell-happstack]
    Server = http://noaxiom.org/$repo/$arch
    [extra]
    Include = /etc/pacman.d/mirrorlist
    [community]
    Include = /etc/pacman.d/mirrorlist
    [multilib]
    Include = /etc/pacman.d/mirrorlist
    # infinality-bundle repository
    [infinality-bundle]
    Server = http://bohoomil.com/repo/$arch
    [infinality-bundle-multilib]
    Server = http://bohoomil.com/repo/multilib/$arch
    [infinality-bundle-fonts]
    Server = http://bohoomil.com/repo/fonts
    Here is the latest issue if trying pacman -Syu
    error: failed to prepare transaction (could not satisfy dependencies)
    :: haskell-lens-aeson: requires haskell-lens<4.5
    And here is the lastest output from trying to upgrade Aura
    error: failed to prepare transaction (could not satisfy dependencies)
    :: haskell-aeson: requires haskell-hashable=1.2.2.0-3
    :: haskell-aeson: requires haskell-unordered-containers=0.2.5.1-1
    :: haskell-aeson: requires haskell-vector=0.10.12.1-1
    :: haskell-aeson-pretty: requires haskell-unordered-containers=0.2.5.1-1
    :: haskell-aeson-pretty: requires haskell-vector=0.10.12.1-1
    :: haskell-conduit: requires haskell-void=0.6.1-73
    :: haskell-crypto-numbers: requires haskell-vector=0.10.12.1-1
    :: haskell-crypto-random: requires haskell-vector=0.10.12.1-1
    :: haskell-http-client-tls: requires haskell-http-client=0.4.5-1
    :: haskell-http-conduit: requires haskell-http-client=0.4.5-1
    :: haskell-http-conduit: requires haskell-http-types=0.8.5-5
    :: haskell-juicypixels: requires haskell-vector=0.10.12.1-1
    :: haskell-lens-aeson: requires haskell-lens<4.5
    :: haskell-pandoc: requires haskell-http-client=0.4.5-1
    :: haskell-pandoc: requires haskell-http-types=0.8.5-5
    :: haskell-pandoc: requires haskell-unordered-containers=0.2.5.1-1
    :: haskell-pandoc: requires haskell-vector=0.10.12.1-1
    :: haskell-scientific: requires haskell-hashable=1.2.2.0-3
    :: haskell-yaml: requires haskell-unordered-containers=0.2.5.1-1
    :: haskell-yaml: requires haskell-vector=0.10.12.1-1
    I could always brute force this by trying to force out some of the packages but I'd like to try and find a better solution than having to go through the this time-consuming process everytime I try to do a system upgrade. Any input would be greatly appreciated, thanks!

    I apologize for posting in the wrong section.
    Just did a quick scan of the mailling list and found an easy work around with
    pacman -Syu --ignore 'haskell-*'
    I'll try sending a message to the repo maintainers to get a better understanding of what's occuring here.
    Thanks guys, sorry for not doing a thorough search of where to address the issue.

Maybe you are looking for

  • HP Officejet 6500 E709n all-in-one: how to print CD/DVD labels, on Mountain Lion OS?

    My printer is an HP Officejet 6500 E709n all-in-one: how do I print CD/DVD labels, using MACBook Pro & Mountain Lion OS? Thanks, Jim [Edited for Personal Information]

  • Version created but not set and still Service Entry posted.

    Dear All, In one case I found that PO price changed by user for a service PO,version created but user forget to set and saved the purchase order.Other user post service entry against same PO and while releasing by final approver it gave error message

  • Why fms3 edge mode can't not work like fms2 ?

    Step 1: Yesterday,I use edge mode with fms2.05 , and I do like this URL ( http://www.adobe.com/devnet/flashmediaserver/articles/webcasting_fme_print.html) PC A run FME 2.5 (flash media encode )+ FMS 2.05 (orgin mode ,use install by default setup) IP

  • Macbook and macbook pro lose wifi internet connection. Why?

    Have moved house, got a new internet connection everything has been ok for 2 weeks. Suddenly both my macbook and my son's macbook pro won't stay on the internet. They lose connection every 3/4 minutes. We turn the airport off, close safari and then t

  • Please help!..Con​version from LV 7.1 to 7.0

    Hi..I have LabVIEW 7.0 only. I downloaded a few files from the Ni website. But they are not opening. It says load error..file version(7.1.1) is higher than my version(7.0). I can't load any of the library files or the vi's though I can see them in th