Help Needed in Migrating Bill Management template

Hi All,
Pls let me know how to migrate the custom Bill Management template in Bill Presentment module from one instance to another instance.Is there any XDOLOADER commands available to migrate similar to RTF template?
Your help in this regard is much appreciated.
Regards,
Rajesh

Not sure what exactly you want. But please do have a look at the blog http://apps2fusion.com/at/51-ps/306-moving-xmlbi-publisher-components-between-instances which has details of moving all components related to xmlp report

Similar Messages

  • Help require to migrate Report Manager(FSG)Excel Templates across Instances

    In R12.1.3, we are creating new custom MS Excel templates for Standard FSG Reports.
    We understand to create these templates with Report Manager using “Financial Report Template Editor”, edit them, download and upload back.
    These templates created in Test Instance needs to be moved to multiple instances.
    How can we migrate these custom Excel templates from one instance to another? , as when we select Oracle-->Upload from Excel template, it expects to upload back to the same instance where from it was downloaded originally, but our requirement is to migrate these templates across instances rather than to recreate it on each instance
    Please suggest how to migrate these Excel templates from one instance to another.
    Thanks,
    Amit

    hi,
    sorry, but currently there is no such option, the templates need to be rebuilt.
    Enhancement Request
    Bug 6710387 'COPY REPORT TEMPLATES FROM ONE INSTANCE TO AN OTHER'
    was raised on the issue but it was not implemented yet.
    Please monitor this enhancement on 'My Oracle Support' to get news on its implementation.
    For further information on Report Manager, please check theses notes:
    (Doc ID 726774.1) - Report Manager - Master Note
    (Doc ID 726958.1) - Report Manager (FRM) List of Patches
    (Doc ID 858505.1) - Report Manager Troubleshooting
    kind regards, Martin

  • How can we migrate bill presentment templates from DEV to PROD?

    Hi,
    E-business suite 11.5.10.2
    Once we have designed a bill presentment template in the development environment, how can we migrate it in other environments? (TEST, PROD).
    Thanks.

    Welcome to the forums !
    Pl see if MOS Doc 357797.1 (BPA - Is It Possible To Migrate BPA Content Items & Templates From One Instance To Another?) can help
    HTH
    Srini

  • OAF Help needed to customize the Information Template region

    Hi All,
    We are working on 11.5.9 to 11.5.10 application upgrade project.
    We have created an information template in the “Information Template” setup where we have defined couple of Date fields. These fields are appearing as free text entry fields on the iProc screen. We want user to enter date in a particular date format (say “DD-MON-YYYY”). We don’t want to attach a value set as this approach will display awful amount of date records in the drop down list.
    We tried modifying the region XML file (InfoTemplateRN.xml) used for the information template. Here, the attributes defined in the Information template are getting divided into two equal groups and each group is getting displayed in one region. The InfoTemplateRN.Attribute1 and InfoTemplateRN.Attribute2 fields are used to display each group(group of attribute defined in the template). The Attribute1 and Attribute2 elements are of item type Switcher and whatever changes we are making to these field are appearing for other text-input fields(other than the date fields) which are linked to these regions.
    Is it possible to control/manipulate the behavior of a specific text-input field?
    Any information on this will be of great help.
    Thanks,
    Sachin

    Hello Eric,
    Here is the code:
    SELECT DISTINCT
    K.ATTRIBUTE_VALUE AGENCY_ID,
    B.PROFILE_NM ,
    NVL(G.OFFICE_DESC,'--') OFFICE_DESC,
    f.OFFICE_ID,
    B.PROFILE_ID,
    '%' ROLE,
    '%' LAYOUT,
    case
    WHEN 'flagB' = '%' THEN
    NVL(J.ISS_GRP_DESC,'BILLING')
    WHEN 'flagO' = '%' THEN
    NVL(J.ISS_GRP_DESC,'ORDERING')
    WHEN 'flag' = '%' THEN
    NVL(J.ISS_GRP_DESC,'BILLING/ORDERING')
    else
    NVL(J.ISS_GRP_DESC,' ')
    END ISS_GRP_DESC,
    DECODE(NVL(H.USERID,' ') ,' ','--','<a sbcuid_in=' || H.USERID || ' target=NEW >'||H.FIRSTNAME || ' ' || H.LASTNAME ||
    '( ' || H.USERID || ' )</a>' ) USER_NAME
    from
    PROFILE_PORTAL B ,
    TBL_BDA_AGENCY_RESP_REP C ,
    TBL_BDA_AGENCY_OFFICE F,
    TBL_BDA_OFFICE G,
    USERS_PORTAL H,
    TBL_BDA_USR_ISS_GRP I ,
    TBL_BDA_ISS_GROUP J,
    ATTRIBUTE_VALUES_PORTAL K,
    PROFILE_TYPE_PORTAL L
    WHERE
    B.PROFILE_ID = F.AGENCY_ID (+)
    AND B.PROFILE_ID = C.AGENCY_ID (+)
    AND G.OFFICE_ID (+)= F.OFFICE_ID
    AND H.USERID (+)= C.RESP_USR_ID
    AND C.ISS_GRP_ID = I.ISS_GRP_ID (+)
    AND I.ISS_GRP_ID = J.ISS_GRP_ID(+)
    AND 'PROFILE.'||B.PROFILE_ID = K.ENTITY_ID(+)
    AND K.ATTRIBUTE_VALUE IS NOT NULL
    AND L.PROFILE_TYPE_ID = B.PROFILE_TYPE_ID
    AND L.APPLICATION_CD='BDA'
    AND NOT EXISTS
    (SELECT agency_id
    FROM TBL_BDA_AGENCY_RESP_REP t
    WHERE t.ISS_GRP_ID IN (1)
    AND t.AGENCY_ID = C.AGENCY_ID)
    AND K.ATTRIBUTE_VALUE LIKE '%'
    AND UPPER(B.PROFILE_NM) LIKE UPPER('%')
    AND (to_char(NVL(B.PROFILE_ID,0))
    LIKE '%'
    OR NVL(B.PROFILE_ID,0) IN (1))
    AND NVL(G.OFFICE_ID,0) IN (1)
    AND (to_char(NVL(C.RESP_USR_ID,'0'))
    LIKE '%'
    OR NVL(C.RESP_USR_ID,'0') IN ('%'))
    ORDER BY PROFILE_NM
    This is the Query and the query takes some mins. to run in prod environment.
    From the Query plan ,I am not able to get any idea for optimization.
    Now,Can you tell me which steps I need to follow to run it faster and which all modifications should be made?
    Thanks.
    Aashish S.

  • Help needed in installing Identity management 11.1.1.2

    Hi,
    I have installed Oracle Webcenter and SOA suite (11g) in single domain and also installed and conten server 10.1.3.4. All in a single machine. And I want to provide LDAP Identity store for custom applications/Spaces application with content management. I am in the process installing Identity management. I have the following issues
    1. Do I need to install all the 5 components of Identity suite?
    2. Due to performance reasons I want to install Idm suite on different machine. Can the webcenter application on machine1 be configured to use the identity services from machine2 ,consideing i created a new domain on machine2 that contains it identity servers with its own admin console/Fusion control?
    installation guide contains lot of options which i could not understand .Please help me in this regard.
    Thansk,
    indra

    resolved

  • Help needed while Migrating BW 3.5 structure to BI 7.0

    Hello Gurus,
    I tried to migrate an old 3.5 structure to 7.0 and didnt know where i ended, but seems to be a bit of mess. can anyone help me pls?
    First, since the structure has changed in the InfoProvider section, let me explain what i did.
    I right clicked on the datasource, located below transfer rules and just above the InfoPackage and choose "Migrate" option. then in the pop up i might had to chooce With Ex or W/o Ex not sure, but i clicked on Cancel. Now after all this the data source and infopackage seemed to have been deleted from there, though its there in DataSources section in DW Workbench.
    If i try to build transformations from here, the new structure is being built in InfoProvider as per 7.0 but the InfoSource is missing, since iw ant the daat flow like, datasource->infosource->data target.
    Basically i need help in 2 things.
    1. How to make things normal int he above explained circumstance.
    2. Can u explain the right way to migrate the existing structure of 3.5 to the new 7.0 supported structure easily.
    Thanks,
    PJ

    /thread/246155 [original link is broken]

  • HT4796 Help needed with Migration Assistant, can't find files?

    I've just purchased my first Mac (macbook Pro 15in) so please be kind, I'm so clueless it's ridiculous! Using migration assistant  I've transfered aprox 100GB of files from my PC which seemed to take about 2seconds, but have no idea where they are or how to access them. The files were mostly music but when I opened itunes there is nothing in my library. The rest of the stuff was pics, docs, email accounts but none of that seems to be there either.. From the few articles I've read I seem to have somehow created another user account which is labeled Guest User/Sharing only, but I can't seem to log in as that user to find the files.. What have I done?!  HELP!!

    Congratulations!
    ... Using migration assistant  I've transfered aprox 100GB of files from my PC which seemed to take about 2seconds, but have no idea where they are or how to access them.
    It sounds as though Migration Assistant did not do a thing. With Migration Assistant, 100 GB will take time, no matter how the two computers communicate it will be at least an hour. Probably more. I recommend you connect them both to a wired network and make sure the PC is really using it. Wireless will take a lot longer.
    I suggest you read the following step by step. On your Windows PC, you will need to download Migration Assistant. That link and everything else you need to know is in this document: OS X Lion: About Windows Migration Assistant. Follow its instructions to the letter.
    The "guest" user is a feature of OS X and will not contain your files. Don't concern yourself with it.

  • Help need on Migration Monitor during the OS migration

    Dear Guru,
    I need some helps to start the export with migration monitor tools.
    First I want to start the export on the source system and then move the file by myself to the source system.
    I can start the export in client mode? (I try already but it is just hang there)
    Then, I try to start the export with server mode, but I got the error below:
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): WE8DEC
    (DB) INFO: Export without hintfile
    Alternate NameTab for type "BAPIPAREX_HELP" was missing and has been simulated.
    (GSI) INFO: dbname   = "BWT20030708040756                                                                                "
    (GSI) INFO: vname    = "ORACLE                          "
    (GSI) INFO: hostname = "HSEA-PDC-S015                                                   "
    (GSI) INFO: sysname  = "Windows NT"
    (GSI) INFO: nodename = "HSEA-PDC-S015"
    (GSI) INFO: release  = "5.2"
    (GSI) INFO: version  = "3790 Service Pack 2"
    (GSI) INFO: machine  = "4x AMD64 Level 6 (Mod 15 Step 6)"
    (BEK) ERROR: SAPSYSTEMNAME not in environment
    my export properties are as below:
    Export Monitor options
    Server operating mode
    server
    Client operating mode
    #client
    Exchange mode: ftp | net
    #ftp
    net
    Common options
    List of export directories, separator on Windows ; on UNIX :
    exportDirs=V:\sap_inst_temp\export
    Installation directory
    installDir=C:\Program Files\sapinst_instdir\NW04\COPY\EXPORT\ABAP\COPY\NUC\DBEXP
    Package order: name | file with package names
    orderBy=name
    DDL control file, default is DDL<DB_TYPE>.TPL
    ddlFile=
    File with mapping between DDL files and package names
    ddlMap=
    Monitor timeout in seconds
    monitorTimeout=30
    R3load options
    Optional path of R3load executable
    r3loadExe=
    Generation of task files: yes | no
    tskFiles=yes
    Code page for data files
    dataCodepage=
    Additional R3load arguments for TASK phase
    taskArgs=yes
    Additional R3load arguments for LOAD phase
    loadArgs=
    Number of parallel export jobs
    jobNum=3
    Network options
    Network exchange directory
    netExchangeDir=V:\sap_inst_temp\export\netExchange
    FTP options
    Remote FTP host
    ftpHost=
    Name of remote FTP user
    ftpUser=
    Password of remote FTP user
    ftpPassword=
    List of remote FTP directories for export dump, separator : or ;
    ftpExportDirs=
    Remote FTP exchange directory
    ftpExchangeDir=
    Number of parallel FTP jobs
    ftpJobNum=3
    Socket options
    #socket
    Server hostname
    host=
    Server port number
    port=
    Trace option
    Trace level
    trace=all
    E-mail options
    SMTP server
    mailServer=
    "From" email address
    mailFrom=
    "To" email address
    mailTo=
    If anyone can share the document base on the migration monitor, It will be helpful.
    Thank you and Best Regards,
    Rapheephan

    > Then, I try to start the export with server mode, but I got the error below:
    >
    > (DB) INFO: connected to DB
    > (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): WE8DEC
    > (DB) INFO: Export without hintfile
    > Alternate NameTab for type "BAPIPAREX_HELP" was missing and has been simulated.
    > (GSI) INFO: dbname   = "BWT20030708040756                                                                                "
    > (GSI) INFO: vname    = "ORACLE                          "
    > (GSI) INFO: hostname = "HSEA-PDC-S015                                                   "
    > (GSI) INFO: sysname  = "Windows NT"
    > (GSI) INFO: nodename = "HSEA-PDC-S015"
    > (GSI) INFO: release  = "5.2"
    > (GSI) INFO: version  = "3790 Service Pack 2"
    > (GSI) INFO: machine  = "4x AMD64 Level 6 (Mod 15 Step 6)"
    > (BEK) ERROR: SAPSYSTEMNAME not in environment
    Did you execute it as <sid>adm user?
    Markus

  • Help needed in migrating Flex 2 application to Flex 3

    Hi All,
    We are in process of migrating a working Flex 2 application
    to Flex 3.
    There were no compilation errors when application was
    compiled with Flex 3 SDK. But when we start the application, it
    throws a script timeout error:
    Error: Error #1502: A script has executed for longer than the
    default timeout period of 15 seconds.
    at
    mx.managers.layoutClasses::PriorityQueue/removeSmallestChild()[C:\autobuild\3.2.0\framewo rks\projects\framework\src\mx\managers\layoutClasses\PriorityQueue.as:214]
    at
    mx.managers::LayoutManager/validateClient()[C:\autobuild\3.2.0\frameworks\projects\framew ork\src\mx\managers\LayoutManager.as:915]
    at
    mx.core::UIComponent/validateNow()[C:\autobuild\3.2.0\frameworks\projects\framework\src\m x\core\UIComponent.as:5679]
    at mx.core::UIComponent/
    http://www.adobe.com/2006/flex/mx/internal::validateBaselinePosition()[C:\autobuild\3.2.0\ frameworks\projects\framework\src\mx\core\UIComponent.as:5715
    at mx.controls::TextInput/get
    baselinePosition()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\controls\TextI nput.as:408]
    at
    mx.containers::FormItem/updateDisplayList()[C:\autobuild\3.2.0\frameworks\projects\framew ork\src\mx\containers\FormItem.as:913]
    at
    mx.core::UIComponent/validateDisplayList()[C:\autobuild\3.2.0\frameworks\projects\framewo rk\src\mx\core\UIComponent.as:6351]
    at
    mx.core::Container/validateDisplayList()[C:\autobuild\3.2.0\frameworks\projects\framework \src\mx\core\Container.as:2677]
    at
    mx.managers::LayoutManager/validateDisplayList()[C:\autobuild\3.2.0\frameworks\projects\f ramework\src\mx\managers\LayoutManager.as:622]
    at
    mx.managers::LayoutManager/doPhasedInstantiation()[C:\autobuild\3.2.0\frameworks\projects \framework\src\mx\managers\LayoutManager.as:677]
    at Function/
    http://adobe.com/AS3/2006/builtin::apply()
    at
    mx.core::UIComponent/callLaterDispatcher2()[C:\autobuild\3.2.0\frameworks\projects\framew ork\src\mx\core\UIComponent.as:8628]
    at
    mx.core::UIComponent/callLaterDispatcher()[C:\autobuild\3.2.0\frameworks\projects\framewo rk\src\mx\core\UIComponent.as:8568]
    The application is taking a huge time to 'validate' each
    component in the UI and each time we observe a timeout at different
    UI component.
    Few observations from our end:
    1. The application is very straight forward and only thing
    complex in it is UI layout. There are a few of complex layouts,
    viewstacks and datagrids used.
    2. The ‘creationPolicy' at application level has been
    set to 'All' because of design. This although is not a standard
    practice but this does not help us because the same application
    compiled with Flex 2 used to load successfully.
    If anybody has faced a similar issue and has some suggestions
    please do give us pointers. Otherwise we are left with a lengthier
    option of re-factoring the application so that creation policy
    defaults to 'auto' and modify the application design.
    Thanks in advance,
    Sujatha

    Hi All,
    We are in process of migrating a working Flex 2 application
    to Flex 3.
    There were no compilation errors when application was
    compiled with Flex 3 SDK. But when we start the application, it
    throws a script timeout error:
    Error: Error #1502: A script has executed for longer than the
    default timeout period of 15 seconds.
    at
    mx.managers.layoutClasses::PriorityQueue/removeSmallestChild()[C:\autobuild\3.2.0\framewo rks\projects\framework\src\mx\managers\layoutClasses\PriorityQueue.as:214]
    at
    mx.managers::LayoutManager/validateClient()[C:\autobuild\3.2.0\frameworks\projects\framew ork\src\mx\managers\LayoutManager.as:915]
    at
    mx.core::UIComponent/validateNow()[C:\autobuild\3.2.0\frameworks\projects\framework\src\m x\core\UIComponent.as:5679]
    at mx.core::UIComponent/
    http://www.adobe.com/2006/flex/mx/internal::validateBaselinePosition()[C:\autobuild\3.2.0\ frameworks\projects\framework\src\mx\core\UIComponent.as:5715
    at mx.controls::TextInput/get
    baselinePosition()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\controls\TextI nput.as:408]
    at
    mx.containers::FormItem/updateDisplayList()[C:\autobuild\3.2.0\frameworks\projects\framew ork\src\mx\containers\FormItem.as:913]
    at
    mx.core::UIComponent/validateDisplayList()[C:\autobuild\3.2.0\frameworks\projects\framewo rk\src\mx\core\UIComponent.as:6351]
    at
    mx.core::Container/validateDisplayList()[C:\autobuild\3.2.0\frameworks\projects\framework \src\mx\core\Container.as:2677]
    at
    mx.managers::LayoutManager/validateDisplayList()[C:\autobuild\3.2.0\frameworks\projects\f ramework\src\mx\managers\LayoutManager.as:622]
    at
    mx.managers::LayoutManager/doPhasedInstantiation()[C:\autobuild\3.2.0\frameworks\projects \framework\src\mx\managers\LayoutManager.as:677]
    at Function/
    http://adobe.com/AS3/2006/builtin::apply()
    at
    mx.core::UIComponent/callLaterDispatcher2()[C:\autobuild\3.2.0\frameworks\projects\framew ork\src\mx\core\UIComponent.as:8628]
    at
    mx.core::UIComponent/callLaterDispatcher()[C:\autobuild\3.2.0\frameworks\projects\framewo rk\src\mx\core\UIComponent.as:8568]
    The application is taking a huge time to 'validate' each
    component in the UI and each time we observe a timeout at different
    UI component.
    Few observations from our end:
    1. The application is very straight forward and only thing
    complex in it is UI layout. There are a few of complex layouts,
    viewstacks and datagrids used.
    2. The ‘creationPolicy' at application level has been
    set to 'All' because of design. This although is not a standard
    practice but this does not help us because the same application
    compiled with Flex 2 used to load successfully.
    If anybody has faced a similar issue and has some suggestions
    please do give us pointers. Otherwise we are left with a lengthier
    option of re-factoring the application so that creation policy
    defaults to 'auto' and modify the application design.
    Thanks in advance,
    Sujatha

  • Help need on Migration

    Hello,
    Iam migrating a production database from 8.0.4 to 8.1.5 on windows nt.iam using the database migration assistant.It is going on forever.when i checked the log iam getting this error "DBMS PACKAGE STANDARD NOT ACCESSIBLE".I have enough space in the system tablespace(200mb of free space) and enough memory for shared pool.I have even tried to migrate the databse using the scripts,but still i get the same error "DBMS PACKAGE STANDARD NOT ACCESSIBLE" and it is just hangs after sometime.
    Want can be the problem,can anyone help me.
    Regards
    Murali

    > Then, I try to start the export with server mode, but I got the error below:
    >
    > (DB) INFO: connected to DB
    > (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): WE8DEC
    > (DB) INFO: Export without hintfile
    > Alternate NameTab for type "BAPIPAREX_HELP" was missing and has been simulated.
    > (GSI) INFO: dbname   = "BWT20030708040756                                                                                "
    > (GSI) INFO: vname    = "ORACLE                          "
    > (GSI) INFO: hostname = "HSEA-PDC-S015                                                   "
    > (GSI) INFO: sysname  = "Windows NT"
    > (GSI) INFO: nodename = "HSEA-PDC-S015"
    > (GSI) INFO: release  = "5.2"
    > (GSI) INFO: version  = "3790 Service Pack 2"
    > (GSI) INFO: machine  = "4x AMD64 Level 6 (Mod 15 Step 6)"
    > (BEK) ERROR: SAPSYSTEMNAME not in environment
    Did you execute it as <sid>adm user?
    Markus

  • Help needed with Migration Assistant

    How and where do I find the Migration Assistant on my new iMac running on OS X 10.9.4?  I skipped the migration assistant at initial startup.  I have it installed on my old PC.  Now I am supposed to start it on my iMac.  I can't find it.  It's probably right in front of me.  Help please.

    It's in the "Utilities" folder inside your "Applications" folder.
    You could also just use Spotlight to find it.
    On the initial Mac startup, it is referred to as "Setup Assistant" in lieu of Migration Assistant. If you skip the process, you will have issues if you want to use the same user name that you previously used.

  • Help needed with Oracle Wallet Manager

    Hi , I have to call a Web Service that is made in PL/SQL from another PL/SQL package. The web service is an HTTPS server so I have to use Oracle Wallet Manager because those who made the web service uses it.
    Is there a PL/SQL guide or receipe to do that. Here's what I have done now and that does'nt return me the string I want!
    vURL := 'https://www2.frsq.gouv.qc.ca/frsqeforms/FRSQ_NIP_EXISTS?pNOM_NAISS=' || pNOM_NAISS || '&pPRENOM=' || pPRENOM || '&pNOM_MERE=' || pNOM_MERE || '&pSEXE=' || pSEXE || '&pDATE_NAISS_YYYY=' || pAn_naissance
    || '&pDATE_NAISS_MM=' || pMois_naissance || '&pDATE_NAISS_DD=' || pJour_naissance;
    vURL := utl_url.escape(vURL);
    UTL_HTTP.SET_WALLET('file:/export/home/oracle/Wallet','********');
    select UTL_HTTP.REQUEST(vURL) into resultat from dual;
    vNip := resultat;
    I should have something in th resultat variable. I'm I muissing some steps or I should work like that?
    I'm on Oracle 9.2.0.6 on solaris sun.
    The web service is supposed to return me a PIN number. I works when I do it on the devloppment environement because there is no https.
    I don't have any error message except that it returns me a html pages with a 404 in the string that I am supposed to receive a PIN number. I got the error in development but my variable had the value that I want! If I paste the URL in a browser it works very fine. You can try it with that (the development server)
    http://207.253.66.69/frsq_dev/FRSQ_NIP_EXISTS?pNOM_NAISS=Bouchard&pPRENOM=Diane&pNOM_MERE=Thibault&pSEXE=F&pDATE_NAISS_YYYY=1964&pDATE_NAISS_MM=04&pDATE_NAISS_DD=04
    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <HTML><HEAD>
    <TITLE>404 Not Found</TITLE>
    </HEAD><BODY>
    Not Found
    The requested URL /frsqeforms/FRSQ_NIP_EXISTS was not found on this server.
    <HR>
    <ADDRESS>Oracle-Application-Server-10g/1

    Duplicate post ... please ignore.

  • Help needed on migration

    One of my customers has data on older Oracle database versions like Oracle 7. He wants to move all this data onto the version of Oracle 9i or 11i on a new Sun Server. The older Oracle is on non Solaris platform

    I tried compling servlet, but it is raising error
    that coul not find package javax.servletWhat I did not mention... you need to add those JARs in the Classpath explicitly. You will find them in %TOMCAT_HOME%\common\lib. You atleast need to add servlet-api.jar to your Classpath. :)

  • Help needed : Extension manager cs6 not listing products

    Help needed to Adobe extension manager cs6 to show all my cs6 products
    I downloaded Extension manager from here Adobe - Exchange : Download the Adobe Extension Manager
    My Computer windows xp 32bit
    My Photosop version cs6
    My Dreamweaver version cs6
    I installed photoshop here : C:\Program Files\Adobe\Adobe Dreamweaver CS6
    and my XManConfigfile
    <?xml version="1.0" encoding="UTF-8"?>
    <Configuration>
        <VariableForExMan>
            <Data key="$sharedextensionfolder">$shareddatafolder/Adobe/Dreamweaver CS6/$LOCALE/Configuration/Extensions</Data>
            <Data key="$dreamweaver">$installfolder</Data>
            <Data key="$dreamweaver/Configuration">$userdatafolder/Adobe/Dreamweaver CS6/$LOCALE/Configuration</Data>
            <Data key="$UserBinfolder">$userdatafolder/Adobe/Dreamweaver CS6/$LOCALE</Data>
            <Data key="NeedOperationNotification">true</Data>
            <Data key="QuitScript">dw.quitApplication()</Data>
            <Data key="SupportedInSuite">CS6</Data>
            <Data key="HostNameForCSXS">DRWV</Data>
            <Data key="ProductVersion">12.0</Data>
            <Data key="Bit">32</Data>
    <Data key="DefaultLocale">en_US</Data>
    </VariableForExMan> 
    </Configuration>
    Extension manager installed here : C:\Program Files\Adobe\Adobe Extension Manager CS6
    Photoshop Installed here: C:\Program Files\Adobe\Adobe Photoshop CS6
    and my XManConfigfile
    <?xml version="1.0" encoding="UTF-8"?>
    <Configuration>
        <VariableForExMan>
            <Data key="EmStorePath">$SharedRibsDataFolder/Adobe/Extension Manager</Data>
            <Data key="$photoshopappfolder">$installfolder</Data>
            <Data key="$pluginsfolder">$photoshopappfolder/Plug-Ins</Data>
            <Data key="$presetsfolder">$photoshopappfolder/Presets</Data>
            <Data key="$platform">Win</Data>
            <Data key="$actions">$presetsfolder/Actions</Data>
            <Data key="$blackandwhite">$presetsfolder/Black and White</Data>
            <Data key="$brushes">$presetsfolder/Brushes</Data>
            <Data key="$channelmixer">$presetsfolder/Channel Mixer</Data>
            <Data key="$colorbooks">$presetsfolder/Color Books</Data>
            <Data key="$colorrange">$presetsfolder/Color Range</Data>
            <Data key="$colorswatches">$presetsfolder/Color Swatches</Data>
            <Data key="$contours">$presetsfolder/Contours</Data>
            <Data key="$curves">$presetsfolder/Curves</Data>
            <Data key="$customshapes">$presetsfolder/Custom Shapes</Data>
            <Data key="$duotones">$presetsfolder/Duotones</Data>
            <Data key="$exposure">$presetsfolder/Exposure</Data>
            <Data key="$gradients">$presetsfolder/Gradients</Data>
            <Data key="$huesat">$presetsfolder/Hue Sat</Data>
            <Data key="$imagestatistics">$presetsfolder/Image Statistics</Data>
            <Data key="$keyboardshortcuts">$presetsfolder/Keyboard Shortcuts</Data>
            <Data key="$layouts">$presetsfolder/Layouts</Data>
            <Data key="$lenscorrection">$presetsfolder/Lens Correction</Data>
            <Data key="$levels">$presetsfolder/Levels</Data>
            <Data key="$liquifymeshes">$presetsfolder/Liquify Meshes</Data>
            <Data key="$menucustomization">$presetsfolder/Menu Customization</Data>
            <Data key="$optimizedcolors">$presetsfolder/Optimized Colors</Data>
            <Data key="$optimizedoutputSettings">$presetsfolder/Optimized Output Settings</Data>
            <Data key="$optimizedsettings">$presetsfolder/Optimized Settings</Data>
            <Data key="$patterns">$presetsfolder/Patterns</Data>
            <Data key="$reducenoise">$presetsfolder/Reduce Noise</Data>
            <Data key="$replacecolor">$presetsfolder/Replace Color</Data>
            <Data key="$scripts">$presetsfolder/Scripts</Data>
            <Data key="$selectivecolor">$presetsfolder/Selective Color</Data>
            <Data key="$shadowhighlight">$presetsfolder/Shadow Highlight</Data>
            <Data key="$smartsharpen">$presetsfolder/Smart Sharpen</Data>
            <Data key="$styles">$presetsfolder/Styles</Data>
            <Data key="$textures">$presetsfolder/Textures</Data>
            <Data key="$tools">$presetsfolder/Tools</Data>
            <Data key="$variations">$presetsfolder/Variations</Data>
            <Data key="$webphotogallery">$presetsfolder/Web Photo Gallery</Data>
            <Data key="$workspaces">$presetsfolder/Workspaces</Data>
            <Data key="$zoomify">$presetsfolder/Zoomify</Data>
         <Data key="$hueandsaturation">$presetsfolder/Hue and Saturation</Data>
         <Data key="$lights">$presetsfolder/Lights</Data>
         <Data key="$materials">$presetsfolder/Materials</Data>
         <Data key="$meshes">$presetsfolder/Meshes</Data>
         <Data key="$rendersettings">$presetsfolder/Render Settings</Data>
         <Data key="$volumes">$presetsfolder/Volumes</Data>
         <Data key="$widgets">$presetsfolder/Widgets</Data>
            <Data key="$localesfolder">$photoshopappfolder/Locales</Data>
            <Data key="$additionalplugins">$localesfolder/$LOCALE/Additional Plug-ins</Data>
            <Data key="$additionalpresets">$localesfolder/$LOCALE/Additional Presets</Data>
            <Data key="$localeskeyboardshortcuts">$localesfolder/$LOCALE/Additional Presets/$platform/Keyboard Shortcuts</Data>
            <Data key="$localesmenucustomization">$localesfolder/$LOCALE/Additional Presets/$platform/Menu Customization</Data>
            <Data key="$localesworkspaces">$localesfolder/$LOCALE/Additional Presets/$platform/Workspaces</Data>
            <Data key="$automate">$pluginsfolder/Automate</Data>
            <Data key="$digimarc">$pluginsfolder/Digimarc</Data>
            <Data key="$displacementmaps">$pluginsfolder/Displacement Maps</Data>
            <Data key="$effects">$pluginsfolder/Effects</Data>
            <Data key="$extensions">$pluginsfolder/Extensions</Data>
            <Data key="$fileformats">$pluginsfolder/File Formats</Data>
            <Data key="$filters">$pluginsfolder/Filters</Data>
            <Data key="$imagestacks">$pluginsfolder/Image Stacks</Data>
            <Data key="$importexport">$pluginsfolder/Import-Export</Data>
            <Data key="$measurements">$pluginsfolder/Measurements</Data>
            <Data key="$panels">$pluginsfolder/Panels</Data>
            <Data key="$parser">$pluginsfolder/Parser</Data>
         <Data key="$3dengines">$pluginsfolder/3D Engines</Data>
            <Data key="$lightingstyles">$pluginsfolder/Filters/Lighting Styles</Data>
            <Data key="$matlab">$photoshopappfolder/MATLAB</Data>
            <Data key="UserExtensionFolder">$photoshopappfolder</Data>
            <Data key="$photoshop">$UserDataFolder/Adobe/Adobe Photoshop CS6/Configuration</Data>
            <Data key="DisplayName">Photoshop CS6 32</Data>
            <Data key="ProductName">Photoshop32</Data>
            <Data key="FamilyName">Photoshop</Data>
            <Data key="ProductVersion">13.0</Data>
            <Data key="IconPath">Configuration/PS_exman_24px.png</Data>
            <Data key="SupportedInSuite">CS6</Data>
            <Data key="HostNameForCSXS">PHSP</Data>
            <Data key="Bit">32</Data>
        </VariableForExMan> 
    </Configuration>
                                                                        Please someone help me i cant install any photoshop extension because of this issue,,,

    Waiting for your reply ...thanks
    Here is the results
    I installed photoshopcs6 illustrator cs6 dreamweaver cs6 illustrator cs6 in the system , But nothing seems
    Result: BridgeTalk Diagnostics
      Info:
      Name = estoolkit-3.8
      Status = PUMPING
      Path
      Version = 2.0
      Build = ES 4.2.12
      Next serial number = 40
      Logging: = OFF
      Now = 15:55:49
      Messages:
      Message Version = 2.05
      Authentication = ON
      Digest = ON
      Thread: estoolkit-3.8#thread
      Avg. pump interval = 55ms
      Last pump = 62ms ago
      Ping: 7
      ECHO_REQUEST: ECHO_RESPONSE
      Timeout = undefined
      Handler = undefined
      STATUS: PUMPING
      Timeout = undefined
      Handler = undefined
      MAIN: MAIN
      Timeout = undefined
      Handler = installed
      LAUNCHED: LAUNCHED
      Timeout = undefined
      Handler = installed
      DIAGNOSTICS: DIAGNOSTICS
      Timeout = undefined
      Handler = installed
      INFO: INFO
      Timeout = undefined
      Handler = installed
      SETUPTIME: thread=0ms, left=16ms
      Timeout = undefined
      Handler = undefined
      Instances: 3
      estoolkit-3.8#dbg:
      msg[15:55:49]: 00000035
      @BT>Version = 2.05
      Target = estoolkit-3.8#dbg
      Sender = estoolkit-3.8#dbg
      Sender-ID = localhost:win3788
      Timeout = 15:55:50
      Type = Ignore
      Response-Request = Timeout
      Headers = (no headers)
      Timestamp = 15:55:49
      Serial-Number = 35
      Received = undefined
      Result = undefined
      Error = undefined
      Body = (empty)
      Incoming: 1
      Outgoing: 0
      Handler: 9
      ExtendScript = for all messages
      Error = for only msg #25
      Error = for only msg #27
      Error = for only msg #31
      Result = for only msg #35
      Error = for only msg #35
      Timeout = for only msg #35
      Result = for only msg #37
      Error = for only msg #37
      estoolkit-3.8#estk:
      msg[15:55:49]: 00000037
      @BT>Version = 2.05
      Target = estoolkit-3.8#estk
      Sender = estoolkit-3.8#dbg
      Sender-ID = localhost:win3788
      Timeout = 16:05:49
      Type = Debug
      Response-Request = Result Error
      Headers = (no headers)
      Timestamp = 15:55:49
      Serial-Number = 37
      Received = undefined
      Result = undefined
      Error = undefined
      Body: 107 bytes
      Text = <get-properties engine="main" object="$.global" exclude="undefined,builtin,prototype" all="true" max="20"/>
      Incoming: 1
      Outgoing: 0
      Handler: 1
      ExtendScript = for all messages
      estoolkit-3.8: (main)
      Incoming: 0
      Outgoing: 0
      Handler: 1
      ExtendScript = for all messages
      Targets: 1
      Connector = PCD
      Installed: 0
      Running: 0
      exman-6.0:
      Path = C:\Program Files\Adobe\Adobe Extension Manager CS6\Adobe Extension Manager CS6.exe
      Display Name = Adobe Extension Manager CS6
      MsgAuthentication = ON
      MsgDigest = ON
      ESTK = OFF
      BundleID = com.adobe.exman
      Status = (not running)
      ExeName = Adobe Extension Manager CS6.exe
      Installed: 1
      Running: 0
      Groups = (no groups defined)

  • T400 - Accidentaly formatted the disk 1 (IMD-0) partition in disk management - Help Needed

    Hello,
    Initially when I re-formatted my computer to get rid of the factory image, I found that there was a hidden partition of 1.37GB which I could not touch, meaning i could not delete. I ignored it at that time and formatted my computer and reinstalled vista business on it using the license i got from lenovo. Now after some days, I was kind of getting concerned as to what exactly was the 1.37Gb partition on my computer. I guess I was getting worried as to why I was not able to reclaim that space for normal use. Today, I tried to reclaim it, by deleting the volume, thinking it should merge into the unallocated space, that I have on my primary hard drive. But it did not. However, what happened was that this space of 1.37GB did start showing up on My Computer, once I formatted it using NTFS. I then checked its properties in My Computer and it had an option of readyboost. I selected the option which says use this disk for readyboost, and immediately in no time, the disk was full with on 68MB remaining as free space. It also has an icon of readyboost in the drive, when I double-click it. This is when I figured that this space could be on a separate physical disk. I did some research and found out that this drive or device or chip, is listed as Disk-1 in disk management and as IMD-0 under Disk Drives in Device Manager. I googled about it, and found that it was related to the turbo memory. Now, I believe that turbo memory would be a separate flash chip, which would be hardwired to function in a particular way (enabling boosting speeds), and that it would be non-accessible to users from within windows for formatting or doing anything else. Hence, I also believe that the space which I reclaimed, is existing on my primary 320GB hard drive and is used in addition to the turbo memory, as a  cache, to boost speeds. However, since I do not understand the turbo memory concept very well, I would really appreciate if someone could explain how the turbo memory works, i.e. including IMD-0 and all that. And the main help I need is on how to hide the 1.37GB partition again, and put it in a format that it was earlier in, and usable for turbo memory. At present I do not know if it is being used by turbo memory or not, but below is the current status of the turbo memory:
    1. In Device manager, under disk drives, IMD-0 shows up, and in properties it just says device type -- disk drive. Now I read somewhere that it should say NVCACHE, but it does not say that on my pc, under any tabs of the properties of IMD-0. Can someone help me putting it back there.
    2. Under Disk Management, it says Local Disk H:, 1.37GB NTFS, Healthy (Active, Primary Partition). I don't exactly remember, but I guess prior to me formatting it, it said unallocated. Help needed here too.
    3. In the Turbo memory controller, it says Windows readyboot enabled, Windows Readydrive enabled, 2GB
    and below that I have checkboxes for enabling windows readyboost and readydrive checked.
    So guys, can please anyone help me in re-hiding the 1.37GB partition and making it in the state it was before.
    Thanks a lot for your help.

    Hi Eric,
    Please refer the following HP article to expand your array , refer the TechNet article to expand your drive:
    HP Proliant Servers - How to Expand an Array and Extend the Logical Drive
    http://h20566.www2.hp.com/portal/site/hpsc/template.PAGE/public/psi/mostViewedDisplay/?javax.portlet.begCacheTok=com.vignette.cachetoken&javax.portlet.endCacheTok=com.vignette.cachetoken&javax.portlet.prp_efb5c0793523e51970c8fa22b053ce01=wsrp-navigationalState%3DdocId%253Demr_na-c03510253-1%257CdocLocale%253Den_US&javax.portlet.tpst=efb5c0793523e51970c8fa22b053ce01&sp4ts.oid=4231377&ac.admitted=1411638027623.876444892.199480143
    TechNet article:
    Extend System/Boot Volume on Windows Server 2008/ Windows Vista/Win7 Beta
    http://blogs.technet.com/b/mghazai/archive/2009/02/24/extend-system-boot-volume-on-windows-server-2008-windows-vista-win7-beta.aspx
    Extend a simple or spanned volume
    http://technet.microsoft.com/en-us/library/cc776741.aspx
    I’m glad to be of help to you!
    *** This response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control
    these sites and has not tested any software or information found on these sites; therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. There are inherent dangers in the
    use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet. ***
    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.

