Enable user to change date at runtime

Hi,
My requirement is to enable users to change date ( expiration date in  my case) in bex report.
Can anyone suggest an approach for the same.
Regards,
Suchitra

changing any data after the report is executed will not have any effect since if you are running the report again all the data will be refreshed.
in your case the date field cannot be changed in the report,
else let me know if you are asking if the user will be able to change the date value in the variable screen of the report.
rgds, Ghuru

Similar Messages

  • OIM 11g - User Not enabled After the job "enable user after start date"

    Hi,
    I have a future hired user in OIM whose start date is set in OIM. The status of the user in OIM is 'Disabled Until Start Date'.
    After the start date has passed and the scheduled job 'enable user after start date' is run, I see that the user is still in the status 'Disabled Until Start Date'. I re-run the scheduled job 'enable user after start date', this time manually, still the state of the user remains unchanged.
    Please help in troubleshooting as to find out the root cause of the issue and a workaround/solution, if possible.
    This issue is intermittent and has happened with quite a number of user. Any pointer would be helpful.
    Regards,
    Sudipto S.

    I agree with Nayan.
    One alternative approach can be to write your own custom scheduler which can overcome the limitation of OOTB scheduled job 'enable user after start date'. Let the OOTB job get executed first. After it, your custom scheduler should fire a simple SQL Query:
    SELECT USR_KEY, USR_STATUS FROM USR WHERE (USR_START_DATE > SYSDATE -1) AND USR_STATUS='Disabled Until Start Date';
    //Means those users who are supposed to get enabled today and are still not yet enabled and are in 'Disabled Until Start Date'. May be 2-3 user keys at max will come...
    As you said it happens only intermittently and not for all users... So, let the OOTB scheduled job take care of most of such users... And after it has finished, if any user still remains in 'Disabled Until Start Date', your custom scheduler should enable it via using tcUserOperationsIntf.enableUser(userKey);
    Using API is always better than database update... Because APIs trigger downstream provisioning workflows as well and not just updates OIM Database...
    Keeping your constraints in mind, I think it is the correct answer.

  • Enable user to change channels belonging to a task

    Hi to all, I want to create a SubVI which enables the user to configure channels for a task. When the user finished adding channels to the task, the task should be returned to my main VI. I attached an image of the SubVi (I use the German version, but there should be no problem; if someone has a question, I'll try to translate).
    Currently, I have to questions/problems which are connected to each other (in my view):
    How can I find out and display the channels the user added to the task? I want to test whether everything works fine or not.
    Even more important, the user should have the possibility to view which channels have been added and to rename them (and to change the scaling after I finished this feature).
    Using Google, the forum search and the Labview Help did not help me to find a possibility to view which channels belong to a given task and edit them. Maybe someone of you knows something? By the way, if I have a mistake/something very ugly in my code, please tell me about it. I'm still learning LabView.
    Thanks in advance.
    Attachments:
    channels_in_task.png ‏40 KB
    createDAQtask.vi ‏12 KB

    Hey daxel,
    you can determine the channels in a task with a property node. Take a look at the attached VI, this will show you how.
    If you want to know which channels are added by the user, you must know the channels before and after the edit. Than you can compare the information and find out the added channels.
    I don't know if its possible to change the name of a task after you created it. If it's possible, than with a DAQmx property node like in the example.
    Regards, Stephan
    Attachments:
    View channels.vi ‏9 KB

  • User Status change date

    Dear All
    For an ABAP report , i need to find the table names for date and time of change in the User Status for the Maintenance Order. ( for example from INPR to RETN)
    I have tried JEST and CRM_JEST tables but couldn't found the correct result.
    Pl advice.
    thanks in advance
    Regards
    Manish Bansal

    Take the object number OBJNR and go to table JCDS
    Field Status STAT starting with 'E' i.e., your user status.
    You also have time/date fields there.
    Regards
    Sreenivas

  • Gathering information on which users have changed data in tables

    hi,
    Have a 9.2.0.7 database. today someone made a change to some tables. Is it possible to track which user did this.
    Statspack is not running. I understand that logminer will be able to show me the data changes (I think) but what about the user?
    thanks

    [Flashback Query|http://www.oracle-base.com/articles/9i/FlashbackQuery.php] may be possible. but, There are some restrictions for Flashback query.
    [http://www.oracle-developer.net/display.php?id=210]
    [http://www.dbasupport.com/oracle/ora9i/flashback_Query.shtml]
    [http://www.dbasupport.com/oracle/ora9i/flashback_Query2.shtml]
    [http://www.dbasupport.com/oracle/ora9i/flashback_Query3.shtml]
    Last option is log Minor.

  • How to refresh ViewObject from database when another user has changed data?

    Hello, I use oracle database server 9.0.2 and JDeveloper 9.0.3 and I am developing a JClient application. I have JTable which is bound to a certain view object based on one entity and this is shared between many users. If a user inserts or updates a row in the viewobject (using for example the table) and commits changes, another user can not see the the inserted row while the underlying viewobject executeQuery() call.
    What I need is to refresh data for all users if one of them inserts or updates date. Is it possible?
    What I was able to think of was to use timer and executeQuery in certain period of time. Is there any better way? I mean kind of event which is fired when underlaying data has been changed?
    Thank you in advance!

    So you're saying there is no way for a client application to receive notice from the database that a table has been updated? It seems like this would be a valuable feature, and in fact I could very much use such a feature right now.

  • Default date field to today but still allow user to change date if needed.

    This is for a log that is usually accessed daily

    Hi Joey...,
    If you are looking for a formula that will automatically insert today's date in a cell, I don't think there is one tahat will do what you hope. TODAY() inserts todays date alright but it does that every time the cell updates. It would always be today's date.
    If you are entering your data using a form in iOS then after you tap the day button you are offered the choice of "Today" on the number pad. It always seemed to me that this should be the default screen for a date entry.
    This past week I finally discovered that if you choose a month on the date entry screen an go to the next field, the date field will populate with that month, the number of today and the year of today. So to enter today I only need to choose the month.
    I am sure you moved on with this, but I had to let someone know.
    quinn

  • Table name for Info-record where i can get the last changed date and user

    Using ME12, i have changed the price of the info record i want to get the who was the user and changed date...
    I had check in EINA EINE but i couldnt find out please anybody Please help me out by providing solution for this??

    Hi
    If at the data element level the field for which you want to know the old and new fields  the option of CHANGE DOCUMENT option must be  enabled ,then you can find the old and new values in the
    CDHDR -
    Change document header
    CDPOS -
    Change document items.
    Regards
    Pavan

  • How to allow users to change password

    I have enabled users to change their passwords in the Server.app for the Default Site with SSL, and who can access is a group of individuals.
    When I load up the Server site, I am presented with
    a Login to which I then add my username and password and I am then presented with
    Welcome to OS X Server
    OS X Server makes it easier than ever for the people in your organization to collaborate, communicate, and share information.
    I Choose My Settings and the site is redirected to /changepassword of which a page comes
    Forbidden
    You don't have permission to access /auth/ on this server.
    The Directory /Library/Server/Web/Data/Sites/Default/auth/ exists with the corret permissions.  This is an empty directoy tho
    Apache Logs:
    Directory index forbidden by Options directive: /Library/Server/Web/Data/Sites/Default/auth/
    I cannot get this to work.  WIki's are turned on but that doesnt work either. 
    If I Launch /wiki, I am prompted to login, to with I do, and i just get a blank web page
    Apache logs:
    File does not exist: /Library/Server/Web/Data/Sites/Default/__collabd
    This is on a new install of OSX server
    Any Suggestions?

    Hi,
    On the landing page at the bottom it should say "change password".
    That brings you to a forbidden page?
    On my server I do not have the /auth/ folder in my default site, but my changepassword page does work.
    Can you check if going to https://127.0.0.1/changepassword does work? It will give an SSL error.
    Then it might be DNS related conflicting with another router/server in your network
    Or... charge $ 5 per user to change his or her password personally
    Goodluck!
    Jeffrey
    StarPine Support

  • HFM - log that shows if a user has loaded data via web form or excel load.

    I can see any data loads that are coming from FDM, but is there a log that shows any data entered into HFM via web forms or submitted through an excel file? Any input is appreciated.
    Thanks

    You could enable Data Audit to capture data changes made by users, though this will not capture which method users chose to change the data. That is, HFM can show that data changed, and who changed it, but cannot tell whether the data was changed through a form, grid, smart view, or FDM. If you want to prevent users from changing data through forms, grids, or smart view, you can secure those input methods, but you cannot capture which one is used.
    --Chris                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Disabling user through API call -process task-followed by an Enable User...

    Hi,
    I am running on OIM 9.1 BP11. I implemented a process task to disable the user based on a URS form field change.
    I can confirm from the log file and the resource that the Disable user (xellerate user) happened. But the user got enabled back right away. The log file showed that a scheduled task named "Enable User After Start Date" ran and enable the user. So, I disabled that scheduled task.
    Then I repeated the test again. I observed the same behavior of user being disabled and enabled again but this time, OIM called an adapter. This is what I observed in the log file:
    20988 INFO,20 Oct 2010 12:21:56,519,[XELLERATE.DATABASE],DB read: select evt.ev t_key, evt.evt_name, evt.evt_package, mil.mil_name from mil mil, evt evt w here evt.evt_key = mil.evt_key and mil.mil_key=10
    20989 DEBUG,20 Oct 2010 12:21:56,519,[XELLERATE.DATABASE],select evt.evt_key, ev t.evt_name, evt.evt_package, mil.mil_name from mil mil, evt evt where evt. evt_key = mil.evt_key and mil.mil_key=10
    20990 INFO,20 Oct 2010 12:21:56,519,[XELLERATE.PERFORMANCE],Query: DB: 0, LOAD: 0, TOTAL: 0
    20991 DEBUG,20 Oct 2010 12:21:56,519,[XELLERATE.SERVER],Class/Method: tcBusiness Obj/getSqlOperationFromMembers entered.
    20992 DEBUG,20 Oct 2010 12:21:56,519,[XELLERATE.SERVER],Class/Method: tcBusiness Obj/getSqlOperationFromMembers left.
    20993 DEBUG,20 Oct 2010 12:21:56,519,[XELLERATE.ADAPTERS],Class/Method: tcADPCla ssLoader/getClassLoader entered.
    20994 DEBUG,20 Oct 2010 12:21:56,519,[XELLERATE.ADAPTERS],Class/Method: tcADPCla ssLoader/getClassLoader left.
    20995 DEBUG,20 Oct 2010 12:21:56,520,[XELLERATE.ADAPTERS],Class/Method: tcADPCla ssLoader/findClass entered.
    20996 INFO,20 Oct 2010 12:21:56,530,[XELLERATE.ADAPTERS],Adapter: Enabling the User was initiated for the task: Enable User.
    20997 INFO,20 Oct 2010 12:21:56,531,[XELLERATE.JAVACLIENT],System Event Handler : Enabling the User
    I did exactly the same disabling user process at another client and it worked fine. I don't understand what causes OIM to call this system Event handler to re-enable the user.
    Please help.
    Thanks
    Khanh

    Do you have any Entity Adapter or Event Handler or Trigger which enables user for some condition ?
    Check your environment. If you have please remove that and try.
    Does this user has and provisioned resource ? If yes, try for some other user which doesn't have resource provisioned.

  • How to allow a user to change Payment terms on A/R documents

    Hi All,
    I want to allow one of my user to change payment terms on A/R documents. I could'nt found it where to authorize a user for this purpose. Can anybody help me out with this?
    BR

    Dear Naveed,
    To enable users to change the Payment Terms in A/R, please give the user Full Authorization for Price Lists (Inventory -> Price Lists -> Price Lists).
    Hope this helps.
    Regards,
    Lorna

  • Enabling users and automatic provisioning

    Hello,
    I have a problem with automatic provisioning.
    In our context, here is what we want to do :
    - A user has a Start Date
    - Once this user has reached this date, the scheduled task "Enable User After Start Date" enables him in OIM
    - This activation gives a role to him
    - Having this role starts the provisioning of AD and Exchange resources
    And here is the problem we have :
    - The user was supposed to start today
    - The scheduled task ran at 2 AM and enabled him successfully
    - He had the role
    - But no resource provisioning started
    Do you have any clue on why it happened and how to solve it ?
    Thank you for your help !

    Hi,
    If the user having the role assigned.
    Check currosponding rule is active or not. It should active
    If it is active than,
    Check are you able to do access policy based provisioning via UI or not?
    Thanks,
    Kuldeep

  • To Identify changed data in planning layout in BPS

    We have a planning layout  in BPS which user can change data on individual cell.  We also have an EXIT function to distribute data to this layout.
    User changes data on cells then executes the EXIT function to distribute data. During debugging, we see the changed entry with delta amount in the XTH_DATA table. However, there are many entries with similar characteristics; hence we cannot identify the particular changed data, i.e., the changed sales amount, in XTH_DATA of EXIT function. 
    Is there any configuration and/or function to show only the changes data? Any comments/hints are greatly appreciated.
    Best regards,
    Sam

    Hi,
    When you enter for a particular characteristic and remaining characteristic if you left bank , it will store as #  in layout and samething will also in cube. you can check it cube also.
    for eg.
    profitcenter com.code  sales revenue
    100              #              10
    if you want to avoid this then you have to enter all characteristic values.
    Regards,
    Siva.

  • Enabling Change data capture on database

    While Enabling CDC on database I am getting below error, Can any body help me please... 
    Msg 22830, Level 16, State 1, Procedure sp_cdc_enable_db_internal, Line 193
    Could not update the metadata that indicates database edFusionODS is enabled for Change Data Capture. The failure occurred when executing the command 'SetCDCTracked(Value = 1)'. The error returned was 15404: 'Could not obtain information about Windows NT
    group/user 'CSD\bhaskary', error code 0x6e.'. Use the action and error to determine the cause of the failure and resubmit the request.
    Regards Vikas Pathak

    Where is this stored procedure State 1, Procedure sp_cdc_enable_db_internal
    try to open this procedure and see what it is doing, it seems it is not able to find the user CSD\bhaskary
    Mark ANSWER if this reply resolves your query, If helpful then VOTE HELPFUL
    INSQLSERVER.COM
    Mohammad Nizamuddin
    Hallo Mohammad,
    that's not a good advice because the stored procedure is a system procedure and not visible :).
    Try to find it in master or the database itself - it will fail!
    MCM - SQL Server 2008
    MCSE - SQL Server 2012
    db Berater GmbH
    SQL Server Blog (german only)
    Agree, this was just for troubleshooting and understanding the internals to see what might be causing the issue. 
    @Vikas: make sure you are connected in network (it is a domain account right), or you can try with local admin account see if it works fine
    Mark ANSWER if this reply resolves your query, If helpful then VOTE HELPFUL
    INSQLSERVER.COM
    Mohammad Nizamuddin

Maybe you are looking for

  • Handling of Down payments / advance payments retail POS interface

    Hi all, Does anyone know if there´s a best practice to handle down payments with POS interface? thanks in advance Mariana

  • Healing brush working half of the time

    Hello guys. I ve started to use Photoshop cc and I am having really irritating issue with it that I never had with previous versions. My healing brush working with 50/50 success rate. After I pressed ALT then I am putting my pen on skin that I want t

  • LCM Import and Export Issue

    Hi I am trying to migrate a HPS application. But while exporting it i am getting the below eroors in LCM log file. Application artifact listing metadata contains duplicate resource information for /Objects/Application Model. Empty Zip input stream. D

  • Powershot G10 half of the picture is missing.

    I have a Powershot G10, my grandson got a hold of it and I think changed some settings.  I can not figure out what he did, however, when you take a picture only half of it appears on the review screen. Can someone help me with this?

  • Delete Orphaned OCS Servers from BackCompatSite

    We had OCS 2007 R2 in merged topology with LYNC 2010 pool. Couple of days back decommissioned OCS pool, however two OCS mediation servers were removed from network without proporly removed from OCS pool and showing in LYNC BackCompatSite. ( AS we nee