NQSError: 10058 - Unable to Navigate Requested Expression Error in OBIEE

We are getting the below error when we try to generate report using a dimension column and a fact column.
State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 14026] Unable to navigate requested expression: FILTER(# of Responses:[DAggr(Fact - Leads & Interest .# of Responses by [ Dim - Contact.First Name, Dim - Contact.ROW_ID, Team & Opty Based Org.POSTN_WID, Team & Opty Based Org.Level 1 Employee Name, LN Leads & Interest.ROW_ID] SB Revenue Attributes Total,Sales Velocity Attributes Total)] USING Team & Opty Based Org.Level 1 Employee Name <> 'Test, USLMMarketing' and (LN Leads & Interest.Customer Supplied Email <> email@removed ' or LN Leads & Interest.Customer Supplied Email is null)). Please fix the metadata consistency warnings. (HY000)
We are using the below logical formula for the measure column.
FILTER(Core."Fact - Leads & Interest "."# Of Response Final" USING (Core."LN Leads & Interest"."Customer Supplied Email" <> email@removed ' OR Core."LN Leads & Interest"."Customer Supplied Email" IS NULL ) AND Core."Team & Opty Based Org"."Level 1 Employee Name" <> 'Test, USLMMarketing')
We have this measure in a logical fact table.
Please help me know why would this error occur.

Sorry i missed while pasting the formula. Below is the logical column formula.
FILTER(Core."Fact - Leads & Interest "."# Of Response Final" USING (Core."LN Leads & Interest"."Customer Supplied Email" <> '[email protected]' OR Core."LN Leads & Interest"."Customer Supplied Email" IS NULL ) AND Core."Team & Opty Based Org"."Level 1 Employee Name" <> 'Test, USLMMarketing')
This measure is working properly with other dimension attributes in the subject area.

Similar Messages

  • [nQSError: 14026] Unable to navigate requested expression

    Hi,
    My BMM diagram is like
    D1 --- Fact 1 -- D 2 -- D3 -- Fact 2 -- D4
    I am getting navigation error, When I selected the fields from Fact1 and D4.
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 14026] Unable to navigate requested expression:Fact1 .Flag. Please fix the metadata consistency warnings. (HY000)
    SQL Issued: SELECT Fact1. Flag" saw_0, D4. Code saw_1 FROM "Temp" ORDER BY saw_0, saw_1
    As there is no join between Fact 1 and D4. I have tried by setting Aggregation level of D4 to Total at Fact 1. But still I am getting same error.
    Any suggestions to fix this error?
    Thanks.

    Hi
    Have you resolved this issue? I am facing same issue can you let me know how did you resolve this issue
    Thanks & Regards
    Sameer

  • YTM error: Unable to navigate requested expression: ToDate

    I've created a new fact column: Transaction Amount YTM
    the code: TODATE(Core."Fact - HR - Kostenverbijzondering"."Transaction Amount", Core."Date"."Month")
    I did a consistency check en there were no errors.
    When i want tot see the result in obiee: i get the following error:
    Toestand: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 14026] Unable to navigate requested expression: ToDate(Transaction Amount:[DAggr(Fact - HR - Kostenverbijzondering.Transaction Amount by [ Dim - Date.Month, Dim - Date.Month Name, Dim - Date.Year, Dim - Date.Calendar Month] )], [Level Month]). Please fix the metadata consistency warnings. (HY000)
    I don't know why it does not work.. can anyone help? tnx in advanced

    Check the below post,
    Time Dimensions and Logical dimension "..that not join to any fact source"
    Thanks,
    Vino

  • OBIEE error on Drill-down : Unable to navigate requested expression

    Hi Gurus,
    While trying out drill-down, am facing the folllowing error message - State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 14026] Unable to navigate requested expression: XXX Time.YYY Month. Please fix the metadata consistency warnings. (HY000)
    I searched for the solution and found that we need to define an aggregated measure of a dimension table. But I dont know how to do it as I have very less hands-on in OBI Admin Tool. Kindly help me by explaining in detail to solve this issue.
    Thanks in advance.

    Hi,
    To define an aggregated measure of a dimension table, complete the following steps:
    *1.Create a new fact logical table with the physical dimension table as source.*
    *2.Include all fields that should be aggregated as a measure of this new fact object.*
    *3.Add an aggregation rule to the column*
    *4.set the logical level of the other dimensions to the grand total level.*
    Below, a sum aggregation rule :
    for more info:
    i.e:
    put the measure indicated by the error message in a fact table object.
    To define an aggregated measure of a dimension table, complete the following steps:
    a) Create a new fact logical table with the physical dimension table as source.
    b) Include all fields that should be aggregated as a measure of this new fact object.
    http://gerardnico.com/wiki/dat/obiee/dimension_measure
    Thanks
    Deva
    Edited by: Devarasu on Sep 29, 2011 7:02 PM

  • Unable to navigate requested Expression.Please fix the metadata consistency

    Hello ,
    I have created one criteria but when I m running the request i m geeting this error, State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 14026] Unable to navigate requested expression: Dim - GL Account.Unit Code. Please fix the metadata consistency warnings. (HY000)
    now when i checked the RPD for this and run the consistency check everything went fine.No warning MSG, No Error, No Best Best Practice.
    now i checked the join condition in BMM for the dimension i m using in report and fact.
    it's like Fact F is directly Joined with Dim A & Dim B.
    now when i checked the Physical join it's like Fact F1 is joined with Dim Aand Dim C , Fact F2 is joined with Dim B and Dim C.
    so there is no direct fact table join between Dim A and Dim B.
    Fact F1 & Fact F2 goes as MTLS in BMM and creating Fact F, now when i got this error i went to Fact F in BMM and checked the LTS and level of granuality for DIM A and Dim B for Fact F1 and Fact F2 respectively. and it is also set as detail level. and in BMM LTS Fact F1 and Fact F2 is also join with inner join with Dim C. and Dim C's level of granuality is also set in Fact F1 and Fact F2 .
    the Columns that i m taking criteria are coimng from Fact F, Dim A, Dim B.
    can anyone suggest me what to do in this case????
    Thanking you..

    Hi Veer,
    If I get you correctly,
    In BMM
    Fact F = (physical F1 + F2)
    In Physical:
    F1 -> Dim A, Dim C ; F2 -> Dim B,Dim C
    So, in your BMM, please make sure that
    1. Logical source for physical F1 has 'Detail for Dim A, Dim C' and 'Total for Dim B'
    2. Logical source for physical F2 has 'Detail for Dim B , Dim C' and 'Total for Dim A'.
    I think this should resolve the issue.
    Hope this helps.
    Thank you,
    Dhar

  • Unable to navigate requested expression:

    Hi Everyone,
    I am getting the error message "Unable to navigate requested expression: " in my "Contracts" subject area when I try to select date fields from two different facts.
    My setup is as follows. I have 3 dimensions and 2 facts.
    Contract_Start_Date_D -----1-to-many ---> Contract_Costs_F <--many-to-1----Contract_Details_D
    and
    Employee_Start_Date_D ---1-to-many-----> Contract_Employee_F <---many-to-one---- Contract_Details_D
    Both of the date dimensions are aliases of a common DATE_D dimension.
    The Contract_Details_D table is common to both fact tables(no alias).
    I've created RPD Dimensions objects for all the "D" tables.
    The content tab of the LTSs of the facts are as follows:
    Contract_Costs_F:
    Employee_Start_Date_D --- Highest level
    Contract_Detail_D --- lowest level
    Contract_Strat_Date_D --- lowest level
    Contract_Employee_F:
    Employee_Start_Date_D --- lowest level
    Contract_Detail_D --- lowest level
    Contract_Strat_Date_D --- Highest level
    My RPD is consistent, and when ever I select only fields from dimensions which are directly related to a fact, my results come back fine. For example, if I just select contract start date and the contract details, then I am fine.
    But when ever I try to cross over the facts, i.e. I try to get a contract start date and an employee start date at the same time, I get the "Unable to navigate requested expression" error.
    Is it possible to see these two values in the same report? If so, how can I accomplish this?
    Thanks in advance!
    -Joe

    Hi all,
    I also have this error after adding the following filters to my request
    AND     Time."Year" = evaluate('zmer0002(%1)', date'@{DATE_PROMPT}')     
    AND     Time."Week No" = evaluate('zmer0001(%1)', date'@{DATE_PROMPT}')
    where "zmer002" and "zmer001" are stored procedures returning the year and the week number based on a date, respectively
    and "@{DATE_PROMPT}" is a presentation variable, from a dashboard prompt
    If the presentation variable is replaced by a constant (e.g. '2009-01-01') the error does not occur.
    Any ideas?
    Thanks,
    M

  • Server was unable to process request. --- ERROR: This site is not hosted on this data center C#

    I am working with the API for the first time, and I am currently trying to figure out how to pull a list of products from a cat using the Product_ListRetrieve, I keep getting this error
    Server was unable to process request. ---> ERROR: This site is not hosted on this data center

    Okay so if anyone else is having these issues I found an answer for MVC3 C#:
    Go into the Web Config and look at the Application Settings, by editing the URL there you can find a value containing the service url. add the subdomain there:
    Example-
      <applicationSettings>
        <ITCatExtend.Properties.Settings>
          <setting name="ITCatExtend_CRM_CatalystCRMWebservice" serializeAs="String">
            <value>https://Add the Sub Domain Here.worldsecuresystems.com/CatalystWebService/CatalystCRMWebservice.asmx</value>
          </setting>
          <setting name="ITCatExtend_Ecom_CatalystEcommerceWebservice"
            serializeAs="String">
            <value>https://Add the Sub Domain Here.worldsecuresystems.com/catalystwebservice/catalystecommercewebservice.asmx</value>
          </setting>
        </ITCatExtend.Properties.Settings>
      </applicationSettings>

  • Help!! Unable to launch Outlook Express - Error says 'end of file reached'

    I double clicked on my icon to launch my email and got this message. I had Outlook Express 5.02 Tried rebooting twice. Backed up 5.02 on simple drive, then downloaded OE 5.06. Getting the same message... Unable to launch, end of file reached. anyone have any idea what is going on?? everything was fine yesterday!!! ps.. I am totally clueless with computers.. so need very specific (you are talking to a dummy) help here. PLEASE!!
    Thanks!!!
    imac   Mac OS 9.0.x  

    Hi, tsam -
    Welcome to Apple's Discussions.
    That error is often returned when one or more of OE's databases gets too full.
    Try compacting the databases in OE. This function is a built-in one, and can be done before the program actually loads. To do that, with OE not running hold down the Option key while opening OE.
    • If you're opening OE directly, hold Option down while double-clicking OE's icon.
    • If you're opening OE via the Mail icon in IE's toolbar, hold down Option while clicking that icon.
    You'll receive a splash message asking if you want to compact the databases - click OK. Once that is done, you can get rid of the old database files (they'll have been renamed to indicate that they are the old ones).
    OE keeps those files in its account (identity) folder(s). If you're not familiar with where those are -
    • Current versions of OE keep them here - (hard drive ) >> Documents >> Microsoft User Data >> Identities >> Main Identity.
    • Older versions of OE kept those in the Identities folder inside the program's folder.
    "Main Identity" is the original default account (identity = account); if you've created additional accounts, there will be a separate folder for each in the Identities folder.
    It would also be advisable to increase the Preferred memory allocation for OE. Adding 20 or 30 thousand to the original amount is not excessive - more is better.
    Article #18278 - Assigning More Memory to an Application
    • Whenever you replace or update a program, you must redo any changes made to its memory allocation amounts - the changes are not carried over to a new or replacement version.
    Also, when you update OE or IE, particularly if you have both the old version and the new version on the drive at the same time, reset the default choices for those in the Internet control panel.

  • After rebooting ML server, unable to open active directory.  Error msg is Unable to open requested node error -14006.

    This active directory is a replica of master on 2nd Mac Mini server which still thinks replica is there (perhaps it is) and will not let us delete in order to recreate.  Both servers are running 10.8.4.  Nothing changed on either server, simply did a reboot.  When we logged in, Active Directory was turned off and when trying to turn on or access received message "Unable to open the requested node.  The node LDAPV3/127.0.0.1 could not be opened because of an unexpected error -14006".
    Does any one have experience with this and how can we recover?  Thanks in advance for your help.

    Hi again,
    I've been able to run Reports by changing the "Reports_Tmp" key in the Registry under:
    Hkey_local_machine\software\oracle\home0\
    to the D:\ drive

  • OBI Enterprise Edition hierarchical levels definition - nQSError: 10058

    Hi,
    i'm trying, in the BI administration tool, to define a dimension hierarchy based on not star nor snowflake scheme. I've a physical fact-table RICETTA linked to the first level physical table DISTRETTO. the physical table DISTRETTO is then linked to the both upper levels: USL and REGIONE. The conceptual hierarchy is DISTRETTO -> USL -> REGIONE. how can I define the logical hierarchy if there's no physical link between REGIONE and USL tables?
    The Answer front-end returns the seguent error: Stato: HY000. Codice: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 14026] Unable to navigate requested expression: USL.NOM_REGIONE. Please fix the metadata consistency warnings. (HY000).
    Thank for help

    If you followed up the setup document (http://docs.oracle.com/cd/E21043_01/bi.1111/e10541/configscorecard.htm), make sure you Restart the Oracle BI Server, through the Enterprise Manager for your bi instance.
    After that, make sure you give your 'BIsystem' role permissions for "Allowing or Disallowing Direct Database Requests".
    (You can access that through your RPD->Manage->Identities. Select BIsystem, click on "Permissions", Select tab "Query Limits", and select "Allow" in the  "Allow or Disallow Direct Database Requests").
    And make sure you either Delete the configured database ("System DB (Update me)") that comes with the Samples, in the RPD, that already has a connection named "BSC", change the connection name in that database, or just use it as the BSC annotations schema.
    If you still have problems after that, make sure the connection credentials in your BSC connections are good to go.
    Hope it helps.
    Best regards.

  • [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred

    Hello guys,
    I have one fact table (Fact) and five dimension tables (Dim A, Dim B, Dim C, Dim D and Dim E).
    The fact structure: PK_Fact (primary key), Column A, Column B, ..*
    The dimensions structure:
    Dim A : PK_Dim_A (primary key), Column A1, Column A2, ..*
    Dim B : PK_Dim_B (primary key), Column B1, Column B2, ..*
    Dim C : PK_Dim_C (primary key), Column C1, Column C2, ..*
    Dim D : PK_Dim_D (primary key), Column D1, Column D2, ..*
    Dim E : PK_Dim_E (primary key), Column E1, Column E2, ..*
    The fact table is connected to Dim A with PK_Dim_A and PK_Fact, to Dim B with PK_Dim_B and PK_Fact, to Dim C with PK_Dim_C and PK_Fact, to Dim D with PK_Dim_D and PK_Fact, to Dim E with PK_Dim_E and PK_Fact. The joins have been defined in the physical layer and in the business layer.
    Fact-->Dim A
    Fact-->Dim B
    Fact-->Dim C
    Fact-->Dim D
    Fact-->Dim E
    When I request column(s) from fact table and one other dimension table, everything is fine. When I request columns from fact table and more than one other dimension table, I have the following message error :
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 15018] Incorrectly defined logical table source...does not contain mapping for .... (HY000)
    Please could you help me to resolve this error
    Thank you very much.

    Hi,
    have you define the level for all the dimensions for the Logical Table Source of your Logical Fact Table? When you perfrom the consistency check (Ctrl+k) do you receive any warning or error?
    Thank you.
    Regards,
    Gianluca

  • Meaning of this error:  nQSError: 10058] A general error has occurred.

    Hi All,
    I'm facing a strange problem with Siebel Analytics. The user is getting intermittent "ODBC Driver Returned an error" while trying to run reports.
    It is not happening all the time.
    I checked the Session. Even I can see some requests are getting following type of error:
    "State: S1000. Code: 10058. [NQODBC] [SQL_STATE: S1000] [nQSError: 10058] A general error has occurred. [nQSError: 46036] Internal Assertion: Condition cachedQueryEntryPos != pCacheMetadata->m_cachedQueries.end(), file c:\views_c\nightly\Fri\7.8.5\Windows\vobs\analytics\server\query\Optimizer\Navigator\Src\SQONExactMatch.cpp, line 1139. (S1000)"
    We are unsure about what is wrong.
    Anyone knows the reason for this type of issue?
    Thanks in advance.
    Regards
    Sudipta

    Try to change something in report and resave the report, this should solve problem if not, try to get same report from previous release,code base or from backup using Catalog Manager bring the report to new development by Export/Import report.
    In this way it worked for me.

  • Failed to Open FR report With Error code 500 - 'unable to process request'

    I am running a load test against PBCS service. The service is load-balanced with 2 managed servers : EPMServer0 and EPMServer1
    When I put the loads with 60 VUs -- all visiting FR reports, the service runs without error. But when the VU# increased to 90, it began to respond with Error code 500  - 'unable to process request'.
    I tried to correlate the FRLogging logs to the errors, and found during the time those error happens, there are logs like this:
    >>>>>>>>>>>>>>>>>>>>>>>>>>
    [2013-09-27T05:21:29.325+00:00] [EPMServer0] [WARNING] [00365] [oracle.EPMFR.core] [tid: [ACTIVE].ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: sysname50134114.PerfUser0439] [ecid: 004tpQ^VFHT7m3RLIYDCif0007a30002bD,0:2:1:1] [APP: FINANCIALREPORTING#11.1.2.0] [SRC_CLASS: com.hyperion.reporting.connection.UserConnection] [SRC_METHOD: openConnection] User authentication information is invalid. Unable to connect to datasource.[[
    com.hyperion.reporting.util.HyperionReportException: Error connecting to database connection Vision:Plan1: Failed to sync with user provisioning.com.hyperion.planning.HspRuntimeException
            at com.hyperion.reporting.connection.UserConnection.openConnection(Unknown Source)
            at com.hyperion.reporting.connection.UserConnection.openConnection(Unknown Source)
            at com.hyperion.reporting.connection.UserConnection.<init>(Unknown Source)
            at com.hyperion.reporting.connection.ConnectionManager.getConnection(Unknown Source)
            at com.hyperion.reporting.connection.ConnectionManager.getCube(Unknown Source)
            at com.hyperion.reporting.connection.ConnectionManager.getCube(Unknown Source)
            at com.hyperion.reporting.webviewer.WebDynamicReport.validateDatasources(Unknown Source)
        at jsp_servlet._modules._com._hyperion._reporting._web._reportviewer.__hrhtmlreport._jspService(__hrhtmlreport.java:1999)
            at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
            at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
            at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
            at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
            at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at com.hyperion.reporting.webviewer.HRSecurePagesFilter.needAuthentication(Unknown Source)
            at com.hyperion.reporting.webviewer.HRSecurePagesFilter.doFilter(Unknown Source)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at com.hyperion.reporting.webviewer.FRClusterHelper.doFilter(Unknown Source)
    >>>>>>>>>>>>>>>>>>>>>>>>>
    It looks like the servlet failed to open the datasource connection while handling the FR requests. But there are several data sources. My questions are:
    1) Which datasource is corresponding to the issue? Is it EPMSystemRegistry?
    2) What is the recommended configuration for the connection pool max capacity setting? -- current setting for EPMSystemRegistry is 30
    3) Whether it could be a connection leak problem as only 90 concurrent end user is visiting and it failed to connect?
    Thanks,
    Ellick Lu
    Type
    JNDI Name
    Targets
    aif_datasource
    Generic
    jdbc/aif_datasource
    EPMServer
    calc_datasource
    Generic
    jdbc/calc_datasource
    EPMServer
    EPMSystemRegistry
    Generic
    jdbc/EPMSystemRegistry
    EPMServer
    odiMasterRepository
    Generic
    jdbc/odiMasterRepository
    EPMServer
    planning_datasource
    Generic
    jdbc/planning_datasource
    EPMServer
    raframework_datasource
    Generic
    jdbc/raframework_datasource
    EPMServer

    It is checking for Database connection in Workspace. Check Editing Database Connections
    Can those users login to Planning? Do they have correct security setup (I guess not)
    Regards
    Celvin
    http://www.orahyplabs.com

  • Bugs in BC CRM web service need to be fix (Server was unable to process request ERROR: A server error has occured)

    I'm using the following code to retrieve order list is working fine but it give me an error Server was unable to process request ERROR: A server error has occurred when I trying to retrieve order total paid with same code: and the output when retrieve order total paid is [object Object]
    var wsUrl = "https://mysite.worldsecuresystems.com/CatalystWebService/CatalystCRMWebservice.asmx?WSDL";
                          var RetrieveTotalPaidXML =
                          '<?xml version="1.0" encoding="utf-8"?>\
                          <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" \
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">\
                          <soap12:Body>\
                          <Order_RetrieveTotalPaid xmlns="http://tempuri.org/CatalystDeveloperService/CatalystCRMWebservice">\
                          <username>user</username>\
                          <password>pass</password>\
                          <siteid>111222</siteid>\
                          <orderId>112345</orderId>\
                          </Order_RetrieveTotalPaid>\
                          </soap12:Body>\
                          </soap12:Envelope>';
                           $.ajax({
                            type: "POST",
                            url: wsUrl,
                            Host: "mysite.worldsecuresystems.com",
                            contentType: "application/soap+xml; charset=utf-8",
                            data: RetrieveTotalPaidXML,
                            dataType: "xml",
                            success: processSuccess,
                            error: function(){alert("Error: Something went wrong");}
                           function processSuccess(ResData) {
                           var RetrieveTotalPaidParse = $.parseXML(ResData);
                           var $xmlRetrieveTotalPaidParse = $(RetrieveTotalPaidParse);
                           var $Order_RetrieveTotalPaidResult = $xmlRetrieveTotalPaidParse.find('Order_RetrieveTotalPaidResult');
                                   $Order_RetrieveTotalPaidResult = $(this).find('Order_RetrieveTotalPaidResult').text();
                                   $('#RetrieveTotalPaidResult').text(Order_RetrieveTotalPaidResult);
    I think there a bug in BC CRM Web Service when trying to make a request for Order_RetrieveTotalPaid using soap need to be fix

    Perhaps it would be good to update the sample request as shown on the  Developer reference page for this method (and, actually ALL of the SOAP samples)
    The sample shows siteid (all lower case)

  • Error:SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: Server was unable to read request. --- There is an error in XML document (1, 447). --- Input string was not in a correct format.

    Hi All,
        We have a scenario of FTP-->PI---> Webservice.  While triggering the data in the FTP, it is failing in the PI with the below error
    SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: Server was unable to read request. ---> There is an error in XML document (1, 447). ---> Input string was not in a correct format.
    Can you please help?

    Hi Raja- It seems to be a data quality issue.
    Check for the value @ 1447 position in the xml message that you are trying to send to web service..
    may be a date filed/decimal value which is not in expected format.

Maybe you are looking for

  • Excise Duty Not to be Collected from Customer

    Dear All, I require help in a scenario, wherein company has already paid excise duty to produce the goods but does not collect it from the customer for any footwear pair which has been priced less than 250 Rs. The company wants excise to appear in th

  • What is the best way of creating a one-time backup using DPM 2012R2?

    Hello, Due to some severe tape issues, we have lost a lot of our long-term storage data. I schedule a recovery point on our servers every Friday, once a week.  We retain this data for the 64 weeks (the maximum amount of versions DPM allows.) Manageme

  • Photo Gallery Tips Please

    Hi I just wanted to know if you could recommend me a nice method to display .jpg images on a website. I know that DW offers templates but I was wondering if there is a software package that you would recommend to me that is both easy to use and looks

  • JSF best practice for managed bean population

    hi; consider a simple session scope managed bean with 1 attribute which is calculated dynamically. there seem to be 3 ways of populating that attribute (that i could think of): 1. have the bean's get<attribute> get the data and populate it 2. have th

  • Data from Report 2.5 to Excel.

    Hi all, I want to perform a report in Reportwriter (2.5) an have the results in a Excel sheet. Can send it to file and separately start Excel and read the produced file, no prob. Is there any way that it starts automatically Excel at the end of the r