Saving VO attributes Problem

Hi,
my requirement is to extend VO to include Dff attributes to hold dates.
SO i substitute the vo , add Dff attrributes and transient attributes.
In my CO ProcessRequest i :
1.iterate through VO
2.read VO Attribute1(Dff Attribute1) parse it, and put it XXScheduledStartDate(transient Date type).
3.read VO Attribute2(Dff Attribute2) parse it, and put it XXScheduledEndDate(transient Date type).
In my CO ProcessFormRequest i :
1.iterate through VO,
2.read VO XXScheduledStartDate(trasient Date type) , and put it VO Attribute1(Dff Attribute1).
3.read VO XXScheduledEndDate(trasient Date type) , and put it VO Attribute2(Dff Attribute2).
Until now it worked OK.
My Problem is that i need to add logic in ProcessFormRequest to enable clear the dates,
updating XXScheduledStartDate/attribute1,XXScheduledEndDate/attribute2 to null.
After i add the logic(if) to handle, it stop work, sometimes the changes saved and
sometimes not.
if i remove the if from the code it returning work OK.
Please Help.
Thanks,
My code in ProcessRequset is
RowSetIterator RowIt1 = AssigneeVO1.createRowSetIterator("RowIt1");
RowIt1.setRangeStart(0);
RowIt1.setRangeSize(lineRowCount1);
for(rowIndex1=0; rowIndex1<lineRowCount1; rowIndex1++)
if (AssigneeRow1!=null&&AssigneeRow1.getAttribute("XXScheduledStartDate")!=null&&!"".equals(AssigneeRow1.getAttribute("XXScheduledStartDate")))
ScheduledStartDateS = (String) AssigneeRow1.getAttribute("XXScheduledStartDate").toString();
AssigneeRow1.setAttribute("Attribute1",ScheduledStartDateSF.toString());
//New code to clear attribute
if (AssigneeRow1!=null&&(AssigneeRow1.getAttribute("XXScheduledStartDate")==null || "".equals(AssigneeRow1.getAttribute("XXScheduledStartDate"))))
     AssigneeRow1.setAttribute("Attribute1","");
// Set Attribute2 Attribute
if (AssigneeRow1!=null&&AssigneeRow1.getAttribute("XXScheduledEndDate")!=null&&!"".equals(AssigneeRow1.getAttribute("XXScheduledEndDate")))
ScheduledEndDateS = (String) AssigneeRow1.getAttribute("XXScheduledEndDate").toString();
AssigneeRow1.setAttribute("Attribute2",ScheduledEndDateSF.toString());
if (AssigneeRow1!=null&&(AssigneeRow1.getAttribute("XXScheduledEndDate")==null || "".equals(AssigneeRow1.getAttribute("XXScheduledEndDate"))))
     AssigneeRow1.setAttribute("Attribute2","");
RowIt1.closeRowSetIterator();
trxn.commit();

Try resetting your preferences using one of the methods below (reinstalling the software does not reset the preferences).
Reset Preferences
http://forums.adobe.com/thread/375776
1) Close the program and press Ctrl+Alt+Shift/Cmd+Option+Shift during startup (not reversible)
or
2) Move the Folder. See:
http://www.bugge.com/Family-and-friends/Illy/illy.html

