"Import SAP NetWeaver BW Models" wizard not working

Hi, I am on BW 7.31 SP-Level 12 and in Eclipse I am trying to import an InfoCube, but first have to use the Quick Launch Import from "SAP NetWeaver BW Models" under "HANA Content".  When I go through this wizard and input the BW Server Info The [Test Connection] and [Next] buttons do nothing even though they are enabled. 
               I found some documentation at:
               http://help.sap.com/saphelp_hanaplatform/helpdata/en/4c/bc34af5f1546e6b4dfb8fb05f25bca/content.htm
               The only thing I can see that I haven’t done is “You have added BW Schema in the SQL privileges for the Modeler user to import BW models.”
Can anyone tell me what this exactly means and where I need to add this?  I'm hoping this is the problem.
Thanks for any help.

Hello Kenneth Murray
Please make sure all the prerequisites are fine - see SAP note
1764251 - Documentation- Importing BW Models in SAP HANA Modeler
and see attached document.
Also, please see the following discussion which explains the SQL privileges part:
Issues Importing BW Model in HANA Studio
BR
Prabhith

Similar Messages

  • IP Modeler / Wizard not working

    Hi,
    We have installed a brand new BI sand box and trying to create a planning scenario. When I execute " Start Modeler " or " Start Wizard " a web page is launched on Internet explorer but I donot get any Modeler contents. I just get " Internet Explorer cannot display the webpage " web page....Does any body knows, what cld be the issue?
    thanks in adavance
    Datta

    it seems like you don't have your BW side and Portal side properly integrated between them and it's mandatory.
    Look through this Note - 983156 -  BI configuration w. Template Installer
    Follow all the steps, before launching the Template.

  • Connection problem when importing SAP NW BW models into HANA developer ed

    I have successfully installed "AS ABAP 7.4 SP5 incl. BW on SAP HANA SP7 [Developer Edition]" and connected with the SAP GUI and added the system into HANA Studio and Eclipse.
    Being connected as SYSTEM in the modeleler (Eclipse & HS) I choose: File->Import->SAP HANA Content->SAP NetWeaver BW Model
    After selecting 'Next' I enter the following:
    Server name: A4H
    Host name: abapci
    Instance number: 00
    Client number: 001
    SAProuter string: <nil>
    User name: <BW user-id>
    Password: <BW pwd>
    When testing the connection or pressing 'Next' in order to connect the following happens:
    HS: nothing
    In Eclipse I get the followin message:
    Initialization of destination generatedJcoDestinationKey_6b3184ab-fb19-4073-9346-c8581df8c15f failed: Connect to SAP gateway failed
    Connection parameters: TYPE=A DEST=generatedJcoDestinationKey_6b3184ab-fb19-4073-9346-c8581df8c15f ASHOST=abapci SYSNR=00 PCS=1
    LOCATION    CPIC (TCP/IP) on local host with Unicode
    ERROR       hostname 'abapci' unknown
    TIME        Tue Sep 02 16:14:31 2014
    RELEASE     721
    COMPONENT   NI (network interface)
    VERSION     40
    RC          -2
    MODULE      nixxhl.cpp
    LINE        193
    DETAIL      NiHLGetNodeAddr: hostname cached as unknown
    COUNTER     8
    It seems to me as if the message is indicating that the 'hostname' is not abapci' which surprises me since on page 13 in the guide ( 
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/601fec98-f975-3110-a397-a322039ecc1a?QuickLink=index&… ) it explicitly is stated that the hostname is "abapci" (which also can be seen in the SAP GUI).
    Anybody got any ideas what is going on???

    Instead of 'abaci' you enter the IP-address.

  • Meet The Experts Questions: SAP NetWeaver Programming Model

    Hi SDN Members,
    In Palo Alto as well as in Walldorf we are having Meet the Expert sessions, where SAP developers will answer your questions to a particular topic.
    <b>SDN Meets Labs Palo Alto Agenda</b>:
    https://www.sdn.sap.com/sdn/index.sdn?page=sdnmeetslabs_palo_alto_agenda.htm
    <b>SDN Meets Labs Walldorf Agenda</b>:
    https://www.sdn.sap.com/sdn/index.sdn?page=sdnmeetslabs_walldorf_agenda.htm
    This thread is your opportunity to ask your question to the Experts already here on SDN and we will make sure that they are going to be asked. (Or at least as many as can be answered within an hour.)
    Please post your questions regarding the <b>SAP NetWeaver Programming Models</b> here.

    LIfe demo of NW Administrator:
    Yes. If everything goes right.
    SolMan is not our focus, but positioning to SolMan Diagnostics will be discussed.
    Message was edited by: Christoph Nake
    Message was edited by: Christoph Nake

  • Camera wizard Not Working

       Camera Wizard Not Working(Without iTunes Installed System/3rd Party System),
    Step1:Connected Data-Cable Iphone to PC
    Step2:select Trust Option On mY iPhone4
    Step3:Select option MS Scanner And Wizard on My PC
    Result On Display:
    iPhone Response- Reconnected and Disconnected(Repeated) Automatically......ie once i connected
    *I'll Try Master Reset iPhone(Home Walk/button Together Press),Switch OFF and back ON My iPhone,Try to other Data cable and other Computer Still Problem was Not solved .

    If you've tried a different cable, a different USB port and a different computer, then your iPhone likely has a hardware issue.
    Create a backup to iCloud or iTunes, then restore your device as new.  Take a new picture, and see if you can import it.  If not, then you need to get your iPhone serviced.

  • The built-in mic in g50 122ca laptop model is not working. please help me out.

    the built-in mic in g50 122ca laptop model is not working. please help me out. OS: Windows Vista (32-bit)

    here is a sample code .
    so far you procedure looks good but
    i bet you have to specify the name of report , instead of 'filename'.
    see this
    Plist_id := GET_PARAMETER_LIST('P_name');
    IF NOT ID_NULL(Plist_id) THEN
    DESTROY_PARAMETER_LIST(Plist_id);
    END IF;
    Plist_id := CREATE_PARAMETER_LIST('P_name');
    ADD_PARAMETER( Plist_id, 'P_Receive_date', TEXT_PARAMETER, TO_CHAR(Receive_date,'mm/dd/yyyy'));
    ADD_PARAMETER( Plist_id, 'P_Hearing_date', TEXT_PARAMETER, TO_CHAR(Hearing_date,'mm/dd/yyyy'));
    ADD_PARAMETER( Plist_id, 'P_Hearing_time', TEXT_PARAMETER, TO_CHAR(Hearing_time,'mm/dd/yyyy'));
    ADD_PARAMETER( Plist_id, 'P_Issue_date', TEXT_PARAMETER, TO_CHAR(Issue_date,'mm/dd/yyyy'));
    ADD_PARAMETER( Plist_id, 'P_Workshop_date', TEXT_PARAMETER, TO_CHAR(Workshop_date,'mm/dd/yyyy'));
    -- RUN_PRODCT(REPORTS,'..\Reports\Pro_License',SYNCHRONOUS, RUNTIME, FILESYSTEM, Plist_id, NULL);
    -- here Pro_License is the name of report.
    did you tried to see if the parameter passed using a message ?
    try
    message('parameter name'); pause; write this before "run_report".

  • Blackberry 9870 Email Account Setup Wizard not working

    i have Balckberry 9870 and I am trying to setup an email account, but into setup wizard, E-mail setup wizard not working. please help

    pankajmaniyar wrote:
    Thanks Ira :-) I will try to reload the operating software and than see, if the problem resolved or not.
    Before you reload your OS I suggest you call your carrier first. This could be an issue on their end, it may be caused if your carrier  has not correctly provisioned the BlackBerry smartphone for BlackBerry data services.
    Click if you want to Thank someone. If Problem is resolved, so that others can make use of it.

  • SAP Netweaver Certification model questions

    Please can any one post SAP Netweaver Certification model questions.
    Thanks
    VK
    Message was edited by: Venu Kanjarla

    HI tadm10_1 and tadm10_2 and tadm12_1 and tadm12_2 and tadm 51 i have this pdf if u want mail me [email protected] (for cost)

  • New Applications model DOES NOT work with StandAlone OSD media

    If you are able to create StandAlone OSD media, the new Applications model DOES NOT work with it.
    - The creation of the media will be successful
    - The application installation itself will be successful
    Yet after the application is installed, it shows the correct process it needs to complete based on the return code in AppEnforce log, but does not process that information back to the the TS Manager so it appears to attempt to download a policy which fails
    causing the task sequence to error out..
    Thanks,
    Squirre1

    It is very similar to this description:
    http://madluka.wordpress.com/2012/05/15/error-0x8000405-when-installing-applications-to-a-workgroup-system-during-build-and-capture-task-sequence/
    It is using the application model, since it is not attached to the domain it is on a workgroup. But it is on standalone media and not during a build and capture sequence, it is during an OSD. But alot of the same puzzle pieces fit. Basically pointing to
    the new applications model not working during standalone OSD when the MP is not available. i would say that not enough information is getting encapsulated into the Application when exported onto the StandAlone media.

  • EVDRE wizard not working.

    Hi,
    we have 2 identical clients (pc). We are running SAP BPC 7.50.05.1004 and Office 2010 on both.
    The problem is that the EVDRE wizard works on one of the clients, but not the other. The one not working simply generates a evdre report without the wizard.
    Any ideas/suggestions ?
    Thank you,
    Joergen

    Hi,
    not entirely correct.
    Sap Note #1513080
    "Currently only BPC 7.5 NW SP05 and above support Office 2010
    Note: BPC NW 7.5 NW cannot work on office 2010 (64-bits), office 2010 (64-bits) is not supported
    Other support MS Office versions for BPC 7.0 NW and BPC 7.5 NW are MS Office 2003 or MS Office 2007"
    Regards
    Joergen

  • SAP Mobile app Stock photo not work for network location

    Hi Experts
    I found if we use network location path (e.g.
    servername\pic folder\) in SAP Business One General Settings -> Path, Picture Folder, then if we logon SAP B1 Mobile app from iPad/iPhone, and try to open stock photo, we will get error:
    Processing Failed
    Internal server error: contact your system administrator
    It looks like it only work for local path, e.g C:\pic
    Even we put path as :
    local pc name\pic folder, it is also not work.
    Any idea about this?
    Thanks
    Tim

    The first link is a temporary fix for a machine that only one or two people will use. This will not fix the Library Machines that some 3000 users can use at anytime. I can not pre-add all these users every time we image a machine. We also loan out laptops and I need these machine to wirelessly login dynamically to the domain. But I also need these machine to allow access if these machine are removed from our campus and the wireless access is not available.
    Thank again for the help and I hope someone at Apple can fix this soon. I going to have a hard time telling the client that thay can not use the OS that came with they're machine.

  • SAP* and DDIC password is not working in Cleint 000

    Hi,
        I have Installed ECC 6.0 IDES Server on Windows 2k3 with Oracle database. First time i was able to login to 000 client with SAP* (default pwd) and did some post installation steps. Now the password is not working.
    I tried the following:
    Go to cmd prompt.
    Sqlplus /nolog
    conn /as sysdba
    sqlplus>UPDATE SAPSR3.usr02 set uflag=0 where mandt='000' and uflag=128;
    All the SAP users were Unlocked.
    Then i tried delete command.
    sqlplus>DELETE SAPSR3.usr02 where mandt='000' and bname='SAP*';
    it says " 0 rows deleted "
    Parameter login/no_automatic_user_sapstar= 0 is set.
    Then Restarted the SAP server and tried logging with password pass it says user and password incorrect.

    Hi,
    As I have given in the earlier pls go through that link.
    And also ...It is good practice to put back the automatic sapstar to 1 as this will not allow other to use same way as sap* /pass and log into the client.
    The first thing is like create one more user in the 000 ,and also other super user incase if you have to use 000 with super user and have your own mechanism like have cutomised program and tcode with which you can activate 000 super user and use some thing like this...or it is only known to SAP BAsis Administrator.etc..
    And also do not work on 000 for regular development or prd work make a copy of this client and start using them .
    This has to be used only for Support pack other SAp related activities.
    The first step after installation is to make a copy of these refrence clients.And start using them.
    Secondly create the sap* usermaster in 000 and remove profiles .
    And enable parameter login/no_automatic_user_sapstar to 1.
    with this we are securing the super user from misuse.
    Incase of emergency you need to delete the sap* user master from Oracle level then activate the prifile parameter and the loginto the 000 client using sap*/Pass.
    Hope this helps.
    Get back if you need more information.
    Thanks.

  • SAP PI FTP sender adapter not working with SAP ECC over Itanium

    Hi,
    We have been running normally SAP PI 7.0 SP14 with no issue for a while.
    We are now in the process of migrate the SAP ECC system from PA risc to IA platform. We are performing some tests between SAP PI and SAP ECC to check that the platform migration is not affecting us in any way and we have found that FTP adapter sender is not working anymore (receiver is working as usual).
    We place some files in the new ECC system and when PI goes to retreive the files it is like it can not read anything. It gives no error but it does not pick any file. This is not happening with the old platform.
    Does anyone have any idea?
    Thanks a lot for your help
    Diana

    Hi,
    I am using FTP connection and for the receiver it is working fine.
    Thanks
    Diana

  • SAP EXIT Variable 0FYEAR is not working for Fiscal Year(OFISCYEAR)

    Dear SDN,
    I have created Simple Query.
    ROWS
    Company code(0COMP_CODE)
    Fiscal Year(0FISCYEAR)
    Columns
    Total Debit postings(0DEBIT)
    Total Credit posting(0CREDIT)
    Filters
    Companycode(Variable Selection option)
    Fiscal year(Varialbe SAPEXIT 0FYEAR)
    Fiscal Year Variant(K4)
    After executing the query in the variable screen only company code is displayed.
    SAP EXIT FISCAL YEAR VARIALBE(0FYEAR) IS NOT WORKING.....
    Is there any setting or activation is required to use SAP EXITS?
    Waiting for Solution......
    Thanks & Regards,
    Praveen.K

    Hi
    In this case you will have to use a Customer Exit (which is Ready for Input) Variable which gets Current Fiscal Year as a Default Value.
    In order to do that - you will need to create a Customer Exit Variable which is Ready for Input. The Variable will have to be assigned with Current Fiscal Year under I_STEP 1 (this refers to the coding of the Customer Exit in T-code: CMOD)
    If you need any help with the coding - don't hesitate to ask.
    Yaniv

  • @import in css file in adf not working

    I created a new css support.css in same folder structure in which first css(base.css) and i use @import in base.css to import rules from support.css in base.css and apply css in a component but this functionality not working. please tell me correct rule to import css file in adf
    base.css code--
    @import url("support.css");
    /**ADFFaces_Skin_File / DO NOT REMOVE**/
    @namespace af "http://xmlns.oracle.com/adf/faces/rich";
    @namespace dvt "http://xmlns.oracle.com/dss/adf/faces";
    and support.css code
    .testCss{
    color :red;
    i want to use testCss in our application

    Hi,
    the information that is missing in your question is "what release of Oracle JDeveloper" we are talking about. If you look at the new feature list for JDeveloper 11.1.2 then you see that @import is supported in that release (previously this has been filed as bug 10066954 that is fixed in the 11.1.2 release)
    http://www.oracle.com/technetwork/developer-tools/jdev/jdev-11gr2-nf-404365.html
    Frank

Maybe you are looking for