XML Data Source: does not seem to validate against XSD

I setup XML data source using the example "b-c.xml" and "b-c.xsd"; I changed the
root element of "b-c.xml" from "<db>" to "<Customers>"; but Liquid Data does not
seem to care or validate the instance document against the XSD.
Is this a known bug? It's something very basic and obvious!

LD does indeed catch and report the mis-match at run-time as shown in the exception
below.
It does not valid the XML file against the schema at configuration time, only
at run-time. Hence Step 8 here - http://edocs/liquiddata/docs81/admin/xml.html#1035818
But beware - in some (most) cases LD does not do validation against the schema
for performance reasons. If the schema does not match you will simply get empty
results.
- Mike
     java.rmi.RemoteException: Query Execution Error (Run Time) 1-2-3-24: Cannot process
XML file source XM-BB-C. (com.enosysmarkets.xqdm.translators.XqdmTranslatorException:
Invalid root element name: 'CUSTOMERS'. Expected: 'db')
"David Song" <[email protected]> wrote:
>
I setup XML data source using the example "b-c.xml" and "b-c.xsd"; I
changed the
root element of "b-c.xml" from "<db>" to "<Customers>"; but Liquid Data
does not
seem to care or validate the instance document against the XSD.
Is this a known bug? It's something very basic and obvious!

