Automatically refreshing LOV with user restriction failes

Hi,
I have a report based on Crystal Reports. This reports includes a dynamic parameter (LOV) based on one field in an SAP Query. This SAP query contains an user exit, so that each user can only see "his" data.
Based on that user exit, the LOV of the parameter shows only these values for which the user is qualified for.
When User1 opens the report in InfoView on his own PC he gets "his" LOV, chooses the parameters and runs the report, when User2 on his PC also opens the report a short while after User1 runs his report, then User2 gets the LOV from User1. That means Crystal uses the LOV from the cache and does not refresh the LOV for each execution of the report.
Does anybody has a solution for that?
THis is a very annoying problem.
(I've already done a search on this forum and found someone with exactly the same problem...the post is marked as answered but without explanations...)

hi antinous,
this would most likely have something to do with the way the enterprise crystal reports servers are caching the reports and doesn't really relate to the design of the report.
you can double check this by running the report in the crystal reports designer, and then rerun the exact same report also in the crystal reports designer using different user credentials...this is of course just to double check that the LOV is indeed bringing back the appropriate data for each user.
if the LOV's work fine in the designer and if you haven't found the answer you are looking for then you may wish to repost this to
SAP BusinessObjects Enterprise/Edge, and SAP Crystal Reports Server Administration
BI Platform
you'll have more luck there as this would be the forum that looks after those servers.
jamie

Similar Messages

  • Can iMovie automatically refresh itself with re-edited original photos?

    Using iMovie 10.0.7, I created a 14:58 slide show using 173 photos from Photos Library. When I played it from iMovie Theater on my Apple TV, the thousands of white specks I had spent Retouching in iPhoto had all re-appeared.  I am unable to reload the re-re-edited originals individually without starting from scratch and losing all the timing, titles and transitions that have already been finished.  I only want to replace a couple of dozen photos that are badly speckled, but that means importing to iMovie (creating duplicate images), finding the flawed image in the timeline, deleting it (i.e., putting it back into the iMovie library), then inserting the newer image.  Will iMovie not automatically refresh its copies from the original images?

    It is possible to edit 'in place' original media in an iMovie 10 library and the changes will appear in events and projects when iMovie is relaunched.  (I've tested this but it is an unsupported hack).  However, I assume that your original media is from your iPhoto library and I believe that this will not have been copied into the iMovie library but iMovie will have linked to the items in the iPhoto library.   It would seem that iMovie used the original rather than the edited iPhoto files.  I don't use iPhoto at all and don't know how it handles edited files.
    Geoff.

  • Automatically refreshing LOV failes

    Hi,
    I have a report based on Crystal Reports. This reports includes a dynamic parameter (LOV) based on one field in an SAP Query. This SAP query contains an user exit, so that each user can only see "his" data.
    Based on that user exit, the LOV of the parameter shows only these values for which the user is qualified for.
    When User1 opens the report in InfoView on his own PC he gets "his" LOV, chooses the parameters and runs the report, when User2 on his PC also opens the report a short while after User1 runs his report, then User2 gets the LOV from User1. That means Crystal uses the LOV from the cache and does not refresh the LOV for each execution of the report.
    This is absolutly NOT correct. Does anybody has a solution for that?
    I know that Crystal has problems with dynamic LOV when using Universes, but don't use an Universe in this report.
    Please help!
    Thank you,
    Stefanie

    This is a WAG at best, but a thought none the less...
    Might there be an entry in the system registry or .ini file that is used to tell Crystal how old a cached LOV can get before it is refreshed?  Perhaps that could be changed to "zero"...  (Modify the registry at your own risk!  :->  )
    HTH,
    Carl

  • Material document automatic fill position with user exit or BADI in  MB1B

    Hi gurus,
    We have this requeriment.
    We need to modify a material movement via customizing and enable a new field (Order) in it. (At header's level)
    After that, in MB1B, we need that  after input a maintenance order in that field, the first position in material document will be filled with material and quantity from the order.
    The question in...is there any user-exit or badi that allows me to do this implementation??
    A lot of thanks!!
    Edited by: Cap_ES on Oct 27, 2009 8:30 AM

    As i saw, this requeriment is not possible.
    I'll close the post.

  • Exchange 2010 resource mailbox automatically opening along with user email account

    I've created a number of resource mailboxes for conference rooms, however one of them continuously opens in my Outlook profile. Deleting the profile doesn't seem to help, and it follows me around (it does it in my local Outlook 2010 profile, as well as my
    Outlook 2013 profile in our Citrix environment).
    Right-clicking the mailbox and selecting Close presents a box saying, "This group of folders is assicated with an email account. To remove the account, click the File Tab, and on the Info tab, click Account Settings. Select the e-mail account, and then
    click Remove."
    Unfortunately the profile is not configured to open this account, it's configured to only open my account (a domain admin).  I've also gone into the settings of my account in Outlook and it is not set to open the resource mailbox as an additional mailbox
    on the Advanced tab, so I'm not sure where it's getting this setting.
    Since the issue seems to be unrelated to the actual Outlook profile, I looked at both mailbox objects within the Exchange Management Console and can find nothing in either object that would be instructing Outlook to open both mailboxes.
    Any help is appreciated. Thanks.

    Seems like it's auto-mapped to the account. Run Remove-mailboxpermissions against it, hopefully it will 'refresh' the settings. If it still doesn't work, check the msExchDelegateListLink for the resource mailbox.
    More info for example here:
    http://technet.microsoft.com/en-us/library/hh529943(v=exchg.141).aspx

  • Automatic Refresh of Template

    I have a user exit variable on 0MATERIAL with "Restriction of Values Required by User".  I derive the list of materials for this variable from certain "pre-defined" material groups.  I use this user exit varible in a planning folder.  So, when the user executes this folder, he/she will be asked to select a unique material from the "pre-populated" list.  But once the user selects the material, the template is not automatically refreshing to get the data for that material.  The user needs to press the "Refresh" button to pull the data.  Is there a way to "Refresh" template once user selects his/her choice of material?
    If a "User Entry" variable is used instead of the "User Exit" variable, the template automatically refreshes.  Our users are accustomed to this behavior and they want the template to refresh automatically when they select the required material on the "user-exit" variable also.  This problem is similar to "variable refresh in BPS templates" and is discussed in the following posts.  None of them are conclusive.  Please help.
    Problem with API_SEMBPS_REFRESH
    Problem with API_SEMBPS_REFRESH

    Hi Sameer,
    I had a similar problem in the past & i resolved by making sure buffer call is is set to initial for variable change by user.
    I'm not sure how your exit function looks for the variable, but if you are using "l_buffer_call",
    make sure it is set to initial.
    If the exit function has following line
    l_buffer_call TYPE boole-boole VALUE ''.
    layouts gets refreshed for each varibale change by user.
    But, if exit function has following line
    l_buffer_call TYPE boole-boole VALUE 'X'.
    layout doesn't get refreshed for each variable change by user.
    Hope it gives some insights.
    Hari Immadi
    http://immadi.com
    SEM BW Analyst

  • WebView to refresh and update user when the site is updated?

    Anyone know if its possible for WebView to automatically refresh and update user when the site is updated?

    Not without help. WebView is just a brower. You would need to poll or use an asynchronous notification mechanism.

  • Issue with AD users restricted to certain machines.

    Hi all,
    So, we seem to have a bit of an issue with user accounts that are restricted to logging in to certain machines only. While the user is permitted to log in to the machine (Windows lets them), our ISE server denies the login and the trace looks like this:
    24430 Authenticating user against Active Directory
    24441 Account not permitted to log on using the current workstation
    22057 The advanced option that is configured for a failed authentication request is used
    22061 The 'Reject' advanced option is configured in case of a failed authentication request
    11823 EAP-MSCHAP authentication attempt failed
    12305 Prepared EAP-Request with another PEAP challenge
    11006 Returned RADIUS Access-Challenge
    5411 No response received during 120 seconds on last EAP message sent to the client
    Has anyone seen this?
    Version 1.1.1.268.
    Thanks!
    -Ryan

    Well, as soon as I posted this, the idea hit me.
    We added the two ISE servers' machine accounts in AD to the machines that this user is permitted to log in to, and it works like a charm now. Apparently when a user logs in, ISE passes through a generic machine name (of itself) to AD, and it wasn't matching the list of allowed machines.

  • Automatic cache refresh problem with SXI_CACHE in PI70 Sp09

    Dear Friends,
    We are facing problems with SXI_CACHE
    ISSUE: Automatic refreshing is not done, evey time we had to manaully refresh it going to sxi_cache.
    DETAILS
    SERVER : PI70 SP09, running on Netweaver 2004S
    RFC: Destination INTEGRATIOn_SERVER_HMI
    TYPE : H
    USER : PIISUSER-service user
    Role : SAP_XI_IS_SERV_USER
    prefix path: /dir/CacheRefresh
    Service No : Http port No (configured one )
    License : Valid license not temporary one.
    we have configured as mentioned in Configuration guide, still we are facing problems
    I searched the SDn got few tips , but that really didnt help to resolve the issue.
    Finally we thought of raising this issue to SAP, before doing it i thought i could get some help from SDN.
    Any pointers that could resolve this issue will be appreciated.
    Regards
    [email protected]

    Hi Chandra,
    Plz compare the below mentioned settings with you current settings in XI.
    Go to SM59 and create
    RFC Destination as "INTEGRATION_DIRECTORY_HMI"
    Connection Type: H
    Under Technical Setting TAB
    Target Host: write the host name
    Path Prefix: /dir/CacheRefresh
    Service No: enter J2ee port no (e.g. 50000)
    Under Logon/Security TAB
    select Basic Authontication radio button
    SSL select inactive
    Under Logon:
    Lang: EN
    Client: enter client
    User: XIISUSER
    Password: *******
    Under Special Option TAB
    HTTP Setting:
    HTTP Ver: HTTP 1.0
    Compression: inactive
    Compressed response: NO
    HTTP Cookies: Yes (All)
    After doing abobe, press the Test Connection button and accept all cookies and see what is the result. After this refresh the cacahe by sxi_cache.
    Regards,
    Sarvesh

  • Automatic cache refresh problem with SXI_CACHE

    Dear Friends,
    We are facing problems with SXI_CACHE
    ISSUE: Automatic refreshing is not done, evey time we had to manaully refresh it going to sxi_cache.
    DETAILS
    SERVER : PI70 SP09, running on Netweaver 2004S
    RFC: Destination INTEGRATIOn_SERVER_HMI
    TYPE : H
    USER : PIISUSER-service user
    Role : SAP_XI_IS_SERV_USER
    prefix path: /dir/CacheRefresh
    Service No : Http port No (configured one )
    License : Valid license not temporary one.
    we have configured as mentioned in Configuration guide, still we are facing problems
    I searched the SDn got few tips , but that really didnt help to resolve the issue.
    Finally we thought of raising this issue to SAP, before doing it i thought i could get some help from SDN.
    Any pointers that could resolve this issue will be appreciated.
    Regards
    [email protected]

    Hi Chandra,
    Plz compare the below mentioned settings with you current settings in XI.
    Go to SM59 and create
    RFC Destination as "INTEGRATION_DIRECTORY_HMI"
    Connection Type: H
    Under Technical Setting TAB
    Target Host: write the host name
    Path Prefix: /dir/CacheRefresh
    Service No: enter J2ee port no (e.g. 50000)
    Under Logon/Security TAB
    select Basic Authontication radio button
    SSL select inactive
    Under Logon:
    Lang: EN
    Client: enter client
    User: XIISUSER
    Password: *******
    Under Special Option TAB
    HTTP Setting:
    HTTP Ver: HTTP 1.0
    Compression: inactive
    Compressed response: NO
    HTTP Cookies: Yes (All)
    After doing abobe, press the Test Connection button and accept all cookies and see what is the result. After this refresh the cacahe by sxi_cache.
    Regards,
    Sarvesh

  • LOV Automatic Refresh

    Hello,
    I'm using an automatic refresh list of values, which works fine in WebI,
    in editing mode (java). My clients use the HTML/PDF view of the report, and
    have to refresh the LOV manually.
    Has anyone an idea of how to make the LOV behave the same in Java and HTML
    Thank you
    Martin

    Greetings,
    What happen if you set the document to refresh on open?
    Did you by any chance tick the box at universe to export LOV with universe? If yes you may need to untick this box and set the Automatic Refresh for the LOV.
    You may need to purge the LOV before experting the universe after unsetting the export with universe button.

  • Planning 931 -   Failed to sync with user provisioning

    I am getting " Failed to sync with user provisioning. Check Planning log for details" error message while trying to login
    This issue is not for all users. I can login as admin and refresh my security via planning web

    Hi Amit,
    i had similar issue when i migrated planning application from test to Dev.
    here is the solution which I followed and resolved the issue:
    1.Login as admin account
    2.click on Administration tab.
    3. select Dimensions from menu.
    4. select any of the member.
    5. Click on Assign Access.
    6. Which takes you new window.
    7. Click on "migrate identities", once it is successful.
    8. logoff and try to login with any other user.
    hope this helps.
    www.dornakal.blogspot.com
    Edited by: Dornakal on May 6, 2009 10:52 AM

  • Automatic Refresh of LOV

    Hi,
    When I click on LOV button for a new transaction, the LOV is filtered by the value that was used in the previous transaction.
    Is there a way to automatically refresh the LOV so that all values appear?
    I am using jdeveloper 10.1.3
    Thanks

    Hi,
    there are two aspects in your question that I cannot make sense of
    1. what has the "transaction" to do with it
    2. There is no LOV in ADF Faces of 10.1.3, so which technology are you talking about ?
    Frank

  • Failed to sync with user provisioning 9.3.3

    Hello,
    I have a new twist on a common error. We have two Planning applications. We copied one from prod to dev, but during the duration of this, I had to change my password. Now I can sign onto one planning application, but not the one we refreshed, due to the "Failed to sync with user provisioning" error. I can sign onto EAS Console and Shared Services.
    Can you please tell me what I have to do to resync this Planning application, and instructions on how to do this? I have access to the admin account and database tables if required. This is version 9.3.3.
    Thank you,

    Hello John,
    I am logging in with my user id, which is an administrator, but not the "admin" account. I am unfamiliar with the term application owner, but I expect it is the "admin" account. We use single server sign on, so my network username and password are the Hyperion/Essbase username and password.
    I think the problem is, between the time we copied the application from production and copied it to development, I changed my password.
    I looked in the hsp_users table, and it does not have usernames. Is there a way to associate the user_id with a username to find out which one is mine?
    I would copy the SID value from the working to the non-working one. I understand that part.
    Thank you,

  • RPE-02150: Failed to connect with user... when deploying location

    Hello.
    I've created cube and 3 dimentions in OWB 10.2, then derived them to make business definition for Discoverer 10.1.
    When I try to deploy this business definition, I get error "RPE-02150: Failed to connect with user xxx, password ***, connection null. Disco export file 5039.eex written to directory owb/deployed_files." The error appears at deploying location step. What feature is that?
    Thanks,
    Evgeni

    Hi,
    same situation, same behaviour. I've seen, that the location for the discoverer could only be of type 10.1 database in the lov of the location form. But the database is 10.2. Perhaps that might be the problem.
    Do you have any other suggestions?
    Ciao Stephan

Maybe you are looking for

  • X over battery icon, got new battery yesterday still won't go away

    I brought my MacBook into the apple store yesterday because an X had shown up on my battery icon. They gave me a new battery because the old one had expanded and everything seemed to be working fine. This morning, I wake my computer up and the X is b

  • Web site fit to screen

    I apologise if this is an old (or stupid!) question, but is there anything I can do to make my web site automatically fit the size of the screen being used to view the site? Hope someone is happy to help an iWeb apprentice. My web site is www.lloydve

  • Different links styles in body and footer?

    Hello, I want to set different links style for hyperlinks in footer than they are in body of the site.  Is this even posible? The problem is that body background is white, and footer background is dark brown. So there is no way that I can use the sam

  • Sap script  text overlaping

    Hi All, I have a Sap script which was executing fine .. but since few day i am geeting a problem. The issue is the two text are getting overlapped. Like we have the address of the vendor and some description the bothis working fine if the address is

  • Getting area of characters/images... Any tips?

    My requirement is that we need to measure the size of some texts in the document using scripts. (The document is created by using Indesign tagged text  file placed in the document.) So we placed LS and LE tags between those and then run the script to