Server 8i and client 9.2 : Caractere problems

Dear all,
We use a software (server and client) and this software is running under Oracle 8i on the server side.
For some reasons, several PC-Client migrated to 9.2 client. But when we launch the Software Client, some fields appeared with Kanji Font, Square and Pipe.
SELECT *
FROM v$nls_parameters
WHERE parameter LIKE '%CHARACTERSET%';
---> NLS_CHARACTERSET UTF8
---> NLS_NCHAR_CHARACTERSET UTF8
The common configuration of the NLS_LANG is AMERICAN_AMERICA.UTF8. This configuration works with Oracle 8i clients.
Well, i'm looking for a solution about this problem.
I have to change something in the server ?
I have to edit some registry keys in Clients ?
Thanks for all,
VLE

Hi,
I have read the followed 2 documents :
"setting Up a Globalization Support Environment"
"Supporting Multilingual Databases With Unicode"
I see the the environment problem and I think that we're in a good way.
But, if I understand well, ma DATABASE is under UTF8, so I used in the NLS_LANG : AMERICAN_AMERICA.UTF8 (for client 8i) and the same for client 9.2. The second one don't work as i told you before.
I have read in the document that oracle 9i use Unicode 3.1, but not oracle 8i. But if I change the NLS_LANG in Oracle 9.2 Client, this client will already use Unicode 3.1 ?
Maybe I wrong.
For me, this is the first way, In a second step maybe this problem is due to the ODBC Oracle 9.2 ?

