SOLMAN 7.1 Assigning Hana database Technical system to product system

Hi All,
I am trying to assign a HANA database technical system to Product system.
I am trying to do it in conventional way (i.e in LMDB TCODE--> Selected Product system-->Assign Technical system--> ).
But I am getting below error.
No local proposals; search remotely in SAP SMP (time-consuming).
So wanted to know whether there is any other way for assigning Prodcut system to HANA DB Technical system.
Please find the screen shot for the error message.
Thanks & Regards,
Solman Starter

You can either use a product system that already exists for the ABAP system (if the ABAP system was already connected to Solution Manager) or create a new one. After all you should use the same product system for ABAP and HANA.
Check this for further reference -
Managed System Setup of HANA in Solution Manager 7.1 - SAP Solution Manager Setup - SCN Wiki

Similar Messages

  • Problem when transporting form from DEV system to PRODUCTION system

    Hi Experts,
    We are developing forms in ABAP, for example there is a form developed in dev system and this form has JS coding in some UI elements events like initialize, on change and on exit; also has one script object defined as variable. this script object has some functions defined in order to do some common validations and field specific ones too.
    The form in DEV work fine, all the functions calling, all the validations and the events are working properly as expected. But there is a problem when we moved the changes done in development system into production system. Specifically the script object has the problem: even though the coding is the same in both systems, in production system we had an script error: "Body.CATALOGPARAMS has no properties", as if the Body.CATALOGPARAMS was never instanciated, or it is not defined...
    The code that produces this error is the following:
    var itemCount = 0;
    itemCount = Body.CATALOGPARAMS.DATA.instanceManager.count;
    CATALOGPARAMS is table defined as context table coming from an ABAP FM where is filled and passed into the form.
    In order to fix this problem I changed that part for the following
    var itemCount = 0;
    var catalogTable = null;
    catalogTable = xfa.resolveNode("Body.CATALOGPARAMS.DATA");
    itemCount = catalogTable.instanceManager.count;
    This still works as fine as the other in DEV system. But my question is: will I have the same problem when we transport the changes to production system, you have to know that a transport is not something that you can do every day, so I am taking precautions before the transport. Which of both coding is the best for doing this?
    Any observations, comments, questions in order to clarify some points are welcome, so please do it.
    In advance, thanks a lot.
    Mauricio.-
    Edited by: Mauricio Poblete on May 11, 2010 4:20 PM

    As always, you are the first one to reply... thanks for that!
    before everything, I activated the form, then I added this form to a new transport using se80 transaction: I navigated through the form objects and I added the form to a new transport by second click on the form -> other functions -> write transport entry. is this the correct way to assign a transport package with the entire form (including script objects, layouts, and all you told in the last reply)??
    Can you give me a guide on how-to add the specific parts to the same transport for forms?
    as always, thanks in advance.
    Mauricio.-

  • Consume a HANA Database Procedure from an ECC system (Netweaver 7.31 sp 04)

    Hi All,
    Is it possible to consume a HANA Database Procedure (for that matter anything which is in HANA system) in an ECC system using ABAP?
    I checked the forums and it is mentioned that it is possible to consume from Netweaver 7.4 but we have Netweaver 7.31 sp 04.
    Any help in this regard will be greatly appreciated.
    Thank you.
    -Chandra

    Hi Chandra,
    You can use native SQL to call HANA database procedures or any other HANA views from ABAP.
    You can refer this link to get the more info on how to call native procedures using ABAP.
    http://help.sap.com/abapdocu_702/en/abenadbc.htm
    Hope this helps.
    Best Regards,
    Vaibhav

  • Transaction Launcher: Logical System in Production System does not change

    Hi,
    I created a transaction launcher in the CRM development system (CRD) to launch the transaction IL02 in the ECC 6.0 system (ECD). Then I transported the changes from CRD to the CRM production system CRP. I also transported the changes from ECD to ECC production system ECP.
    However, when I see the transaction launcher in CRP system, it is still configured for the URL of ECD. I want the transaction launcher to connect to ECP. One option I have is to change the class name in the CRP system. However, I am not allowed to create a new ABAP class in the production system. Is there any other way to change the target system automatically in production system?
    Thanks,
    Rohan.

    Thanks Piyush. Could you be a bit more specific? I followed these steps:
    1. In transaction CRMS_IC_CROSS_SYS, created a logical system URL for production system
    2. In customizing setting Copy/Delete Launch Transactions, deleted the transaction launcher id.
    3. In customizing setting Configure Transaction Launcher, created the same transaction launcher id newly.
    I still am not able to change the logical system. However, I can do it if I change the class name.
    While deleting the transaction launcher id, should I be deleting all dependencies?
    Regards,
    Rohan.

  • Transporting Iviews from QA/DEV system to production system

    Hello All,
    I have some iviews that are based on BW report Iview (BEX ). I have them developed in the qa environment. How can I transport the same iview to the production server.
    The portal landscape is some thing like this.
    We have a devlopment and qa portal , these are accessing the DEV and QA bw systems respectively.
    Then we have a production portal server and a production BW server.
    Now we have developed some reports in BEX and those are published on the development portal using Web Application Designer.
    How can we trasport the same iviews to the production environment? or first of all is it possible to transport the same? We are on EP 5.0 Sp4 and BW 3.5
    Thanks in advance
    Pradeep Bhojak

    Bhojak,
    Yes it is possible to do it. Look at export option under System Admin menu. You can export everything as a package and import the same pakage into your Production system.
    Good Luck.
    GO.

  • Transporting objects from development  system to production system

    Hi all,
    how can we transfer the object from development system to QA and QA to Production, for example creating a new sales document type,how can we transfer tthese new sales document object from development to production system.
    any one can please send me with screen shots,then it will be great help for me.
    its very urgent
    my email id is:[email protected]
    Thanks & Regards
    Ramesh chandra

    Hi Kalyan.,
                        When you want to create a new sales order type then its better to copy the existing order type from the standard one and save it in one request and then you release the request in SE09 and further it is transported by Basis people using T.code STMS
    I have sent step by step configuration with screen shots,Please go through that
    REWARD if helpfull
    Thanks & Regards
    Narayana

  • Transport changes from test system to productive system

    Dear Gurus,
    My existing setup is a 3 system landscape DEV->TST->PRD and DEV is the domain controller.
    We develop on DEV system and transport this developments to the TST system.
    Now we want to change the developed objects in the TST system and transport this changes to the PRD system. Is this generally possible? Is this an konfiguration issue?
    Regards,
    Vincenzo

    Hi,
    Why do you want to change this since you have three system landscape? This is the standard practice which you are currently using. Technically you can transport the objects from your TST to PRD by configuring the transport routes etc.
    My recommendation is to keep as it is.
    Hope this helps.
    Manoj

  • How many BW 7.3 systems can be connected to one HANA database?

    Hello Gurus,
    For Development,Test and sandbox environments customer likes to share one HANA database for multiple SAP BW systems.
    So how many BW 7.3 systems can be connected one HANA database (ofcourse on single HANA appliance)?
    Can i install multiple HANA Databases on single HANA hardware?
    Can someone help me on these questions.
    Thanks.
    Srikar

    Hello,
    i would suggest reading this blog:
    How BW-on-HANA Combines With Native HANA
    sap_user_union_001 wrote:
    Today, HANA 1.0 SP3 was released.
    I was not able to find it in downloads - are you sure it is already released?
    sap_user_union_001 wrote:
    You can connect as many systems as you want with the HANA (also 3 BWs).....The problem is, that you only have 1 system, which is able to put the data real-time into the HANA via SLT...the other systems will load their data via ETL into HANA...
    I am not aware about any such restriction. It should be possible to have as many SLT systems replicated as you like. Can you explain why only one SLT is possible?
    Tomas

  • Technical Monitoring one template used for production and non-production system.

    Dear All,
    Is there a way to have one template in Solman Technical Monitoring for production system and non-production system with different alerts ? For example if it exceeds a threshold for production system it will trigger red alert or set automatically an incident and if it's non prod system it will go to yellow warning alert ?
    Regards
    Lukasz Goral 

    Hi Likasz,
    You first create and customize the template, and then assign to a system.
    If it was selecting a system and then customizing a template, then may be such functionality makes sense.
    So, I don't think that is possible.
    Better would be copy the template used for production to non-production and make the adjustment to it.
    Regards,
    Divyanshu

  • License for testing and production systems

    Hi Experts
    Can any one help me out on implementing license in my B1 System.
    According to our contract we have licensed following user types:
    User Type
    Licensed
    AddOn Access License    25
    Professional User                5
    Software Development Kit - Development Version 20
    We have Test/development system in one hardware and Production system on different hardware. Please advice me how to request/allocate license for my test/development system and production system.
    We tried creating a Test System in SAP Market place and requested license for test system. While requesting license for production system, it is found that the license is exceeded. In other words, developent system license also counted.
    Please advice me on the best practices of B1 license implementation.
    Thanks and regards
    Ajith G

    Hi,
    Our customer wants to Keep the production data secure. Developers and consultants should not have the access to it.
    Then you have only two options:
    1.Either you should maintain a standalone b1 server for the developers and consultants to test their solutions and scenarios.
    2.Otherwise you can create users in sql studio for accessing only the test database.
    So that as per your requirement
    All configurations and sample data will be kept in a test environment where developers and consultants can do their work.Once everything is correct Admin will do the transfer to production.
    Note:New users can be created in the sql studio under Databases-><Company Db>->Security->Users, Rt.click new user

  • Content Server config for production system - oac0

    Hi all
    We are setting up content server for our ERP 2005 system, and I am wondering what best practice is for our scenario.
    We have one content server (CST) for development and test systems on host A, and one content server (CSP) for production system on host B. The Archive link configuration in dev and test points to CST. When this is transported to production, it will point to the wrong content server and I will have to reconfigure the archivelink in production to point to the correct content server (CSP).
    What is the best way to set up the production system to point to the content server CSP on host B? Should I define a new content repository in t-code oac0 in dev, and transport this to production? Should I define the new repository directly in production system??
    Please advise.
    Best Regards,
    Thomas

    Hello,
    I had the same problem a few years ago with R/3 4.7.
    I don't think there is a perfect solution but here is what I did :
    In the DEV system, in OAC0, I created 2 content repositories, one for the test sytem and one for the production. I transported these 2 content repositories in the production system.
    In the DEV system, in OAC3, I created temporary links from my business objects to my production content repository. I released the request order.
    Then I deleted these links which are wrong in the DEV system. I transported the order in the R/3 production system where these links are right.
    In the DEV system, in OAC3, I then created  the links from my business objects to  my TEST content repository. I released the second request order.
    So my config is now OK in my test and my production system.
    When we refresh the DEV system by a database copy from the production system. We just have to reimport the test request order to switch the links to be OK on the DEV system. We don't have to recreate the test content repository as it was defined als oi nthe production system.
    I am not sure that this is clear but this works for us with no problems since 2002.
    I hope this helps.
    Olivier

  • Difference in the performance of Quality and Production system

    Hi All,
    We have a scenario wherein we refreshed the production system data into quality system 1 month ago.
    Few days back we noticed that when we are trying to fetch data from COMM_PRODUCT database table (in CRM Production system) based on the product description.....it was taking 2-3 mins.
    However, when we try the same in quality system, it takes only 10 secs. Any idea as to how there is such a difference when both the production and quality contain nearly same data (was refreshed only one month ago).
    Any thoughts on this?

    You should really search the forum before asking. Exactly the same question was asked and answered here two weeks ago: Performance of the program is very good in Quality but Very poor in Prod.
    Rob

  • Logical system names after system copy

    Hi!
    I installed a new SAP system via System Copy (SAPINST) approach.
    As a consequence the old logical system names have been copied.
    Question:
    What is the appropriate approach (tcode, report) to change the logical system names of each clients of SAP system?
    Thank you very much!
    regards
    Jürgen

    Logical System Names
    When data is distributed between different systems, each system within a network has to be clearly identifiable. The u201Clogical systemu201D deals with this issue.                               
    A logical system is an application system in which the applications work together on a common data basis. In SAP terms, the logical system is a client.
    Since the logical system name is used to identify a system uniquely within the network, two systems cannot have the same name if they are connected to each other as BW systems or as source systems, or if there are plans to connect them in any way.
    Although SAP does not recommend that you connect test systems to production systems, a test system can have the same name as a production system. This makes copying production systems to test systems a lot simpler.
    You are only allowed to change the logical system name of a system if the system is not connected to any other systems, because changing the logical system name would render all the connections to other systems useless.
    In BW, you make the settings for the logical system names in the BW Customizing Implementation Guide under Business Information Warehouse ® Connections to other Systems ® General Connection Settings. In the source system, you make the settings for the logical system in the Implementation Guide under Cross Application Components ® Distribution (ALE) ® Basic Settings.
    Note SR047 lists names that cannot be given to BW systems, because they are reserved for internal use.
    Logical system names must contain capital letters and numbers only. SAP recommends the following naming convention for logical system names: .

  • Proxy generation Problem in Production system

    Hi Experts,
    I have consumed WSDL file and created Client Proxy in development system.which is working fine
    After testing it is Transported to the Quality system and Production system both.
    In Quality system Proxy is generated properly and functioning properly.
    But in Production system, Proxy is not generated and even in Tcode SE80 it is not displaying.
    How to solve this problem?
    Please suggest.
    Thanks in advance.
    Regards
    Jagesh

    Hello Experts,
    After Transporting Request to Production systems, all Dictionary objects are also created but Only Proxy is not created(Not appearing in SE80 under the respective package name).
    Please help me in this.
    Regards
    Jagesh

  • Problem of unit of measurment in production system

    Hi Friends,
    I'm facing a peculiar problem of unit of measurement like error in all quantity and curreny fields in report output after transporting a query from quality system to production system but this query is generated from multiprovdier. what might be the problem.   
    Regards,
    Srinivas.

    Hi Dave,
    Thanks for ur reply. but to trace in monitor it is not showing any error message.
    My Mail ID is [email protected]  Please the send the document
    Regards,
    bharat

Maybe you are looking for

  • Extract Hierarchies in BO 4.1 WEBI using Java Restful Webservice

    Hi , We are using Bo4.1 SP3. Whether can we extract hierarchies from web intelligence report? Whether there is any URL to extract hierarchies? Regards, Kavitha S

  • Help??????????I need help from a competent person

    Help. When will I get my downlosd???????

  • Set-up Challenge

    Alright, here's the deal. I've got 65GB of music on my internal hard drive in iTunes on my desktop Mac. What I need is an external hard drive that I can backup all my stuff on, but most importantly iTunes. I then need to be able to plug the hard driv

  • Report Printing Very Small

    I'm trying to determine if this is a driver, .Delphi Prism, or report issue. We are using a Star TSP650 printer to print transaction receipts at a cash register. The report prints fine in the designer. However, when printing from Prism it comes out v

  • Installing libunity and dirty rm

    I can't seem to install libunity from source... ==> Continue building libunity ? [Y/n] ==> ---------------------------------- ==> ==> Building and installing package ==> Making package: libunity 6.12.0-1 (Sun Dec 2 23:17:26 WET 2012) ==> Checking run