Error: “An Unexpected Error Occurred. ” on Receiver 4.4.1

Manually set the file type associate for ICA file on the workstation.


1. Click the Windows start menu and select Default programs.

2. Select Associate a file type or protocol with a program.

3. Highlight the .ICA file type on the list and select change program.

4. Click Browser and navigate to the following directory C:Program Files (x86)CitrixICA Client

5. Select Wfcrun32.exe , open, and then ok.

6. Verify that the file association is set to Citrix Connection manager.

Related:

  • No Related Posts

Citrix Gateway plugin doesn't function with macOS Big Sur (macOS 11.x)

Citrix recommends the use of Citrix SSO for VPN access for macOS. For product documentation, please see https://docs.citrix.com/en-us/citrix-gateway/citrix-gateway-clients/gateway-clients-feature-parity.html

Note : Citrix SSO app cannot be launched from browser. It has to be launched natively by the user i.e open the app manually and connect to a vserver. This is a change in behaviour from Citrix Gateway plugin which could be invoked from browser when the user enters the address of the vserver in browser.

Citrix Endpoint Analysis plugin (EPA plugin) for macOS will continue to work as it doesn’t use Kexts.

Related:

  • No Related Posts

Enterprise blockchain bytes: R3 and IBM collaboration and Calastone acquisition

Blockchain technologies for the enterprise continue to see various updates. IBM and R3 have announced a collaboration to bring the latter’s enterprise blockchain platform to IBM, while the acquisition by The Carlyle Group of a majority stake in Calastone has put a focus on its distributed market infrastructure (DMI).

R3 has announced a new open beta program to bring Corda Enterprise to IBM LinuxONE, delivered via IBM Cloud Hyper Protect Services, with general availability expected in the first quarter of 2021. IBM is also establishing an R3 centre of excellence, looking to provide services to IBM clients that have – or plan to adopt – R3 solutions.

“Enterprises, especially those in regulated industries, are increasingly looking to build blockchain solutions with advanced security and data privacy features while addressing performance,” the two companies wrote. “For clients with highly sensitive data and workloads such as digital identity, digital assets, central bank digital currencies, tokens, payments information, or smart contracts being spread across hybrid cloud environments, IBM LinuxONE provides a highly secured platform certified to meet the highest level of security certification commercially available.”

The partnership makes for interesting strategic reading. Hyperledger, hosted by the Linux Foundation, has predominantly been IBM’s primary offering; indeed, IBM Blockchain Platform is its commercial deployment of the open source Hyperledger Fabric. To date, R3’s Corda has been seen as a competitor in the enterprise blockchain space.

IBM said the move would ‘complement’ its excisting blockchain services and offerings ‘to bring even more choice to the market.’

“Blockchain is fast emerging as the technology of choice to drive digital transformation and R3 and IBM will provide access to the privacy and security inherent in blockchain technology underpinned by IBM LinuxONE,” said David E. Rutter, CEO of R3. “This combined with the deeply knowledgeable team within IBM Services’ new R3 centre of excellence, can empower customers to level up their digital transformation drive.”

Elsewhere, The Carlyle Group has agreed to buy a majority stake in Calastone. The global funds network introduced its distributed market infrastructure (DMI) last May to enable full automation and digitalisation of the fund transaction process through distributed ledger technology.

Julien Hammerson, chief executive officer of Calastone, said there was ‘huge potential for growth based on the technology platform and unique service offering created.’

Photo by Esther Jiao on Unsplash

Interested in hearing more in person? Find out more at the Blockchain Expo World Series, Global, Europe and North America.

Related:

  • No Related Posts

Hyperledger’s Blockchain Platform Adds Visa And SIX, Growing Its Membership In September

TechCrunch Disrupt San Francisco 2018 - Day 2

SAN FRANCISCO, CA – SEPTEMBER 06: speaks Hyperledger Project Executive Director Brian Behlendorf … [+] onstage during Day 2 of TechCrunch Disrupt SF 2018 at Moscone Center on September 6, 2018 in San Francisco, California. (Photo by Kimberly White/Getty Images for TechCrunch)

Getty Images for TechCrunch

During September, Hyperledger, an open-source effort created to advance cross-industry blockchain technologies, added eight new organizations, including Chainstack, SIMBA Chain, SIX Digital Exchange, and Visa.

The company announced the news at their annual Member Summit, September 9.

“In a year that has looked like no other, Member Summit is an even more important grounding point for our community,” said Brian Behlendorf, Executive Director, Hyperledger. “The pace of adoption for enterprise blockchain is accelerating, and our members are a driving force for critical new technologies and solutions. Our latest members will be important new voices as we set agendas and roadmaps that will keep us pushing this market forward in the year ahead.”

When asked what was on the horizon for Hyperledger in 2021, Behlendorf said he expects continued growth in digital identity, potentially with vaccination records and digital recordkeeping. Behlendorf said. “As a project, we have benefited from a broad greenhouse strategy testing new pilots and other active projects, working to develop new standards in multiple industries. Our membership continues to be solid and growing.”

Hyperledger also announced seven more companies, Creativehill, DeepDive Technology Group, NEC, SAP, SwissCom, Tech Mahindra and Tencent, have completed the training requirements to become Hyperledger Certified Service Providers (HCSPs). This brings the total number of HCSPs to 18.

Related:

  • No Related Posts

Configure “-denySSLReneg” Parameter to Disable Client Side and Server Side SSL Renegotiation on ADC

Run the following command from the NetScaler command line interface to use -denySSLReneg parameter:

set ssl parameter -denySSLReneg <option>

The <option> parameterin the preceding command can take any one of the following values:

Note: Default value is set to “ALL”.

  • NO: Full SSL renegotiation is allowed.
  • FRONTEND_CLIENT: Deny secure and non-secure SSL renegotiation initiated by the client.
  • FRONTEND_CLIENTSERVER: Deny secure and non-secure SSL renegotiation initiated by the client and by the NetScaler appliance during policy-based clientAuth.
  • ALL: Deny secure and non-secure SSL renegotiation for the preceding two cases and for server initiated renegotiation.
  • NONSECURE: Deny non-secure SSL renegotiation to address the vulnerability described in RFC 5746.
  • Note: The NONSECURE option is supported only on NetScaler software release 9.3.e, 10.x and later.

To configure SSL parameters from NetScaler Graphical User Interface, complete the following steps:

  1. Navigate to Traffic Management > SSL > Settings andclick Change advanced SSL settings and from Deny SSL Renegotiation drop-down select the appropriate setting.

    User-added image

    User-added image

Points to Note

  • Currently, the MPX-FIPS platform supports only the following options:

  • NO
  • FRONTEND_CLIENT
  • FRONTEND_CLIENTSERVER
  • ALL
  • SSL renegotiation is disabled by default in NetScaler 10.5 unless the setting is manually changed before an upgrade.

Related: