Cannot Store Greek Characters in NVARCHAR2 columns

Can someone please help.
I have a table TEST with one column A of type NVARCHAR2(20) and when I try to insert the greek character Ω(Omega) - it gets stored as O instead.
I am inserting using SQL Developer using the 'N' prefix and my environment is as follows:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
NLS_CHARACTERSET = WE8MSWIN1252
NLS_NCHAR_CHARACTERSET = AL16UTF16
NLS_LANG setting on client side is ENGLISH_UNITED KINGDOM.WE8MSWIN1252.
Why can I not insert greek characters with the above setup and what do I need to do/change in order to be able to insert greek characters in a database using the national characterset for storing unicode data ?

Result of running SELECT a, dump(a) FROM TEST after insert an 'O' and an 'Ω' is as follows:
A DUMP(A)
O     Typ=1 Len=2: 0,79
O     Typ=1 Len=2: 0,79
I added a VARCHAR column, column B, there is no difference in what is getting stored in the NVARCHAR column when inserting 'Ω', result is below:
INSERT INTO TEST (A, B)
VALUES(N'Ω', 'Ω');
SELECT a, dump(a, 1016), b, dump(b, 1016) FROM TEST;
A DUMP(A, 1016) B DUMP(B, 1016)
O     Typ=1 Len=2 CharacterSet=AL16UTF16: 0,4f     O     Typ=1 Len=1 CharacterSet=WE8MSWIN1252: 4f
I'm I missing something here, since my understanding is that NVARCHAR2 columns should be able to store Unicode data ?

