Requirement For Migration Project

Dear All,
We have a requirement to migrate a project into ATG 10.1 which was developed in ATG 9.0.
Please provide some information ASAP.
Regards,
Ram

What information do you require ASAP????
The migration kits are available by following:
All patches, fixpacks and migration kits have been migrated to MOS. Here are the rough steps that you or customers may use to access these:
1.     - In MOS or ISP, go to the Patches & Updates tab
2.     - In the Patch Search panel, click on Product or Family (Advanced)
3.     - Start typing the Product name "Oracle ATG Web" and that should auto-filter the results to the ATG products.
4.     - Select the appropriate patch(es) from the list
5.     - Select the Release that you are interested in (e.g. 9.3)
6.     - Click Search to see the list of matching patch sets
7.     - Click on the patch you want and you should be able to view its Readme or Download it.
The migration kits are listed with the target release, so the 10.0.1 migration kits are visible if you search for 10.0.1.
Gareth

Similar Messages

  • New  Decimal Notation Format Required  For Indian Projects

    Respected Members,
    As at the user level or tcode SU01 only three decimal notations are provided.
    But for country India the decimal notation format is totally different.
    Given decimal notation format is
    1,234,567.89
    And the Required Format For India is
    1,23,456.78
    Becoz we mention the Rupees in this format only.
    And this second format is not available in SPRO also .
    How to create the desired decimal notation and add the corresponding functionality.
    And if we use the given format (1,234,567.89) then when we converting the amount in words through Function module
    SPELL_AMOUNT ,it is not converting properly even though we have maintain the entries in View V_T015Z.
    Suppose our amount is 1,00,000 that is One lakh but it will show in the output  ONE HUNDRED THOUSAND.
    I know that there is another function Module HR_ch_ something to convert in words according to indian currency.
    But it does not solve the issue properly.
    THis DECIMAL NOTATION format for Indian Projects is a BIG MESS.
    So kindly tell me any solution or it is the drawback of SAP.
    So that we can ask SAP to append this Decimal Notation and required Functionality for the Indian Projects.
    Kindly Send Your Valuable answer and Try To Make clear picture and SAP Technical People if Reading this thread then kindly give stress on the REQUIRED DECIMAL NOTATION.
    THANKS A LOT.

    Hi Manish please you can try this code
    REPORT ZAMOUNT_CONVERSION.
    DATA : RESULT1(20).
    PARAMETERS : NUM TYPE P DECIMALS 2.
    DATA : num2 type STRING.
    DATA :  col_amt(20) type n,"15
             col_b type i,
             num_1(20) type C,"15
             Length type i.
    num_1 = num.
    write : 'default format      :',num.
    uline.
    skip.
    IF ( num >= 999999999 ).
           write num_1 using edit mask 'RR__,__,__,__,______' to col_amt.
           CONDENSE col_amt.
           length = STRLEN( col_amt ).
           if length = 16.
             REPLACE first OCCURRENCE OF ',' in col_amt with space.
             write :/'amount indian format:',col_amt.
           else.
           write :/'amount indian format:',col_amt.
           endif.
    ELSEIF NUM < 999999999 AND NUM >= 9999999.
           write num_1 using edit mask 'RR__,__,__,______' to col_amt.
           condense col_amt .
           length = STRLEN( COL_AMT ).
           if length = 13.
             REPLACE first OCCURRENCE OF ',' in col_amt with space.
             write :/'amount indian format:',col_amt.
           else.
             write :/'amount indian format:',col_amt.
          endif.
    ELSEIF NUM < 9999999  AND NUM >= 99999.
           write num_1 using edit mask 'RR__,__,______' to col_amt.
           condense col_amt .
           length = STRLEN( COL_AMT ).
           write :/'amount indian format:',col_amt.
    ELSEIF NUM < 99999.
       data : dumy(10) type c.
       dumy = num .
       CONDENSE dumy.
       length = STRLEN( dumy ).
         if length <= 6.
           write :/'amount indian format:',num.
           else.
           write num_1 using edit mask 'RR__,______' to col_amt.
           write :/'amount indian format:',col_amt.
          endif.
       ENDIF.
       uline.
    create a function module with this code .hope this will solve the issue.

  • Changes required for Migration from CR 8.5 to CR 11

    Dear All,
      We have successfully migrated all the reports which were created in CR 8.5 to CR 11. But those same reports developed in CR 8.5 are called through .exe which has been built with Microsoft Visual Studio .NET 2003. The old reports of CR 8.5 is working fine. while we are unable to open CR 11 reports through .exe. It says DLL missing. I guess some higher version of p2sodbc.dll and some more required.
    Can you please help me out.
    Warm regards,
    Santosh Kumar Prashant

    If you have VS .NET 2003, then all you need to do is install CR XI Developer. I would not recommend using the RDC in.NET for two basic reasons:
    1) The RDC has not been tested in .NET (thus no escalation is available for any fix issues)
    2) The RDC has been retired in CR 12. This may have implications for the lifecycle of your project...
    To see how to use the RDC in .NET, check out the article [Using the Report Designer Component in Microsoft Visual Studio .NET|https://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/f0751a7f-a81d-2b10-55a0-e6df0e1bab6d&overridelayout=true]
    My recommendation would be to use the CR assemblies for .NET. The following resources should get you going:
    [Sample applications|https://wiki.sdn.sap.com/wiki/display/BOBJ/CrystalReportsfor.NETSDK+Samples]
    [Crystal Reports For Visual Studio 2005 Walkthroughs|https://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/2081b4d9-6864-2b10-f49d-918baefc7a23&overridelayout=true] (most of the concepts will apply to .NET 2003)
    [Advanced use of Crystal Reports for Visual Studio .NETu2019s feature set and object model|https://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/702ab443-6a64-2b10-3683-88eb1c3744bc&overridelayout=true]
    Developer libraries:
    https://boc.sdn.sap.com/developer/library
    http://devlibrary.businessobjects.com
    Also, ensure you apply the latest CR XI r1 [Service Pack|https://smpdl.sap-ag.de/~sapidp/012002523100006008952008E/crXIwin_sp4.zip]
    Ludek

  • Software required for migration

    Dear Sir/Madam and friends
    i want to migrate form sql server 2005 to oracel 11g express edition
    i have windows 2003/2008 and installed both database on it.
    i have downloaded Oracle GoldenGate V11.2.1.0.1 for Oracle 11g on Windows 2003, 2008 (31 MB) and oracle 11g express edition.
    --all are on 32 bit
    so please tel me
    1) i have only one instacne of above software running on same machine , so do i need oracle director or monitor.
    2) is there any other software required like golden gate for sqlserver2005 or above is sufficiate to migrate and replicate.
    3) is there any software which can provide graphical interface for migraton and replication.
    yours sincerely
    Edited by: 944768 on Aug 2, 2012 9:01 PM
    Edited by: 944768 on Aug 2, 2012 10:56 PM

    First of all you need to check with Oracle Support if they support Oracle XE with GoldenGate. I doubt but only Support can confirm that.
    1) Oracle Director and Monitor both serve different purposes. Monitor is simply for monitoring whereas in Director you can do things like creating new GG processes and doing other stuff related to administration.
    2) GG software for SQL Server & Oracle is what you need.
    3) I am not aware of any other tool.

  • Suggetions required for migrating Oracle forms 4.5 to 10G

    Hi,
    We are migrating an application, which is built using oracle forms 4.5 to oracle 10G forms. I have following queries:
    1. We are trying to automate some steps in this process using following approach:
    a. Migrating forms 4.5 to 6i using command line option
    b. Migrating forms 6i to 10G using migration assistant
    c. Using forms API for setting some properties automatically like Coordinate system, fonts etc.
    But Still there are several steps that need to be taken care manually. Esp. GUI correction related. Can any body suggest any thing additional to this or any better approach.
    2. What is the best way of approaching this migration? Are there standard tools available and are they realy useful ( or still lot's to be done manually).
    3. Any other useful tip.
    Regards
    Arpan

    Hi,
    yes, there are tools to do so
    Go to :
    http://www.oracle.com/technology/products/forms/htdocs/upgrade/index.html
    There is a link:
    http://www.oracle.com/technology/products/forms/htdocs/partners.html
    An interview with one of the partners can be found here
    http://groundside.com/blog/GrantRonald?title=blog_interview_forms_upgrade_with_pitss&more=1&c=1&tb=1&pb=1
    Frank

  • Question of Requirements for Servo Project (Beginner to Motion Control in NI)

    Hello, 
    I need to automate the rotation of an object while measuring the resistance/required torque and rotation angle. This should be achievable with a servo motor with torque feedback, if I've been informed correctly. I will then need to compare the torque vs. angle curves and produce some kind of output depending on that analysis.
    I'd like to ask from those more experienced:
    I have experience in LV so I would like to have that as the programming environment. What other components will I need to control a servo in this fashion (with feedback control and the ability to send a digital output dependant upon the results of my analysis)? Any recommendations? 
    Thank you. 

    Thanks for the response.
    I see now. I didn't know this holds for servos as it does for DC motors.
    To reiterate:
    In essence I need a system to do the following:
    1. When triggered by existing PLC system to "GO", begin.
    2. Actuate servo or stepper a certain # of revolutions, measure/calculate torque with T=KI proportionality.
    3. When revolutions finished, go back. Analyze Torque vs. angle curve. 
    4. Depending on result of (3), either send PLC system "TRUE" or "FALSE". 
    That is essentially all. this system would fit between two stations of an existing PLC system. I want to program the servo or stepper control with LV. 
    However, I don't know where to begin. What would one need? Should I use a stepper or servo? In addition to the controller and servo/stepper, what else do I need?

  • Is new server software required for migration to a new box?

    I cannot find anything that specifically answers this question.
    Can I install a copy of the current Server 2008 R2 on a new box and perform a migration using the same license?
    Is there a procedure for deactivating the license on the old box?

    Yes, you would install the new OS, patch it fully, also I'd run the system update readiness tool
    http://windows.microsoft.com/en-US/windows7/What-is-the-System-Update-Readiness-Tool
    then check the %SYSTEMROOT%\Logs\CBS\CheckSUR.log
    is clean before starting migration.
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • Audit Log is required for Project server

    Hi,
    Audit Log is required for EPM / Project Server 2010 
    Following are the requirements.
    Project Name, Resource Name and Date of Following Events.
    1. Project checked Out By, Date (This is highly important)
    2. Project Checked In By, Date
    3. Project Published By, Date
    4. Project Saved By, Date

    Hi Hachishti,
    Please refer to a recent similar thread with excellent answer from Paul.
    http://social.technet.microsoft.com/Forums/projectserver/en-US/435fbb7a-1c82-419c-b83e-e89419dc66aa/project-server-2010-view-plan-save-history?forum=projectserver2010general
    Hope this helps.
    Guillaume Rouyre - MBA, MCP, MCTS

  • Support of OMWB 9.2.0 for Migration from Informix 9.2.1 to Oracle 8i

    Hi,
    I have a requirement for migration of Informix 9.2.1 DB to Oracle 8i. Does OMWB 9.2.0 support this?

    Thanks for the Answer but;
    I don't think there is not another place to download this file therefore, i need to know it if there is...
    Kind Regards
    Ömer KAYA
    Survey Eng.

  • Pre-Requirement for Stage Migration in Office 365

    Hi,
    Please help to find the prerequisites or Hardware and software requirement for performing an Stage Migration on office 365.
    Regards,
    Shabu.B

    Hi,
    This forum is to discuss problems of Office development such as VBA, VSTO, Apps for Office .etc.
    Since your issue is more related to the feature of Office 365, as @AK-Azure said, I suggest you posting in
    OFFICE 365 FORUMS for more effective responses.
    Thanks for your understanding.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • What are the Things required for BI 7.0 Implementation project

    Hi Friends,
                      Can any one suggest me
    1.What are the Things required for BI 7.0 Implementation project?
    2.System Configurations & Hardware Components?
    3. Any additional steps...
    plz suggest me.
    Regards

    Hi lakshmi,
    http://csc-studentweb.lrc.edu/swp/Berg/articles/PM_2006_upgrade_NW2004s_Bjarne_Berg_v12.ppt#426,3,Why Upgrade u2013 end of supportu2026
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b8d163a7-0301-0010-d9b0-98f692ea3c60
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/2e8e5288-0b01-0010-2ea8-bcd4df5084a7
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/472443f2-0c01-0010-20ab-fbd380d45881
    https://wiki.sdn.sap.com/wiki/x/JYk
    Check the following links.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/84bf4d68-0601-0010-13b5-b062adbb3e33
    check the following
    http://help.sap.com/bp_biv235/BI_EN/html/bw.htm
    business content
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/biw/g-i/how%20to%20co-pa%20extraction%203.0x
    https://websmp203.sap-ag.de/co
    http://help.sap.com/saphelp_nw04/helpdata/en/37/5fb13cd0500255e10000000a114084/frameset.htm

  • Which tasks required for a Developer in a SAP project with SAP XI?

    Dear all,
    I'm a ABAPer (Developer too), i will join into a SAP development and maintenance project that use the SAP XI. In order to prepare for this project, now i should determine and  study the "Specific Skills/Tasks required" for a ABAPer (Developer too) in development and maintenance project with SAP XI technology platform. I see in our forum with thread:
    Roles for XI Programmer
    that: A developer will take care of "Mapping Task" with "ABAP Mapping" or "JAVA Mapping".
    If any person who participated in a project as same as my project (a SAP development and maintenance project with SAP XI platform), please help me to answer my question:
    My question:
    "Which other tasks required for a Developer in a SAP development and maintenance project with SAP XI platform (exclude Mapping Task)?"
    Thanks a lot to all in advance (points will be rewarded for every valuable answers),
    Vinh Vo

    Hi,
    You can check out the standard XI training content as well
    Check the following links:
    http://help.sap.com/saphelp_nw04/helpdata/en/84/e8763c997fda50e10000000a11405a/frameset.htm
    TBIT40:
    https://websmp109.sap-ag.de/~form/ehandler?_APP=00200682500000001337&_EVENT=DISPLAY&COURSE=TBIT40
    TBIT41:
    https://websmp201.sap-ag.de/~form/ehandler?_APP=00200682500000001337&_EVENT=DISPLAY&COURSE=TBIT41&LANGUAGE=
    TBIT42:
    https://websmp206.sap-ag.de/~form/ehandler?_APP=00200682500000001337&_EVENT=DISPLAY&COURSE=TBIT42&LANGUAGE=
    TBIT43:
    http://www50.sap.com/useducation/curriculum/course.asp?cid=60161651
    TBIT44:
    https://websmp102.sap-ag.de/~form/ehandler?_APP=00200682500000001337&_EVENT=DISPLAY&COURSE=TBIT44
    Reward points if helpful...
    PrasHanT

  • Hi all, Please suggest a case where there is a requirement for new SOAP sender adapter module. I wanted to develop a module but in my current project i am unable to find any such requirement.

    Hi all, Please suggest a case where there is a requirement for new SOAP sender adapter module. I wanted to develop a module but in my current project i am unable to find any such requirement. So please give me inputs for the same..
    Thank you,
    Vinay Kumar A

    You can try converting a synchrnous soap call to asynchronous using a custom module
    Here your module will send a response back to the sender system and make an asynchronous call forward

  • Which chassis port will be required for project of robotic arm(interfacing)

    hello..
    actually few hardware attachments ports are present at my uni labVIEW setup, that are:
    ni pxi-1050, ni pxi-8196, ni scxi-1102b, ni scxi-1112, ni scxi-1162, ni scxi-1124
    but i dont know which one is required for interfacing robotic arm project.
    plz help...........

    Hello,
    In the system you specifed you will also need a DAQ card which will control the SCXI portion, Generally SCXI hardware is used for signal conditionin, and I have not seen anyone controlling motors of a robotic arm. If you want to interface robotic arm you should look into Motion cards or RIO solutions. This link might help getting started with what hardware you might need for this project.
    Hope this helps
    NI-khil

  • Which sharepoint service applications & services are required for Project server 2013 to work fine.

    HI,
    Can any one help me,
    I am planning to install project server 2013,  what are the service applications and Services ( Manage services on server in central admin ) in sharepoint  are required for project server 2013 to work fine, so that i will run only  service
    application and services to increase server performance..i don't want to configure all service applications  when i  am configuring.
    Thanks in Advance..
    vijay kommireddi

    Hi Vijay,
    If you are installing Project Server on SharePoint farm, You need to start the service Project Application Service which would be available after you install project Server 2013.
    For Project Server Reporting you need to start Excel service and Secure Store service.
    http://technet.microsoft.com/en-us/library/ee662106(v=office.15).aspx
    Thanks,
    Phani

Maybe you are looking for