OAS - Weblogic Migration

Hi
Now we have below applications running in OAS.
1) Apex applications with reports
2) Forms applications
We want to migrate to Web Logic or Oracle Web Tier.
1) We can migrate apex applications to Oracle Web Tier, But If we want to run reports Is there any plugin to run reports. With weblogic we can install forms and reports, but without weblogic is there any option to run reports just with Oracle Web Tier with any other plugins/utilities.
2) If the above option does not work then we need to use Web Logic, With forms and reports plugins we can run these applications but how to run the Apex applications in Web Logic?
3) We have forms in OAS where we call one form directly and this form will call other forms during working with the application.How to migrate this application to weblogic. Is this need to be deployed as an application...
Can you pls let me know the best option to run all these application in the latest versions.
Thanks in Advance.
Sree

Hi Stoigniew Sztank,
I am working on migrating Enterpirse application developed using Struts, Ejb2.0, JMS. Its been deployed on OAS 10G and Websphere, but I need to deploy the application on Weblogic 10.3. It seems you have migrated a J2ee application from OAS 10G to Weblogic 10.3. Please can you list me the steps that you followed to migrate the application.
As per my understanding follwing things needsto be taken care of:-
1) Weblogic Descriptor files:
1.1 Weblogic.xml:- we added security roles and ejb-reference-description for the ejbs.
1.2 Weblogic-ejb-jar.xml for all the ejbs used in the application.
1.3 Weblogic-application.xml
1.4 Resource Adapter
2) JMS queue set up
3) JDBC set up
It would be a great help if you can let me know what are the steps to migrate the application.
Thanks and Regards
Deepak Dani