Similar Messages

  • Can i use same Server for server side and client??

    Hi,
    i m developing webservices in java and using two different server for server side and client.
    e.g. i m using one tomcat server on a machine to run webservice and again using one more tomcat server on client side at different machine.
    and hence it need two tomcat server.
    But i want only one server to run webservice and client.
    So please help me out...
    Thanks

    Hi,
    It is always recommended to maintain different servers
    REgards,
    Ravi.

  • Server Name and Client Name

    Hi Experts,
    Need a Function Module which can give me the current Server Name and Client name .
    Please help me out.
    Thanks
    Chandan

    Hi,
    Check out :
    1. "FIND_DB_APPLICATION_SERVER" gives the server name via the export parameter "SERVERNAME" .
    2. "TH_GET_ACTIVE_SERVER" gives the server name via the export parameter "SERVER" .
    3. "RFC_GET_LOCAL_SERVERS" will give a list containing some info about servers, then you can use the FM "TH_USER_INFO" to get user's host address from the exporting parameter "HOSTADDR". Then you can look-up the list you retrieved by the first FM where the first four characters at the field "HOSTADR" is the same with the user's. The server name is contained at the field "NAME" of the same row.
    4. sy-sysid might also be usefull
    5. Try this too:
    CALL 'C_SAPGPARAM'
    ID 'NAME' FIELD 'rdisp/myname'
    ID 'VALUE' FIELD ev_server_name.
    where ev_server_name is function module export parameter of type BTCTGTSRVR-SRVNAME.
    Hope it helps
    Best Regards
    Sumana

  • Cannot install Crystal Reports Server 2008 and Client Tools on same machine

    I am having trouble setting up Crystal Reports Server 2008 with Client Tools on a new Windows 2003 SP 2 machine. The Server 2008 package installs OK (built-in MySQL server, built-in Tomcat 5.5 server). Reports run okay. But my customer wants to run reports that use Salesforce as a data source, so I tried to install Crystal Reports Server 2008 Client Tools (needed  for Salesforce support, apparently). I receive this error:
    'Business Objects product detected: cannot continue with install'. Installation of Client Tools immediately terminates.
    Oddly enough, when I uninstalled Server 2008, the Client Tools installed successfully. Then I tried installing Server 2008, and I got the same error message as with Server 2008. What the heck?
    Any ideas on how I can get Server 2008 and Server 2008 Client Tools to live in harmony on the same machine? We were able to do this with a (otherwise overloaded) Win2K3 server before.
    Thank you in advance for any help.

    Typically the client tools are installed with enterprise by default. If not then you would want to use add/remove in control panel and select them. The installer thinks you are trying to install enterprise on top of itself and thus the error.
    Regards,
    Tim

  • Oracle Database 10.2 and Client 10.2 installation problem

    Hi Everybody,
    I am trying to install Oracle Databse 10.2g and Oracle Client 10.2 on the same server(windows 2003). I have few queries :
    - Can we install both on Same Server
    - Shall be install in the same directory or each in differenct directory
    - Does each oracle database and oracle client has it's on oracle/home path
    I installed the Oracle database and check it was working fine, I have also login through "sqlplus "/as sysdba". It was ok, all the oracle services were running perfectly. But when I installed the oracle client on the same server then all the oracle services were stopped and even when I tried to restarted manualy then got error, local user cannot start the service. Aslo not able to login thrugh sqlplus.
    Could you please give your expert views.
    Thanks in advance.
    Harish

    You can have as many Oracle Homes as your require, but you should be aware that each new Oracle Home modifies PATH environment variable, so the database could have been working fine until the client was installed, which has modified the reference to the database home.
    You could modify it back from the server advanced properties at the windows control panel.
    ~ Madrid

  • ATG Server Port # and Client Port #?

    Can you confirm that the server port # for ATG is 9010 and is there a Client Port #?
    TY!
    RC

    I have been tasked with finding the following information ahead of a server cutover due to company merger:
    Application Name |     Server Name | IP Address     | Server Port # | Client Port #
    ATG

  • Client can not connect to Server installed window server 2008 and using 8.8

    HI all!
    I have a problem when Client  log in to server that installed window server 2008.It can not connect to this server even when restart and key in IP or Server name,...
    I try disable Firewall of window 2008 in server machine and client can connect to server. But when i disable firewall, it's mean  i can not use Remote desktop or terminal service..
    Now, how i can do in order to solve this problem.
    Thanks!

    Hi,
    Take a look at the admin guide (Page 75, 119, 159):
    [http://service.sap.com/~sapidb/011000358700000150922010E.zip]
    If you installed a firewall on the license service computer, make sure that the firewall is not set to port 30000; otherwise, the license service cannot work.
    If you are using Port X, make sure that you open Port X and Port (X+1) in the firewall. For example, if you are using port 10000, make sure to also open port 10001.
    The default communication port is 1143.
    The default port of the SAP Business One license server is 30000 for license communication and 30001 for the license naming service

  • [jsr82] can a j2me app be a Bluetooth server and client role in parallel?

    I want to make my j2me app register a special service channel and listen to it, meanwhile, I also want to start a client to connect to other handset which has the same services. In Bluetooth protocol side, this is obviously OK, but in J2me is this design possible? some people said that in jsr82, the Bluetooth device is exclusive for J2me app, app cannot be both server role and client role at the same time. Can anybody give me a definite answer?

    No this design is not possible with JSR 82. Because when the device acts as a server it can't be used as a client as whenever you will run the client code the server mode will disappear.
    But what maximum you can do is when you need the client to run close the server and switch into the client mode but I think you don't need this solution.
    Shan!!!

  • Contribute CS3 CPS server and clients

    Let's say CS3 and publishing services (one in the same)
    reside in server A and client's web site resides in Server B, but
    they also have Contribute on thier client machine. Could I set up
    the CPS in server A (via ldap) and set permissions for the client
    even though their web site is in server B? If I'm not clear, let me
    know and I'll try to explain with more real examples. Thank
    you.

    I guess I didn't see anything from Macromedia that tells me
    that CPS works with the new version. I'm not looking for new
    features. I just want to make sure there aren't any
    incompatibilities, outstanding bugs.

  • Connecting to DirectAccess server from a client behind proxy with authentication

    Hi,
    All our DA clients are working fine except those that are working from a client company where a proxy with authentication is used.
    Our DA server is running Windows server 2012 and clients are running Windows 7.
    I have found similar posts, where it states it is a known issue and it is fixed by a new feature in Windows 2012, however i cannot find more info:
    http://technet.microsoft.com/en-us/library/hh831416.aspx
    IP-HTTPS runs in a system context rather than a user context. This context can cause connection issues. For example, if a DirectAccess
    client computer is located in the network of a partner company that uses a proxy for Internet access, and WPAD auto detection is not used, the user must manually configure proxy settings in order to access the Internet. These settings are configured in Internet
    Explorer on a per user basis, and cannot be retrieved in an intuitive way on behalf of IP-HTTPS. In addition, if the proxy requires authentication, the client provides credentials for Internet access, but IP-HTTPS will not provide the credentials required
    to authenticate to DirectAccess. In Windows Server 2012, a new feature solves these issues. Specifically, the user can configure IP-HTTPS to work when behind a proxy that is not configured using WPAD and IP-HTTPS will request and provide the proxy credentials
    needed to IP-HTTPS request authenticated, and relay it to the DirectAccess server.

    Hello,
    As far as I know it's a feature of Windows 2012 URA with a Windows 8 client.
    Unfortunatelly you will have trouble with proxy authentication with Windows 7 client I think
    Regards,
    Follow me on Twitter http://www.twitter.com/liontux | My Blog (French/English) :
    http://security.sakuranohana.fr/

  • Problems with games server and client

    Hi! I am making an MMORPG game and I have problems with the server and client connection.
    I can connect to the server, but when a second player does, the server console tells me this:
    java.net.SocketException: Connection reset
    After that, all clients disconnect.
    Which is the problem?
    How can I solve it?
    Thank you so much

    Here is how my sever work. I took some of this code from a book called Killer Programming Games in Java. If you google for it, you will find it for sure.
    TourGroup tg = new TourGroup(); // this object stores information about all clients connected to the server
        try {
          ServerSocket serverSock = new ServerSocket(PORT);
          Socket clientSock;
          while (true) {
            System.out.println("Waiting for a client...");
            clientSock = serverSock.accept();
            new TourServerHandler(clientSock, tg).start(); // this is the thread that monitors each client
        catch(Exception e)
        {  System.out.println(e);  }
      } This is some code of TourServerHandler
    public TourServerHandler(Socket s, TourGroup tg)
        this.tg = tg;
        clientSock = s;
        name= "?";
        cliAddr = clientSock.getInetAddress().getHostAddress();
        port = clientSock.getPort();
        System.out.println("Client connection from (" +
                     cliAddr + ", " + port + ")");
    public void run()
      // process messages from the client
        try {
          // Get I/O streams from the socket
          BufferedReader in  = new BufferedReader(
       new InputStreamReader( clientSock.getInputStream() ) );
          PrintWriter out =
    new PrintWriter( clientSock.getOutputStream(), true );  
    // and here goes the rest... The TourServerHandler thread uses this code to send messages:
    tg.broadcast(msg); tg.broadcast works like this:
    synchronized public void broadcast(String cliAddr, int port, String msg)
      // broadcast to everyone but original msg sender
        TouristInfo c; // this object stores info about the client
        for(int i=0; i < tourPeople.size(); i++) {
          c = (TouristInfo) tourPeople.get(i);
            c.sendMessage(msg);
      } This is the error part
    public void sendMessage(String msg)
      PrintWriter out;  
        out.println(msg);  
          System.out.println("OK");
      } I can't find any error but I still get that Connection reset exception...

  • 9i installation (network problem b'n server and client

    Hi
    I installed 9i in windows 2003 server and client system (win xp). I configured listener.ora file in server and tns.ora file in client mechine. while trying to ping (i.e tnsping) i m getting follwoing errors in both systems.
    C:\>tnsping tns_tekhub3
    TNS Ping Utility for 32-bit Windows: Version 9.2.0.1.0 - Production on 13-DEC-20
    06 11:28:25
    Copyright (c) 1997 Oracle Corporation. All rights reserved.
    Used parameter files:
    f:\Orahome92\network\admin\sqlnet.ora
    TNS-03505: Failed to resolve name
    C:\>

    Hi,
    i made chages in sqlnet.ora file.
    C:\>lsnrctl services
    LSNRCTL for 32-bit Windows: Version 9.2.0.1.0 - Production on 14-DEC-2006 09:23:
    04
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Service "tekhub" has 2 instance(s).
    Instance "tekhub", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Instance "tekhub", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:1 refused:0 state:ready
    LOCAL SERVER
    Service "tekhubXDB" has 1 instance(s).
    Instance "tekhub", status READY, has 1 handler(s) for this service...
    Handler(s):
    "D000" established:0 refused:0 current:0 max:1002 state:ready
    DISPATCHER <machine: SERVER, pid: 3684>
    (ADDRESS=(PROTOCOL=tcp)(HOST=server)(PORT=1064))
    The command completed successfully

  • How do I use pots on my client machine to change values, from the field, on my server machine and all other client machines?

    I am using Lookout 4.5, build 12, and I am having a problem concerning pots. I have data tables created for the different size sewer stations my system monitors. For each station, there are setpoints for starting and stopping of the pumps. I want to be able to change the setpoints for a station on the client file using a pot and have it change on all other machines running Lookout. I did this in 3.8 using DDE, but I don't want to use DDE anymore.
    I created a pot on the client file and URL'ed it to a pot on the server. On the server I created a table with a generic member "A" named "Lead Setp" and then created a member "A1" named
    "C5_1LeadSetp" then a member "A2" named "C3_1LeadSetp" and so on....
    In this table I connected the generic member "A" to the Pot I created on the server, and I connected A1 to its corresponding setpoint signal coming in from the field.
    On the client file I connected (in the table similar to the one on the server but with all signals for the station) the "A1" member to the setpoint signal coming in from the field, and I connected the "A" member to the Pot I created on the client file which is URL'ed to the pot on the server file.
    But, when I change the value of the pot on the client file, only the pot on the server and the "A" member in the table on the server change to the value of the pot on the client. The "A1" member whose screen I am changing the values from on the client does not change! This is the last thing I have to do and my file will be completely converted to 4.0. Does anyone have any ideas?
    Thanks for any responses..
    GBWY
    Jason
    Jason Phillips

    Hi Jason,
    If I understood your task correctly, you want to change the Setpoints on the Server DataTable using Pots from different clients. And also reflect these changes on the clients locally.
    You correctly remoted the Pots on the Clients to the corresponding Pots on the Server. However, you do not need tables on your clients. All you need is Expressions on each client to the particular cell of the Clients.
    So, to summarize: On the Server, the Pots write to the DataTable. And since the Pots on the Clients are remoted to these Pots on the Server, you can affect any change using these Pots. Because of the common remote source (Server Pots, i.e.) all of these Pots will always be in sync. Finally, to get the Setpoints on the Clients, just insert Expressio
    ns to the Server's DataTable.
    I am attaching a simple example (exmpl.zip) which does this. There are three processes -- My_Server, My_Client1, and My_Client2. I had them setup on the same machine so the paths are all process relative, but you can always change those to computer relative or absolute and move the client processes to diff machines.
    Hope this helps.
    Rgds,
    Khalid
    Attachments:
    exmpl.zip ‏12 KB

  • I am using server and client systems when i am trying to open the browser in two or more machines it says that firefox is already running, i want to open the browser in all machines simeltaniously

    I am using server and clients machines in my office, here i want to open browsers in all systems simultaneously but i am unable open the browser, when i am trying to open the browser in the second machine it says that firefox is already open... pls. solve this problem
    Thank you

    You can't open one Profile more than once. You need a separate Profile for each browser on each PC that you open.
    https://support.mozilla.com/en-US/kb/Profiles

  • RMI server and client in one application - Exceptions during some calls

    I wrote an application, which is an RMI-Server (Server1), and another separate application, which is an RMI-Client (Client1). Because I wont use dynamic class loading, I gave the client beside the interface.java also an interface_implementation.java, which is only a dummy of the original interface_implementation of the server. This dummy contains only declarations of the methods (parameters and return values) and no functional code. From this dummy the _stub.class is generated, and it works fine - no problem.
    Now I want to modify Client1 to become also an RMI-Server (Server2) for a second, separate Client (Client2), the methods used are different from the first RMI connection. This Client2 uses a dummy of the implementation of Server2 in the same way as described above. The application Client1+Server2 only has to "translate" the calls from Client2 to Server2 into calls of Client1 to Server1 (Server1 is not changed at all). In case of primitive method parameters or return values this chain of RMI-applications works fine, but in case of more complex structures (my own classes) during the call of Client1 to Server1 an "ClassNotFoundException: access denied to class loader" occurs by running through the stub. Both stub.classes are found, all of the applications know the objects needed, the call of Client1 to Server1 is exactly the same call as it was during the simple version (only Server1 and Client1).
    Does anybody know, why this exception occurs and how I can overcome this ?
    Axel

    I figured out a solution - it's a problem of policies. In detail: Server1's codebase entry (file:) refers to the class directory of Server1's project. In the simple case of only Client1, which has no codebase entry, it works fine without a file permission on the side of Server1. In the complex case of Client1+Server2, which has to have a codebase entry (file:) refering to the class directory of the Server2's project on a separate machine, for exactly the same method call from Client1 to Server1 a file permission entry on the side of Server1 is needed for Server1's class directory. But WHY ???
    It seems to be a little confusing with the codebase entries, many of the posts are contrary to others and to my personal experiences. Some comments given by Adrian Colley throw a little light upon some aspects. Is there anybody, who can explain the whole topic, when, why, and which part of RMI application deals with codebase entries, also in case of not dynamic code downloading ? May be there is also a reference into the java docs, which I didn't found up to now.
    Thanks in advance
    Axel

Maybe you are looking for

  • How to send an object from one application to another?

    Hi all, I have two applications over the same server. The first application needs to send an object to the other application. I try to put the object as a session attribute, but in the moment that the second application tries to get the attribute, th

  • 6th Nano-Not able to sync more than 8gb from seleted music catagories

    Hello, I have an Ipod Nano 8GB 6th Gen. I would like my nano to function pretty much like my 2gb shuffle. My 2gb shuffle will randomly autofill with playlists i have created that are usually greater than 2gb by randomly picking 2gb worth of music fro

  • Cash journal - change of voucher lay out

    Hi Pls advice how to change the cash journal's voucher lay out in the system. is there any configuration request to do this?? Pls help on this. Thanx

  • Invalid Location for operator while batch mapping

    Hi, I am using 10.2g version of OWB and while deploying the batch mapping, I am getting errors like: "VLD-1134: Invalid location for operator DATE_REF_SEQ_0. Configured location for operator does not exist or is not a valid location under the referen

  • How to make SMS ALERT VIBRATE longer?

    When ever my phone is in my pocket, and i have it on vibrate, i never know when i have a text message beacuse the vibration alert is too short (not even a second long!). is there anyway it prolong the vibration for SMS alerts?