Similar Messages

  • Cannot Store Chinese Characters In Oracle 9.2.0.7 Database

    Hi,
    I'm having trouble localizing my Oracle 9.2.0.7 / ASP web application for our Chinese-speaking users.
    My Oracle 9.2.0.7 Database has NLS_NCHAR_CHARACTERSET set to AL16UTF16.
    I've set up a test table thus:
    CREATE TABLE "TBL_TEST_CH"
    field1                          NVARCHAR2(40),
    field2                          NVARCHAR2(40)
    I have the Chinese character set installed on my database / web server (same box), as well as a test client machine. I can see Chinese characters in my web browser, and can enter them in a test ASP page I've set up. When I execute an insert statement via ADO, the insert statement seems to work, but the result is that the data seems to be stored as upside-down question marks.
    I thought perhaps the data was being somehow scrambled between the web app and the database, so I set up an external table import the Chinese data from a Unicode text file:
    CREATE TABLE kenny.ch_import
         FIELD1          NVARCHAR2(255),
         FIELD2          NVARCHAR2(255)
         ORGANIZATION EXTERNAL (TYPE oracle_loader
         DEFAULT DIRECTORY ext_dat_dir
         ACCESS PARAMETERS
         (RECORDS DELIMITED BY ":"
         FIELDS TERMINATED BY "~"
         missing field values are null)
         LOCATION (ext_dat_dir:'test_ch.txt'))
         reject limit unlimited
    However, when I query the data in the external table using my web application, it comes back with garbage like "ÿþ1" and the like.
    To attempt to determine if the database is capable of storing the Chinese characters, I've performed the following test:
    1) I insert a Chinese character in an NVARCHAR2 field in my table by using the UNISTR function thus:
    insert into tbl_test_ch (field1) values (unistr('\3E00'))
    2) I interrogated the value using the dump function thus:
    select dump(field1, 1016) FROM tbl_test_ch
    I'm struggling to understand the output. Obviously the character set being used is "AL16UTF16" (which I would expect to be able to store Chinese characters), but the return_format argument I've provided to the function (1016) should return the hexadecimal code point of the character that's being stored. I would expect this to be the same as I inserted ("3E00"), but I'm getting the following output:
    DUMP(FIELD1,1016)
    Typ=1 Len=2 CharacterSet=AL16UTF16: 3e,0
    I'd really appreciate any suggestions on what I could do next to determine exactly where the problem lies. I've not been able to convince myself that the database is correctly storing the Chinese character data, but I appreciate equally that the problem could lie elsewhere.
    Thanks in advance,
    Kenny McEwan.

    Thanks, Serguisz.
    My technology stack is as follows:
    ASP 3.0 web application, running on IIS6.
    On the web servier, I have MDAC 2.8 SP2 on Windows Server 2003 SP1.
    On the Oracle database server, I have Windows Server 2003 SP1.
    My Oracle database version is 9.2.0.7.
    The client I've been using in this investigation is Internet Explorer 6.0.2900.
    It does look like you're right about characters coming from the application are being corrupted. To support this, I tried to insert the chinese character 博 as well as the Unihan character 中 from a web page in my application. I then used the dump function to interrogate the contents of the field I input to thus:
    select dump(field1, 1016) FROM tbl_test_ch
    DUMP(FIELD1,1016)
    Typ=1 Len=2 CharacterSet=AL16UTF16: 0,bf
    Typ=1 Len=2 CharacterSet=AL16UTF16: 0,bf
    Both characters seem to have suffered the same corruption.
    The problem seems to happen in the other direction as well - even after verifying that the character detailed in the previous post was stored correctly, it is still displayed by my web app as an upside down question mark.
    Do you have any suggestions on how to proceed?
    Best regards,
    Kenny.

  • Cannot view greek characters on My Web Search

    I can't view greek characters after search on ''My Web Search''.
    View tab is in Unicode(UTF-8)position.

    I can't view greek characters after search on ''My Web Search''.
    View tab is in Unicode(UTF-8)position.

  • Want to Store Arabic Words in NVARCHAR2 Column

    Hello All,
    I have a problem that I am using Visual Basic .Net as front-end Tool, Oracle 9.2.0.6 as back-end and trying to insert a record in NVARCHAR2 Field with Arabic Words using Operating System "Regional & Language Options" but its insertng NULL in Database.
    SELECT * FROM nls_database_parameters
    PARAMETER     VALUE
    8     NLS_CALENDAR     GREGORIAN
    7     NLS_CHARACTERSET     WE8ISO8859P1
    17     NLS_COMP     BINARY
    4     NLS_CURRENCY     $
    9     NLS_DATE_FORMAT     DD-MON-RR
    10     NLS_DATE_LANGUAGE     AMERICAN
    16     NLS_DUAL_CURRENCY     $
    5     NLS_ISO_CURRENCY     AMERICA
    2     NLS_LANGUAGE     AMERICAN
    18     NLS_LENGTH_SEMANTICS     BYTE
    1     NLS_NCHAR_CHARACTERSET     AL16UTF16
    19     NLS_NCHAR_CONV_EXCP     FALSE
    6     NLS_NUMERIC_CHARACTERS     .,
    20     NLS_RDBMS_VERSION     9.2.0.6.0
    11     NLS_SORT     BINARY
    3     NLS_TERRITORY     AMERICA
    13     NLS_TIMESTAMP_FORMAT     DD-MON-RR HH.MI.SSXFF AM
    15     NLS_TIMESTAMP_TZ_FORMAT     DD-MON-RR HH.MI.SSXFF AM TZR
    12     NLS_TIME_FORMAT     HH.MI.SSXFF AM
    14     NLS_TIME_TZ_FORMAT     HH.MI.SSXFF AM TZRPlease Help.
    Thanks in Advance.
    Muhammad Waseem Haroon
    [email protected]
    [email protected]
    [email protected]

    Have you tried with SQL*Plus (GUI: sqlplusw.exe) from the same environment ?
    What is the value of NLS_LANG on the front-end ?
    Did you check the OTN NLS_LANG FAQ ?

  • Oracle 11g Greek Characters problem

    Hello,
    I have an Oracle 11g Express Edition installed on my Windows 7 64 bit machine, and i store greek characters inside it.
    The characters display fine on SQL developer.
    But when i connect it with my php application using PDO i get ??? instead of the greek characters.
    I've set nls_lang in registry to GREEK_GREECE.EL8MSWIN1253
    But when i run select * from nls_database_parameters i get the following.
    NLS_LANGUAGE     AMERICAN
    NLS_TERRITORY     AMERICA
    NLS_CURRENCY     $
    NLS_ISO_CURRENCY     AMERICA
    NLS_NUMERIC_CHARACTERS     .,
    NLS_CHARACTERSET     AL32UTF8
    NLS_CALENDAR     GREGORIAN
    NLS_DATE_FORMAT     DD-MON-RR
    NLS_DATE_LANGUAGE     AMERICAN
    NLS_SORT     BINARY
    NLS_TIME_FORMAT     HH.MI.SSXFF AM
    NLS_TIMESTAMP_FORMAT     DD-MON-RR HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT     HH.MI.SSXFF AM TZR
    NLS_TIMESTAMP_TZ_FORMAT     DD-MON-RR HH.MI.SSXFF AM TZR
    NLS_DUAL_CURRENCY     $
    NLS_COMP     BINARY
    NLS_LENGTH_SEMANTICS     BYTE
    NLS_NCHAR_CONV_EXCP     FALSE
    NLS_NCHAR_CHARACTERSET     UTF8
    NLS_RDBMS_VERSION     11.2.0.2.0
    Also, when i connect with pdo i use this command: $pdo_string = 'oci:host='.$this->server.';dbname='.$this->database.';charset=AL32UTF8';
    Any thoughts on this?
    Any help will be appreciated.
    Mike

    991209 wrote:
    Solved it with:
    shutdown immediate;
    startup mount;
    alter system enable restricted session;
    alter system set job_queue_processes=0;
    alter database open;
    alter database character set internal_use EL8MSWIN1253;
    shutdown immediate;
    startup;This is not a documented or supported method to change the characterset of a database - supported methods are documented - http://docs.oracle.com/cd/E11882_01/server.112/e10729/ch11charsetmig.htm#g1011430
    https://forums.oracle.com/forums/search.jspa?threadID=&q=internal_use&objID=f50&dateRange=all&userID=&numResults=15&rankBy=10001
    You will need to restore the database from a good backup and convert the characterset in a supported manner.
    Also, 11g XE is not supported on Win 7 64-bit - http://docs.oracle.com/cd/E17781_01/install.112/e18803/toc.htm#BABGGAJA
    HTH
    Srini

  • How do I insert Greek characters from the character viewer in Lion?

    In Lion, the Character Viewer shows many more options for different characters than SL.  Of course, it displays Latin, but, as I scientist I often need to insert Greek characters, but I cannot find Greek characters in the Character Viewer.  I don't otherwise need to select Greek as a language.  Inserting Greek characters from some applications like MS Word still works.
    And ... while I'm here ... what happened to the "insert" button?  -j

    Click the gear icon to edit your list:
    Select Customize List:
    and check "Greek"

  • Cannot syncronize pictures in folders with greek characters

    Hi, I have an ipod 5th generation with the latest update of the firmware as well as I am using the latest version of iTunes. I cannot syncronise pictures that are in folders which name are in greek characters. I cannot do it neither by adding the folder in iTunes nor by using adone photo album.
    Intel   Windows XP Pro  

    Thanks, but unfortunately it does not work.
    I have also tried to log on in Greek (EL) and changed the language in my own user profile.
    But I don't get the Greek characters.
    Kind regards,
    Linda

  • Help! can't store ja16sjis to nvarchar2 column.

    hi:
    I am using Oracle8.1.7.
    And NLS_CHARACTERSET=UTF8 ,
    NLS_NCHAR_CHARACTERSET=JA16SJIS ,
    I can store sjis code into varchar2 column,
    but when store into nvarchar2 column, all the code
    are converted into USASCII7. many '?' there.
    I use
    insert into test values('xxx')
    to insert into varchar2 column.
    and use
    insert into test values(N'xxx')
    to insert into nvarchar2 column.
    where's the problem?
    NLS_LANG=japanese_japan.ja16sjis
    NLS_NCHAR=japanese_japan.ja16sjis.
    Thanks inadvance.
    null

    Thanks for the suggestion.....
    But I am confused about what you mean by "starting over and using a new icon".
    BTW, I had not done anything w/ the icon in the first place.
    Still confused

  • Cannot create a G/L account with Greek characters

    Hello,
    I need to create an account in the Country Chart of Accounts of Greece with Greek characters.
    It does not show the Greek characters when I copy it from my Excel list into SAP.
    In SAP - table T001 & T002, the Greek language (EL) is defined.
    What else do I need to do to create the Greek account?
    Thank you very much for your feedback.
    Kind regards,
    Linda

    Thanks, but unfortunately it does not work.
    I have also tried to log on in Greek (EL) and changed the language in my own user profile.
    But I don't get the Greek characters.
    Kind regards,
    Linda

  • Greek characteres in a file

    Hello,
    i've a file which is encoded in unicode. This file has some normal characters and some special characters wich are greek.
    Now i need to read this file using utl_file and map the information to a database table.
    The table as some columns as varchar2 and some as nvarchar2 to store the greek characters.
    Before execute the procedure, the NLS_LANG is set to Greek and what happen is after inserting data into table, i cannot read the greek characters anymore.
    My idea is that the problem is about the "unicode" of the file.
    Can you help, please,
    Thanks,
    Pedro Ribeiro

    Hello,
    Thanks for reply.
    Answering you question the output for NLS_DATABASE_PARAMETERS is
    NLS_LANGUAGE     AMERICAN
    NLS_TERRITORY     AMERICA
    NLS_CURRENCY     $
    NLS_ISO_CURRENCY     AMERICA
    NLS_NUMERIC_CHARACTERS     .,
    NLS_CHARACTERSET     AL32UTF8
    NLS_CALENDAR     GREGORIAN
    NLS_DATE_FORMAT     DD-MON-RR
    NLS_DATE_LANGUAGE      AMERICAN
    NLS_SORT     BINARY
    NLS_TIME_FORMAT     HH.MI.SSXFF AM
    NLS_TIMESTAMP_FORMAT     DD-MON-RR HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT     HH.MI.SSXFF AM TZR
    NLS_TIMESTAMP_TZ_FORMAT     DD-MON-RR HH.MI.SSXFF AM TZR
    NLS_DUAL_CURRENCY     $
    NLS_COMP     BINARY
    NLS_LENGTH_SEMANTICS     BYTE
    NLS_NCHAR_CONV_EXCP     FALSE
    NLS_NCHAR_CHARACTERSET     AL16UTF16
    NLS_RDBMS_VERSION     9.2.0.8.0
    but in unix I put the line NLS_LANG=GREEK_GREECE.EL8ISO8859P7; export NLS_LANG; in my .profile.
    In PL code I put
    EXECUTE IMMEDIATE 'alter session set nls_language=greek';
    EXECUTE IMMEDIATE 'alter session set nls_territory=greece';
    I have the regional setting from Windows to greek.
    If you can think in anything that can be missing, please tell me.
    Thanks,
    Anabela

  • Cannot insert Chinese character into nvarchar2 field

    I have tested in two environments:
    1. Database Character Set: ZHS16CGB231280
    National Character Set: AL16UTF8
    If the field type of datatable is varchar2 or nvarchar2, the provider can read and write Chinese correctly.
    2. Database Character Set:WE8MSWIN1252
    National Character Set: AL16UTF8
    The provider can not read and write Chinese correctly even the field type of datatable is nvarchar2
    I find that for the second one, both MS .NET Managed Provider for Oracle and Oracle Managed Data Provider cannot read and write NCHAR or NVARCHAR2 fields. The data inserted into these fields become question marks.
    Even if I changed the NLS_LANG registry to SIMPLIFIED CHINESE_CHINA.ZHS16CGB231280, the result is the same.
    For the second situation, only after I change the Database Character Set to ZHS16CGB231280 with ALTER DATABASE CHARACTER SET statement, can I insert Chinese correctly.
    Does any know why I cannot insert Chinese characters into Unicode fields when the Database Character Set is WE8MSWIN1252? Thanks.
    Regards,
    Jason

    Hi Jason,
    First of all, I am not familiar with MS .NET Managed Provider for Oracle or Oracle Managed Data Provider.
    How did you insert these Simplified Chinese characters into the NVARCHAR2 column ? Are they hardcoded as string literals as part of the SQL INSERT statement ? If so, this could be because, all SQL statements are converted into the database character set before they are parsed by the SQL engine; hence these Chinese characters would be lost if your db character set was WE8MSWIN1252 but not when it was ZHS16CGB231280.
    Two workarounds, both involved the removal of hardcoding chinese characters.
    1. Rewrite your string literal using the SQL function UNISTR().
    2. Use bind variables instead of text literals in the SQL.
    Thanks
    Nat

  • How to store PDF file in BLOB column without using indirect datastore

    Hi ,
    I want to store a pdf file in a BLOB column.
    But , it should be a direct store. I cannot usre indirect datastore.
    BLOB column doesn't support indirect datastore. I get the following error.
    ERROR at line 1:
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-20000: Oracle Text error:
    DRG-10581: indirect datastores cannot be used with long or lob text columns
    ORA-06512: at "CTXSYS.DRUE", line 160
    ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 365
    can anyone give me any clue onhow to manage this issue?

    Thanks This really helped.
    For other readers, I am summarising what I did.
    create table test
    id number primary key,
    docs BLOB
    create or replace directory doc_loc
    as 'c:\test';
    CREATE OR REPLACE PROCEDURE Load_BLOB_From_File (file_name in varchar2)
    AS
    src_loc bfile:= bfilename('DOC_LOC',Load_BLOB_From_File.file_name);
    dest_loc BLOB;
    begin
    insert into tkctsf15t values(1,empty_blob()) returning docs
    into dest_loc;
    dbms_lob.open(src_loc,DBMS_LOB.LOB_READONLY);
    DBMS_LOB.OPEN(dest_loc, DBMS_LOB.LOB_READWRITE);
    DBMS_LOB.LOADFROMFILE(
    dest_lob => dest_loc
    ,src_lob => src_loc
    ,amount => DBMS_LOB.getLength(src_loc));
    DBMS_LOB.CLOSE(dest_loc);
    DBMS_LOB.CLOSE(src_loc);
    COMMIT;
    end;
    show errors;
    exec Load_BLOB_From_File('test.pdf');
    exec ctx_ddl.create_preference('mylex','BASIC_LEXER');
    create index testx on test(docs) indextype is ctxsys.context
    parameters
    ('filter ctxsys.AUTO_FILTER LEXER mylex ');
    select id from test where contains(docs,'patch')>0;
    Thanks Roger once more

  • The final solution to greek characters in AWT applets(????)

    OK. I have searched the whole web and asked whoever I knew. The question was simple: How do I show greek characters in a TextField in an AWT Applet? Some people said that I should change the font properties inside MY jre/lib installation but then I want EVERYONE and not just ME seeing the greek characters! Adding a greek font into the applet's jar was another "solution" but who wants to have an applet of about 2MBs? So I think I have come up to the answer ... ONLY with jre > 1.4.0 somebody could handle greek characters in AWT Applets without trooble! If somebody has managed to show and handle greek characters in a TextField inside an AWT Applet (which I doubt), I would like to know EXACTLY HOW as I am tired of non-working "solutions"! I hope this post saves you from a lot of time searching for the HolyGrail

    I haven't worked with a TextField but I worked with a JTextField. My solution wasn't very straightforward but it did the job.
    I used this solution in order to work with linux, but you must add an if
    statement to check the OS.
    If your problem was how to view Greek characters in a non internation version of
    Java, then as far as I know, you cannot! Also JDK 1.3.1_01 and j2re 1.4.0_01
    use a different way of loading system fonts, so with the latter you cannot use system fonts unless you put them in you java directory.
    (I use linux so don't be surprissed if these work different in windows)
    import java.io.*;
    public class JTextFieldGr extends javax.swing.JTextField {
    public JTextFieldGr() {
    super();
    myInit();
    public JTextFieldGr(String text) {
    super(text);
    myInit();
    public void myInit() {
    addKeyListener(new java.awt.event.KeyListener() {
    public void keyTyped(java.awt.event.KeyEvent evt){
    try{
    String tmp=""+evt.getKeyChar();
    String uk=new String(tmp.getBytes(),"ISO-8859-7");
    evt.setKeyChar(uk.charAt(0));
    }catch(UnsupportedEncodingException e){
    e.printStackTrace();
    public void keyPressed(java.awt.event.KeyEvent evt){
    public void keyReleased(java.awt.event.KeyEvent evt){
    }

  • When i send an email with greek characters in the body, the recipient receive it in an unreadable form.

    When i send an email with greek characters in the body, many recipients (not all) cannot read it.
    At the same time when i use the internet mail it can be read successfully by the recipient.
    I have already checked the encoding settings in the Fonts in order to be "unicode (UTF-8)".
    What else can i check?
    Thanks in advance.
    e.g:
    From: Eleni Kontomari [email address removed by moderator Andrew]
    Sent: Thursday, February 27, 2014 12:33 PM
    To: "Nikos Totsios (Ηλεκτρονική διεύθυνση)"; "Giannis Diokarantos (Ηλεκτρονική διεύθυνση)"; "Dimitris Papadopoulos (Ηλεκτρονική διεύθυνση)"; Vassilis Gounaris; "Vassos Efthymiadis (Ηλεκτρονική διεύθυνση)"; Νικηφόρος Κεκρίδης; Ιωάννης Αθανασόπουλος; "Alexis Katsivas (Ηλεκτρονική διεύθυνση)"; Μιχάλης Παπαοικονόμου; Fomesa Hellas; "Χρήστος Σπηλιάδης (Ηλεκτρονική διεύθυνση)"; Δημήτρης Μπενάκης; "Ν. Γαλάνης"; [email protected]; "Αποστόλης Σαμούδης (Ηλεκτρονική διεύθυνση)"; "Β. Ντουρτόγλου (Ηλεκτρονική διεύθυνση)"; [email protected]; [email protected]; "Φοίβη Λεγάκι (Ηλεκτρονική διεύθυνση)"; "Παναγιώτης Κουμεντάκος (Ηλεκτρονική διεύθυνση)"; Σπύρος Ζαφείρης; Hans- Joachim Henn; "Κώστας Αλεξανδρόπουλος (Ηλεκτρονική διεύθυνση)"; [email protected]; [email protected]
    Subject: ΠΡΟΣΚΛΗΣΗ ΤΑΚΤΙΚΗΣ ΓΕΝΙΚΗΣ ΣΥΝΕΛΕΥΣΗΣ ΕΣΥΦ
    ... 13 2014.
    ''Please read [[Forum rules and guidelines]] when posting a question in a public forum''

    There are some language add ons that support emails from other languages that you can check out: [https://addons.mozilla.org/en-us/thunderbird/extensions/language-support/?sort=popular]
    The recipient, if they also use thunderbird may need to have a language pack to read the email: [https://addons.mozilla.org/en-US/thunderbird/language-tools/]
    You may also need to have them check their interpreter to make sure the email is being received in the same format it is being sent.

  • I can't see the Greek characters using ADOBE reader

    Dear colleagues,
    Your help will be appreciated for the following problem:
    I have a tool which converts IBM I (AS400) spool file to PDF.
    The file has been copied to Windows environment.
    On generated PDF I can’t see the Greek characters using ADOBE reader v10.1.4.
    If I use Notepad to display the file, I can see the Greek characters.
    It seems that following PDF keywords are not recognized form PDF reader.
    /BaseFont /Courier
    /Encoding /WinAnsiEncoding  
    I have tried to use various fonts and encoding (cp1253, ISO8859-7) with no luck.
    On PDF reader folder there is the following file:C:\Program Files\Adobe\Reader 10.0\Resource\TypeSupport\Unicode\Mappings\win\CP1253.TXT
    I believe somehow to tell PDF reader to use this encoding.
    What actions required on our Win/PDF environment setup?
    What actions required on PDF file generation? (/BaseFont, /Enconding, etc)

    Too many assumptions! It is much, much more complicated than your attempted solutions. The PDF Reference shows the contents of WinAnsiEncoding; this is as for your first example. I feel you probably need to spend very much more time reading this book.
    In the second example you are using a different code page (or other encoding method) to view the data. This is not going to help you because WinAnsiEncoding is fixed in all environments and does not use the code page.
    To use greek characters you will need the PDF to
    - use fonts which contain greek characters (the built in Courier PostScript font probably does not)
    - use an Encoding which references the greek characters. There are no built-in encodings that do this
    You cannot make simple cosmetic changes to this file to do this. The style of simplified font with no FontDescriptor can be used only for the built-in 14 fonts, which cannot be used with a greek encoding.
    Commonly, a combination of the greek letters in the Symbol font and the Latin letters in another font are used by constant font switching. This is of course only a solution for Greek, not other non-Latin alphabets.

Maybe you are looking for

  • Error handling in B1if

    Dear All, I searched the forum but could not find a full answer to my question. How can you handle errors in B1if? When something goes wrong the errormessage is displayed in the failure section of the message log. I found out that on the package desi

  • 10 Minor LR3 UI suggestions and some minor UI bugs

    Minor UI Enhancements / Adjustments … Yes I have bigger issues than these but there is enough being said about those already, however I thought it may help to provide feedback on a bunch of more minor things… 1.       Bug?  - A weird one here… The Th

  • Error Event ID 103 on publishing server

    Hello everyone I started migrating my environment from App-V 4.x to App-V 5.0 I installed one App-V Management Server and one App-V Publishing server, I created a new group called App-V Admins  which includes all the App-V administrators and the mach

  • Unable to access hbogo, espngo, etc.

    I am suddenly unable to log into hbogo.com, espngo.com or BTN2go.com.  I have all three of these stations through my cable system.  Usually, when I go to log in, I get a screen that asks me to select my cable/internet provider.  I select Bright House

  • HT2693 I'm trying to do the update from genarle and I don't see wht to do about this update

    I'm trying to see wht I suppose to be doing