Similar Messages

  • Weblogic migration: 8.1.6 to 10.3 - Recommendations

    Hi all,
    We are starting an analyze to weblogic migration from 8.1.6 to 10.3. There are many web applications, ejb modules, data sources and connection pools deployed. I´d like to receive from you the main points that I have to consider prior to migrate the server and redeploy the components.
    Initially I think I need to recompile the source codes using the 10.3 weblogic api.
    Thanks in advance.

    Please follow the below upgrade guide for weblogic server 10.3: http://download.oracle.com/docs/cd/E12840_01/wls/docs103/upgrade/index.html
    If you face any issues in upgradation process, please post it here.
    Regards,
    RC2
    http://crkthoughts.blogspot.com

  • Weblogic Migration, JDBC doesn't support XA issue

    We are doing Weblogic Migration from WLS10.3.2 to WLS10.3.6 and Java from jdk1.6.0_26 to jdk1.7.0_07
    we are facing the following error for two modules which sends email but few other modules sending email are working fine :
    javax.transaction.xa.XAException: JDBC driver does not support XA, hence cannot be a participant in two-phase commit. To force this participation, set the GlobalTransactionsProtocol attribute to LoggingLastResource (recommended) or EmulateTwoPhaseCommit for the Data Source = ABATDataSource
    *[Wed Apr 10 08:40:03.069,<gzd4qc>] DEBUG (WorkRequestServiceImpl:sentEmailNotification) - Remote Exception occurred : javax.transaction.TransactionRolledbackException: BEA1-0020971AAD25AA29B1E3: javax.transaction.xa.XAException: JDBC driver does not support XA, hence cannot be a participant in two-phase commit. To force this participation, set the GlobalTransactionsProtocol attribute to LoggingLastResource (recommended) or EmulateTwoPhaseCommit for the Data Source = ABATDataSource*
    In Weblogic10.3.6, if we change the Datasource --> Transaction from one-phase commit to Logging Last Resource,
    this issue is getting resolved.
    But all the modules were working fine with one-phase commit in Weblogic10.3.2
    Could you kindly help us to fix this issue and problem in migration.

    Hi Joe,
    We have changed the driver to XA ( Oracle's Driver (Thin XA) for instance connections; Versions:9.0.1 and later )
    and we are getting the below issue in below case
    CASE:
    I will start a transaction and it gets connected to the Database through
    the datasource in weblogic server and then it updates the data into the database which was given from the screen
    Issue:
    Caused by: java.sql.SQLException: Connection closed
    at weblogic.jdbc.wrapper.JTAConnection.getXAConn(JTAConnection.java:213)
    at weblogic.jdbc.wrapper.JTAConnection.checkConnection(JTAConnection.java:84)
    at weblogic.jdbc.wrapper.ResultSetMetaData.preInvocationHandler(ResultSetMetaData.java:61)
    at weblogic.jdbc.wrapper.ResultSetMetaData_oracle_jdbc_driver_OracleResultSetMetaData.getColumnCount(Unknown Source)
    Hence i think i cannot go for XA driver....
    It is working for Non XA driver with Logging Last Resource
    As per your note
    Logging Last Resource is an excellent way to engage one non-XA
    resource in a global transaction, with complete safety. The LLR resource is used for logging the
    XA transaction, and is committed as the first part of the second phase of the commit. As such it
    can be managed XA-wise whether that succeeds or fails.
    Can i keep as LLR itself
    Will there be any impact for my applications for below transaction scenarios ?
    One case
    I will start a transaction and it gets connected to the Database through
    the datasource in weblogic server and then it updates the data into the database which was given from the screen
    Another case
    I will start a transaction and it gets connected to the Database(2) through the datasource(2) in weblogic server and it
    reads the data from database(2) and then it updates the data(which was read) into database(1)
    I am also using EJB 3.0 version ( transaction-type - Container and Bean. Session-type - Stateless )
    Note the changes
    Previous Datasources details
    X datasource points to a my db - Non XA driver with one phase commit
    Y datasource points to a other db - Non XA driver with one phase commit
    Issue :
    javax.transaction.xa.XAException: JDBC driver does not support XA, hence cannot be a participant in two-phase commit. To force this participation, set the GlobalTransactionsProtocol attribute to LoggingLastResource (recommended) or EmulateTwoPhaseCommit for the Data Source = ABATDataSource
    [Wed Apr 10 08:40:03.069,<gzd4qc>] DEBUG (WorkRequestServiceImpl:sentEmailNotification) - Remote Exception occurred : javax.transaction.TransactionRolledbackException: BEA1-0020971AAD25AA29B1E3: javax.transaction.xa.XAException: JDBC driver does not support XA, hence cannot be a participant in two-phase commit. To force this participation, set the GlobalTransactionsProtocol attribute to LoggingLastResource (recommended) or EmulateTwoPhaseCommit for the Data Source = ABATDataSource
    Changed Datasources details
    X datasource points to a my db - Non XA driver with LLR
    Y datasource points to a other db - Non XA driver with one phase commit
    Working
    Can you please provide ur advise . thanks
    Thanks and Regards
    K.Vickram

  • OAS - WebLogic

    Hi
    Now we have below applications running in OAS.
    1) Apex applications with reports
    2) Forms applications
    We want to migrate to Web Logic or Oracle Web Tier.
    1) We can migrate apex applications to Oracle Web Tier, But If we want to run reports Is there any plugin to run reports. With weblogic we can install forms and reports, but without weblogic is there any option to run reports just with Oracle Web Tier with any other plugins/utilities.
    2) If the above option does not work then we need to use Web Logic, With forms and reports plugins we can run these applications but how to run the Apex applications in Web Logic?
    3) We have forms in OAS where we call one form directly and this form will call other forms during working with the application.How to migrate this application to weblogic. Is this need to be deployed as an application...
    Can you pls let me know the best option to run all these application in the latest versions.
    Thanks in Advance.
    Sree

    I'd like to know the advantages one has over the other. Like what WebLogic does well that OAS does not and what OAS does well that WebLogic does not. or maybe they're both the same. It's a little confusing since Oracle kept both of them around.

  • Websphere to Weblogic Migration

    Hi,
    I am looking for some guidelines and document which can provide adequate information on doing the J2EE Application Migration from Websphere Application Server 6.1.x to Weblogic 10.x version.
    Thanks in Advance
    Sachin

    Guys:
    The link provided caters to Websphere Studio to WebLogic 8.1. My requirement is migration from WebSphere 5.x to WebLogic. My current architecture is as follows:
    1. Front End: JSP (Ver 1.2), XSL, XML
    2. Middle Layer: EJB (EJB Ver 2.0) (Stateless Session Beans) (Deployed in IBM WebSphere 5.0)
    3. RDBMS: Oracle 9i Enterprise Edition - Release 2.
    4. Modal View Controller architecture (MVC)
    5. Number of JAR files: 137
    6. One WAR File
    7. Appserver OS: W2K.
    All the files needs to be migrated to WebLogic 8.1 including the deployment descriptor.
    Is there any tool for this conversion? Any white paper, proof of concept, document on steps, approach, risks, mitigation,etc will be helpful.
    Thanks in anticipation
    Best Regards
    Pichu
    [email protected]
    Refer to
    http://www-106.ibm.com/developerworks/websphere/librar
    y/techarticles/0311_chaland/chaland.html
    "Stephen New" <[email protected]> wrote:
    Hi,
    Does anyone know of any articles/papers aboutmigrating a J2EE application
    from
    IBM's WebSphere to BEA WebLogic Server?
    I am currently doing a migration from WebSphere 4.xto WebLogic Server
    8.1 and
    am hoping to learn from other people's experiences.
    Thanks,
    Stephen.

  • Weblogic Migration /  orion-ejb-jar.xml

    What is the best way to create the orion-ejb-jar.xml when migrating from Weblogic? This could be a utility that converts the weblogic deployment descriptors or a tool that helps me quickly create a new orion-ejb-jar.xml.
    I have quite a few so a manual process is less desirable.
    Thanks!

    Hi,
    Im not aware of any tool, but here's a whitepaper on switching from WL to 9iAS,
    http://otn.oracle.com/tech/migration/content.html
    http://otn.oracle.com/products/ias/pdf/weblogic_migration.pdf
    Hope this helps,
    Neelesh Shastry
    OTN Team @ IDC

  • SIM 13.2.3 Eclipse Workspace Debugger with OAS/Weblogic server fails

    Hi All,
    I have setup my eclipse workspace with the ORSIM 13.2.3 source code. Also, i have ORSIM 13.2.3 installed on both OAS 10.1.3.4 and Weblogic 10.3.3.0 . Both the application servers are running in Debug mode. I am able connect the remote java application to both the servers from eclipse.
    I have added a launcher in eclipse so that i can launch SIM 13.2.3 through eclipse.
    If i keep any breakpoints in the panel, model or ejbServices that debugger points to those breakpoints when the target reaches there. But the debugger fails to go to the Bean implementation or the server services classes.
    I have created 2 videos one of the debugger (http://youtu.be/1YkJA9gSvwk) and one of the eclipse workspace (http://youtu.be/CNDpvOU_PAE).
    Please let me know where i am going wrong. We need the debug to move uptp the server services classes and to the dao layer.
    Thanks in advance!!!!

    Hi,
    You can only track the debug control throughout the client side code till the remote method call to the server services. As the application is a distributed application, you can not track the server side components in debug mode. I think if you enable the server with configuration settings for remote debugging, you can do it so.
    Krishna Mohan

  • JDeveloper ADF OAS Aplication Migration to Glassfish, It´s possible?

    i want to do a migration from an JDeveloper ADF with OAS web app, to Glassfish server, this its posible?

    I doubt it, but I never tried.
    Timo

  • Weblogic migration from 6.1 to 8.1

    Hi
              Please help. I have already try all methods but still cannot find the way to solve this.
              I am migrating from Weblogic Server 6.1 to 8.1. I faced a problem of the textbox displaying a NULL value. This is because of the declaration in the JSP where the code is like below:
              <b>String sVariable = null;</b>
              Instead of changing the above code to an empty String like below:
              <b>String sVariable = "";</b>
              I am writing a filter that will intercept the response in order to replace all occurrences of the text "VALUENULL" to "VALUE=""" .
              I have already created a HTTPServletResponseWrapper and the filter works well if it is only replacing the text. But the problem is mine is a web application so there is definitely images like gif files, etc.... and it will result in the images cannot be displayed correctly.
              What is the problem in my codes below and what do I need to do to render the images correctly?
              public void doFilter(final ServletRequest request, final ServletResponse response, FilterChain chain) throws IOException, ServletException {       
              OutputStream out = response.getOutputStream();
              GenericResponseWrapper wrapper = new GenericResponseWrapper((HttpServletResponse) response);
              chain.doFilter(request, wrapper);
              String sResponse=new String(wrapper.getData()).replaceAll("value=NULL", "value=\"\"");
              response.setContentLength(sResponse.getBytes().length);
              out.write(sResponse.getBytes());
              out.close();
              Thanks so much for your help.
              Regards
              Glnnca

    Hi,
              To know more about migration from 6.1 to 8.1
              click
              Prasanna Yalam

  • JBoss to WebLogic Migration (Security)

    I'm completely new to WebLogic (and really AS administration in general) and am attempting to migrate a JBoss application over to WLS 10.3. I'm to the point where I'm successfully deploying the application, which is an ear containing a war and ejb jar. "Successfully deploying" translates to setting up the required datasources, adding the required descriptors to the ejb (weblogic-cmp-rdbms-jar.xml and weblogic-ejb-jar.xml), installing it without errors via the admin console, and successfully hitting the URL and pulling up a login prompt.
    I've been studying the WebLogic security configuration and am getting a bit lost in all of the users, roles, policies, groups, authentication providers, authorization providers, adjudication providers, etc. In JBoss, we were using a DBMS based authentication scheme. This was done by simply adding the following to login-config.xml
    <application-policy name = "myauth">
      <authentication>
         <login-module code = "org.jboss.security.auth.spi.DatabaseServerLoginModule" flag = "required">
              <module-option name = "dsJndiName">java:SomeDS</module-option>
              <module-option name = "unauthenticatedIdentity">guest</module-option>
              <module-option name = "principalsQuery">select userpassword, user_id from usertable where userlogin=?</module-option>
              <module-option name = "rolesQuery">select rolename, 'Roles' from userrolestable where userlogin=?</module-option>
         </login-module>
      </authentication>
    </application-policy>and a security-domain tag in the jboss-web.xml descriptor. On the WebLogic side, I've added the following to config.xml:
    <sec:authentication-provider xsi:type="wls:read-only-sql-authenticatorType">
         <sec:name>ROSQLAuth</sec:name>
         <sec:control-flag>SUFFICIENT</sec:control-flag>
         <wls:enable-group-membership-lookup-hierarchy-caching>false</wls:enable-group-membership-lookup-hierarchy-caching>
         <wls:data-source-name>SomeDS</wls:data-source-name>
         <wls:plaintext-passwords-enabled>true</wls:plaintext-passwords-enabled>
         <wls:descriptions-supported>false</wls:descriptions-supported>
         <wls:sql-get-users-password>select userpassword from usertable where userlogin=?</wls:sql-get-users-password>
         <wls:sql-user-exists>select userlogin from usertable where userlogin=?</wls:sql-user-exists>
         <wls:sql-list-member-groups>select rolename from userrolestable where userlogin = ?</wls:sql-list-member-groups>
         <wls:sql-list-users>select userlogin from usertable where userlogin like ?</wls:sql-list-users>
         <wls:sql-get-user-description>select description from usertable where userlogin = ?</wls:sql-get-user-description>
         <wls:sql-list-groups>select rolename from usertable where rolename like ?</wls:sql-list-groups>
         <wls:sql-group-exists>select rolename from userrolestable where rolename = ?</wls:sql-group-exists>
         <wls:sql-is-member>select userlogin from userrolestable where rolename = ? and userlogin = ?</wls:sql-is-member>
         <wls:sql-get-group-description>select rolename from userrolestable where userlogin = ?</wls:sql-get-group-description>
    </sec:authentication-provider>Which seems to be partially effective in that I can see the correct users under the "Users and Groups" tab in the security realm. However, obviously my app isn't referencing this because I haven't told it to.
    So - on to my question - what do I need to do to have my application reference this security configuration? I'm assuming I'm missing something in the descriptors, and potentially some association between the various "providers". Any help would be great, even if you can just point me to the correct subset of the security documentation.
    Thanks!
    Mike

    You'll have to forgive me as I'm a bit out of my normal realm here, but if the security model is in place and working on JBoss and OC4J, shouldn't it work without any additional code in WL?
    I was under the impression it was all standard J2EE JAAS and just required some finagling of the descriptors. For instance, in addition to the weblogic-cmp-rdbms-jar.xml and weblogic-ejb-jar.xml descriptors I added to the EJB, it looks like I'll also have to add weblogic.xml and weblogic-application.xml to my web app.
    What I get confused on, though, is how to manage the roles and groups between my app, the read only sql auth/database, and the servers role/group configuration.
    Thanks!
    Mike
    Edited by: mwc on Dec 24, 2008 7:16 AM

  • Atg to weblogic migration

    Hi
    I am trying to migrate a set of applications in ATG 5.1 to weblogic 8.1.
    I am trying to work out if the tags in ATG work in weblogic as well when the dynamo tag libraries are properly set in the lib folder.
    A simple index.jsp with code like below
    <%@ taglib uri="/dspTaglib" prefix="wl" %>
    <wl:page>
    </wl:page>
    is giving me the following error. Can anybody tell me where I am going wrong..?
    Thnx siva
    java.lang.NullPointerException
         at java.util.Hashtable.get(Hashtable.java:329)
         at atg.servlet.NameContextManager.getSessionManager(NameContextManager.java:673)
         at atg.servlet.NameContextManager.getSessionManager(NameContextManager.java:644)
         at atg.servlet.ServletUtil.getSessionManager(ServletUtil.java:460)
         at atg.servlet.NameContextManager.setTrackingAttributes(NameContextManager.java:560)
         at atg.servlet.NameContextManager.initializeSessionNameContext(NameContextManager.java:458)
         at atg.taglib.dspjsp.Utils.checkParentSessionNameContext(Utils.java:441)
         at atg.taglib.dspjsp.PageTag.doStartTag(PageTag.java:309)
         at jsp_servlet.__index._jspService(__index.java:141)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:446)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6350)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)

    Hi
    If your applications was written using J2EE standars there are no issues
    The only thing you must rememeber is that any app server has a specific classloader. Then, you must package your apps according this.
    Jin

  • Diferences between OAS & WebLogic

    Whats the diference between OAS and WebLogic? I'm DBA and never pay attention about this products.
    Thanks.

    I'd like to know the advantages one has over the other. Like what WebLogic does well that OAS does not and what OAS does well that WebLogic does not. or maybe they're both the same. It's a little confusing since Oracle kept both of them around.

  • Upgrade from OAS to weblogic server - Oracle reports impact

    Hi Team,
    We have quite lot reports are created in oracle reports 10g and used in production environment. We have plan to upgrade systems and i would like to know the impact in reports which are created using oracle reports 10g.
    Currently, we are using
    Oracle Database 10g
    Oracle reports 10g
    OAS 10g
    and we are planning to migrate to
    Oracle Database 11g
    OAS -- > Weblogic application server.
    Will my existing reports work in weblogic application server without any change? OR Do i need to change the existing reports.
    Could somebody help me on this.
    Thanks,
    iqbal.

    Let me tell you, brother, it can be a real headache, starting with the upgrade process.
    For example, I've Got x86 Solaris running on an old Dell box. Created a Boot Environment for my existing setup.
    Now I'm trying to clone the Boot Environment so that I can do the Live Upgrade. However I'm getting an error when I use the lucreate command.
    "# ls
    TT_DB data format.dat mnt proc usr
    bin dev home net rmdisk var
    boot devices kernel nsmail sbin vol
    cdrom etc lib opt test.txt~ xfn
    core export lost+found platform tmp
    # lucreate -n "solenv2" -m /:/dev/dsk/c0d0s3:ufs
    Discovering physical storage devices
    Discovering logical storage devices
    Cross referencing storage devices with boot environment configurations
    Determining types of file systems supported
    Validating file system requests
    Preparing logical storage devices
    Preparing physical storage devices
    Configuring physical storage devices
    Configuring logical storage devices
    Analyzing system configuration.
    Comparing source boot environment <solenv1> file systems with the file
    system(s) you specified for the new boot environment. Determining which
    file systems should be in the new boot environment.
    Updating boot environment description database on all BEs.
    Searching /dev for possible boot environment filesystem devices
    Template entry /:/dev/dsk/c0d0s3:ufs skipped.
    luconfig: ERROR: Template filesystem definition failed for /, all devices are not applicable..
    ERROR: Configuration of boot environment failed.
    # lustatus
    Boot Environment Is Active Active Can Copy
    Name Complete Now On Reboot Delete Status
    solenv1 yes yes yes no -
    I presume I need to get a slice ready for the utility because the utility is not smart enough to really do any slicing itself.
    Any ideas?

  • MIgrating to weblogic 10

    Hi,
    As part of weblogic migration from weblogic 6.1sp3 to weblogic 10.
    an application which containsa servlet is deployed as a war file. There is client executable invoking this servlet from client PC. Presently this is working fine in weblogic 6.1 sp3.
    Now we are trying to migrate this to weblogic 10. we deployed the war file as it is to weblogic 10. but when we try to invoke the servlet from the client executable, its not even reaching the servlet.
    Note: client exe is trying to execute the servlet on host name and port basis.
    we dont have the source code of the client executable..
    We also tried to deploy the same in weblogic 8.1 and its working file. But we are facing probelm while deploying in weblogic 9.x and 10.x.
    Are there any special security that should be taken care in new versions i.e., 9.x,10.x when compared to before versions in case of web application(warfile) deployment.
    ANyone please help. Iam not getting any suggestions from this forum. I dont know Y.
    Please let me know if any one need more info abt this.
    Thanks in advance.

    Can you try to set EnforceStrictURLPattern flag to false? you can refer to http://e-docs.bea.com/wls/docs90/ConsoleHelp/taskhelp/security/SetEnforceURLPatternDefault.html
              -Steven

  • OIM 9102 BP12 Migration from WebSphere 6.1 to Weblogic 10.3

    Hello,
    We're planning to move(9102BP12) from WebSphere6.1 to Weblogic10.3.
    I found Oracle metalink which says -
    ================================================
    JDK Migration restriction:
    You can only migrate to JDKs that falls with in the same groupings.
    Group 1: Sun JDK, Oracle JRockit, HP JDK
    Group 2: IBM JDK.
    Example: If you are running OC4J using Sun JDK then you can migrate to Oracle WebLogic Server using Sun JDK, Oracle JRockit or HP JDK. However, you can't migrate to IBM JDK.
    ==============================================
    This is because the data in the OIM schema is encrypted using the IBM's encryption libraries which are not available for Sun JDK. What i understand is that the IT resource configuration details are encrypted with installed JDK. However, if we re-configure the IT resource with Weblogic setup (after installing oim on Weblogic poining to the existing database), we could proceed with this migration.
    Has anyone executed Websphere to Weblogic migration before for OIM? Any input will help.
    Thanks,

    Sorry for the delay as I got busy with my current project. Here are the answers to your questions.
    1) If i install WLS point to existing OIMDB, do i necessarily need to copy old .databasekey from WAS environment?
    <Abhi>: Yes, you will have to copy these files to the WLS environment.
    2) During WLS install, it'll ask for xelsysadm password. Will this password overrides to existing one in OIM DB? And later on when i'll try to login to OIM-WLS using this password, will that work?
    <Abhi>: Yes, but are you planning to have different passwords. The xelsysadm password is stored in OIM database. So if you update it, it will reflect in all the OIM middle-tier instances attached to this database.
    How about handling the encrypted values in WLS environment:
    (1) IT resource params - reconfigure them after migration - through design console in Weblogic environment
    <Abhi>: Yes. you may have to review the values in the IT resource params and the other atrifacts as RO, process forms etc. But most of the work will be done by the deployment manager export/import functionality.
    (2) User password and security Q&A - We're using SSO to login to OIM, so not a concern
    <Abhi>: You are good with this.
    (3) UDF encrypted attribute - After doing the migration, if we run the user trusted recon 1 more time.. then all the user attrs values would be overriden (including encrytped UDF).
    <Abhi>: If there is an encrypted UDF field, you will have to take care of this manually. BTW, is this field encrypted on the OIM side as well as the application side.
    (4) Encrypted object/process forms - i've pending task to analyze if we've any such attrs(process form encrypted 'password' to target(e.g. AD) - i could think of such cases)
    <Abhi>: If there is something like this, you will have to take care of this manually. Check the possibility of writing a custom code to go thru the OIM users and dump the decrypted data in some file. Later you can update the selective user data in the new environment
    Did you follow the similar process? What issues did you face because of the IBM to SUN JDK use?
    <Abhi>: Yes, I followed the same steps and did not faced much issues. It was pretty straight-forward. Just make sure that the export/import using Deployment manager is successful.
    Please let me know if you have more questions.

