Patch 9535311 (TXK RUP U), autoconfig and template version mismatches

DB 10.2.0.4
APPS: 11.5.10.2
OS: Linux x86 ES4
After applying patch 9535311 I am receiving template version mismatch errors (Version Conflicts among development maintained and customized templates encountered) when running autoconfig.
After comparing the existing custom template files to the new template files it is difficult to know how to merge the two and exactly what is a customization and what is not since some of the line differences are significantly different. Further, there seem to be some
Do I need to open a support ticket of each file mismatch to figure out how to merge them?
Here is a list of the mismatched template files:
appsweb.cfg
httpd_ux_ias1022.conf
httpd_ux_ias1022_pls.conf
jserv_ux_ias1022.properties
trusted.conf
txkGenFormServletIni.pl
xmlsvcs_ux_ias1022.properties
zone_ias1022.properties
Thanks, Chaz

After applying patch 9535311 I am receiving template version mismatch errors (Version Conflicts among development maintained and customized templates encountered) when running autoconfig.
After comparing the existing custom template files to the new template files it is difficult to know how to merge the two and exactly what is a customization and what is not since some of the line differences are significantly different. Further, there seem to be some
Do I need to open a support ticket of each file mismatch to figure out how to merge them?
Here is a list of the mismatched template files:
appsweb.cfg
httpd_ux_ias1022.conf
httpd_ux_ias1022_pls.conf
jserv_ux_ias1022.properties
trusted.conf
txkGenFormServletIni.pl
xmlsvcs_ux_ias1022.properties
zone_ias1022.propertiesHave you checked the "Begin/End customizations" blocks in the configuration files? See (Customizing an AutoConfig Environment [ID 270519.1]) for details.
If none of the docs help, you can create one SR for all the above files/templates.
Thanks,
Hussein

