System message problem

Hi All
I have created a form using screen painter
I have done all the functionalities and validation.
No problem, Every thing is clear.
But When I close the form(that is while pressing the X symbol)
A system message appears.
Do you want to save the changes?
With three buttons Yes No Cancel
I don't want this message box to appear.
Is there any way to block this message bar.
Thank you in advance
-Anto

Hi Doshi
I have changed the property of the form as NO TITLE.
I have put a picture box of the title which looks like that.
Now X mark is also there.
So I have again given it in another picture box.
So that I can catch the item press event from it.
In the item press I have typed the coding which I mentioned before.
So no cancel button is here.
No save Button is here.
No exit button is here.
-Anto

Similar Messages

  • System message problem in pr

    Hi Experts ,
    I have a problem with system message which is not visible when action is taken.For example we don't want to user to  enter different purchasing group in pr and I do system message for this which is standart number:68 and when I 've tested this message is not appear when different purchasing group is entered .What kind of problem here I need your help .
    Thanks in advance

    Hi,
    Just take the last record message tab.
    Please check it.
        CALL TRANSACTION 'CT04' USING i_bdc_data
                                  OPTIONS FROM l_opt
                                   MESSAGES INTO i_message.
          l_msgindex = LINES( i_message ).
          CLEAR l_wa_message.
          READ TABLE i_message INTO l_wa_message INDEX l_msgindex.
          IF sy-subrc = 0.
            CALL FUNCTION 'FORMAT_MESSAGE'
              EXPORTING
                id        = l_wa_message-msgid
                lang      = sy-langu
                no        = l_wa_message-msgnr
                v1        = l_wa_message-msgv1
                v2        = l_wa_message-msgv2
                v3        = l_wa_message-msgv3
                v4        = l_wa_message-msgv4
              IMPORTING
                msg       = l_bdcmsg
              EXCEPTIONS
                not_found = 1
                OTHERS    = 2.

  • IPS system message problem

    I have IPS 4260 has the last IOS version 7.0(5)E4 and when I run diagnostic report I have the following messages
    08Aug2011 13:34:15.593 0.000 sensorApp[510] sensorApp/E transmitPacket: Error TX  Queue full, no lost buf yet16693 if = 0
    08Aug2011 13:34:15.593 0.000  sensorApp[510] sensorApp/E transmitPacket: Error TX Queue full, no lost buf  yet24108 if = 0
    08Aug2011 13:34:15.594 0.001 sensorApp[510] sensorApp/E  transmitPacket: Error TX Queue full, no lost buf yet39703 if = 0
    08Aug2011  13:34:15.594 0.000 sensorApp[510] sensorApp/E transmitPacket: Error TX Queue  full, no lost buf yet15644 if = 0
    08Aug2011 13:34:15.594 0.000 sensorApp[510]  sensorApp/E transmitPacket: Error TX Queue full, no lost buf yet38045 if =  0
    08Aug2011 13:34:15.595 0.001 sensorApp[510] sensorApp/E transmitPacket:  Error TX Queue full, no lost buf yet19080 if = 0
    08Aug2011 13:34:15.595 0.000  sensorApp[510] sensorApp/E transmitPacket: Error TX Queue full, no lost buf  yet31928 if = 0
    08Aug2011 13:34:15.595 0.000 sensorApp[510] sensorApp/E  transmitPacket: Error TX Queue full, no lost buf yet40998 if = 0
    08Aug2011  13:34:15.596 0.001 sensorApp[510] sensorApp/E transmitPacket: Error TX Queue  full, no lost buf yet18245 if = 0
    08Aug2011 13:34:15.596 0.000 sensorApp[510]  sensorApp/E transmitPacket: Error TX Queue full, no lost buf yet44343 if =  0
    and that's make the IPS hangging and stop working sometimes ,Does any one has solution for this problem?

    Hi.
    Yes, tiwang, both modules. Anyway, I think I'm going to open a  TAC to Cisco to have the ASAs replaced because I noticed also other  issues. I don't want to get OT now, but I think those modules behave  very strangely. For example, they don't alert for a port scan I did, but  the same scan done against another ASA, in another environment, with  the SSM configured in the same way and with the same firmware, gets  logged immediately.
    Moreover, till yesterday I had a simple config to divert traffic  to the IPS: a class map matching an acl of type ip any to any, this  class map called by the global-policy and the service policy applied  globally. In such situation the IPS logged every internal traffic (we've  many vlan on the ASA) and it was tedious going to guess the best filter  to see only what I wanted to see. So, yesterday I decided to remove the  traffic diversion from the global policy creating a new policy and  applying this only on the outside (internet) interface. The result is  that I still don't see any scan made against the firewall or the natted  services and moreover I still can see some (really, not much) packet  logged regarding internal traffic.
    This is the current traffic diversion config:
    access-list IPS-OUTSIDE extended permit ip any any
    class-map IPS-Outside
    match access-list IPS-OUTSIDE
    policy-map IPS-Outside-policy
    class IPS-Outside
      ips promiscuous fail-open
    service-policy IPS-Outside-policy interface outside
    Anyway, browsing the Internet, I din't find an official  announcement regarding the proplem in this topic (modules going down at  data-plane level) and an official resolution by Cisco.
    I only found posts telling that the only resolution was the replacement of the entire ASA.
    This is very discouraging.
    Thanks a lot.
    Regards.

  • Problem Connecting to Sun Java(tm) System Messaging Server 6.2-3.05

    Hi All,
    I am trying to connect to Sun Messaging Server from my program. Till now I tested the program against all other popular IMAP servers with out any problem. I have set the debug to true. I am not able to figure why the connection is getting reset. Any help would be greatly appreciated
    Thanks in Advance
    Srinivas
    DEBUG: setDebug: JavaMail version 1.4.1ea-SNAPSHOT
    * OK [CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ NAMESPACE UIDPLUS CHILDREN BINARY LANGUAGE XSENDER X-NETSCAPE XSERVERINFO AUTH=PLAIN] Messaging Multiplexor (Sun Java(tm) System Messaging Server 6.2-3.05 (built Nov 23 2005))
    IMAP DEBUG: AUTH: PLAIN
    A0 CAPABILITY
    * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ NAMESPACE UIDPLUS CHILDREN BINARY LANGUAGE XSENDER X-NETSCAPE XSERVERINFO AUTH=PLAIN
    A0 OK CAPABILITY completed
    IMAP DEBUG: AUTH: PLAIN
    A1 LOGIN KBahadur mypassword
    javax.mail.MessagingException: * BYE JavaMail Exception: java.net.SocketException: Connection reset;
    nested exception is:
         com.sun.mail.iap.ConnectionException: * BYE JavaMail Exception: java.net.SocketException: Connection reset
         at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:476)
         at javax.mail.Service.connect(Service.java:275)
         at javax.mail.Service.connect(Service.java:156)
         at com.gavs.mail.receiver.MailReceiver.receive(MailReceiver.java:74)
         at com.gavs.mail.receiver.MailReceiver.poll(MailReceiver.java:39)
         at com.gavs.calendar.server.HTTPPushServer$4.run(HTTPPushServer.java:72)
    Caused by: com.sun.mail.iap.ConnectionException: * BYE JavaMail Exception: java.net.SocketException: Connection reset
         at com.sun.mail.iap.Protocol.handleResult(Protocol.java:315)
         at com.sun.mail.imap.protocol.IMAPProtocol.login(IMAPProtocol.java:307)
         at com.sun.mail.imap.IMAPStore.login(IMAPStore.java:521)
         at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:456)
         ... 5 more

    I vaguely remember that there was a Messaging Server bug that
    caused it to fail because JavaMail was sending it two packets
    containing the data but it was expecting all the data to be in one
    packet. I thought JavaMail was fixed to send it one packet, to
    avoid the bug, and I thought the server was fixed as well so be
    sure to check for relevant patches. And be sure you're using the
    latest version of JavaMail.
    If I remember correctly, telnet was batching the data for the entire
    line and sending it in a single packet, which is why it worked when
    using telnet.
    You might try a network protocol analyzer (sniffer) like snoop on
    Solaris or tcpdump on Linux to see exactly what packets are being
    sent.

  • Problem with GlassFish and Sun Java System Message Queue

    Hi,
    I used application server PE.8 and I upgraded to Sun Java System Application Server Platform Edition 9.0 Update 1 Patch 1, and I changed all my CLASSPATH and everything. My system is working fine, but the Sun Java System Message Queue that I used before is still showing the queues and physical queues of the previous application server, not the new one. Do you know if there is way to change that and link it to the new version?
    thanks

    Use an ESB like ServiceMix to bridge JMS providers
    http://servicemix.org/
    Or write your own MessageListener to consume from one JMS and publish on another one. Be careful with queues to avoid loosing the ordering - so you probably want to use a single MessageListener per subscription/queue - or to take advantage of Tibco's exclusive queues to ensure ordering is preserved. If ordering doesn't matter then don't worry too much about it and maybe have a pool of consumers to improve throughput
    James
    http://logicblaze.com/

  • Problem in system messages

    Hi Gurus
    I am creating a PO with refernce to the PR i am able to use the same PR which is been already ordered for the sbsequent new PO creation
    Though i have set the system messages
    06 099
    06 405
    06 421
    06 608
    to ERROR.
    When i am creating a PO with refernce to the PR i am not getting any error or warning message if the PR qty is already ordered in full.
    Is there any config to be done
    Sunil

    Go to SPRO-MM-Purchasing-Environment Data-Define Attributes for System Messages and Set the Following Messages numbers as Error and Save.
    06 076 Materials of requisition & item & alr. ordered in full
    06 608 Requisition already converted into purchase order & &
    06 648 Requisition quantity already ordered in full (see follow-on docs.)

  • SAP System Message: Syntx error or generation error in a screen

    dear sap basis gurus,
    i am currently having problems signing on to our DEV server. i get this error message:
    <SID>: SAP System Message
    Syntx error or generation error in a screen.
    it won't let me log on.
    there were no changes made on the server (i.e., profile parameters) lately. it was working really fine after our support package level upgrade about 5 months ago.
    have you encountered this problem before? please help me as there we have two imminent go-lives.
    thank you very much in advance.
    best regards,
    albert

    hello nick, ashok,
    thank you very much for your responses.
    i have already resolved this issue by just freeing up some space from our disks. not one of them was full though.
    i hope i would no longer encounter the error message.
    again, thank you.
    best regards,
    albert

  • How can I clean up queue one-time on Sun Java system messaging 6.3

    Hi,
    <address>Our Email server have a problem, When I run _./imsimta qm directory tcp_local_, There are about 5 Millions of messages in the queue.</address>
    Now our Email server send messages very slowly, how can I clean up queue one-time?
    the command _./imsimta qclean_ is very slowly.
    What can I do to prevent this problem?
    our Email server version is :
    Sun Java(tm) System Messaging Server 6.3-6.03 (built Mar 14 2008; 32bit)
    libimta.so 6.3-6.03 (built 17:12:37, Mar 14 2008; 32bit)
    SunOS email-1 5.10 Generic_120011-14 sun4u sparc SUNW,Sun-Fire-V890
    Thank you !

    If you have more than 100,000 messages in the queue, then look at the MAX_MESSAGES parameter in [the job_controller.cnf file|http://wikis.sun.com/display/CommSuite/Job+Controller+Configuration+File]. If the parameter is not specified, it defaults to 100000. If you have more than that number of messages in the channel queues, it will take a long time for new/legitimate messages to be sent because job_controller is only considering the first 100,000 messages in the queue.
    If you get into the "imsimta qm" command do do "sum -database", it will show a summary of what job_controller has in its internal cache and therefore what job_controller is working on. If you compare that to "sum -directory" you will probably see a difference.
    If these are all legitimate messages, you need to increase MAX_MESSAGES, cnbuild, and restart job_controller.
    If they are not, then preventing this in the future will require determining how they got into your queue and correcting that.
    As for removing them, the "imsimta qm" commands allow you to select messages by various criteria and then you can "return" or "delete" them. But yes, that will take a long time if there are many messages because it is a single threaded process and it needs to open and examine each message. You may be able to accomplish the task more quickly with a shell script that works on individual channel queue subdirectories and then run multiple copies of that script in parallel. After you have cleaned out the queue, restart job_controller.
    Also, you might want to consider [the subdirs channel keyword|http://msg.wikidoc.info/index.php/Subdirs_and_nosubdirs_Channel_Options].

  • Error in local message system; message 009999000035 not complete

    Hello All.
    I have configured Service desk in SolMan 7.0 which has patch level 14 and also configured in Satellite systems. I am using SM_...._BACK RFC connection in BCOS_CUST table. The user used by SM_...._BACK have the following roles in SolMan
    SAP_SUPPDESK_CREATE,SAP_SV_FDB_NOTIF_BC_ADMIN
    and SAP_SV_FDB_NOTIF_BC_CREATE.
    However, when I try to create support message (Help --> Create support message) in satellite system, i am getting Error in local message system; message 009999000035 not complete.
    I have also checked for Product_ID parameter which is not existing.
    One important thing is, I can create support message in satellite system if I give SAP_ALL in that RFC user using in SM_...._BACK connection in SolMan.
    So, this shows clearly that it is an issue with role/authorization.
    Please suggest me !!
    Thanks in advance.
    Regards,
    Satish.

    Hmm not really. Profiles for the roles are also generated?
    Those roles/profiles should be sufficient to create support messages.
    Even though you assigned SAP_ALL and it worked afterwards I cannot imagine you got an auth. problem here anymore.
    When assigning SAP_ALL did you really assign SAP_ALL to the RFC user or did you assign another user (who got SAP_ALL auth.) to the RFC connection?
    The user who was logged on to the satellite system when the support messages have been created (with and without SAP_ALL assigned to the RFC user) has always been the same?
    Just to make sure: did you set NO_USER_CHECK = X in Sol Man tx: DNO_CUST04?

  • System Message Shows in  Future Date

    Dear Experts,
    In Our SAP BI System , The System Message SM21 shows in Current & future date both problem messages
    SAP Server OS and SAP BI Application Time and date both are in sync
    The BI system which is connected to ECC PRD also having a sync
    Remote monitoring are not configured in this system,
    System Log: Local Analysis of GEEPASBIPRD                  2
    Date : 22.12.2010
    Time     Type Nr  Clt User         TCode Priority Grp N Text
    10:02:54 DIA  001 350 GPKWTHOFI03                 BY  E Invalid parameter ObjTooLar
    10:04:07 DIA  001 350 GPKWTHOFI03                 BY  E Invalid parameter ObjTooLar
                       System Log: Local Analysis of GEEPASBIPRD                  3
    Date : 02.01.2201
    Time     Type Nr  Clt User         TCode Priority Grp N Text
    20:20:84           35  BIWREMOTE                  hB  Y Missng:TSL1TE,hBY):154 EXE
    20:20:84           35  BIWREMOTE                  hB  Y Missng:TSL1TE,hBY):154 EXE
    20:20:84           35  BIWREMOTE                  hB  Y Missng:TSL1TE,hBY):154 EXE
    20:20:84           35  BIWREMOTE                  hB  Y Missng:TSL1TE,hBY):154 EXE
    20:20:84           35  BIWREMOTE                  hB  Y Missng:TSL1TE,hBY):154 EXE
    20:20:84           35  BIWREMOTE                  hB  Y Missng:TSL1TE,hBY):154 EXE
    20:20:90           35  BIWREMOTE                  hB  Y Missng:TSL1TE,hBY):154 EXE
    20:20:90           35  BIWREMOTE                  hB  Y Missng:TSL1TE,hBY):154 EXE
    40:20:81           35  BIWREMOTE                  hB  Y Missng:TSL1TE,hBY):154 EXE
    40:20:81           35  BIWREMOTE                  hB  Y Missng:TSL1TE,hBY):154 EXE
    40:20:81           35  BIWREMOTE                  hB  Y Missng:TSL1TE,hBY):154 EXE
    40:20:81           35  BIWREMOTE                  hB  Y Missng:TSL1TE,hBY):154 EXE
    40:20:81           35  BIWREMOTE                  hB  Y Missng:TSL1TE,hBY):154 EXE
    40:20:81           35  BIWREMOTE                  hB  Y Missng:TSL1TE,hBY):154 EXE
    71:31:41           35  BIWREMOTE                  hB  Y Missng:TSL1TE,hBY):154 EXE
    71:31:41           35  BIWREMOTE                  hB  Y Missng:TSL1TE,hBY):154 EXE
    90:20:84           35  BIWREMOTE                  hB  Y Missng:TSL1TE,hBY):154 EXE
    90:20:84           35  BIWREMOTE                  hB  Y Missng:TSL1TE,hBY):154 EXE
    90:20:84           35  BIWREMOTE                  hB  Y Missng:TSL1TE,hBY):154 EXE
    90:20:84           35  BIWREMOTE                  hB  Y Missng:TSL1TE,hBY):154 EXE
    90:20:84           35  BIWREMOTE                  hB  Y Missng:TSL1TE,hBY):154 EXE
    90:20:84           35  BIWREMOTE                  hB  Y Missng:TSL1TE,hBY):154 EXE
                       System Log: Local Analysis of GEEPASBIPRD                  4
    Date : 03.01.2201
    Time     Type Nr  Clt User         TCode Priority Grp N Text
    00:20:85           35  BIWREMOTE                  hB  Y Missng:TSL1TE,hBY):154 EXE
    00:20:85           35  BIWREMOTE                  hB  Y Missng:TSL1TE,hBY):154 EXE
                      System Log: Local Analysis of GEEPASBIPRD
              C o n t e n t s
    Content            Page         Start          End
    Selection criteria   1
                         2  22.12.2010 10:02:54 22.12.2010 10:04:07
                         3  02.01.2201 20:20:84 02.01.2201 90:20:84
                         4  03.01.2201 00:20:85 03.01.2201 00:20:90
                         5  02.01.3201 01:23:65 02.01.3201 90:40:42
                         6  03.01.3201 00:40:41 03.01.3201 11:62:24
                         7  02.01.4201 01:22:30 02.01.4201 90:40:42
                         8  03.01.4201 00:40:41 03.01.4201 11:62:24
                         9  02.01.7201 11:42:21 02.01.7201 31:71:95
                        10  02.01.9201 01:22:30 02.01.9201 81:41:10
                        11  03.01.9201 00:95:23 03.01.9201 11:11:94
                        12  02.01.A201 01:22:30 02.01.A201 81:41:10
                        13  03.01.A201 00:95:23 03.01.A201 11:62:24
                        14  02.01.E201 11:24:13 02.01.E201 71:50:52
                        15  02.01.I201 01:22:30 02.01.I201 81:41:10
                        16  03.01.I201 00:95:23 03.01.I201 11:62:24
                        17  02.01.R201 01:22:30 02.01.R201 81:41:10
                        18  03.01.R201 00:95:23 03.01.R201 11:62:24
    Contents            19
    Thanks
    Jai

    Hi Thahir,
    I deleted the SLOG and Restarted the system now its not showing the future date,
    Issue resolved.
    Thanks ,
    Jai

  • Can not start Messaging server in Sun Java System Messaging Server 6 2005Q1

    Hi all,
    I installed Sun Java System Messaging Server 6 2005Q1 from Solaris 10 DVD on Solaris 10.
    After the installation, I got directory server, admin server running but messaging server not running. I can not start Messaging server (start smtp, http, pop, imap). I found in directory which I installed messaging server but I could not see script "start-msg" and "stop-msg".
    # pwd
    /opt/SUNWmsgsr/sbin
    # ls
    MoveUser ha_ip_config imquotacheck imsdirmig mkbackupdir
    UpgradeMsg5toMsg6.pl hashdir imsbackup imsexport readership
    configure imexpire imsconnutil imsimport reconstruct
    control-params.txt iminitquota imscripter imsrestore relinker
    deliver immonitor-access imsdaaci mboxutil useconfig
    Any idea what might have gone wrong?
    Thanks.

    Thanks.
    I have a problem when I configure the Messaging Server (by running the /opt/SUNWmsgsr/sbin/configure script):
    Hostname mailtest for this machine is not a fully qualified domain name. Please
    correct this before attempting to configure Messaging Server. Please make sure
    that your DNS is working properly.
    <Press ENTER to continue> {"<" goes back, "!" exits}
    Can you help me fix this problem?
    Thanks.

  • SM02 System Messages on Web Clearing Content

    We have a custom application that recently moved from ITS to an ICF service with our ECC upgrade.  When we post a system message, the next time a user posts to the web page the system message pops up.  For example, when this his "Save" to commit their data.  This is a good thing.
    The problem is when the end user confirms the system message or closes it the web page refreshes and the end user looses all of their data.
    Some info about the changes:  We're using the SAP Web Dispatcher with HTTPS (ROUTER) as a pass through load balancer (should not be the problem here) and we moved from HTTP to HTTPS for all access so the content is now stateless (this is a big maybe since the user context is still in memory). 
    Is anyone away of how to handle ICM generated pop-ups without the application refreshing completely?

    please check
    Note 926124 - SM02: System messages are not displayed
    i am not sure abt this note but u can also check
    Note 1115177 - SM02: No system messages for new users
    Hope this will help you ...
    Reagards
    dEE

  • Error in local message system ( message no BCOS03O

    MY GURUS
    I AM NEW TO SAP AND SOLUTION MANAGER
    AM HAVING ISSUES CREATING MESSAGES FROM MY SATELLITE SYSTEM TO SOLUTION MANAGER I GET THIS ERROR MEAASGE = Error in local message system ( message no BCOS03O

    Hi
    This error occurs if you are not maintaining the BCOS_CUST table entry in your satellite system which comprises of back RFC to solution manager.
    if other settings like master data or BP creation done in solman this will resolve ur problem
    have  you done the required settings in solution manager for service desk setup.
    But in case if you have done any setup for service desk please visit below HOW TO guide
    https://websmp109.sap-ag.de/~sapdownload/011000358700000776062009E/Howto_ServiceDesk.pdf
    Regards
    Prakhar
    Edited by: Prakhar Saxena on Jun 10, 2011 10:32 AM

  • Attributes system Message

    Hello,
    I am tryinng to change the Message status from warning to Error for the Message 06 056.
    "Purchase requisition 10003880, item 00010, has a different material number
    Message no. 06056"
    In SPRO I went to IMG -> MM -> Purchansing -> Environment -> Define system message
    I am not able to find this in it.
    Please advice,
    Thanks,
    Sam

    Hi
    Please check OSS note 315448.
    as per this note:
    You encounter various problems during reference processing of a purchase requisition in Transaction ME21N or ME22N.
    Solution
    Due to the scope of the correction, it can only be delivered via R/3 Support Packages.
    You have to implement the error messages listed below into Transaction OME0 manually.
    Configurable system messages:
    06057 "Purchase requisition &, item &, has a different plant".
    Default: Warning message
    06056 "Purchase requisition &, item &, has a different material number"
    Default: Warning message
    MEPO072 "Purchase requisition &, item &, has a different material group"
    DEFAULT: Warning message
    06050 "Purchase requisition & item & already deleted".
    Default: Warning message
    06076 "Materials of requisition & item & alr. ordered in full"
    Default: Warning message
    06400 "Materials/services for requisition & & already ordered with & &"
    Default: no message
    06876 "Requisition quantity & & open again"
    Default: Warning message
    hope this helps
    regards
    Srinivas

  • Delta loading master data errors in source system Message RSM340 quality

    Hi,
    I'm trying to load with delta  master data for standard data sources.
    In dev, everything seems fine.
    I' ve transported the same elements to QA. I've done init, it is ok. I do delta, I get red status: Errors in source system, message no. RSM340. I've tried to put my delta on green, I've remade my init, I've reloading with delta, and I get the same problem.
    I have this problem for all master data loading.
    Should I install some infoobject from Bi Content?
    Thanks a lot !

    Hi,
    Check following threads
    [3003 + R3299 + RSM340] error messages loading an ODS
    Extraction failed with error Message no. RSM340
    BW Data Loading - Delta Processes
    Thanks and regards
    Kiran

Maybe you are looking for

  • Motion 4 (upgrade) Templates Taking Longer to Render in FCP?

    I've noticed that templates created in the Motion 4 upgrade when used in FinalCut -- more specifically those with text -- take much longer to render... in fact, up to 10x longer. I have text-only templates used for the lower-third, after trying to fi

  • Shipping point in STO defined upon storage location

    Hello, all On stock transport order I want to set up shipping point in a way that it is determined regarding to storage location I have entered in header of STO. Storage location is saved in field EKKO-ZZLGORT (tab Customer data). Now I need solution

  • IDOC-EDI Conversion usinf File content cpnversion

    Hi all, I need to convert an IDOC to EDI. I went through a few threads where I underrstood We dont need seeburger adapter for the same. It can also be done using File COntent Conversion. Can someone guide me with the steps. Is it necessary to use see

  • Is the adobe support web site designed by monkeys?

    I've been using Adobe tools for years, so I know a few things about how obtuse they can be, but when I just wanted to cancel a free membership to Adobe.com's cloud service, I thought it would be fairly easy.  The circular logic on the site is ridicul

  • Ca't find libjava.so

    Hi all, I am trying to install oracle 10gon OEL 64 bit, but while running the OUI i am getting error can;t find libjava.so pls suggest me...