What user should be used when importing a Power Pivot model into SSAS tabular?

I created a Power Pivot model using my own userid.
In SSDT I can import that model but it saves the model in my own My Documents folder. In SSMS, other users can browse the data in that model.
If I tell SSDT to save the model in the Public user's My Documents, the model is not visible in SSMS for anyone to see.
If a colleague imports the model, it can be seen in SSMS but there is no data when it is browsed.
There seems to be a tie up with the user id I used when the model was first created. Is it possible to break that link, or should we have a user id specifically for creating and deploying Power BI models via SSAS tabular?
Propdev

inputComboboxListOfValues
selectOneChoice
inputListOfValues

Similar Messages

  • I have adobe creative suite 5.5 and have just bought a Sony Video Recorder with 4K. What preset should I use for importing video footage? Alternatively do I need a more recent version of the software?

    I have adobe creative suite 5.5 and have just bought a Sony Video Recorder with 4K. What preset should I use for importing video footage? Alternatively do I need a more recent version of the software? If so, what version do I need and can I download it from Adobe.

    I have adobe creative suite 5.5 and have just bought a Sony Video Recorder with 4K. What preset should I use for importing video footage? Alternatively do I need a more recent version of the software? If so, what version do I need and can I download it from Adobe.

  • Problem when importing the complex bean model into webdynpro

    hi all,
    when importing the complex bean model into the webDynpro, it was returning the blank.
    Thanks in advance

    Hi,
      show your code for see and understand what could be wrong.
    Here one mine example:
    The model class
    * Created on 27-ott-2006
    * To change the template for this generated file go to
    * Window>Preferences>Java>Code Generation>Code and Comments
    package tmp.userslist.comp.model.userslist;
    import java.sql.Connection;
    import java.sql.PreparedStatement;
    import java.sql.ResultSet;
    import java.sql.SQLException;
    import java.sql.Statement;
    import javax.sql.DataSource;
    import java.util.Collection;
    import java.util.ArrayList;
    import java.io.Serializable;
    * @author rtagliento
    * To change the template for this generated type comment go to
    * Window>Preferences>Java>Code Generation>Code and Comments
    public class AllUsers {
    // implements Serializable {
         private Connection con;
         private ResultSet rs;
         private Statement stmt;
         private String SqlQuery;
         private Collection usersList = null;
         private UserElement users = null;
    //     private Collection empDetailsList=null;
    //     private EmpDetailsHelperClass  empdetails=null;
         public AllUsers(){
              con = null;     
              java.sql.ResultSet rs = null;
              rs = null;
              SqlQuery  = "SELECT * FROM TMP_USERSLIST ; ";
         public Connection getConnection (){
                   return con;
         public void setConnection (Connection c){
              con = c;
         public Collection getUsersList()
              return usersList;
         public UserElement getUsers()
              return users;
         public void setUsers(UserElement class1)
              users = class1;
         public void execute() throws Exception {
              String DEBUG = new String("");
              try {
                   stmt = con.createStatement();
                   rs = stmt.executeQuery(SqlQuery);
                   usersList = new ArrayList();
                   usersList.clear();
                   while (rs.next()){
                        users = new UserElement();
                        users.setID(rs.getString("ID"));
                        DEBUG += "ID: " + rs.getString("ID") + " | ";
                        users.setName(rs.getString("NAME"));
                        DEBUG += "NAME: " + rs.getString("NAME") + " | ";
                        users.setSurname(rs.getString("SURNAME"));
                        DEBUG += "SURNAME: " + rs.getString("SURNAME") + " | ";
                        users.setBirthDay(rs.getDate("BIRTHDAY"));
                        DEBUG += "BIRTHDAY: " + rs.getDate("BIRTHDAY").toString() + " ---------- ";
                        usersList.add(users);
                   rs.close();
              } catch (Exception e) {
                   // TODO Auto-generated catch block
                   e.printStackTrace();
                   throw new Exception(e.toString() + DEBUG);
    //          throw new Exception(new Integer(usersList.size()).toString() + DEBUG);
    when use it:
         AllUsers AllU = new AllUsers();
    //     AllU.setConnection(myJdbc.getConnection());
         wdContext.nodeAllUsers().bind(AllU);
         wdContext.currentAllUsersElement().setConnection(myJdbc.getConnection());
         try {
              wdContext.currentAllUsersElement().modelObject().execute();
         } catch (Exception e) {
              // TODO Auto-generated catch block
              e.printStackTrace();
    Hope can help.
    Bye

  • What exception should I use when commit work fails ?

    hi all:
        I create a class with methods to insert , modify and delete trasaction data, 
    when commit work fails, I want to throw an exception, what exception should I use
    for this case?

    In general, you should do your commit using CALL FUNCTION IN UPDATE TASK. As this runs in a different process, you will never be able to catch an exception in your main task, even if you throw one in the Open SQL code. What you should do is carefully validate your data before posting it to the database, so that commit cannot fail for data integrity reasons. If it fails for technical reasons (DB down etc.) there is nothing that your code could do about it anyway, so in this case even getting an exception would be no use. What exactly is it you are trying to accomplish?
    -- Sebastian

  • What user should be used to execute APEXExport

    I am attempting to run a command line export.
    Usage APEXExport -db -user -password -applicationid -workspaceid -instance -skipExportDate -expSavedReports -debug
    -db: Database connect url in JDBC format
    -user: Database username
    -password : Database password
    -applicationid : ID for application to be exported
    -workspaceid : Workspace ID for which all applications to be exported
    -instance : Export all applications
    -skipExportDate : Exclude export date from application export files
    -expSavedReports: Export all user saved interactive reports
    I have tried the username/password used when I login to a workspace via GUI and I get 'Exception in thread "main" java.sql.SQLException: ORA-01017: invalid username/password; logon denied'
    I have tried a login/password used when I run sql statements via pl/sql developer and I get "Invalid Workspace ID '8626806422310253' for User 'crmit'". I know the workspace is valid, because it is returned when I run "select v('workspace_id') from dual;" in SQLWORKSHOP from within the web interface. this user can see the tables in the FLOWS_030100 schema.
    Which username/password should I be using?

    Hi!
    You can use the user who parse the the Apex application data.
    Regards
    /Ulf

  • What settings should i use when creating a wallet???

    Dear sirs...
    i configured the http server to use ssl. using the default wallet it works fine. now i created a certificate request , send it, get the certificate & added it into the wallet, enabled autologin feature, and then make the httpd.conf file point to it. now i can not see my site on the server. by only changing the wallet with the old one, i get the site working again.
    i guess the problem is in the certificate, so what should i check when installing the certificate? is there a limit on key size supported by oracle? should i add a specific cipher suite? how? can anyone tell me where to find a step by step example on using ssl?? (as i told you before, the problem in the wallet)
    thanks for any help
    best regards

    First try doing the following:
    In the Application tier home go to webcache/wallets/default
    Make a copy of the certificates there and then paste ur own certificates. See it might work.
    As for the step by step procedure here is the link:
    http://download-uk.oracle.com/docs/cd/B15595_01/collab.101/b14489/toc.htm
    Regards.

  • What dpi should I use when making a file for a HD (1920x1080px) in Photoshop??

    I am making a graphic for an HD (1920x1080px) in Photoshop and I wanted to know which dpi Should I use? 72dpi?100dpi?300dpi?
    I dont want this to bee seen bad in a big screen...=S
    Thanks in Advance,
    Orangejuice.-

    PPI only applies to print. Don't set it to anything.
    Photoshop defaults to 72 but the number is irrelevant for screen design.

  • What PPI should I use when exporting for a video project?

    I shoot RAW photos.  I like and use Premier Elements 11 to make video.  Frequently I insert photos in the videos and enjoy using the Pan and Zoom technique (frequently credited to Ken Burns).
    Resizing photos helps Premier Elements to run smoothly.  The LR Export command makes it easy.  Using PSD files works well in Premier Elements.  However, I am confused about settings.
    My understanding is that if no Pan&Zoom or cropping is to be done in the video the export should be 1920x1080.  If Pan&Zoom is planned, the setting should be higher by about 50%.  LR makes it simple by letting you specify the "Long Edge" so the setting would be 2880.   The short edge will match the original. 
    What about "Pixels Per Inch" for a HD 1920x1080 video project that may be played on a big HD TV or smaller YouTube?  There is plenty of information about PPI for printing and computer monitors, but not HD Video. 
    Here is screen capture for reference:
    What should the pixels per inch be set at to match 1920x1080 video?  The 140 setting is a complete guess!
    Thanks in advance!
    Bill

    whsprague wrote:
    My understanding is that if no Pan&Zoom or cropping is to be done in the video the export should be 1920x1080.  If Pan&Zoom is planned, the setting should be higher by about 50%.  LR makes it simple by letting you specify the "Long Edge" so the setting would be 2880.   The short edge will match the original. 
    The above sentence from your first post is the correct answer with a few changes as to what settings you need to use in LR's Export module.
    Anytime you "resize" an image it will lose sharpness unless you apply Output Sharpening. I have no idea if Premier Elements applies sharpening, how much it applies, or how much using large raw images slows it down. The best suggestion is for YOU to resize the raw images and apply Output Sharpening that meets YOUR taste as to "crispness." That way Premier Elements will use the properly sized TIFF or JPEG images (no PNG Export in LR) with no further modifications.
    For 1080p (1920 x 1080) Videos:
    Don't use the 'Long Edge' option in LR's Export module since you want both portrait and Landscape images to have the same height. Instead simply enter W: 1920, H: 1080, and Resolution as mentioned doesn't matter. For the Output Sharpening LR's Screen Standard setting should work fine, but review the resized images at 1:1 and adjust to your taste. LR's Develop module Sharpening settings should NOT be used for this purpose. This is for the initial "capture" sharpening only.
    As you mentioned when using Zoom & Pan you will want to increase the file size proportional to the actual Zoom setting you are using inside Premier Elements:
    150% = 2880 x 1620
    200% = 3840 x 2160
    300% = 5760 x 3240
    For best results I'd limit your Zoom to 150%, especially if you’re having performance issues. You also don't want to make your image larger than its native camera raw resolution, which will reduce the sharpness. For higher Zoom settings simply Export the images full-size without using ‘Image Sizing’ or ‘Output Sharpening.’ Use 'File Settings' JPEG, sRGB, with 80 Quality setting, which will provide good results.

  • HT5622 What information should I use when asked for "Label" when attempting to order an iphoto book?

    When attempting to purchase an iphoto book, I am unable to.  It tells me that the Label name is already being used.  I've used my name, and don't know what else I am supposed to do.  I don't want to lose the work I did to create the book, but Apple won't allow me to get to Step 3 in my purchase attempt.

    When attempting to purchase an iphoto book, I am unable to.  It tells me that the Label name is already being used.  I've used my name, and don't know what else I am supposed to do.  I don't want to lose the work I did to create the book, but Apple won't allow me to get to Step 3 in my purchase attempt.

  • What settings should I use when working with video from a minidv?

    I'm recording with a panasonic ag-dvc7 and eddeting on cs5 and would like to get the best quality on video. Im new to all this so I really don't know haw to set up the settings when starting the project.

    Well, the easiest way would be to simply drag the video file to the new item icon in your bin, and PrPro will automatically create a timeline that best fits your video. However, doing so won't actually teach you anything about it. If you're wanting to actually learn the ins-and-outs, then start doing some googling about codecs, wrappers, video standards, etc.
    From a minidv tape, you'll probably be safe manually picking one of the NTSC presets (unless you're in Europe, in which case it would be a PAL preset). Chances are you're shooting 29.97fps, though it might be 23.976, so you should check the properties of your video file in PrPro to see which it is. You'll either be in wide screen (16:9) or standard (4:3) so you'll need to pick which of those you want as well.
    When you start getting into HD footage, it gets a lot more complicated--SD is fairly easy.

  • 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.

  • HT201376 How do I go about unlocking a recovery HD? Also I need to know what disk image should I use when trying to restore a failed(erased) disk in DU?

    Also I need to know what disk image should I use when trying to restore a failed(erased) disk in DU?

    You need to plug it into your computer running iTunes and restore it. Have you tried that? If so, what happened?

  • What program should I use and various??

    Hi friends,
    I have two questions:
    1) So I have finished my project...how do I fit it onto one dvd? Quicktime conversion??
    2) What program should I use to burn to dvd? I have a macbook.
    3) How do I make chapters on the dvd??
    Thank you so much for assisting

    1. Export a QuickTime Movie. Do NOT use QT Conversion. Import the resulting QuickTime file into the DVD creation program. Don't worry about file size at this point. The DVD authoring application will compress and encode. You can fit about two hours of video on a single-layer DVD.
    2. The simplest method is to use iDVD which probably came with the MacBook.
    3. Playing the FCE Timeline, press M twice, name the chapter if you wish and click the Add Chapter Marker button in the resulting window. Then when you export, make sure to choose to include Chapter markers in the Export window. Within iDVD, I think you can also set iDVD to include a chapter marker at set intervals, but not at specific points.
    Not to be snarky, but that seems like three questions...
    Good luck.

  • What OSX should I use on my 2009 MAC Book Pro? Will Yosemite run

    Hi I have a Mac Book Pro from 2009 and I was wondering what OSX should I use on my 2009 MAC Book Pro? Will Yosemite run properly on this computer?

    Welcome to Apple Support Communities
    Your Mac supports OS X Yosemite. If you need to upgrade your Mac, do it, but if you are happy with the OS X version you are running or you do not like changes (OS X Yosemite has got an interface change), you can keep it always that it is not very old.
    In order to upgrade to OS X Yosemite, it is as simple as opening the Mac App Store and downloading OS X Yosemite. When the download finishes, the installer will show up, so follow its steps. Before upgrading, it is important to make a backup of your files with Time Machine -> Mac Basics: Time Machine backs up your Mac - Apple Support You can also check that your applications are compatible with Yosemite in this website -> http://www.roaringapps.com
    OS X Yosemite should run properly, but I recommend you to run it with at least 4 GB of RAM (you can check how much RAM you have in the Apple menu -> About this Mac). In case Yosemite runs slowly, the backup you made will let you go back to your old version.

  • What method should be used for resizing the particular JTable Column width

    I have a four table. Only one table which are on top have a table header. I want that when user resize the topmost table with a mouse other table colume also be resized automatically. So I want to know that what method should be used for resizing the particular JTable Column width.
    Thanks
    Lalit

    maybe you can implement a interface ComponentListener as well as ComponentAdapter with your topmost Table.
    for example:
    toptable.addComponentListener(
    new ComponentAdapter(){
    public void componentResized(ComponentEvent e){
    table1.setSize(....);
    table2.setSize(....);
    /*Optionally, you must also call function revalidate
    anywhere;*/
    );

Maybe you are looking for

  • File name after opening in Photoshop CS3

    After adjusting an image in Lightroom 1.1, I open it, reflecting the Lightroom changes, in Photoshop CS3. When I'm done tweaking the image in Photoshop CS3, I save it as a PSD file. The problem: I find that two PSD files have been saved, one with the

  • How do you know if your ipod video is insured

    My screen is crack anybody know how can fix it and about how much money it would cost   Other OS  

  • JAVA Applets is CRAP

    Unless there is some1 on the planet that knows how to fix a simple problem: It has nothing to do with Java code. The problem is with the JRE and IE. If you use the HTMLCONVERTER that comes with the SDK it converts you applet tags in your html file to

  • Report showing changes in Personnel group/subgroup

    Hi, We need a report that lists employees who have had changes in ther personnel group and/or personnel subgroup.  Is there a standard report we can use, or do we need to write our own? Thanks in advance Kirsten

  • Re: complaint to FCC about Comcast's broadcast stations and prices!

    It has been years since we have used Comcast services.Today we just had it reconnected. We were supposed to get the 105mbs service.It is supposed to be great for gaming and yadda yadda yadda.Well we haven't been able to use our service all day. We tr