Problem running BI template installer after upgrade to 2004s

Hello,
After upgrading our Portal from EP6 to EP7 I have a problem running the BI template installer. The failure occures right at the beginning. The installer is looking for SLD related parameters in the 'CTC> Propertysheet SystemProperties'.
But there are only three parameters in the sheet :
HOST, SYSTEM_ID, INSTANCE_ID.
If you instal a new 2004s system you see much more entries in the 'Propertysheet SystemProperties'.
My question is how to add these missing entries into the 'Propertysheet SystemProperties'.
Thanks
Boaz

Hi Kaylan,
Actually there are only two things to manually fix after the CTC template run, which is mentioned in the Blog:
- check/correct the following settings in the NetWeaver Administrator for evaluate_assertion_ticket and ticket according SAP Note 945055
- the entry in table RSPOR_T_PORTAL for Platform and PDF fonts
If you uncertain, you can remove the created objects as stated in the Document http://scn.sap.com/docs/DOC-11607 => Page18 in the Notes Section. the CTC template is creating these objects and entries again.
Best Regards Roland

Similar Messages

  • How do I accomplish HP Officejet 6500A printer installation after upgrade to Windows 8?

    How do I accomplish HP Officejet 6500A printer installation after upgrade to Windows 8?

    Hi,
    Please do not touch to the printer, run installation setup on Windows 8 (old or new) machine. The CD may not run at all, what is your 6500A ? E710* what is * ?
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Problems with your HP printer after upgrading to Windows 8.1

    If you are experiencing problems with your HP printer after upgrading to Windows 8.1 please click on the below link and install the HP Print and Scan Doctor and run the utility to fix the issue.
    www.hp.com/go/tools.
    I was an HP employee
    If I have helped you solve your issue please mark it as solved
    **Say Thanks By Clicking on the Kudos Star**

    Hi.....my laserjet 1536dnf mfp was working perfectly with win 8 pro....then I installed win 8.1 pro and now the computer ,which is part of a network,can not communicate with the scanner of the printer--it prints just fine. On another computer (running win 7 ) on the same network, the scanner and all other printer functions  work just fine.
          I have tried installing the latest drivers from HP......scanner still not "communicating" with computer.....also temporarily disabled firewall.....please help...all the best -David G (gossat)

  • Error , while running the Template Installer

    Hi Experts,
    I am getting the following error when running the Template Installer in NWA.
    When i trying to save the domain information in CMS , i am getting the following error.
    Unexpected error; inform your system administrator: <Localization failed: ResourceBundle='com.sap.cms.util.exception.CMSExceptionMessages', ID='SLD name-server configuration error', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key SLD name-server configuration error.
    I have seen following  solution in the forums.
    In the SLD->Technical Landscape-> Technical System Type, select "System Landscape Directory" ensure that the SLD server you use has the 'Name Server' check box selected and right CIM Server URL is mentioned.
    But i haven't find this navigation for (Technical Landscape)in my SLD again in that choosing the"System Landscape Directory" . Please let me know the correct path to fix this problem.
    I have logged in to sld
    http://<server>:<port>/sld
    Under the "Home" -> Link having Landscape -> Technical System and Landscapes.
    I have tried in both (Technical Systems and Landscapes)the places , i have nt find the "System Landscape Directory". to see the "Name Server" check box to select.
    Please give the right path to select the respective check box
    Please give the solution . It is urgent.
    Regards
    Vijay

    Hi
    When you use the template installer, the users
    NWDI Administration User
    NWDI CMS Administration User
    NWDI Development User
    are automatically created and they are required. Also the steps to allocate the users to groups are automatically performed
    Check the following help doc for more info
    http://help.sap.com/saphelp_nw2004s/helpdata/en/44/60dc1943c2311ce10000000a155369/frameset.htm
    Perhaps you might try creating the groups manually as described
    Regards
    krishna

  • Error in Running the Template Installer

    Hi Experts,
    I am getting the following error when running the Template installer in NWA.
    Element 'SAPConfigLib.J2E.Unclassified.createTrack':!BrokerImport.import_of_element_failed!!BrokerImport.Fehler!com.sap.tc.lm.ctc.cul.cpi.exceptions.CPIBaseException: <Localization failed: ResourceBundle='com.sap.tc.lm.ctc.cul.cpi.CPIResourceBundle', ID='com.sap.tc.lm.ctc.cul.cpi.BaseException_BASE_EXCEPTION', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key com.sap.tc.lm.ctc.cul.cpi.BaseException_BASE_EXCEPTION:com.sap.tc.lm.ctc.provider.javaServiceProvider.JavaServiceWriter.writeElement!BrokerImport.LINE!157-:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.86
    -:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.128
    -:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.128
    -:com.sap.tc.lm.ctc.cul.serviceimpl.importservice.CULConfigurationImport.importConfiguration.96
    -:com.sap.tc.lm.ctc.ccl.templateinstaller.StepExecuter.run.41
    Element 'SAPConfigLib.J2E.Unclassified.createTrack':Error during executing Java Reflection:Unable to open connection to host "pwdf3102:50100". The IP address of the host could not be resolved. Maybe the URL is misspelled or the host does no longer exist..
    The exception message was clear that. "pwdf3102" not able to connect this host. Acually , that was not my system name. so, Please let me know the process for changing this entry "pwdf3102" with the actual system name.
    Regards
    Vijay

    Hi
    Check these links..
    NW04S: Problems with NetWeaver Administrator
    NWDI Configuration Through Templet installer.
    Template Installer JDI NW2004s SP05

  • Apex 4.1 - problem with navigation component LIST after upgrade

    There seems to be problem with Tags in LIST component, after upgrade from 4.0 to 4.1 release

    Right, we verified a problem for migrated lists.
    We have lists of links, that are not based on a specific template. After upgrade to 4.1, they stopped from rendering in their region. Found out that the tag <TABLE> was not included in the HTML Source, hence the list body was not built to render.
    The only way we found to include it was to create a template for Lists (there is not one by default in Apex in certain themes), edit it and include the tag (in the section "Before List Entry" > "List Template Before Rows" - the tag itself is not present in the newly created template, too). Then, you need to assign the template to the existing Lists to make the list body re-appear: it doesn't seem to be a good practice to create a list without a template, but Apex should at least provide 1 by default.
    Edited by: Kleber M on Oct 28, 2011 9:03 AM

  • Problems with set up disc after upgrading hard drive

    I am having problems starting up my Macbook after upgrading the hard drive from 80GB to 160GB.  The new hd is SATA, a WDScorpio.  The pins on the end look the same, and I've had no problem with the physical install.  When I go to start up the Macbook, I get a gray screen and the "flashing manila file w/a question mark" icon.  I load the disc while holding down the "C" key, and all that happens is the disc gets ejected.  What am I doing wrong?  I also have my hd backed up w/time machine in an external hd.  Any ideas?

    Turns out, my problem is a malfunctioning optical drive. My Macbook couldn't read the set up disc. This is the second time in a week that I have had this Macbook into the apple store for warranty repair work. Last week, It was a defective VGcable. Each trip to the Applestore is 115 miles round trip from where I live. I tried to get Apple to give me a new computer, but no dice. I even had a district manager in Boise Idaho hang up on me. It's too bad when they know they have a product which everyone loves, and wants to use. They can set the terms. How many things must go wrong before they just replace the @#$# thing? I bought the Macbook Feb 12th, so it's not that old. I have handled it with the utmost care. Anyway, I've tasted the forbidden fruit, and will continue to use Apple products. Thanks for your help. I'll probably have a much easier time with a computer that works. (knock on wood)

  • Strange problem with my ipod 2g after upgrade to os 4.2

    Strange problem with my ipod 2g after upgrade to os 4.2
    the problem with volume some times when i switch on the ipod i hear the sound
    alarm rings it's work too i can hear it .. but the problem i cant hear anything else as yourtube or music i cant hear buttons sound when i typing
    i hope i get help

    I would try in order:
    - Reset the iPod:
    Reset iPod touch:  Press and hold the On/Off Sleep/Wake button and the Home
    button at the same time for at least ten seconds, until the Apple logo appears.
    - Restore the iPod from backu via iTunes.
    - Restore the iPod to factory defaults/new iPod.

  • SAP B1 APPLICATION IS RUNNING SLOW IN SERVER AFTER UPGRADE

    Hi,
    The sap application is running slow in server after upgrading it from 9.0 to 9.1 it's taking 5-10 secs to open a document after clicking it and its taking more time in client system.
    what are the steps to be taken so that the application will run without any delay.
    Regards,
    Karthik B

    hi please check bellow thread ,it may help you
    Client Machines Logon to SAP Server is Very Slow
    update the status
    regards
    AKR

  • Anyone having problems accessing AT&T app after upgrading iSO to 7.3?

    Anyone having problems accessing AT&T app after upgrading iSO to 7.0.3?

    Well, it actually says "You account type is not supported via the mobile aplication. You can manage your account by accessing the full web site at www.att.com"

  • Problem with the USB-connection after upgrade to P...

    Hello to everybody!
    After upgrading PC-suite, I can't establish a USB-connection with the phone.
    Here are the facts:
    1) My phone is the E90. Latest software installed (300.34.84)
    2) PC-Suite version 7.0.9.2 english. I also tried the greek version, same problem with it also.
    3) Nokia Connectivity Cable Driver 7.0.2.1. I also installed manually a previous version of the driver (7.0.2.0), but this didn't solve the problem.
    4) I didn't have any problem with the older version of PC-suite.
    5) I don't have a problem with the cable because the data-transfer-mode works fine.
    6) Prior to any installation attempt, I always first uninstalled PC-suite and Cable-driver manually with the windows-xp uninstall program. This was not the fact, only in my first attempt, where I upgraded the pc-suite from inside the program itself.
    Please help, because I can't backup and this is very important for me!
    Solved!
    Go to Solution.

    Thank you all for your suggestions but nothing of the above worked for me.
    After of hours and hours of installing and uninstalling of several versions of the pc-suite I solved the problem as following:
    1) Uninstall manually (windows - control panel - add/remove programs)Nokia-PC-Suite, Nokia Connectivity Cable Driver AND PC Connectivity Solution!
    2) Restart PC
    3) Download and install the new version of Nokia-PC-Suite.
    The tricky part is that you have to uninstall the application called "PC Connectivity Solution" manually and since the title of the application dosn't include the Nokia-Name you have first to find out that this program is Nokia-related!
    Once again, thanks to everybody who took the time to make suggestions and especially to cricfancy who made me aware of the fact that PC Connectivity Solution is a nokia application!
    Finally, I would like to make a statement for Nokia:
    People, if you are not sure about an update then keep it in beta and don't make it available to the public!!! I lost hours and hours on search and made countless installs and uninstalls to find out what was wrong. Under the line, I had made no mistakes in my update from the start and the whole problem was based on your software! This is not acceptable!

  • Problems with BOM in So after upgrade

    Hi experts
    After upgrading our test servers from ECC6.0 to ECC6.04 we see a problem when creating sales orders containing BOM.
    The problem only occurs when we have a certain shipping point assigned to the customer.
    Example:
    We create a SO with a shipping point that allows 24 hours for picking and packing and add a BOM to the sales order. If the ATP fails we the reschedule the SO to a new delivery date (VA01 first date) and all items in the BOM will change accordingly.
    If we do the same thing but with a shipping point with no time (0 hours) for Picking and packing and the ATP fails due to low qty in stock and we the try to reschedule the delivery (VA01 First date) the positions in the BOM that had ATP issues are u201Clockedu201D and will not change automatic as it normally do.
    The above scenario also happens if we change the qty in the BOM, the position with ATP issues are locked at the qty will not update.
    I have been through a lot of notes but havenu2019t found anything that covers this problem, and Im now hoping that one of you have seen something like this before and know a solution for this.
    Kind regards
    Jens Olsen

    After running this by OSS i found a note for it
    0001462951 No quantity correlation in sales order
    Maybe that can help others with the same problem in the future.

  • Problems with my second monitor after upgrading to Mountain Lion

    Basically I have a Mac Pro 8-core with two video boards (2 x NVIDIA GeForce GT 120 512 MB) connected to two monitors. After upgrading to the Lion Mountain, 90% of the time when I start my MAC the second monitor doesn't show it image, keeps in full black screen, what puzzle me is, I can see the mouse arrow on it, so its alive, but its in black, than I have to restart the computer over and over again until it finally make the second shows it contains.
    Have anyone experienced the same problem?!

    Hello Carlo!
    Sorry but I don't understand which part of my question is not clear. I've been to the Apple Store, they asked me to bring my 20kg Mac Pro and both 24" inches Eizo monitors to central London to have it checked. Well, honestly, this is impossible, is an invitation for an accident.
    Is just unbeliavable that no one has experienced my problem, looks like I am the only one person with two monitors using the Lion Mountain.

  • Problems with your internet connection after upgrading to iOS 7.1.2

    After upgrading to iOS 7.1.2 on my iPad Retina display does not connect to the internet more. Recognizes the Wi-Fi network but can not connect to the internet. The same thing happened to my wife's iPhone 5s, while my had no problems ...

    Some things to try first:
    1. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    2. Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    3. Change the channel on your wireless router (Auto or Channel 6 is best). Instructions at
    http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    4. Go into your router security settings and change from WEP to WPA with AES.
    5.  Renew IP Address: (especially if you are drooping internet connection)
        •    Launch Settings app
        •    Tap on Wi-Fi
        •    Tap on the blue arrow of the Wi-Fi network that you connect to from the list
        •    In the window that opens, tap on the Renew Lease button
    6. Potential Quick Fixes When Your iPad Won’t Connect to Your Wifi Network
    http://ipadinsight.com/ipad-tips-tricks/potential-quick-fixes-when-your-ipad-won t-connect-to-your-wifi-network/
    ~~~~~~~~~~~~~~~~~~~~~~~~~
    Fix WiFi Issue for iOS 7
    http://ipadnerds.com/fix-wifi-issue-ios-7/
    iOS 6 Wifi Problems/Fixes
    Wi-Fi Fix for iOS 6
    https://discussions.apple.com/thread/4823738?tstart=240
    How To: Workaround iPad Wi-Fi Issues
    http://www.theipadfan.com/workaround-ipad-wifi-issues/
    Another Fix For iOS 6 WiFi Problems
    http://tabletcrunch.com/2012/10/27/fix-ios-6-wifi-problems-ssid/
    Wifi Doesn't Connect After Waking From Sleep - Sometimes increasing screen brightness prevents the failure to reconnect after waking from sleep. According to Apple, “If brightness is at lowest level, increase it by moving the slider to the right and set auto brightness to off.”
    Fix For iOS 6 WiFi Problems?
    http://tabletcrunch.com/2012/09/27/fix-ios-6-wifi-problems/
    Did iOS 6 Screw Your Wi-Fi? Here’s How to Fix It
    http://gizmodo.com/5944761/does-ios-6-have-a-wi+fi-bug
    How To Fix Wi-Fi Connectivity Issue After Upgrading To iOS 6
    http://www.iphonehacks.com/2012/09/fix-wi-fi-connectivity-issue-after-upgrading- to-ios-6.html
    iOS 6 iPad 3 wi-fi "connection fix" for netgear router
    http://www.youtube.com/watch?v=XsWS4ha-dn0
    Apple's iOS 6 Wi-Fi problems
    http://www.zdnet.com/apples-ios-6-wi-fi-problems-linger-on-7000004799/
    ~~~~~~~~~~~~~~~~~~~~~~~
    iPad: Issues connecting to Wi-Fi networks
    http://support.apple.com/kb/ts3304
    How to Boost Your Wi-Fi Signal
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Boost-Your-Wi-Fi-Signal.hmL
    Troubleshooting a Weak Wi-Fi Signal
    http://ipad.about.com/od/iPad_Troubleshooting/a/Troubleshooting-A-Weak-Wi-Fi-Signal.htm
    How to Fix a Poor Wi-Fi Signal on Your iPad
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Fix-A-Poor-Wi-Fi-Signal-O n-Your-iPad.htm
    iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    WiFi Connecting/Troubleshooting http://www.apple.com/support/ipad/wifi/
    How to Fix: My iPad Won't Connect to WiFi
    http://ipad.about.com/od/iPad_Troubleshooting/ss/How-To-Fix-My-Ipad-Wont-Connect -To-Wi-Fi.htm
    iOS: Connecting to the Internet http://support.apple.com/kb/HT1695
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Connect iPad to Wi-Fi (with troubleshooting info)
    http://thehowto.wikidot.com/wifi-connect-ipad
    10 Ways to Boost Your Wireless Signal
    http://www.pcmag.com/article2/0,2817,2372811,00.asp
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Fix Slow WiFi Issue https://discussions.apple.com/thread/2398063?start=60&tstart=0
    How To Fix iPhone, iPad, iPod Touch Wi-Fi Connectivity Issue http://tinyurl.com/7nvxbmz
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    Some Wi-Fi losses may stem from a problematic interaction between Wi-Fi and cellular data connections. Numerous users have found that turning off Cellular Data in Settings gets their Wi-Fi working again.
    You may have many apps open which can possibly cause the slowdown and possibly the loss of wifi. In iOS 4-6 double tap your Home button & at the bottom of the screen you will see the icons of all open apps. Close those you are not using by pressing on an icon until all icons wiggle - then tap the minus sign. For iOS 7 users, there’s an easy way to see which apps are open in order to close them. By double-tapping the home button on your iPhone or iPad, the new multitasking feature in iOS 7 shows full page previews of all your open apps. Simply scroll horizontally to see all your apps, and close the apps with a simple flick towards the top of the screen.
    Wi-Fi or Bluetooth settings grayed out or dim
    http://support.apple.com/kb/TS1559
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • Problems with wireless mouse/keyboard after upgrade to snow leopard

    Hi!
    I am wondering if someone has some insight for me.  I recently upgraded to Snow Leopard from Tiger. I have been using a Logitech S 530 wireless keyboard/mouse combo for a few years.  I am now having problems with them irratically.
    1. When on line and the page is large, I often cannot move the blue bar at the bottom of the screen to scroll to the right. What happens is like a stutter; as I am dragging the bar, it and the page shake rapidly side-to-side. Sometimes, I can drag it to the right, but as soon as I let go, it snaps back to the left.  This does not happen in Word.
    2. When in boxes with dropdown options, only occasionally does that happen.  The dropdown either doesn't show, or it flashes quickly.  Sometimes it will work after clicking many times. This happens with dropdown menus as well as search boxes that have dropdown choices for previous searches or suggested searches a la Google.
    3. When I use my function key or mouse to display all windows, I can't choose the one I want.  Regardless of which one I put my cursor over, only the left-most one is highlighted and comes to the front when I click.
    4. There is a varying lag. Sometimes the system is responsive, and other times there is a lag of varying lengths before the system responds to the mouse action (click, drag, zoom, etc.)
    5. For a while, my left mouse button wouldn't work.  I reconfigured it, that seems to have done the trick.
    6. Today, I can't open any of the menu items on Firefox.  I can move the cursor there, but when I click on any of them, nothing happens. This is okay in Safari.
    I have disconnected and reconnected the usb, restarted the computer, and tried to reinstall the software for the mouse and keybord. When I did that, I got a message saying it couldn't install on the current OS, so I went to Logitech and dowloaded and installed the latest version (which indicated it is for OS X 10.6.8.)
    I don't know if this is a Snow Leopard problem, but it started sometime after I upgraded.  Thanks in advance for any help!
    Donna

    Update all your third party software  or uninstall and reinstall 10.6 versions.
    If your going to 10.7, be warned a lot of software will not work at all and your 10.5 era machine will be slow, perhaps even have problems as 10.7 is problematic on older hardware.
    http://roaringapps.com/apps:table
    IMO save for a new 10.8 machine after this summer.
    See #1-15 here, tune yourself up good.
     Step by Step to fix your Mac

Maybe you are looking for

  • No connection to iTunes store but no error

    I receive the following message when opening my iTunes- iTunes could not connect to the iTunes Store. The network connection timed out. Make sure your network settings are correct and your network connection is active, then try again. I am able to co

  • Compiled a custom module

    I compiled a custom madwifi module using a patch for the Atheros 5007EG chipset. If I upgrade the kernel, will it break the module? Will I have to recompile everytime I get a kernel? I currently have the kernel ignored by pacman.

  • Horizontal Scrolling Image JITTERY?

    Hello, I just made a simple flash movie with one 3000 pixel wide jpeg scrolling from left to right, I am using about 500 frames at about 20 frames per second to scroll it using a simple motion tween. There is not much to this movie, but the image is

  • OWB 10.2.0.2 - Problems

    I have a repository on OWB 10.2.0.2. When I try to change something on a table I get an error about Invalid Upgrade Path. I have given the necessary permissions to the target schema and I have noticed that this happens mainly on tables with constrain

  • Error code in web.xml

    hi I have following servlet .. sevlet : PrintWriter out = res.getWriter(); out.println("<p>I will throw a ServletEexception now....</p>"); //res.sendError(404, "messagge"); In the above code res.sendError(404, "messagge"); is commented and i get the