Similar Messages

  • Visual Composer 7.0: system (data source) does not appear

    Hi...
    There is a problem: system (data source) does not appear in Visual Composer 7.0
    1. There is a connector MDM. It is made by PCD. It has been tested. The test is ok.
    2. However, as the data source in Visual Composer a connector MDM does not appear.
    3. This problem affects all types of connectors, but the Web Service Connector. Connector Web Service is always there.
    What the .....?
    P.S. The role of the creator of the connector is the same user of Visual Composer
    Thanks...

    Hi...
    There is a problem: system (data source) does not appear in Visual Composer 7.0
    1. There is a connector MDM. It is made by PCD. It has been tested. The test is ok.
    2. However, as the data source in Visual Composer a connector MDM does not appear.
    3. This problem affects all types of connectors, but the Web Service Connector. Connector Web Service is always there.
    What the .....?
    P.S. The role of the creator of the connector is the same user of Visual Composer
    Thanks...

  • Data source does not exist

    Dear all,
    am extracting the data from Vistex datasource,IRM/LIS_RM_IPCRASP               IP CR Agreement Conditions
    after activating in RSA5 i can able to see in RSA6
    but while activating the data source after the extract structure has successfully generated,
    the system showing data source does not exist
    plz help me

    hi,
    when i click the maintain button save button will appear,
    but in my case this save button not highlighting...
    when i check in ST22 the system proposed error mesage is table illegal statement,
    i found this error in many forums but its not related to datasource actvation,
    plz anyone giv me solution as soon as possible...
    regards
    Edited by: gadhatharan thirunavukkarasu on Oct 15, 2011 7:57 AM

  • Data Source does not exist in version A.

    Dear Experts,
    I have created Data Source in R/3 ( ECC ) by t. code rso2. If am trying to display Data source by t.code RSA2 . It gives message
    Data Source does not exist in version A.
    Regrads,
    Anand Mehrotra.

    Hi Anand
    RSO2--->Put DataSource name -
    >Change button -
    >Save -
    >It should open a new screen with DS header data -
    > From Menu ( DataSource -
    >Generate).
    Now you should be able to see your datasource.

  • Target data source does not support the AGO operation

    Hi,
    In BI Admin Tool, I join Essbase cube and relational source. Then I apply Ago function to Essbase measures. In BI Answer, I try to run query that includes Essbase Ago measures and relational columns(non measures), error message shows the following detail:
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 22001] Target data source does not support the AGO operation. (HY000)
    When I remove the relational columns or run Essbase current-date messures, the result is fine.
    So, what's exact meaning of this error message? and does the relational columns (non-measure) support Essbase measures' Ago function?

    to clarify:
    fail case:
    criteria
    YEAR | YTD,gen03 | MONTH_NAME | SALES(YEAR_AGO)
    cube dimension: year, ytd,gen03
    relational source: month_name
    cube measure using AGO(): sales(year_ago)
    result: error messageSuccess case:
    criteria
    YEAR | YTD,gen03 | SALES(YEAR_AGO)
    cube dimension: year, ytd,gen03
    cube measure using AGO(): sales(year_ago)
    result: success~! how can i solve it? thx

  • Created new data source, does not appear in the list

    Hi I created a new data source using information provided in http://otn.oracle.com/products/reports/apis/pdstutorial/textPDS/PDS_1.html. But the new data source I created does not appear in the wizard. Could some body give me a clue? Can somebody point me to more detailed documentation on how to integrate a new data source into Reports Builder?
    thanks
    Srinivas

    Hi
    I desperately need help to troubleshoot why my data source is not appearing in the list eventhough I feel I have done things as per the tutorial. From reading the tutotial I am not clear -
    - If specifying an icon is mandatory. If I don't specify an icon my datasource should still appear right?..without an icon?
    - It is mandatory to implement the editor. I have hard coded things because I don't foresee any interaction by a user with the data source. There is just one column which WILL always appear if this DS is chosen.
    - Finally in the integration instructions(http://otn.oracle.com/products/reports/apis/pdstutorial/textPDS/PDS_5.html) they mention that the classes have to be compiled with "report build" , is that a tool?
    thanks
    Srinivas

  • File Data Source:  does not support any other host except LOCALHOST?

    I am using US 1.0.3.
    This exercpt is from the OTN iLearn Subscribed course titled "Oracle9i UltraSearch New Features" on operating system file access:
    "The file protocol is used only for the machine that launches the crawler. You can not specify any other host for this kind of URL, except LOCALHOST."
    Does it mean that US 1.0.3 can not be used to search other file servers on the network? For example, we have US 1.0.3 installed on a server S1 which is on a network with other servers (e.g. S2). I want to use US to search files in the folder myDir on server S2. So I tried to create a file data source with this URL:
    file://\\s2\myDir\
    But I got this error:
    Invalid file protocol URL: file//\\s2\myDir\
    Hostname of the file URL "file://\\s2\myDir\ is not "localhost".
    My question:
    (1) Can US 1.0.3 search files on a different server than the one US is running on?
    (2) If so, how to specify the URL using the above example for it to work?
    (3) If not, how about the newer version of US, 9.2 or 9.02? Can they be used to search files on other network servers/drives?
    (4) If no to question (3), is there any plan to support this in the future version of US?
    My comment: Not able to search other servers really limits the userfulness of US. I really hope Oracle will consider adding this capability.
    Thanks!

    More on my previous questions:
    Since I posted my previous question, I have read on the 1.0.3 online help that we can define remote crawlers to crawl "on a remote machine other than the Oracle Ultra Search database". So I assume this is how to make US to search on other servers. In the online documentation it also includes the following paragraph on "Remote Crawler Profiles Page":
    "Use this page to view and edit remote crawler profiles. A remote crawler profile consists of all parameters needed to run the Ultra Search crawler on a remote machine other than the Oracle Ultra Search database. A remote crawler profile is identified by the hostname. The profile includes the cache, log, and mail directories that the remote crawler shares with the database machine. "
    The Remote Crawler Profiles Page, however, displays only remote crawlers already defined and the page seems to be used just for editing the porfiles of these defined remote crawlers.
    My questions:
    (1) How do I create the remote crawlers and defines the profiles in the first place?
    (2) Where can I find more documentation on remote crawlers?
    (3) Once the remote crawlers are set up, how do I specify the file URLs for each remote crawler?
    (4) With US9.02 or 9.2, does remote crawler work the same as in 1.0.3, or are there any enhancements?
    Thanks!

  • BI Publisher Using Answers As Data Source Does Not Show Anything in Catalog

    Created A New Report. Used BI Answers as Data Source. Tried To Use Drop Down
    and BI Catalog Does Not Show Any Data.
    Any Suggestions?
    Thanks
    Raghu

    Hi Raghu,
    I had the same problem here. I was working with OBIEE 10.1.3.2, after a lot of searching an reading decided to upgrade to 10.1.3.3 and the problem was solved.
    Hope this helps. Regards,
    Jeroen

  • End date on data definition does not seem to work

    I made a mistake with a data definition, and have tried end dating it and starting again but when I try to create a new data definition I get an error that a data definition already exists with this Name or Code.
    How do I get around this ?
    My mistake was adding/updating the preview file to the data template in error.

    D Biel wrote:
    The Break On >> Library Errors menu item does prevent the ERANGE error. In fact it should do the same thing as the SetBreakOnLibraryErrors that you call programatically.
    Hi Darren,
    thanks, this is good news!
    D Biel wrote:
    However, the SetBreakOnLibraryErrors will supersede the menu item. So if in your code you call SetBreakOnLibraryError(1), then you will break on library errors despite the menu item's setting.
    This is not so good news as it limits (at least in this case) the menu command!
    In my code I have a few calls to SetBreakOnLibraryErrors (that are executed rarely and are not time critical). As a consequence, if a subroutine using the SetBreakOnLibraryErrors (FALSE) - critical function - SetBreakOnLibraryErrors (TRUE) sequence is called before cosh(), the menu command is without effect on cosh() errors. If the cosh() is called first, it should have an effect (I didn't try this case yet).
    This seems a bit confusing, to say the least...
    It is even more confusing if reading the help sentence:
    SetBreakOnLibraryErrors does not affect the state of the Run»Break on»Library Errors option in the Workspace window.
    Agreed, it does not change the check mark (if this is what you would call 'the state'), but it does affect the function, and what is 'not so nice', it does this secretly...
    You are already used to my comments, so here is another one: I don't like this behavior...  
    I will think about your suggested way out, thanks for providing it!
    Wolfgang

  • Selection in the Generic Data Source does not work

    Hi gurus,
    I have some problem with the selection in the Generic Data Source.
    I have created a view as a base of a Generic Data Source.
    This view is based on several table; i.e.: VBUK-VBELN (Sales Order number), VBAP-ERDAT (creation date of Sales Order), VBAP-POSNR (Sales order item), VBAK-BSTNK (Customer Purchase order number).
    In the view, some join conditions have been defined: VBUK-VBELN = VBAK-VBELN, VBUK-VBLN = VBAP-VBELN.
    I want to extract the Sales Order number, Sales order item and Customer Purchase order number for the Sales order created on the previous year.
    On the Generic Data Source, I select VBELN (Sales order number) and ERDAT (creation date of sales order) as selection.
    However, when I run the extractor checker (RSA3) on this Generic Data Source, the selection does not work at all, i.e.:
    eventhough I restricted the Sales order number and/or the creation date of sales order, the generic data source ignores the selection criteria and extract ALL data.
    Does anyone ever have similar problem? Did I miss some step in the Generic DAta Source creation? How to fix this problem?
    Thanks a lot in advance.
    Best regards,
    Fen

    Hi Fen,
    Just check what is the output you get for the same selection for the view you created.
    Bye
    Dinesh

  • LBWE -- 'Data Source Does not exit'

    Hi:
    I am in LBWE (ECC 6.0) trying to activate the extract structure 2LIS_05_Q0NOTIF (same as 2LIS_05_NOTIF?) but I get the message:
    'Data source 2lis_05_q0notif does not exist'
    Any reason why should I be getting this message when all other SD extract structures were activate without any problem?
    Thanks
    B

    Check RSA6 to see if the extractor has been activated.
    If not, transfer it using RSA5.

  • COPA data source does not allow delta - once more

    Hello,
    When I try to generate COPA data source (tran KEB0) the system already have "Generic delta" in delta method field.
    I want to use timestamp instead of that. How I can switch to timestamp?
    A

    All COPA datasources are timestamp based (which is a generic delta method).
    I do not think you have an option to change it (not that there is any need since it already is what you want ie timestamp based), the system automatically creates a timestamp based delta method (each delta extracting records upto 30 min back from the current extraction time). Do not worry about the 'generic delta method' appearing in your KEB0.

  • COPA data source does not allow delta

    Hello,
    I wanna generate new COPA data source. I did it but it doies not allow to establish delta.
    Where I go to Simulate initialization of delta method and try to determinate time stamp the system tells me that "Function is not possible because data source is defined for generic delta"
    How can I establish delta???

    Aleksandrs, normally you only have to run a init load from BW. Then only delta packages.
    regards
    Siggi

  • DAC  - Reset Data Sources does not work properly

    Hi,
    I am trying to run a full load by selecting Reset Data Sources in DAC. However, when i select this option, only the data after Jan 11, 2014 gets picked up in the ETL. I have data starting from year 2010 in my database.
    How do i ensure that the full set of data gets picked up for full load?

    Hi Srini,
    The value of INITIAL EXTRACT DATE is as follows:
    $$INITIAL_EXTRACT_DATE
    Timestamp
    Value=19700101 at 00:00:00:00_dac_sep_Formatter=MM/DD/YYYY_dac_sep_Function=TO_CUSTOM_dac_sep_Runtime=Static
    How does this work? Actually this was working fine for DAC 10g and the client was able to perform full loads by resetting the data sources.
    What could be the issue with DAC 11g?

  • Update function in logical data source does not get called.

    I created a logicial datasource that contains two functions, one read and one update. The test runs and returns the expected values, however the update is not actually updating the database. Any reason this might occur? Thanks.

    A common problem with this issue is that the datagraph that the client is sending does not indicate an update. Search for : testing update in ALDSP edocs, somewhere around the third search result there will be a document describing how to test updates - including how to capture datagraphs generated by the Test View. (search is broken at this moment, otherwise I'd give you the link ) Then you can make changes in the Test View, click on "Submit" and you will see the corresponding datagraph to make that change.
    At the very least, the datagraph will need an 'old value' in the changeSummary. For instance, the datgraph to change a customers first name from John to Jonathan would look something like ...
    <datagraph>
    <changeSummary ... >
    <FIRST_NAME>John</FIRST_NAME>
    </changeSummary>
    <CUSTOMER>
    <LAST_NAME>Smith</LAST_NAME> <!-- all the new/current values -->
    <FIRST_NAME>Jonathan</FIRST_NAME> <!-- the one that was changed - there is an 'old value' for it -->
    </CUSTOMER>
    </datagraph>

Maybe you are looking for

  • Parse a soap envelope

    I have a SOAP response envelope that I am trying to parse using extractvalue. The response is stored in a xmltype field in a table. Table create table ws_results (x xmltype);SOAP Response <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/

  • IPhone standard weather app is not accessin local weather

    It seems that local weather is now not updating in the standard iPhone weather app, seemed to have started with this issue today & coincidently yahoo Australia has updated its web page so when I click on the yahoo app with in the weather app it takes

  • Date Function not working properly

    Dear Gurus, I have a plan app and the pertinent essbase cube, I need to retrieve the no. of days for the curr month/year combination. On version 11.1.1.3 I used something like : @TODATE("dd-mm-yyyy",@CONCATENATE("01-01-",@NAME(@ALIAS(@CURRMBR("year")

  • Preview Panel Appears Brighter than Loupe View In Develop Module

    Settings and Hardware: - Macintosh 15" Power Book G4 - Lightroom Version 2.1 - Attached Apple Cinema Display - Mac OSX 10.4.11 When viewing Lightroom on the PowerBook monitor all is well and the Preview Pane shows the same brightness value. Yet when

  • SnippetPreview$.htm - Why are these not being deleted?

    I have the following files in my project folder: SnippetPreview$.htm SnippetPreview1$.htm SnippetPreview2$.htm SnippetPreview3$.htm SnippetPreview4$.htm I noticed them because they are not in Visual SourceSafe so they appear when I go to add files to