Home > nls extension > nls extension load error sas 9.3

Nls Extension Load Error Sas 9.3

Samples & SAS Notes Focus Areas SUPPORT License Assistance Manage My Software Account Downloads & Hot Fixes TRAINING & BOOKS Books Training Certification SAS Global Academic Program SAS OnDemand For Academics USERS GROUPS Advanced Search support.sas.com Knowledge Base Support Training & Books Store Support Communities Knowledge Base Products & Solutions System Requirements Install Center Third-Party Software Reference Documentation Papers Samples & SAS Notes Browse by Topic Search Samples Search Usage Notes Search Installation Notes Search Problem Notes Focus Areas Usage Note 45423: An extension-load error occurs when you start a 32-bit SAS® session from a 64-bit SAS® session An extension-load error might occur when you attempt to start a 32-bit child SAS session from a 64-bit SAS session that runs in the Microsoft Windows operating environment by using an X statement or other system-command interface. The following example illustrates the use of an X statement: x """c:\path-to-32-bit-sas.exe-file"" -sysin ""c:\path-to-code.sas-file"""; When you submit this statement from a 64-bit edition of SAS on the same machine, the following messages might occur: Critical error loading host supervisor. NLS: Extension Load Error [OK] The problem occurs because the SAS TKPATH environment variable is set to search the current 64-bit environment paths. As a result, the 32-bit edition of SAS cannot find its host extensions. To work around the problem, reset the TKPATH environment variable before you submit the X statement,a shown in this example: options set=TKPATH ""; x """c:\path-to-32-bit-sas.exe-file"" -sysin ""c:\path-to-code.sas-file"""; Operating System and Release InformationProduct FamilyProductSystemProduct ReleaseSAS ReleaseReportedFixed*ReportedFixed*SAS SystemBase SASMicrosoft Windows Server 2003 Datacenter 64-bit Edition9.219.2 TS2M0Microsoft Windows Server 2003 Enterprise 64-bit Edition9.219.2 TS2M0Microsoft Windows XP 64-bit Edition9.219.2 TS2M0Microsoft® Windows® for x649.219.2 TS2M0Microsoft Windows Server 2003 for x649.219.2 TS2M0Microsoft Windows Server 2008 for x649.219.2 TS2M0Windows Vista for x649.219.2 TS2M064-bit Enabled AIX9.219.2 TS2M064-bit Enabled HP-UX9.219.2 TS2M064-bit Enabled Solaris9.219.2 TS2M0Linux for x649.219.2 TS2M0Solaris for x649.219.2 TS2M0* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed. Type:Usage NotePriority:Date Modified:2012-05-24 15:34:28Date Created:2012-01-18 11:02:05 This

CommunityCategoryBoardLibraryUsers turn on suggestions Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type. Showing results for  Search instead for  Do you mean  Find a Community Communities Welcome Getting Started Community Memo Community Matters Community Suggestion Box Have Your Say SAS Programming Base SAS Programming SAS Procedures ODS and Base Reporting SAS/GRAPH and ODS Graphics General SAS Programming SAS Studio Data Management SAS Data Management Analytics SAS Statistical http://support.sas.com/kb/45/423.html Procedures SAS/IML Software and Matrix Computations SAS Data Mining SAS Text and Content Analytics SAS Forecasting and Econometrics Mathematical Optimization, Discrete-Event Simulation, and OR Business Intelligence SAS Enterprise Guide Integration with Microsoft Office SAS Visual Analytics SAS Web Report Studio SAS Stored Processes Administration Administration and Deployment SAS Hot Fix https://communities.sas.com/t5/Administration-and-Deployment/Can-t-install-SAS-9-3-on-Windows-8-1-64-Bits/td-p/152631 Announcements SAS ITRM Learn SAS SAS Analytics U SAS Certification Customer Intelligence SAS Customer Intelligence SAS Intelligent Advertising Risk Management SAS Risk Management SAS Viya About SAS Viya SAS Visual Data Mining and Machine Learning Coding on SAS Viya SAS Visual Investigator Health Care and Pharma SAS in Health Care Related Fields SAS Drug Development SASware Ballot Ideas Regional Groups Special Interest Groups SAS Community Denmark SANZOC CoDe SAS German SAS Visual Analytics Nederland Singapore SAS Global Forum 2017 SAS Communities Library Home / Administration / Admin & Deploy / Can't install SAS 9.3 on Windows 8.1 (64 Bits) Can't install SAS 9.3 on Windows 8.1 (64 Bits) Reply Topic Options Subscribe to RSS Feed Mark Topic as New Mark Topic as Read Float this Topic to the Top Bookmark Subscribe Printer Friendly Page « Message Listing « Previous Topic Next Topic » MoatazDeiab New Contributor Posts: 2 Can't instal

