Error when trying to do an initial update of Solution Manager 7.1

Hello Experts,
I've just built a brand new 7.1 Solution manager and I'm attempting to apply the patches using the SP stack online tool.  My starting point is ISS Inital and my ending SP is 13.  I've downloaded all of the required patches and loaded them into the EPS\in location.  The stack.xml file is generated from SAP's online tool.
When I start SUM (10SP12_13) right after asking me for the stack file it errors our with the following error message.
May 4, 2015 8:42:32 AM [Info  ]: The detected system topology is DUAL_STACK
May 4, 2015 8:42:32 AM [Info  ]: Dialog eliminator inboxOpEliminator does not allow to omit dialog DefineTargetDialog
May 4, 2015 8:42:32 AM [Info  ]: Dialog eliminator stackOpEliminator does not allow to omit dialog DefineTargetDialog
May 4, 2015 8:42:32 AM [Info  ]: Dialog eliminator ContentLocationDialogEleiminator does not allow to omit dialog DefineTargetDialog
May 4, 2015 8:42:32 AM [Info  ]: Dialog eliminator DownloadSMPEliminator allows to omit dialog DefineTargetDialog
May 4, 2015 8:44:05 AM [Info  ]: Setting catalog key inbox.option to value false into shared input catalog.
May 4, 2015 8:44:05 AM [Info  ]: Setting catalog key stack.option to value true into shared input catalog.
May 4, 2015 8:44:05 AM [Info  ]: Parsing stack definition file I:\Patches\Stack.xml...
May 4, 2015 8:44:05 AM [Info  ]: Parsing of stack definition file I:\Patches\Stack.xml has finished.
May 4, 2015 8:44:05 AM [Error ]: The following problem has occurred during step execution: com.sap.sdt.j2ee.tools.spxmlparser.SPXmlParserException: Stack definition file I:\Patches\stack.xml is rejected. Provide a new stack definition file and try again.
java.lang.NullPointerException: while trying to invoke the method java.lang.String.equalsIgnoreCase(java.lang.String) of a null object returned from com.sap.sdt.util.xml.XMLElementIF.getContentTrimmed()
I have tried recreating the stack.xml file multiple times with now success.  I've also logged a ticket with SAP, does anyone have any suggestions of things I could try?
Thanks for your help.

Hello,
Please check SAP Note 1577909, point 3.
Quoting from the Note:
Load the current SAP Solution Manager 7.1 stack DVD from the SWCenter on SAP Service Marketplace.
Installations and Upgrades -> Browse our Download Catalog -> SAP Technology Components -> SAP Solution Manager -> SAP Solution Manager 7.1 -> Installation and Upgrade -> [OS version] -> [DB version]
51049441 SAP Solution Manager 7.1 SPS 13
The DATA directory on this DVD contains an XML file, the current ABAP stack, and the current Java stack.
So, with the DVD there should be no issues.
Best regards,
Miguel Ariño

