XML self referred nested element error in Data Services

Hi,
I am using BO Data services for data transfer. I am having an error while transferring data from xml file to database. Here is the scenario:
When i execute the job i get the error that an element "CategoryList" found in xml file but not found in the schema used to build the ETL plan.
i dig into that and found out that "CategoryList" is self referential. For example the CategoryList has a nested element Category, and Category has a nested element CategoryList; which makes CategoryList self referred indirectly. when i don't have this self referential mechanism the data transfer work fine with the same xml and xsd files.
Is there any special way to deal with this?
Thanks
Umer

Not sure if you have already got the answer, use "URI" not
"URL".

Similar Messages

  • Error in data service

    i have create a simple flex data services project and i am
    getting error
    Unexpected attribute 'url' found in 'endpoint' from file:
    services-config.xml. helloworld
    i am new in flex data service plz help me

    Not sure if you have already got the answer, use "URI" not
    "URL".

  • Not able to login to Gtalk - Error messgae: Data Services unavailabl​e

    Model: 9860
    OS: 7.1.0
    Gtalk: 3.0.0.23
    Active connection during issue: Wi-fi
    Mobile Service: Vodafone
    When ever I try to login, I get this error message: Data Services Unavailable. All the time i try to login, I am active on wi-fi connection. Please help on following:
    1. Is there a way to make wi-fi connection as primary/default internet access point and not data/3G services
    2. How to make gtalk work on wifi connection without data/3g plan.

    Now that I have data plans activated, Gtalk is working.. it would have been good to have some IM apps work with WiFi connectivity...

  • "Error 3000: Data Service is unavailable" error message (Web)?

    Ever since I got my Palm, I've had difficulty getting on the web.
    It says: "Connecting to Broadband Access" but then an error message box appears saying: "Service Connection Progress: Error 3000: Data service is unavailable".
    I then have to soft reset every single time, and then I am able to access the internet just fine.
    Is something wrong with my Palm? This is a brand new Palm I purchased through Verizon in June.
    What can I do to fix this issue, without having to soft reset every time I want to access the internet?
    Post relates to: Treo 700p (Verizon)

    I have the same error (and other errors too) with my 700P from Verizon.  This is what I have found with playing.  All can be repeated.
    1)  If I turn off phone radio then turn back on I can browse the web all day long, I can send MMS messages, I can check my email, etc.  All relating to the "data" portion of the Verizon service.  No Problems. But.........
    2)  As soon as I make a call (use the "voice" portion of the Verizon service) and then try to do one of the following above mentioned I get all kinds of ERRORs depending on the specific program I'm in/trying to use.  No matter what.... error, error, error, bla, bla.
    3)  I can turn the phone radio of then back on and all works fine "data" wise until I make another call.
    4)  Note, you don't have to do a soft reset or take the  battery out to get it to begin working again, just turn the phone radio off then back on.
    I HAVE DONE THIS AND CAN MAKE IT REPEAT EVERY TIME WITH THE PHONE FRESH OUT OF THE BOX OR AFTER PERFORMING A HARD REST or with all normal apps installed.  Does not matter.
    Some other tid bits of info....
    1) It appears to not matter what city I am in.  The problem is the same as discribed above.  Confirmed cities are: Atlanta-GA, Savannah-GA, Memphis-TN, Columbia-SC, Bristal-TN.
    2) It appears to ALWAYS happen on the "EDVO" network as the "EV" is always showing on the phone screen.  Have not been able to try in an area with out the EV, aka the 1x area.
      This PROBLEM of course is a MAJOR pain in the rear.  I have called Verizon tech support about the problem multiple times.  Eash time they said they had no "record" of me calling about the problem documented in their computer.  The first tech said it was my software causing the problem and to do a hard reset and don't load the problem software back on (even though I already told him I did that).  The next tech said it was a currpted file and to do the hard reset and reinstall and all would be fine (even though I already told him I did that) and said to trust him, he see this all the time.  The next tech said the phone was bad and FedEx'd me a new phone.  It did the samething right out of the box as described above.  The last tech said they need to "re-provisioned" my phone and said that would fix the problem.  So she did something on her end then told me to "program my phone" doing the *228, option 1.  Still does it.  No correction to the problem.

  • Org.xml.sax.SAXException: Invalid element    error when using code in view project

    I have a SOAP (RPC style) client bundled in a jar. It uses Axis1.4.
    I have created a ADFBC model project with programmatic view & entity objects that uses this soap client for CRUD operations.
    The Model project works fine when I run the Appmodule and a standalone java tester class.
    This model project is then deployed as a library and included in a different ADF web application.
    When running this application, I get the following exception for one method.
    Has anyone faced this issue? Any idea what's going on?
    Surprisingly, "dbAttributes" -the cause of the error is not even in the User class (or any other class in the entire application)!
    I am using JDeveloper 11.1.1.5. Issue occurs in integrated wls.
    AxisFault
    faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
    faultSubcode:
    faultString: org.xml.sax.SAXException: SomeClass - dbAttributes
    faultActor:
    faultNode:
    faultDetail:
      {http://xml.apache.org/axis/}hostname:localhost.localdomain
    org.xml.sax.SAXException: Invalid element in some.package.User - dbAttributes
      at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:222)
      at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:129)
      at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)
      at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1359)
      at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:376)
      at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:322)
      at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:226)
      at weblogic.xml.jaxp.RegistryXMLReader.parse(RegistryXMLReader.java:173)
      at javax.xml.parsers.SAXParser.parse(SAXParser.java:395)
      at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
      at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
      at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)
      at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
      at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
      at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
      at org.apache.axis.client.Call.invoke(Call.java:2767)
      at org.apache.axis.client.Call.invoke(Call.java:2443)
      at org.apache.axis.client.Call.invoke(Call.java:2366)
      at org.apache.axis.client.Call.invoke(Call.java:1812)
      at some.package.ManagerSoapBindingStub.createUser(ManagerSoapBindingStub.java:879)
      at some.package.Proxy.createUser(Proxy.java:294)

    PROBLEM SOLVED.
    org.apache.axis.encoding.ser.BeanDeserializer.onStartChild(BeanDeserializer.java:258)
    org.xml.sax.SAXException: Invalid element in
    I think this is a very common problem, and the sad thing is there are so many forums with no answers. I was getting this error because I was using client stubs generated by wscompile instead of wsdl2java. Once i used the stubs from wsdl2java, the error vanished****. I think its because the wscompile classes do not have property descriptors for each field in the response class. an example of such descriptors would be:
            typeDesc.setXmlType(new javax.xml.namespace.QName("https://ns.ns.btu", "LoginResponseData"));
            org.apache.axis.description.ElementDesc elemField = new org.apache.axis.description.ElementDesc();
            elemField.setFieldName("sessionID");
            elemField.setXmlName(new javax.xml.namespace.QName("https://ns.ns.btu", "SessionID"));
            elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "int"));
            elemField.setNillable(false);
            typeDesc.addFieldDesc(elemField);The wsdl2java classes do have these descriptors for each field.
    Please also look at the following links if you still having problems:
    http://marc.info/?l=axis-user&m=103705794612785&w=2
    http://www.opensubscriber.com/message/[email protected]/1877996.html

  • Error in data services

    Dear Experts,
    I have downloaded data services blue prints availalbe in the SAP network and i imported the ATL file successfully. I have reconfigured my target datastore.
    When i  try to execute the Job_DqBatchUSA_AddressCleanseob  , I'm getting the following error.
    Im trying to learn quality transforms. Please guide me.
    Error :
    Job name: Job_DqBatchUSA_AddressCleanse
    (12.1) 02-01-07 16:42:17 (W) (4016:5364) VAL-030910: |Session Job_DqBatchUSA_AddressCleanse
    Transform <USARegulatoryNonCertified_AddressCleanse>:Option Error(Option: NON_CERTIFIED_OPTIONS/DISABLE_CERTIFICATION): PSFORM                                                     3553 will not be generated  because some Non-Certified options are enabled.
    (12.1) 02-01-07 16:42:18 (W) (4912:3060) VAL-030910: |Dataflow DF_DqBatchUSA_AddressCleanse
    Transform <USARegulatoryNonCertified_AddressCleanse>:Option Error(Option: NON_CERTIFIED_OPTIONS/DISABLE_CERTIFICATION): PSFORM                                                   3553 will not be generated  because some Non-Certified options are enabled.
    (12.1) 02-01-07 16:42:19 (E) (4912:3596) DQX-058306: |Dataflow DF_DqBatchUSA_AddressCleanse|Transform USARegulatoryNonCertified_AddressCleanse
    Transform <USARegulatoryNonCertified_AddressCleanse>: WRONG DIRECTORY -        Invalid City directory..
    (12.1) 02-01-07 16:42:19 (E) (4912:3596) DQX-058302: |Dataflow DF_DqBatchUSA_AddressCleanse|Transform USARegulatoryNonCertified_AddressCleanse
    Transform <USARegulatoryNonCertified_AddressCleanse>: DLL <uractransformu.dll> runtime function <PerThreadInit> failed with   error <4>. More detailed information may be obtained from previous errors.
    (12.1) 02-01-07 16:42:30 (E) (4016:5364) DQX-058302: |Dataflow DF_DqBatchUSA_AddressCleanse|Transform USARegulatoryNonCertified_AddressCleanse
    Transform <USARegulatoryNonCertified_AddressCleanse>: DLL <uractransformu.dll> runtime function <PerThreadInit> failed with
    error <4>. More detailed information may be obtained from previous errors.
    Regards,
    Dirasa.

    Just a slight correction...
    >
    Niels Weigel wrote:
    > You need to have a subscribtion to the US Address Directories, as they are not free of charge.
    >
    > You can download them on the SAP Support Portal --> Downloads --> SAP Installations & Upgrades
    > Choose Entry by applications on the left hand navigation
    > Choose SAP BusinessObjects packages and products
    > Go to the last Entry Address Directories
    > Go to BOBJ ADDR DIR US
    > Go to BOBJ ADDR US 2004-2008
    > Go to Installation
    > Choose Download Tab
    > Choose BOBJ ADDRESS DATA - UNITED STATES 2004-2008 CASS MAY-09  (EXE for Win, TGZ for Unix) if you are using Data Services XI 3.x
    >
    > You will get there only if you have a license for the Address Directories - USA.
    >
    > Niels
    The 2009 CASS version will not be used until the Data Services XI 3.2 release.
    Thanks,
    Brandon

  • How to do an error in Data Services?

    Hi guys!
    I´m novice with Data Services. I have one question very simple.
    I have a Query mapping with a SAP table and a flat file with information to do a WHERE clausule with the table. If my query does´t has any results, how can i do an error in log to abort the JOB?
    For example:
    Error 1001: The Query doesn´t find the variable BURKS.
    Thanks!!
    Edited by: Albertoe on Dec 21, 2010 6:48 PM

    This example checks the BUKRS field.  If the field is not empty then value is carried forward and the job continues to run.  If the field is empty then an exception is raised and the job is terminated.
    ifthenelse(length(BUKRS) > 0,
         BUKRS,
         raise_exception('The BUKRS field is empty.',
    The message defined in the function will be written to the log file.
    Paul

  • Non Exceptions error in DATA SERVICES

    Hello everyone.
    Anyone know how I can reassign the ranges for error exceptions in Data Services ?. For example an error when deleting a file that does not exist on disk, throws code 50616, but the catch object can not monitor it because it is not within the exceptions.
    How I can add exceptions to these groups, or, how I can monitor these errors as they occur ?.
    Error handling in Data Services is very bad in my opinion.

    Do you have an example of how this would work with the catch all and a script?  We are facing a similar issue where it seems our catch block is not catching all errors.  In this case it appears to be a stored procedure that is missing.
    (14.2) 09-09-14 07:08:50 (E) (9036:7600) DBS-070401: |Data flow DF_Subk_UpdateLetterContractData|Transform QRY_SP_TOUPDATELETTERCONTRACT-Function2  ODBC data source <10.25.34.140> error message for operation <SQLExecute>: <[Microsoft][SQL Server Native Client 10.0][SQL Server]Could not find stored procedure 'DBO.SP_UpdateContractLetterData'.>.
    The job is erroring but in the catch block we are trying to call an RFC back in the ECC system to update the status (job was triggered from ECC) and it never reaches the catch block to do this.

  • Error in Data Services tutorial

    In the "Before You Begin" section of the Flex Data Services
    tutorial in "Getting Started with Flex", the first bullet is
    incorrect. It text should be:
    "Ensure that you have installed the Flex Data Services Beta 3
    release and that you can run the applications in the samples web
    application."
    The installation instructions are located here:
    http://www.adobe.com/go/flex2_installation
    The tutorial zip file is located here:
    http://www.macromedia.com/go/flex2beta1_quickstart_tutorial_zip
    - Mike Peterson
    Adobe Flex documentation team

    Just a slight correction...
    >
    Niels Weigel wrote:
    > You need to have a subscribtion to the US Address Directories, as they are not free of charge.
    >
    > You can download them on the SAP Support Portal --> Downloads --> SAP Installations & Upgrades
    > Choose Entry by applications on the left hand navigation
    > Choose SAP BusinessObjects packages and products
    > Go to the last Entry Address Directories
    > Go to BOBJ ADDR DIR US
    > Go to BOBJ ADDR US 2004-2008
    > Go to Installation
    > Choose Download Tab
    > Choose BOBJ ADDRESS DATA - UNITED STATES 2004-2008 CASS MAY-09  (EXE for Win, TGZ for Unix) if you are using Data Services XI 3.x
    >
    > You will get there only if you have a license for the Address Directories - USA.
    >
    > Niels
    The 2009 CASS version will not be used until the Data Services XI 3.2 release.
    Thanks,
    Brandon

  • Parsing XML document with nested elements into multiple db tables(master-detail)

    Can you help me with storing xml document into master-detail tables?
    I have two tables:
    1) customers (customerid number primary key, firstname varchar2(30),lastname varchar2(30))
    2) cust_addresses (customerid number references customers, street varchar2(30),city varchar2(30),state varchar2(10),zip varchar2(10))
    I have XML document:
    <?xml version="1.0"?>
    <ROWSET>
    <ROW num="1">
    <CUSTOMERID>1044</CUSTOMERID>
    <FIRSTNAME>Paul</FIRSTNAME>
    <LASTNAME>Astoria</LASTNAME>
    <HOMEADDRESS>
    <STREET>123 Cherry Lane</STREET>
    <CITY>SF</CITY>
    <STATE>CA</STATE>
    <ZIP>94132</ZIP>
    </HOMEADDRESS>
    <HOMEADDRESS>
    <STREET>N.Fryda 4</STREET>
    <CITY>CB</CITY>
    <STATE>CZ</STATE>
    <ZIP>37005</ZIP>
    </HOMEADDRESS>
    </ROW>
    </ROWSET>
    I know that I must use DBSM_XMLSave package, create view and instead of trigger but I did found no example in documentation.
    Thanx.

    Interested question; one I do not know the answer to at the moment, I am afraid. I would like to know your results.
    To tell others, though, what I have done. I did finally adapt Muench's not-yet-published examples #71 to work with a table. Here the table has as it's value "#{backing_app_EPG_DAYPG.jobDayDriverTable[row.Id1]}"
    This accesses a hash map defined in the backing bean as follows:
    public Map jobDayDriverTable = new HashMap(){
    @Override
    public Object get(Object key) {
    Number jobDayId = (Number)key;
    if (getEpgDayPage().jobDayDrivers(jobDayId) != null) {
    return getEpgDayPage().jobDayDrivers(jobDayId).getAllRowsInRange();
    else return null;
    jobDayDrivers returns RowIterator. From this I call getAllRowsInRange which returns a Row[]. The table consumes this as a value, and lists the values as I want.
    Since the table is using Rows for its rows, I am guessing that it would have access to #{row.rowKeyStr}, or at least #{row.<pk>} which would allow you to programmatically set the current row using code like the following:
    public static boolean setCurrentRow() {
    // BindingContainer bindings = getBindings();
    OperationBinding operationBinding =
    // bindings.getOperationBinding("setCurrentRowWithKey");
    (OperationBinding)EL.get("#{bindings.setCurrentRowWithKey}");
    Object result = operationBinding.execute();
    if (!operationBinding.getErrors().isEmpty()) {
    return false;
    return true;
    You could call this as part of code in a pages backing bean behind a button or link.
    Hope this helps somebody.
    By the way example #71 was to get a detail set of rows from a master row value and display the detail set in the master row of an af:table.
    You can find this and other examples at http://radio.weblogs.com/0118231/stories/2004/09/23/notYetDocumentedAdfSampleApplications.html

  • Error in Data service while executing Rapidmart

    Dear all
    i am getting the following error :
    (12.2) 06-29-11 02:35:13 (E) (3132:7104) DBS-070401: |Session Cost_Center_Load_SAP
    ODBC data source <FGHSRV018> error message for operation <SQLExecute>: <MicrosoftODBC SQL Server DriverSQL ServerInvalid
    column name 'LOAD_DATE'.>.
    (12.2) 06-29-11 02:35:13 (E) (3132:7104) RUN-050304: |Session Cost_Center_Load_SAP|Function AW_StartJob
    Function call <sql ( RM_DS, insert into AW_JOBEXECUTION (NAME,
    EXTRACTLOW, EXTRACTHIGH, STATUS, LOAD_DATE) values ('Cost_Center_Load_SAP', '1990.01.01',
    '2011.06.29', 'started',CONVERT(datetime,'2011.06.29 02:35:13',102)) ) > failed, due to error <70401>: <ODBC data
    source <FGHSRV018> error message for operation <SQLExecute>: <MicrosoftODBC SQL Server DriverSQL ServerInvalid column
    name 'LOAD_DATE'.>.>.
    (12.2) 06-29-11 02:35:13 (E) (3132:7104) RUN-050304: |Session Cost_Center_Load_SAP
    Function call <AW_StartJob ( Cost_Center_Load_SAP, RESET, FIRST, 1990.01.01, 2011.06.29, 2011.06.29 02:35:13 ) > failed, due to
    error <70401>: <ODBC data source <FGHSRV018> error message for operation <SQLExecute>: <MicrosoftODBC SQL Server Driver[SQL
    Server]Invalid column name 'LOAD_DATE'.>.>.
    (12.2) 06-29-11 02:35:13 (E) (3132:7104) RUN-053008: |Session Cost_Center_Load_SAP
    INFO: The above error occurs in the context <|Session Cost_Center_Load_SAP|AW_StartJob(...) Function Body|10 If Step
    body|$ret=...|sql(...) Function Body|>.
    (12.2) 06-29-11 02:35:13 (E) (3132:7104) DBS-070401: |Session Cost_Center_Load_SAP
    ODBC data source <FGHSRV018> error message for operation <SQLExecute>: <MicrosoftODBC SQL Server DriverSQL ServerInvalid
    column name 'LOAD_DATE'.>.
    Please help me to resolve the same .

    Dear Jeff,
    As you have suggested,i had created the column in the data base and the error went away.
    but the another error has stuck me .
    12.2) 06-30-11 22:52:00 (E) (2844:7664) DBS-070401: |Session Cost_Center_Load_SAP
                                                         ODBC data source <FGHSRV018> error message for operation <SQLExecute>: <[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid
                                                         object name 'AW_FIRST_RUN_DATE'.>.
    (12.2) 06-30-11 22:52:00 (E) (2844:7664) RUN-050304: |Session Cost_Center_Load_SAP|Function RM_PutFirstRunDate
                                                         Function call <sql ( RM_DS, SELECT COUNT(*) FROM AW_FIRST_RUN_DATE WHERE JOB_NAME = 'Cost_Center_Load_SAP' AND JOB_LOAD_TYPE =
                                                         'FIRST' ) > failed, due to error <70401>: <ODBC data source <FGHSRV018> error message for operation <SQLExecute>:
                                                         <[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'AW_FIRST_RUN_DATE'.>.>.
    (12.2) 06-30-11 22:52:00 (E) (2844:7664) RUN-050304: |Session Cost_Center_Load_SAP
                                                         Function call <RM_PutFirstRunDate ( Cost_Center_Load_SAP, FIRST, 2000.01.01 00:00:00, 2011.06.30 22:52:00, 2011.06.30 22:52:00
                                                         ) > failed, due to error <70401>: <ODBC data source <FGHSRV018> error message for operation <SQLExecute>: <[Microsoft][ODBC SQL
                                                         Server Driver][SQL Server]Invalid object name 'AW_FIRST_RUN_DATE'.>.>.
    (12.2) 06-30-11 22:52:00 (E) (2844:7664) RUN-053008: |Session Cost_Center_Load_SAP
                                                         INFO: The above error occurs in the context <|Session Cost_Center_Load_SAP|8 If Step body|RM_PutFirstRunDate(...) Function
                                                         Body|Assignment Step 2 $ROWCOUNT=...|sql(...) Function Body|>.
    (12.2) 06-30-11 22:52:00 (E) (2844:7664) DBS-070401: |Session Cost_Center_Load_SAP
                                                         ODBC data source <FGHSRV018> error message for operation <SQLExecute>: <[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid
                                                         object name 'AW_FIRST_RUN_DATE'.>.
    I already checked the table in my target database and it isnt there .
    so how to overcome with this ???
    shld i re-install DS again ??
    Thanks.
    Edited by: Rakesh Barthwal on Jun 30, 2011 9:57 PM

  • Error in Data service while executing Rapidmart job

    Dear all
    i am getting the following error :
    (12.2) 06-29-11 02:35:13 (E) (3132:7104) DBS-070401: |Session Cost_Center_Load_SAP
                                                         ODBC data source <FGHSRV018> error message for operation <SQLExecute>: <[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid
                                                         column name 'LOAD_DATE'.>.
    (12.2) 06-29-11 02:35:13 (E) (3132:7104) RUN-050304: |Session Cost_Center_Load_SAP|Function AW_StartJob
                                                         Function call <sql ( RM_DS, insert into AW_JOBEXECUTION (NAME, 
                                                                   EXTRACTLOW, EXTRACTHIGH, STATUS, LOAD_DATE) values ('Cost_Center_Load_SAP',  '1990.01.01',
                                                                             '2011.06.29', 'started',CONVERT(datetime,'2011.06.29 02:35:13',102)) ) > failed, due to error <70401>: <ODBC data
                                                         source <FGHSRV018> error message for operation <SQLExecute>: <[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid column
                                                         name 'LOAD_DATE'.>.>.
    (12.2) 06-29-11 02:35:13 (E) (3132:7104) RUN-050304: |Session Cost_Center_Load_SAP
                                                         Function call <AW_StartJob ( Cost_Center_Load_SAP, RESET, FIRST, 1990.01.01, 2011.06.29, 2011.06.29 02:35:13 ) > failed, due to
                                                         error <70401>: <ODBC data source <FGHSRV018> error message for operation <SQLExecute>: <[Microsoft][ODBC SQL Server Driver][SQL
                                                         Server]Invalid column name 'LOAD_DATE'.>.>.
    (12.2) 06-29-11 02:35:13 (E) (3132:7104) RUN-053008: |Session Cost_Center_Load_SAP
                                                         INFO: The above error occurs in the context <|Session Cost_Center_Load_SAP|AW_StartJob(...) Function Body|10 If Step
                                                         body|$ret=...|sql(...) Function Body|>.
    (12.2) 06-29-11 02:35:13 (E) (3132:7104) DBS-070401: |Session Cost_Center_Load_SAP
                                                         ODBC data source <FGHSRV018> error message for operation <SQLExecute>: <[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid
                                                         column name 'LOAD_DATE'.>.
    Please help me to resolve the same .

    Hi,
    this services is for the SAP Integration Kit. I would suggest you post this into the EIM Forums
    regards
    Ingo Hilgefort

  • Error in Data service while executing Inventory_Load_SAP Rapidmart

    Dear All,
    Please help me to resolve the following error ,
    7196:6724) PAR-010102: |Session Inventory_Load_SAP
                                                         Syntax error at line <1>: <>: near <'> found <a decimal> expecting <ALL, CONVERT, DOUBLE, *, <>, a string, SYSTEM>.
                                                         1 error(s), 0 warning(s).
                                                         Check and fix the syntax and retry the operation.
    (12.2) 07-14-11 00:28:54 (E) (7196:6724) PAR-010202: |SESSION Inventory_Load_SAP
                                                         Error parsing global variable values from the command line: <$G_CCODE= '*';$G_DEFAULT_DATE= '1900.01.01';$G_DEFAULT_NUMBER=
                                                         -1;$G_DEFAULT_TEXT= '?';$G_EDATE= sysdate();$G_LANGUAGE= 'E';$G_LOAD_DATE= to_date(to_char(sysdate(),'yyyy.mm.dd
                                                         HH24:mi:ss'),'yyyy.mm.dd HH24:mi:ss');$G_LOAD_TIME= to_char(systime(), 'HH24:MI:SS');$G_LOAD_TYPE= 'FIRST'';$G_RUN_MODE=
                                                         'RESET';$G_SDATE= '2000.01.01';$A= 30;$B= 60;$C= 90;$D= 120;$E= 14;$F= 30;$G= 45;$G_EXCHANGE_TYPE_ID= 'M';$G_GLOBAL_CURRENCY=
                                                         'USD';$G_INT_ORDER_CATEG_PP= '10';$G_INT_ORDER_CATEG_PS= '20';$G_ADDRESS_VERSION= ' ';$G_BUS_PARTN_SDATE= (sysdate() - 8
                                                         );$G_BUS_PARTNER= ifthenelse(day_in_week(sysdate())=7,'Y','N');$G_COST_OF_SALES_LEDGER_ID= '0L';$G_COUNTRY_GRP=
                                                         '10';$G_DEL_PERIOD= to_date((sysdate() - 180),'YYYY.MM.DD');$G_DEL_REJECT_REASON= 'DD';$G_DROP_SHIP=
                                                         'Y';$G_GL_ACCOUNT_HIER_NAME= '@GL';$G_GL_SUM_PLAN_LEDGER_ID= 'L6';$G_GL_VERSION= 'OLD';$G_HIRE_ACTION_01=
                                                         '01';$G_HIRE_ACTION_02= '90';$G_HIRE_ACTION_03= 'K1';$G_INIT_HIST_CHG= 'Z';$G_MALFUNCTION_CAUSE= '5';$G_MALFUNCTION_DAMAGE=
                                                         'C';$G_MALFUNCTION_OBJ_PART= 'B';$G_MRP_RESULTS_DELETE= 'N';$G_ONTIME_DELIV_WINDOW= 15;$G_PC_ACCOUNT_HIER_NAME=
                                                         '@PC';$G_PROFIT_CENTER_LEDGER_ID= 'L5';$G_REHIRE_ACTION_01= 'JD';$G_REHIRE_ACTION_02= 'N7';$G_RETIRE_ACTION=
                                                         'ZP';$G_SCHOOL_TYPE= '50';$G_SERVICE_INTERVAL_01= 6;$G_SERVICE_INTERVAL_02= 12;$G_SERVICE_INTERVAL_03=
                                                         36;$G_SERVICE_INTERVAL_04= 60;$G_SERVICE_INTERVAL_05= 120;$G_TABLE_EQUIPMENT= 'EQUI';$G_TABLE_FUNCTL_LOCATN=
                                                         'IFLOT';$G_TASK_TYPE_PROBATION_END= '01';$G_TERMINATION_ACTION= '10';$G_VALID_DATE= to_date(sysdate(),
                                                         'YYYY.MM.DD');$G_WAGE_TYPE_01= '/101';$G_WAGE_TYPE_02= '/110';$G_WAGE_TYPE_03= '/401';$G_WAGE_TYPE_04= '/403';$G_WAGE_TYPE_05=
                                                         '/404';$G_WAGE_TYPE_06= '/405';$G_WAGE_TYPE_07= '/406';$G_WAGE_TYPE_08= '/410';$G_WAGE_TYPE_09= '/441';$G_WAGE_TYPE_10=
                                                         '/550';$G_WAGE_TYPE_11= '/560';$G_WAGE_TYPE_12= '/5U0';$G_WAGE_TYPE_13= '/5U1';$G_WAGE_TYPE_14= 'MI10';$G_WAGE_TYPE_15=
                                                         '/102';$G_WAGE_TYPE_16= '////';$G_WAGE_TYPE_17= '////';$G_WAGE_TYPE_18= '////';$G_WAGE_TYPE_19= '////';$G_WAGE_TYPE_20=
                                                         '////';$G_WORKDAY_EDATE= '1994.01.01';$G_WORKDAY_SDATE= '2006.12.31';$G_MAX_DATE= '9999.12.31';>. Please check the syntax and
                                                         try again.
    Thanks in Advance.

    Looks like an error in a script object.  Using the validation functionality with the script object open should allow you to find the error. You may need to play the "comment-out the lines" game to find the culprit(s).
    Best wishes,
    Jeff Prenevost

  • Xml-fragment Issue retrieving Nested element data

    Hi,
    I've problem retrieving the nested element data from the xml. Using XmlBeans I am getting null when retriving the inner element. I printed the nested element xmlobject it has Xml-Fragment wrapped. I tired using below code it doesn't throw any error but the data is lost
    AAAA TempObj=AAAA.getBXXX().getCXXX(0);
    //remove xml fragment
    XmlOptions xmlOpt = new XmlOptions();
    xmlOpt.setSaveOuter();
    XmlCursor c= TempObj.newCursor();
    c.toFirstChild();
    Myclass myclassObj= Myclass.Factory.parse(c.getObject().xmlText(xmlOpt));
    log.debug("Records: "+myclassObj .getXXArray().length);
    Output:
    length should give aleast 1 or more but I am getting 0. That means the xmltext didn't parse properly.
    Can anybody suggest what could be the problem.
    Thanks in advance.
    -Sri

    no answer

  • Problem in creating Data/Service in FlashBuilder 4 beta 2 with this error .cvc-elt.1: Cannot find the declaration of element 'model'

    hi
    i have a problem after installing flashBuilder 4 beta2 .
    when i want to create Data/Service with BlazeDs and when i click on button finish
    this error shown and I can't do anything with it .
    in flashBuilder beta1 it's work perfect .
    if any one in thereand know why?
    please help me
    ERROR: XML parse error : Error on line 1 of documen : cvc-elt.1:Cannot find declaration of element 'model'. Nested exeption:Cannot find declaration of element 'model'.
    thanks

    Hi,
    Thanks for your feedback
    Can you attach your sample project and provide details on the Flash Builder and BlazeDS builds you are using?
    Also add your vote to http://bugs.adobe.com/jira/browse/FB-23479 a similar known issue
    Thanks,
    Balaji
    http://balajisridhar.wordpress.com

Maybe you are looking for

  • Bug: '--' in source query results in ORA-01008

    All, I got bit by a rather odd little bug this weekend. Apparently, APEX doesn't like it if you try to select a string containing two dashes (the SQL comment delimeter --) as the source of a page item, but only if your query includes a binding to ano

  • Numbers replaced with X-Boxes

    Hey everyone... I'm not sure if this is in the right forum, but the documents originate in InDesign so I figured it was a good place to start. I'm having an issue where I place a PDF of an article into a proof, and then export that to a PDF. When I (

  • Can't get running header to sync across book (CS3)

    I have a book with some master page items set to a Running Header (Paragraph Style) text variable, say, "<document title>". This works fine for all of the pages after the first one in which it's defined... but only in the first document in a book.<br

  • Ipad Restore will not go past "preparing ipad for restore"

    My ipad is frozen on the "connect to iTunes" screen. iTunes is stuck on "preparing ipad for restore" and will not continue, I have disconnected & turned off the ipad and started over several times. It always does the same thing.

  • I cant seem to get my "notes" to sync from my Iphone 4 to macbook air

    I am not able to sync my notes that I make on my iphone to my laptop. I have turned my notes on and icloud on, what could be wrong?