How to report a bug for Communication Express

Hello everyone,
Is there a way to report a bug for Communication Express? I know it's possible to report a bug for Application Server or Portal Server, but I couldn't find how to do it for Communication Express. Is there any other way except submitting a service request?
Thanks,
Milosh

Milos@saga wrote:
Is there a way to report a bug for Communication Express? I know it's possible to report a bug for Application Server or Portal Server, but I couldn't find how to do it for Communication Express. Is there any other way except submitting a service request?The only formal method to log a bug is via a Sun Service Request. Informally I can log a bug but if you want to get the bug fixed sometime in the near future then you will still need to log a service request to have the bug escalated.
Regards,
Shane.

Similar Messages

  • How do I report a bug for SAP 3D Visual Viewer?

    How do I report a bug for SAP 3D Visual Viewer?
    I have version 8.0.100.27428, Jun 18 2014

    Hi Ellen,
    Hope you are doing good.
    The best option would be to raise a OSS incident in the component: CA-VE-VEV or CA-VE-CAD so that my colleagues can actually investigate this further and release a bug patch if needed.
    Thank you!
    Kind Regards,
    Hemanth
    SAP AGS

  • How to define PO Output for Communication Report

    Hi,
    I want to edit and add some features in the PO Output for Communication Report with 'POXPOPDF' short name by the xml publisher is there a way i read some where i found a document id Note:387670.1 but i found nothing but i want a detailed description to what i do exactly.
    Any Advice Will Be Approtiated.
    Thanks

    Hi,
    Depends on what you want to "edit and add".
    The document on note 387670.1 https://metalink.oracle.com/metalink/plsql/docs/Document_Printing_White_Paper.pdf has detailed instructions on what you need to do, plus examples.
    Please advise what you are trying to achieve.
    Regards,
    Gareth
    Blog: http://garethroberts.blogspot.com/

  • E1000g driver broken on solaris 10 u6; how to report this bug correctly?

    Question also posted in OpenSolaris forums:
    [http://www.opensolaris.org/jive/thread.jspa?messageID=329326]
    While upgrading a T2000 server to solaris 10 update 6 I found that my jumbo
    interfaces report errors on reboot.
    One frequent cause was that the update replaced /kernel/drv/e1000g.conf file
    (I changed the MaxFrameSize line to enable jumbo frames). This in-persistency
    of the file is annoying but well-known (bonus question: can I make changes to
    this file persistent?)
    However, the system still refused to set MTU = 9000 on the interfaces, and by
    default it assigns an MTU=8978 (instead of 16384 or 10244 as expected from
    other systems; we only need 9000 though). Googling showed that a few people
    have also discussed this regression.
    Copying in the driver file (/kernel/drv/sparcv9/e1000g) from Solaris 10 u4
    worked (network goes up, needed MTU is assigned). This doesn't seem like a
    suported and "enterprise" solution, so I want this bug to be known and fixed by
    Sun in the main tree.
    I haven't found any numbered bug report on this matter. How can I submit a bug
    for this regression in Solaris 10 (I couldn't reproduce the problem in OpenSolaris)?
    Can someone with access and skill please post the bug for us? :)
    e1000g driver module versions involved:
    sol10u4 (working): Intel PRO/1000 Ethernet 5.1.11
    sol10u6 (bad MTU limit): Intel PRO/1000 Ethernet 5.2.8
    //Jim Klimov

    Hello again, Mr. Cohen, and thank you for your corrections to my style.
    No offense taken, since it makes sense when you put it this way,
    and the point is taken - I'll try to be that specific next time. Thanks.
    Returning to the problem at hand, however with the abundance of
    Sun's tools to submit bugs (including those you pointed out above),
    I believed I might not know of some one more bugtracker.
    I also thought that "support cases" did differ from "bugs" which arise,
    taking my example, when Sun (or Intel?) took a working e1000g driver
    and "fixed" so it's no longer working - and then Sun releases it into
    the commercial version of the OS this way through all the presumed
    Q&A. And wants commercial users to pay for fixing it back. That's
    the part of the logic I found flawed somehow ;)
    So yes, you can say that I'm "cheap" to pay for Sun fixing something
    they broke themselves.
    I originally posted this report on OpenSolaris forum in hope someone
    would point out my misconfiguration or confirm that the problem exists
    for others.
    That forum (and/or the bugtracker search for keyword e1000g) also have
    a number of posts complaining about the vast number of ways this one
    e1000g driver was broken lately in 90s-100s OpenSolaris builds. Some
    posters even went as far as to suggest that someone reviews all works
    of the engineers and managers who are responsible for these recent
    flawed putpacks, or even provide some disciplinary action.
    I wouldn't go that far, but I was still saddened to find some other bug
    leak into the kinda-stable Solaris.
    //Jim on a mobile

  • How to report a bug in Nokia Belle so that next up...

    Hello,
    I was wondering, where and how would I report a bug that I have repeatedly seen on my 808 Pureview? It is said that Accenture handles the support for Symbian now, but how do I actually get to a place where they receive bug reports for Symbian?
    The bug is purely linked to the OS, it is when I type text messages sometimes one key would just get stuck,and the system would freeze, for like 15 seconds, and then the phone would have no other choice but to reboot. This happens from time to time. And when you wrote a very long message before this bug happens, that makes you pretty angry usually.
    I have a Nokia 808 Pureview running the last version of Nokia Belle FP2. Everything is technically "up to date"...so I just want to report this bug so that future updates do correct that, if possible!
    Thanks!

    Although there is little chance of any updates, support and bug fixes should continue for a while yet. This is a user to user forum, you can contact Nokia here http://www.nokia.com/gb-en/contact/ and if it is possible to initiate a bug fix for your phone this is the best route  to follow.
    Good luck
    If I have helped at all, a click on the White Star is always appreciated :
    you can also help others by marking 'accept as solution' 

  • Reporting a bug for the C++ compiler

    How do I report a bug to Oracle regarding the C++ compiler ? I am using Solaris Studio 12.3.

    Here is an alternative implementation, as a file called has_xxx_test_ex.cpp, also supported by the mpl and tti code for introspecting a class/struct for a class template of a given name taking typename ( or class ) type parameters:
    struct stype { template< typename T > struct xxx {}; };
    typedef void boost_mpl_has_xxx_has_xxx_template_substitute0_tag ;
    template < template < typename U0 > class U >
    struct boost_mpl_has_xxx_has_xxx_template_substitute0
        typedef boost_mpl_has_xxx_has_xxx_template_substitute0_tag type ;
    template < template < typename U0 , typename U1 > class U >
    struct boost_mpl_has_xxx_has_xxx_template_substitute1
        typedef boost_mpl_has_xxx_has_xxx_template_substitute0_tag type ;
    template < typename T >
    class has_xxx_template
        template < typename U , typename V = boost_mpl_has_xxx_has_xxx_template_substitute0_tag >
        struct has_xxx_template_test
            static const bool value = false ;
        template < typename U >
        struct has_xxx_template_test <     U ,
                                        typename boost_mpl_has_xxx_has_xxx_template_substitute0
                                            < typename U :: xxx < > > :: type
                                     >
            static const bool value = true ;
        template < typename U >
        struct has_xxx_template_test <    U ,
                                        typename boost_mpl_has_xxx_has_xxx_template_substitute1
                                            < typename U :: xxx < > > :: type
                                     >
            static const bool value = true ;
        template < typename U >
        struct has_xxx_template_introspect : has_xxx_template_test < U > { } ;
        public :
            static const bool value = has_xxx_template_introspect < T > :: value ;
    int main()
        has_xxx_template<stype> aclass;
        return 0;
    When this is compiled with the C++ compiler of 12.3 with this command line:
    CC +d -library=stlport4 -features=tmplife -features=tmplrefstatic -g -erroff=%none -KPIC -c -o "has_xxx_test_ex2.o" "has_xxx_test_ex2.cpp"
    the result is:
    "has_xxx_test_ex2.cpp", line 30: Warning (Anachronism): Using xxx as a template without a declaration.
    "has_xxx_test_ex2.cpp", line 54:     Where: While specializing "has_xxx_template<stype>".
    "has_xxx_test_ex2.cpp", line 54:     Where: Specialized in non-template code.
    "has_xxx_test_ex2.cpp", line 30: Error: Template template-parameter U<U0> requires a class template argument.
    "has_xxx_test_ex2.cpp", line 54:     Where: While specializing "has_xxx_template<stype>".
    "has_xxx_test_ex2.cpp", line 54:     Where: Specialized in non-template code.
    "has_xxx_test_ex2.cpp", line 39: Warning (Anachronism): Using xxx as a template without a declaration.
    "has_xxx_test_ex2.cpp", line 54:     Where: While specializing "has_xxx_template<stype>".
    "has_xxx_test_ex2.cpp", line 54:     Where: Specialized in non-template code.
    "has_xxx_test_ex2.cpp", line 39: Error: Template template-parameter U<U0, U1> requires a class template argument.
    "has_xxx_test_ex2.cpp", line 54:     Where: While specializing "has_xxx_template<stype>".
    "has_xxx_test_ex2.cpp", line 54:     Where: Specialized in non-template code.
    "has_xxx_test_ex2.cpp", line 36: Error: Multiple declaration for has_xxx_template<stype>::has_xxx_template_test.
    "has_xxx_test_ex2.cpp", line 54:     Where: While specializing "has_xxx_template<stype>".
    "has_xxx_test_ex2.cpp", line 54:     Where: Specialized in non-template code.
    3 Error(s) and 2 Warning(s) detected.

  • How to report a bug in all excel versions 2007 - 2013

    I found error in excel calculation (Wrong answer) compared to manual methods or other specialized programs. how do i report this error for Microsoft

    Hi,
    Thanks for your feedback.Could you give me more information about the issue? If you could share me some images or the file, it'll be benefit to me.
    If you use Office 2013, you could use the smiley and frown icons have been added to provide positeve or negetive feedback regarding the new Office to Microsoft dev team.
    http://blogs.office.com/b/visio/archive/2012/08/03/give-us-feedback-on-the-new-visio-by-sending-a-smile-or-frown.aspx
    Regards,
    George Zhao
    TechNet Community Support

  • How to report a bug?

    Does any one know why it's not possible to report bugs anymore?
    bugreport.sun.com site itself is very slow (especially if you are logged on), but for some time past it became impossible to report a bug.
    Well, usually I would not worry about it, but Java 7 coming very soon and I'm pretty sure that there is a bug in new applet security manager (and it will break our applets though there is simple workaround).
    But I can't report it for weeks: every time I tried to report it site was completely or partly down.
    And no info about why it's down and when they expect to have it fixed, or other way to report a bug.
    I know that now it's too late and most likely they will not fix it until first update, but still what if it's real critical bug?
    I just don't understand the current situation :(

    skywalkr,
    Have you taken some screen captures of the trap and dump information?
    ThinkPads: S30, T43, X60t, X1, W700ds, IdeaPad Y710, IdeaCentre: A300, IdeaPad K1
    Mark Hopkins
    Program Manager, Lenovo Social Media (Services)
    twitter @lenovoforums
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • How to report a bug to kernel about Radeon driver?

    Hi all,
           Some other people and I suffer from a Radeon driver bug since kernel v3.14 ( for more detailed information, please go to see this post ). The screen blinks rapidly after loading the radeon driver... It is OK in kernel version 3.13, but it begins to blink in v3.14.
           Three months pasts and the bug is still there. Maybe the kernel developers are not aware of the bug. In the kernel version 3.15, the problem still exists, so I plan to report the bug to the Radeon driver developers from the kernel team.
           But as a newbee in reporting the bugs to the kernel developers, can someone give me some guide on it? For example, where to submit the bug report and what I should to pay extra attention to when I describe my bug.
           Thank you very much!

    Use bugzilla.

  • How can I configure labview for communication with Modbus I/O?

    i read a article about configureing Labview for communication with modbus I/O in NI developer zone, but it was written for Labview 6, how can I configure it with labview 7. it seems there are some difference. Thanks!

    In both LabVIEW 6 and 7, you connect to modbus using Lookout Protocol Drivers (LPD) and then communicate to LPD using the tag engine of LabVIEW DSC or through DataSocket.

  • How to report Quicktime bug? MPEG-2 Export no audio

    Subject says it all. I did not find any possibility to log a bug for Quicktime. How to do this?
    My problem is:
    I have MPEG-2 movies from my Sony digital camera. Quicktime plays them without problem. But when I export them to any format, QT exports them without audio. The audio section in the export dialog is grayed out.
    Doing the same in MPEG Streamclip works without problem.

    MPEG-1 is an obsolete low-res, poor quality format. MPEG-2 (DVD) is a delivery and not an editing format. You can send in 1000 sugegstions and you will never see MPEG-1/2 exporting audio in Quicktime.
    They do read the forums and there are people who test and submit feature requests for programs like Quicktime. But this one won't fly, and it has been around for ages here.
    The good news is the free MPEG Streamclip is as fast or faster and does batches of these pesky files so use that and forget asking for this feature.

  • Default Calendar Group for Communications Express?

    When using the soon to be eliminated Calendar Express (cshttpd) interface, it is possible to select a default calendar group. This causes the application to always display a calendar group after logging in rather than the user's individual calendar.
    Does anyone know if it is possible to set such a preference in the Communications Express (uwc) interface?

    UWC does not provide you this feature.You could raise an enhancement request -RFE .
    Thanks,
    Ramya

  • I can't figure out how to report a bug with the Javascript debugger as it asked me to

    I pressed the Javascript Debugger button after installing it on my toolbar, and got this message:
    An exception occurred while initializing, please file a bug.
    [Exception... "Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [jsdIDebuggerService.on]" nsresult: "0x80004001 (NS_ERROR_NOT_IMPLEMENTED)" location: "JS frame :: chrome://venkman/content/venkman-debugger.js :: initDebugger :: line 131" data: no]
    But I can't figure out *how* to file a bug. That link really ought to be on your homepage if you want people to do this...

    Please post a screenshot.
    Also, try to be as precise as possible in your terminology. When you say "project window," do you mean the Program Monitor? Anyway, I presume you don't mean the Project panel.

  • How can i use labview for communicating with pic18 microcontroller through usb port?

    Hi all,
    I want to make a DAQ card using pic 18 microcontroller which has a built-in usb protocol. I have the firmware of this
    controller which will  make it as a usb device. How can i receive the analog voltages from this DAQ card in Labview? or i mean to say that how i can communicate labview with the Pic 18 microcontroller through usb port? I have also the
    mpusbapi.dll file which is for Visual C++. Can i make changes in this dll file to make it compatible with labview?

    Which labview version do you have. Up to labview 7.1 it was no USB raw communication options. I have heard it did not work well in 7.1, but from 8.x most of the errors were fixed.
    Here is a link it should be useful http://forums.ni.com/ni/board/message?board.id=170&message.id=340676&query.id=365864#M340676
    Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
    (Sorry no Labview "brag list" so far)

  • How to report a bug in iTunes 11?

    How do I file a bug I found in iTunes 11?
    Basically, the bug is the following:
    1) Order albums by classification (stars).
    2) Go to the first album (with most stars), opening that "album view" (containing the songs) below the album
    3) Change the classification of some songs, so that the stars in this album won't make it be in the first place anymore. Nothing will change in the UI, the album will continue in first place.
    4) Click in any song of this same album.
    Result: a mess will happen. It will change the names of some musics and leave others, playing not the song you expect.

    There is a formal bug reporting site, but it is a lot of work.  For your purposes you're probably just as well off using the feedback links others provided.
    https://bugreport.apple.com/cgi-bin/WebObjects/RadarWeb.woa/wa/signIn

