JNDI InvalidNameException due to '+' character in DN

Hello,
I am trying to add a sub-entry in my LDAP server using the following code:
samlPId = "J7Tbik5v+UFenexZ136hS/MUPa4=";
myAttrs.put("samlPId",samlPId);
myAttrs.put("samlIdProvider",samlIdProvider);
    try {
      InitialDirContext ct = new InitialDirContext(props);
      ct.createSubcontext("ldap://localhost:389/samlPId="+samlPId+","+"cn="+userName+","+"o=My Org,c=gb", myAttrs);
      System.out.println("** Entry added **");
  }catch(NamingException exception){
      System.out.println("**** Error ****");
      exception.printStackTrace();
......This causes the following error:
javax.naming.InvalidNameException: Invalid name: samlPId=J7Tbik5v+UFenexZ136hS/MUPa4=,cn=User1,o=University of Kent,c=gb; remaining name '"samlPId=J7Tbik5v+UFenexZ136hS/MUPa4=,cn=User1,o=University of Kent,c=gb"'
     at javax.naming.ldap.Rfc2253Parser.doParse(Rfc2253Parser.java:86)
     at javax.naming.ldap.Rfc2253Parser.parseDn(Rfc2253Parser.java:45)
     at javax.naming.ldap.LdapName.parse(LdapName.java:772)
     at javax.naming.ldap.LdapName.<init>(LdapName.java:108)
     at com.sun.jndi.ldap.LdapCtx.addRdnAttributes(LdapCtx.java:899)
     at com.sun.jndi.ldap.LdapCtx.c_createSubcontext(LdapCtx.java:780)
     at com.sun.jndi.toolkit.ctx.ComponentDirContext.p_createSubcontext(ComponentDirContext.java:319)
     at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.createSubcontext(PartialCompositeDirContext.java:248)
     at com.sun.jndi.toolkit.url.GenericURLDirContext.createSubcontext(GenericURLDirContext.java:210)
     at com.sun.jndi.url.ldap.ldapURLContext.createSubcontext(ldapURLContext.java:385)
     at javax.naming.directory.InitialDirContext.createSubcontext(InitialDirContext.java:178)
     at ldap.LDAPResolver.addSAMLInLDAP(LDAPResolver.java:268)If I remove the '+' character from the samlPId, it works just fine. Then I manually added the samlPId value with '+' character and it was successfully added too. So I am sure there is no problem at the LDAP side.
So is it the issue with the JNDI itself? Does it cause this exception if there is a '+' inside any DN? or does '+' character bear any special meaning in JNDI?
Any help will be highly appreciated. Thanks in advance.

Thank you very much for your reply. I also tried it previously and the result was just same. For your convenience, the code follows:
samlPId = "J7Tbik5v+UFenexZ136hS/MUPa4=";
myAttrs.put("samlPId",samlPId);
myAttrs.put("samlIdProvider",samlIdProvider);
String dn = "ldap://localhost:389/samlPId="+samlPId+","+"cn="+userName+","+"o=My Org,c=gb";
Name n = new CompositeName().add(dn);
    try {
      InitialDirContext ct = new InitialDirContext(props);
      ct.createSubcontext(n, myAttrs);
      System.out.println("** Entry added **");
  }catch(NamingException exception){
      System.out.println("**** Error ****");
      exception.printStackTrace();
......I even tried to escape the + character with the same exception.
Regards,
Ripul

Similar Messages

  • Backup failure due to Character set problem

    Hi,
    I am manually running a COLD backup script in Windows NT environment and all the logs has been captured below:
    Recovery Manager: Release 8.1.6.0.0 - Production
    RMAN-06005: connected to target database: db1 (DBID=754030292)
    RMAN-06009: using target database controlfile instead of recovery catalog
    RMAN> shutdown immediate;
    2> startup mount;
    3> RUN {
    4> ALLOCATE CHANNEL disk1 TYPE disk;
    5> BACKUP DATABASE TAG 'db1_db_full' FORMAT 'e:\backup\db1\db1_backup';
    6> copy current controlfile to 'e:\backup\db1\Control_db1.ctl';
    7> }
    8>
    RMAN-06405: database closed
    RMAN-06404: database dismounted
    RMAN-06402: Oracle instance shut down
    RMAN-06193: connected to target database (not started)
    RMAN-06196: Oracle instance started
    RMAN-06199: database mounted
    Total System Global Area 934143244 bytes
    Fixed Size 70924 bytes
    Variable Size 260554752 bytes
    Database Buffers 673439744 bytes
    Redo Buffers 77824 bytes
    RMAN-03022: compiling command: allocate
    RMAN-03023: executing command: allocate
    RMAN-08030: allocated channel: disk1
    RMAN-08500: channel disk1: sid=13 devtype=DISK
    RMAN-03022: compiling command: backup
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure during compilation of command
    RMAN-03013: command type: backup
    RMAN-06003: ORACLE error from target database: ORA-06550: line 1, column 166:
    PLS-00553: character set name is not recognized
    ORA-06550: line 0, column 0:
    PL/SQL: Compilation unit analysis terminated
    RMAN-06031: could not translate database keyword
    Recovery Manager complete.
    As the above log shown, I cannot do any backup command in the RUN bracket and it complains that the character set is not recognized.
    This set of error happens when I have create six other Oracle databases in my NT box. Before that, I can manually run the backup with no problem and a backupset has been generated.
    If you have come across this problem and have solutions of it. That will be great.
    Thanks !!
    null

    kk001 wrote:
    Hi ,
    The export Backup failing due to character set problem
    . . exporting table ravidlx
    EXP-00008: ORACLE error 6552 encountered
    ORA-06552: PL/SQL: Compilation unit analysis terminated
    ORA-06553: PLS-553: character set name is not recognized
    P
    Please suggest how to set character set
    I don't know what you have.
    I don't know what you do.
    I don't know what you see.
    It is really, Really, REALLY difficult to fix a problem that can not be seen.
    use COPY & PASTE so we can see what you do & how Oracle responds.
    do as below so we can know complete Oracle version & OS name.
    Post via COPY & PASTE complete results of
    SELECT * from v$version;

  • EXPORT Backup failing due to character set problem

    Hi ,
    The export Backup failing due to character set problem
    . . exporting table ravidlx
    EXP-00008: ORACLE error 6552 encountered
    ORA-06552: PL/SQL: Compilation unit analysis terminated
    ORA-06553: PLS-553: character set name is not recognized
    P
    Please suggest how to set character set
    Regards,
    kk
    Edited by: kk001 on Aug 29, 2011 7:22 PM

    kk001 wrote:
    Hi ,
    The export Backup failing due to character set problem
    . . exporting table ravidlx
    EXP-00008: ORACLE error 6552 encountered
    ORA-06552: PL/SQL: Compilation unit analysis terminated
    ORA-06553: PLS-553: character set name is not recognized
    P
    Please suggest how to set character set
    I don't know what you have.
    I don't know what you do.
    I don't know what you see.
    It is really, Really, REALLY difficult to fix a problem that can not be seen.
    use COPY & PASTE so we can see what you do & how Oracle responds.
    do as below so we can know complete Oracle version & OS name.
    Post via COPY & PASTE complete results of
    SELECT * from v$version;

  • Import error due to character set difference?

    hi,
    hoping anyone to explain reason for the following import error.
    here's the situation,
    - export client used WE8MSWIN1252 charset (release v10.02.01)
    - import server used WE8ISO8859P1 charset (release v10.1.0.4)
    all tables appeared to be imported without error, except that import terminated unsuccesfully due to oracle error 2248
    "ALTER SESSION SET PLSQL_OPTIMIZE_LEVEL =1 NLS-LENGTH_SEMANTICS = 'BYTE' PLSQL_CODE_TYPE = 'INTERPRETED' PLSQL_DEBUG = FALSE PLSQL_WARNING = 'DISABLE:ALL' PLSQL_CCFLAGS =''"
    ORA-02248: invalid option for ALTER SESSION
    was error due to the difference release version? char set conversion to non superset?
    appreciate any help pls

    It is difficult to say what is the current state of the database, so it is recommended to reexport and reimport the object definitions. You may miss some other stuff like object types, contraints, etc. Table data should be OK, so reexport should not include data.
    As far as character sets are concerned, because of the difference between the export client character set and the import server character set, you may have lost some characters in the code range 0x80-0x9f. This includes Euro sign, TM, sign, "smart" quotes, en- and em-dash, etc. Use the Windows charmap.exe to see all the codes. If you have some of these codes in the source database, you have lost them on import (they got converted to the reverse quotation mark code 0xbf).
    -- Sergiusz

  • Import problem due to Character set

    I did an export of an entire schema using Original export utility(not Datapump) in 10G Release 1 (10.1.0.3.0). When i tried to import it. I got the error mentioned below. It is something to do with the character set. What settings do i have to give during import to bypass this Character set problem? After taking the export dmp file i deleted the Schema. So i all i've got is the export dmp file.
    import done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    import server uses AL32UTF8 character set (possible charset conversion)
    . importing MOTORGM's objects into 'MOTORGM2'
    . . importing table "SKU_DETAILS" 1872 rows imported
    . . importing table "COMP_LLU_DETAILS" 1877 rows imported
    . . importing table "SHIP_ROUTING" 0 rows imported
    . . importing table "SHIP_ROUTING_CODE" 0 rows imported
    . . importing table "AI_DETAILS" 103 rows imported
    . . importing table "AI_DETAILS_BKP" 103 rows imported
    IMP-00019: row rejected due to ORACLE error 12899.
    IMP-00003: ORACLE error 12899 encountered.
    ORA-12899: value too large for column "MOTORGM2"."CLASS_REC"(actual: 1017, maximum: 255)
    Column1....
    Column2....

    -- db unicode charset
    SQL> create table z_test_unicode (c varchar2(5));
    Table created.
    SQL> insert into z_test_unicode values('éèîàö');
    insert into z_test_unicode values('éèîàö')
    ERROR at line 1:
    ORA-01401: inserted value too large for column
    SQL> insert into z_test_unicode values('é');
    1 row created.
    SQL> select vsize(c) from z_test_unicode;
    VSIZE(C)
    3
    SQL> insert into z_test_unicode values('éà');
    insert into z_test_unicode values('éà')
    ERROR at line 1:
    ORA-01401: inserted value too large for column
    SQL> drop table z_test_unicode
    2 /
    Table dropped.
    -- db without unicode charset
    Connected.
    SQL> create table z_test_unicode (c varchar2(5));
    Table created.
    SQL> insert into z_test_unicode values('éèîàö');
    1 row created.
    SQL> commit;
    Commit complete.
    SQL> select vsize(c) from z_test_unicode;
    VSIZE(C)
    5
    On possible solution to investigate for this kink of issue :
    try to take a look at the init param : nls_lenght_semantics (by default set to Byte) --> to be changed to CHAR
    SQL> show parameter semanti
    NAME TYPE VALUE
    nls_length_semantics string BYTE

  • Authorization object - dump on field type due to character

    Hi all,
    As i have created an Authorization object
    AUTHORITY-CHECK OBJECT 'YINF_BYTE'
                            ID 'Y_BYTE_CON' FIELD lv_byte_count.
    While creating the authorization field ('Y_BYTE_CON' ), the data type I defined is ABAP_MSIZE.Similarly the type of the variable('LV_BYTE_COUNT)  i am passing to the authorization object
    is of the same type (i.e.,ABAP_MSIZE).
    I am getting an syntax error 'LV_BYTE_COUNT must be a Character type field',Please help me out in resolving this.
    Thanks in advance,
    Ram
    Edited by: Julius Bussche on Feb 20, 2009 9:19 AM
    Please use meaningfull subject titles

    Hi Chinmaya,
    Which data type i need to go with ABAPTYPE..? is it the variable i am passing to the authorization object or the authorization field i need to change as ABAPTYPE..?
    Plz advice me.
    Thanks,
    Ram

  • Error in ODS activation due to # character

    For last two days I have been getting the error in the process chain. The process chain stops at ODS activation because the data contains '#'. I have gone SAP Note 173241, which says that # value is allowed in data. Is there any way to remove # from the data. Thanks in advance

    It could be hexadecimal char in the load it would display as '#' but actually it would be some hexa char.
    Either you can track it based on the log and edit in PSA and see if you can correct it in R3 as well.
    We do have some of those come in our various desc fields, just modified a simple FM to strip our the not allowable char that are not in RSKC.
    let me know if u need the FM i'm using to strip out hexa
    Mayil

  • Character set conversion problem during upgrde.

    Dear Friends,
    I am trying upgrade one of my windows database with version 9.2.0.5 to 10.2.0.4 on unix. I am following exp/imp. During import I am seeing followinig errors for couple of tables,
    IMP-00019: row rejected due to ORACLE error 12899
    IMP-00003: ORACLE error 12899 encountered
    ORA-12899: value too large for column
    IMP-00058: ORACLE error 1461 encountered
    ORA-01461: can bind a LONG value only for insert into a LONG column
    This may be due to character set issue, since database on windows has WE8MSWIN1252 and on unix it has UTF8.
    Please let me know how I can resolve this issue.
    Regards.
    Mahdu

    Hello,
    It's better that your Target Database is created with the same character set than the source one.
    This is an option you can choose at the database creation.
    If you have to stay in UTF8 on your Target database then, you'll have to extend the column size or, use the
    option CHAR (as Unicode may use up to *4 bytes* for one character instead of *1 byte* for WE8MSWIN1252).
    To use the option CHAR you may specify it on the column datatype, for instance:
    col1 VARCHAR2 (100 CHAR)Else, without this option, VARCHAR2 (100) means 100 Bytes (which can store 25 characters in Unicode).
    You also have the parameter NLS_LENGTH_SEMANTICS that you can set to CHAR, but the export/import
    utility doesn't manage it well.
    So, the safest way is to create your target database with the same character set than the source one
    except if you want to migrate to Unicode.
    Hope this help.
    Best regards,
    Jean-Valentin
    Edited by: Lubiez Jean-Valentin on Mar 3, 2010 10:11 PM

  • Problem in character stream...sound is distorted

    hi friends,
    I have made a file copy program on audio file(mp3).
    its likely succeeded but the destination file give the distorted sound. I have used the character stream to make it done.
    however, it was not a problem using byte streams before few days.
    below is program
    import java.io.*;
    public class CopyBytes {
        public static void main(String[] args) throws IOException {
            BufferedReader in = null;
            BufferedWriter out = null;
            char []buff=new char[20000];
            int ch=0,length=30;
            try {
                in = new BufferedReader(new FileReader("1.mp3"));
                out = new BufferedWriter(new FileWriter("2.mp3"));      
              for(;ch!=-1;)
                while ((ch=in.read(buff,0,20000))!=-1) {
                      //System.out.format("%s\n\n break\n",new String(buff));
                      out.write(buff,0,20000);
                       break;               
            } finally {
                if (in != null) {
                    in.close();
                if (out != null) {
                    out.close();
    }although there was not use of two loops, actually i was making file splitter program and got this situation accordingly
    any analysis on distorted sound?

    san_4u wrote:
    I have used the character stream to make it done.Why? Clearly, you are not working with text files, so you shouldn't use FileReader/FileWriter at all, but work with streams and bytes. AFAIK, FileReader/FileWriter may perform special operation on the input/output due to character encodings, which you definitely don't want to happen with non-text files (as e.g. MP3 encoded audio files).

  • Character comparison.

    Hi Friends,
              We have a scenario in which a database table field is of type CHAR10.
    Selection screen parameter is as well defined using the same field.
    Actually this represents a number but is defined as character.
    Now, due to character comparison we get false results when user enters a number on that selection screen.
    For ex: 133.33 is evaluated greater then 1000 and the like. This is because of character comparison.
    Could someone help me how can i get correct result here?
    Is there some way that i dont have to change the field type in DDIC to number, and still i can get number comparison instead of character comparison?
    Thanks,
    Rohit.

    Hi,
      The character comparison indeed gives the wrong result.
    check this code:
    data : x1 type char10, x2 type char10.
    x1 = '133.35'.
    x2 =  '1000'.
    if ( x2 > x1 ).
       write ' successful'.
       write x1.
    endif.
    if ( x1 > x2 ).
       write 'unsuccessful'.
    endif.
    Also it wont be possible to assing char to num as you have mentioned, because comparison is done with database table field, which is character and not a number!
    Thanks,
    Rohit.

  • Authorization issue in Info spoke

    Hi all,
    I am facing some authorization issue when executing info spoke in process chain.
    Info spoke is working fine in direct Scheduling (both background and Dialog).
    Am getting this error after execution of process chain
    "System error: RSDRC / FORM AUTHORITY_CHECK RSDRC / FORM AUTHORITY_CHECK R"
    "System error: RSDRC / FUNC RSDRC_BASIC_CUBE_DATA_GET RSDRC / FUNC RSDRC_B"
    "System error: RSDRC / FORM DATA_GET RSDRC / FORM DATA_GET RSDRC / FORM DA"
    "Extraction Cube : Error in DataManager API".
    I dont know why this problem comes.
    Can anyone tel me what went wrong and how to solve it.
    Thanks in advance.
    Kind regards,
    Shanbagavalli.S

    Hi All,
        The above issue is getting due to # character in text at end(e.g ljdfsaa##). After removing # characters in text issue got resolved.
    Thansk,
    Manjunatha

  • Imp-00008: unrecognized statement in the export file

    Hi All,
    I am trying to import an export from Oracle 8.1.7 source system to Oracle 11.2 using imp . I am getting the following errors may times during the import process.
    imp-00008: unrecognized statement in the export file
    The character set of Source data base is WE8DEC and the character set of target data base is WE8MSWIN1252 and i get the below statement during the start of the import
    import done in US7ASCII character set and AL16UTF16 NCHAR character set
    import server uses WE8MSWIN1252 character set (possible charset conversion)
    export client uses WE8DEC character set (possible charset conversion)
    export server uses WE8DEC NCHAR character set (possible ncharset conversion)
    The error imp-00008: unrecognized statement in the export file is it due to the Oracle version compatibility or due to Character set compatibility issue.
    I tried to create a new Database on same Oracle sever and i cant find WE8DEC in the list of character set to choose. Please help me on how to proceed.
    Regards,
    alen.

    934571 wrote:
    Hi Srini,
    Data is getting loaded correctly, but i get several of these error imp-00008: unrecognized statement in the export file messages during the import process, so i am not sure what is missing.
    Pl post the complete error message from the import log file.
    1) Is it possible to import the dump exported form oracle 8 into oracle 11?? Do we need to take any special care during the import ??
    Yes - no special requirements are needed.
    2) The Oracale Database character set it WE8DEC, but when i try to create a new database in 11 , i dont find that character set , is the character set obsolete now , if so what character set is super set of WE8DEC ??
    Pl post exact OS and database versions. Ideally you should be using AL32UTF8 for all new databases. WE8DEC is a deprecated characterset.
    See section 4.2.1 here - http://docs.oracle.com/cd/E11882_01/install.112/e24186/install.htm#BABFDDEA
    Thanks,
    Alen.HTH
    Srini

  • Cannot install Windows Azure Active Directory Sync tool on Server 2012 w/ SQL Server 2012

    I went to change a user password on the server today and after changing the password I logged into the SQL server to run “Import-module dirsync” & “Start-onlinecoexistencesync” in powershell in order to sync the new password with Exchange Online. After
    waiting ten minutes I tried setting up the email on the user’s PC but the new password was not being accepted. I logged into Office 365 and I got the following warning.
    "Warning: Last synced more than 3 days ago | Troubleshoot"
    So I pressed troubleshoot and the site installed a tool on the server to try and find out what the issue was. After the tool ran it told me that the version of dirsync.exe was out of date and that I should download the new one and install it. So I downloaded
    the new dirsync.exe (version 7020 I believe) and tried installing it. I kept getting error after error, different ones to boot.
    First it told me I wasn’t part of the FIMSyncAdmins group (so I added myself), then it told me that it could not connect to MIIS server,  so I tried starting it and windows said that there was a problem with the sign on used by the service so I had
    to reset the password for the local user named “AAD_bfd1d6f0cef7” which was being used by that service. The service started successfully and when I went to install it told me I could not and if the problem persisted I should uninstall the old version and reinstall.
    Looking in the log file, before I even install the software I see the following Information...
    Level: Information
    Date: 2015-03-24 12:49:17 PM
    Source: Directory Synchronization
    Event ID: 0
    Task Category: None
    "The current configuration of the Windows Azure Active Directory Sync tool is invalid. Please reinstall the Windows Azure Active Directory Sync tool."
    So I tried to reinstall (i even manually uninstalled the old version and removed the folder in C:\Program Files\ called "Windows Azure Active Directory Sync") and on reinstall I get as far as "Installing Components" and then after a little
    while it errors out with the error "The install was unable to setup a required component. Check the event logs for more information. Please try the installation again and if the error persists, contact Technical Support. "
    Looking at the log file there are a bunch of new entries, created by the installer. There's over 300 new entries and I can not post them all here due to character count restriction. you can find the log file here...
    www.clarkfreightways.com/wp-content/uploads/2015/03/dirsync_log.txt
    Can anyone tell me what is going on, I've been looking through the log files and I can see errors but I'm not sure what to do to fix it.

    Greetings!
    Wanted to know if you've hosted the DirSync tool (latest version) on a VM? Also, if this is deployed in a Production or Lab environment? If it's a lab setup, you may
    try installing the DirSync on a new VM / Server (suspecting that it could be some machine related issues).
    Here's a Support KB helping with different errors:
    http://support.microsoft.com/en-us/kb/2684395
    If its a production environment, would suggest to raise a
    Technical Support Ticket for assisting further with break-fix.
    Thank you,
    Arvind 

  • Multi-Org Parent-Child LOV

    Issue Description:
    in Action BC (Table: S_EVT_ACT) we are trying to implement the following organization based parent child picklists/LOVs for Status->Status Reason
    [Status] - Activity Status field (col: EVT_STAT_CD)
    *Picklist: LOV Type = 'EVENT_STATUS', picklist BC: 'List Of Values Dynamic (REL)'
    [LN Status Reason] - customised field/column (Col: X_STATUS_REASON)
    *Picklist: LOV Type = 'LN_MISSED_ACTIVITY_REASON', picklist BC: 'PickList Hierarchical'
    *Pick Map: [LN Status Reason] = [Value], [Status] = [Parent] (Constraint = Y)
    in the Admin-Data LOVs:
    Type = EVENT_STATUS, Display Value/LIC = "Not Achieved", Organization = "Org 1"
    Type = LN_MISSED_ACTIVITY_REASON
    Display Value/LIC = "Reason 1", Parent LIC = "Not Achieved", Organization = "Org 1"
    Display Value/LIC = "Reason 2", Parent LIC = "Not Achieved", Organization = "Org 1"                                                                                          
    On UI, create new record in Account - Activities, selecting Status = "Not Achieved".
    Now when i try to select the Status Reason value, the drop down does not give me any value.
    If I set the Organization to blank on "Reason 1", then the "Reason 1" value shows up in the Status Reason drop down under Account - Activities.
    In SQL of the log file, for the Status Reason drop down, it always hard code a T1.BU_ID is null in the WHERE clause, this would explain why its blank in the dropdown
    Also as a test, If i remove all the pick map constraints for the [LN Status Reason] field (ie the only record in the pick map is [LN Status Reason] = [Value]), then the drop down works correctly (ie displaying both the values with Organization = "Org 1"), and in the SQL of the log file, instead of BU_ID is null, it has BU_ID = ? with variable binding.
    Is there a reason why it would hard code the BU_ID is null in the WHERE clause in the SQL, and how to overcome this to achieve my requirement.
    Just a further update due to character limit of the original description,
    The "Owner Organization Specifier" property on the table S_EVT_ACT is blank (not sure if its related to anything though)
    The user i'm using belongs to "Org 1" for both the employee's Organization and its Position's Organization
    Thanks

    This is exactly what I'm looking for...I just can't make it work. I have 2 tables (database and schema). They are related via a database_id column. My code is below if you are willing to help.
    HTML Header
    <script>
    function get_select_list_xml1(pThis,pSelect){
    var l_Return = null;
    var l_Select = html_GetElement(pSelect);
    var get = new htmldb_Get(null,html_GetElement('pFlowId').value,
    'APPLICATION_PROCESS=CASCADING_SCHEMA',0);
    get.add('P7_DATABASE',pThis.value);
    gReturn = get.get('XML');
    if(gReturn && l_Select){
    var l_Count = gReturn.getElementsByTagName("option").length;
    l_Select.length = 0;
    for(var i=0;i<l_Count;i++){
    var l_Opt_Xml = gReturn.getElementsByTagName("option");
    appendToSelect(l_Select, l_Opt_Xml.getAttribute('value'),
    l_Opt_Xml.firstChild.nodeValue)
    get = null;
    function appendToSelect(pSelect, pValue, pContent) {
    var l_Opt = document.createElement("option");
    l_Opt.value = pValue;
    if(document.all){
    pSelect.options.add(l_Opt);
    l_Opt.innerText = pContent;
    }else{
    l_Opt.appendChild(document.createTextNode(pContent));
    pSelect.appendChild(l_Opt);
    </script>
    Application Process
    BEGIN
    OWA_UTIL.mime_header ('text/xml', FALSE);
    HTP.p ('Cache-Control: no-cache');
    HTP.p ('Pragma: no-cache');
    OWA_UTIL.http_header_close;
    HTP.prn ('<select>');
    HTP.prn ('<option value="' || 0 || '">' || '- All Schemas -'
    || '</option>'
    FOR c IN (SELECT schema, schema_id
    FROM (SELECT schema, schema_id, database_id
    FROM schema_lookup
    WHERE database_id = :cascading_selectlist_item_1)
    LOOP
    HTP.prn ('<option value="' || c.schema_id || '">' || c.schema || '</option>');
    END LOOP;
    HTP.prn ('</select>');
    END;
    P7_DATABASE_ID Form Element Attribute
    onchange="get_select_list_xml1(this,'P7_SCHEMA_ID');
    P7_SCHEMA_ID LOV
    select SCHEMA d, SCHEMA_ID v from SCHEMA_LOOKUP
    where DATABASE_ID = :P7_DATABASE_ID
    order by 1

  • Page Fault Processor Exception (Error code 00000002)

    We have begun to experieince the following abend on our Netware 6.5 server running GroupWise 8.
    Novell Open Enterprise Server, NetWare 6.5
    PVER: 6.50.08
    Server halted Wednesday, December 8, 2010 8:08:15.459 am
    Abend 1 on P02: Server-5.70.08: Page Fault Processor Exception (Error code 00000002)
    Registers:
    CS = 0008 DS = 0023 ES = 0023 FS = 0023 GS = 0023 SS = 0010
    EAX = 78DBF1DC EBX = 6D86C060 ECX = 00446A97 EDX = FCAEF520
    ESI = 6FF57EE0 EDI = 7B4AB000 EBP = A067C9A0 ESP = A197F668
    EIP = 8038B5D8 FLAGS = 00010202
    8038B5D8 F2A5 **REPNE* MOVSD
    EIP in LIBC.NLM at code start +000945D8h
    Access Location: 0x7B4AB000
    The violation occurred while processing the following instruction:
    8038B5D8 F2A5 **REPNE* MOVSD
    8038B5DA 2403 AND AL, 03
    8038B5DC 8AC8 MOV CL, AL
    8038B5DE F2A4 **REPNE* MOVSB
    8038B5E0 8B44240C MOV EAX, [ESP+0C]
    8038B5E4 5E POP ESI
    8038B5E5 5F POP EDI
    8038B5E6 C3 RET
    LIBC.NLM|memcmp:
    8038B5E7 57 PUSH EDI
    8038B5E8 56 PUSH ESI
    Running process: GWIMAP-BCC_-Handler_2 Process
    Thread Owned by NLM: GWPOA.NLM
    Stack pointer: A197F418
    OS Stack limit: A19711C0
    Scheduling priority: 67371008
    Wait state: 3030070 Yielded CPU
    Stack: --038068DC ?
    --78DBF180 ?
    90246CD4 (THREADS.NLM|realloc+B8)
    --78DBF180 ?
    --6D86C060 ?
    --038068DC ?
    --03806900 ?
    --00000001 (LOADER.NLM|KernelAddressSpace+1)
    --038068DC ?
    --A197F6A8 ?
    --00000100 (LOADER.NLM|KernelAddressSpace+100)
    --475BE354 ?
    A046BF23 (GWENN5.NLM|GWENN5@_WpmemRealloc+13)
    --6D86C060 ?
    --03806900 ?
    --475BE340 ?
    --A197F6C4 ?
    A045F6BA (GWENN5.NLM|GWENN5@?GetHandle%NgwBufIStream%%QAEKP APAX%Z+2BA)
    --03806900 ?
    --475BE354 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    -9AD5EF0C (GWENN5.NLM|GWENN5@??_7NgwBufIStream%%6B%+8)
    --4C60D600 ?
    --A197F6F4 ?
    9FC3E61B ?
    --4E457B00 ?
    --00001FFC (LOADER.NLM|KernelAddressSpace+1FFC)
    --A197F6DC ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00001FFC (LOADER.NLM|KernelAddressSpace+1FFC)
    9FBBAD00 ?
    --44DC2080 ?
    --4C60D600 ?
    --44DC2080 ?
    --A197F980 ?
    --A197F704 ?
    9FC3E425 ?
    --475BE340 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --A197F71C ?
    9FC2EBAD ?
    --475BE340 ?
    -9F31FACD ?
    -9F31F957 ?
    --A197F980 ?
    --A197F73C ?
    9FBBA181 ?
    --44DC2500 ?
    --00000002 (LOADER.NLM|KernelAddressSpace+2)
    --0006F734 ?
    --44DC2500 ?
    -9F31F957 ?
    --A197F980 ?
    --A197F750 ?
    9FBBB830 ?
    --44DC2500 ?
    --A197F980 ?
    -9F31F957 ?
    --A197F764 ?
    9FBBA640 ?
    --44DC2500 ?
    -9F31F957 ?
    --A197F980 ?
    --A197F78C ?
    9FBBA5B5 ?
    --44DC2500 ?
    --A197F78C ?
    --B18F2280 ?
    --B18F2320 ?
    --439CE400 ?
    -9F31FAF9 ?
    -9F31F957 ?
    --A197F980 ?
    --A197F7AC ?
    9FBBA143 ?
    --44DC2400 ?
    --A197F980 ?
    --0008EBC0 ?
    --44DC2840 ?
    -9F31F957 ?
    --A197F980 ?
    --A197F7C4 ?
    9FBBA6EE ?
    --475BEBC0 ?
    --4B23E4C0 ?
    --A197F980 ?
    -9F31F957 ?
    --A197F7D8 ?
    9FBBA024 ?
    --475BEBC0 ?
    -9F31F957 ?
    --4B8595AE ?
    --A197F9DC ?
    9FB85D78 ?
    --44DC2300 ?
    --00000067 (LOADER.NLM|KernelAddressSpace+67)
    --B18F2F60 ?
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --00000000 (LOADER.NLM|KernelAddressSpace+0)
    --4B859F60 ?
    Additional Information:
    The CPU encountered a problem executing code in LIBC.NLM. The problem may be in that module or in data passed to that module by a process owned by GWPOA.NLM.
    Emulated 5000 and found no RET instruction
    Function may never return.
    We are running GW 8 SP 1 on a Netware 6.5 SP 8 OS. I truncated due to character limit.
    Any help would be greatly appreciated.

    Originally Posted by utman
    My guess is that it is a problem in the GWIN code. Is SP 1 the latest? Usually when the code dies in libc it isn't really libc but the function that called libc.
    We just downloaded SP 2 (fairly new support pack) and some subsequent Hotfixes for SP 2. We will be loading those tonight.
    Thanks for your response.

Maybe you are looking for

  • Whats the difference between list and lov ?

    Whats the difference between list and lov ? i can do the same things with a list what an lov can do . infact a list is more better. cause the list doesnt hold/show a range of values, and only has the items value iteself. while the lov can get all the

  • Hi all   report that sends email shows popup window needs to be supressed

    hi all i have developed a report that sends email as an attachement, but this report pops up a window in the end ( it says 'no of objext sent') and there i have to press enter, but my report is running in the background (scheduled report) and therefo

  • Season Pass

    I recently purchased a Season Pass of South Park Season 10. The first, and at that time, only, episode downloaded right away. But, a few days ago, there was an update. However, I am not recieving my epiode. PLEASE HELP!!!

  • Dynamic displaying fileds of a record

    hi, i am doing a jsp app. user can register personal infomation into database. he can also customized which field of his own reocrd will be displayed. how can do that?

  • Photoshop CS4 Extended and W3D

    I just upgraded to CS4 Extended, largely for the new 3D capabilities, and was astounded to learn that it doesn't support export of models to Adobe's only current 3D format, Shockwave W3D!  Can anyone give me one good reason for this incredibly short-