Samples & SAS Notes Focus Areas SUPPORT License Assistance Manage My Software Account Downloads & Hot Fixes TRAINING & BOOKS Books Training http://support.sas.com/kb/33204 Certification SAS Global Academic Program SAS OnDemand For Academics USERS http://support.sas.com/kb/51458 GROUPS Advanced Search support.sas.com Knowledge Base Support Training & Books Store Support Communities Knowledge Base Products & Solutions System Requirements Install Center Third-Party Software Reference Documentation Papers Samples & SAS Notes Browse by Topic Search Samples Search Usage Notes Search Installation nls extension Notes Search Problem Notes Focus Areas Problem Note 33204: "ERROR: Could not find extension: (tkecapi)" occurs when initializing the SAS® Metadata Server Beginning in SAS 9.2, the SAS Metadata Server now defaults to storing credentials using the Advanced Encryption Standard (AES) encryption algorithm instead of the SASPROPRIETARY encryption algorithm. In order to use nls extension load AES, you must have the SAS/SECURE® product installed and currently licensed. If you do not have SAS/SECURE installed, or your license has expired, you will see messages similar to the following in your metadata server log each time you start the server: 2008-08-25T13:04:59,006 ERROR [00000007] :SYSTEM@CTNSRV05 - 20080825:13.04.59.01: 00000007:ERROR: Could not find extension: (tkecapi) 2008-08-25T13:04:59,006 INFO [00000007] :SYSTEM@CTNSRV05 - Unable to load AES encryption algorithm. Using SASPROPRIETARY for password fetch. 2008-08-25T13:04:59,006 INFO [00000007] :SYSTEM@CTNSRV05 - SAS Metadata Authorization Facility Initialization. Note: On some operating systems the extension displayed in the error message is (tkersa) instead of (tkecapi). The server continues to start normally and uses the SASPROPRIETARY encryption algorithm with no additional impact on the server. The error message can safely be ignored. If you wish to avoid the error, you may add the STOREPASSWORDS= parameter to the element in the omaconfig.xml file, and set its value to "SAS002". This value causes the SAS

Samples & SAS Notes Focus Areas SUPPORT License Assistance Manage My Software Account Downloads & Hot Fixes TRAINING & BOOKS Books Training Certification SAS Global Academic Program SAS OnDemand For Academics USERS GROUPS Advanced Search support.sas.com Knowledge Base Support Training & Books Store Support Communities Knowledge Base Products & Solutions System Requirements Install Center Third-Party Software Reference Documentation Papers Samples & SAS Notes Browse by Topic Search Samples Search Usage Notes Search Installation Notes Search Problem Notes Focus Areas Problem Note 51458: The error "Unable to load extension: (tkeodbc)" occurs when you use SAS® Marketing Automation When using SAS Marketing Automation that produces DS2 code, you might encounter the following error when the DS2 code is executed: ERROR: Unable to load extension: (tkeodbc) ERROR: ODBC driver is not licensed or check-out failed. ERROR: Required product is not licensed or check-out failed. ERROR: Could not load tkeodbc Extension. ERROR: TKTS initialization failed. Click the Hot Fix tab in this note to access the hot fix for this issue.Operating System and Release InformationProduct FamilyProductSystemProduct ReleaseSAS ReleaseReportedFixed*ReportedFixed*SAS SystemSAS/ACCESS Interface to Microsoft SQL Server64-bit Enabled AIX9.3_M29.4_M19.3 TS1M29.4 TS1M164-bit Enabled HP-UX9.3_M29.4_M19.3 TS1M29.4 TS1M164-bit Enabled Solaris9.3_M29.4_M19.3 TS1M29.4 TS1M1HP-UX IPF9.3_M29.4_M19.3 TS1M29.4 TS1M1Linux9.3_M29.4_M19.3 TS1M29.4 TS1M1Linux for x649.3_M29.4_M19.3 TS1M29.4 TS1M1Solaris for x649.3_M29.4_M19.3 TS1M29.4 TS1M1* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed. A fix for this issue for SAS/ACCESS Interface to Microsoft SQL Server 9.3_M2 is available at:http://ftp.sas.com/techsup/download/hotfix/HF2/L94.html#51458 Type:Problem NotePriority:highTopic:

 

Related content

nls extension load error

Nls Extension Load Error p Samples SAS Notes Focus Areas SUPPORT License Assistance Manage My Software relatedl Account Downloads Hot Fixes TRAINING BOOKS Books Training Certification SAS Global Academic Program SAS OnDemand For Academics USERS GROUPS Advanced Search support sas com Knowledge Base Support Training Books Store Support Communities Knowledge Base Products Solutions System Requirements Install Center Third-Party Software Reference Documentation Papers Samples SAS Notes Browse by Topic Search Samples Search Usage Notes Search Installation Notes Search Problem Notes Focus Areas Usage Note An extension-load error occurs when you start a -bit SAS session from a -bit SAS session An