Similar Messages

  • I keep getting an error when trying to receive the new update iOS7 on iPhone5.  Any suggestions?

    I keep getting an error when trying to receive the new update iOS7 on iPhone5.  Any suggestions?

    Do the update using iTunes on your computer.
    Plug your iPhone into iTunes (current version), let it sync, then click "Check for Updates" on the iPhone's summary page in iTunes.

  • Runtime error when trying to use Thinkvantage system updater

    I get a runtime error when trying to use the Thinkvantage system updater.Have tried it numerous times and this is the exact message:
    "Runtime error!
    Program:C:\Program Files\Lenovo\System Update\tvsu.exe
    This application has requested the Runtime to terminate it in an unusual way.
    Please contact the application's support team for more information."
    Can somebody please help me to get the Thinkvantage system updater working properly?
    Thanks-George
    This issue has since been resolved.Thanks-G

    I'm getting the same error.   I tried reinstalling system updater but it didn't help.

  • Error when trying to overwrite the initialized varibale

    Hii,
    I am trying to overwrite the initial value of the variable that is decalred. I am getting the error that i pasted it below.
    1 declare
    2 result varchar(30):='Hello world';
    3 begin
    4 result:= 'ram'
    5 dbms_output.put_line(result);
    6* end;
    SQL> /
    dbms_output.put_line(result);
    ERROR at line 5:
    ORA-06550: line 5, column 1:
    PLS-00103: Encountered the symbol "DBMS_OUTPUT" when expecting one of the
    following:
    * & = - + ; < / > at in is mod remainder not rem
    <an exponent (**)> <> or != or ~= >= <= <> and or like LIKE2_
    LIKE4_ LIKEC_ between || multiset member SUBMULTISET_
    The symbol "*" was substituted for "DBMS_OUTPUT" to continue.
    please help.
    thanks
    sharath

    Hi sharath
    I did a very small mistake.You did not see the error proper
    it is common mistake that is
    declare
    result varchar(30):='Hello world';
    begin
    result:= 'ram' ; ---------------you did not mension semicolon (;) at end.
    dbms_output.put_line(result);
    end;
    one thing you see this type of mistake will asking the users this are all simple mistake fist find program one are two times and you decome perforect in the program ok nice to metting you bye.

  • Error when trying to deploy Async Binary Update Sample

    Hi,
    I have installed WLI 8.5 in linux machine,
    When trying to deploy the AsyncBinaryUpdate sample provided at http://edocs.bea.com/wli/download_samples/index.html), i
    get error.
    I am following as per the instructions in the readme of the sample. I am able to successfully create domain and build the sample but Error occurs at the step of deployment of sample ie when the cmd 'ant deploy' is done.
    Error message is given below . Any help on this will be appreciated.
    create_jmsqs:
    [java] Connecting ....
    [java] Connecting to weblogic server instance running at t3://localhost:7001 as username weblogic ...
    [java] Successfully connected to Admin Server 'cgServer' that belongs to domain 'acmeintg'.
    [java] Traceback (innermost last):
    [java] File "genqueues.py", line 199, in ?
    [java] File "genqueues.py", line 179, in main
    [java] IndexError: index out of range: 0
    [java] Server ==
    BUILD FAILED
    file:/home/appadurai/WLI_Samples/AsyncBinSample/scripts/build.xml:158: Java returned: -1

    Hi,
    I have installed WLI 8.5 in linux machine,
    When trying to deploy the AsyncBinaryUpdate sample provided at http://edocs.bea.com/wli/download_samples/index.html), i
    get error.
    I am following as per the instructions in the readme of the sample. I am able to successfully create domain and build the sample but Error occurs at the step of deployment of sample ie when the cmd 'ant deploy' is done.
    Error message is given below . Any help on this will be appreciated.
    create_jmsqs:
    [java] Connecting ....
    [java] Connecting to weblogic server instance running at t3://localhost:7001 as username weblogic ...
    [java] Successfully connected to Admin Server 'cgServer' that belongs to domain 'acmeintg'.
    [java] Traceback (innermost last):
    [java] File "genqueues.py", line 199, in ?
    [java] File "genqueues.py", line 179, in main
    [java] IndexError: index out of range: 0
    [java] Server ==
    BUILD FAILED
    file:/home/appadurai/WLI_Samples/AsyncBinSample/scripts/build.xml:158: Java returned: -1

  • Runtime error when trying to use "Discover" button to import externally managed dimensions in developer studio.

    Hi all,
    I get the following error when using "Discover" to import dimensions in endeca develoepr studio
    This application has requested the Runtime to terminate it in an unusual way.
    Has anyone else encountered this issue?

    Hi,
    Another way to "find" the URL for the oamconsole, that I use if I'm not familiar with the configuration I'm working on is to first log into the Adminserver WL Console, then go to "Deployments".
    Then, find "oamconsole" in the Deployments listed (on the right).
    Click on that, then on the next page, look for the "Testing" tab. Click on the "Testing" tab, which which show the /oamconsole app.
    Click on the "+" to expand the tree, and you should see a bunch of different URLs on the right, e.g., if you have OAM console deployed to managed servers, etc., there'll be different URLs for those, etc., and you can just click on the links to open up OAM Console in your browser.
    Jim

  • Error when trying to download Flash Player Update for Firefox

    Hello,
    I am having a issue while trying to download 11,5,502,135 for Firefox on the destop.. keep getting the errror message (have the same issue while trying to use IE) .. I currently have version 1,5,502,110 on the desktop and works just fine.. been having this issue for some time trying to download 135..have tried everything that Adobe suggested but to no avail... I do have 11,5,502,135 downloaded on the laptop, same company, same system, same browser, same setup...the only difference the desktop has Norton, the laptop has AVG... but Norton don't seem to have a issue with the update...
    Any suggestions?...
    Larry Woller

    Hello,
    I was getting a script error..I had been to the website that you had posted and tried several suggestions.. this time I went to the site and used the " Flash Player Plugin (For all other browsers)" and for the first time I got a popup saying something to the effect "will finish installation when Mozilla closes).. in the past I would leave the website to access the Flash player download and the Firefox download window open and apparently the player installer and Firefox were  having a conflict.. I closed Firefox and the download window and the download continued and was successful.. will have to add that to my notes, make sure Mozilla is closed once I get the Save window before downloading Flasy Player...
    Thanks for your prompt reply and help...
    Larry Woller

  • Getting this error when trying to run latest software update on MacBook Pro

    Everytime I try to run the update, it starts to download and then I get this error:
    The operation couldn’t be completed. (NSURLErrorDomain error -1102.)(102)
    I'm not too sure what it means, or how to fix it. If someone could help me out, that would be great!
    Thanks!

    You might try this:
    Repair the Hard Drive and Permissions - Lion/Mountain Lion
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Repair
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported then click on the Repair Permissions button. When the process is completed, then quit DU and return to the main menu. Select Restart from the Apple menu.
    Then download and install: OS X Mountain Lion Update v10.8.5 (Combo).

  • I received a Runtime error when trying to do an iTunes update: R6034 An application has made an attempt to load the C runtime library incorrectly.

    How do I resolve this problem. When I try to rerun the upgrade I keep getting same message.

    First try updating to iTunes 11.1.5.5, using an installer downloaded from the Apple website:
    http://www.apple.com/itunes/download/
    If you still get the errors after that, try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

  • EX20 error when trying to install Premiere Pro update

    Hi,
    I tried to update PPr through the creative cloud interface and got a message saying that there may be a problem with disc space or permission (EX20).
    I have checked permissions on the C drive (I am on Windows 7 64bit) and it seems correct, and there is 330GB of free space.
    Any suggestions on getting the update to work, and what is the defaul setting for installs in Creative Cloud preferences ?  Mine is currently set to C:/temp.
    Audition installed and works fine, but PPr and Media Encoder both get the same error.
    Thanks for any help

    Anything called temp is considered a system directory even if the actual temp variables may be set otherwise. What you do can be all kinds of trouble. Almost inevitably you end up with a mess of temp files, temporarily extracted files and additional system files trying to overwrite each other. Use another folder! The default is C:\Program Files\Adobe.
    Mylenium

  • Error when trying to sync after iOS update

    I updated my iOS for my original iPad.  It restored but could not sync.  I get an error:
    The iPad cannot be synced.  Make sure your CD drive or internet connection.
    Then my iPad has no apps or cotent!!!
    How do I fix this?

    Hello frantyzboy
    I would uninstall iTunes and other Apple Software and then install iTunes again. The article below will detail the correct steps to do this.
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    http://support.apple.com/kb/HT1923
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G.

  • HT2489 How do I fix this error when trying to install a software update?

    The digital signature for this package is incorrect. The package may have been tampered with or corrupted since being signed by “Apple”.

    I'd try updating using a .dmg installer downloaded from the Apple Website:
    http://www.apple.com/itunes/download/

  • Error when Trying to Copy or Import Data via Data Manager

    Hello Experts,
    I was trying to do an Import using the package in Data Manager and i Got this error:
    [Admin-ProcessPartition]Errors in the OLAP storage engine: The attribute key cannot be found when processing: Table: 'dbo_tblFactAppname', Column: 'ACCOUNT', Value: '7061020702'. The attribute is 'AccountNom_ID1'
    Also, I tried to do some Optimize in the Application and then a Copy from a Package and I still got this error.
    Thanks for your help,
    Rodrigo

    Hi Rodrigo,
    For every application, BPC creates 3 tables in the SQL.
    1. FactWB<application> : writeback table - the data is stored whenever we send any data from the input schedules. This table is used for real term storage (the most current data sent to the system).
    2. Fact2<application> :  When we load data through DM packages, it gets stored in this table. Also called short term storage.
    3. Fact<application> : Main data storage. All data eventually resides over here. Also termed long term storage.
    Hope this helps.

  • Error when trying to open 'Hyperion FDM App Server Config Manager'

    Hi,
    When I am trying to open FDM App Server Config Manager/Load Balance configuration/Task Manager configuration,I am getting the below error
    ' COM object with CLS ID-{xxxxx} is either not valid or nor registered'
    Could any one explain me what this error mean and what impact will it have on existing FDM application.
    Thanks in advance

    Hi,
    Could you please check the IIS log and see what’s the error code?
    Try using the administrator account to log in the Outlook and see if he can see the apps successfully.
    Thanks,
    Simon
    If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Error when trying to sign into Linksys WRT 120N router management page, indicates browser authentication not capable - a HTTP401 error.

    In trying to get into the Linksys WRT-120N router's management utility browser, I was unable to sign in. After resetting the router multiple times and exhausted all the variants of the username/password combination that I can find and think of, I was still unable to sign in to the utility browser. Just for the sake of trying something different, I opened IE 8 browser and was able to sign in just fine. This tells me that FF has a problem with authentication, somewhere along the request information aren't being sent correctly to allow signing in to the utility page of the router.

    hi , here is a step by step for for you need to do..
    a:- Do not use the setup disc....remove it and keep is somewhere safe.
    b:- Disconnect the USB cable from the modem and PC and keep it somewhere safe as well
    c:-turn off the modem and PC....
    d:- with the power plugged in....reset the linksys router for 1 minute...once done , unplug the power.
    e:- connect the modem to the "internet" port of the router and connect the PC to one of the other ports..
    f:- turn on the modem only.....wait for 1 minute for the modem to initialize
    g:- turn on the router and PC.
    h:- on the PC...hit "start">>"run">>cmd and enter ....now the black window should stay up......type ipconfig and enter.....the IP u get should be 192.1638.1.100....if so...
    i:- bring up your web browser and key in http://192.168.1.1 and hit go.....type the password as "admin" when prompted...
    j:- under the setup page....look for an find MAC address clone.....enable and "clone"......save settings and check if you are going online.

Maybe you are looking for

  • How can I transfer tags from a JPG to a RAW?

    I have another person tagging my photos but transferring my RAW files is time consuming. If I export the RAWs as JPGs, then have them tag the JPGs, can I then get those tags transferred to the RAW from which they came? Thanks, Ed Beck

  • HT1918 Why is apple telling me that my credit card has expired still after its been updated?

    I have just tried updating my credit card details on my ITunes account using my IPhone. Once entered, it still prompts me to update my details saying my credit card is expired (even with a new expiration date of 2016!!). Why is this and how do I fix

  • Video prior to slide show

    I would like to have a short video segment play, then go the slide show when I select a slide show. Is this possible in Imovie HD?

  • Authorization profile namespace

    Dear all, Is it possible that for a particular system the prefix of the profile name is different from "T-"? We still want the system to propose a name for the profiles but with a different naming convention. Is it possible like for number ranges? Th

  • PLZ Help on How to Best Utilize

    We have a need to support 50-60 Apple desktops/laptops at different locations across NY and NJ. The primary use for ARD would be for Help Desk type people to remote into the end users to assist with basic troubleshooting. I have purchased the Unlimit