Similar Messages

  • I am stuck - TXK AUTOCONFIG AND TEMPLATES ROLLUP PATCH U (9535311)

    Hi All,
    I have installed 11.5.10.2 vision version on Windows XP.
    I have below dirs after installtion:
    (1) D:\orclapps\orclappsappl
    (2) D:\orclapps\orclappscomn
    (3) D:\orclapps\orclappsdata
    (4) D:\orclapps\orclappsdb\9.2.0
    (5.1) D:\orclapps\orclappsora\8.0.6
    (5.2) D:\orclapps\orclappsora\iAS
    After installation I am able to logon and use application.
    But I am badly stuck while applying below patch:
    TXK AUTOCONFIG AND TEMPLATES ROLLUP PATCH U (9535311)
    After applying that patch I have to perform below after patch steps.
    ==============================================================================
    2.3.2.1 On the Application Tier (as the APPLMGR user):
    2.3.2.1.1 Source the environment file.
    2.3.2.1.2 Create the appsutil.zip file by executing:
    $ADPERLPRG $AD_TOP/bin/admkappsutil.pl
    (On Windows: %ADPERLPRG% %AD_TOP%\bin\admkappsutil.pl)
    This will create appsutil.zip in $APPL_TOP/admin/out .
    2.3.2.2 On the Database Tier (as the ORACLE user):
    2.3.2.2.1 Copy or FTP the appsutil.zip file to the
    <RDBMS ORACLE_HOME>
    2.3.2.2.2 cd <RDBMS ORACLE_HOME>
    2.3.2.2.3 unzip -o appsutil.zip
    2.3.2.2.4 Run AutoConfig by executing:
    <RDBMS_ORACLE_HOME>/appsutil/scripts/<CONTEXT_NAME>/
    adautocfg.sh (On Windows use adautocfg.cmd).
    ==============================================================================
    (Step 2.3.2.2) -->
    As part of Windows XP vision installation, I have created only applmgr user. Should I create ORACLE user also even in Windows XP 11i installation?
    (Step 2.3.2.2.2) --> cd <RDBMS ORACLE_HOME> -->
    Is it D:\orclapps\orclappsdb\9.2.0 or D:\orclapps\orclappsora\8.0.6?
    I assumed D:\orclapps\orclappsdb\9.2.0. I did like below. Please let me know if I am wrong.
    (i) Start ->
    Run ->
    cmd ->
    D: ->
    D:\orclapps\orclappsdb\9.2.0\ORCLAPPS_erp.cmd (This is what I think is sourcing. Is that right? If not please correct me here.)
    (Step 2.3.2.2.4) --> After unzip -o appsutil.zip I could not find folder named scripts under D:\orclapps\orclappsdb\9.2.0\appsutil. So I tried to follow below link 2nd point.
    http://oracleajidba.blogspot.com/2010/05/autoconfig-on-database-tier-for-new.html
    i.e.
    Source the .cmd file using < RDBMS ORACLE_HOME>\< CONTEXT_NAME>.cmd
    cd /d < RDBMS ORACLE_HOME>\appsutil\bin
    perl adbldxml.pl tier=db appsuser=< APPSuser>
    But when I did " perl adbldxml.pl tier=db appsuser=apps " I got below error and I am stuck.
    ----Error: --->>>
    Incorrect environment file sourced. Unset apps environment and
    Thanks in advance.
    Regards,
    Mahi.

    (Step 2.3.2.2) -->
    As part of Windows XP vision installation, I have created only applmgr user. Should I create ORACLE user also even in Windows XP 11i installation? You do not need to create oracle user as the concept of multi-user installation is not applicable in Windows.
    D:\orclapps\orclappsdb\9.2.0\ORCLAPPS_erp.cmd (This is what I think is sourcing. Is that right? If not please correct me here.)
    Is it D:\orclapps\orclappsdb\9.2.0 or D:\orclapps\orclappsora\8.0.6? This is correct for the database env file and ORACLE_HOME should point to D:\orclapps\orclappsdb\9.2.0
    Please issue "echo %ORACLE_HOME%" to verify.
    For the application env file, you have to source/run the env<CONTEXT_NAME>.cmd file under %APPL_TOP% "D:\orclapps\orclappsappl" directory.
    (Step 2.3.2.2.4) --> After unzip -o appsutil.zip I could not find folder named scripts under D:\orclapps\orclappsdb\9.2.0\appsutil. So I tried to follow below link 2nd point.
    http://oracleajidba.blogspot.com/2010/05/autoconfig-on-database-tier-for-new.html
    i.e.
    Source the .cmd file using < RDBMS ORACLE_HOME>\< CONTEXT_NAME>.cmd
    cd /d < RDBMS ORACLE_HOME>\appsutil\bin
    perl adbldxml.pl tier=db appsuser=< APPSuser>
    But when I did " perl adbldxml.pl tier=db appsuser=apps " I got below error and I am stuck.
    ----Error: --->>>
    Incorrect environment file sourced. Unset apps environment and Run the above <CONTEXT_NAME>.end file and issue "echo %ORACLE_HOME%".
    Thanks,
    Hussein

  • [Solved] sqlite3: SQLite header and source version mismatch

    Is anyone else getting this error?
    $ sqlite3
    SQLite header and source version mismatch
    2009-09-11 14:05:07 b084828a771ec40be85f07c590ca99de4f6c24ee
    2012-03-20 11:35:50 00bb9c9ce4f465e6ac321ced2a9d0062dc364669
    I just performed a full system upgrade
    $ pacman -Syyu
    I tried re-installing:
    $ pacman -Rdd sqlite3
    $ pacman -S sqlite3
    I tried updating the shared library links (as suggested by a post):
    $ ldconfig
    None of the above steps helped...
    $ pacman -Qs sqlite3
    local/sqlite3 3.7.11-1
    A C library that implements an SQL database engine
    $ uname -a
    Linux mdt3 3.2.13-1-ARCH #1 SMP PREEMPT Sat Mar 24 09:10:39 CET 2012 x86_64 AMD Opteron(tm) Processor 6128 AuthenticAMD GNU/Linux
    Last edited by rWarrior (2012-04-25 21:03:38)

    Hi,
    I've got the same problem...
    SQLite header and source version mismatch
    2011-06-23 19:49:22 4374b7e83ea0a3fbc3691f9c0c936272862f32f2
    2012-03-20 11:35:50 00bb9c9ce4f465e6ac321ced2a9d0062dc364669
    Can u tell me how to fix it? This occured when I've unpacked sqlite-autoconf-3071100.tar.gz, entered into unpacked directory with terminal and used commands:
    ./configure
    make
    sudo make install
    sqlite3
    As u've said before the problem is with libsqlite3.so... So i've searched it in File System. And the result is:
    One file with name libsqlite3.so - /usr/local/lib
    Two files with name libsqlite3.so.0 One is here - /usr/local/lib and another here - /usr/lib/i386-linux-gnu
    Two files with name libsqlite3.so.0.8.6 One is here - /usr/local/lib and another here - /usr/lib/i386-linux-gnu
    So... can u tell me which one to delete (in which folder)? What to do next? I am newbie... so if it's possible tell in little steps.
    Thanks in advance.
    Best wishes,
    Teddy.
    Last edited by TeddyRO (2012-04-27 19:57:18)

  • CAD Server and Client Version mismatch

    Hi All,
    When we try to install fresh CAD client the version is different from the server. We are using 8.5.2a server and client shows 8.5.1. Any impact of this mismatch? How do we upgrade the client? Should we re-install the client?
    Regards,
    Adithya

    Hello,
    Anand is right but also you have to make sure that the server is willing to check the client for a update because you can turn it off or on, so in your case i think it is off.
    To turn it on you have to launch the postinstall on the CAD server , go to the services configuration , you will find there a radio button for : would you like CAD automatic updates enabled? you have to choose yes.
    In that case the Agent will check for a update when it is launched.
    Amer

  • Autoconfig and maintanence mode?

    Is autoconfig available from 11.5.8 or 11.5.9? Is there any relation between autoconfig and mainteance mode?

    Autoconfig has been available since 11.5.7. You do not have to enable Maintenance Mode in adadmin in order to run Autoconfig, so there is no direct relation. Some patches check to make sure you are in Maintenance Mode before you can apply them.

  • Old Purchase orders and template - Price Information not taken into account

    Hi experts,
    In MDM catalog, I have a product with 'Price Information' and with 'Contract price'. I create a shopping cart with the 'Price Information'.
    Then, I create another shopping cart using the anterior througth the functionality 'Old Purchase orders and template'.
    The price taken into account is the 'Contract Price'
    Is this the standard procedure?
    Thanks in advance,
    R Silva

    as far as i know the price preference is in this order
    1. Contract price
    2. Purchase Info record
    3. list price
    so in that case - this is standard procedure
    you can confirm - by doing the same process for an item that  has ONLY price information (list price) and see if that price is copied from old to new SC
    thanks
    -Adrivit

  • Using Office 2013 group policy template to define Trusted Locations and Template Locations doesn't work

    User Configuration/Policies/Administrative Templates
    - Using Office 2013 group policy template to define Trusted Locations and Template Locations doesn't work
    Microsoft Word 2013/Word Options/Security/Trust Center/Trusted Locations
    - Allow Trusted Locations on the network: 
    Enabled 
    - Trusted Location #1: 
    Enabled 
    Path:  //server/sharedfoldername   [Edit:  Path:
    \\server\sharedfoldername]
    Date: June 10, 2013
    Description: Trusted Location
    Allow sub folders: Enabled
    The policy appears to apply to the client correctly by adding the following registry key and values:
    HKEY_CURRENT_USER\Software\Policies\Microsoft\office\15.0\word\security\trusted locations\location1
    allowsubfolders: 1
    date: June 10, 2013
    Description: Trusted Location
    Path:  //server/sharedfoldername  [Edit: Path: 
    \\server\sharedfoldername]
    However, when you open Word Options/Trust Centre/Trust Centre Settings…/Trusted Locations
    There are no trusted locations listed under ‘Policy Locations’
    I have tried setting similar settings for setting the Shared Templates folder location and just like the trusted locations policy, the registry keys are created properly in HKEY_CURRENT_USER\Software\Policies however word doesn’t
    seem to recognize these either.
    This used to work flawlessly using the administrative templates for Word 2007 and 2010. Has anyone been able to get these policies to apply successfully, or know why office doesn’t recognize these settings from the Policies registry
    Key?

    This would have been an easy solution to the issue.  Unfortunately it isn't the problem.  This question was originally posted on another Microsoft site and
    was transferred here and when it was transferred the path's changed from the original post: 
    \\server\sharedfodlername to //server/sharedfoldername.  (I will edit the question to show up as it did in the original post) Not sure how that happened.  This
    is still an issue that I haven't been able to get working correctly.
    As it turns out the 'New from Template' interface Word 2013 has developed is very bulky with large thumbnails and is not very customizable nor practical for an office
    that has a large number of templates.   Because I am unsatisfied with the display and performance of the 'New' template chooser I sought after a solution to change the way word creates a document from a template in another thread: 
    http://answers.microsoft.com/en-us/office/forum/office_2013_release-word/how-can-you-change-the-display-of-templates-in/d49194b9-a6b4-4768-8502-7d7b50e9dd65 working through this issue with Jay we were able to develop
    some VB script with handles a very large number of templates in a list view and it works much faster than the built-in Word interface.  The above thread is how I've worked around trying to define a shared template location and I am quite happy with it.

  • How to know the list of patches applied to iAS Oracle home and 8.0.6 Home

    Hi,
    Please help me for the steps to know the list of patches applied to iAS Oracle home
    and 8.0.6 Home;
    as we can use ad_bugs, ad_applied_patches, OAM Applied Patches for Oracle Applications Patches list
    and we can use opatch lsinventory for Oracle Database patches applied list

    Thanks for sharing the answer. BTW, there are some exceptions like, determining Developer 6i patchset applied, and Oracle 9iAS version:
    How to find the developer version
    Re: how to find the developer version
    Note: 186981.1 - Oracle Application Server with Oracle E-Business Suite Release 11i FAQ
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=186981.1

  • Using different templates for the desktop and phone versions of the same blog

    I have a site which was created in Adobe Muse and is hosted on Business Catalyst.
    I have created both a desktop and a phone versions of the site.
    I  want to know how I can integrate the blogs that I  currently have on the desktop site with the phone version that I just did, using different templates for the desktop and phone versions of the same blog. This is in order to ensure that visitors to the blogs on the website are directed to the templates that render correctly for the devices they are using.
    My current approach has been to create both a desktop and phone versions of the blogs. The problem with this however, is that the dates are different and the comments are separated between the two blog versions!
    I  have also tried enabling mobile templates in BC, but still couldn't find a way to specify the mobile versions of the templates for the same blog?
    To recap my problem, I basically  need a solution where the same blog uses different templates for desktop and mobile (both templates use different navigation headings and menu styles)
    Thanks.

    There can be few reason for this, including page contents links or contents used in phone/tablet version.
    Please provide the site url , also try to publish the site as a trial site in Business Catalyst with all layouts which would help to isolate the issue.
    Thanks,
    Sanjit

  • Define Logical Systems and Template Names for BW Reports

    Hi experts
    I would like to know if someone used the mentioned functionality 'Define Logical Systems and Template Names for BW Reports, I would like to know too IF I create a Z REPORT for example in webdynpro and insert it in this configuration it will work and where it will appear in sourcing cockpit?
    sds.
    Javier

    Hello Muthu,
    BW reports will be shown in SRM Box if the corresponding BW roles for SRM are integrated with SRM roles.
    You might to activate the corresponding datasource of this in SRM.
    And since you have to connect the source system to BW, I think you have to define SRM system as logical system in BW.
    Regards,
    Pavan

  • Old Purchase Order and Templates

    Hi Experts,
    We have implemented SRM 5 and ECC 6 with classic scenario.
    When we create a shopping cart, there is an option to select the old PO and templates which gives option to search for our own shopping carts and templates if any.
    We have an business requirement to allow users to see all the shopping carts created within a business unit or department. This will enable them to use other shopping carts as reference.
    Please let me know how this can be achevied.
    Thanks
    Vijay

    Hi Vijay,
    If you want that every user should be able to see all shopping carts created by all other users, you need
    to configure "Monitor Shopping Cart" button on your EBP (SRM) Enterprise Portal.
    Please consult your Portal consultant to understand how this functionality can be configured.
    Also you might need to assign the role SAP_EC_BBP_ADMINISTRATOR
    (Authorization Object - B_BUPA_FDG) to your users, so that they can access all shopping carts of
    other users.
    Please refer this link to know more:
    http://www.purdue.edu/purchasing/doc/Monitor%20Shopping%20Carts.doc
    Hope this will help.
    Thanks,
    Ruchika

  • Interfering in "Old Purchase order and Templates"

    Hi Experts,
    We use Extended-Classic scenario.
    We use ECC contracts and transfer the contracts details to the SRM-MDM catalog.
    When the user creates SC the contract details come from the SRM-MDM
    catalog as the source of supply correctly.
    But when the user copy the SC, using "Old Purchase order and Templates", the source of supply (contract details) does not being copied from the old SC. (this happends because we use Extended scenario and we use backend contracts).
    Is there any way we can interfere in "Old Purchase order and Templates" and force the contract details to be copied from the old SC?
    Thanks in Advance,
    Keren

    Hi,
    Thanks for your answer.
    Yes, the old SC was created from catalog but we need the Source of supply (contract number) to be copied to the new SC.
    Thanks,
    Keren

  • Multiple tables and templates in a main window

    Hi,
    Is it possible to have multiple tables and templates in a main window of a smartform?
    If so then how they are positioned in the main window? Means which table to come first and which to be the next?
    Thanks in advance.........
    Prinan

    Hi!
    both tables and templates can be printed any number of times ina  main window.
    The tables as in sequence are printed...after ending with the first it gets on to the another.
    If u want to print it under some cdonditions you can do it using the condition tabs.As per it is a main window the dats gets flowing to the next page so as the order goes thae data goes on printed.
    Regards.

  • Theme and Template not importing correctly

    I have exported the theme and template file. At the import site the template and theme did not install correctly.
    I can see that it is using the same theme as the source environment, but it will not appear.
    Any ideas?

    You've got two issues going on.
    One- never put anything besides the .dwt template files in
    the Templates
    folder.
    Also- the paths need to work IN the template.
    The images aren't showing here:
    http://www.und.edu/dept/art/Templates/MAIN.dwt
    So dw is making wrong paths to them in the child pages.
    Use the "browse to file" dialog box to pick the images.
    And if any of them are in the Templates folder, use the Dw
    files panel to
    move them.
    Second issue:
    Your dw "site" is defined to a subfolder of the domain,
    /dept/art/ as far as
    i can guess. But you've used site root relative paths in the
    Template. Site
    root relative paths start with a leading /slash. It tells the
    browser to
    start from the domain name's root level.
    Only use Document Relative paths if the site is defined to a
    subfolder of a
    domain. (look for the pulldown in the bottom of the browse to
    file dialog
    box)
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • Mobile themes and templates

    It seems apex 4.1 supports developement of mobile apps and hence includes themes and HTML templates suitable for smart phones and mobile devices.
    I have not found any themes specific to mobile apps. I could be wrong. Can anyone please help me locating themes and templates.
    Thanks in advance
    cmovva

    Chandra,
    Peter Reganitsch has blogged on this topic; it' a great introduction and provides a steps on how to build a demo mobile theme and app.
    [url http://www.oracle-and-apex.com/create-a-mobile-theme-for-oracle-apex/]Create a mobile Theme for Oracle APEX
    Jeff

Maybe you are looking for

  • Problems with Aperture after upgrading from Tiger to Snow Leopard

    Help!  I recently upgraded my IMac operating system from Tiger to Snow Leopard.  Now, I am finding my aperture is not responding the way it used to.  I cannot change the border dimensions; I can't print.  Any suggestions would be appreciated.  I was

  • Can anybody please help me regarding :CAFFindException

    Hi, I am new to Composite Applications. Can anybody help me to resolve "CAFFindException" exception. Steps i have followed: I have desinged the EXTERNAL service with RFC, I have wrapping my external service with ENTITY service in NWDS and deployed it

  • Clearing a apex_collection

    Good day, I have this navigation list which contains "Skills and Identifications" and I have an apex_collection from query_b. When I click the Skills Navigation It must show all the skills in my apex_collection which I got it right. Now , my problem

  • Captivate contract in Alpharetta, GA

    There's a contract position (4 months or more, staring 4/1) for a Captivate Project Manager for 2 Systems Training projects: Project 1: Systems Release Training, to include a series of deliverables to train business sellers on enhancements to BASE, P

  • Manufacturer Serial No. on Goods Movement Screen

    Hi, In a scenario, user wants that while doing goods issue for a material, apart from entering the SAP serial no., he / she should be able to enter the Manufacturer's serial no and which will update the manufacturer serial no. field under serial no.