What is the "Session Client"?

Hi.
Could you please let me know what the "Session Client" is?
It can be given to each user, and seems to be used for "the filtering in content models".
This might be a basic question, but I don't really understand how I can use it.
I could not find any descriptions in the HANA manuals.
Thank you,
-mamoru

HI Mamoru,
the "session client" is a NetWeaver heritage.
SAP ERPs data model allows the separation of clients (business clients - not pieces of software) in a way that the same technical system can be used by several clients (business clients) while having all data separated.
That way a user "JONES" in ciient "100" can only access data from client "100" and not from any other client.
These clients can be created by the system admins at will and differ from customer system to customer system.
Now if you want to create an analysis model for ERP in HANA it's obviously required to take care of this client modelling.
Our developers decided to handle this requirement by creating a session variable $$CLIENT$$ that can be assigned to a HANA user.
Whenever this user logs on to HANA this variable is set for this session and the current value is used in the analytic view, attribute view or wherever you used it.
For more information check the SQL reference manual at "SESSION_CONTEXT", "ALTER SESSION SET..." and "ALTER USER SET PARAMETER..."
regards,
Lars

Similar Messages

  • Why not jdeveloper creates the persistance unit and the session client and

    why you do not create the persistance unit (outside) and the session client and ...the interface and other required opjects automatically when I create the application or the project?
    why you are using symbols like AFD, JSF, JSP, JPA,.JEE...and tens more, why you do not use a meaningfull names of these process symbols.
    Thanks
    Ali

    Asalman,
    I'm quite happy the JDeveloper behaves the way it does. Why? Because in most of my scenarios I don't want to be driven in a particular direction of development. This my choice of development and I don't like tools that dictate this to me.
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • What is the minimum client requirement for ADF Application?

    Dear All,
    What is the minimum client hardware and software requirement for ADF Application?
    Operation System, Web Browser etc...
    Thank you,

    Presumably you mean for delivering ADF applications across the web to client PCs. As far as I know there's no hardware requirements. However you can find the browser certification matrix in the following link:
    http://www.oracle.com/technetwork/developer-tools/jdev/index-091111.html
    Alternatively by "client" you mean a developer PC's hardware/software requirements to run the JDev IDE, the following link gives more information: http://download.oracle.com/docs/cd/E17904_01/install.1111/e13666/ojdig.htm#BDCDAGAH
    CM.

  • What makes the session database so scalable in the Enterprise Edition?

    What makes the session database so scalable in the Enterprise Edition?
    How does it avoid becoming a bottleneck?

    If you are enterprise customer then Sun has a good program called ASCSP program whereby they answers your architectural questions. They also help to give an estimate of the hadb nodes etc as per your requirements and shall give you performance tips to scale it . This might mitigate your scalability issues.
    Hope this helps !!!

  • What is the absolute client permission needed to receive Unix commands?

    The ARD error "This task is not authorized on (computerName)" is forcing me to allow almost all the privileges in the Remote Management section of client computer's Sharing System Preferences. I've already had to add:
    "open and quit applications"
    "change settings"
    "delete and replace items"
    "restart and shutdown" (see this Apple document's suggestion for Unix commands)
    "copy items"
    It makes no sense to my why 'Generate reports' must also be added, but clicking it off makes the error return. I'm just triggering a Unix command that goes something like "echo 1" and runs as root on the one test computer (and potentially dozens, so it wouldn't be pretty changing settings in that many) If it helps, the ARD host is 10.6.7 with ARD 3.4 (installed via the App Store a couple weeks ago) and the clients are 10.4.11 and 10.5.8.
    I'm preparing documentation for ARD and some clients installing our software will not warm to the idea of widening up the permissions footprint. Potentially dozens of computers will need to be retweaked, even if they wouldn't have to leave their seat.
    We also will need to deploy a pkg installer, so some of those may need to remain checked, but ...
    What is the absolute client permission needed to receive Unix commands?
    Thanks

    Have you tried sending it as User: Root
    To my knowledge with that setting you do not need any client permissions as a unix command used as Root overides any permission set. If this is something you need to do often I do know for a fact you can make the report task up use send as Root and tell it to save as template. After this you will be able use the templte to make things a bet quicker. I believe in oder to do this you must enable root user open Directory Utility in order to do this. Keep in mind root has full permissions and any command you enter with unix will be executed as such. This is a word around in the way that the normal client users do not need to have permissions enabled, also having root available at times is handy in stick situations.

  • How to find out what server the outlook client is connected to/change it automatically

    Hi,
    I am performing a server migration from Exchange 2010 to Exchange 2010 (the previous installation was installed by an outsourced provider and is rubbish so I'm configuring it properly). On the of things the existing server lacks is a CAS array configured,
    so I have built the new Exchange 2010 server, configured a new DB and CASArray. I have created a brand new mailbox for a new user and the user's outlook shows it is connected to casarray.domain.local, I have migrated my own mailbox but internally my outlook
    shows it is connected to oldserver.domain.local (under the account settings when you go to change the settings for the account), this is on a domain joined internal desktop. But at home on my personal laptop non-domain joined, it has appeared to reflect the
    new casarray.domain.local. The outlook client is 2007 in both situations.
    When I run the following command, it shows my mailbox is indeed connected to the new exchange server, but this is not true in outlook
    Get-LogonStatistics -Server "new-exch2010" | where {$_.clientname -eq "new-exch2010"}| ft username,servername,clientname
    If I run the above command against the old server my name shows on that list as well. When I look at the connection status of my outlook it shows that it is connected to casarray for directory, but the old server for mail.
    A couple of other things:
    Mailflow is now going to the new exchange server from the gateway over port 25, the autodiscover record in the internal DNS is now also pointing to the new exchange server, outlook clients and users computers have been completely restarted but still don’t
    seem to pick up the new settings, both the old server and new server functions as a multi-role exchange having the Hub, CAS and MBX roles.
     Now that you have all that background info my question is two parts:
    What is the correct powershell command I can run on the exchange server to ensure that all my outlook clients are connected to the new exchange server for all connection types (or identify those which are connected against the old server)?
    How do I get the outlook clients to automatically pick up the casarray servername once their mailboxes have been migrated?
    I am considering removing the CAS from the old server which may force outlook to find it’s new server but am unsure whether this will work or not, and I think I should migrate all the mailboxes into the new DB before I do this.
    Other than that, I am out of ideas.
    Appreciate, any help. Thanks
    Steve

    I had already run the command Get-MailboxDatabase | FL Identity,RpcClientAccessServer
    and it only identified the old database as being tied to the server name, the new database has the correct casarray and all mailboxes are in this new database. should I also set the old database to point to my casarray as the second command indicates? can't
    do any harm right?
    also, I have outlook 2007 and 2013 at home and both of them had automatically reconfigured
    themselves to point to casarray, my problem is with the internal clients.
    today I have also noticed in DNS there is a Zone which points to autodiscover.domain.co.uk
    and in there it points to my old server.
    a few things to note about the above:
    1. the zone is pointing to the .co.uk domain not the .local - is this correct?
    2. should that zone even be in our internal DNS, i hadn't noticed on previous implementation
    of Exchange I have done
    3. if i change the record within that zone to point to my new server, will this likely show
    up the popup message shown in this link http://www.rackspace.com/apps/support/portal/1218 I havent yet got a certificate for the new exchange server (few more days) and i dont want users seeing any kind of untrusted unsecure connection box or it
    will only lead to panic and flooding the helpdesk
    many thanks
    Steve

  • What's the best client isql tool on windows?

    Not sure what's the best UI tool for isql on windows XP?
    I have ASE 12.5.4 on Linux. Sybase Central  v6.0 and Interactive SQL on Windows XP
    Sybase Central has many errors when I try it connect to Server. Interactive SQL is not convenience to use and it is easy to crash when try to trieve large amount of data.
    Any better client tools for developer? like MS SQL Server Management Studio?

    Hi,
    Sybase Central should work. Sybase Central uses java. So you might want to check the version of java on your machine. With Sybase Central 6.0 you should have jre6 on your machine. What is the exact build of Sybase Central? If you go to Help and About in Sybase Central at the very top of the screen it should give you the complete build number. I can not recommend another tool, because I use only the native Sybase tools.
    What is the default charset set to on your ASE on linux set to?
    I think we can get you using the Sybase Central and Interactive SQL working fine.
    Thanks,
    Dawn Kim

  • What is the best client for ARD from ubuntu linux?

    I attempt to connect to my mac mini running osx 10.7 from ubuntu linux using the default vncviewer application and the tightvnc client and I get to the login display but am unable to click on any of the users nor log in.  I was successful from my windows7 laptop, but not from my windows xp HTPC--ultravnc gets to the login prompt, showed me the password field, but didn't allow me to change focus to that field, however, this isn't reproducable since I get a different behavior each time I try to remote in.

    Back up all data. Update all third-party software to the latest version and remove any you don't need. Download the Yosemite installer from the App Store. Run it.

  • What is the Best Client to Access ALL Exchange features?

    I can't believe in 2006 this problem STILL
    hasn't been resolved, or has it?
    Our Mac users currently use a combination of
    Entourage 2004 for retrieveing mail via iMap,
    and for sending Large attachments to outside
    vendors ( think multiple page PDF and packaged
    Indesign/font/tiff/eps archives),
    Using WebMail through Firefox to access
    Global Functions ( Public Folders, Calendaring
    to Win XP users), and for accessing/publishing
    to the Global Contact List.
    IS THERE ONE APP, that will work close to in
    functionality like OUTLOOK under Win XP,
    without having to maintain both Entourage and
    Webmail Client?

    What exactly do you want to accomplish?

  • What is the option client certificate for user authentication used for?

    Hi All,
    I have to work on a FTPS - XI -SAP scenario.
    I can see an option for client certificate for user authentication when security is enabled for the FTP adapter. what exactly is this option used for?
    P.S: I went through sap help but couldnt quite understand.

    Thanks a lot Mark.
    So for a FTPS -> XI -> SAP scenario the following settings are required.
    1. I have to create a certificate in Visual Admin for the XI server , send a csr to a CA and get it signed by them, and i have to add this to the ssl_service view.
    2. I have to hand over the public key to the FTPS server & this key will be used for encryption of the file
    the above 2 steps are mandatory.
    If i choose to use the client certificate option , i have to get the client certificate from the FTPS server and add it into the TrustedCAs list. This certificate is just to imply that the client is what it claims to be.
    Will this certificate be used for encryption?
    To make it clear let me put it this way. The certificate created in the XI Server is used for encryption and also for ascertaining that the its what it claims to be.
    The clients certificate option is used only to make sure that the client is what its claiming to be & this is not used for encryption?

  • How to know what are the T Codes used by client in SAP HR module in  qualit

    hi experts,
    i have a access of quality server given by my client in SAP HR.I dont know what are the Tcodes used by client.So how i can know what are the Tcodes client is using frequently.i have to list out all TCodes urgently.
    PLZ reply ASAP.
    Thanx in advance..

    Hi
    You can do this by going to SUIM-Transactions-Executable for User
    Then give the user name/id as in user master record and execute.  Now the system will display the list of transaction codes used by that particular user.
    Regards
    Santhosh.S

  • How can I get Inventory Org from the session in POR_CUSTOM_PKG?

    Hi, I want to find what inventory org a user is logged into when they add an item to their cart in iprocurement. Is there anything in the session, client info, profiles, etc. that I can get at from PL/SQL to tell me the inventory org ID?
    Thanks!

    When a person selects an inventory org, the MFG_ORGANIZATION_ID profile gets set. You can use that.
    However, you don't have to select inventory org when adding items to a card in iprocurement. So I am not sure how you can get it definitively.
    Hope this helps
    Sandeep Gandhi
    Independent Consultant
    513-325-9026

  • What is the best hardware for Home Sharing?

    What is the best client machine for Home Sharing on my stereo? aka What do I want for Christmas. 
    Well the CD player is starting to breakdown; that makes two this century. Might be time to replace that whole 5 disk CD player thing and get something to use as a player for  music in the living room stereo. Maybe a second unit in the office as well.
    How to decide what to buy? Am I selecting the right media server option? I am pretty sure I have a server option but how should I set this all up.
    Ethernet. The stereo in the living room doesn't have ethernet cable run to it so the Time Capsule could stream over airport Home Sharing from my iMac 2.4GHz or MacMini server to say my lightly used iPad 32gig. This must slow the network down so I could run ethernet cable if I had to, but the iPad doesn't take ethernet. Performance of the network is important.
    Power on feature. Ideally the hardware should emulate the existing service. I go to the stereo, turn the power on and it starts playing, usually ramdom songs (shuffle) of a preselected playlist (5 cds).
    Remote control. We don't really use this, although changing playlists with my iPhone makes sense. I could hide all the gear in an out of the way closet. Remote control would be a nice feature, and remote control from all devices in the network and over one or two devices. Can I power up/down the stereo, adjust the volume down or pause remotely? This is my most used functionality.
    Server or Client. I could put something with the stereo and load the music on it. Share from it instead of share to it. My music library is currently at 20 gig, so a 32 gig device would work. A old PowerBook as well with any respectable hard drive. Or do I use the TimeCapsule or my low use MacMini server as a media server? What do I do if I want a second player in the Office?
    Sound quality. Yeah, it has to be there, audiophile wise.
    Audio Sources.
    Play a single CD. This is where is gets a little complicated for gear. I do like the option of listening to a cd prior to burning it to iTunes. This starts to require a CD player connected to a iOS device, which is not yet availanble, so drives the gear selection into an older PowerBook. or maybe just add a single disk CD player to a iOS device and let the amplifier select the source.
    FM. It would be nice if the device would get FM so I could toss the tuner as well.
    Display. My existing CD player permits display of the disk and track, which kinda *****. I would like to know the artist, song and album, so remote control comes back into play here.
    Cost. A replacement 5 disk CD player costs about $30 at the local thrift store. New around $200 - $300. I'm getting refurbished iPod 8gb touchs gen4 for $100. I see ebay has iPad 16 gig for around $200. Set the budget around $250. Maybe more christmas is coming   : )/
    Brand. Been thinking Apple as iTunes sharing is easy, but would consider another brand if the price and quality supported the idea.
    Shortlist. Old PowerBook, an iOS device as  client players or a stand alone player with out sharing to it but from it. Haven't looked close to see if they meet the functionality of an old CD player.
    Workflow. How can we add CD music to the server from any client on the network? How do I change playlists? From the remote control? Can I operate the player from the stereo?
    On Hand Gear. My network is running a pair of iMac 24's, iPad gen2, iPhone 3GS 32Gb, iPod gen4 8 Gb, Time Capsule (500Gb), MacMini Server (w/2 500 Gb drives in a RAID 1 config) with SLS. I have several PowerBooks: 17" G4, 14" G3; I could sell or use, USB external CD rw.
    Any recommendations would be appreciated, I have some time before the CD player tanks and Christmas list sent to Santa.
    Ken
    LegacyMac
    Canada

    What does itunes do on a G4?
    Will itunes work under 10.4 with iTune 9 on a G3?
    So back to the G4 1.67 GHz running 10.5.8 with iTunes 10. Adding Home Sharing  to this computer required deauthorising one of the other 5 authorised computers. Also I noticed I must be logged into a user in order for Home Sharing to see the other library... Or atleast that user has to have iTunes running. I logged into my test user account and opened iTunes account as user Tech, found the library on the TC (why doesn't iTunes remember this ?, maybe it has to bee conected to the TC) , shabam the library shows up on the PowerBook G4. Started playing the Tragically Hip , logged out and expected the library to stop sharing but no, I was still able to play from the logged out accout, as long as iTunes was running. Sure enough as soon as I logged back in to that user account and quit iTunes running fron the TC library, the sharing stop. No warning of a connected user though!
    So what about Home Sharing on a Pismo? I fired up the old guy PowerBook bronze keyboard G3 400 MHz, 512 mb ram, running 10.4.11 and iTunes what? iTunes 4, oh yeah, from the iLife 05 install. I need to update to iTunes 9 but before that I should try to see if it can play from the TC. Well no it can't . I can see the TC and load the library but no songs show up in iTunes 4. Must be incompatible file format. I can't see any shared libraries either.
    So I download iTunes 9.2.1 from Apple. Thanks for supporting older machines.  hmmm. installer says iTunes 9.2.1 requires a G4, yet it lets me install into the G3... let's wait for the install to complete and see what is up wit dat... well it installed... but will it run? no, iTunes installs, but it won't run on a G3, it wants a G4 or better.
    So the story goes that for Home Sharing we stop at G4, G3 not invited to the party. Good thing the Pismo just sold on eBay.
    The discussion on Home Entertainment Network over at https://discussions.apple.com/message/15843219#15843219 brings up another thing to test.
    Can I stream the same music to multiple locations? Can I play the same music in the office and the living room? How does Apple handle this?
    My other thought here is, since the TC has a back up of my music why can't I just play that version. Why do I need to back up my music? Guess I could not back up the Music folder in TC but store the music in the TC.

  • Coldfusion session/client variables?

    We have multiple users using VPN to get to our intranet.  When the second user gets on they get the first person's session/client variables?
    I have tried looking for the session/client variables and where they are stored but I can't seem to find them.  I have tried searching out the cookies.
    I would appreciate any help.

    There are not too many people on this forum that have dabbled with ColdFusion. I used to, but that was more than one decade ago.
    Your best bet on getting assistance with your problem, is to go to the ColdFusion forum.

  • What is the difference for page processes in Firefox and IE?

    I created a page that has a bunch of precesses all fired in the correct order in Firefix and every item is shown with the correct value.
    Unfortunately I was naive enough to believe that in Ie this would work as well, but for some reason items are not filled by the very same processes, and urls I am creating with them do no contain the values I fetched with the processes.
    Can anyone explain to me how I fill a lot of items and what the importance of order in the html page is?

    An HTML DB process is a server side thing, regardless of the browser used. What processes are you referring to? Processes you wrote or the builtin processes like Automatic DML and row-fetch? Are these onload or after submit processes? What does the Session State popup show in IE? The best way to "fill a lot of items" if they are all coming from the same table/view is to use the builtin row fetch process.
    Hope this helps.

Maybe you are looking for