Can't change connection in configuration of application module

I've trouble in changing a connection in a configuration of an application module.
To reproduce this do the following:
- create two or more connections (in my case: to different databases on different servers, one of them via JDBC-ODBC Bridge)
- create an empty BC4J project
- create an application module using one of the connections
- right click the am and select configurations
- in the configuration manager select the (default) configuration (usually AppModuleLocal)
- select "edit"
- in the "Connection Type" section select "JDBC URL"
- Change the Connection Name to point to a different connection
- close the connection manager
- repeat the steps from (*)
- repeat the steps from (*) once more
=> you'll be unable to change the connection back to the connection used first. You can change it in the configuration manager, but if you reopen the configuration manager you'll see the old connection again.

You can edit the bc4j.xcfg and change the connation name within the configuration. I will try to reproduce and fix this bug.
Thanks
Juan

Similar Messages

  • How can I change Connection parameters when promoting to Production ???

    Hi Everyone !
    Do you know how can I change Connection Framework parameters in a Webdynpro Application? The app was deployed in TEST, now I want to move it to Production...
    In my application I am using Connection Framework to connecto to a BAPI.
    The connection was created using
    SAP Connectivity > SAP Enterprise Connector.
    I provided connection parameters for a TEST environment (Host name, system number, client, logon name...).
    I deployed the application in TEST, but how can I change these parameters prior to promote it to Production? Were and how do I fill the new parameter values?
    Many Thanks,
    Silvio Hirashiki

    Hi Silvio,
    AFAIK, you need to provide JCO connection to proxy port type and all connection specific data is there. (http://help.sap.com/saphelp_nw04/helpdata/en/ed/897483ea5011d6b2e800508b6b8a93/frameset.htm). You can use configuration files for this or RFC destination.
    You only need to regenerate proxy when interfaces of functional modules are dufferent for TEST and Production.
    BTW, why are you using SAP EC instead of adaptive RFC model in WD application?
    Best regards, Maksim Rashchynski.

  • How can I change the language of the applications in CC

    How can I change the language of the applications in CC?

    You change the setting in the CC control app and install the programs.
    Mylenium

  • Can I operate the view object outside application module?

    I publish a Application Module into Oracle 8i Server. When I operate the view object in a class that published in Oracle 8i Server.
    It raise a remoteException. Can I operate the view object outside application module?

    Hi,
    The application module is the main point of contact for the ViewObject and EntityObject classes. It handles things like the connection pooling and other coordination aspects.
    You need to go through the app module to access the ViewObject class methods.

  • Problem with Connection Manager. Can't change connection string / Server name

    p.MsoNormal, li.MsoNormal, div.MsoNormal
    {margin-top:0cm;margin-right:0cm;margin-bottom:10.0pt;margin-left:0cm;line-height:115%;font-size:11.0pt;font-family:'Calibri','sans-serif';}
    .MsoChpDefault
    {font-size:10.0pt;}
    .MsoPapDefault
    {line-height:115%;}
    @page Section1
    {size:612.0pt 792.0pt;margin:72.0pt 72.0pt 72.0pt 72.0pt;}
    div.Section1
    {page:Section1;}
    Hi,
    I have copied a number of SSID packages from a live server to my test server and am trying to get them up and running but I have a problem with the connection. The only thing that is different is the server name. I decided to keep the same connection in the connection manager as it is referenced in a dtsConfig file. I changed the dtsConfig file to reference the new servername [Data Source= new test server name]. I also check my paths and they are pointing to the correct config locations etc.
    I found this post which was similar to my problem but I still get problems with the connection
    http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1319961&SiteID=1
    I updated the connection by changing the server name in the actual connection. I did this from the data flow tab in the Connection Managers sections (MS Visual Studio). Right clicked - Edit - changed the name of the server name to my test server and selected the database. Test connection was fine, and saved this.
    Once I saved this, the connection string changed to my current test server in the properties of the connection. However when I run the package I get the following error:
    Error: 0xC0202009 at ReportsImport, Connection manager "myconnectionstring": SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80004005.
    An OLE DB record is available.  Source: "Microsoft SQL Native Client"  Hresult: 0x80004005  Description: "Login timeout expired".
    An OLE DB record is available.  Source: "Microsoft SQL Native Client"  Hresult: 0x80004005  Description: "An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections.".
    An OLE DB record is available.  Source: "Microsoft SQL Native Client"  Hresult: 0x80004005  Description: "Named Pipes Provider: Could not open a connection to SQL Server [53]. ".
    Error: 0xC020801C at Myprocess import from file, BuyAtReportsImport [79]: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.  The AcquireConnection method call to the connection manager "myconnectionstring" failed with error code 0xC0202009.  There may be error messages posted before this with more information on why the AcquireConnection method call failed.
    Error: 0xC0047017 at Myprocess import from file, DTS.Pipeline: component "ReportsImport" (79) failed validation and returned error code 0xC020801C.
    Error: 0xC004700C at Myprocess import from file, DTS.Pipeline: One or more component failed validation.
    Error: 0xC0024107 at Myprocess import from file: There were errors during task validation.
    So even if I change the existing connection properties and save and Build my package again, my connection properties (connectionstring, servername etc) all revert back to its original data source when I re-open the package. Simply it does not seem to be saving the connection properties i put in.
    What am I doing wrong or how can I change the existing connection manager to look at the new server. The database is  the same and I have full admin privilege on the server.
    I don't want to recreate my packages as there are alot and they are not simple.
    After changing the connection properties, saving and reloading I get a connection error. But this is because it is not retaining the new connection manger setting i entered.
    Incidentally - I created a new SSID to perform a simple connection and write to the the server and it was OK so there is no problem with actually seeing the my test server.
    Thanks in advance

    Yes, the package is in visual studio and I have executed it. There are no errors but in the output i have the error message about my connection. My dtsConfig file is added to the project in the 'Package Configuration Organizer' and path and files are correct. This is the output error:
    Error: 0xC020801C at xx import from file, xxReportsImport [79]: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.  The AcquireConnection method call to the connection manager "myconnectionname" failed with error code 0xC0202009.  There may be error messages posted before this with more information on why the AcquireConnection method call failed.
    I will try and run it using dtexec.exe. if I have two config files do i use
    dtsexec.exe /f <packagename> /conf <configfile> /conf <secondconfigfile>

  • How can i change the lookandfeel of my application ???

    Hi,
    i want to change the look and feel of my application. I read that it doesn't work with AS 9.0.2 but with 10G it is possible.
    I know that i have to change the formsweb.cfg, i know that i've to create an .jar file, but how looks the structure of the .jar file and in what directory i have to place the file.
    For answers and further information I would be very grateful.

    Hi,
    The look and feel can be changed in the formsweb.cfg the paramete name is "colorscheme" and there exist a list of pre-defined colors that you can use:
    teal
    titanium
    red
    khaki
    blue
    olive
    purple
    blaf
    You will have to set the lookanfeel parameter to "Oracle", which also is the default.
    Beside of this, no customization of the look and feel is supported. I am not sure about the "blaf" colorscheme and think that this is supported for Oracle Applications only.
    Frank

  • Can I change the size of the application stack icons?

    I have an application folder on the right-hand side of the dock, I set them to be opened as 'stack'.
    When I click the application folder on the dock, it will show me many icons of applications, those are huge.
    I'd like to shrink it a little bit, since I can browse more apps at a time, but how can I do?
    Thanks in advance!

    V.K. wrote:
    no, you can not change the sizes of icons you get when you click on a stack in the dock. there is no way around this. this question is asked pretty frequently though and it looks like a nice feature to have. you can leave apple feedback requesting it
    http://www.apple.com/feedback/macosx.html
    P.S. do note that there is a scroll bar on the right when you click on a stack and you can use that to scroll through the stack.
    Thank you V.K., I've sent them my feedback!

  • How can we change default port 8080 of application express

    Hi all,
    Does anyone know how to change default port 8080 in application express to run on only "80"? I have tried the following link, but when i am trying to run using 80, error is being thrown.
    http://www.mypi.ch/?p=33
    I have checked that no other thing is running on 80 port. I am using Windows Vista
    With Regards,
    Sunil Bhatia

    I am really a newbie in this application express field.
    I have installed oracle application express 3.2 over oracle 10G Database as per steps provided on forum. Can you let me know how can i find which webserver i am using? is there any query which i could run to find this out...thanks for ur help. Do reply soon
    With Regards,
    Sunil Bhatia

  • How can I change the logo of default application server

    I am in 10g environment. Whenever I open my application in browser I see a splash screen "Oracle Application Server Form Services ...".
    Can I change this splash screen with the my own.
    I tried the following but it just removed the default one
    # Forms applet parameter
    splashScreen=D:\dev10g\my_splash.gif
    # Forms applet parameter
    background=
    # Forms applet parameter
    lookAndFeel=Oracle
    Message was edited by:
    Aasem

    Yes, you can.
    The GIF file must be under a directory where Oracle can read, like the %ORACLE_HOME%/Java directory. And you only specify the file name, not the full path.
    # Forms applet parameter
    splashScreen=my_splash.gif
    # Forms applet parameter
    background=
    # Forms applet parameter
    lookAndFeel=OracleTony

  • Configuration of Application Module

    Is it possible to run an ADF Swing application in JDeveloper, using JDBC DataSource Connection Type for Application Module configuration? If yes, anyone has a demo application for this?
    In SRDemo sample application, there are 2 application module configurations, one is SRServiceLocal using JDBC DataSource and the other is SRServiceLocalTesting using JDBC URL. Can JUnit testing be done with JDBC DataSource? If not, what are the reasons?

    Hi,
    you can use the J2EE datasource inly if the ADF BC model is deployed as an EJB. If you run ADF Swing stand-alone with ADF BC deployed to the client then this is not an option
    Frank

  • HOW TO: Connect web service (remote application module) to existing model

    Hello.
    I have J2EE application which displays some data in an applet, which reads them by a web service. I'd like to use persistence and connect with a web service called by applet to my current model set within a session. I tried to pass a session id to web service (to a function of an application module implementation). I wanted to create a new SessionCookie instance with such a session id and application id which are used for web application session (by ApplicationPoolImpl.createSessionCookie() or with custom session cookie factory). But I don't know how to pass a session and application ids to a sessioncookie creation process (ApplicationPool environment). I tried to use custom EnvInfoProvider, which set my properties, but it passes the params after a SessionCookie instance is created.
    Samples ... AppModuleServer - file generated to provide ws functionality. I changed code to use EnvInfoProvider:
    public class AppModuleServer extends Object{
      public AppModuleServer(){}
      public SomeObject[] myCustomFunction(String sessionId){
        AppModuleImpl _am = null;
        String appId="someValue";
        CustomEnvInfoProvider envProvider=new CustomEnvInfoProvider(appId, sessionId);
        try{
          _am=(AppModuleImpl)Configuration.createRootApplicationModule("data.AppModule", "AppModuleLocal", envProvider);
          return _am.myCustomFunction(sSessionId);
        finally{
          if (_am != null)Configuration.releaseRootApplicationModule(_am, false);
    }CustomEnvInfoProvider:
    public class CustomEnvInfoProvider implements EnvInfoProvider{
      private String applicationId;
      private String sessionId;
      public CustomEnvInfoProvider(String applicationId, String sessionId){
        this.applicationId=applicationId;
        this.sessionId=aessionId;
      public Object getInfo(String info, Object environment){
        if(info==null)return null;
        return ((Hashtable)environment).get(info);
      public void modifyInitialContext(Object environment){
        if(applicationId!=null)((Hashtable)environment).put("CookieApplicationId", applicationId);
        if(sessionId!=null)((Hashtable)environment).put("SessionId", sessionId);
      public int getNumOfRetries(){
        return 2;
    }Does anybody knows how to pass information from custom EnvInfoProvider just before a SessionCookie is created (e.g. how to run modifyInitialContext() function). Or another way how to pass these information from a web service base function into ApplicationPoolImpl instance. E.g., there is parameter "properties" whithin a createSessionCookie method of ApplicationPoolImpl, which is null during calling. Is it possible to pass there some additional information?
    Thanks for any suggestions.

    Use the Web Service Proxy wizard in JDeveloper to create a class that calls your Web service, and then call this class from code in your AM.
    http://docs.oracle.com/cd/E16340_01/web.1111/b31974/web_services.htm#CJAHGIEF

  • Can we change connection id in discoverer

    I created a public connection in discoverer (cf_101). but in my web application, the link is cn=cf_102.
    of course i can change the link. but are there any way we can change the connection id (also called connection key) in discoverer.
    thanks

    Hi,
    If you based your folder on the database object then you can change the type in the database (but it may effect other applications using this DB object).
    Other way to get what you need is to create a new item in the folder with the following calculation:
    To_date( transaction_date)
    and then set your parameter and condition with this new item rather than the original one.
    Note that if the transaction_date is indexed then after wrapping it with the to_date it will not use the index.
    Tamir

  • How can I change network port configuration default setting?

    Hello,
    I am having trouble connecting to the internet. When I try to connect, it dials, rings, and then has a long tone, then disconnects. Preferences>Network>Assist Me>Diagnostics>Location>Network Port has Built in Ethernet chosen. I unchoose it, choose Internal Modem. It goes on to try to connect, than asks me if I have DSL or Cable (I don't) I choose no, asks me if there is anything else to restart, no, I choose. It then says to check configuration. I go back till the location page then continue, continue, then it connects. It won't stay selected to Internal Modem. I have checked its box and dragged it to the top (and unchecked and dragged Ethernet to the bottom). This happens 90% of the time but not always. I can connect to the internet, but have to go through this. I don't have Built in Ethernet.
    Thanks,
    Maria

    Open Network preferences. Select Internal Modem from the list and click on the Configure button. Click on the PPP tab. Fill in the required information for your dial up ISP including your username and password (for your dial up account.) Check the box to save your password. Click on the Apply button. Click on the TCP/IP tab and select DHCP from the Configure IPv4 drop down menu, click on the Apply button. Click on the Modem tab and select the modem from the drop down menu that corresponds to the one you are using or have installed internally in your computer. Click on the Apply button. Quit Network preferences. This should have you all set. Use Internet Connect to initiate the dial up.
    Why reward points?(Quoted from Discussions Terms of Use.)
    The reward system helps to increase community participation. When a community member gives you (or another member) a reward for providing helpful advice or a solution to their question, your accumulated points will increase your status level within the community.
    Members may reward you with 5 points if they deem that your reply is helpful and 10 points if you post a solution to their issue. Likewise, when you mark a reply as Helpful or Solved in your own created topic, you will be awarding the respondent with the same point values.

  • How can I change what shows in the Application Fan?

    Hiyas,
    I've been trying to find an answer to this problem and gotten nowhere fast:
    On the dock, there is my applications folder and you click it and you have some options of how it displays but basically it shows you what's in your applications folder.
    The problem is that it shows me Automator and Chess and Amazon MP3 Downloader, and Dashboard and then a note that there are 48 more in finder. Clearly it's listing alphabetically, and I know how I could right click and adjust it by a variety of dates, but mostly I just want to see some icons of stuff that I actually use. I don't need Automator, I don't play Chess on my Mac and the Amazon MP3 Downloader is an abomination of DRM management that I only tolerate because it's necessary (very rarely).
    Is there someway I can get the Applications fan on my dock to actually show icons for programs that I use? Like I said, I don't use "Automator" very often, I'd rather it put Spotify in it's place but I've just got no idea how because A is a long way before S and the dates that both items were created/modified etc. is irrelevant. Thoughts?

    I found myself a sort of workaround for not being able to change the actual applications folder. 
    Create a new folder with the aliases of the applications that you do use, and placing the folder on the Dock for access. I keep that folder in the Applications Folder, which makes it easier to drag and drop aliases into it
    You get to have a more personalized grouping of the applications you use the most, and avoid cluttering up your dock, while still getting the fan/ grid view out of it. which im guessing was the OP's target goal

  • How can I change my VPN configuration so that not everything goes through it?

    So I generally connect my laptop through my WiFi connection, which is set as priority number 1. For connecting to certain servers at my office (I work remote) I need to VPN in. Now, I'd like to be able to stay connected to VPN without ALL my internet data going through it. My understanding of the network priority list was that it would attempt the higher connection and then go lower. But I have WiFi at the top of my list and VPN at the bottom, yet everything is going through the VPN. I know this because I did a traceroute and every URL I hit is going through my work servers. I disconnect VPN and try again, they go through the comcast DNS server.
    So my previous understanding of the priority list was that it would try through the highest priority, and then only if that didn't work it through go through lower priorities in order. Is that wrong? Is there actually a way I can get it to do what I want? Thanks.

    With VPN software installed on your Mac all connections to the net will go through that VPN. you have to shut the VPN down for your normal traffic to go directly out to the net. That is just how it works.
    Let me add that is the point of a VPN. So everything done on the computer goes through a Virtual Private Network to your workplace. Otherwise your computer could expose the work network to malware you might get from the Net on your computer.

Maybe you are looking for

  • Applications become unclickable, still run in background?

    Some users (important note: _All running Intel Macs, All ran the Migration Assistant, 10.4.10_) are finding that certain applications (Microsoft Office, Mail ... ) are becoming "orphaned" from the window server. They launch fine, after a while howeve

  • SAP consume external web service - HTTP Code 200 : OK

    Hi We are integrating UPS Shipping Ground Web service with SAP system and we have the settings in place on our side and did a blank request test today and we are getting a " HTTP Code 200 : OK " error instead of a response. The SAP SOAManager shows t

  • How to make a link permanent?

    i'm designing a brochure with text and jpeg images.  as it stands the images have to be sent separately to my printer--they dont "live" in the file and automatically become a part of it the way they do in photoshop; they are merely linked.  is there

  • Where does my space go after restoring windows using bootcamp?

    i have installed windows xp on my macbook intel core2Duo 1.83 GHZ, 80GB, 1GB DDRII, 12"" using bootcamp assistant, i restored it using bootcamp, it took about 8 hours but thr process still didnt go successful,and i turned off my mac book, now windows

  • IMac won't read a purchased used promo cd

    Hi there, I've ripped about 200 CD's to MP3 and I want to rip the songs from an Audio CD that I purchased over the internet. However, when I put it in my iMac, it tries to read it for about 30 seconds, grinds and all, but then spits the disc back out