Can't load patch using t-code SPAM .!!??

Hello Gurus,
        When i use T-code SPAM to install patch and  go to menu
Support Package>Load Packages>From front end. I see the menu as disabled.
In this case how can i install patch???
Thanks and Regards,
Rahul

Hi Rahul,
Dont use sap* or ddic users just create a admin user with the profiles sap_all,sap_new then login to the client 000 using this user,Prior uploading this you have to uncar the support package files,just uncar them using sapcar -xvf xxx.car
then try uploading them using the spam this time you just select upload from application server.Might be the support package would be greater than 10MB so you can not upload it from frontend.Hope this helps.
Reward points if helpfull.
Regards,
Vamshi.

Similar Messages

  • Improve data load performance using ABAP code

    Hi all,
             I want to improve my load performance using ABAP code, how to do this?. If i writing ABAP code in SE38 how i can call
    in BW side? if give sample code to improve load performance it will be usefull. please guide me.

    There are several points that can improve performance of your ABAP code:
    1. Avoid using SELECT...ENDSELECT... construct and use SELECT ... INTO TABLE.
    2. Use WHERE clause in your SELECT statement to restrict the volume of data retrieved.
    3. Use FOR ALL ENTRIES in your SELECT statement to retrieve the matching records at one shot.
    4.Avoid using nested SELECT and SELECT statements within LOOPs.
    5. Avoid using INTO CORRESPONDING FIELDS OF. Instead use INTO TABLE.
    6. Avoid using SELECT * and select only the required fields from the table.
    7. Avoid Executing a SELECT multiple times in the program.
    8. Avoid nested loops when working with large internal tables.
    9.Whenever using READ TABLE use BINARY SEARCH addition to speed up the search.
    10. Use FIELD-SYMBOLS instead of a work area when there are more than 200 entries in an internal table where some fields are being manipulated.
    11. Use MOVE with individual variable/field moves instead of MOVE-CORRESPONDING.
    12. Use CASE instead of IF/ENDIF whenever possible.
    13. Runtime transaction code se30 can be used to measure the application performance.
    14. Transaction code st05 can be used to analyse the SQL trace and measure the performance of the select statements of the program.
    15. Start routines can be used when transformation is needed in the data package level. Field/individual routines can be used for a simple formula or calculation. End routines are used when you wish to populate data not present in the source but present in the target.
    16. Always use a WHERE clause for DELETE statement. To delete records for multiple values, use SELECT-OPTIONS.
    17. Always use 'IS INITIAL' instead of equal to '' because null for a character is '' but '0' for an integer.
    Hope it helps.

  • What are all the errors that can be corrected by using tran code rsrv?

    hi all,,
    what are all the errors that can be corrected by using tran code rsrv?
    can anyone list me out a list of errors that can be rectified using rsrv. And let me know the steps involved to rectify those errors using trns code rsrv.
    regds
    hari

    Hi Kalyan,
    I have urgent need of the RSRV DOCS.
    Can you mail it to [email protected]
    I will highly appreciate.
    Thanks in Advance
    SS
    Points will be awarded

  • Can SQL*Loader be used for Oracle html pages, for e.g Customer, Tasks etc

    Hi,
    Can SQL*Loader be used for Oracle html pages, for e.g Customer, Tasks etc.
    Reason: We have a job that creates leads, tasks in 11i, but r12 is not working as expected, an SR is open with Oracle for a long time and no solution so far. I am thinking of using SQL*loader to populate the data, but these are html pages. Will SQL* Loader work?
    12.1.4 / 11g db
    Appreciate your inputs.
    Thanks,
    K

    Can SQL*Loader be used for Oracle html pages, for e.g Customer, Tasks etc. It should work.
    Reason: We have a job that creates leads, tasks in 11i, but r12 is not working as expected, What is the issue you have with R12?
    an SR is open with Oracle for a long time and no solution so far. I am thinking of using SQL*loader to populate the data, but these are html pages. Will SQL* Loader work?What was Oracle feedback? Did they say it is certified and can be used?
    Thanks,
    Hussein

  • Can we load data using .xls in user define format(without using default template)

    Hi All,
    I'm new bee to FDM. Part of HFM support i use FDM to load flatfile data. Just has a bit more knowledge than end user.
    Requirement is that i need to load data from MS excel to Planning application via FDM.
    Previously application is in Excel(Macro driven) and upstream(data) is also in Excel(multi tab).
    As of my knowledge data can be loaded from .csv file(Excel save as CSV) with single tab.
    Could you please let me know possibilities to load data from .xls(.xlsx) to FDM.
    Thanks in advance.

    If you want to load data using Excel, utilising FDM's out-of-the-box functionality you will have to use one of the templates supplied i.e. Excel Trial Balance or Excel Multi-load template.

  • "Can't Load Display Bundles", error code -8076

    Hi, I'm a college student who has had my Macbook Pro for about a year now and I've had no issues with it until now.
    Recently, it has been doing some strange things.... running slower, freezing up, not starting correctly, keyboard malfunctioning, etc.
    The biggest problem has been concerning saving/moving files, however. Whenever I try to move a file to or from my desktop to another folder on my computer, the load bar with the message "Preparing to move item A to folder B" and stays there indefinitely. When I try to cancel the function, it says that it's stopping but the bar remains until I eventually have to restart my computer.
    I can't rename folders or files on my desktop either, it just pops up with a message about error code 8076.
    The last big thing that's been worrying me is that my HD is nowhere to be found on my desktop, my finder, etc... I can pull it up through spotlight, but when I try to trace the path the message "Can't load display bundles" pops up in bright red font.
    I'm not an expert with computers, and I'm not sure if any of these problems are related in any way, but I would love any advice. I figured I would see if I can find the answers on my own before I take it to any kind of tech support. Thank you!
    -Jessica

    Sound like the OS, the Operating system OS X, is getting corrupted and along with the hard drive. I suggest you take it to an Apple Genius Bar to be looked at.

  • Can't load data using DB Connect

    I'm trying to use DB connect to load data from an external source database into SAP BW.  Both databases are MSSQL.  I've followed the steps in the document, "Transferring Data with DB Connect".  The table in the source system has all CAPS for the table and the fields. I can see the data in the BW system via screen "DB Connect: Display of data from the database system".  However, when I create an info package and try to load the data, the job seems to hang.  It is stuck in YELLOW status with "0 from 0 records".  Does anyone have a clue?
    Thank you,
    Tony

    dear Tony,
    check if followed already all 'restictions' in oss 512739-BW external DB Connect for MS SQLServer
    Datasource not showing up in RSA3
    To avoid problems loading data, proceed as follows:
    1. Create a special login for the extraction.
    You should add this login to the db_ddladmin database role in the corresponding database. This generates a similar DB user at database level.
    The user you use must have the 'CREATE VIEW' authorization at least. This is contained in the role mentioned above.
    2. For the extraction, you should only use DB views that were created under this DB user. (refer also to type conversion, naming convention and so on)
    3. Assign the necessary authorizations (SELECT at least) to the selected user in the source tables, or the columns of these tables.
    4. Use the specially created login in the logon information when you set up the DB source system in BW.

  • Browser can't load sites using 1.4 plugin when service is running

    Hi,
    I am having some strange problems and am hoping someone here might be able to offer some insight to help me solve it.
    Some customers have reported a problem with our software that runs as a service on Windows machines. When the service is started, they cannot use IE or Netscape to view sites that require the Java 1.4 plugin [They have 1.4.2 installed].
    We tried to reproduce the problem here and were unable to. We tried a different machine and now can reproduce it all the time. All of our test machines and the customer's test machines have the same software installed - except for hardware drivers.
    Here is what happens:
    If the browser is open already, and our software service is started, then the browser has no problem connecting and viewing applets that use the 1.4 plugin.
    If the browser is not open when the service is started, then when the browser is opened one cannot view applets that require the 1.4 plugin.
    So, it seems as though everything works fine as long as the browser is open before running our service. If the browser is closed when the service is started, then there seems to be some conflict with the 1.4 plugin and the browser will not load sites that require it.
    Any ideas what may be happening here?
    Thanks!

    Hi all,
    I have the same problem. If I start Tomcat 5.0.24 as a service on my Win2k and
    open a page containing an applet (using 1.4.2_02 plugin) the IE hangs.
    If the IE started before the Tomcat service then it works fine.
    Any comments would be appreciated.
    Regards,
    Peter Bartha

  • Applet can't load when using Mozilla Firefox and IE Tab

    I have a page that includes an applet
    I must include page within the IE Tab rules for auto procces because of design aspects
    When the page loads, Firefox tells: load: class XXXXX not found
    This very same page does not fail to load applet if not included in IE Tab Rules
    I tried the latest versions of Firefox (3.0beta) and IE Tab(1.5)
    It appears to be a Mozilla Firefox problem
    But, any way, any idea?

    I just discover Mozilla Firefox does not work with deprecated Applet tags.
    I must use Object tags.
    Since Netscape and Safari does not acept properly Object tags, i decide to use a javascript to switch between both methods.
    Here a sample:
    <%
    CARPETA = Request.Form("UltimoArchivoCarpeta")
    ArchivoProcesar = Request.Form("UltimoArchivoArchivo")
    ArchivoProcesar = CARPETA & ArchivoProcesar
    ArchivoProcesar = replace(ArchivoProcesar,"\","\\")
    URLACTUAL = Request.ServerVariables("SERVER_NAME")
    URLACTUAL = "http://" & URLACTUAL
    %>
    <script language="javascript">
    var _app = navigator.appName;
    if (_app == 'Microsoft Internet Explorer') {
    document.write('<OBJECT ',
    'classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"',<!-- Java Plugin any version -->
    ' width="0" height="0">',
    '<PARAM name="code" value="JUploadApplet.class">',
    '<PARAM name="archive" value="<%=URLACTUAL%>/java/ddsApplets.jar">',
    '<PARAM name="file" value="<%=ArchivoProcesar%>">',
    '<PARAM name="urlUpload" value="<%=URLACTUAL%>/VENTAS_UPLOAD/ConfirmarUploadPedidos.asp">',
    '<PARAM name="urlRedir" value="<%=URLACTUAL%>/VENTAS_UPLOAD/MostrarPreviewArchivo.asp">',
    '<PARAM name="urlFault" value="<%=URLACTUAL%>/SimpleError.asp">',
    '</OBJECT>');
    else { <!-- No es IE Explorer ni Firefox con IE Tab -->
    document.write( '<APPLET code="JUploadApplet.class"',
    'archive="<%=URLACTUAL%>/java/ddsApplets.jar"',
    ' width="0" height="0">',
    '<PARAM name="file" value="<%=ArchivoProcesar%>">',
    '<PARAM name="urlUpload" value="<%=URLACTUAL%>/VENTAS_UPLOAD/ConfirmarUploadPedidos.asp">',
    '<PARAM name="urlRedir" value="<%=URLACTUAL%>/VENTAS_UPLOAD/MostrarPreviewArchivo.asp">',
    '<PARAM name="urlFault" value="<%=URLACTUAL%>/SimpleError.asp">',
    '</APPLET>');

  • How to change the properties of a directory using java code

    Hai All,
    I need to change the properties of directory( websharing).
    Can i do this using java code.
    Regards,
    Charan

    I need to change the properties of
    directory( websharing).
    an i do this using java code.Depends on whether the server has a Java API to do it. Most likely it hasn't.

  • Can I install patches from SAP site?

    Dear Friends,
    I understand that i need some patches are required for my frountend GUI 6.2 for Business Explore and WAD. Somehow the basis support is not good over here.
    1) Is there any place, or better way of searching and how to install them on my PC.. I have got my own OSS id, will this be sufficient?
    2) Some training software for new Netweavers 2004s BI are available? is this true if so how to download them?
    thanks for your time.
    regards,
    hari

    Hi Hari,
    Yes. You can download and install the frontend patches. The one thing you need to be careful is that any query you open with the latest patch would not open on any PC with lower patch level.
    You can download the patch using your OSS account. The link is:
    http://service.sap.com/swdc -> Entry by Application Group -> SAP Netweaver -> ......
    Bye
    Dinesh

  • Table or report Used T-codes

    Hi,
    I want to find out the T-codes being used in our ECC prd system in the time frame-
    So, is there any table or report available where used t-codes being stored?
    Like we can find out the used t-codes from st03n tcode's transaction profile.
    If anybody knows where the used transactions are stored then please let me know.
    Thanks,
    Sudip

    I am not sure if this could help .  Though it does not give the  complete info , it does store some info. Check out the table
    CDHDR and CDPOS. I saw a client using this table and a combination of other tables to find out which transactions in a role were used and which were not used. see if you can pitch this to any of ur friends and can give more info.
    Edited by: venkatesh koukuntla on Jan 10, 2011 5:15 PM

  • Can't load JavaMail classes

    Hi,
    I'm new to Aurora and having trouble getting a set of source files (javamail 1.1.3) to load into jserver properly.
    I'm not sure if i should load the mail.jar into Oracle using loadjava first, or simply set the classpath to point to mail.jar?
    I tried it both ways
    When I try to load the mail.jar file using loadjava the javax package fails to load because of a 'privilege error' yet the com packages load ok.
    When I try to load my own class with the mail.jar file in the classpath on a client, it can't find several of the classes needed in the mail.jar archive....
    Does the classpath need to be set on the server for mail.jar, or can i load them using loadljava. Not sure what to do...
    Thanks,
    Bill Wheeler

    Ken,
    I tried extracting and re-jarring the javamail source files without compression.
    Here is what i get when trying to load them using loadjava as 'system':
    identical: com/sun/mail/handlers/text_html is unchanged from previously loaded file
    identical: com/sun/mail/handlers/multipart_mixed is unchanged from previously loaded file
    identical: com/sun/mail/smtp/SMTPOutputStream is unchanged from previously loaded file
    loading : javax/mail/event/StoreEvent
    creating : javax/mail/event/StoreEvent
    Error while creating class javax/mail/event/StoreEvent
    ORA-01031: insufficient privileges
    Any idea why the com package is loading successfully and the javax is not?
    Thanks,
    Bill Wheeler

  • How can I load and save text using FileReference class

    Let me start by saying I have no intention of using php and I can't wait until flash cs5 comes out with its new read/write capabilities
    I want to load and save XML files (stored on my local hard-drive) in AS3.
    I am using the FileReference class.
    Firstly I have noticed that when using FileReference.save if you replace an existing file instead of writing over the file data is appended to the end of the file. Can I make it so the file is overwritten (as it should be) or make it impossible for the user to save in such a situation.
    Secondly I want to load in text from an external file using FileReference.load I know that somehow you use FileReference.browse first to get it to work but I want to know exactly how to do it.
    I have looked for a tutorial about loading text in this manner and have not found one.
    Any help would be much appreciated especially if you could point me in the direction of a relevant tutorial
    Thanks

    the filereference class is for downloading and uploading files.
    if you want to load xml, use the xml class.
    and, if you want to write to an xml file and don't want to use server-side code, wait.

  • Can I load xml file from SWC without using @embed

    I'm developing a mobile application in which I need to load xml files from File.applicationDirectory. This works great if the xml files are part of the main application swf. But I would like to move these xml files into a SWC so they could be shared across multiple applications.
    Using FlashBuilder 4.5, when a SWC is built, I can specify files to embed in the library that are not assets (Assets Tab of Flex Library Build Path). For various design reasons, I do NOT want to embed the xml files via @embed.
    When the swc is built and I open it up using a zip utility, I see the xml files in there just fine. So they are being bundled with the SWC. But how can I load these files in my main application that does not involve using @embed? When the main application is built, the swc setting for link type is "merged into code".
    I wouldn't expect the application to automatically pull out the xml files from the swc and place them in the File.applicationDirectory on the mobile device. I've tried loading from there just in case but file.exists is false (as expected).
    I've searched the web (and continue to do so) and all the answers seem to be to use @embed. Is there another way?
    Randy

    It's actually a lot easier than you think.
    Just reference the file like any'ol URL using a path relative to the SWC's src directory.
    So if you include the file "assets/xml/some.xml", just use that same string like you would any remote resource.
    For example:
    var loader:URLLoader = new URLLoader( new URLRequest("assets/xml/some.xml"));
    I believe it would also work like this "/assets/xml/some.xml", but I prefer relative paths so the link doesnt break if moved out of the SWC...

Maybe you are looking for

  • Media Encoder CC Has Disappeared and Can't Be found!

    My Media Encoder CC is gone and won't return.  I tried uninstalling After Effects and Premiere Pro, then reinstalling on the assumption it was part of one of thsoe two packages, but alas ... still no Media Encoder.  What do I do?

  • SRM and Inventory with a Contract

    Using ECC 6, SRM 7(Extended Classic) Contracts maintained in backend and replicated into SRM. Inventory Contract created in a 'bulk' fashion - e.g. - without a specific Material. Contract is setup in ECC with an Item Category of 'M' (Material Unknown

  • Logic in Formula at Query level

    Dear All,               We are creating query, we want to use the sum of working days for perticular machine iin formula. Machine No=M1,  Calendar=1/12/2009, out put=100, workingdays=1, average out per day(formula) Machine No=M1,  Calendar=2/12/2009,

  • Is XMP import/export for MOV/MTS/MP4 files not supported?

    I have been evalutating LR4 and am stuck on how to import my files from another DAM into LR4. I am able to write XMP into JPG files, and provide sidecar XMP files for RAW (CR2) and MOV/MP4/MTS files, writing my hierarchical keyword information into t

  • How to upload a CRM sales order to R/3 after modifying some values in CRM

    Hi All How to upload a CRM sales order to R/3 after modifying  some values in CRM ? In other words   You have a Sales Order in CRM. While sending this Sales Order to R/3, we would like to modify certain values in the Order before it is replicated to