The TIBCO Platform is a real-time, composable data platform that will bring together an evolving set of your TIBCO solutions - and it's available now!
A chart showing the TIBCO Platform vision
Jump to content
Forums
Ask questions and gain insight from discussions

Recommended Posts

  • 1 month later...
Posted

Easier way I would suggest is that you can go to manager tab and look for Requests under   which it would show you the user that has logged in alongwith the request it is running .

 

Transaction tab also shows tha users currently logged into the server .

  • 10 months later...
Posted
There is confusion here. I mean when connected to a published database one should be able to get session info such as user(), now() and possibly others.  This is an ansi standard though the psuedo column names may differ.
Posted

There are functions in /lib that can get e.g the current username and domain - you'd probably have to make them custom functions in order to use them the way you're looking to do.

 

 

 

TDV supports NOW() and other similar time functions out of the box, check the Reference Guide for the full SQL support information.

  • 3 weeks later...
Posted

%CURRENT_USER%  is for Spotfire Current Log in user, for TDV, you need to define a procedurePROCEDURE sp_current_user(OUT CURRENT_LOGIN_USER VARCHAR(30))

BEGIN

   CALL /lib/util/getProperty('CURRENT_USER_NAME', CURRENT_LOGIN_USER);ENDcreate a view on top of it, publish to each VDB for easy access. 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...