Maybe you are looking for

  • Connecting Mid 2012 MBPro to External Monitor

    I've recently purchased a Mini Display Port to Display Port cable to connect my Mid 2012 MacBook Pro (Non Retina) to a 23" Asus PA238Q IPS Monitor, when I connect it It displays an image ok, it sometimes flickers but the main problem is it won't disp

  • New to Mac....Help. Mail app on ~Dock does not open

    I have had my mac for over a year and mail has been great. I have a mac desktop g5. Clicking mail on the dock and I can read my messages easily. Now i have to go to .mac to get my mail. Its all a blank screen and these rainbow wheel is driving me nut

  • Multiple pricing for 1 material

    Dear All, We are implementing SAP at a leading pesticide industry.  They have a very complex pricing structure.  They have over 40 different pricing policies for 1 product. Their pricing policies consist of all the basic info e.g., MRP price, invoice

  • SMD Agent doesn't work

    Hello, I have been trying to install SMD Agent in my BI system but Solution Manager can't check it, this is the message in Solman_setup Wilyhost Agent configuration finished without errors, but on Enterprise Manager (sapl917.intra.banesco.com:6001) n

  • Can't download apps on creative cloud

    i've downloaded the trial version for now, i'm trying to download the trial version apps on creative cloud but everytime i click "download", it just sits on the load page and doesn't do anything. i've tried closing the browser, restarting my laptop.