Cloning a production OIM to Development

Hi All,
How would one go about cloning a production OIM to Development.
we run MS-SQL Server if that makes a difference.
Thanx
Fred

After completing the base installation of OIM I took an export of the OIM schema.
We did some configurations, ran into some issues and wanted to revert to the original schema.
I did the following
./opmnctl stopall to stop all AS activity
drop user OIM cascade;
created user OIM (same password, same privileges)
imported the export
Checked with XIMDD to verify database connectivity.
However, when I try an login to xlWebApp I get the following error
ERROR,09 Dec 2008 12:20:21,363,[XELLERATE.DATABASE],Class/Method: DirectDB/getConnection encounter some problems: Error while retrieving database connection.Please check for the follwoing
Database srever is running.
Datasource configuration settings are correct.
ERROR,09 Dec 2008 12:20:21,363,[XELLERATE.DATABASE],Class/Method: tcServerProperties/initServerProperties encounter some problems: {1}
java.lang.NullPointerException
XIMDD reports
User has the required roles and privileges.
JVM is enabled.
The current Java pool size (64 MB) satisfies the recommended minimum of 60 MB.
XA support is enabled.
QUERY_REWRITE_ENABLED and QUERY_REWRITE_INTEGRITY parameters have been set.
Oracle Version:
     Oracle Database 10g Enterprise Edition Release 10.1.0.5.0 - Prod
     PL/SQL Release 10.1.0.5.0 - Production
     CORE     10.1.0.5.0     Production
     TNS for Linux: Version 10.1.0.5.0 - Production
     NLSRTL Version 10.1.0.5.0 - Production
and
A direct connection to the database has been established.
     JDBC URL: jdbc:oracle:thin:@localhost:1521:idm
     Database User name: OIM
     Database Driver: Oracle JDBC driver
A non-XA connection has been established to the database.
     JDBC URL: jdbc:oracle:thin:@localhost:1521:idm
     Database User name: OIM
     Database Driver: Oracle JDBC driver
A direct connection has been established to the database.
     However, the connection is unusable.
     Exception:java.sql.SQLException: Connection Cache with this Cache Name is Disabled
Any ideas? IMport and export aren't covered in the docs to reload.

