ORA-12154 error when logging into SQL*Plus

I installed Oracle 10g (10.2.0.3.0) server on a Hyper-V virtual machine running Windows Server 2008 Enterprise as a standalone server. I did a software only install and then ran the Database Configuration Assistant to create a database. I also ran the Oracle Net Configuration Assistant to configure the Listener, Naming Methods, and Local Net Service Name. I ran the test in the Net Configuration Assistant and it was successful after I changed the login credentials to use the SYSTEM account and password. TNSPING of the net service name is successful. I can also successfully connect to the database via Enterprise Manager using the SYSTEM account and password. What I can NOT do is connect locally to the database via SQL*Plus (either through the gui or command line). I get the following error:
ERROR:
ORA-12154: TNS: Could not resolve the connect identifier specified
I've checked and double-checked the LISTENER.ORA, SQLNET.ORA, and TNSNAMES.ORA files. They all seem correct to me, especially since I used the configuration assistants to create them.
Anyone have an idea what might be wrong or what I can check next? Any help would be appreciated!
Thanks!

They all seem correct to me, especially since I used the configuration assistants to create them. Garbage In, Garbage Out.
Since Oracle throws an error, I strongly suspect you are mistaken.
Simply put, you are using something like "@REMOTE" someplace & somehow and the error indicates SQL*Net does not know to what @REMOTE refers.
How many systems are involved, names, OS version, etc?
post connection string & post contents of tnsnames.ora file.

