How to change JCO Connection in a WD project?

Hi to all,
I want to deploy my WD projects to another J2EE server, but I have to change the JCO connection (modeldata and metadata) in my WD projects, otherwise I can't deploy. Where can I re-assign the new jco connection?
thank you very much,
Antonio

hi Antonio,
you have to make two changes:
1) double-click on the generated adaptive-rfc-class below "Models / <Name> / Model classes" and change the property "modelInstance_defaultLogicalSystem" in the Properties-Editor for the modeldata-connection
2)double-click on the dictionary that was generated for your adaptive-rfc-call below Dictionaries and change the "Logical System Name" in the Properties-Editor for your Metadata-Connection
kr, achim
feel free to reward points, if this answers your question

Similar Messages

  • How to change a connection with the database in Runtime?

    How to change a connection with the database in Runtime?
    My connection was made using ADF Business component (ApplicationModule).
    ADF Swing.
    JDeveloper Studio 11.1.1.4.0.

    When deploying ADF applications with database connection, you should be using JDBC data sources configured in the weblogic server.
    You could change the JDBC data sources to a different DB instance or location - by changing the JDBC data source and restarting the weblogic server.
    For more details, check
    http://techiecook.wordpress.com/2010/12/02/oracle-weblogic-adf-datasources/
    Thanks,
    Navaneeth

  • What is the best Practice JCO Connection Settings for DC  Project

    When multiple users are using the system data is missing from Web Dynpro Screens.  This seems to be due to running out of connections to pull data.
    I have a WebDynpro Project based on component development using DC's.  I have one main DC which uses other DC's as Lookup Windows.  All DC's have their Own Apps.  Also inside the main DC screen, the data is populated from multiple function modules.
    There are about 7 lookup DC Apps accessed by the user
    I have created JCO destinations with following settigns
    Max Pool Size 20
    Max Number of Connections 200
    Before I moved to DC project it was regular Web Dynpro Project with one Application and all lookup windows were inside the same Project.  I never had the issue with the same settings.
    Now may be becuase of DC usage and increase in applications I am running out of connections.
    Has any one faced the problem.  Can anyone suggest the best practice of how to size JCO connections.
    It does not make any sense that just with 15-20 concurrent users I am seeing this issue.
    All lookup components are destroyed after its use and is created manually as needed.  What else can I do to manage connections
    Any advise is greatly appreciated.
    Thanks

    Hi Ravi,
    Try to go through this Blog its very helpful.
    [Web Dynpro Best Practices: How to Configure the JCo Destination Settings|http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3417600)ID2054522350DB01207252403570931395End?blog=/pub/wlg/1216]
    Hope It will help.
    Regards
    Jeetendra

  • How to change the file type from IMOVIE PROJECT to other types of file

    how to change the file type from IMOVIE PROJECT to other types of file??
    thank you very much for your help=]

    I am not sure what you mean, but once you make a project. Then go to the share menu and you can export the project to iDVD, itunes, mobileme, quicktime.
    Share export quicktime movie will allow you to export to a variety of codecs. What specific export are you looking to share the movie in? What is the final source that the movie will be displayed?

  • How to change the connection for a recurring report

    I have a group of reports running in production on recurring schedules.  I need to update the database connection for these as we are changing our server environment.
    I open the report in Crystal Reports 11 and changed the database connection saved the report back to the Enterprise Server location (I also have a backup of the original).  When I preview the report using the Central Management Console, the report uses the updated database connection info.  When I test the recurring report I get a logon failure.  When I go to the instance to look at the database logon for the recurring instance it shows the old database connection.
    How can this database connection get updated for the current group of instances for these recurring reports?
    Thanks
    BOBJCMC

    Hi Stratos,
    I tried to use .NET SDK to update the Logon_Info properties as below. But it does not seem to be working. Is this the correct way to update logon info for recurring instances?
    infoObject.ProcessingInfo.Properties["SI_LOGON_INFO"].Properties["SI_LOGON1"].Properties["SI_USER"].Value  = <userid>
    infoObject.ProcessingInfo.Properties["SI_LOGON_INFO"].Properties["SI_LOGON1"].Properties["SI_PASSWORD"].Value  = "pwd"
    Thanks
    Ajith

  • How to Remove JCO Connection Config?

    I have a NW2004s system that will not start. The Message Server and IGS Watchdog are running, but the Dispatcher is in a yellow state.
    The last thing that was done on the server before it was restarted was 2 JCO connections were added. Now the system will not start and I do not know how to remove the JCO connections.
    I cannot find relevant configuration within the Config Tool or the Offline Configuration Editor. I am unable to access the Visual Administrator.
    Any ideas?
    Thanks.
    Paul

    Hi,
    If you created JCO connection, then you can remove as follows
    1>go to Portal URL(Ex:http://102.26.88.65:50100/irj/portal)
    2>Go to content administration ->webdynpro-> Maintain JCo connections ->Remove what ever your JCo conn created.
    or search for the JCO connections you created in search box left -->delete

  • HOW to handle JCO connection failure

    if i have a JCO connection.....to process the RFC function...
    when i call the function...the job leave to R3 to do the rest...
    yet ..the connection broken..at this time..
    the is no result return..and consequency receive the
    RFC_ERROR_COMMUNICATION exception...
    how do i handle this kind of situation....
    what should R3 SHOULD DO..
    let's say i have a jco connection
    the connection broken during processing...how do i return the error message to the java program
    the error include....RFC_SYSTEM_FAILURE ,RFC_ERROR_COMMUNICATION
    Message was edited by:
            yzme yzme

    Yzme,
    You have already got answers how to catch this exception.
    Next processing depends on application-specific nature of RFC: whether or not call is idempotent, in simple words -- submitting same request doesn't hurt.
    This comes from the fact that network failure may occurs when transferring request (hence no background processing performed) or when returning response (hence function already executed).
    For idempotent calls there is also an option for automatic re-tries finite number of times. For non-idempotent calls the only option is to display error to user in friendly format.
    An idempotent call is a call that can be executed more than once on the server without undesirable side effects. Take for example Create / Read / Update / Delete operations. Obviously, read is idempotent while it doesn't alter data at all. You may treat Delete as idempotent up to certain extent -- just handle "record not exists" gracefully. Create and Update are not good candidates -- re-submitting same request typically leads to serious problems like duplicate entries or data inconsistency.
    Valery Silaev
    SaM Solutions
    http://www.sam-solutions.net

  • How to change the connection pool configuration on OC4J?

    Hi everybody,
    I am developing an application with JDeveloper which is running on an OC4J standalone server, we have 2 enviroments, the develop server and the server of the client, and the data base connection configurations are differents.
    The problem is that if we try to deploy the application (we have deploy on the develop server) on the client server and try to change the connection pool configuration the application cannot connect to the data base, we need to re-build the project with the client connection pool configuration.
    We tried to change the configuration on the enterprise manager of the OC4J, on "JDBC Resources" panel, and the test the connection is ok, but when try to access to the application we get an Exception. After that we try to do that changing the parameters from the datasources.xml file on the application, but the result is the same.
    How can we change the DataBase configuration without re-build the project?
    Thanks very much
    Tony

    Meaning you have created just the empty data-sources.xml and not configured any Connection Pool and DataSource in JDev?
    In Oracle AS 10.1.3 you have two ways to do this:
    1. Use JDev and configure the data-sources.xml (Context Menu -> Properties)
    2. In Oracle AS: Select application -> Administration -> Services -> JDBC Resources -> Create Pool and Create DataSource
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Change JCO Connection

    Hi,
    I'm developing a DC component and I created a Model, in order to use sap function modules, but while I was creating the model , I put wrong JCO names. Can I change JCO name of an existing model?

    Its a bad idea although it is possible.
    Refer the following weblog.
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3083%3Fpage%3Dlast%26x-order%3Ddate" [original link is broken] [original link is broken] [original link is broken]>changing [original link is broken] [original link is broken]
    kk

  • How to change the connection to MTP

    Please advise how do I change the auto connection to MTP for Iphone 4.

    Meaning you have created just the empty data-sources.xml and not configured any Connection Pool and DataSource in JDev?
    In Oracle AS 10.1.3 you have two ways to do this:
    1. Use JDev and configure the data-sources.xml (Context Menu -> Properties)
    2. In Oracle AS: Select application -> Administration -> Services -> JDBC Resources -> Create Pool and Create DataSource
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • How to change OLAP connection when going from dev to testing

    Hi!
    We created some BEX reports, a Dashboard and a some Webi reports using OLAP connections.
    We created the OLAP connections with the IDT (Information Design Tool), and then publish them.
    In the OLAP connections we used my user because we didn't have a specific user for connections.
    Now they're going to create a user for the connections.
    My questions is:
    1. where do we change the OLAP connection? do we do it in the IDT and re-publish them or in the CMC --> OLAP Connections tab ??
    2. are both ways correct?
    Thanks in advance!
    Florencia

    Hi,
    yes, both ways are correct!
    Regards
    -Seb.

  • How to change the server for the existing project in netbeans5.5?

    we r using netbeans5.5 with visual we pack.
    In netbeans for the project properties>run it is not giving in the list box it is only showing sun java system applicationn server 9.
    the remaining servers like tomcat and jboss which we have it is not showing .How to get the remaining options?
    please let me if any of you know

    Do not cross post same questino across different forums.
    Changing the SID for existing SAP systems
    Markus

  • How to change render resolution of After Effects project in Adobe Media Encoder for an H264 preview?

    I'd like to render a 1080i comp at half resolution or third resolution in AME to speed up render times for low-res previews. I just had a low-res H264 preview take 5 minutes to encode in AE, and 28 minutes in AME.
    This is easily accomplished in the After Effects render settings. However, the "video" option in AME seems to imply the project is encoded at that resolution, not rendered at it.
    I went into AE and changed the setting in the composition viewport to "half", but when I queue it up in AME, the "Match Source" button still indicates 1080.
    What is the correct method to get the results I want?
    I'm currently using AE CC and AME CC on Windows.

    Thanks for taking the time to answer this question. Knowing this isn't possible at least narrows my options down. It would be helpful to provide some kind of list of what comp settings carry over into AME from After Effects. Is it essentially everything that is enabled in the Timeline? (I know that motion blur settings do.)
    I'll put this in a feature request, but yes, we need the other half of After Effects Render Queue in AME in order for AME to be a good replacement for rendering from AE. I'll give you my thoughts on why Render Settings are essential before you would actually want to render with AME instead of doing so because you have to (either because you want to render in the background, or need a codec that has been removed from AE.)
    1. Speed: Simply applying a Render Settings preset is much faster than manually setting motion blur, frame blending, work area, etc.
    2. Reliability: Not being able to apply a Render Settings preset at the time of render is a recipe for missing a crucial setting buried in a comp, then having to redo a render and wasting time.
    3. Features: As noted above, there is no way to approximate Render Queue's ability to change resolutions at render, which results in a lot of wasted time when that feature is needed.
    Render Settings I think are crucial to making AME rendering worthwhile for AE users:
    1. Rendering resolution
    2. Work Area/Entire Composition toggle
    3. Field Rendering (wait, does this mean AME can't currently render to fields?)
    4. And PRESET ability these settings, so I'm not doing them manually every time.
    I realize that your team clearly doesn't spend the same amount of time I do making low res H264 previews and sending final files out in H264 format, so you don't appreciate the impact of the changes you made. Moving to AME for that stuff is a real inconvenience, but implementing the settings above could help soften the blow.
    Thanks,
    Jerry

  • How to change the order of Bins in Project Panel Premiere Pro CS5.5?

    Hello
    I'm slogging my way through teaching myself how to use my Premire Pro software for HD editing after coming from Final Cut Pro in standard definition.  I'm on a good Mac work station and have done pretty well so far but am now back at the start of a completely edited timeline for a large party...... to do a 3 minute title sequence.  It has a single song and it will have 3 or 4 pages of simple title information fade up and down (no animation) over video clips of the decorations and and other choice footage from the party. 
    My problem is I have already created bins for the two separate cameras' assortment of clips.  So the new bin created for "Title Clips" now sits below these two other bins.  I want to open up each camera folder and search for potential clips to be used in the title sequence and drag them into this new bin.  But because the new bin is below both of the camera bins......when I open them up the long dropdown list of all the clips of course covers up my Title Clips bin so I can't drag these clips into it.
    How can I move by Title Clips bin so that it is ABOVE both of the camera clips bins?  I have tried dragging it above them in the order but that doesn't seem to work.
    Please?  And thanks very very much
    Ron

    No luck.  Doesn't seem to be alphabetical.  I have two bins that start with "N" and the title shots bin starts with "L" as the 1st letter in the person's name and is below the Ns.  I did try renaming it and putting 1 space in front of the L but that's just how it looks now.  Like the name starts 1 space to the right of the left margin of title box.
    Sorry.....   I'm sure there is some simple way to do this.  I would rather not have to start a new sequence if possible, don't want to complicate things for myself....I'm confused enough.

  • How to change the jta-data-source for projects in EJB 3

    Hi all,
    Sorry my english! :)
    I'm learning the EJB 3.0 and I'd like to change jta-data-source for projects in JDeveloper 10.1.3.1.
    I explain:
    In the same Application, I have a project with all Entitys and Session Beans. At the moment, the persistence.xml file is there with the jta-data-source tag.
    I make a new project with JUnit (Cactus) for test the EJB's that I'd like jta-data-source reference the test database.
    I make another project, with Servlet/JSP/JSF that use EJB's with interface and I'd like jta-data-source reference another database.
    What kind of changes (workaround) I could make to solve this problem?
    Thanks a lot!
    Luciano

    Hi,
    There are COOM data source which may suits your needs.
    please check data source
    0CO_OM_WBS_6
    0CO_OM_WBS_3
    Base tables are COSP and COSS.
    Check about coom data source, if not suitable then go for custom data source.
    About table cross verify with your source team.
    Thanks

Maybe you are looking for