How to change connections parameters?

Hi,
How to change connections parameters
For Local BC4J JClient Application with a Simple executable JAR File?.
The name of de Server in Production is not equal to the name of de Server Test.
URL (production) is= jdbc:oracle:thin:@OtherServer:1521:OtherBase
URL (test) is= jdbc:oracle:thin:@MyServer:1521:MyBase
Without generate a new jar.
In other terms, how to deployment de executable simple jar for distribution with configurable connection parameters.
Thanks.

Hi,
How to change connections parameters
For Local BC4J JClient Application with a Simple executable JAR File?.
The name of de Server in Production is not equal to the name of de Server Test.
URL (production) is= jdbc:oracle:thin:@OtherServer:1521:OtherBase
URL (test) is= jdbc:oracle:thin:@MyServer:1521:MyBase
Without generate a new jar.
In other terms, how to deployment de executable simple jar for distribution with configurable connection parameters.
Thanks.

Similar Messages

  • How to change the parameters(rot x,y,z &dictance) to get Kinect Fusion Explore Multi Static Cameras sample work?

    Recently,I start to pay attention to  the  function 'Kinect Fusion Explore Multi Static Cameras sample' In SDK 1.8.
    Here ,I use two kinects ,but I have no idea how to change the parameters(x,y,z &dictance) in the red rectangle to make it work successfully.
    By the way,I hava calibrated the two kinects' camera and get the related perameters.

    sorry,I can't add the image to my question...~~~~(>_<)~~~~

  • ThSysInfo - How to change the parameters???

    Hi all,
    is it possible to change the parameters which are available with this system call...
    We have changed the hostname in our system... but with this system call we always get the old hostname... Do we have to refresh a buffer or is it not possible to change these values...
    CALL 'ThSysInfo'
          ID 'OPCODE'   FIELD OPCODE_MSGSERVER
          ID 'MSOPCODE' FIELD MS_GET_HWID
          ID 'HW_ID'    FIELD HWID
          ID 'ERRMSG'   FIELD ERRMSG.
    Any ideas?
    regards

    pllz help me what is the solution for these
    ThSysInfo - How to change the parameters???
    CALL 'ThSysInfo'
          ID 'OPCODE'        FIELD OPCODE_GET_VIRT_HOSTDATA
          ID 'PROTOCOL'      FIELD PROTOCOL
          ID 'VIRT_IDX'      FIELD VIRT_IDX
          ID 'HOST'          FIELD HOSTNAME
          ID 'PORT'          FIELD PORT.
    i want to change the hostname as by default through system it is taking some hostname but i want to change that hostname can u plzz guide me how to change that hostname as i am using these FM in my webdynpro method
    pllzz hel me as soon as

  • 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 to change NLS parameters in SQL Developer?

    I think that Oracle National Language Support is quite confusing. How can I easily change NLS parameters for SQL Developer (for all connections) to match exactly those that my database is using?

    Hello,
    SELECT 5/8 x FROM dual;F9 -> 0.625
    Change decimal separator in preferences
    F9 -> 0,625
    It is different when I execute a query/script with F5, then I always get 0.625
    SELECT * FROM nls_session_parameters
    WHERE parameter = 'NLS_NUMERIC_CHARACTERS';
    PARAMETER                      VALUE
    NLS_NUMERIC_CHARACTERS         .,
    SELECT 5/8 x FROM dual;
             X
         0.625
    Change settings
    SELECT * FROM nls_session_parameters
    WHERE parameter = 'NLS_NUMERIC_CHARACTERS';
    PARAMETER                      VALUE
    NLS_NUMERIC_CHARACTERS         ,.
    SELECT 5/8 x FROM dual;
             X
         0.625Even changing the settings with ALTER SESSION makes no difference
    ALTER SESSION SET NLS_NUMERIC_CHARACTERS = ',.';
    SELECT * FROM nls_session_parameters
    WHERE parameter = 'NLS_NUMERIC_CHARACTERS';
    PARAMETER                      VALUE
    NLS_NUMERIC_CHARACTERS         ,.
    SELECT 5/8 x FROM dual;
             X
         0.625
    ALTER SESSION SET NLS_NUMERIC_CHARACTERS = '.,';
    SELECT * FROM nls_session_parameters
    WHERE parameter = 'NLS_NUMERIC_CHARACTERS';
    PARAMETER                      VALUE
    NLS_NUMERIC_CHARACTERS         .,
    SELECT 5/8 x FROM dual;
             X
         0.625It seems the script output does not care about my settings :-(
    Regards
    Marcus

  • How to change NLS parameters in Oracle XE?

    Hi
    I have to change some parameters in database using Oracle XE server but I don't know how to do it. I must change these parameters:
    NLS_CHARACTERSET
    NLS_NCHAR_CHARACTERSET
    How to do it?
    Thanks for help.

    Thanks, but I'm newbie and I have to ask you about more details :)
    What do you mean when you saying: init file (or spfile)? Where can I find these files?
    Registry entry (NLS_LANG) is correct, but when I'm using web based administration application I can see more NLS settings. Unfortunately I can't change them :(
    Using XE version I can't (I'm not sure about that) create another instance, there is only one instance created by installer. Is it possible to change NLS settings in this case?

  • Problems with spfile. How to change database parameters

    Hello
    My Oracle database is 10.2.0 and SAP version is NW2004s. I am having errors in alert.log file
    Thread 1 cannot allocate new log, sequence 3959     
    Checkpoint not complete                             
    Sun Aug 27 01:38:12 2006                            
    I have changed the parameter log_buffer from 14274560 to 1048576 following the SAP Note 830576. I changed the pfile and created a spfile from this pfile. Now the pfile and spfile reflect the parameter log_buffer as 1048576.
    But surprisingly, when I say
    SQL> show parameter log_buffer
    NAME                               TYPE                VALUE
    log_buffer                         integer         14274560
    Even after pfile and spfile reflecting 1048576 value for log_buffer, the database is showing this old value. Kindly let me know how to change the log_buffer parameter.

    hi,
    check which file it is reading
    sql>sho parameter spfile
    If it is reading spfile
    issue alter system set log_buffer=<value> scope=spfile;
    down and bring up database
    If it is not reading spfile means reading pfile change parameter in INIT<SID>.ORA file
    move all files which starts with spfile in dir $ORACLE_HOME/dbs to backup location
    connect to database
    create spfile from pfile
    check $ORACLE_HOME/dbs only one spfile<sid>.ora exists
    bring up database
    and look for log_buffer
    I guess ur changing in some other file which oracle is not reading.
    or u can issue startp pfile='path';
    then u can create spfile and issue startup force.
    regards
    Vinod

  • How to Change Database parameters as suggested by EWA report

    Dear Experts,
    As per EWA report , i have been asked to change several DB parameters as per note 0124361 . Should i go aghead and change the parameters ? What is the procedure of chaging those parameters? what is the real process that should be followed ? Please revert.Points guaranteed.
    Regards,
    Somya

    Run "brspace -f dbparam"
    Select option 1 "Change parameter value" and change the parameters. After changing select option 3 to create a new init.ora.
    If you change parameters that have the scope "spfile" oracle requires a restart. If you only change parameters with scope "both" you don't need a restart of oracle. This changes are affected on the fly.
    To restart oracle:
    connect / as sysdba
    SQL> shutdown
    SQL> startup
    You don't need to stop SAP if you only change oracle parameters. SAP reconnects automatically if the database is up.

  • How to change connection mode on WEBDB

    I would like to ask if anyone know how to change the connection mode on WEBDB from socket to HTTP, aside from configuring the formsweb.cfg is there any parameter I need to modify? Would be advisible to change my connection mode to HTTP? I have 2 remote site that I need to give access to our application (forms/reports) and we are connected using VPN, but unfortunately, our remote site could not display the forms. But in our local network I don't have any problem, everyone can display our forms. Currently my forms server is configure to use socket as my connection mode. Do I have to change my connection mode in order for my 2 remote site to access our forms?
    Thank you for your help.
    Mathew

    You can't. iPod touches do not have a Disk Mode like other iPods.

  • How to change connection string for a form created with b1de

    Hi all
    i've created a form using the Code Generator tool ob B1DE
    My question is how can i set the connection string to a different server and database. doing so after the creation wizard has finished?

    Hi,
    Why do you need to change the connection string? What are you calling "connection string for a form"???
    The only connection string I now about is the one used to connect to the UI API... and this one is fixed for all apps in debug mode and given as parameter when your addon is registered in B1.
    The connection string is filled in the code of your generated addon.
    Please go to the main class of your addon, in the main method you have the following code where the connection string is filled either with the command line parameters (release mode) or with the fixed value given by SAP. This code doesn't need to be changed...
            public static void Main()
                int retCode = 0;
                string connStr = "";
                bool diRequired = true;
                // CHANGE ADDON IDENTIFIER BEFORE RELEASING TO CUSTOMER (Solution Identifier)
                string addOnIdentifierStr = "";
                if ((System.Environment.GetCommandLineArgs().Length == 1)) {
                    connStr = B1Connections.connStr;
                else {
                    connStr = System.Environment.GetCommandLineArgs().GetValue(1).ToString();
                try {
                    // INIT CONNECTIONS
                    retCode = B1Connections.Init(connStr, addOnIdentifierStr, diRequired);
    Regards
    Trinidad.

  • How to change connection port between INTEGRATION SERVER and Adapter Engine

    Hi,
    I have scenario that in the productions server we are using SAP web dispatcher to connect to Adapter Engine for example the port is 60000.
    So when we copy this server to DR environment the webdispatcher is not there. is that any way to change the all connection port between IS and Adapter from 60000 back to original port 50000 ?
    Please advise ?
    Thank You and Regards
    Fernand

    HI,
    The waiting status is because of Message Queue is in wiating status. This may be because of overload of the messages, or may be your receiver systems is not ready  etc.
    SO go to SMQ2 and check the status of the queues.
    Also have a look into this blog-
    /people/sap.user72/blog/2005/11/29/xi-how-to-re-process-failed-xi-messages-automatically
    <i>
    Why I can see this messages only in the integration server?</i>
    >>>If message reachs the Adapter engine, you can see in the Adapter monitor. In your case, message is still there in the Integration Engine. Once the queues are cleared it will reach the Adapter engine, so you can monitor it in the adapter engine
    Regards,
    Moorthy

  • How to change the parameters in virtual MOSFETs

    I have been using Multisim for quite a while. I find that in Multsim 8 & 9, I can't change the model parameters in Virtual MOSFETS,  like VTO,
    KP,GAMMA,  PHI and  LAMBDA, etc. I could do this in Multisim 7, is there an explanation for that? or is there something hidden there?
    Thanks in advance for your attention.

    In Multisim 8 and Multisim 9 the Virtual MOSFET dialog box was actually simplified and that is the reason why the "Edit Model" button you are used to is no longer there. The dialog box is such that it mimics the information available on a data-sheet and therefore setting up the physical characteristics of the device is done quite quickly. This in-turn generates the simulation model for the virtual device. With the Edit Model button you are accomplishing a similar task, however you did so by playing around with SPICE parameters which is less intuitive.
    For now, if you wish to control the properties of a device wholly, I would recommend that you take a pre-existing real MOSFET model and then edit its parameters with the appropriate SPICE parameter values (such as GAMMA, LAMBDA etc...)
    I hope this helps.

  • How to change connection point of soundtrack clip

    Maybe a simple question!
    When I add an audio music file to the timeline below the video clips, occasionally it connects (that small hard to see line sticking upwards) to a video clip that is not ideal. How can I break that connection and make the audio file link to a video clip of my choosing?
    Cheers
    Waddo

    well.actually you can..
    those audio 'connectors' don't necessarily have to be done with the clip straight 'above' them.
    watch this tutorial:
    http://youtu.be/Cm7mfrFd8QQ
    ... although I don't get it exactly, why an audio-clip should NOT be connected to the video-clip you're actually watching while listening to that specific audio-clip 

  • How to change Connection String property in DataLink tab with Database options at Runtime?

    Hello
    please help me with your suggestions on the subject.
    I need to set "connection String" property at runtime as a result of some operation so as to log data in one of the 2 different database available.
    Regards
    Nitin Goel

    Hello Goel,
    are you thinking about something like this:
    Message Edited by frankne on 07-15-2009 01:40 AM

  • How to change parameters of Static VI Reference

    Can anyone let me know how to change the parameters of a static vi reference please? right now when I right click on it, just says "Strictly Typed VI". I don't know how to add/delete/change the parameters of it.
    Thanks,
    Solved!
    Go to Solution.

    Hello Triple H,
    This is Andrew Brown, an Applications Engineer with National Instruments. You will need to go through the process to create a new strictly typed VI reference in order to update the parameters of your Call by Reference Node. An article that details this process is Creating a Strictly Typed VI Reference That Calls VIs Dynamically. 
    Please let me know if you have additional questions or issues in this area.
    Regards,
    Andrew Brown
    Applications Engineer
    National Instruments

Maybe you are looking for

  • BAPI/FM to change scheduling agreement's delivery status.

    Hi All, I have to check  "Delivery completed" indicator of scheduling agreement. I tried using BAPI_PO_CHANGE but it returns the message below: "Not possible to process a scheduling agreement using this function" Is there any other BAPI or FM to chan

  • I don't want them to go through all my pages...interactive pdf

    I want to create an interactive pdf, that is only "controllable" by clicking certain buttons on the pdf. I mean i don't want the viewer to simply go through all my pages by clicking the arrow keys on the keyboard (etc...) To make things clear, i have

  • "Closed Clam" question

    I use the MacBook Pro attached to a HDTV. My question is.. If I have it in Closed Clam mode for a extended period of time will this hurt and damage the MacBook Pro ?

  • Count the number of columns return in an user-input sql query

    I need to do something like this I let an user input a sql query and then execute it assuming the sql query is always correct, it will return a Resultset then a table will pop up to accomodate the number of columns the resultset will produce i'm stuc

  • Settings to order min qty in purchase requistion

    Hi ,   Our customer wants to order a material in multiple of quantities 10 ITMS in the purchase requistion. Is there any setting to achevies this .  i have tried with rounding profile , it is working in POs , but not in purcahse requistion.  Please a