Similar Messages

  • Hi, I cant open a document I have been working on. It has previously been saved without a problem now all I get is a box stating that the file cannot be opened. Any suggestions please?

    Hi, I reecntly purchased a Mac and the Pages App. But now I find that I cant open a document I have been working on. It has previously been saved without a problem now all I get is a box stating that the file cannot be opened. It is visible in both the Pages Windows and under Recent Items but just will not open. Any suggestions please?

    Hi Colourdoodles,
    Maybe the document is corrupted. Can you open other Pages documents? Preview may open it. Right click (or control click) on the document in Finder and Open With > Preview.
    If that works, Edit > Select All, Edit > Copy. Then paste into a blank Pages document. Formatting may be messed up, but you will have editable text. Then Save (with a different name), close and see if you can open the new document.
    Regards,
    Ian

  • BADI which triggers while saving Marketing Attribute Set

    Hi,
    Could you please help me out with any BADI which triggers while saving Marketing Attribute Set.
    Thanks,
    Sandeep

    Hello Sandeep,
    Can you trt this bad CACL_VALUE_CHANGE
    thanks

  • ERMS Attribute "Problem Status" not picking up value in Mail Form

    Hi All,
    As per the current system, we have a mail form where we have added an attribute "Problem Tracking Text" and it inserts the Problem record number in the outgoing email.
    Currently we need to add another attribute, "Problem Status". But when this is added to the Mail form, it does not pick the status in the outgoing email.
    "Problem Status" attribute is maintained under E-Mail Response Management System -> Define Repository
    What other configuration is missing. Please advise.

    Issue is resolved. For those who might face this issue in future-
    Problem Status is automatically stored in Fact Base. There is no need to have them as text in the email.
    One can directly add them in rule policy. It was not working for us because Fact Base it was stored as E0005 and in Rule policy it was stored as Completed. Once we changed the input value for rule policy to E0005, it works perfectly.

  • How do i overcome "itunes library cannot be saved" message and problems?

    Hi fellow itunes users
    This is the second time i've had this problem in the past few months. I was working on my itunes for hours getting playlists in order, ripping songs from CDs, etc and all was going well. I burned a whole load of CDs with the new playlists and songs so no major loss other than time if I wanted the CDs replicated.
    I had the message come up, "itunes library cannot be saved" when i was closing the program down which worried me as I had no option but to accept this. I switch the machine on the following day and boot up itunes to find all the songs I saved and playlists made disappeared. Clearly they were not saved but and there is no way to get them back as i did not do a time machine back up at that moment but what bothers me is if it happens again.
    Can anyone suggest a way to prevent this from happening again?
    Your reply and assistance will be greatly appreciated!!
    Many Thanks

    You can verify your directory by running Disk Utility > first aid verify.
    Have a look at how space is being used:
    OmniDiskSweeper (free) - http://www.omnigroup.com/applications/omnidisksweeper/download/
    OS X Lion: About Time Machine's "local snapshots" on portable Macs - http://support.apple.com/kb/HT4878 - “You may notice a difference in available space statistics between Disk Utility, Finder, and Get Info inspectors. This is expected and can be safely ignored. The Finder displays the available space on the disk without accounting for the local snapshots, because local snapshots will surrender their disk space if needed."
    Hidden local backups with Mac OS X Lion filling up your MacBook hard disk!  - http://blog.valerio.de/post/19238158977/hidden-local-backups-with-mac-os-x-lion- filling-up-your - Time Machine using local drive to store backups when external drive is not available.

  • PDF XChange annotations are not saving (temp folder problem?)

    Hello,
    I'm having a problem with the XChange PDF viewer within Firefox:
    When annotating a file outside of Firefox, I can save the changes and have them reappear
    when I close and re-open the file
    Doing this inside Firefox, I cannot, it appears that the files are saved, but they do no
    reappear on re-opening. This is true even when annotating a file that is opened from my
    hard drive (as opposed to opening it from a website)
    Doing this inside IE, it works properly. However, I need to use Firefox here at work
    instead of IE or XChange separately.
    I believe the problem lies in the fact that when XChange/FF open a pdf inside FF, a file
    is created in C:\Temp and the changes are somehow being lost here. Interestingly, if I
    take the file opened within FF and open it in XChange outside the browser (by using the
    button in the bottom left of the viewer pane) I _still_ cannot save my changes, and I now
    get an error message along the lines of:
    ‘Error saving document to “c:\Temp\pdf38.tmp”:
    Error [IO subsystem]: Invalid access mode’
    where 'pdf38.tmp' is the name of the temp folder created when the original file was
    opened within FF.
    I didn’t have these problems a few months ago, so it’s something to do with the new
    versions of XChange and FF. Please let me know what you can do to fix this. I really
    like using XChange, but if this can’t be fixed I’ll have to switch to something else to
    do my work.
    == This happened ==
    Every time Firefox opened
    == Reinstalling latest versions of FF and PDF X-Change

    I wrote a ton of notes and I freaked out when it didn't work so I emailed the pdf to myself, and its the current version with all the notes that I had just taken.
    try it out! it worked for me

  • PS Elements saving to iPhoto problem

    Help! I am using Photoshop Elements 9 with iPhoto 11 on a Mac (Mountain Lion). My original problem was that any edits I made in PSE elements (using PSE as the edit program for iPhoto) were not reflected in iPhoto. However, after bad instructions from an Apple tech about this problem, I now have an even bigger problem, which I will address here.
    I cannot save any edited file from PSE back to its original location in the iPhotos library. The Save location is the last place I visited in the finder. In the past, the file would automatically be saved in the correct location. (Of course recently the edits would not show up in iPhoto, but this is another problem.)
    In the past, I could open iPhoto, edit a photo in PSE, save the file, and the edited file would appear like magic in iPhoto. No more.
    For what it is worth, the Apple tech had me empty all caches on the computer. For my part, I also reinstalled PSE, but nothing works.  For the record, I write over the original file and save as a jpeg.
    Help!

    I had two problems. First, the edts made in PSE would not show up in iPhoto, even though the paths to the files were correct. Then, the paths to the original file were lost and photos were saved into the Pictures folder.
    But there is now good news -- I solved the problem. The problem is Default Folder X 5.5b10 (14688). I turned it off, and suddenly everything worked. The photos update and the saves go to the correct locations.
    It finally dawned on me that I had updated the software. I tried turning off Default Folder X, and all was right with the world.
    Thank you to everyone for your help and suggestions. I truly appreciate your help and expertise.

  • Saving as PDF - problem with file name

    Hello everybody,
    I have a little problem. I'm making a lot of similar document with InDesign so everytime I copy/paste the latest and then rename it from windows. But when I try to save (with a custom preset) the document as PDF, everytime on default InDesign gave the name of the original document, so I have to write the right name everytime. How can I change this? I want to have on default the file name I'm working on, not the original one.
    EXAMPLE
    I copy and paste "average.indd" and then I rename it as "joe.indd". I make some changes inside JOE, save it and then try to export as PDF. When the saving window appear, the program suggest "average.pdf" as name of the PDF I'm creating.
    Thanks for your support and excuse me if my english is not that good (not my language).
    Have a nice day!
    Dario

    Ah well, it is generally accepted that the most recent PDF-export file name "sticks" and when that's the case, there isn't anything you can do about it except type in the new name you want. However, I just tried it a second time (the first time before my first post), and here, I got it to work the way you want by doing what I originally advised...
    Start new file.
    Save As average.indd
    Export > PDF...file name defaults to average.pdf
    Back in InDesign, Save As joe.indd
    Export > PDF...file name defaults to joe.pdf
    What exactly did you try, and where did the result differ from what I saw?

  • Navigational Attribute Problem in Input Query

    Hi,
    I am having a problem in input query implementation which uses a navigational attribute. I have, for eg, only one char 'customer' in rows; i want to exclude the customers with the status D (deleted) from displaying (Status is nav. attr. of customer).  I tried this by restricting in filter, Status D-"exclude". But as soon as I do this, query no longer remains input ready! (I also tried putting the same restriction in Default Values area rather than Filter, but ended with the same result )
    I discovered that if, furthermore, I put Status in rows (with the above said restriction still remaining), query is again input ready.
    Can't we exclude values in the filter on an input query? I want to know if this is a restriction with IP or a bug?

    Hi Gregor,
    Thanks for the explanation. But this makes me wonder, because due to this restriction one of the BIG advantages queries had over the planning layouts of BPS, seems to be gone. I mean, using navigational attributes for filtering; if we have to always have a single value restriction on a nav. attr., this will really be restricting. Is it expected that this will be changed in a later SP?
    And there is another problem that is coming due to this. When I use the exclude filter and also the nav. attr. Status in rows, then the query becomes input ready, but there are warning messges displaying when the query opens saying -
    Characteristic Customer has no master data for "C1"
    Characteristic Customer has no master data for "C2"
    etc... (these are the customers with status D). We are on SP15.
    Please suggest what should I do to get rid of these messages?
    Edited by: Mayank Gupta on Apr 10, 2008

  • Attributes Problem in Business Object

    Hi,
    We had a requirement of creating a new Business Object with a couple of attributes(both Database and Virtual Attributes)
    So, as per the requirement, I created my Business Object with all the required attributes. And I have coded the required Business Logic for my Virtual Attributes.
    Now, I created my Business Object's method's using these attributes(OBJECT-ATTRIBUTE_NAME) in my methods wherever required.
    Finally, I tested the Business Object in SWO1(Business Object Builder), here are my observations...
    1) The Database attributes is getting created properly and I can see the values for the required
    2) The Virtual Attributes are getting created as per the Business Logic and I can see the desired result for this also.
    3) The methods are giving desired results.
    Now, my doubt is, when I trigger one of this Business Object's method from workflow, the attribute values(OBJECT-ATTRIBUTE_VALUE) are not visible inside the method. But if I test the same BO using SWO1, I can see all the Attribute values(OBJECT-KEYFIELDS).
    I can only see the KEY FIELDS of the Business Object in Debug mode, I mean, I can view OBJECT-KEY-KEYFIELD value, but not the OBJECT-ATTRIBUTENAME inside the BO'S method in Debug mode-when triggered from Workflow.
    Well, I am triggering the Workflow using the SWUD transaction and infact I am creating the required Instances in the first screen of SWUD.
    Can anyone make me clear why this is happening?
    Regards,
    <i><b>Raja Sekhar</b></i>

    Hi people,
    Thanks for immediate reply.
    Well, I think I didnt explain my problem clearly...
    Well, here is my clear explanation.
    I created a new Business Object named ZOBJECT say...
    It has 3 key fields...
    PERNR(Employee Number),BEGDA(Start Date) and ENDDA(End Date)
    It has 2 attributes...
    One is a Databsase Attribute - ENAME which gets populated from database PA0001.
    Another is a Virtual Attribute - EMAILID which gets populated from some Business Logic.
    And it has one Event...ZEVENT
    It has one method...
    SENDMAIL - Which sends the email to the EMAILID Attribute.So my coding looks something like this...
    METHOD SENDMAIL.
      DATA : W_FROMEMAIL TYPE PA0105-USRID_LONG,
             W_TOEMAIL TYPE PA0105-USRID_LONG,
             W_SUBJECT(100),
            IT_TEXT TYPE STANDARD TABLE OF SOLI.
      W_FROMEMAIL = '[email protected]'.
      W_TOEMAIL = OBJECT-EMAILID.
      W_SUBJECT = 'Test Mail'.
    Populate the mail content into IT_TEXT Internal table
      call function 'YHSENDEMAIL'
          EXPORTING
            FROMEMAIL = W_FROMEMAIL
            TOEMAIL   = W_TOEMAIL
            SUBJECT   = W_SUBJECT
          TABLES
            IT_TEXT   = IT_TEXT.
    ENDMETHOD.
    So as shown above I designed my Business Object.
    And I tested this Business Object from SWO1(Business Object Builder) Transaction itself. I am able to get the desired result. Everything seems perfect till now.
    Now, I created my workflow with ZOBJECT-ZEVENT as the Start Event.
    I created one Standard Task to send EMail which in turn calls up my ZOBJECT-SENDEMAIL Method.
    So when I called this method, I found that OBJECT-EMAIL inside the method is not populated, ultimately, no mail is going.
    I dont understand why the attribute values are not populated when I call the same method from workflow.
    When I checked the workflow log, I can see my attribute values for the ZOBJECT. But in the Method, I cant access the attribute values as such...But I am able to access the Key fields of the method...
    Can anybody explain me the reason for this behavior?
    I checked the BINDING, Everthing seems perfect from this side...So I dont think it's a binding problem.
    Regards,
    <i><b>Raja Sekhar</b></i>
    Message was edited by: Raja Sekhar

  • Feature: Saving image. Problem: When giving name, as default name and extention are highlighted. I want only the name to be highlighted.

    When saving items via firefox, like a picture, the name and extention are highlighted, e.g. "nameofpicture.gif"
    Can I change it so that it only hightlights the name and not the extention, e.g. "nameofpicture"?
    See link to picture of problem...
    http://fonon.co.uk/wp-content/uploads/images/firefoxproblem.png

    David,
    I don’t have the option to append the file extension.  I am using:
    Adobe Photoshop Elements Version: 11.0 (11.0 (20120830.r.32025)) x32
    Operating System: Windows 8 64-bit
    Version: 6.2
    Any ideas?
    Thanks,
    Rich
    Sent from Windows Mail

  • OBIEE 11.1.1.6 SSO with OAM 11.1.1.5: OID 11.1.1.6 attribute problem

    Hi Everyone!
    I have configured a OAM(webgate)+OID+OBIEE+OHS system.
    The OBIEE is protected via OHS(weblogic module) and webgate. It is working very well.
    The OAM authenticates from OID(default user identity store).
    The *"User Search Base"* is same ( *"cn=Users,dc=mydomain,dc=com"* ) in identity store and in OBIEE's OID authentication provider too.
    The SSO is enabled in OBIEE and the providers are:
    OID (Provider that performs LDAP authentication     1.0) SUFFICIENT
    OAM Provider (Oracle Access Manager Identity Asserter     1.0) REQUIRED
    DefaultAuthenticator     (WebLogic Authentication Provider     1.0) SUFFICIENT
    DefaultIdentityAsserter
    IF the *"User Name Attribute"* is *"cn"* in OAM's user identity store and the OBIEE's OID provider's *"user name attribute"* is *"cn"* (default) too, everything is working fine.
    But I have to use *"orclSAMAccountName"* instead of *"cn"* (OAM and OID provider). And in this case I have the problem.
    In the OBIEE's OID provider are:
    All Users Filter: (&(orclSAMAccountName=*)(objectclass=person))
    User From Name Filter: (&(orclSAMAccountName=%u)(objectclass=person))
    User Name Attribute: orclSAMAccountName
    I made a test user:
    cn=test
    sn=test_sn
    orclsamaccountname=test_sama
    uid=test_uid
    krbprincipalname=test_krb
    I can authenticate with test_sama in OAM, but OBIEE say: *"You are not logged in here: Oracle BI Server."*
    The bi log shows that:
    +Default (self-tuning)'> <BISystemUser> <> <00093dFuR^HFW7PMye7i6G00052S000Tt7> <1345642607333> <BEA-000000> <javax.security.auth.login.FailedLoginException: [Security:090304]Authentication Failed: User test javax.security.auth.login.LoginException: [Security:090300]Identity Assertion Failed: User test does not exist+
    +oracle.security.jps.internal.api.jaas.AssertionException: javax.security.auth.login.FailedLoginException: [Security:090304]Authentication Failed: User test javax.security.auth.login.LoginException: [Security:090300]Identity Assertion Failed: User test does not exist+
    Why does search OBIEE the *"cn"* and why does not use the *"orclsamaccountname"* ?
    Any idea???
    Regards, Jani

    Hello Jani,
    This is a known issue in OBIEE 11.1.1.6.0 , Please refer to : OBIEE 11.1.1.6 Agent failed with Error Codes: IHVF6OM7:OPR4ONWY:U9IM8TAC [nQSError: 13039] The impersonator does not exist in the BI Security Service [ID 1446877.1]
    We have configured OBIEE 11.1.1.6 on Linux and using Single Sign On (SSO) with Windows Native Authentication (WNA).
    Configured AD Authenticator, selected sAMAccountName instead of CN for User Attribute. Enabled SSO in EM. When trying to access OBIEE Presentation services we have encountered the error below.
    "You are not logged in here: Oracle BI Server."
    When checking the biserver1 log file found : [Security:090300]Identity Assertion Failed: User OracleSystemUser does not exist
    After applying the patch 13553428 on top of OBIEE 11.1.1.6.0 we have successfully logged into OBIEE Presentation services.
    This works fine with OBIEE 11.1.1.5.0 and 11.1.1.6.1
    Fixed in OBIEE 11.1.1.6.1. Apply Patch 13742915.
    If you want to stay in OBIEE 11.1.1.6.0. Apply Patch 13553428.
    Let me know if this solves the Asserter issue.
    Pls mark if helpful or answered.
    Thanks,
    -SVS

  • ACS View 4.0 attribute problem

    Hello,
    I'm currently testing the ACS View 4.0 in a VMWare Environment.
    I've added 2 ACS servers who are already in production thus generate enough syslog messages.
    The problem is that the ACS Views requires a lot of mandatory attributes that are not generated by my ACS-servers. This results that the syslog messages are dropped by the ACS View Software and so the ACS View cannot make reports of it.
    I can see that if I check the server status page. There I have the red cross on the logs which means "Mandatory Attributes Not Received".
    For example: the "Bypass_Info" is mandatory, although it contains only info if MAC Auth Bypass is used. Otherwhise, the ACS does not send this attribute in the syslog (although it is configured to be sent so I would expect the ACS would send it with an empty value, like: Bypass_Info=)
    Another example is the Athor_Failure_Code which never contains a value on my ACS logs (I can see it in the internal CVS logs that it's empty).
    Does anyone know how I should make it work?

    Ensure that you configure the AAA Server attribute for all logs. If you fail to configure this attribute, ACS View drops the record while collecting data by using syslog and package.cab.
    http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_server_view/4.0/user/guide/appendixA.html#wp1004069

  • Adobe Audition 3.0, saved a multisession, problems adding new files after re-opening

    Hello,
    I have saved a multisession track to continue another time, and now I tried to adding back more files to the multisession, but I get a message "interpret sound format as" and I have to choose the sample rate, channel and Resolution... After I let the setting as default, the track is added but it is messed up cause I don't hear the song anymore... I only hear an annoying noise throughout the whole song. Also when I click on a song to open it, in the right box it says RAW PCM or unsupported format, but I haven't had these problems before when I started to make the multisession!
    It seems something has messed up when I saved the multisession but I can not figure out.
    Does anybody know what I did wrong and how I can fix this?
    Thanks in advance
    Filip

    if you need an activation count reset contact adobe support, http://www.adobe.com/support/chat/ivrchat.html

  • Urgent - Updating attributes problem

    Hello all,
    I am working with Oracle Database 10g Release 2 Patch 6.
    This is a piece of the complete xml file that I want to update.
    <?xml version="1.0" encoding="UTF-8"?>
    <PlantillaProyecto xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.orswegimoarmada.es/ORSWE/PlantillaProyecto http://ZFNARTSGI14:8080/ORSWE/Esquemas/PlantillaProyecto/PlantillaProyecto.xsd" xmlns="http://www.orswegimoarmada.es/ORSWE/PlantillaProyecto">
      <DetallesProyecto>
        <Nombre>Prueba</Nombre>
        <FechaInicio>2006.11.02</FechaInicio>
        <Completado>0</Completado>
        <FechaFinal>0000.00.00</FechaFinal>
      </DetallesProyecto>
      <UsuariosProyecto>
        <UsuarioProyecto Tipo="Administrador de Proyecto" Estado="Habilitado">DEMOADMINPRO</UsuarioProyecto>
        <UsuarioProyecto Tipo="Usuario" Estado="Habilitado" xmlns="http://www.orswegimoarmada.es/ORSWE/PlantillaProyecto">DEMOUSUARIO</UsuarioProyecto>
      </UsuariosProyecto>
    </PlantillaProyecto>The schema PlantillaProyecto was previously registered.
    To update this file I'm using the following code:
    UPDATE PLANTILLAPROYECTO
    SET OBJECT_VALUE = updateXML(OBJECT_VALUE, '/PlantillaProyecto/UsuariosProyecto[UsuarioProyecto="DEMOUSUARIO"]/@Estado', 'Deshabilitado')
    WHERE existsNode(OBJECT_VALUE, '/PlantillaProyecto/DetallesProyecto[Nombre="Prueba"]') = 1or the next:
    UPDATE PLANTILLAPROYECTO
    SET OBJECT_VALUE = updateXML(OBJECT_VALUE, '/PlantillaProyecto/UsuariosProyecto[UsuarioProyecto="DEMOUSUARIO"]/@Estado/text()', 'Deshabilitado')
    WHERE existsNode(OBJECT_VALUE, '/PlantillaProyecto/DetallesProyecto[Nombre="Prueba"]') = 1In both cases, the oracle response is the same: 1 row updated.
    But, when I try to see the result using:
    SELECT extractValue(object_value, '/PlantillaProyecto/UsuariosProyecto[UsuarioProyecto="DEMOUSUARIO"]/@Estado')
    FROM PlantillaProyecto
    WHERE existsNode(OBJECT_VALUE, '/PlantillaProyecto/DetallesProyecto[Nombre="Prueba"]') = 1;Oracle shows me a null value or "" through TOAD and 'E/n-' if I execute the code by means of SQL*Plus for windows.
    If I want to recover the value of an element, for instance, <FechaInicio> with the code
    SELECT extractValue(object_value, '/PlantillaProyecto/DetallesProyecto[Nombre="Prueba"]/FechaInicio')
    FROM PlantillaProyecto
    WHERE existsNode(OBJECT_VALUE, '/PlantillaProyecto/DetallesProyecto[Nombre="Prueba"]') = 1;The value '2006.11.02' is shown as response in TOAD and SQL*Plus.
    Any idea to solve this problem?
    Thanks in advance,
    David.

    Hello mDrake,
    During the tests I have used the namespace also, but always with same error.
    I think, the error was in the XSD definition and how I used those the information to build the XPath.
    I defined the element <UsuarioProyecto> as following:
    <xs:element name="UsuariosProyecto" xdb:SQLName="USUARIOSPROYECTO">
      <xs:complexType>
        <xs:sequence>
          <xs:element name="UsuarioProyecto" maxOccurs="unbounded" xdb:SQLName="USUARIOPROYECTO_COL"
           xdb:SQLCollType="USUARIOPROYECTO_V" xdb:maintainOrder="true">
            <xs:annotation>
              <xs:documentation>USER LOGIN.</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:simpleContent>
                <xs:extension base="xs:string">
                  <xs:attribute name="RolUsuario" use="required" xdb:SQLName="ROLUSUARIO" xdb:SQLType="VARCHAR2">
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:enumeration value="Administrador de Proyecto"/>
                        <xs:enumeration value="Usuario"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:attribute>
                  <xs:attribute name="EstadoUsuario" use="required" xdb:SQLName="ESTADOUSUARIO" xdb:SQLType="VARCHAR2">
                    <xs:simpleType>
                      <xs:restriction base="xs:string">
                        <xs:enumeration value="Habilitado"/>
                        <xs:enumeration value="Deshabilitado"/>
                      </xs:restriction>
                    </xs:simpleType>
                  </xs:attribute>
                </xs:extension>
              </xs:simpleContent>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>When I was creating the XML, I was using the element <UsuarioProyecto> to store the login value, for instance <UsuarioProyecto .....>DEMOUSUARIO</UsuarioProyecto>.
    After this problem, I have been reading about XPath and I could have found any examples that it use the brackets with a XPath expression to find an element in a collection, the [] only allows to especific the index of an element in a collection to select a node.
    Finally, I have rewritten the XSD and I have created another attribute for this element. Now, I can find the correct node with the XPath expression.
    Thanks for your help mDrake,
    David.
    I have another question, but I am sure that the problem is mine also.
    I create a XML based in the early XSD. This XML have a structure by levels 1, 2, 3, 4 and so on. But after I have updated the XML using appendChildXML or updateXML SQL functions, the order in the document has changed in random order, for example 4,3,1,2.
    How can I ensure the order in the xml???. I need to use the annotations maintainOrder and maintainDOM during the XSD registration process???.
    Thanks in advance mDrake and apologize for me English.
    Regards,
    David.

Maybe you are looking for

  • Problem installing iTunes on XP

    When I first got iTunes it worked fine until I downloaded a new version. Now whenever I install it there are no scrollbars and it freezes whenever I plug in my iPod or play a song. Ive reinstalled it many times and got the same results and went throu

  • While mat .doc archiving error

    Hi While mat .doc archiving i am getting error can not be archived due to Document not completed. How to find what are all the documents and how to correct the same ? Thanks Regards, Dhinesh

  • Change language of CC Desktop

    How can I change the language of the CC Desktop App (Win) to English when installed on a German system? Thanks.

  • Youtube app not buffering correctly

    Is any one else having problems with the Youtube app not buffering properly. mine will only buffer up to 45-55 seconds then it just stops.

  • Updated and illustrator won't launch

    I made sure I have all the latest os10.6.8 update and illustrator still just begin to launch and then stops. No messages