Walks you through the process of configuring the imported JCLSPSL 
                  		enterprise server region for use with this tutorial. 
                  	  
               
            
 
            	 
            
               Start the Server Explorer
 
               		
                
                  		
                  The 
                     		  Server Explorer expandable ribbon is visible in Visual Studio on the top left side of the IDE by default when using 
                     		  Enterprise Developer. However, if it is not visible: 
                     		
                  
 
                  		
                   
                     		  
                     - In Visual Studio, click 
                        			 View > Server Explorer. 
                        		  
                     
  
               	 
              
            	 
            Attention: You might encounter an 
               		  Enterprise Server Sign On dialog box as you perform the steps required to create, configure, start, or stop an 
               		  enterprise server instance from the 
               		  Server Explorer. If you do, ensure that the 
               		  Server requires credentials, 
               		  Use specific server credentials, or 
               		  Server is secured 
               		   box is 
                  		  unchecked, and then click 
               		  OK. 
               		   Also, if prompted to disable password recovery, click 
                  			 No. 
               		
            
 
            	 
            
               Start Enterprise Server Common Web Administration (ESCWA)
 
               		 
               		 
               		
                
               	 
              
            	 
            
               Add configuration information
 
               		 
               		
               In this section, you add an 
                  		  Enterprise Server environment variable, JCLPROJ, that points to your 
                  		  SPCall project subdirectory. 
                  		
               
 
               		
                
                  		  
                  - In 
                     			 ESCWA, click 
                     			 Native. 
                     		  
                  
- In the navigation pane, click 
                     			 . 
                     			 
                     This opens the 
                        				General Properties page for the 
                        				JCLSPSL server. 
                        			 
                      
-  In the 
                     			 Configuration Information field, add the following: 
                     			 [ES-Environment]
JCLPROJ=C:\tutorials\SQLCLR\SingleProjLiteral\SPCall 
- Optionally, you can add a description for the 
                     			 JCLSPSL 
                     			 enterprise server region. To do this, in the 
                     			 Description field, type a description of the new enterprise server. For example, 
                     			 SQL CLR Tutorial SPSL. 
                     		  
                  
-  To save the changes, click 
                     			 Apply. 
                     		  
                  
  
            	 
            
               Configure the CALLSP XA resource
 
               		
               		
               Now you configure the CALLSP XA resource to point to the 
                  		  ESODBCXA.dll module: 
                  		
               
 
               		
                
                  		  
                  - Click 
                     			 . 
                     			 
                     This displays the 
                        				XA Resources table. 
                        			 
                      
- Click 
                     			 Edit in the row that corresponds to the CALLSP XA resource name. 
                     			 
                     This opens the 
                        				XA Resource Configuration dialog box. 
                        			 
                      
- Ensure that the 
                     			 Module field is set to the absolute path for the 
                     			 ESODBCXA.dll file, which by default is located at 
                     			 C:\Program Files (x86)\Micro Focus\Enterprise Developer\src\enterpriseserver\xa\ESODBCXA.dll. 
                     		  
                  
- If you are using SQL Server authentication for your ODBC connection, edit the 
                     			 Open string field to append the USRPASS parameter to the open string so that it reads as follows: 
                     			 DSN=SQLCLRTutorial, USRPASS=userid.password Where 
                        				userid.password is the user ID and password used to log onto SQL Server. 
                        			 
                      If you are using Windows authentication, skip this step. 
                        			 
                      
- Click 
                     			 Save. 
                     		  
                  
- You can now close 
                     			 ESCWA.