Further information about bug #4503177 available?

Hi,
my plattform is:
SunOS 5.8 Generic_108528-11 sun4u sparc SUNW,Ultra-60
the compiler is:
CC: Sun WorkShop 6 update 1 C++ 5.2 2000/09/11
I've encountered problems with exception-handling (not reliable reproducable).
My application stops with signal 10 when throwing a derived exception and trying to catch the base-class.
I've read about a bug in: "Patch README for 111685-12":
4503177 derived exception classes not working properly
- but this patch is for WS6U2.
Qestions:
Q1: What is the exact problem of bug #4503177? - I'd like to find out if this bug has anything todo with my problem!
Q2: Is there a Bug like #4503177 in WS6U1 to?
Q3: Is there a Patch for WS6U1 available?
Thank you very much - bye H. B.

You can download the free Update 2 (6U2), and then get
the latest patches for that, which will fix the bug.It turned out, that my problem seems to have no relation with bug #4503177 - but i will update the compiler anyway - do i need to update the machines which are runnig the application beside the one i'm developing with also?
bye - H.B.

Similar Messages

  • Help- need further information about Permit Application and Approval bundle

    Hi all,
    I'm doing some research around what it entails to install/configure the above bundle. I only know that it comes as part of EHP 4 for ECC 6.  Can anyone tell me :
    1) Whether there's an installation or configuration guide out there for it
    2) What the system prerequisites are
    3) Apart from the services which SAP have documented, does the EHP also provide the necessary Webdynpro applications ?
    Regards,
    Gabriel Singer

    Hi all,
    I'm doing some research around what it entails to install/configure the above bundle. I only know that it comes as part of EHP 4 for ECC 6.  Can anyone tell me :
    1) Whether there's an installation or configuration guide out there for it
    2) What the system prerequisites are
    3) Apart from the services which SAP have documented, does the EHP also provide the necessary Webdynpro applications ?
    Regards,
    Gabriel Singer

  • Viewing in Answers descriptive information about a level

    Hi, I have a Customer dimension level in BI Admin with its logical level key CUST_NAME.
    I also have some further information about each customer, like address and phone number (stored in CUSTOMER Logical Table), how could I link them to the Customer and view these data in Answers?
    It's like a kind of descriptive level attribute I'd want to view in Answers associated to the level logical key...
    any suggestion would be appreciated very much!

    As in the 1st post, I'd want to associate address and phone number to my CUSTOMER level, in which I drill down using CUST_NAME as a logical level key.
    The only way to view these information is include their columns in my Answers query, I ask the forum if is there another way to, for example, click on the customer column just drilled-down and view customer address...
    In another way: which is the utility of having a level key if it isn't logical level key?
    for example in my CUSTOMER level now I have 2 level key: CUST_NAME, which is logical level key and drill-down enabled, and CUST_ADDRESS which is not logical level key (it has the blue icon). Which is the utility (if is there) of having in my level CUST_ADDRESS that is not a logical key?
    Edited by: battle84 on 1-dic-2009 9.29

  • In depth information about SAP SRM

    Hi,
    i was wondering if there is a source or may somebody personally who can answer me some general questions about sap SRM, which go beyon the 10 page 40000feet-white paper of SAP.
    - what is the main difference between MM and SRM
    - how difficult is the migration/upgrade to SRM having a MM in place
    - what standard purchasing processes are provided by SAP SRM
    Thanks for your feedback
    Torsten

    Hi Torsten,
    Indeed, it's quite complicated to answer your questions in some sentences.
    Please check the available document sources, maybe you can help yourselves:
    If you have an access to the service marketplace, see the note 1026369 for useful links. If not, see the following links (for some of them  regisered user is needed):
    - The online help is available at http://help.sap.com -> SAP Business Suite -> SAP Supplier Relationship Mgmt. or http://help.sap.com/content/documentation/erp/docu_sbs_erpsrm.htm
    - Integrated Business Content: https://websmp201.sap-ag.de/ibc ; 
    - Installation And Upgrade Documentation: http://service.sap.com/instguides
    mySAP Business Suite Applications -> mySAP SRM -> mySAP SRM Server 5.0
    Download MasterGuide and scenario-specific instructions.
    Follow this link for detailed understanding of srm business process.
    - Installation and upgrade information is available at http://service.sap.com/srm-inst
    - wiki: https://wiki.sdn.sap.com/wiki/display/SRM This is good starting point.
    - Integrated Business Content for SRM is available at http://service.sap.com/ibc-srm
    - SAP Best Practices are available at http://service.sap.com/bestpractices
    - General product information about SRM is available on the SAP home page: http://www.sap.com/solutions/business-suite/srm/index.epx
    Kind regards,
    Peter

  • Information about MOSI

    I am looking for MOSI documentation, API, SDK. Where can I find this information?
    Best regards,
    Stefan Pająk

    The wwlog_activity_log1$ and wwlog_activity_log2$ tables contain all the portal logs. These tables should be accessed (written) through the PL/SQL logging APIs (wwlog_api and wwlog_api_admin packages) and (read) through the wwlog_activity_logs view.
    You find further information about logging in the PDK:
    o A Primer on Event Logging
    o Implementing Event Logging in PL/SQL Portlets
    The PDK also describes the logging table field names and definitions:
    http://portalstudio.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/PDK/plsql/doc/sdk15weh.htm#4

  • Make information about the current user available in a managed bean

    I've overridden prepareSession in an Application Module (AM) so that when a user logs into my application, it immediately uses the username as a bind variable to execute the query for a View Object (VO) that gets more information about the user, like full name, e-mail address ... This works fine and I'm able to bind the VO to a page and display the information.
    But now I'm beginning to realize that I'm going to need this information about the user throughout the application. Do I have to include an iterator for the user info VO and associated attributeValues on every single pageDef, or is it possible to write a single managed bean that will expose the attributes of the single row of the VO as properties. The application I'm working on now is a "minor" upgrade of a JDeveloper 10.1.3 application, so I need a 10.1.3 solution, but I have a 11.1.2 application in the works that will probably do the same thing.
    Oh, and sorry if this is an FAQ - I'm probably not using good search terms to find solutions that have already been posted.

    Thank you Nick -
    Your code didn't give me exactly the answer I needed, but it pointed me in the right direction. For one thing, I had a version of ADFUtils that didn't have the getApplicationModuleForDataControl method. However I was able to do a Google search and find working code for the missing method. And since the values I need to expose in the managed bean are from the VO, not the AM, I had to go one step further and get a reference to the VO from the AM, and then a reference to the first (and only) row of the VO.
    For anyone else with this question, here's my version of the code:
    public class UserInfo implements Serializable {
        private String eMail;
        private String stateCode;
        private String fullName;
        public UserInfo() {
            AppModuleImpl appModule =
                (AppModuleImpl)ADFUtils.getApplicationModuleForDataControl("AppModuleDataControl");
            ContactInfoViewImpl contactInfoVO =
                (ContactInfoViewImpl)appModule.getContactInfoView1();
            contactInfoVO.reset();
            ContactInfoViewRow contactInfo =
                (ContactInfoViewRow)contactInfoVO.first();
            stateCode = contactInfo.getConStCode();
            System.out.println("At construct UserInfo stateCode=" + stateCode);
            eMail = contactInfo.getConInternetAddr();
            System.out.println("At construct UserInfo eMail=" + eMail);
            fullName =
                    contactInfo.getConFname() + " " + (contactInfo.getConMi() != null ?
                                                       contactInfo.getConMi() +
                                                       " " : "") +
                    contactInfo.getConLname();
            System.out.println("At construct UserInfo fullName=" + fullName);
        public String getStateCode() {
            return stateCode;
        public String getEMail() {
            return eMail;
        public String getFullName() {
            return fullName;
    }

  • Firefix sad:"Copy/Cut/Paste is not available in Mozilla and Firefox. Do you want more information about this issue?" But,I can do the that from Opera...What should I do?

    Copy/Cut/Paste is not available in Mozilla and Firefox.
    Do you want more information about this issue?
    That's what Firefox sad to me...I was Rich text editing,but I can
    not use copy paste on.
    I did the same site and Rich text editing with Opera,
    and there was no problem.
    I love Firefox,and I want ti use it,but if this is not posibile to do in Firefox,I must go with Opera from now on.
    Pleace,responde to me,I need to fix a problem.
    I hope you understanded my Engish!
    Thank you...

    Try to use the keyboard if the buttons on the web page aren't working.
    * Copy: Ctrl+C or Ctrl+Insert
    * Paste: Ctrl+V or Shift+Insert
    * Cut: Ctrl+X or Shift+Delete
    See:
    *http://kb.mozillazine.org/Granting_JavaScript_access_to_the_clipboard
    *https://addons.mozilla.org/firefox/addon/allowclipboard-helper/

  • Copy/Cut/Paste is not available in Mozilla and Firefox. Do you want more information about this issue?

    Copy/Cut/Paste is not available in Mozilla and Firefox.
    Do you want more information about this issue?
    Yes!

    https://support.mozilla.com/en-US/kb/Clipboard+not+working
    This extension will help you set the necessary permissions - Allow Clipboard Helper extension: <br />
    https://addons.mozilla.org/en-US/firefox/addon/852

  • An error has occurred. Further information is available in the server log.

    I been trying for days to access Secondlife.com but when i do i get this message''An error has occurred. Further information is available in the server log. '' now i can use Chorme and firefox to go to the site but not firefox plus fireofx is searching for second life on my C drive and Customer service for second life said they don't know why Firefox is Searching for Second life on my c-drive.. Can you please help me
    Thank you very much

    You can try these steps in case of issues with web pages:
    Reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Hold down the Shift key and left-click the Reload button
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (Mac)
    Clear the cache and cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Howto get information about available queues?

    Any ideas how to get information about available queues on a Weblogic Server to browse them?
              When you have the jndi namespace and the name of the queue it's no problem to browse that queue, but when you don't have the name of the queue is there a way to still be able to browse the queue(s)?
              Any information is warmly welcomed.
              Thanks,
              Chris

    A QueueBrowser is currently the only way to view message contents. WebLogic 9.0 (out in beta now), provides comprehensive message management both via console and JMX.
              For 8.1, the following links may help get you started.
              JMS technology page:
              http://dev2dev.bea.com/technologies/jms/index.jsp
              WebLogic public management/monitoring APIs:
              http://edocs.bea.com/wls/docs81/jmx/index.html
              jsp based dest browser (which ultimately uses a QueueBrowser):
              http://dev2dev.bea.com/codelibrary/code/jmsdest.jsp
              JMS statistics dump:
              http://dev2dev.bea.com/codelibrary/code/jms_stats.jsp
              Tom Barnes, BEA

  • Have any information about 23.4.A.0.570 update?

    Like the title, the firmware has been cerificated on PTCRB for a week but have no information about it, don't tell me "Minor bugs fixed" or something like that. Thanks.

    You can find the latest available software update information on our product blog.
    If want to know more about software roll out process and how it works please see this topic.
    Unfortunately we don't have any further information.

  • How to get information about limitation Internal Memory on device

    hallo ..
    have some question here, so please some person able to answer my questions 
    1. How to get Information about limitation internal memory on device 
    2. is possible to improve internal memory on Blackberry ( move apps on external memory )
    3. any tools to get internal memory activity ?
    thanks for this people who joins here, hope we can share more information about blackberry .. 

    In addition...
    There are three types of potential memory on a BB: 1) Application Memory, 2) Device Memory, and 3) Media/SD Card Memory.
    Application Memory -- This is the most crucial; it is the protected (not user accessible), dedicated, and fixed (in size) space that is available as the destination for the installation of applications (plus some application storage, overhead and such). You cannot touch AppMemory. You cannot improve the maximum AppMemory that your BB has. It is what it is. Applications can only install here...there is no option.
    Device Memory -- This is space on your BB that you can touch to store files, pictures, media, etc. Typically, it is not terribly large, but it is available to you.
    SD/Media Card Memory-- This is what it says...your SD card, for you to store files, media, pictures, etc. It can be as large as your BB OS can support...see this KB:
    KB05461MicroSD card sizes supported by the BlackBerry device software
    On some devices/OS levels, you can only see "File Free" (Options > Status), which I think is equivalent to AppMemory. On other devices, you can see all three memory usage levels (Options > Memory). Here are some guidelines to use:
    KB02843What is the Low Memory Manager feature on the BlackBerry smartphone
    KB14320How to maximize free space and battery power on the BlackBerry smartphone
    KB14213Call logs, SMS text messages, and email messages are deleted from the BlackBerry smartphone
    Lastly, it is always important to properly close applications when you are done with them. Using the Back or the Red key will not do this -- those leave it to the app to decide what to do...and some will leave themselves resident in memory, consuming resources on your BB, slowing the overall performance. Rather, to close an app, press and select "Close" or "Exit"...that will force the application to be closed, freeing up for your new use the resources it was consuming. Some apps will always remain running (typically -- BBMessenger, Browser, Homescreen, Phone, and Messages)...but, you should still close them properly - especially the Browser...if it is left on an active web page, it will not only consume extra resources but battery power as well.
    Further, anytime random strange behavior or sluggishness creeps in, the first thing to do is a battery pop reboot. With power ON, remove the back cover and pull out the battery. Wait about a minute then replace the battery and cover. Power up and wait patiently through the long reboot -- ~5 minutes. See if things have returned to good operation. Like all computing devices, BB's suffer from memory leaks and such...with a hard reboot being the best cure. Some have taken to doing this on a regular basis as a preventive measure...some as frequently as once per day. Others have obtained the QuickPull app to automate a simulated Batt-Pull.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Does anyone have information about Fieldglass?

    Hi Mills & Mining Community!
    I am looking for use cases for Fieldglass in the Mining industry. I am building a PoV and will appreciate all the help I can get.
    Specifically:
    What are the main differentiators between Fieldglass and Ariba regarding procurement? What can Fieldglass do that Ariba can´t?
    Is there available information about the average ROI in a Fieldglass deployment?
    Which are the business benefits or business outcomes identified in Fieldglass customers? Cost savings? Decrease in permanent workforce? Benefits in compliance?
    I understand that Fieldglass is pretty strong in being a Vendor Management System in Mining so if anyone has further information or knows whom should I reach to get it I will appreciate it very much.
    Thanks in advance!

    Hypermac has been making external batteries for the MacBook for several years now.
    http://www.hypershop.com/
    You can google user reviews.

  • How I get a Information about how many Scheduling agree

    Dear friend,
       Can any one tell me a process ,How I get a information about how many scheduling agreement or Schedule lines created with in given time.Any standard tcode available  ?
    Regards
    Abrar AHmed

    Dear Abrar
    - To see how many scheduling agreement is created for a given period, use VA05, click on [Further sel criteria] and tick the box against [Sales Document type]  Now input the scheduling agreement type and execute.  You will get list of all scheduling agreements created within the specified period.
    - You can see how many line items are created in a sale order for a given period via VA05.
    thanks
    G. Lakshmipathi

  • Where can I find information about using the Mozilla Help web pages?

    Such as tips to make searching the help pages faster like adding symbols + or - or " which some internet search systems use.
    There is simply too much information offered for me ( a neurologically disabled person - specifically with working memory difficulties [dyslexia, dyspraxia/DCD] ) and all one can do is write yet another new question - which will probably be a repeat of what has been asked before in a different way and increase the already existing mass of information for the next enquirer to 'wade; through!
    The consequence of not knowing where to look for information, is that I just bumble along and never become as proficient using Firefox (and the web and my computer) as might be possible if I had a really good teacher giving personal one to one guidance matching my knowledge gained so far and skill potential.

    Hi Andrew
    The main introduction to Firefox are these articles
    * https://www.mozilla.org/en-US/firefox/tour/ (it is interactive click to see what happens)
    ** https://www.mozilla.org/en-US/firefox/desktop/
    * [[Get started with Firefox - An overview of the main features]] a long article with plenty of pictures and short video clips
    This is a listing of your previous questions on this forum
    * https://support.mozilla.org/en-US/search?a=1&asked_by=TolknyAgain&sortby=1&w=2
    *Generally for anyone who is signed in to the forum their own questions are seen [https://support.mozilla.org/en-US/questions/all?owner=mine&show=all here] ( [https://support.mozilla.org/en-US/questions/firefox?owner=mine&show=all or] firefox only)
    We do not give general computer help here, but some links that may help you.
    The default search engine used by most versions of Firefox is Google these are some useful help pages
    * [https://support.google.com/websearch/?hl=en#topic=3180167 Welcome to the Search Help Center]
    ** [https://support.google.com/websearch/answer/136861 Search operators] Note a dash maybe used to exclude a word
    **https://support.google.com/websearch/answer/2466433 [ Punctuation and symbols in search]
    * The '''easy way''' just use http://www.google.com/advanced_search
    If you find something useful remember to bookmark it, and that Firefox is good at finding things you have already visited
    * [[How to use bookmarks to save and organize your favorite websites]]
    * [[Awesome Bar - Find your bookmarks, history and tabs when you type in the address bar]]
    Post back in this thread again if you have further questions about Firefox use or our help articles.
    We may not be able to give one to one teaching but we can try to answer questions about Firefox.
    Possibly consider using Firefox on wikipedia and the Khan Academy to learn more yourself.
    This is very simple you have probably already progressed past this but serves as examples
    Some helpful terms
    * [https://simple.wikipedia.org/wiki/Web_browser Browser] <-- clickable link - often blue in colour <br /> More detail https://en.wikipedia.org/wiki/Web_browser
    * [https://simple.wikipedia.org/wiki/Hyperlink Link] <-- link <br />https://en.wikipedia.org/wiki/Hyperlink <-- different article
    * [https://simple.wikipedia.org/wiki/Search_engine Search Engine] <br />https://en.wikipedia.org/wiki/Web_search_engine
    * [https://simple.wikipedia.org/wiki/World_Wide_Web World Wide Web] vs [https://simple.wikipedia.org/wiki/Internet Internet]
    **I will leave it as an exercise for you to look up the ordinary English versions of ''www'' & ''Internet'' in en.wikipedia.org
    ** Note the linked articles are themselves full of links.
    * http://en.wikipedia.org/wiki/Khan_academy -> https://www.khanacademy.org/ <br /> Includes subjects from basic arithmetic to computer programming

Maybe you are looking for