Maybe you are looking for

  • HP LaserJet 2100M - Can I Use w/New MacBook

    I have a LaserJet 2100M postscript printer...it has a Mac Serial Printer port (I previously used it as local talk connection to my G3 PowerBook) and a Parallel Port. There is no USB port on the printer. Can anyone give me an idea if I could use this

  • How to create a new custom tag in JSF 1.2

    Hi there, In JSF 1.2, all the classes (CommandButtonTag, CommandLinkTag, DataTableTag,...) in package com.sun.faces.taglib.html_basic are defined as final class. In JSF 1.1, we can create a custom tag that extends the tag in JSF taglib; it save us lo

  • N97 mini sucks

    I bought N97 mini couple of weeks back. I had battery backup problem. Approched Nokia care,  they updated software. From then it became worst. Battery backup problem is not solved and phone goes offline/swiches off suddenly. N97mini really sucks....

  • Can´t play You Tube Videos, "an error occurred, please try again later"

    Hi, Can someone help me? I can't play youtube videos this message comes aout "an error occurred, please try again later". I already installed the flash update... Thanks

  • CS6 Envelope Distort Warp - PMS color problem

    Hi Everyone! Massive issue here. We're using Envelope Distort > Warp to create packaging to fit a curved dieline. The image used for the background includes a Pantone PMS who's values are changing at the Warp stage. The image after warping appears li