Maybe you are looking for

  • SQL command IN is working , but NOT IN is not working for the below code...

    In application code I have the below code. IF v_service_variant NOT IN(0,1,2,3,4) THEN --Checking whether existing service variant is applicable in 21Cn Fibre. v_service_variant := 3; --If not making it as a standard service UPDATE sspt_sessions_tabl

  • Error installing j2sdk-1_3_1_02-win.exe

    Please help, when installing j2sdk-1_3_1_02-win.exe on win2k professional I am getting the error "Java 2 Runtime Environment setup failed with error code of -1". I am not getting any error with jdk-1_2_2_011-win.exe. Is it something related to machin

  • I can't open Yahoo with Firefox

    Yahoo was stuck on Friday's date until this morning, then it would just spin and not open at all. I can open it with Safari on the same computer. Very odd that you would make me open my yahoo email - on Safari to start this question:)

  • Calling SLG1 for Application log creation

    Hi All, I have a requirement for writing logs in SLG1 transaction. I embedded the logic for creating log in a method of a class. The method is getting called in CRM inbound proxy where I would need to make mutiple calls to this log. If I use a call m

  • Getting Started PERIOD....

    Not asking for tips (YET). I just want to know which programs I would need to create a 3d chatroom, with audio capabilities. Not live streaming audio but user uploaded audio. Any help would be greatly appreciated!!! Thanx - Buji