Similar Messages

  • Error when log into sql developer as sysdba

    Hi iam able to loging in oracle 11g from command prompt as sysdba,
    the same when iam tried from sql developer with same credentials as sysdba its showing error invalid user or password.
    Could any one help me out o n ths pls?

    Did you select role SYSDBA from the drop-down box?
    Provide all details you entered in the dialog.
    Hope that helps,
    K.

  • Ora 12154 error when trying to add a database to VS Server Explorer

    Hi Everyone,
    I get the Ora 12154 error when trying to add a database to VS Server Explorer.
    How do I get around this problem.
    The database service is running and I can connect to the database with pl/sql.
    I can also tnsping the database and that is also ok.
    Looks like a problem with the odp.net software.
    I am running the 32 bit Oracle 11g on a Windows7 Home Premium 64 bit PC.
    I am new to this stuff so please help me step by step.
    Thanks.
    Emad

    Hi J. B.
    I have a question related to this. After you told me about the //host:1521/database alias I tried it in a VB 2008 program and it worked and returned data. At least I know that it can be used in a VB program without issues. I just now need to be able to add a connection with the Server Explorer.
    Anyway here is the VB coding I used. I'm new to this and still learning:
    Imports Oracle.DataAccess.Client ' Visual Basic ODP.NET Oracle managed provider
    Public Class Form1
    ' String to connect to the database.
    Dim strConnectionString As String = _
    "Data Source=//emad-pc:1521/emadeva;User ID=scott;Password=tiger;" '
    ' Associate the connection string with a connection object.
    Dim objOracleConnection As New OracleConnection(strConnectionString)
    ' SQL query for returning data rows.
    Dim strSqlQuery As String = _
    "Select dname, deptno " & _
    "From dept " & _
    "Where deptno = 10" '
    ' Command object to make this query work.
    Dim objOracleCommand As New OracleCommand(strSqlQuery, objOracleConnection)
    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
    ' Identify what type of command is being used.
    objOracleCommand.CommandType = CommandType.Text
    Try
    objOracleConnection.Open()
    ' Set up a Data Reader and load it with data.
    Dim objOracleDataReader As OracleDataReader = _
    objOracleCommand.ExecuteReader()
    objOracleDataReader.Read()
    ' Convert the department number to a string.
    lblDepartmentNumberFromOracle.Text = _
    CStr(objOracleDataReader.Item("deptno"))
    Catch ex As Exception
    MessageBox.Show(ex.Message, "Error")
    End Try
    End Sub
    End Class
    I still want to thank you for the help you are providing.
    Truly,
    Emad

  • I get an access denied error when logging into extension builder 2.1 on Flash Builder 4.6

    I get an access denied error when logging into extension builder. The error is: You are not eligible to use CSIDE1 services due to the Service Eligibility Requirements.. Very frustrating since there is no other option than to read the adobe legal docs.
    Before this started happening I was prompted to put in my birthday (WHO KNOWS WHY ADOBE NEEDS MY BIRTHDAY). I filled it in wrong and now this....
    PLEASE HELP

    Ok this problem is fixed.
    Info for anyone else who faces this problem.
    Apparently when adobe designed the extension builder installer package, they decided to get cute and try to figure out what version of the software, the extension builder package files should be installed into. So if you have FB4, FB4.6, and FB.7 there is no telling where it will go. Also if you try moving these folders somewhere else out of the applications directory, the installer will still find them on the system. I finally figured this out by watching my system log and seeing
    11/22/13 12:13:46.258 AM cp[70909]: Cannot make directory /Applications/Adobe Flash Builder 4.6/Adobe Flash Builder 4.6.app
          Location: /Users/myuser/Downloads/Adobe Flash Builder 4.6-adobegarbage/plugins/com.adobe.cside.ui_2.1.0.201304282312/icons: No such file or directory
    After removing every single instance of places the package installer was trying to use. It finally resolved to the correct FB4.6 location. Why adobe could'nt spend a little extra time add a destination selector in the package installer is beyond me, but hey i only wasted 3 days trying to figure this out.... Sadly it isnt the first time i've wasted copius amounts of time fighting Flashbuilder problems.
    Halligrimur, thank you for your help. It did lead to me solving the problem.

  • Can I use username = system when I log into SQL plus?

    I am new to Oracle and SQL plus and I have some questions to ask?
    I managed to get SQLPlus working using  sqlplus system/password
    When I installed Oracle I created a database called ORCL and set a  password.  My question is when I am using SQL Plus is it OK
    to use username= system.  The problem is that I created 3 tables in this database but when I list the tables I get about 181 tables returned.
    It seems that I have  logged into the master database.
    In fact I just used the password I set when I  installed Oracle (not the @asi past)
    from:
    http://docs.oracle.com/cd/E13212_01/wles/docs42/installadmin/database.html
    Configuring an Oracle Policy Database
    To configure an Oracle policy database, you must create the policy database, create a security role and a user, and grant the security role and user access.
    To configure a policy database, perform the following steps:
    Open a command window, run the Oracle SQLPlus utility, and login as user SYSTEM with the password you set for that user account when you installed the Oracle database software.
    sqlplus system/password@asi
    where: password is the password you set for the system account when you installed the database software and asi is the database instance name.
    The name of the database I set up when I installed Oracle was ORCL.
    I can set up a data source using WebLogic Server Administration Console using  the following data:
    Database name:             ORCL
    Host name:                      localhost
    Port:                                 1521
    Database USer Name:   System
    Password:                        the password I set when I installed Oracle
    This is different form the book I am using where the writer used the database name XE as in the following:
    Database name:             XE
    Host name:                      localhost
    Port:                                 1521
    Database USer Name:   OE
    Password:                        .......
    Confirm Password:        .......
    Anyways I managed to create some tables  using SQL script.  I assume these are in the ORCL database. 
    SELECT TABLE_NAME FROM USER_TABLES  will list all the tables in the database.
    Apparently there are a lot more tables in this database (181 tables) than I thought.  I have only created  3 tables.
    Article
    Section
    Edition
    Is this how it should be?
    Also I am trying to create another table Catalog  but SQLPlus is not allowing me to do this!
    ERROR at line 1:
    ORA-00955: name is already used by an existing object
    Next I create an EJB project using Eclipse (Oracle Enterprise Pack for Eclipse).   Then
    I add a JPA (Java Persistence API) project facet.  In this I  specify the following:
    SID:                         ORCL
    Host:                       localhost
    Port Number:       1521
    User name:            System
    Password:               The password I set when I installed Oracle.
    Here there is a GUI called Select tables which gives a list of tables I assume the same list of table
    I had listed in DOS however there appears to be more tables here. 
    Anyways,  I am just wondering am I on the correct path and would this Database I am using be the
    ORCL database.  Would all these tables be tables that are in the ORCL database?
    Thank you in advance for your help.
    Brian.

    Hi Shannon,
    Thanks for visiting Apple Support Communities.
    You can sign in to another iTunes Store account on your Nan's iPad by following the steps in this article:
    iOS: Changing the signed-in iTunes Store Apple ID account
    http://support.apple.com/kb/ht1311
    Best,
    Jeremy

  • ORA-12154: Error when connecting to asm instance

    hi all, I am now facing new problem with asm of clusterware, I failed to connect to asm instance, there is how I did it:
    sqlplus /nologSQL*Plus: Release 11.2.0.1.0 Production on Wed Jul 7 04:58:52 2010
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    SQL> connect sys@+ASM as sysasm
    Enter password:
    ERROR:
    ORA-12154: TNS:could not resolve the connect identifier specified
    I consider listener is correct configed.
    lsnrctl statusLSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 07-JUL-2010 08:51:49
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Produ
    ction
    Start Date 05-JUL-2010 22:12:29
    Uptime 1 days 6 hr. 39 min. 23 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File E:\app\11.2.0\grid\network\admin\listener.ora
    Listener Log File e:\app\11.2.0\grid\log\diag\tnslsnr\rac1\listener\aler
    t\log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\LISTENERipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.110)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.112)(PORT=1521)))
    Services Summary...
    Service "+ASM" has 1 instance(s).
    Instance "+asm2", status READY, has 1 handler(s) for this service...
    Service "itpub" has 1 instance(s).
    Instance "itpub2", status READY, has 1 handler(s) for this service...
    Service "itpubXDB" has 1 instance(s).
    Instance "itpub2", status READY, has 1 handler(s) for this service...
    The command completed successfully
    How to resolve the promblem? Best regards..

    thank you for you kind.. I forgot it... but after I modify tnsname.ora, Error number changed..
    tnsname.ora:
    # tnsnames.ora Network Configuration File: E:\oracle\product\11.2.0\dbhome_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    ITPUB =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = rac-cluster-scan)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = itpub)
    +ASM =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = rac-cluster-scan)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = +ASM)
    *>sqlplus /nolog*
    SQL*Plus: Release 11.2.0.1.0 Production on Wed Jul 7 12:50:07 2010
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    SQL> connect sys@+asm as sysasm
    Enter password:
    ERROR:
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    SQL>
    tnsping +asmTNS Ping Utility for 64-bit Windows: Version 11.2.0.1.0 - Production on 07-JUL-2
    010 12:51:09
    Copyright (c) 1997, 2010, Oracle. All rights reserved.
    Used parameter files:
    E:\oracle\product\11.2.0\dbhome_1\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = rac-clus
    ter-scan)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = +as
    m)))
    OK (20 msec)

  • Error when connecting to SQL*PLUS via ODBC to Excel

    OS: Windows 2000 Professional
    Oracle DB: 9i release 2
    SQL*Plus: Release 9.2.0.1.0
    MS Excel: 2000
    ===================
    When I try to connect to SQL*PLUS via ODBC to Excel with "connect scott/tiger@odbc:libro" I get the following error:
    ORA-03121: no interface driver connected - function not performed

    SQL Server objects are commonly case sensitive, so please surround the column and table names by double quotes:
    SELECT "Type_PK_ID" FROM "dbo"."boundaries"@sqlserver
    SIDE NOTE: Oracle is by default not case sensitive and all object names are stored in upper case. To get case sensitive objects they need to be surrounded by double quotes. In HSODBC case sensitive table names were commonly found even when not surrounded by double quotes as the gateway used internal SQL Server methods to find the correct table nameing - this method does not work for column names. So to be able to query a case sensitive column it needs to be surrounded by double quotes and the table name must be written as stored in the source database.

  • ORA-12154 error when trying to connect to Oracle 11g DB from Excel 2010

    All,
    I am trying to set up Excel 2010 64-bit to connect to an Oracle 11g database, but am having some trouble due to an "ORA-12154 could not resolve the connect identifier specified" error. I am able to TNSping the SID name, as well as connect to SQLplus. The TNS entry works, and the Oracle Home is in the right spot. I am even able to put the full connection string in the "Data Source" field when creating a data link in Excel and have it connect to the DB. But I would like to be able to create one that used the SID rather than the full connection string, as other users will have to use this. The developer behind the Excel solution created a number of .odc files to connect to various databases, so this gives extra weight behind figuring out how to connect via a SID rather than a full connection string. Any suggestions?

    user10832104 wrote:
    All,
    I am trying to set up Excel 2010 64-bit to connect to an Oracle 11g database, but am having some trouble due to an "ORA-12154 could not resolve the connect identifier specified" error. I am able to TNSping the SID name, as well as connect to SQLplus. The TNS entry works, and the Oracle Home is in the right spot. I am even able to put the full connection string in the "Data Source" field when creating a data link in Excel and have it connect to the DB. But I would like to be able to create one that used the SID rather than the full connection string, as other users will have to use this. The developer behind the Excel solution created a number of .odc files to connect to various databases, so this gives extra weight behind figuring out how to connect via a SID rather than a full connection string. Any suggestions?
    If you are able to connect with sqlplus, then this really becomes a question of how to define a data connection in Excel.
    But after quickly googling ..
    In excel ...
    "Data" tab
    "from other sources"
    "from data connection wizard"
    select ODBC DSN
    On data link properties, select the "connection" tab
    select "Use Data Source Name" and hit the drop-down
    select a dsn that you had previously set up to point to the oracle database.
    Anyway, that looks like how it is supposed to be done.  I'm getting a dll initialization error.  Probably due to the fact I have both 32-bit and 64-bit oracle clients, and windows never handles that very gracefully.  But then Windows never graceffully handles anything that isn't MicroSoft.   To paraphrase Forest Gump, "My momma always said Windows was like a box of chocolates.  You never know what you're going to get."
    In any event, the error you report means it was actually tying to look it up in tnsnames, but what you supplied wasn't found there.  That can also be a big issue when dealing with MS products, because they don't use the same terminology, so lead people into entering something other than what Oracle expects.  Are you referencing an ODBC DSN?  If so, have you tested that apart from Excel?

  • Error when logging into Yahoo homepage

    i get a question on the bottom of my screen when i log into my yahoo.com home page:
    Do you want to save yql?format=json&yhlVer=2&yhlClient=rapid&yhlS=150002829&yhlCT=3&yhl... from geo.query.yahoo.com?
    options under save are save or save as. cancel button is also present and x is available. Nothing happens when you press any of them. I turned off PC and also did a restore to 3 days ago. Question continues to pop up. Any help would be appreciated.
    Thanks

    David, welcome to the forum.
    This is a problem that would best be handled by Yahoo Customer Support.  They are the experts on their software and should be able to solve your problem quickly.
    Please click the "Thumbs Up+ button" if I have helped you and click "Accept as Solution" if your problem is solved.
    Signature:
    HP TouchPad - 1.2 GHz; 1 GB memory; 32 GB storage; WebOS/CyanogenMod 11(Kit Kat)
    HP 10 Plus; Android-Kit Kat; 1.0 GHz Allwinner A31 ARM Cortex A7 Quad Core Processor ; 2GB RAM Memory Long: 2 GB DDR3L SDRAM (1600MHz); 16GB disable eMMC 16GB v4.51
    HP Omen; i7-4710QH; 8 GB memory; 256 GB San Disk SSD; Win 8.1
    HP Photosmart 7520 AIO
    ++++++++++++++++++
    **Click the Thumbs Up+ to say 'Thanks' and the 'Accept as Solution' if I have solved your problem.**
    Intelligence is God given; Wisdom is the sum of our mistakes!
    I am not an HP employee.

  • Error when logging into the UME

    I am having problems logging into my UME. This is an ABAP + JAVA install on the IBM iSeries. I've got a total of 4 SAP instances with the J2EE Engines installed. This works on all excpet one. When I enter my userid J2ee_admin, it throws an 'unknown error'. I've got the trace level turned up, and the only thing I see in the default trace file is:
    (UNKNOWN_ERROR) not found in properties files-UNKNOWN_ERROR
    [EXCEPTION]
    #1#java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key UNKNOWN_ERROR
    Any ideas?
    Thanks,
    Diana

    Hello,
    Thank you for the response. It was the security provider in the Visual Manager that was the problem. I had done some configuration to get my Live Auction working, and I entered a parameter incorrectly.
    Thanks,
    Diana

  • Error when logging into account

    I'm getting an error when trying to log in to my account.
    I had 3 hard drives in my Mac and removed 2 of them and wiped/installed into another computer.
    I still have the hard drive with OSX on it installed, but when I try to log into my account it says there is an error. I'm able to log into the Admin account, but not the one I used regularly.
    I would like to recover some files I had on the desktop. Any way to do this?

    While logged on as Admin, I go to OSX/Applications > Users > Brent > Desktop > Get Info > Permissions for Shared are Read/Write. All selections within the Brent folder have a red circle next to them - If I try to access them, it says the folder can't be opened because I don't have sufficient access privileges.
    [IMG]http://img191.imageshack.us/img191/1039/picture3hs.png[/IMG]
    [IMG]http://img215.imageshack.us/img215/7302/picture4ub.png[/IMG]
    [IMG]http://img405.imageshack.us/img405/2796/picture5oh.png[/IMG]
    [IMG]http://img683.imageshack.us/img683/4117/picture6zd.png[/IMG]

  • Why do I get server error when logging into Icloud on my pc

    Why do i get server error when i try to log into icloud control panel on my pc

    document.write(''); document.cookie = 'CTINC=1; expires=Fri, 08-Oct-2021 04:56:11 GMT; domain=.royalbank.com; path=/'; document.cookie = 'SiteStamp=XXDtZ12Ou3WtAF; expires=Fri, 08-Oct-2021 04:56:11 GMT; domain=.royalbank.com; path=/'; document.cookie = 'Persistent_id_XXDtZ12Ou3WtAF=0BD14F766ACA:1318308966; expires=Fri, 08-Oct-2021 04:56:11 GMT; domain=.royalbank.com; path=/';

  • "Connection Failed" error when logging into App Store after upgrading to Yosemite

    I can log into Apple.com with my Apple ID but App Store will not accept the password and it returns a "Connection Failed" error.
    Here is the activity log from the console when I try to log in.... Any ideas??
    MacBook Pro 15" (late 2013)
    10/23/14 11:35:56.000 AM kernel[0]: BUG in process suhelperd[318]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    10/23/14 11:35:58.488 AM storeaccountd[275]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fedfbe34d70> connection from pid 1567 with interface <AccountServiceInterface: 0x7fedfbe35030> (PID 1567)
    10/23/14 11:35:58.490 AM storeaccountd[275]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fedfd8ce530> connection from pid 1567 with interface <AccountServiceInterface: 0x7fedfd8a5df0> (PID 1567)
    10/23/14 11:35:58.492 AM storeuid[1537]: UIServiceDelegate: Accepting new connection <NSXPCConnection: 0x7f9ebda081a0> connection from pid 1567 with interface <UIServiceInterface: 0x7f9ebda08760> (PID 1567)
    10/23/14 11:35:58.597 AM storeaccountd[275]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fedfda8e120> connection from pid 2001 with interface <AccountServiceInterface: 0x7fedfda936c0> (PID 2001)
    10/23/14 11:36:08.000 AM kernel[0]: BUG in process suhelperd[318]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    10/23/14 11:36:10.560 AM storeaccountd[275]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fedfda7a190> connection from pid 1567 with interface <AccountServiceInterface: 0x7fedfda8dd80> (PID 1567)
    10/23/14 11:36:10.562 AM storeaccountd[275]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fedfd8a19b0> connection from pid 1567 with interface <AccountServiceInterface: 0x7fedfd8b4d00> (PID 1567)
    10/23/14 11:36:10.563 AM storeuid[1537]: UIServiceDelegate: Accepting new connection <NSXPCConnection: 0x7f9ebda08f10> connection from pid 1567 with interface <UIServiceInterface: 0x7f9ebda09970> (PID 1567)
    10/23/14 11:36:10.668 AM storeaccountd[275]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fedfdb87b90> connection from pid 2001 with interface <AccountServiceInterface: 0x7fedfdb6e4e0> (PID 2001)
    10/23/14 11:36:13.715 AM storeaccountd[275]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fedfdb87e80> connection from pid 1567 with interface <AccountServiceInterface: 0x7fedfdb367e0> (PID 1567)
    10/23/14 11:36:13.717 AM storeaccountd[275]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fedfd80e890> connection from pid 1567 with interface <AccountServiceInterface: 0x7fedfd8c3b20> (PID 1567)
    10/23/14 11:36:13.720 AM storeaccountd[275]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fedfdd0bac0> connection from pid 1567 with interface <AccountServiceInterface: 0x7fedfdd0cb00> (PID 1567)
    10/23/14 11:36:16.319 AM com.apple.CommerceKit.TransactionService[1567]: CFNetwork SSLHandshake failed (-9806)
    10/23/14 11:36:16.695 AM com.apple.CommerceKit.TransactionService[1567]: CFNetwork SSLHandshake failed (-9806)
    10/23/14 11:36:16.990 AM com.apple.CommerceKit.TransactionService[1567]: CFNetwork SSLHandshake failed (-9806)
    10/23/14 11:36:17.051 AM com.apple.CommerceKit.TransactionService[1567]: NSURLConnection/CFURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9806)

    http://www.apple.com/support/mac/app-store/contact.html?form=account

  • Error when logging into IC Web Client  - CRM 5.0

    Hi All
    I have configured the IC Web client including the communication management software information . I am trying to use CCS.
    I get the following error messages when I logon to Web Client.
    1.Already logged in; multichannel services ended in your other sessions
    2.X channel is not available 
    3.Failed to log into the queue X
    also I am getting the Java script error on the IE 6.0.
    SAM_session not defined etc.
    Please suggest.
    Thanks in advance.

    Hi Sai,
    Kindly make sure that you have JREE1.4.0 and  not above for  your  error.
    Secondly, you are getting the first message because when you are closing your application by clicking onto the close at top, it doesnt log out your agent from the Webclient. The correct approach would be to close using the path Menu Bar> File> Close
    The channels are not  available because you have not maintained the queues and channels for your system. The same is do be done in SAP Easy Acess> Webclient> Additional Settings. It is also available in the Best Practices C78.
    The link for the same is
    http://help.sap.com/bp_crmv250/CRM_DE/index.htm
    Hope this would help.
    Regards,
    Rekha Dadwal
    <b>You gain a point for every point that you reward. So reward helpful answers generously</b>

  • Script having Chinese characters throws error when run from SQL PLUS

    Dear All,
    I have a script file(.sql) which contains Chinese characters ....
    I have saved the file in unicode Format.
    When I run this file using @D:\filename from SQL PLUS it throws an error "unknown Command at line 1"...
    My database is Oracle 10g...
    Can anyone suggest anything???
    Thanks In Advance
    Dev
    Edited by: Devarsh on Oct 21, 2009 8:16 AM

    I think you may need to set your local NLS_LANG setting for your client (SQL*Plus) to recognize the characters.
    You may also consider posting your question on the Globalization forum which pertains more to these types of questions.
    Globalization Support

Maybe you are looking for

  • How to install ftp service on the system?

    OS: SuSE Linux Enterprise Server 8 How to install ftp service on the system? How to check and modify to use it? I am not able to use FTP. Regards, D

  • Update to 10.4.3 now hangs my system all the time -- how do I fix this?

    I've read so many threads in these forums. I've run repair disk / Disk Utility, I've run repair permissions/Disk Utility, I've run Cocktail's Pilot daily, even hourly, and restarted each time in order to remove cache files and STILL I have my system

  • Problems with auto-cap of I on ios6?

    I upgraded my 4s to iOS6 and not my auto capitalization of "I" is not working. Anyone else have this problem or know how to fix it?

  • Report problem when called from menu

    Hi Im calling a report from the menu item. in the items pl/sql i have the following code DECLARE Report_Id REPORT_OBJECT; Report_Job_Id VARCHAR2(20); Report_Status VARCHAR2(80); Report_Svr VARCHAR2(20); BEGIN Report_Svr := 'testserver'; Report_Id :=

  • Content Server errors report HTTP 503

    Hello, I've noticed that upon any Content Server error (missing content, IdocScript error, etc), apache will report an HTTP 503 error, but still serve the page. Has anyone else seen this behavior, or know if it is configurable? This behavior creates