Creation of a new module

Hi all,
I have some confusion about the correct way of deploying a new module. I'm reading the docs, but still it is not clear for me.
Following the documentation I have installed ATG 10.2, Endeca, the CRS application and QuincyFunds. Running with JBOSS the server instances that I have created are ATGProduction and ATGPublishing. Everything is running great.
Now I want to create a new module or application like CRS. These are the steps that I have followed:
    1. I have installed the eclipse plugin and I have created a new ATG Module called ATGNew that used the ATG Scenarios module.
    2. After this I have executed the command: bin/runAssembler ATGNew.ear -m ATGNew
    3. I tried deploying the .ear but with the error: Failed to resolve java:/ATGMySQLDS. After a bit of searching I read this post and I changed to command with
    4. bin/runAssembler -server ATGProduction ATGNew.ear -m ATGNew. Now it tells: Failed to resolve java:/ATGProductionDS
Maybe should I use cim.sh to create new publishing and production servers removing the existing? I don't know. I'm a bit lost.
Thanks!

Hi SwamyK,
thanks for your response. Should I use cim to configure the datasources?.
Another question, because I still don't understand how to integrate my new module. During the installation of CRS I have use cim.sh to create to servers, ATGProduction and ATGPublishing in ATG and jboss. For my new module am I going to use the same ATG instance that runs CRS with the same server instances ATGProduction and ATGPublishing and my module will run on the same jboss server instances or should I create a new ATG installation and new jboss servers?
Thanks a lot for your help. Really appreciated!
Regards.

