Citrix and Addons

Hi all.
We have a customer that have some troubles running our add-on via Citrix... When starting a system message appear ("Add-on connection timed out.") and the connect method:
string conStr = Environment.GetCommandLineArgs()[1];
SboGui.Connect(conStr);
_SboApplication = SboGui.GetApplication(-1);
Gives me the following exception: "An attempt was made to reference a tiken that does not exist."
This error only happen when working with Citrix... Normal Client/Server and Terminal server does not have this probelem
Anyone have had this issue and know a work-around?

Hi,
We are thinking about Citrix for a new customer. Could you share your experience?
1. What kind of problems did you have? Did you manage to solve them properly?
2. Any performance problem?
3. What is the hardware needed for 40 user enviroment?
I´m not very sure about this, and as it is quite expensive, I will like to know your experience.
Thanks in advance,
Ibai Peñ

Similar Messages

  • I read the article on how to remove Bing; however, it does not show up on my list of installed programs and it does not show up in the list of extenstions under "Tools" and "Addon" yet it is installed as an extention to the right of the addlress line.

    I read the article on how to remove Bing; however, it does not show up on my list of installed programs and it does not show up in the list of extenstions under "Tools" and "Addon" yet it is installed as an extention to the right of the addlress line. It is not my home page. Help!!!

    See also:
    *https://support.mozilla.com/kb/Removing+the+Search+Helper+Extension+and+Bing+Bar
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    *http://kb.mozillazine.org/Resetting_preferences

  • Citrix and BPC NW 2007

    Hello,
    We have been live on BPC NW SP04 via Citrix - using Office 2003- for the past 6 months no issues. We are going through an upgrade to Office 2007. What we noticed is that - when we generate any report from Citrix BPC 7.0  using office 2007 and email to users- the users are unable to view the pagekey, Row and column headings in the report. All they see is #NAME. . When you are in BPC- everything is fine no issues. We did not encounter this problem in 2003. We already changed the Macro level settings in the trust center to Enable all Macros.
    Sample of the BPC report when viewed from  outside of BPC. We would really apreciate any help in this matter.
                   DATASRC     #NAME?     #NAME?     
                   ENTITY     #NAME?     #NAME?     
                   FUNCTIONAL     #NAME?     #NAME?     
                   GEOGRAPHY     #NAME?     #NAME?     
                   MEASURES     #NAME?     #NAME?     
                   TIME     #NAME?     #NAME?     
                   2010.Q1     2010.JAN     2010.FEB     2010.MAR
                   #NAME?     #NAME?     #NAME?     #NAME?
         SGA_SERV_EXP     #NAME?     2,903,451,557.77      653,943,354.39      661,804,523.48      1,587,703,679.90
         TOTAL_EXP     #NAME?     1,648,895,173.70      365,619,296.36      396,896,157.62      886,379,719.72
         NON_CC_ACCT     #NAME?     1,830,861,145.32      424,416,670.76      395,904,454.08      1,010,540,020.48
         OVERHD_ABSORBED     #NAME?     (576,304,761.25)     (136,092,612.73)     (130,996,088.22)     (309,216,060.30)
    Thanks,
    Shai

    Hi Sanjeev,
    Thanks for the reply. So, in your landscape- you do not encounter any issues for reports saved in BPC Citrix and view them outside BPC- say from a Shared drive or Email.
    Are there any special settings that you had to enable while installing Excel in the Citrix server? We had 2003 and and we are going to 2007.
    Thanks,
    Shai

  • Imac slowing down after installing citrix and Office

    Hi
    I have noticed a slight slowing down in the responsive of my imac (surfing net / carrying out tasks).
    I have plenty of storage space and the only changes made recently are installing Citrix and MS office.
    Does anybody have any suggestions?
    Many thanks
    Paul

    Launch the Console application in any of the following ways:
    Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    Open LaunchPad. Click Utilities, then Console in the icon grid.
    The title of the Console window should be All Messages. If it isn't, select
    SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
    View ▹ Show Log List
    from the menu bar at the top of the screen.Click the Clear Display icon in the toolbar. Then try the action that you're having trouble with again. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name, may appear in the log. Anonymize before posting.

  • RE: Citrix and Hydra

    Hi,
    In fact we did that. There are some things to take care of:
    1.) Hydra is not yet out of beta. So you have to rely on Winframe which
    is STILL based on NT 3.51. Which is not supportet to run with Forte
    Version 3.0. (We tried, and it ran pretty well, but you never know)
    2.) In Forte 3.0 you run several Launch-Servers on the same machine. So
    you have to make sure that they don't use the same FORTE_FTLAUNCH_PORT.
    We use a script similar to the one below. The file hostport.txt gives a
    list that shows which terminal uses which port.
    grep %MASCHINE% hostport.txt > %MASCHINE%.txt
    cat %MASCHINE%.txt | sed "1,$s#^.* #SET FORTE_FTLAUNCH_PORT=#g" >
    %MASCHINE%.bat
    call %MASCHINE%.bat
    hostport.txt:
    =========
    Console 6000
    tcp#001 6001
    tcp#002 6002
    tcp#003 6003
    tcp#004 6004
    3.) Also, all of your Client use the same machine name. Forte builds it
    envrepos from that name. So you might specify -fnd =%WINSTATIONNAME% to
    distinguish them.
    Hope this helps
    Uli
    ulrich beutenmueller
    technodata
    germany
    -----Original Message-----
    From: Jason Carpenter [SMTP:[email protected]]
    Sent: Thursday, March 12, 1998 8:05 PM
    To: Forte User Group
    Subject: Citrix and Hydra
    We were wondering if anybody has implemented multiple Forte clients running
    on a server using Citrix or the upcoming Microsoft Hydra. This technology
    allows thin clients to connect to an NT server and run clients on that
    server, similar to how clients (terminals) connect to a mainframe and
    execute client sessions.
    Thanks,
    Jason Carpenter
    CSC Consulting & Systems Integration
    [email protected]
    3811 Turtle Creek Blvd.
    20th Floor
    Dallas, TX 75219

    We were wondering if anybody has implemented multiple Forte clients running
    on a server using Citrix or the upcoming Microsoft Hydra. This technology
    allows thin clients to connect to an NT server and run clients on that
    server, similar to how clients (terminals) connect to a mainframe and
    execute client sessions.Have you considered using X-terminals instead? I haven't done anything
    with this in a while, but one can get pretty good performance out of X over
    a fairly limited bandwidth connection.
    =========================================================================
    Thomas Mercer-Hursh, Ph.D email: [email protected]
    Computing Integrity, Inc. sales: 510-233-9329
    550 Casey Drive - Cypress Point support: 510-233-9327
    Point Richmond, CA 94801-3751 fax: 510-233-6950

  • TS3274 I  working in Citrix and the keyboard does note generate. How can I get it to work?

    I  working in Citrix and the keyboard does note generate. How can I get it to work?

    Close all open apps by double-tapping the home button, then swiping upward on the app window (not the smaller icon) off the screen.
    Then reset: hold down the home button along with the power button until you see the Apple, then let go.

  • What happened to Aurora? It suddenly became Firefox Developer Edition on my computer. My bookmarks and addons all disappeared.

    I think Aurora updated before I turned off my computer. When I booted up again, Firefox Developer Edition appeared in place of Aurora. My bookmarks and addons all disappeared.

    https://support.mozilla.org/kb/recover-lost-bookmarks-firefox-developer-edition

  • Cannot open Citrix and my apple approved Mircosoft Office package anymore.

    After the installation I cannot open Citrix and my apple approved Mircosoft Office package anymore.What happend? I need these programms to work in my homeoffice? Do I need to buy an ordinary computer with Microsoft?
    Who can help me?

    1. Restore you Mac to Snow Leopard from your Snow Leopard backup.
    2.  Partition your hard drive or add an external hard drive and install Lion there.
    3.  Dual-boot (System Preferences:Startup Disk) to get into Snow Leopard when you need access to Word and/or Citrix; or to Lion when you need access to iCloud or apps that require Lion.
    Consider upgrading to Office 2008 or 2011, both of which will work in Lion.  I have no experience with Citrix to advise of a possible update for Lion.

  • All plugins and addons disabled but still have Flash Problem, ?

    What can I do next?
    I have Windows 7 64bit, FireFox 13.0.1 All Plugins and Addons are disabled. I downloaded the latest Flash which states it installed correctly, but it did not show the spinning Adobe box at the start, and no Flash pages work. Everything is ok in Explorer.

    If you can't get Flash 11.3 to work then you can try to revert to Flash 11.2.
    You can download the Flash 11.2 player via this direct link:
    *http://fpdownload.macromedia.com/pub/flashplayer/current/licensing/win/install_flash_player_11_plugin_32bit.exe
    *http://forums.adobe.com/thread/1022066
    You need to uninstall the Flash 11.3 version if you downgrade Flash.
    *http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-windows.html

  • ADDONS on Citrix and Terminal Sessions

    Dear All
       I have  a Major Problem.
    1) My Addons take 6 minutes to startup when i activate on a RDP/Citrix/ Web .
    2) My Citrix Presentation servers are connected at 1G Lan Speed.
    3)My SAPB1/MSSQL server is connected at10/100 LAN Speed.
    Is Anyone facing similar Problem.
    If anyone has an answer please let me know ,your help will will keep me alive,
    Thanks and Best Regards
    Dayal
    Message was edited by:
            Dayal .t

    I'm not sure about that.
    just a small point, the sql server login you use to connect to the server must be db_owner of the database.
    I know, this answer may be far away from your question, but Business One used to crash without this parameters on our installation, when the AddOn was trying to connect.
    maybe that's the solution for you too.
    HTH
    Sebastien

  • New laptop with windows 8.1/IE11 trying to use Citrix and keep getting error "Resource Shortcuts are Currently Disabled".

    Using the same Citrix username/password, I am able to access applications on my other Windows 8 device. I am having problems with my hew HP 15 TouchSmart Notebook PC

    Hi,
    Read this similar thread to see if it could resolve your issue:
    http://answers.microsoft.com/en-us/windows/forum/windows8_1-performance/new-laptop-with-windows-81ie11-trying-to-use/26492ac1-efa5-4f69-ac8d-ec43ebd43c69
    http://answers.microsoft.com/en-us/windows/forum/windows8_1-winapps/error-message-resource-shortcuts-are-currently/2b98f045-e64e-4da1-87d3-86b042574bc1
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • In FF8, how can i get FF8 to keep my third party extensions and addons enabled, instead of having to manualy enable 25 extensions and addons every time i start FF8?

    New in FF8 is that 3rd party addons and extensions have to be manually enabled. But it is annoying to have to manually enable 25 extensions manually every time i restart FireFox 8. There are many addons that i consider important, like Adblock Plus, and would like these to be enabled automatically every time i open Firefox, instead of having to give it permission every time i open my browser.Please tell me if there is a way of keeping my addons and extensions enabled.

    Do a custom install and install each version in its own program folder to use multiple Firefox versions.
    * https://support.mozilla.com/kb/Custom+installation+of+Firefox+on+Windows
    * https://support.mozilla.com/kb/Installing+a+previous+version+of+Firefox
    Create a new profile exclusively for each Firefox version.<br />
    Create a desktop shortcut with -P "profile" appended to the target to launch each Firefox version with its own profile.
    See these mozillaZine KB articles for information:
    * http://kb.mozillazine.org/Creating_a_new_Firefox_profile_on_Windows
    * http://kb.mozillazine.org/Shortcut_to_a_specific_profile
    * http://kb.mozillazine.org/Using_multiple_profiles_-_Firefox
    * http://kb.mozillazine.org/Opening_a_new_instance_of_Firefox_with_another_profile
    * http://kb.mozillazine.org/Testing_pre-release_versions
    <br />
    ''(in reply of a PM)''

  • FireFox Add-ons tab wont load and addons web page is blocked

    I just installed FireFox onto a brand new hard drive, when I open firefox and click add-ons the addon tab will not load it just tells me when its connected to the internet the tab will appear but it is connected, also when I go to the addon web page it is blocked a picture comes up of a yellow background with a black 'stick' man with two options get me out of here or add exception i added an exception but then the page just loads wrong.

    You probably have Malware installed on your system. See this article:
    * [[Is my Firefox problem a result of malware]]
    After making sure that you are not infected anymore, you can install add-ons and themes as you like. This is the add-ons web link -> https://addons.mozilla.org/en-US/firefox/
    Check and tell if its working.

  • Issues with running permission scripts on Hoted desktop via Citrix and when deploying via SCCM

    I am running a permissioning VBScript which runs when I do a standalone insallation manually running the power shell commands to add and publish the application.
    This only runs vis SCCM when a machine installation is acrried out but not a per user installation. Any ideas?
    The same script seems to run sometimes & sometimes does not on a hosted desktop with aps publish via citrix from the appv server. Any ideas?. A coppy of my Deploymentconfig.xml file userscript section that calls the script is below
    <UserScripts>
          <StartProcess RunInVirtualEnvironment="true">
            <ApplicationId>[{AppVPackageRoot}]\Adobe Photoshop CS6 (64 Bit)\Photoshop.exe</ApplicationId>
            <Path>[{AppVPackageRoot}]\..\Scripts\AdobeSerialization.exe</Path>
            <Arguments>adobe_prtk --tool=VolumeSerialize --provfile=[{AppVPackageRoot}]\..\Scripts\prov.xml</Arguments>
            <Wait RollbackOnError="false" />
          </StartProcess>
          <StartVirtualEnvironment>
            <Path>WSCRIPT.EXE</Path>
            <Arguments>[{AppVPackageRoot}]\..\Scripts\VFSCACLS.vbs -guid 6d0756af-b755-493b-8cee-4299e8666978 -error -name "Adobe Photoshop CS6"</Arguments>
            <Wait RollbackOnError="false" />
          </StartVirtualEnvironment>
        </UserScripts>
    The guys in the build team reckon this is an application issues but I can't see how it can be if the applications runs when manually calling the powersehell commands. Also like I said on the Hosted desktop one minutes the script runs and one minute it does
    not.
    Can someone help please?

    Hello,
    If deploying the application to the user, and the configuration file is updated as part of the content and distributed to the DPs, and then downloaded to the client and the client is enabled to run scripts - no I never had that issue.
    If I had something which didn't work I would usually verify what is on the Distribution Point?
    You can download the SCCM 2012 R2 toolkit to verify what is on the DPs;
    http://www.microsoft.com/en-us/download/details.aspx?id=36213
    If it is deployed to the client - it means you can read the client log-file from SCCM. See the AppEnforce.log as a potential candidate;
    http://technet.microsoft.com/en-us/library/hh427342.aspx#BKMK_AppManageLog
    If it gets properly parsed by the App-V Client you can check the App-V event logs, see Tim Mangans blog post about enabling further debug-logs;
    http://www.tmurgent.com/TMBlog/?p=1247
    As I can't see what is happening within your Environment I would redo all the steps and verify what the results were of each step. If one step fails, I would then post what step I had performed up until that point, what the result were of each step and what
    was happening within the final step that I would consider a failure.
    Nicke Källén | The Knack| Twitter:
    @Znackattack

  • Application redraw issue over Citrix and Terminal Server

    Hi All,
    We provide a client-server application which connects to a SQL Server database. The middle-tier is hosted on an application server (Windows Server 2008 R2) which in turn connects to the SQL Server database. The fat client can either be installed on user laptops/desktops
    or published using Citix/Terminal services.
    We have a long standing issue which frankly I just cannot fathom. A customer has published the client via Citrix to users and using roaming profiles. If an employee is using the application in London, the roaming profile is created on a server in London and
    connects to the middle-tier in London. If an employee is using the application in Glasgow, the roaming profile is created in Edinburgh and the user connects to the middle-tier in London. The customer is also using DFS
    The roaming profile consists of the 'My Documents', 'My Pictures', 'My Videos', 'My Music' and 'Windows' folder. Distributed File System (DFS) is used for roaming profile folder replication between offices. See http://technet.microsoft.com/en-gb/library/cc732863%28v=ws.10%29.aspx
    The Edinburgh users are experiencing application redraw issue where the interface loads in chunks. For example, when a user scrolls up and down or left and right, the data loads immediately (from SQL Server) but the interface (GUI) loads in blocks. You can
    actually see each segment of the GUI components loading. The issue also occurs if connecting via a Terminal Server where the application is also installed.
    For London users, it all works fine. If an Edinburgh user comes to London, they have no issues.
    The network connection is super fast between the various offices.
    The application is built using C++ and Delphi and uses the GDI API to draw the objects.
    Any guidance is appreciated.

    Hello partner,
    Thanks for contacting Microsoft. This is Sophia who is going to help with this issue. From your description, I learnt that users from Edinburgh have application redraw issue. However, London users worked fine. Please let me know if I misunderstand your purpose.
    Based on the information, it seems that the issue located in the middle-tier in London. Could you try building a middle-tier in Edinburgh and then test how the issue goes?
    Besides, based on my experience and research, by default the allocation of the bandwidth is 70 percent for graphics data and 30 percent for virtual channel data, meaning when bandwidth usage is under pressure, graphics data is guaranteed to get 70 percent
    of the available bandwidth.  And we can tweak the settings a bit for some scenarios. To change the settings, we can set registry values. Please reference the information below.
    ===========================================================================================================================================
    Note: For these settings to take effect, the computer must be restarted.
    Following is the list of registry values that affect the bandwidth allocation behavior. These are all DWORD values under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TermDD:
    ·         FlowControlDisable: When set to 1, this value disables the new flow control algorithm, making it essentially First-In-First-Out (FIFO) for all packet requests. This provides results similar to Windows Server
    2003. (The default for this value is 0).
    ·         FlowControlDisplayBandwidth / FlowControlChannelBandwidth: These two values together determine the bandwidth distribution between display and virtual channels. You can set these values in the range of 0–255.
    For example, setting FlowControlDisplayBandwidth = 100 and FlowControlChannelBandwidth = 100 creates an equal bandwidth distribution between video and VCs. The default is 70 for FlowControlDisplayBandwidth and 30 for FlowControlChannelBandwidth, thus making
    the default distribution equal to 70–30.
    ·         FlowControlChargePostCompression: If set to 1, this value bases the bandwidth allocation on post-compression bandwidth usage. The default for this value is 0, which means that the bandwidth distribution is applied
    on pre-compressed data.
    For more information about RDP Bandwidth, please reference the article below.
    ================================================
    Bandwidth Allocation for Terminal Server connections over RDP
    http://blogs.msdn.com/b/rds/archive/2007/04/09/bandwidth-allocation-for-terminal-server-connections-over-rdp.aspx
    Top 10 RDP Protocol Misconceptions – Part 1
    http://blogs.msdn.com/b/rds/archive/2009/03/03/top-10-rdp-protocol-misconceptions-part-1.aspx
    If you have any concerns about the action plan above, feel free to let me know.
    Best regards,
    Sophia Sun
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

Maybe you are looking for