Tuesday, 16 December 2014

OBIEE 11G – Error in Importing Metadata :“The connection has failed”

If you get the error “The connection has failed” when you try to Import Metadata into the RPD, this post may help you to resolve it. There could be n number of reason behind this, but this is of the solution.

We need to create an Environment Variable called NLS_LANG.

Follow this procedure to set the NLS_LANG environment variable for Oracle databases.
To set the NLS_LANG environment variable for Oracle databases
  1. Determine the NLS_LANG value.
    1. In the data warehouse database, run the command
    SELECT * FROM V$NLS_PARAMETERS
    1. Make a note of the NLS_LANG value, which is in the format [NLS_LANGUAGE]_[NLS_TERRITORY].[NLS_CHARACTERSET].
      For example: American_America.UTF8
 
      2. For Windows:
  1. Navigate to Control Panel > System and click the Advanced tab. Click Environment Variables.
  2. In System variables section, click New.
  3. In the Variable Name field, enter NLS_LANG.
  4. In the Variable Value field, enter the NLS_LANG value that was returned in Step 1.
    The format for the NLS_LANG value should be [NLS_LANGUAGE]_[NLS_TERRITORY].[NLS_CHARACTERSET].
    For example: American_America.UTF8.
 
    3. For UNIX, set the variable as shown below:
setenv NLS_LANG <NLS_LANG>
For example: setenv NLS_LANG American_America.UTF8.
If your data is 7-bit or 8-bit ASCII and the Informatica Server is running on UNIX, then set
NLS_LANG <NLS_LANGUAGE>_<NLS_TERRITORY>.WE8ISO8859P1
CAUTION:  Make sure you set the NLS_LANG variable correctly, as stated in this procedure, or your data will not display correctly
 
 
    4. Reboot the machine after creating the variable.
 
 
Enjoy and Stay Well !! :)

1 comment:

  1. BI Apps Online Training -- Siebel Analytics/OBIE Architecture -- Siebel Relationship Management Warehouse content/E-biz Warehouse content -- Installing SRMW/Ebiz warehouse -- Understanding the ETL process -- Working with Informatica Designer -- Exploring SDE and SIL Mappings -- Building Siebel/Ebiz SDE and SIL Mappings -- Working with Informatica Workflow Manager -- Working Datawarehouse Application Console -- Populating the SRMW -- Configuring The Siebel/EbizRelationship Management warehouse -- Customizing the Siebel / Ebiz RMW -- Identifying the Transactional and SRMW/Ebiz Data for Analysis -- Customizing the SRMW using Siebel /Ebiz Data -- Customizing the SRMW using Non Siebel/Ebiz Data -- Managing SRMW/Ebiz Performance -- Wrap up -- BI Apps Online Training, ONLINE TRAINING – IT SUPPORT – CORPORATE TRAINING http://www.21cssindia.com/courses/biapps-online-training-19.html The 21st Century Software Solutions of India offers one of the Largest conglomerations of Software Training, IT Support, Corporate Training institute in India - +919000444287 - +917386622889 - Visakhapatnam,Hyderabad BI Apps Online Training, BI Apps Training, BI Apps, BI Apps Online Training| BI Apps Training| BI Apps| If you’re serious about a career in IT, 21st Century would like to provide you a guidance don’t hesitate to organize a free demo session. For any further information regarding the courses once go through our website Visit:http://www.21cssindia.com | Call Us +917386622889 - +919000444287 - contact@21cssindia.com

    ReplyDelete

Power BI: Show Last Data Refresh on Dashboard

 To show last data refresh on Power BI report follow the below steps. 1. Open Report Query Editor Mode. 2. Clink on Get Data -> Blank...