Similar Messages

  • Creation of a new order type

    Hello,
    Which are the impact on FI-CO module of the creation of a new order type to create a sales order?
    Thanks a lot.
    Emanuela

    Hi Emanuela,
    When production is based on sales order ( i.e Product cost by Sales order) in this scenario
    sales order is created as a cost object.
    This sales order is referenced when we create Cost estimate structure in CK51N
    In this way sales order is integrated with Product cost controlling in CO module.
    If your question is not answered, then give specific details about your requirement.
    With Regards
    AKBAR

  • Step By Step Creation Of A new Business Object

    hi,
      Please Give Me Details Of A Business Object,like step by step creation of a new business object and it's utilization.

    Create a business object (SWO1).
    Give the business object name prefixed with Z_.
    Enter the following fields with values:
    Object type:      Z_TESTXX
    This is the internal technical key. Page: 1
    Object type can have maximum 10 characters. This must be unique across all object type. Objects are specific instances of object types at runtime.
    Object name: Object_Name_for_XX  
    The object type is addressed with this name by external applications. This is a descriptive English name and can be up to 32 characters. This also must be unique across all object type.
    Name:      Object Name: XX       
    This is a meaningful name of the business object.
    Description:     Object Description: XX     
    Page: 1
    Object description, can be up to 40 characters.
    Program:      Z_TESTXX       
    Each object type has an ABAP/4 program in which methods of the object are implemented. This program is generated automatically when you create or revise an object type.
    Application: indicates cross application.
    3: Create an event.
    Open the Object type in change mode. When you change your subtype the first step is to create a new event, this is done by selecting the Event node and clicking the create button. Give the event a name and a description.  Next set the status of this object type component to implemented.
    Event:          Z_EVENT_XX                              
    Name:          Event name: XX                          
    Description:     Event Description: XX                   
    Click on the new event andu2026
    Edit - Change Release Status- Object Type Component - Implemented
    (A small box sign vanishes from the right side of the event, indicating that it is implemented)
    There can be multiple triggering events for a standard/customer task.
    In R/3 4.0 the release strategy for new Object Types and Object Type Components (methods, attributes, events, etc.) was enhanced.  Now when an object type and/or components are created, there are different statuses to select, based on its required purpose.  The statuses are:
    u2022     Modeled - objects cannot be accessed at runtime.  This is the status that is automatically set when an object type or component is created.  Items with a modeled status cannot be referenced in any type of workflow task.
    u2022     Implemented - objects can be used internally in a test environment.  They are accessible, but may not be stable (especially if no delegation has been defined).
    u2022     Released - objects are ready for production. Note:  Local objects cannot be released.
    u2022     Obsolete - objects are typically replaced by new functionality or incompatible with previous versions.   This status is optional.
    4: Create a method.
    Next a method must be created without using any function module template. When creating the method ensure that the method call is synchronous - this means that the method doesn't require a terminating event.
    A method can be synchronous or asynchronous. Synchronous Method
    Method that, for the duration of its execution, assumes the process control and, after its execution, reports to the calling component (work item manager, in this case).
    Synchronous methods can return the following data, if defined: Return parameters, one result and Exceptions.
    Terminating events can also be defined for a single-step task described with a synchronous method. At runtime, the relevant work item is then terminated either when the synchronous method is successfully executed or when one of the defined terminating events occurs.
    Asynchronous Method
    Method that, after its execution, does not report directly to the calling component (work item manager, in this case).
    Asynchronous object methods do not return results, parameters or exceptions.
    At least one terminating event must be defined for a single-step task described with an asynchronous object method.
    At runtime, the relevant work item is only terminated if one of the defined terminating events occurs.
    Next set the status of this object type component to implemented. The methods are not implemented unless you once open their program.  Select the method and open its program. It gives a message u201CDo you want to generate a template automatically for the missing sectionu201D. Click u201CYesu201D. Inside the program insert the code u201CCALL TRANSACTION u2018FB03u2019. Display Financial Document.
    Method:     Z_METHODXX                              
    Name:      Method name: XX                        
    Description:     Method Description: XX                                                                               
    Edit - Change Release Status - Object Type Component - Implemented
    5. Create Key fields.
    Create key fields with ABAP dictionary field proposal.
    It is the identifying key, via which the system can access a specific object, that is, an instance of the object type. The key fields of an object type are usually also the key fields in the table containing the header data for the object type. Only character-based data types are allowed as key fields. The total length allowed for all key fields is 70 characters. Each key field refers to a field in the ABAP Dictionary.
    Enter u2018BKPFu2019 in table name field and select all the key fields. Press Continue button. Next set the status of these key fields to implemented.
    Edit - Change Release Status -Object Type Component - Implemented
    6:Implement business object.
    The whole business object needs to be implemented so click on the business object title andu2026
    Edit - Change Release Status - Object Type - Implemented
    Now you can check the syntax, generate the Business Object and then test it. Execute the custom method you created and give the Company code, Document number and Year.

  • Doubt in creation of a new object

    Hi All,
                 I have one doubt in creation of a new object.If a new object is to be created and it is not a subtype
    of any existing object, then what should we enter in the Program field for creating the object?
    I hope I am clear with my question.
    Thanks in Advance,
    Saket.

    Hi Saket,
    Following will be required for created a custom business object.
    1. Object Type - ZTEST (Internal Techincal Key)
    2. Object Name - ZTESTNAME (Technical Key Name)
    3. Name - TEST (Name of BO, it is used while selecting the object type)
    4. Description - (Short Description of BO)
    5. Program - ZTESTPROGRAM (ABAP program in which the methods of the object type are implemented)
    6. Application - A or B.. etc (Area to which your BO is related)
    Please remember that you can learn these basic things by giving F1 help on those fields and in HELP.SAP.COM.
    Regards,
    Gautham Paspala

  • Error creating a new module in OWB

    Hi All,
    I am getting an error while creating a new module using OWB. We are using 11.2. Any Inputs are greatly appreciated. Has any body experienced this problem.
    The error is as follows..
    Internal error: Load Error. PLease contact Oracle support with the stack trace and details on how to reproduce it.
    When I click details I get the following..
    Internal Error: Load Error. Please contact Oracle Support with the stack trace and details on how to reproduce it.
    Internal Error: Load Error. Please contact Oracle Support with the stack trace and details on how to reproduce it.
    Persistent Layer Error:SQL Exception..
    Class Name: ProxyFactory.
    Method Name: loadInstance.
    Persistent Layer Error Message: Exhausted Resultset.
         at oracle.wh.repos.impl.ProxyFactoryGen.loadInstance(ProxyFactoryGen.java:9704)
         at oracle.wh.repos.pdl.foundation.CacheMediator.query(CacheMediator.java:4372)
         at oracle.wh.repos.pdl.foundation.CacheMediator.queryById(CacheMediator.java:4221)
         at oracle.wh.repos.pdl.component.ComponentService.instantiate(ComponentService.java:287)
         at oracle.wh.repos.pdl.component.ComponentService.instantiate(ComponentService.java:232)
         at oracle.wh.repos.pdl.foundation.CMPNameInfo.instantiate(CMPNameInfo.java:656)
         at oracle.wh.repos.impl.environment.CMPLocation.getRTRConnectorContext(CMPLocation.java:822)
         at oracle.wh.repos.impl.environment.CMPLocation.deleteAllRelatedRTRConnectors(CMPLocation.java:691)
         at oracle.wh.repos.impl.environment.CMPLocation.delete(CMPLocation.java:643)
         at oracle.wh.ui.owbcommon.OWBModuleLocationPanel.onFinish(OWBModuleLocationPanel.java:208)
         at oracle.wh.ui.owbcommon.OWBModuleWizardDefinition.onFinish(OWBModuleWizardDefinition.java:65)
         at oracle.wh.ui.integrator.oracle.wizards.DatabaseModuleWizardDefinition.onFinish(DatabaseModuleWizardDefinition.java:89)
         at oracle.wh.ui.owbcommon.OWBWizard.wizardFinished(OWBWizard.java:1007)
         at oracle.bali.ewt.wizard.BaseWizard.processWizardEvent(Unknown Source)
         at oracle.bali.ewt.wizard.BaseWizard.processEventImpl(Unknown Source)
         at oracle.bali.ewt.LWComponent.processEvent(Unknown Source)
         at oracle.bali.ewt.wizard.BaseWizard.doFinish(Unknown Source)
         at oracle.bali.ewt.wizard.BaseWizard$Action.actionPerformed(Unknown Source)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:246)
         at java.awt.Component.processMouseEvent(Component.java:5517)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3129)
         at java.awt.Component.processEvent(Component.java:5282)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3984)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3819)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1791)
         at java.awt.Component.dispatchEvent(Component.java:3819)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
         at java.awt.Dialog$1.run(Dialog.java:535)
         at java.awt.Dialog$2.run(Dialog.java:565)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Dialog.show(Dialog.java:563)
         at java.awt.Component.show(Component.java:1302)
         at java.awt.Component.setVisible(Component.java:1255)
         at oracle.bali.ewt.wizard.WizardDialog.runDialog(Unknown Source)
         at oracle.bali.ewt.wizard.WizardDialog.runDialog(Unknown Source)
         at oracle.wh.ui.owbcommon.OWBWizard.initialize(OWBWizard.java:866)
         at oracle.wh.ui.owbcommon.OWBWizard.<init>(OWBWizard.java:175)
         at oracle.wh.ui.owbcommon.OWBWizard.<init>(OWBWizard.java:155)
         at oracle.wh.ui.owbcommon.IdeUtils._doLaunchDefinition(IdeUtils.java:1148)
         at oracle.wh.ui.owbcommon.IdeUtils.showWizard(IdeUtils.java:440)
         at oracle.wh.ui.owbcommon.IdeUtils.showWizard(IdeUtils.java:418)
         at oracle.owbimpl.console.GalleryWizards$IDEWizardWrapper.invoke(GalleryWizards.java:485)
         at oracle.ide.wizard.WizardManager.invokeWizard(WizardManager.java:317)
         at oracle.ide.wizard.WizardManager$1.run(WizardManager.java:365)
         at oracle.ide.util.IdeUtil$3.run(IdeUtil.java:1079)
         at oracle.javatools.util.SwingUtils.invokeAfterRepaint(SwingUtils.java:520)
         at oracle.ide.util.IdeUtil.invokeAfterRepaint(IdeUtil.java:1092)
         at oracle.ide.wizard.WizardManager$2.run(WizardManager.java:373)
         at oracle.ide.util.IdeUtil$3.run(IdeUtil.java:1079)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    Many Thanks,
    LA

    I think there are some connectors that point to locations that do not exist any more. If you expand the locations in the location navigator and check the connectors under the location in the tree, there will be some that are no longer valid.
    Cheers
    David

  • Document Series Error after creation of a new Posting Period

    Hi
    While Creation of a new Document Series for user created UDO (after creation of new Posting Period
    with Period Indicator) on update its showing a message box
    "Application Error occurred, Dump file created in path  C\Program Files\SAP\..\Log......"
    And soon SAP B1 gets exit.
    Can any one help me to come out of this problem.

    Hi,
    Whenever Dump file created, it is high time to log a message to SAP support.  This problem is beyond forum function.
    Thanks,
    Gordon

  • Cancel the creation of a new record from a tree-form

    Hi all,
    We have an application with a tree-form interface. On the form is an option to create a new object (e.g. Employee, as an analogy). We would like to provide a way to cancel the creation and return to the previous selected node/employee; e.g. with a cancel button.
    How can we accomplish that?
    We tried to use the standard bindings rollback as an actionListener (#{bindings.Rolback.execute}), but this doesn't work as expected. The employee on the form is not the same as the selected one in the tree, but always the first one. After deep investigations it seems that the synchronization mthod
    JhsPageLifecycle.restoreRowCurrencies tries the synchronization with the (now obsolete) key of the new record.
    This gives the impression that rollback can be used to rollback changes on existing objects, but not to rollback the creation of a new record. So we're looking for another approach; any suggestions?
    Ciao
    Aino

    Hi,
    problem does not seem to be solved after all :-(
    As I wrote in the first post, the rollback tries to synchronize, using the id of the new row (that we retrieve from a database sequence when the viewrow is created).
    Any suggestion how we can synchronize with the 'selected' row?
    The strange thing is that it seems to work when we create a 'subordinate' (like create an employee from a department page), but it does not work when we create the same object (like a department from a department page).
    Ciao
    Aino

  • Request for the creation of a new Unemployment account for tax

    Hi Guys,
    This is a question with regard to US tax. We have received a request for the creation of a new Unemployment account for the payment of taxes. This is because the account assignment number has changed for a particular company code in Tennassee state. Please let me know where this change could be made in SAP.
    Thanks,
    Subbaiah

    Subbaiah,
    Table T5UTL is used for New Tax Company Codes. If this is a new legal entity, youu2019ll need to set up the Tax Company here. Youu2019ll also need to assign at least one Personnel Area to this new Tax Company. This must be established in order to update the next table shown below, but only if itu2019s a new legal entity. The user will know.
    Table T5UTH is for establishing the account number to be used in BSI. It must be established in order to update the next table shown below.
    Table T5UTI is for assigning account numbers by Tax Company Code. Youu2019ll need one for Tax Authority TN, Tax Type 10. The user will need to supply this information to you.
    Table BTXRATE will need to be updated with the Tax Company Code, year, and the State Unemployment Insurance rate & taxable wage amount.
    Once this is done, youu2019ll need to update BSI.
    If Tennessee is a new state, youu2019ll have work to do with the tax models.
    Regards,
    Howard

  • The creation of the new workspace has been partially successful

    Hi,
    I tried to create a Workspace called WSMedicina and the following error apears:
    The creation of the new workspace has been partially successful.
    Exception Message: Cannot find library item WsMedicina.
    The error cause: Cannot add Library Service.
    Please help me.
    Thanks.
    James.

    Hello James,
    What error appears in the application.log file for Workspaces when the creation fails? You can find this log at a path like this:
    $ORACLE_HOME/j2ee/OC4J_OCSClient/application-deployments/workspaces/OC4J_Workspaces_default_island_1
    Has creation of a library during new workspace creation worked in the past?
    Can the same user access the Content Services application successfully?
    regards,
    -Neil.

  • Error: Creation of a new user in CUP

    Dear all,
    During the creation of a new user in CUP, is generated the following error message:
    Error in the provisioning request. The error occurred in the system(s). Details of error: USER CREATE-Length password is not enough (minimum length: 8 characters).
    Thanks all for any suggestions!
    Liliana!

    Hi,
    Thanks for your answers!
    My version is SAP GRC AC 5.3 and Support Package: 16.
    This is the complete error when I try to create a new user in CUP:
    iniu2011-07-04 07:59:19,520 [SAPEngine_Application_Thread[impl:3]_8] ERROR com.virsa.ae.service.ServiceException: Longitud clave acceso insuficiente (     )
    com.virsa.ae.service.ServiceException: Longitud clave acceso insuficiente (longitud mínima: 8 caracteres)
         at com.virsa.ae.service.sap.SAPProvisionDAO.createUser(SAPProvisionDAO.java:324)
         at com.virsa.ae.service.sap.ProvisionSAPUserDAO.createUserInNonCUA(ProvisionSAPUserDAO.java:1784)
         at com.virsa.ae.service.sap.ProvisionSAPUserDAO.createUser(ProvisionSAPUserDAO.java:352)
         at com.virsa.ae.service.sap.ProvisionSAPUserDAO.provisionUser(ProvisionSAPUserDAO.java:120)
         at com.virsa.ae.accessrequests.bo.ProvisioningBO.autoProvision(ProvisioningBO.java:219)
         at com.virsa.ae.accessrequests.bo.RequestBO.autoProvisioningForApprove(RequestBO.java:6164)
         at com.virsa.ae.accessrequests.bo.RequestBO.callAEExitService(RequestBO.java:7263)
         at com.virsa.ae.accessrequests.bo.RequestBO.callExitService(RequestBO.java:7037)
         at com.virsa.ae.accessrequests.bo.RequestBO.approveRequest(RequestBO.java:6889)
         at com.virsa.ae.accessrequests.bo.RequestBO.approveRequest(RequestBO.java:6682)
         at com.virsa.ae.accessrequests.actions.RequestViewAction.confirmRequestApproval(RequestViewAction.java:1022)
         at com.virsa.ae.accessrequests.actions.RequestViewAction.execute(RequestViewAction.java:106)
         at com.virsa.ae.commons.utils.framework.NavigationEngine.execute(NavigationEngine.java:295)
         at com.virsa.ae.commons.utils.framework.servlet.AEFrameworkServlet.service(AEFrameworkServlet.java:431)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377)
         at com.virsa.ae.commons.utils.framework.servlet.AEFrameworkServlet.service(AEFrameworkServlet.java:461)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377)
         at com.virsa.ae.commons.utils.framework.servlet.AEFrameworkServlet.service(AEFrameworkServlet.java:461)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(AccessController.java:219)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Thanks all for any suggestions!
    Liliana!

  • Function of HOLD DATA in the settings for creation of a new screen.

    Hi,
    Since i'm new to ABAP and still learning my way through, i would really appreciate if somebody can help me out with the exact functioning of selecting the check box 'HOLD DATA' under the settings option while creation of a new screen.
    Thanks for any help extended.

    Take simple scenario of SE38. The Screen for the transaction has the Flag "HOLD DATA" as Ticked.
    Now enter some program name on the field and Click - Utilities-> User Profile -> Hold data.
    Now come out of the transaction, go back to the same transaction. The name of the Program that you entered earlier will appear on the input field.
    So if the screen doesn't have "Hold Data" set the functions of HOLD data, SET DATA, DELETE data will not work.
    Also try using SET DATA For the Program input field.
    SAP Help :
    If you activate this option, the following functions are supported for the screen at runtime:
    System -> User profile -> Hold data
    -> Set data
    -> Delete data
    The Hold data function allows you to hold onto any entries you have made on the screen. When the screen is next processed (even in a different mode), the system then automatically redisplays the data in the input fields.
    If the option is not activated, these functions are ineffective at screen runtime.

  • Login error in creating new module

    I am trying to create a new module to deploy my source objects. The Design repository is on a window client and the Runtime repository is on a UNIX server.
    On step 3 of the wizard for creating a data source(New module Wizard) my connection info for the DB link is the following: the name of the user owning the schema where my source tables are located, the name of the host server and the name of the SID as service name. This db is on the UNIX server.
    When I enter that user name and password I get a ORA-12514 TNS: no listener error message.
    I have triple check all my TNS and listener files on the server and they are all working properly.
    Am I using the proper user login for creating a new module. What user login I should be using??
    Any help will be greatly appreciated.
    Thanks a bunch!
    AK

    AK,
    OWB supports two ways of connecting to databases: SQL*Net Connect String or Host Name, you see these choices as a radio button list when creating DB link. SQL*Net Connect String relies on local tnsnames.ora and is more prone to error. We recommend using Host Name connection, where you specify host, port and service name, which is what you are trying to do. Test your connection outside of OWB by typing in your command prompt on the client machine:
    sqlplus user/pw@host:port/db_service
    If you need further details see this database doc: http://download-west.oracle.com/docs/cd/B14117_01/network.101/b10775/naming.htm#i498306
    Nikolai Rochnik

  • Manage more than one news module in the same website

    Hi, I am wondering if it is possible to manage more than one News module in the same website and have them all display different content.
    Like a news module in the News section displaying announcements and a press section module displaying press related news f. e.

    Hello
    Possible: yes
    Recommended: no
    This can certainly be done and Discoverer will not prevent you from having reports that use different business areas as you describe.
    However, for management and security purposes it does not make for ease of use. As you know a user has the ability to share a workbook with another user. If they do this then ALL reports within that workbook are shared. If the receiving user does not have access to one or more of the business areas then some reports will run and some will not. This can be very confusing to an end user and a possible nightmare to administer.
    My recommendation would be to have a workbook per business area and not mix.
    If there is more than one business area per functional area, for example sales and returns, then so long as the users have access to both business areas then you could use a common workbook.
    Personally I would not even do this, so my strongest advice would be to have all reports in a workbook written against the same business area.
    Hope this helps
    Michael

  • Role of Apps DBA in Implementing New Module

    Hi Friends,
    Supposing a company has a running smooth production system of EBS 11i. With modules
    FINANCIALS(GL,AR,AP,FA,CM) in it. Then the Company want to add another module HR system. Is an Apps DBA needed in the scenario? or only the SysAdmin and Functional
    Consultant only.
    What is the role of an AppsDBA in implementing a new module?
    Thank a lot

    It is the responsibility of both the System Administrator and the Apps DBA. If you need to change the status of HR module to fully installed, then you need to change the status from shared to fully installed (in case it is shared). You will also need to run DataInstall and apply hrglobal.drv driver using adpatch.
    For more details, refer to:
    Note: 374915.1 - HRMS PATCH INSTALL FAQ
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=374915.1
    Note: 175846.1 - How to find the latest version of hrglobal.drv on Metalink
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=175846.1

  • Want to add new module in the existing Landscape

    Hi Friends,
    We have ECC 6.0 running with HCM and Finance, and this is for Phase I and it rolled out successfully last June, now we are going to add Merchandising for Phase II in the existing landscape.
    My question is we have in our DEV Systems we have Client 100,200,300 and 500. and in Quality the same and one client in Production.,
    Since we are going to add Merchandising in Phase II do we use the same existing clients in dev and qa or we need to have a seperate client in dev and qa,
    But end of the day we will have only one client in Prod.
    Please let me know we need to use different client or existing clients for realization.
    Thanks in advance
    Sathish

    Hi,
    I observe 4 clients in development, possibly my guess would be playpen, golden client, development and unit testing.
    For a new implementation I would preferably use another client for the project or use the existing clients based on impact to production support to current landscape.
    The clients in QA can be kept same to understand how the new changes integrate with the current landscape and if changes impact the current environment. This would ensure that any problems are fixed before transports are moved to production.
    I have assumed a 3 system landscape but there are many possibilities where you can have a separate project landscape for this new module implementation to ensure no impact to production support team.
    If your project can afford new servers then suggest buying two servers one with a copy of your development and another with a copy of production(project test system). This was you would start with all new developments happening in current landscape and also would be tested with a current copy of production data.
    Cheers Sam

Maybe you are looking for

  • Will all my apps delete if i create a new itunes account on my iphone 4???

    If i create a new itunes account not on the computer but directly on my iphone- that is log out my itunes account on my iphone and create new one and use that new account to download an app will the rest of my apps delete before i even sync it to my

  • How to turn off display while connected to external monitor??

    I'm running my macbook into an external monitor, using wireless mouse and keyboard. I want to get full power from my graphics card so would like to know how to turn the macbook screen off while connected to the larger monitor. I have read that simply

  • Can't get past user agreement

    I can't get past the user agreement in setting up Elements 11on a mac.The window keeps popping open. Can anyone help me?

  • File sync with ovi suite. Disappeared?

    The wonder functionality of file sync (any file not only audio-img-video) seems not working in ovi suite. Is it true? Many thanks

  • MDM workflow - syndication step

    Dear MDM experts I would like to ask you about help with workflow step - syndicate. I just make a workflow which seems to be working fine. There is only one step I do not understand why is not behaving as I expect it. That step is syndicate. I can se