Date Offset for Citrix Users

SAP Business One get the current Date/Time from the sql server machine.
I try to access by Citrix client from a country with an other Time Zone to Citrix Server.
Citrix Server have a correct Time Zone but the SAP BO Client use the SQL Server machine Time Zone.
How i can display/use the correct time zone with the remote client?

You may check this thread to find some related info:
Re: Time Zone Differenz between users and SQL Server (Citrix)
Thanks,
Gordon

Similar Messages

  • How to fetch APPROVER NAME  and approval date dynamically for an user

    Hi all..
    How to fetch approver name and approval date dynamicall for an user in an email template..
    can any help me to sort out this pbm,i am new to IDM..
    Thanks in advance..

    Access policies get a static value.  You can't populate a field with an adapter.  If you must do this, leave the field blank, and put an adapter on the process form for your field that must be populated using code or logic.
    -Kevin

  • Data Plan for Business users

    Hey guys,
    My phone, a motorola is currently under a business and we have unlimited family text that runs me $30. My question is how much is the data plans for business users? Also, will I be able to get the cheapest data business plan, say $45 for 200 sms, unlmtd voicmail, email, internet and keep my unlimited family text? I ask because I am a heavy texter. Hope someone can help!

    You will need to get the Data Plan with 200 texts, but the unlimited family texts for $30 will override the 200 texts leaving only the Data.

  • Change number / date format for the user at run time

    Hi,
    Can I configure a report in Oracle Answers to display a column in a particular format for one group of users and a different format for another group of users?

    Hi,
    Yes this is possible.
    In the BMM layer duplicate column which is to be formatted for different group of users. And pull it into the presentation layer.
    Suppose Column 1 for the Group 1 users
    and Column 2 for the Group 2 users
    In the presentation layer, double click on the column and give permission for the column 1 for the group 1 users and group 2 users for column.
    First create a report with all the desired columns with Administrator or Presentation Server Administrator Role. And format the columns according to the different group of users.
    In, NQSConfig.ini change the parameter PROJECT_INACCESSIBLE_COLUMN_AS_NULL which is under security section. By default it is set to No. Set it to yes. And restart the services.
    Now logon with the group 1 users and you can see only the column1 and when logged on with group 2 users, you can see the column2.
    And will solve your problem.
    Please let me know if you need step-by-step process for solving.
    Please award if you found this useful/helpful
    Regards
    MuRam

  • Best solution for data availability for end users --- reverse redirected folder and roaming profile

    Roaming profiles and redirected folders do not seem to work for our environment. They often become troublesome and cause much help desk time and resources.
    Is there a way to have a roaming profile and redirected folder configuration however have the local workstation have the primary copy and have the "server side" version be a backup?
    This would seem to allow the user to have a constantly updated local copy and also have a backed up version on the enterprise server side available.

    Hi,
    I'm afraid there is no such function for saving the main copy on local side.
    However if the sync of your roaming profile or folder redirection is not working well, it will still affect the result even if the function is available.
    Also roaming profile is for "using same profile on different client computers", if the primary copy is on client it will not affect the purpose.
    And for folder redirection it supports Offline Files so client should have a local copy when sync is not work.
    If you have any feedback on our support, please send to [email protected]

  • Data Roaming for USA Users

    Under Network in General Settings, I see a new option for Data Roaming, after upgrading to 2.0. If I am located in the continental USA and don't intend to travel, should I turn this feature to ON?
    What are the pros and cons?
    I couldn't find general information about this feature on the Apple.com site.

    It's always been there.
    If you don't travel out of country a lot, you might as well leave it off. Won't matter either way unless you are out of the country.

  • Up-to-date program for overseas users?

    Hi
    Does anyone know whether the up-to-date program (free upgrade to Mountain Lion) is application for customers living outside US/Canada?  The terms and conditions on the website says this offer is only valid for US/Canada customers, which I find a little strange.
    I just purchased my mac online and wanted to apply for free upgrade.
    Thanks.

    You probably need to contact Apple directly to get a definite answer.
    My guess is that you simply should use the country on the receipt, but if you bought it with an Apple account or credit card that uses a US address, that could apply as well.
    You do not say where you are stationed, but as far as I know, the deal applies to most countries.
    For the other question in this thread, in Danish both "gift" and "giftstof" can be used.

  • Display mode for Material Description in MM02 for Partucular User/UsrGroup

    Dear friends,
    I required to set: Display mode for Material Description in MM02. (Configured thruu2019 Maintain field selection to data screen)
    For Particular User / User group, it should be Change mode. How to achive this. Please advice.
    Thanks and regards,
    RAMAN

    Hi,
    I don't think you can realize it, because in SAP system there are 6 influncing factors:
    Material Type
    Plant
    Industry sector
    Transaction
    Procurement indicator
    SAP Delivery
    Field selection is controlled by field references. You can assign field references to the influencing factors material type, plant, and industry sector in Customizing. SAP maintains the assignment of the field reference to the transaction codes, to the procurement types, and for the SAP delivery. You cannot change this assignment of these field references in Customizing.
    So from my point of view, you can't use the factors of material type, plant and industry sector to distinguish different users' authorization.
    Good day
    Tao

  • AT&T recent data plans for smartphone

    Not sure if there is any gotcha but recently ATT announces the new data plan for smartphone users.  With $160 per month you have
    - Unlimited voice/text
    - 4 smartphone lines
    - 10 GB data share
    With the same amount of monthly I have with Verizon
    - 700 min voice
    - Unlimited text
    - 1 smartphone line with 2GB data by itself
    - 2 dumb phone lines
    Not sure how Verizon is going to react with this.

    The tiered data plans started on AT&T last year.
    http://www.tipb.com/2010/06/02/att-adds-data-caps-rates-iphone-plans-plans-support-tethering/

  • Catalog for site users

    Hi Guys,
    In our site we are getting catalog data for all user including anonymous users also
    Is catalog data shared for all users by defalult or we need to write any code for assigning them ?
    Please give me clear picture on this

    In multisite environment ATG assigns catalog to profile based on site defaultCatalog property, we don't need to worry about it, ContextValueRetriever will take care of it.
    If u have only one catalog, u don't need to worry about catalog assigned it profile, I am still searching how atg assign default catalog in this case, may be scenario.
    If u have more than one catalog, u need to assigning catalog to profile.
            It can be done through many ways: scenario, servlet pipeline(ProfilePropertyServlet)
            U follow any thing, Ultimately u'll be setting catalog property in profile.
         Do following and catalog will be assigned to profile as suggested below
         atg/commerce/catalog/CatalogTools
                     defaultCatalogId=UR_CATALOGID
         atg/commerce/util/ContextValueRetriever
                   userProfile= true
    Quoting from ATG Commerce Programming Guide: Assigning a Catalog to a User
    In order for users to view a catalog, they must have that catalog assigned to their profile. The catalog assumes the existence of a catalog property for the user repository item. The catalog property is a derived property. You can set it in either the user’s myCatalog property or the catalog property of the contract for the user’s parentOrganization. If myCatalog is set, the parent organization’s setting is ignored.
    Oracle ATG Web Commerce adds CatalogProfilePropertySetter and PriceListProfilePropertySetter components to the profilePropertySetters property of the /atg/dynamo/servlet/dafpipeline/ProfilePropertyServlet component in the DAF servlet pipeline:
    profilePropertySetters+=/atg/userprofiling/CatalogProfilePropertySetter,\
                            /atg/userprofiling/PriceListProfilePropertySetter
    For the profile’s catalog property, the CatalogProfilePropertySetter calls the determineCatalog method of the /atg/commerce/catalog/CatalogTools component (class atg.commerce.catalog.custom.CustomCatalogTools). This method invokes the /atg/commerce/util/ContextValueRetriever component, which is the primary mechanism for identifying the catalog to assign so that the appropriate items can be displayed. See ContextValueRetriever Class for more information.
    Thanks,
    Nitin.

  • Manual input for Date offset Buckets in Due date analysis 0FIAR_C03

    Hi Experts,
    I have a requirement where i need to provide a manual input selection to fill offset values of dates for due date analysis.
    For example, current standard report 0FIAR_C03_Q0005 provides data with buckets of 0 days, 1-30 days, 31-60 and so on. Instead of this we need to define this bucket as manual input field and based on that the due date report should fetch the data like as if a user enters 7, 14, 21, 28 and so on till last option as 999 in 6 to eight variables provided than the report should come in buckets of 0-7, 8-14, 15-21 and so on.
    How can i achieve this with BEx.
    -Kushal

    I'm considering you are running this report on a daily basis. Under this assumption, you may create a Key Date Varaible in BEx Query Designer. SAP BEx offers a very useful concept called Key Date. Purpose of Key Date is to execute your report as of today's date (sy-datum) based on a variable. You may create variables also on 'Key Date' & use this variable as subsequent your offsets in the row/col structure. This gives you a better leverage from ABAP side. For such bucket scenarios, your defined variable will give you option to choose input date which can be customized to choose sy-datum as the current date.
    There's no necessity for user to define bucket limits for each level. As per the statements, its obvious the values are multiple of ZOFFSET (The offset provided by users). We can use a simple Customer Exit Variable. We need to first capture the value of ZOFFSET:7. Using CMOD, we can write the custom exit returning a value which gives the bucket range. Another input also must be passed to the exit program to capture 'How many lines you need to process/iterate?'. Say, you create a small formula variable to capture the # of slabs: ZSLABS.  I've just written a basic skeleton. Pls. incorporate your requirements as necessary.
    CASE I_VNAM
    WHEN 'XXXX'.     
         IF I_STEP=2 +(i.e.after popup!)+
              READ TABLE I_T_VAR_RANGE INTO L_S_RANGE WITH KEY VNAM='ZOFFSET'.
    FOR (ZTEMP_I=0; Z_TEMP_1 <= ZSLABS; ZTEMP_I++)
         IF SYSUBRC=0
              CLEAR L_S_RANGE.
              L_S_RANGE-LOW = LOC_VAR_RANGE-LOW(8).      +This is YYYYMMDD+
                        ZOFF_PREV = L_S_RANGE-LOW + 1.
              ZOFFSET = ZOFFSET * ZTEMP_I.
                   IF(ZOFFSET) IS INITIAL.     
                        L_ST_RANGE-HIGH = SY-DATUM.
                        L_S_RANGE-LOW+6(2) = ZOFFSET.          +Just filter only DD from YYYYMMDD+
                   ELSE     
                        L_ST_RANGE-HIGH = ZOFF_PREV.
                        L_S_RANGE-LOW+6(2) = ZOFFSET.
                   ENDIF.               
              L_S_RANGE-SIGN='I'.
              L_S_RANGE-OPT ='B'.
              APPPEND L_S_RANGE TO E_T_RANGE.
    END FOR +(Not sure about For loops; but you may similar logic using normal do/while loops too...)+     
    ENDCASE
    There may be a few errors in code. Pls. review them & let me know your comments. 
    Typos regretted. Thanks!
    Edited by: Arun Bala G on Oct 16, 2010 12:44 AM

  • How to make Adobe acrobat feature to convert SAP  Pages to PDF available for multiple users connected to the same Citrix server

    Hi,
    In my previous endeavours to solve this business requirement where multiple users will be able to use the Adobe acrobat feature to convert SAP pages inside SAP to PDF, I was told that it is not possible to do this for multiple users at the same time. However I have found an article according to which it says it is possible. Could you check it once and let me know if this article can be used for implementing the requirement stated above as this link clearly indicates that Adobe Acrobat is supported on Citrix.
    Please find the link below where it states it is adobe acrobat is supported in Citrix for multiple users.
    http://www.adobe.com/devnet-docs/acrobatetk/tools/AdminGuide/citrix.html.

    1. What is the Acrobat feature that you mean? There's nothing specific to SAP included with Acrobat.
    2. Yes, some Terminal Server configurations appear supported (check carefully). All users of the terminal server will need a license, so far as I know - total licenses = total individual people using.

  • How do I completely disable initial "Checking Compatibility of Add-ons" pop-up for all users on a Citrix server where the FireFox was upgraded to 29.0.1

    I have a set of Citrix servers, we need to upgrade the FireFox on them to 29.0.1
    When I have done this, and a user runs FireFox, now the users are being presented with a pop-up "Checking Compatibility of Add-ons" which delays the start of FireFox.
    I need to prevent this so users just see FireFox start up without any delays.
    I have installed the add-on that re-enables extensions.checkCompatibility and tried various ways of implementing it like pref("extensions.checkCompatibility", false);
    However we seem to have a situation where the add-on that enables the setting is not loaded yet so the setting is not implemented.
    How do I solve this for all users?

    You can try to set the browser.startup.homepage_override.mstone pref to ignore on the about:config
    *http://kb.mozillazine.org/browser.startup.homepage_override.mstone
    You can use a mozilla.cfg file in the Firefox program folder to specify new (default) values and possibly lock prefs.
    Place a local-settings.js file in the defaults\pref folder where also the channel-prefs.js file is located to specify using mozilla.cfg.
    pref("general.config.filename", "mozilla.cfg");
    These functions can be used in the mozilla.cfg file:
    defaultPref(); // set new default value
    pref(); // set pref, but allow changes in current session
    lockPref(); // lock pref, disallow changes
    See:
    *http://kb.mozillazine.org/Locking_preferences
    *http://mike.kaply.com/2012/03/16/customizing-firefox-autoconfig-files/
    *http://mike.kaply.com/2014/01/08/can-firefox-do-this/

  • How can I force Time Machine to make a complete backup of my Hard Drive.  I just installed a new external drive for Backup since my previous one failed.  Now when I back up, Time Machine only backs up my data folder and the Users folder.

    How can I force Time Machine to make a complete backup of my Hard Drive.  I just installed a new external drive for Backup since my previous one failed.  Now when I back up, Time Machine only backs up my data folder and the Users folder.
    When I start a backup. Time Machine says "Oldest Backup: None; Latest Backup: None", so it seems like it should do a complete backup, but it only does a partial. 

    Hi I'd like to jump in here. Your app showed me this:
    Time Machine:
              Skip System Files: NO
              Mobile backups: OFF
              Auto backup: YES
              Volumes being backed up:
                        Macintosh HD: Disk size: 749.3 GB Disk used: 453.81 GB
              Destinations:
                        Plastic Wrapper [Local] (Last used)
                        Total size: 999.86 GB
                        Total number of backups: 64
                        Oldest backup: 2013-07-24 23:25:11 +0000
                        Last backup: 2013-11-17 01:40:47 +0000
                        Size of backup disk: Too small
                                  Backup size 999.86 GB < (Disk used 453.81 GB X 3)
              Time Machine details may not be accurate.
              All volumes being backed up may not be listed.
              /sbin excluded from backup!
              /usr excluded from backup!
              /System excluded from backup!
              /bin excluded from backup!
              /private excluded from backup!
              /Library excluded from backup!
              /Applications excluded from backup!
    Aside from the size of my backup drive, which I will increase at some point, I'd really like to have time machine backing up all system folders, especially Applications. How to I reset this hidden exclusions?
    Thanks,
    Darcy

  • How to change preferences for all users in a Citrix enviroment

    Hello.
    I need change some preference settings for all users in my Citrix enviroment.
    I know change the preference settings for a user, of course, but a have 160 users and a need to change some settings configuration one time on the server for all users.
    The preferents I need change are: 'disable javascript' and 'don't show pdf in IE'
    Thanks.

    Hi Arti,
    In cProjects the authorizations can be managed either by authorization profile administration by system administrator for General authorizations or by Project specific authorizations for individual cProjects elements by Project owner.
    Try the first one and I hope you will get the solution.
    Regards,
    Nishit Jani
    Award points only if you find the information useful.

Maybe you are looking for

  • Not seeing Apple TV 1st gen in iTunes

    I am connected on my guest network because I cannot remember the passord for my main network.  Don't know if that could be a problem, but when I went to try to figure out the original password I can't even figure out where to go on my iMac to try and

  • Flash movie isn't visible on the page

    I've uploaded movies hundreds of times in windows xp and never had a problem of the flash movie not being visible. Does anyone know what I have to do differently in Mac than windows to get the movie to show. In the meantime I'm back doing this with S

  • Mail Chokes on attachment

    I'm getting attachments rejected by my mail system suddenly. It appears the updated pages documents are too complex or large to go as smtp attachments. Anyone understand what's happening? Ken Wheeler, <Email Edited By Host>

  • Media Go Playlist Sort

    Hi, Media Go's playlist function is not user friendly at all. Even so, Media Go is the only music library that is able to transfer playlists succesfully. That said, it should seriously implement a "sort playlist" function or "update playlist order".

  • Business presentation of wat KM is and what it offers

    Hi, We (IT) want to implement Knowlegde management. But first we have to convince our business (client) . So we want to give a presentation of wat KM is and what it offers. This presentation will not be done on a real life system but we want to use s