Similar Messages

  • Cloning of production Database to Development

    We are planning to clone the development box same as the production box.
    After the cloning, do we have to change any setting or values or take care of any data dependencies?
    We are using Oracle Warehouse Builder (OWB).
    Cedric
    Edited by: user10950010 on Mar 30, 2009 1:35 PM

    metalink note id 434272.1 details what you have to do to update the service and metadata after cloning a 10.2 or 11g OWB installation, you can hack the node configuration directly but its better to use the supported scripts, I have had to drop and recreate locations occasionally
    Chris

  • Create development instance by cloning from Production instance

    Hi,
    There is a requirement for us in Oracle E-Business Suite.
    Our client wants to create development instance by cloning from Production instance, at the same time they donot want live data. Can anyone suggest in this regard.
    i.e After cloning Dev Instance from Production, no live data to be available in dev.
    Thanks

    Hi,
    Hi,
    There is a requirement for us in Oracle E-Business Suite.
    Our client wants to create development instance by cloning from Production instance, at the same time they donot want live data. Can anyone suggest in this >regard.
    i.e After cloning Dev Instance from Production, no live data to be available in dev.
    ThanksRefer very good post by Hussain and Helios on same topic:
    Scarmble data after clone
    Regards,
    X A H E E R

  • Facing issue after the the target instance is cloned from production

    Hi All ,
    We have an oracle configurator developer(source) and transaction instance(target) instances. The target instance is recently cloned from production.
    We have made the bom synch between the source and target instances. After making the BOM synch we have deleted all the publication data in cz_model_publications. create a new publication from source to target and published the data.
    After successful publication we have run the "Synchronize cloned target" concurrent program as well. Once we are trying to access configurator we are getting the below error . Please help me in resolving this issue as its a critical one in our project.
    Please let me know if you need more information.
    oracle.apps.cz.runtime.FatalException: Cannot find the rule with persistent id 917 in published ui 160068
    java.lang.RuntimeException: Cannot find the rule with persistent id 917 in published ui 160068
    at oracle.apps.cz.dio.rule.RuleController.getRuleByPersistentID(RuleController.java:735)
    at oracle.apps.cz.cio.RuntimeNode.getRuleByID(RuntimeNode.java:3877)
    at oracle.apps.cz.cio.RuntimeNode.isArgumentTypeCondition(RuntimeNode.java:3909)
    at oracle.apps.cz.service.DataRowFactory.populateUiExpressions(DataRowFactory.java:1681)
    at oracle.apps.cz.service.ConfiguratorService.fetchConfigStatus(ConfiguratorService.java:2375)
    at oracle.apps.cz.service.ConfiguratorService.processModelRequests(ConfiguratorService.java:1914)
    at oracle.apps.cz.service.ConfiguratorService.fetchModeldata(ConfiguratorService.java:1773)
    at oracle.apps.cz.service.ConfiguratorService.processMessage(ConfiguratorService.java:447)
    at oracle.apps.cz.service.ConfiguratorServiceLocal.onMessage(ConfiguratorServiceLocal.java:18)
    at oracle.apps.cz.runtime.PageController.postServiceMessage(PageController.java:535)
    at oracle.apps.cz.runtime.PageController.fetchModelData(PageController.java:707)
    at oracle.apps.cz.runtime.oa.server.CZApplicationModuleImpl.submitDataRequest(CZApplicationModuleImpl.java:954)
    at oracle.apps.cz.runtime.oa.webui.AbstractMainPageController.getModelData(AbstractMainPageController.java:547)
    at oracle.apps.cz.runtime.oa.webui.AbstractMainPageController.loadPageStructure(AbstractMainPageController.java:2313)
    at oracle.apps.cz.runtime.oa.webui.MainPageController.processRequest(MainPageController.java:65)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:587)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
    at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1136)
    at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
    at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
    at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
    at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2336)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1735)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:509)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:430)
    at oa_html._OA._jspService(_OA.java:84)
    at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
    at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
    at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
    at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
    at oracle.jsp.JspServlet.service(JspServlet.java:156)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
    at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
    at oa_html._RF._jspService(_RF.java:102)
    at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
    at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
    at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
    at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
    at oracle.jsp.JspServlet.service(JspServlet.java:156)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
    at org.apache.jserv.JServConnection.run(JServConnection.java:294)
    at java.lang.Thread.run(Thread.java:534)

    Try
    select * from cz_rules where rule_id = 917;
    IF the sql retrieves row then check the deleted_flag. it should be 0
    if sql retrieves 0 records, try to insert the following and commit;
    Insert into cz_rules ( rule_id , name , rule_type, disabled_flag, deleted_flag, rule_folder_id,
    effective_usage_mask, persistent_rule_id, seq_nbr, template_primitive_flag, presentation_flag, mutuable_flag, seeded_flag, ui_def_id)
    values ( 917, 'Configuration Session.isInSingleTransactionDrilldown', 33, 0, 0, 0,
    '0000000000000000', 917,0, 0,0,0,1,0);
    commit;

  • Transport Webi Reports and Web services as the backend of dashboards from BO Production to BO Development system

    Hello Experts,
    I am working on SAP BO 4.1. I have made several dashboards on top of web services ie;Web Service Method. I have 2 systems in BO ie; Development and Production Systems.The BW production system is connected to BO Development and Production both.
    The Webi reports are made on top of BI BEx Query. From the webi reports, BI Web Services are made on top of which the dashboards are made further.
    The Webi Reports, Web Services and the Dashboards everything is made directly in BO Production.
    My question is, Can I transport the Webi Reports and the Web Services from BO Production to BO Development?
    And If yes, will it have any other impact on webi reports, web services or dashboards?
    Thanks & Regards,
    Alfred Thomas

    Hi Gill,
    As per your reply,with the promotion managament i have make the web services again manually in Dev system...Right?
    Is there any way possible that i can transport the webservices and the webi reports usind Query AS A Web Service Designer. And if yes, through this QAAWS will the WSDL or the URL required for the web services in the connection button in dashboards will automatically updated or changed as per the Development System?
    But i am not able to enable the "Deploy to Other servers Option" in QAAWS.
    Can you please help?
    Regards,
    Alfred thomas

  • About ODMr for product design and development.

    how ODMr can be used to find patterns of desingers' behaviors when they create new design for a product?
    In general, designers tend to change their design to satisfy needs required by customers or technicians.
    Is ODMr able to find which design parameters are most contributive to the performance of a product?
    Is it ok to use Decision Tree if I have hypothesis space for desing parameters and training data?
    I want to use ODMr to improve R&D process.
    But I'm sure it is a smart way to use ODMr for product design and development.
    If anyone has good idea or other algorithm available for that field, please let me know~~
    Have fun~!

    I would think if you are going to run both of those programs at the same time, or even one at a time, a system with discrete graphic would be a better fit for you.
    The next question is if you are doing web design do you really need a retina display. At this time only apple has them so everyother computer viewing your web designs wouldn't see the difference, if there is any to begin with.

  • Migrating of Application from Production back to Development

    I have a hopefully quick question regarding the migration of an application from current production back to development. I have an application that was created in development and then migrated to production successfully. During the budget cycle, we made quite a few changes in the production application, but not the development application due to time constraints. I would like to keep the application that's currently in development as is and then copy the production application back over to development.
    If the apps are the same name, what would be the best practice? Duplicate the current dev app as a new app, rename it and then migrate the prod app over to dev?
    Thanks!

    If you want to keep your existing dev app in its current state then you could copy it over to a new app, then copy your prod back to dev, the choice is really yours.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • When is Cloning the DB required in Development environment?

    I have worked for DEV, QA teams, but they only need Schema refereshes(expdp/impdp). In OTN I always read threads about DB cloning for Development teams . When is a DB cloning actually needed for Development teams?

    It's needed when you want to ensure that you have an exact copy, both physical and logical, of an environment. This is good for development environments because it provides more assurance that performance in development will accurately reflect performance in production.

  • Cloning Of Production Database

    Hi,
    I have a production database on 8.1.6 which I need to upgrade to 10gR2. The upgrade path will be 8.1.6>8.1.7>10gR2.
    Now as the testing and development will not be done on the production database, there is a separate test and development machine without any of the Oracle version installed.
    I want to avoid export/import and as I have been suggested, the only other means is Cloning.
    Can somebody give me a bigger picture as to how can I restore or use the clone image to create a 8.1.6 copy on the test machine?
    Thanks.
    Rajeev

    Hi,
    The easiest way to do that would IMO to use RMAN's DUPLICATE statement. There's a sample at the end of the linked doc.
    This doc is for 9i, but IIRC this should work all the same in 8i RMAN, as far as the CLONE statment was deprecated in... 8.0 ?
    Regards,
    Yoann.

  • Full production refresh to development systems and Charm?

    Hi SDN Community,
      Where I work we have a policy of refreshing the development systems (ECC, CRM, APO, BI, SRM) on an annual basis with full production system data, HR data is subsequently wiped clean from the development system. 
    For each of our systems we have a development system, a QA system and a production system.
    The decision to do these full refreshes was taken to ensure that developers and configurers can do decent testing in the Dev environments - prior to transporting to our QA system - to ensure that we have a reasonably stable QA system. Prior to the refreshes - QA was considered too unstable by our business to be used as a good test platform - the full D refreshes solved this problem.
    We have recently installed SAP Charm (Change request management) which is a solution manager based product that manages the transportation of objects in change requests - attached to maintenance cycles.
    During our first development system refresh we discovered that all open Charm projects (maintenance cycles) were placed into an unuseable status due to the refresh. This means we had to rebuild all of the Charm projects after the refresh - which took a considerable amount of time + resources and delayed project work. We don't want to be in this situation again for our next refresh.
    SAPs response to us has been that they have no other customer that does full Development system refreshes - and also has Charm. I wonder if this is accurate, I think what SAP are saying is that they don't have many Charm customers... Is refreshing Development so uncommon?
    We are considering products like SAPs TDMS - and alternatives (eg gold client) - but most of these appear a little immature - for refreshing complex system landscapes - such as ours and keeping everything in synch after the refresh.
    My questions to SDN -
    What do you do - do you do full refreshes to your D systems?
    If not - what are the arguments against refreshing D systems (is this considered bad practice)?
    Are there any other Charm customers out there in a similar situation to us?
    How do you manage the stability of your QA environments and stop the transport into QA systems of untested changes - if your D systems are not similar to you production system
    (note we have some 300 active users in just our ECC development system)?
    Any suggestions / recommendations as to how to best proceed would be greatly appreciated.
    many thanks in advance,
    Julian Phillips
    Edited by: Julian Phillips on Nov 11, 2008 2:33 PM

    Thanks Naushad for your reply,
      I wonder if D refreshes are less common - more due to the additional hardware costs incurred (disk space needed to store full production data is usually pretty large) to do them - than due to avoiding disrupting development - probably a bit of both.
      I did not mention this - but in our refresh we do reimport all transports that we open prior to the refresh - which used to solve our problems - in terms of restoring active changes - but with SAPs Charm system - this approach does not work as the Charm projects are left in an inconsistent status.
    We are now leaning towards introducing a 4th set of systems into our landscape - so that we have the following platforms:
    Development --->  Pre QA  ---> QA  ---> Production
    This approach will allow us to keep both the Pre QA and QA systems refreshed every 6 months or so - and our new Dev system - we will refresh very infrequently (every 5 years perhaps) if at all. We will tie the Charm system to our new development - and this system will then not be impacted by refreshes. This approach means additional hardware cost - but as it happens we have a few spare boxes - so this maybe our best bet.
    The core reason for our refresh is so that we will be able to preserve the stability of our QA test platform - which for us is the critical factor here. If QA has poorly tested work in it - we run a higher risk of disrupting other testing and also of this poorly tested work reaching production.
    When we used to have a development system as you described and just the single QA box - we experienced frequent instability in our QA box - due to poorly tested working reaching it - and this delayed numerous projects.
    Does anyone else have a 4 box setup like this? Anyone else encountered this on an SAP project anywhere? Pros / Cons of this approach?
    //Julian
    Edited by: Julian Phillips on Nov 12, 2008 8:08 AM
    Edited by: Julian Phillips on Nov 12, 2008 8:18 AM

  • How to copy production client to development client

    Hello All,
       I have developed one report inwhich I call screen(module pool).My report name is zco11 as well as screen name is zco11.It is working fine and I transported it into production client(900).Now I rename the
    report name as well as my screen name in my development client(300).So now my screen zco11 and screen zco11 is not there in my development client(300).Now I want to copy my zco11 report as well as my screen zco11 from production client(900) to development client(300).is it possiable? if yes then how?
    please help.
    Thanks,
    Rakesh

    hi
    you cant do it yourself.just need to contact your basis team for setting up transports from production Developement.
    you can try System copy as well.
    hope this helps
    regards
    Aakash Banga
    Edited by: aakash banga on Jan 21, 2009 11:53 AM

  • How to restrict Production context in Development

    Hi,
    My question is how can anybody restrict or do away with the Production context while working in Development. Whenever we execute a scenario or interface we are faced with the option of executing in Dev or Production. I want to see that the user has only option to execute in Dev and not in production while working on development work repository. any ideas?
    Regards
    B

    Hi B,
    Its little complex as Oracle doesnt have good document/information regarding Security, thats why i suggested you the other way.
    Anyways, here you go.
    Step 1 :
    Duplicate CONNECT profile, ex: NG CONNECT and delete objects SCHEMA/CONTEXT and AGENT/CONTEXT from it. Expand object CONTEXT, except VIEW instance delete all.
    Open View instance and UN CHECK Generic Privilege.
    http://img841.imageshack.us/f/screenshot020u.jpg/
    Step 2:
    Create a user, ex: USER1 without SUPERVISOR privilege.
    http://img716.imageshack.us/f/screenshot021v.jpg/
    Step 3:
    Assign (drag and drop) DESIGNER, NG CONNECT profiles to it.
    Step 4:
    From Topology Manager -> Context, drag and drop Development related context to USER1 ex: DEV and Global.
    Step 5:
    Once u drag and drop u can see a screen in Security manager like this,
    http://img268.imageshack.us/f/screenshot022kn.jpg/
    Select Active as checked.
    Thats all.
    Now USER1 can able to select/see only DEV and GLOBAL in Designer and Operator.
    P.S: USER1 can able to see PROD context in Topology Manager, but he doesnt able to open it. Its just a view.
    Let me know how it goes.
    Thanks,
    Guru

  • Cloning A Production Server

    Hello All,
    I have the following scenario.
    mySAP 2004(ECC 5.0) on AIX and Oracle 9.2.6.0
    <u>Current DB Size is around 150 GB.</u>
    <b>SID: PP1, IP: 192.168.1.13</b>
    My requirement is to copy this same environment onto another sever (Create a DR instance) with the following options.
    mySAP 2004(ECC 5.0) on AIX and Oracle 9.2.6.0
    <i><b>SID: PD1, IP: 192.168.1.14</b></i>
    I am aware of the fact that i have the following options with me.
    1. The SID has to be different (Since both the old server and the new server will co-exist)
    2. There will be a change of IP.
    3. Points 1 and 2 necessitate a fresh install on the NEW server.
    4. The options for "cloning the system"  are
        a. Homogeneous System Copy
        b. Client Export and Import.
    I now ask,
    1. What is the best possible option for me to perform the "cloning" in the shortest possible time and the method, if possible.
    2. What is the downtime i should expect based on the DB size (150 GB).
    3. Any other method ?
    I would be very grateful for any resolutions that are provided and would reward the same.
    Thanks and Regards,
    Subodh

    Hi Guyz, I think Subhodh is looking for cloning the database for systemcopy and client copies not for DR(disaster recovery) if it is for DR recovery then it has to be exactly same as production. If you are looking to clone the database for test with different SID then here is the simple way:
    (only database part)
    1.take full offline backup of source system(PD1 in your case)
    2.just before or after backup take control file back to trace
    ( SQL>alter database backup controlfile to trace)
    3.restore the database&redologs onto the target system with relavant file systems
    e.g: if your source datafile paths are /oracle/PD1/sapdata1/....
           then on target system it will be like /oracle/TRG/sapdata1...
    4.ftp or copy the traced control file from location usertrace .trc file will be created
       with time stamp when you run the above command.
    5.after you copied trace file on target system name it as cr_db.sql and edit the file
    6. when you open the cr_db.sql you will see the two parts of control file when you have online redologs and when you dont have online redologs , remove part two.
    7.edit first part from startup nomount and in place of reuse reaplce set, in place of
    PD1 replace TRG. keep the script until characterset and delete every thing there after.
    8.copy your spfile<SID<.ora OR init<SID>.ora file from source to target
    9.after you installed oracle( or copied bineries from source) at SQL prompt
    10.SQL>startup nomout
    11.run the script cr_db.sql SQL>@<path>/cr_db.sql
    12.now your database is at mount stage
    13.SQL>alter database open resetlogs
    14.create temp tablespace
    15.ALL DONE your database is cloned.... now follow other steps from homogenous system copy manual from market place.
    Regards
    Manohar

  • Check the case in our production database and development

    at our end development : -
    TABLE NAME     NUM ROWS     BLOCKS     AVG ROW LEN     CACHE     SAMPLE SIZE     LAST ANALYZED
    CP_BAGS     4,206,402      195,932      323      N     4,206,402      07/08/2007
    CP_DAILY_INV_ACTIVITY     5,549,944      95,777      119      N     5,549,944      07/08/2007
    at production :-
    TABLE NAME     NUM ROWS     BLOCKS     AVG ROW LEN     CACHE     SAMPLE SIZE     LAST ANALYZED
    CP_BAGS     4,532,370      104,659      322      N     453,237      08/08/2007
    CP_DAILY_INV_ACTIVITY     6,267,560      55,007      119      N     626,756      08/08/2007
    we got difference in sample size ..and block's used...

    index statistics :-
    at our end development :-
    INDEX NAME     TABLE NAME     BLEVEL     LEAF BLOCKS     DISTINCT KEYS     AVG LEAF BLOCKS PER KEY     AVG DATA BLOCKS PER KEY     CLUSTERING FACTOR     NUM ROWS     LAST ANALYZED
    CP_BAGS_N11     CP_BAGS     2     14,966      260,756      1      6      1,698,685      4,206,402      07/08/2007
    at production :-
    INDEX NAME     TABLE NAME     BLEVEL     LEAF BLOCKS     DISTINCT KEYS     AVG LEAF BLOCKS PER KEY     AVG DATA BLOCKS PER KEY     CLUSTERING FACTOR     NUM ROWS     LAST ANALYZED
    CP_BAGS_N11     CP_BAGS     2     9,878      36,306      1      45      1,662,908      4,620,270      08/08/2007

  • BI relevant Data Copy (R/3 Productive -- R/3 Development)

    Hello,
    I am loading data from R/3 --> BI 7.0
    I have only 2 systems namely, Development System and Productive System.
    I would like to have a copy of the recent data available on my R/3 Productive System on my R/3 Development System. This I wish to do without a "system copy", because of its complexity.
    Is there a way to copy all the BI relevant tables/views/data etc from my R/3 Productive System to my R/3 Development System? How do I find these tables/views/data etc?
    Pls Help. Points will be given.
    Thanks.
    SD

    Hi,
    Pls chk this document , might be useful
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/bff13df2-0c01-0010-6ba7-bc50346a6fd8
    BW system Copy :
    System Copy BW
    Re: bw system copy
    BDLS :
    Re: After R/3 Refresh
    BDLS on BW Q/A
    client copy
    http://help.sap.com/saphelp_nw04/helpdata/en/c2/17e73a86e99c77e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/69/c24cc34ba111d189750000e8322d00/frameset.htm
    Client Copy
    http://help.sap.com/saphelp_nw04/helpdata/en/ff/9be1817d811c41985662da25061f98/frameset.htm
    Hope this helps,
    Regards
    CSM Reddy

Maybe you are looking for

  • Putting in a slide show...

    New to Dreamweaver - using Dreamweaver 3. Would like to put in a small slide show box for photos on the home page. What's the most straightforward way of doing this? I could not find docs about in the database. thanks.

  • "E" display on deskjet f380

    "E" is constantly displayed on the printer which is less than three years old with light usage. Have contacted HP support, but they will not help unless under warranty, and suggest using the faq section. Unfortunately the problem is not covered by th

  • Alt-s quick post? What is it on a Mac/safari?

    Hi guys, I've recently bought a mbp, and I'm coming from a pc background using firefox, for browsing forums. Since the mbp I haven't been able to submit or post a response by using the quick keys Alt-s to post, which I am able to on Firefox. Can you

  • Se37,se38 unable to open,,,,,

    Hi all, I have created a function module with RS_FUNCTION MODULE_INSERT. While executing the function module it’s throwing the following error. Syntax error in the program SAPLSUNI Field "NOVBLOCAL" is unknown. It is neither in one of the specified t

  • 5.1 Surround Sound in VLC with OSS4

    I don't seem to get 5.1 surround sound in vlc with oss4. The audio device's available in vlc are stereo and mono only even when playing 5.1 surround sound compatible media. Is this issue still unresolved?