P6 version 6.2 on Citrix Windows 2008 R2

Hi,
We are upgrading our Citrix server OS to Window 2008 R2. Can anyone tell me if this the P6 (version 6.2) run on the OS?

I can tell you that 6.2 is only officially tested with Citrix Presentation server 4.5 on Windows 2k3 Server R2 SP2.
P6v7 is officially tested with Citrix Presentation server 4.5 or XenApp 5 on Windows 2k8 Server SP2.
Maybe someone else who has actually attempted or succeeded with implementing P6.2 on 2k8 can provide additional feedback.

Similar Messages

  • Oracle 11g on CITRIX ( windows 2008 R2 ) OS batch file call fails

    Hello Sir/Madam,
    I've been using HOST built-in to invoke a command window to call another application from my oracle application form. The application is GFS Forms 6i on Oracle 11g db w/ XP OS. This logic works.
    --XP OS logic:
    declare
    cmd varchar2(200);
    url varchar2(200) := 'C:\PROGRA~1\ADVANT~1\GFS\start_grids_with_coords_pd.bat';
    location1 varchar2(100);
    location2 varchar2(100);
         begin
              go_block('GAS_SERVICES');
         location1 := substr(:gas_services.location_coord, 1, 5);
         location2 := substr(:gas_services.location_coord, 6, 5);
              tool_env.getvar('comspec', cmd);
         host('cmd /c start '||url ||' '||location1||' '||location2);
         end;
    Now, we are upgrading to W7 OS also, we would like use this function on CITRIX ( Windows server 2008 R2 ) server. For some reason, we are encountering errors when tilda /( squiggly ) line is used or a double quote
    -- CITRIX/W7 logic:
    declare
    cmd varchar2(200);
    url varchar2(200) := 'C:\PROGRA~2\ADVANT~1\GFS\start_grids_with_coords_pd.bat';
    location1 varchar2(100);
    location2 varchar2(100);
         begin
    go_block('GAS_SERVICES');
         location1 := substr(:gas_services.location_coord, 1, 5);
         location2 := substr(:gas_services.location_coord, 6, 5);
    tool_env.getvar('comspec', cmd);
         host('cmd /c start '||url ||' '||location1||' '||location2);
         end;
    I'll appreciate your help!
    Regards,
    Vani Sonti
    Edited by: user11141511 on May 21, 2013 1:46 PM

    Hello,
    Have you tried using long filename instead of short filename ? When using long filename, you need to enclose it with double quotes.
    Exemple :
    url varchar2(200) := 'C:\PROGRA~1\ADVANT~1\GFS\start_grids_with_coords_pd.bat';
    become
    url varchar2(200) := 'C:\PROGRAM FILES\ADVANT_WHATEVER HERE\GFS\start_grids_with_coords_pd.bat';
    and
    host('cmd /c start '||url ||' '||location1||' '||location2);
    become
    host('cmd /c start '|| chr(34) || url || chr(34) || ' '||location1||' '||location2);
    This work fines with Forms 6i on Windows 2003 and Citrix, but didn't try on Windows 2008.

  • MPIO versions for Windows 2008 SP1 and R2?

    Where can I find a list of the latest versions numbers of MPIO for Windows 2008 SP1 and R2?

    Hi,
    Do you mean the latest version of mpio.sys file?
    After search I think the latest version of mpio.sys is 6.1.7601.21687, Date is 19-Mar-2011.
    For all supported x64-based versions of Windows Server 2008 R2
    Collapse this tableExpand this table
    File name
    File version
    File size
    Date
    Time
    Platform
    Mpio.sys
    6.1.7600.20928
    156,544
    19-Mar-2011
    07:34
    x64
    Mpio.sys
    6.1.7601.21687
    156,544
    19-Mar-2011
    07:45
    x64
    For all supported IA-64-based versions of Windows Server 2008 R2
    Collapse this tableExpand this table
    File name
    File version
    File size
    Date
    Time
    Platform
    Mpio.sys
    6.1.7600.20928
    353,664
    19-Mar-2011
    06:52
    IA-64
    Mpio.sys
    6.1.7601.21687
    353,664
    19-Mar-2011
    06:50
    IA-64
    For more information please refer to following MS articles:
    "0x000000D1" Stop error occurs in the Mpio.sys driver in Windows Server 2008 R2
    http://support.microsoft.com/kb/2511962
    "msdsm.sys” and “mpio.sys" files version after SP2 installation
    http://social.technet.microsoft.com/Forums/en/winserverClustering/thread/c18b5111-9888-4aba-bda5-22a54b7227d9
    Lawrence
    TechNet Community Support

  • Windows 2008 support

    Is current version of IOP supported for Windows 2008?

    The next version of IOP, which is going to be out over the next couple of months, will support Windows 2008 server on the server side. The current version - 4.0.x - does not do so. It only supports Windows 2003 Server.

  • Cryptographic Library windows 2008

    Hi people,
    I´m confused with the correct version of Cryptographic Library for windows 2008. I´ve read in different threads, that the version 2003 x64 is correct and the other side that the correct it´s Cryptographic Library Microsoft Win32 for x86/IA32
    Which is it?

    If I was you I'll try the 64bit one then...
    Regards
    Juan

  • Crystal Reports 2011 not working in windows 2008 server CITRIX

    Hi All,
    We are using  Crystal reports 2011 in windows 2008 server which is CITRIX farm., having crystal reports 2011 runtime in it..
    We are using .net applicationton to run the reports.
    The crystal reports parameter popup is getting opened. But the calendar icon is not fuctioning ..clicking on the calendar control no pop up appears. no error too..
    OK button is not responding. Cancel button too.
    Can you please help us why we are facing this issue in CITRIX only. When we are using the same version in desktop, Crystal report is working fine.
    Please feel free to ask if required any more details about my problem.
    Regards,
    Venkat.K

    Ido's idea is excellent, only addition I'd like to make is the following:
    You are trying to run a .NET app. However, CR 2011 does not install any SDKs. So, the directory specified by Ido is not correct. Assuming that by CR 2011 you actually mean "SAP Crystal Reports, Developer Version for Visual Studio .NET", then the directory would be:
    C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\Crystal Reports 2011\crystalreportviewers\prompting
    If that does not help, use Process Monitor and see what the logs tell you (look for Access Denied messages).
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Windows 2008 Server R2 64 bit what version of server applications?

    Hi, I'm new here please let me know what version of the OAS [Oracle Applikation Server] is required for the server running Windows 2008 Server R2 64 bit? Server wants to use the forms. I will be grateful for links to the version.
    I greet.

    Hi,
    As far as I can see OAS is not supported on Windows 2008 R2. You can have a look here:
    http://www.oracle.com/technetwork/middleware/ias/downloads/fusion-certification-100350.html
    10gR3 - http://www.oracle.com/technetwork/middleware/ias/downloads/oracle-soa-certification-r3-10-131499.xls
    10gR2 - http://www.oracle.com/technetwork/middleware/ias/downloads/as-certification-r2-101202-095871.html
    Regards Peter Lorenzen

  • Which version of Oracle database is certified on  Windows 2008 R2 ( 64-bit)

    We have a Microsoft Windows 2008 R2 (64-bit) server.
    I wanted to know which Oracle database version is 100% certified on the above OS.

    Hi Sirini;
    10.2.0.5 is supported - see MOS Doc 1061272.1 (Statement of Direction: Oracle Database 10g Release 2 Client (10.2.0.5) with Microsoft Windows 7 and Windows Server 2008 R2)Correct;
    11gR2 is also supported - see MOS Doc 867040.1 (Statement of Direction: Oracle Database 11g Release 2 – Microsoft Windows 7 and Windows Server 2008 R2)There is a setup on this link:
    Oracle Database 11g Release 2
    (11.2.0.1.0)
    Microsoft Windows (x64) File 1, File 2 (2GB) See All
    I am little bit confused for this, as you mention note and also certification matrix says 11gr2 certfied with Win2008-64 bit. But there is no specific setup like win2008-64 bit, there is only Microsoft Windows (x64) setup
    By the way for 10gR2 on win 2008 64 bit platform there are 2 setups. Those are:
    Oracle Database 10g Release 2
    Oracle Database 10g Release 2 (10.2.0.4) for Microsoft Windows Vista x64 and Microsoft Windows Server 2008 x64
    Oracle Database 10g Release 2 (10.2.0.1.0) for Microsoft Windows (x64)
    So i had issue for my client and oracle worker support me to use 10.2.0.4 for my issue, not second setup. So for 11gR2 could be work for Microsoft Windows (x64) but i am not sure %100 coz never tried before.
    i appreciate, If someone share their experience to make installation 11gR2 on win2008-64 bit wiht Microsoft Windows (x64) setup
    All those upper setups can be found at:
    http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
    I do not believe 11gR1 is currently certified with Win 2008 R2.Please check below link:
    http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
    Oracle Database 11g Release 1 Standard Edition, Standard Edition One, and Enterprise Edition
    (11.1.0.7.0)
    Microsoft Windows Server 2008 (32-bit) (1.9 GB) | See All
    Microsoft Windows Server 2008 x64 (1.9 GB) | See All
    Regard
    Helios

  • BPC 7.5 version for Netweaver on Windows 2008 R2

    Hi all,
    I am installing BPC 7.5 version for Netweaver on Windows 2008 R2 SP1.
    I have completed installation and post installation steps for both ABAP and .Net components.
    Now, while executing  http://localhost/OSoft i am getting below mentioned error
    Error Summary
    HTTP Error 401.2 - Unauthorized
    You are not authorized to view this page due to invalid authentication headers.
    Detailed Error Information
    Module IIS Web Core                                                          Requested URL http://ides3:80/OSoft
    Notification AuthenticateRequest                                      Physical Path F:\PC_NW\Websrvr\web
    Handler StaticFile                                                               Logon Method Not yet determined
    Error Code 0x80070005                                                     Logon User Not yet determined 
    Most likely causes:
    u2022No authentication protocol (including anonymous) is selected in IIS.
    u2022Only integrated authentication is enabled, and a client browser was used that does not support integrated authentication.
    u2022Integrated authentication is enabled and the request was sent through a proxy that changed the authentication headers before they reach the Web server.
    u2022The Web server is not configured for anonymous access and a required authorization header was not received.
    u2022The "configuration/system.webServer/authorization" configuration section may be explicitly denying the user access.
    Any pointes toward solutions of this error?
    Thanks.

    Yes. Please check Server Manager -> Roles. Find Web Server (IIS) there (not a tree node, but on page), click "Add Role Services" and check that all Security role services are checked. If not - check, install missing role services, try .Net server, if it still doesn't work, reinstall.
    Otherwise it would not work.

  • Registery Hive on Windows 2008 R2 Citrix XenApp

    Hi all,
    User's Registry Hive is not being unloaded when session is disconnected and passes disconnect timeout.
    When user's logoff or meet the idle timeout their registry hive is unloaded and their profile is uploaded to the roaming profiles server, then their profile is deleted off the Citrix server. When users disconnect and their session times out, their registry
    hive is never unloaded and their profile remains on the Citrix server. Below are the details of the environment:
    We are getting error remote desktop service busy and when we manually  go  to servers and unload hive of user profiles it is working fine.
    We have around 60 servers on Windows 2008 R2 and Citrix XenApp 6.5
    We need to know what is root cause of the issue and is their in  Microsoft Hot fix for windows 2008 r2 that need to  be applied.
    i  had checked many  forums and i cannot get a proper answer.

    Hello,
    First of all I would recommend you to install both Citrix hotfixes and Microsoft mentioned in this article:
    http://support.citrix.com/article/CTX129229
    These are the hotfixes Citrix recommends you to install and they address a lot of different issues.
    In regards to your registry hive issue, do your have an antivirus agent installed? If so, that could be the culprit. If not setup correctly the antivirus agent could be scanning the user profiles on the XenApp server, that's usually not recommended
    as files sometimes get locked by the antivirus agent and Windows is therefore not able to unload the profile correctly.
    However before getting to deep in your troubleshooting, I would reccomend installing the hotfixes in the Citrix article.

  • Forms [32 Bit] Version 10.1.2.0.2 (Production) on Windows 2008

    Hi ,
    Can anyone tell me whether Dev suite 10g , (Forms [32 Bit] Version 10.1.2.0.2 (Production)) is certified with windows 2008 or not.
    Rgds

    Please check here http://www.oracle.com/technetwork/middleware/ias/downloads/as-certification-r2-101202-095871.html
    Cheers,

  • Oracle Client version (32 or 64 bit) to install on a Windows 2008 64-bit m/

    Hi guys,
      I am installing BOXI 3.1 SP2 on a Windows 2008 64-bit server.
      Which Oracle 10g client (32 or 64 bit) should I install on a 64-bit software. I know BO is native 32 bit, so ODBCs should be 32 bit incase CMS repositories are on SQL server.
    Is there a standard for Business Objects for the versions of database client tools to be installed on server?
    Also can we install database clients tools after the Business Objects 3.1 SP2 install on the server, provided I am using SQL server dbs for CMS and Audit databases?
    Thanks,
    G Bala
    Edited by: G Bala on Apr 5, 2010 7:31 PM

    @Duncan
    You recommend using 32 bit Oracle client. Is there any official documents from SAP BO stating this? I have difficulties finding anything. I'm in the same situation:
    OS : Windows Server 2008 R2 64bit
    BO : 32bit
    Oracle Client : 32bit OR 64bit?????
    Is BO 32bit compatible with Oracle Client 64bit, at the level of using Infoview/Desktop Intelligence?

  • NWBC 3.0 PL4 and WIndows 2008 R2 Citrix.

    I was able to get the SAP NWBC 3.0 client up and running. We knew that the .net framework 3.5 SP1 was included in Windows 2008 R2 but we did not known that you actually need to initialize the feature itself. It seams to be a totally different way to configure this within Windows 2008 R2.
    For now the application is working perfectly local on the server itself but we are still suffering with an issue when we like the present it to the clients via Citrix Xenapp 6. The application is starting but at the moment when a user likes to maximize or minimize the whole application is disappeared from the screen. The Citrix session is still running on the back ground but the user doesn't see anything anymore related to this client. Changing the session windows size or color quality didn't help.
    Does someone know what could cause this issue?

    Just wondering if you have resolved this issue?
    We have exactly the same problem.
    Thanks

  • We installed  the Acrobat Reader 11.0.09  on Citrix enable Windows 2008 server  a month ago , it was working.  starting from this weeke we are receiveing error mesaage   AcroRD32.exe - application error  (Instruction at 0x...bad8  bad referenced memory at

    We installed  the Acrobat Reader 11.0.09  on Citrix enable Windows 2008 server  a month ago , it was working.  starting from this weeke we are receiveing error mesaage   AcroRD32.exe - application error  (Instruction at 0x...bad8  bad referenced memory at 0x....bad8 The memory could not be written  Click ok to terminate the program)
    Instruction at 0x...bad8  bad referenced memory at 0x....bad8
    The memory could not be written
    Click ok to terminate the program

    Hi SUBRAMANIAN,
    Are you still facing this issue? It seems to be conflict to me.
    Are you using any third party plugins with Acrobat? Try disabling and to use it again.
    Regards,
    Ajlan Huda.

  • Which version of Essbase works with windows server 2008

    Hi All,
    Could you let me know which version of EPM works correctly on windows server 2008.
    Also,is there is a document using which i can install that.
    Thanks,
    ColDFire

    Support matrix is available at - http://www.oracle.com/technetwork/middleware/bi-foundation/hyperion-supported-platforms-085957.html
    Windows 2008 is supported on 11.1.2.x
    Windows 2008 R2 is supported on 11.1.2.1
    Cheers
    John
    http://john-goodwin.blogspot.com/

Maybe you are looking for

  • Transfer iTunes gift credit

    I received some iTunes credit through an online event I entered. However I do not have credit card information in my iTunes account and I don't use iTunes store that often, so I want to send that credit to my friend. The problem is both the sender an

  • Hibernate and ora_rowscn

    We are trying to implement optimistic locking through the used of ORA_ROWSCN, and the developers are running into the problem that hibernate is incrementing the ora_rowscn number when updates are done on the row. Develpers don't see a way to make usi

  • Adobe reader 9 - Updater Plug-in has been removed

    Prior to installing the recent version of Adobe reader, I was able to populate an Adobe reader form. When I now try and populate the same form, I receive an error message "Updater plug-in has been removed. Please re-install Acrobat to continue viewin

  • Date format ipod 8th Nano gen

    I can't find where to change the date format on the ipod nano. So at the moment it is mm/dd/yy and i want it to be dd/mm/yy. It confuses me thanks

  • Site collection tree

    Hello, I want to create a page that looks exactly like what you find when you get to this pop-up: 1. Edit a page. 2. Click the insert tab. 3. Click on Link. 4. Choose From SharePoint. The pop-up that appears is exactly what I want to use for a page.