Odbc error message customization

Hi,
I need to customize the message that Answers shows when an ODBC error happens. I saw in OracleBI\web\msgdb\l_en\messages\odbcaccessmessages.xml the error kmsgOdbcAccessOdbcException:
<WebMessage name="kmsgOdbcAccessOdbcException"><TEXT>Odbc driver returned an error (<sawm:param insert="1"/>).</TEXT></WebMessage>
I can change the message for all the Odbc errors, but is there a way to change it depending on the error that happens (for example, when error nQSError: 10058, it must give a different message)? (depending on the parameter). Where is this message called from? Where is the param set to a value?
Thank you

I am getting the error message "The ODBC data source returned the following error; (internal error:data not found)" when I try to import photos.
I can view the photos (and tags) I have moved, but cannot add to that collection.
I have seen in these forums (below)solution is to Remove Windows XP service pack 2, and re-install it. BUT I think I can only remove Serice Pack 3 from my version of Windows.
Will the fix work by removing and re-installing SP3? Or is there a better fix? HELP!
I am really keen to get a FIX for this as my wife needs access to the photos for her artwork.
I have just moved about 10,000 pictures (in Adobe Photoshop Album Starter edition) from an old PC (failing hard drive) to a new one.
>>>>>>>>
narya - 10:09pm Apr 7, 05 PST (#1 of 2)
Please try reinstalling the Service Pack 2 according to the instructions in this Adobe techdoc:
http://www.adobe.com/support/techdocs/331094.html
The document is written for PSElements 3, but we have reason to believe it also applies to PSAlbum (SE).
>>>>>>>>>
Will the fix work by removing and re-installin SP3?

Similar Messages

  • Error message customization issues

    Hi ppl,
    This is with regards to the issue with customization error messages, I have already gone through the following,but haven't been able to achieve what i want:-
    "Chapter 8.2-8.3" "Business Rules in ADF Business Components".( white paper )
    ADF Faces: How suppress item validation on partial submit ( Frank's blog entry )
    So im extremely dull or have been looking at the wrong place ( or both :( )
    my jdev version :-10.1.3
    My use case is follows, extremely simple form page for creating a user log in along with other information like passwords,description etc.
    I have certain basic validations
    -should contain one numeric
    -must not be less than 8 charecters etc
    i can do the following:-
    make my own customized message bundle and successfully throw it when my custom method validator fails , i do so by using the command:-
    throw new AdminJboException (AdminMsgBundle.USER_ID_NO_SPACE,params);
    where AdminMsgBundle is my customized bundle message class and AdminJboException is a custom class that extends JBo exception ( for conveniance ).
    What i can't do is this :-
    my error logs:-
    JBO-27024: Failed to validate a row with key null of type ........
    User Id cannot contain spaces ( my validation message )
    User ID - JBO-27025: Failed to validate attribute UserId with value .....
    User ID - JBO-27014: Attribute UserId in AdminAppModule.UserViewObj is required
    At validation ( i presume at validateEntity() ), my exception gets thrown ), but before that the JBO-27024 gets thrown (because the data doesnt get validated and hence not stored and hence null), following which the required error is thrown , following which the 27025 and 27014 are thrown. Is there anyway i can suppress the JBO default error messages ONLY when i know for sure that my validation error message has been thrown. I was able to suppress the JBO-27014 exception altogether from the EntityModelImpl ( out of frustration ) , and it worked , but obviously it hampered proper functioning in other areas.
    My question is :--
    Which is the simplest cleanest way of throwing only your customized message and ignoring the default JBO ones when your exception is thrown , and letting things go normally if your customized exception is not thrown... ?
    P.S i can even override the "content" of the message being thrown from 27014 etc, but thats not what i want .
    Thanks in advance !

    See the following set of topics in the Online Help:
    Developing Business Components
    Working with View Objects, View Links, Application Modules and Clients
    Creating and MOdifying View Object, View Links and Application Modules
    Ways to Handle Errors

  • Pass thru authentication error message customization

    Dear All,
    I'm trying to customize the error messages displayed during the authentication failure.
    Users are authenticated against the AD i.e. pass thru authentication.
    I'm not able to customize the error messages.
    I have searched in WPmessgaes and RAMessages file. no success.
    following is error:
    AD (Windows Active Directory):Error: missing required authentication information: 'password'
    new error msg that I want to display:
    Error: Invalid login credential, please try again.
    Kindly share your ideas and experience on same.
    Thanks in advance.
    Cheers:
    Amar

    We've had that problem. We opened a ticket with Sun and they confirm it as bug in 7.1.

  • BP603 Budget exceed error message customization

    Hi,
    I have set the error message BP603 from error to warning in Tcode OBA5, still i am getting the error message.
    Can somebody provide input on this.
    regards,
    Khan

    Hi,
    Please select the following path in your customizing transaction SPRO:-
    Controlling
      Internal Orders
        Budgeting and Availability Control
          Define Tolerance Limits for Availability Control
    Here you can see the Controlling Area and Profile information, you will also be able to see a column called 'Actn' in which you probably have a value of '1' or '2' which represents 'Warning' or 'Warning with MAIL to the person responsible' respectively, the third option here is '3' 'Error message', these are usually set depending on the Usage percentage that is defined.
    regards
    Waman

  • EVS Error Message Customization

    Hi,
    i am using EVS. when i entered something in input box and clik on the next button then if the string does not match the enumeration then this error message is displayed.
    <b>String "XXXXXX" does not match the enumeration</b>
    is there any way to modify this error message.

    Hi Bunny,
    this is the generic validation error message given by the Data Dictionary Runtime. You cannot modify this error message with a custom error message unless you deactivate the generic validation with a non-validating action. But then you must implement the complete type validation on your own, only for displaying another validation error message. I do not recommend this approach. Why does the generic message not fulfill your requirements.
    Regards, Bertram
    Message was edited by: Bertram Ganz
    Valery gave the same answer on this issue
    Checking date format

  • Error message customization in BC4J

    Is it possible to customize messages (eg. translate them) in order to make them more clear for users ?
    TIA
    Tullio

    See the following set of topics in the Online Help:
    Developing Business Components
    Working with View Objects, View Links, Application Modules and Clients
    Creating and MOdifying View Object, View Links and Application Modules
    Ways to Handle Errors

  • Error messages when sending date-time stamp to Oracle Database

      I have a complex application that communicates with an Oracle database.  One of the table values that gets written to the table is a date-time stamp.  Until recently, the user only required a date, and this was never an error. (The format String used was %d-%b-%Y)  Now they need a time-stamp as well, so I attempted to edit the format string input of the format date/time string function to include the time. I have tried numerous format strings, each of which returns an error on execution.  Depending on which format I use, I get one of 3 different error messages.  The really odd thing is that both the date and time always get stored in Oracle without any problem (regardless of what date-time I use, as long as I include the date and any part of a time stamp - I get the entire timestamp even if I only include %I for the hour).  The only issue is that LabVIEW generates an ODBC error if I try to include the time to the date-time stamp.  In other words, teh date/time stamp writes to the Oracle database, but an ODBC error occurs every time.  I've included a word doc with screen captures of the format strings used, the resultant date/time stamps written to Oracle and the error messages generated within LabVIEW. Any advice would be most appreciated.
    Attachments:
    Summary of ODBC Error messages related to date-time stamp.doc ‏65 KB

    Oracle has a standard date format: 12-Mar-2009 that it accepts as a string, but if you want more than that, you need to use the todate() function. I used this string going into the standard LabVIEW ''Format date/time sting vi' 
    to_date('%d-%b-%Y %H:%M:%S', 'DD-MON-YYYY HH24:MIS') to create the value needed for Oracle.
    Then I use standard format string to create SQL: insert into mytable (mydate) values(%s) and select * from my table where mydate = %s using the string above for %s.
    I think you can also define a global format for all time strings but I haven't bothered figuring that out.

  • How to customize the error messages in web analysis reports

    Does anyone know how to customize the error messages that web analysis shows ,
    I want to customize the below error message with a custom error message
    "Document does not exist or no authorization to open document.Error occurred while loading document"
    Does anyone know how to do this ?

    Rajesh,
    you may want to check these links
    How to the Change the Application Stopped Message
    How to Change the Dispatcher Running, No Server Connected Message
    http://help.sap.com/saphelp_nw70/helpdata/en/65/18fc3f9ec4e669e10000000a155106/frameset.htm
    Thanks
    Bala Duvvuri

  • How to Customize Error message in JXL

    Hi All,
    I want to customize error message in JXL. I.e. When we apply number validation to a cell and if you enter invalid data MS-Excel shows error message saying that "The value you entered is not valid". But I want to customize this message to "Data should be a decimal number". Can anyone help me how to acheive it. Thanks in Advance.
    Thanks
    Venkat.

    Thx alot...!! for all your valuable replies.
    And, I found a way to achieve my requirement in a declarative way.
    I just created an entity validator on EmployeeEO.
    - Rule_Type: Key Exists
    - Rule Definition:
    - Validation Target Type: Entity Object
    - Association Name : <Select Assiociation created > "EmpDeptFK"
    - Failure Handling:
    - Error Message: "Invalid Deparment ID {0} Entered. Please enter a valid Department ID."
    - Message Token for "0": Department ID
    And It fulfilled my requirement.

  • How to customize an Error Message

    Hi Gurus,
    Does anyone knows how can I customize the error messages?
    In example, I'm getting the "???en.DOBJ.UPDATE_PERMISSION_DENIED???" error message when a user try to change the user details and do not have permission. But I would like to show a friendly message like "You do not have permission to change this object" or something else.
    Thanks in advance.

    Hi bigboss,
    Thank you for your help. But in which format I need to input the error translation in xlWebAdmin.properties? Something like "DOBJ.UPDATE_PERMISSION_DENIED = You do not have permission to update this object" ?
    Just to let you know, I need to show more user friendly error messages for OIM default error messages.
    Cheers.

  • 'Cannot obtain error message from server' when trying to use ODBC

    Post Author: Grant C
    CA Forum: Data Connectivity and SQL
    Hi, I'm developing some reports using Crystal XI on my local PC, using an Oracle 10i back end on a separate server.  The SQL for the report is in a method in an oracle package.
    When I set the datasource location, selecting 'Oracle Server' then entering the details works fine, and the report runs.  However, when I try to use an ODBC connection I get the following error:
    Database Connection Error: 'Cannot obtain error message from server.'
    The ODBC link is set up as a System DSN, which works fine when I test it.  I think I need to use ODBC as some of the reports (which I inherited) seem to fail when run on the Crystal Server, and it seeme to be the ones set up with ODBC which work.
    Any thoughts?  Thanks.

    Hi Mars-
    It sounds like your NI-DAQ installation may have become corrupted. I would suggest uninstalling and reinstalling the DAQmx 7.4 driver to correct this problem and ensure that you're up to date. This download is available here: NI-DAQ 7.4
    If the problem persists you may want to uninstall and reinstall LabVIEW and then NI-DAQ in that order. The error message will usually give an indication as to which VI the error occurred in. Please let us know which VI is failing if you're unable to avoid the error with these suggestions.
    Have a good day-
    Tom W
    National Instruments

  • ODBC error state: 60 code: 102 message: [DataDirect][ODBC 20101 driver][Microsoft SQL Server]Incorrect syntax near

    Hi,
    I am currently receiving the following error in BI Answers when I run a query against a Microsoft SQL 2005 Server.
    View Display Error
    Odbc driver returned an error (SQLExecDirectW).
      Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 43119] Query Failed: [nQSError: 16001] ODBC error state: 60 code: 8180 message: [DataDirect][ODBC 20101 driver][Microsoft SQL Server]Statement(s) could not be prepared.. [nQSError: 16001] ODBC error state: 60 code: 102 message: [DataDirect][ODBC 20101 driver][Microsoft SQL Server]Incorrect syntax near 'UserName'.. [nQSError: 16002] Cannot obtain number of columns for the query result. (HY000)
    SQL Issued: SELECT 0 s_0, "SD&A_Dashboard_Test"."BORIS_ALIAS_ETMS_Users"."Id" s_1, "SD&A_Dashboard_Test"."BORIS_ALIAS_ETMS_Users"."UserName" s_2 FROM "SD&A_Dashboard_Test" WHERE ("BORIS_ALIAS_ETMS_Users"."UserName" = 'trowe') FETCH FIRST 65001 ROWS ONLY 
    I am able to connect successfully to the Data Source and run a query against the database using the NQCMD command line tool so believe I have configured the DataDirect 7.0.1 drivers correctly, also I am able to view the Table Data in the RPD Physical Layer in the BI Administration Tool. So don't understand why I am getting this error.
    I have also activated the nquery.log but that doesn't really give me any further information.
    [2015-04-28T16:37:22.000+00:00] [OracleBIServerComponent] [TRACE:4] [USER-34] [] [ecid: 4a9e440f990ba0a4:-1995d2c5:14d00d3ef04:-8000-00000000000001c6,0:1:1:5] [tid: 5f] [requestid: 6f11000b] [sessionid: 6f110000] [username: borisdev] -------------------- Query Status: [nQSError: 16002] Cannot obtain number of columns for the query result. [[
    [nQSError: 16001] ODBC error state: 60 code: 102 message: [DataDirect][ODBC 20101 driver][Microsoft SQL Server]Incorrect syntax near 'UserName'..
    [nQSError: 16001] ODBC error state: 60 code: 8180 message: [DataDirect][ODBC 20101 driver][Microsoft SQL Server]Statement(s) could not be prepared..
    [nQSError: 43119] Query Failed:
    I was wondering if anyone could shed any light on what could possibly be causing the [DataDirect][ODBC 20101 driver][Microsoft SQL Server]Incorrect syntax near 'UserName'.. error ? And also provide any suggestions on how I can troubleshoot this issue further as I am now completely out of ideas of what to do next having tried numerous things i.e. setting  IDENTIFIER_QUOTE_CHAR = '' in DBFeatures.INI which I found in similar posts on the subject all to no avail
    Regards,
    Tom Rowe

    Hi Rajagopal,
    Thanks for your reply after doing some further investigations this morning I found and corrected the problem...
    The DataDirect Driver does not like double quotes in the query for some reason, testing  using the BI Answers generated SQL with the nqcmd tool below...
    With double quotes “” it fails immediately
    Give SQL Statement: select T18706."Id" as c1, T18706."UserName" as c2 from "ETMS_Users" T18706 where ( T18706."UserName" = 'trowe' )
    select T18706."Id" as c1, T18706."UserName" as c2 from "ETMS_Users" T18706 where ( T18706."UserName" = 'trowe' )
    [102][State: S1000] [DataDirect][ODBC SQL Server Wire Protocol driver][Microsoft SQL Server]Incorrect syntax near 'Id'.
    Statement execute failed
    With double quotes removed for just the columns I now get the Error near ‘ETMS_Users’ which still had the double quotes
    Give SQL Statement: select T18706.Id as c1, T18706.UserName as c2 from "ETMS_Users" T18706 where ( T18706.UserName = 'trowe' )
    select T18706.Id as c1, T18706.UserName as c2 from "ETMS_Users" T18706 where ( T18706.UserName = 'trowe' )
    [102][State: S1000] [DataDirect][ODBC SQL Server Wire Protocol driver][Microsoft SQL Server]Incorrect syntax near 'ETMS_Users'.
    Statement execute failed
    With all double quotes removed it works !
    Give SQL Statement: select T18706.Id as c1, T18706.UserName as c2 from ETMS_Users T18706 where ( T18706.UserName = 'trowe' )
    select T18706.Id as c1, T18706.UserName as c2 from ETMS_Users T18706 where ( T18706.UserName = 'trowe' )
    c1           c2
    42499        trowe
    Row count: 1
    Give SQL Statement:
    The solution to fix the problem is...
    In the BI Admin Tool Physical Layer Database, Properties Features tab is to delete the double quote in the Value column for IDENTIFIER_QUOTE_CHAR, setting this in the DBFeatures.INI file does not resolve the problem possibly it did in earlier versions of the product.
    Regards,
    Tom Rowe

  • Customize Portlet consumer error message

    Hi,
    I want to customize the error message "Portlet Consumer error" that is displayed in portlet.
    Can you please let me know how can i have a custom message there ?
    Thanks

    Hi Vijai,
    We are implementing LSO in our company. We are getting this error on training activities , when a user click on training activities on portal sometimes get a message  while the Loading content, Please be patient and followed by  a system failure message . So we get a System Failure error message on Portal is there anyway to customize this message on Portal?
    Hers is the Short dump for your reference
    Short text
                                                                                    Exception condition "SYSTEM_FAILURE" raised.
    What happened?
                                                                                    The current ABAP/4 program encountered an unexpected
      situation.
                                                                                    What can you do?
                                                                                    Note down which actions and inputs caused the error.
      To process the problem further, contact you SAP system
      administrator.                                                                               
    Error analysis
        A RAISE statement in the program "SAPLLSO_FRONTEND" raised the exception 
        condition "SYSTEM_FAILURE".  
        Since the exception was not intercepted by a superior                                        
         program, processing was terminated.

  • Customize standard portal error message

    Hi,
    How to customize below sap standard error message with meaningful user defined message.
    com.sap.tc.webdynpro.modelimpl.dynamicrfc.WDDynamicRFCExecuteException
    Appreciate your quick help.
    Thank you,
    dev

    Hi Dev,
    In order to customize the error message, you'll have to catch the exception in your WD component.
    Please use Try Catch Block and there within the catch block you can specify your custom error message. 
    BR,
    Anurag

  • Customize infopath error message for sharepoint list

    Hi Everyone,
    Is there anyway of replacing the written content in the generic "InfoPath Error Message Dialog"?
    I
    would like to replace the written content with something that is more specific
    and relevant to my form

    Hi,
    I would advice you to create data validation rule and display error message as per your requirement instead of using required fields
    here are some links for your reference-
    http://blog.parkercomp.com/2009/05/how-to-customize-infopath-error-dialogs.html
    http://support.microsoft.com/kb/822032/en-us
    http://www.bizsupportonline.net/infopath2007/infopath-basics-3-ways-validate-data-infopath.htm 
    Hope this helps!
    Ram - SharePoint Architect
    Blog - SharePointDeveloper.in
    Please vote or mark your question answered, if my reply helps you

Maybe you are looking for