Does the SI_ID for 'User Folders' and 'Users' remains same in CMC?

Does the SI_ID for 'User Folders' and 'Users' remains same across the environments. For my CMS it is coming as 18 and 19 respectively.
String siName = "User Folders"; // Users
IInfoObjects rpts = iStore.query("SELECT SI_ID FROM CI_INFOOBJECTS, CI_SYSTEMOBJECTS WHERE SI_NAME='"+ siName +"'");
IInfoObject iObj = (IInfoObject)rpts.get(0);
System.out.println("iObj.getTitle() = " + iObj.getTitle());
System.out.println("iObj.getID() = " + iObj.getID());
Any reference text/link for better understanding on this will help a lot.
Thanks & Regards

Typically I believe anything that is created by BOE when you install the product stays consistent across multiple environments that were deployed the same.
You probably should ask in the other [BOE forum|Business Intelligence Solution Architecture;  just to confirm.
Jason

Similar Messages

  • Why does the "fix" for firefox copying and pasting not work?

    I did the fix a few times and restarted firefox, with no success. Also, I installed the latest version of firefox and it is slower now. I have to use firefox for school, otherwise I would just find another way.

    In what way is Firefox slow?
    Is this all the time or only with loading web pages?
    What kind of fix do you mean with: ''Why does the "fix" for firefox copying and pasting not work'' ?

  • Why does Firefox search for Files, Folders and Sizes during the install?

    Every time I install an upgrade to Firefox is scans for File Size, Files and Folders... Why?

    I reset Firefox a second time and now everything seems to be working fine, as you described: "The Forward slash (/) worked for quick find and the Apostrophe (') worked for Quick Find Links Only."
    Thanks.

  • Sizing of the database for additional data and users

    We have been running Oracle Financials for a number of divisions for about seven years now. Currently we are planning migration of another few divisions into the system. This involves migrating existing data from the legacy systems as well as nearly doubling the number of users and activity in the database.
    Could anyone provide any kind of advice / guidelines on how to pre-size Oracle Financials database in such scenario? Maybe there are tools out there to assist with the task? Any advice / pointers to articles and other resources will be greatly appreciated.

    I'm curious as to how much CPU power you have in the iSeries box? If you let me know the value of DSPSYSVAL QPRCFEAT, I can find it out for you.  Did you also use Graph History tool in iSeries Navigator to monitor CPU utilization over an exteneded period of days to conclude that you do have consistently high CPU utilization?
    Since you are at V5R4, you should find a skilled person to help use DB2 System-wide index advisor in iSeries Navigator to identify and create frequently needed indexes (that are not created yet) as the advisor indicates. This is a new tool in V5R4 that I have been using for may local SAP on iSeries customers (and those who use SQL-based applications) and it provides improved system performance in varying degrees. 
    Satid S.
    IBM Thailand

  • I am the the only user and the administrator for my laptop and I have forgotten my password so I can't make any changes or download any programs....

    I am the the only user and the administrator for my laptop and I have forgotten my password so I can't make any changes or download any programs....

    Reset Password using Recovery HD
    Boot into Recovery Partition.
    Start the computer,then press and hold down command and R keys to start into recovery partition.
    When you see the Apple logo, release the keys.
    Wait until you see OS X Utilities window shows up.
    Move the mouse to the menubar at the top and click "Utilities", then select "Terminal"
    from the drop down.
    Terminal window will appear.
    Type in   resetpassword   and press enter key on the keyboard.
    Do not close the Terminal window
    Reset Password Utility window will open with Macintosh HD selected.
    Select the user account from the popup menu box.
    Enter a new password.
    Reenter the new password for the user.
    Enter a hint.
    Click the "Save" button.
    Click  in the menubar and select Restart.

  • Does the power-on password fully protect user data?

    Hi,
    I am a T61 user.
    First question
    Does the power-on password fully protect user data, or could someone just boot from the optical drive or another source?
    Second question
    If I were to use full disc encryption, could I easily unecrypt it in the future?
    Thanks in advance!

    As mostly with everything in life, there are pros and cons related to all sort of data protection schemes. At least in therory, everything that can be encripted may also be decripted in some way, be it via reverse engineering or some other technique. - But of course some sort of protection is always better than no protection at all, especially if you deal with lets say sensible data.
    The power-on password is not a full data protection at all, to get an idea of the different password protection schemes  take a look at the following short descriptions here...
    --> http://www.tech-faq.com/ibm-thinkpad-bios-password.shtml
    ...there are some ways to reset a power-on password and informations how to do so can be found on the net. Further it doesn't help much if somebody takes out the whole harddrive of your Thinkpad.
    Performing a full HDD encription, via an embedded ATM hardware chip inside the Thinkpad, or even using some OS related encription mechanism would be more secure for sensible data, as long as you don't get hardware or software trouble with those parts, which are responsible for the build-in encription/decription scheme. So it's always also a good idea to also perform additional periodically backups of your sensible data, so if some worst case scenario might appear, that you are still be able to restore your valuable data.
    Hope this gives you at least a little idea about the pros and cons of both of these security schemes.
    Message Edited by vkyr on 02-19-2008 01:48 AM
    ThinkPad T60/X32/600/770 · IBM IntelliStation · 3x IBM SpaceSaver II

  • User folders and password file

    How do I copy all the user folders and the users' passwords from ServerA to ServerB?
    Both are running Solaris 10.

    Why not having these user directories shared with NFS ?
    or may be ftp

  • Time machine only copies User Info and Users (Applications, Library, and System are missing) from my quad core Mac Pro.  45 Gb of 162 Gb are missing.  Any one having success with time machine copying all folders using Mavericks?   What do I need to do dif

    Time machine only copies User Info and Users (Applications, Library, and System are missing) from my quad core Mac Pro.  45 Gb of 162 Gb are missing.  Any one having success with time machine copying all folders using Mavericks?
    What do I need to do differently?

    The late, great Pondini was investigating that issue before he passed away.
    See here: https://discussions.apple.com/thread/5125969
    I think there might be information there on how to reset Time Machine to do a full backup. I think you basically have to reset it and start over.

  • GetSelectedFields()  for time stamp and user stamp using java api

    using Java API's
    getSelectedFields() returns NULL  value if values presented also, for Time stamp and User stamp
    properties in Flat tables , is there any other alternative way to get the SelectedFields values ?
    Edited by: Vijaya Sekhar Reddy Alla on Mar 19, 2008 3:16 PM

    Well, I can't say I solved the problem, because I got another one afterwards.
    As usually I created a GetFieldListCommand, set its needed attributes and executed it. Then I read all the field properties out:
    FieldProperties[] fieldProp = getFieldListCommand.getFields();
    Afterwards it is possible to do what you want. Using a for-loop.
    for (FieldProperties fp : fieldProperties) {
        UserStampFieldProperties usfp = (UserStampFieldProperties) fp; // <= Cast error
        FieldId[] fieldIDs = usfp.getSelectedFields();
    And this is what I get now:
    Exception in thread "main" java.lang.ClassCastException: com.sap.mdm.schema.fields.FixedWidthTextFieldProperties cannot be cast to com.sap.mdm.schema.fields.UserStampFieldProperties
    Why this happens, I don't know. But it should somehow be solveable.

  • Users Guide and Users Manual for iPod Touch 4?

    Has anyone located the PDFs for the "Users Guide" and "Users Manual" for iPod Touch 4? I can't seem to find them.
    TIA
    Judie

    In addition to the "User's Guide" there has also been a PDF "Features Guide" for each version of the iPod touch. (The one iwell provided a link for is not for the 4th generation iPod touch. (The 'at a glance' sketch shows the on/off button on the left. It's on the right on the 4th generation iPod touch.) It's possible Apple hasn't posted it yet. But I appreciate you both for trying. Thank you.

  • What is the difference between customer exits and user exits?

    hello friends,
    what is the difference between customer exits and user exits?

    Hi
    User exit - A user exit is a three character code that instructs the system to access a program during system processing.
    SXX: S is for standard exits that are delivered by SAP.   XX represents the 2-digit exit number.
    UXX: U is for user exits that are defined by the user.  XX represents the 2-digit exit number
    Customer exit - The R/3 enhancement concept allows you to add your own functionality to SAP’s standard business applications without having to modify the original applications. SAP creates customer exits for specific programs, screens, and menus within standard R/3 applications. These exits do not contain any functionality. Instead, the customer exits act as hooks. You can hang your own add-on functionality onto these hooks.     *-- Mani
    The following document is about exits in SAP :-
    The R/3 enhancement concept allows you to add your own functionality to SAP’s standard business applications without having to modify the original applications. 
    SAP creates user exits for specific programs, screens, and menus within standard R/3 applications. These exits do not contain any functionality. Instead, the customer exits act as hooks. You can hang your own add-on functionality onto these hooks.
    Types of Exits 
    There are several different types of user exits. Each of these exits acts as hooks where you can attach or "hang" your own add-ons.
    Menu Exits
    Menu exits add items to the pulldown menus in standard SAP applications. You can use these menu items to call up your own screens or to trigger entire add-on applications.
    SAP creates menu exits by defining special menu items in the Menu Painter. These special entries have function codes that begin with "+" (a plus sign). You specify the menu item’s text when activating the item in an add-on project.
    Screen Exits
    Screen exits add fields to screens in R/3 applications. SAP creates screen exits by placing special subscreen areas on a standard R/3 screen and calling a customer subscreen from the standard screen’s flow logic.
    Function Module Exits 
    Function module exits add functions to R/3 applications. Function module exits play a role in both menu and screen exits. 
    When you add a new menu item to a standard pull down menu, you use a function module exit to define the actions that should take place once your menu is activated. 
    Function module exits also control the data flow between standard programs and screen exit fields. SAP application developers create function module exits by writing calls to customer functions into the source code of standard R/3 programs. 
    These calls have the following syntax: 
    CALL CUSTOMER-FUNCTION ‘001’.
    Field Exits
    Field exits allow you to create your own programming logic for any data element in the Dictionary. You can use this logic to carry out checks, conversions, or business-related processing for any screen field.  Example: The data element BBBNR identifies a company’s international location number. You might want to set up your R/3 System so that all international location numbers are larger than 100. 
    The field exit concept lets you create a special function module that contains this logic. 
    You assign the special function module to the data element BBBNR. You then assign the module to any programs and screens in which users can add new international location numbers. When you activate your field exit, the system automatically triggers your special routine whenever a user enters a company location number. 
    In 4.6c, you can use "RSMODPRF" program to create field exits.
    An example of a user exits :-
    MODULE user_exit_0001 INPUT 
        CASE okcode.
            WHEN 'BACK OR EXIT'.
                CASE sy-dynnr.
                        WHEN '100'.
                             SET SCREEN 0.
                             LEAVE SCREEN.
                        WHEN '200'.
                             SET SCREEN 100.
                             LEAVE SCREEN.
                 ENDCASE.
          ENDCASE.

  • My inbox used to show the sender for each message and now it does not...how do I get it back to where it was?

    My inbox used to show the sender for each message and now it does not...how do I get it back to where it was?

    Right click the heading at the top of the message list and select From from the list of options.

  • What applications does the photography version include? and can it be single account for many computers?

    What applications does the photography version include? and can it be single account for many computers?
    I do work in a school and we will need many computers so have the application so can i have a single license that can be used for all?

    Hi there
    The Photography plan includes Photoshop CC + Lightroom & is available as an Individual plan or student/teacher plan.  A unique Adobe ID is required for each membership.
    For schools you may wish to consider Creative Cloud for Education or Creative Cloud for Enterprise - please see Creative Cloud pricing and membership plans | Adobe Creative Cloud for details.
    Thanks
    Bev

  • I cant upload through muse's uploaed to ftp host. And it is so slow! I have the correct password, ftp server, and user name frustrating!!

    I cant upload through muse's uploaed to ftp host. And it is so slow! I have the correct password, ftp server, and user name frustrating!!

    What version of Muse are you using? If it's not 2014.2, please go to the Creative Cloud Desktop App or creative.adobe.com and update.
    The FTP login failure is most likely due to your host not supporting FTP Extended Passive Mode. In Muse 2014.2 switch to "Passive (PASV)" in the Connect to FTP Server dialog.
    Regarding performance, how large is your site (in pages and megabytes)? How many Design view tabs are open? What specific operations are slow?
    If you'd like to send your .muse file, I'll take a look and attempt to isolate the cause of slow performance. Please send me the .muse file at [email protected] along with a link to this thread. If the file is larger than 20Mb you can use a service like Adobe SendNow, Dropbox, WeTransfer, etc. Thanks.

  • Why does the wheel for the apps close and how to keep it open?

    why does the wheel for the apps on the tool bar close and how to keep it open? i've checked thru all the information on your site..

    Exactly which driver did you downlaod and from where? By "GET STRAT", do you mean one of the Getting Started VIs? Error 5 means "NI-488:  Command requires GPIB Controller to be System Controller." Are you using GPIB to control the instrument? If so, what type of board are you using and which version of VISA and NI-488? If the error only occurs on a read, try issuing the query from MAX and see if the error occurs there. In a couple of the Xantrex drivers I looked at, there seemed to be some fixed delays after a write and before a read. You might try increasing those values to see if that makes any difference.

Maybe you are looking for