Showing posts with label admin console. Show all posts
Showing posts with label admin console. Show all posts

Thursday, 2 August 2018

What are the checks to be performed before using pmrep deployment group?

The following are the commands to be run:

1. Login to Host1 and run the following:

cd $INFA_HOME/server/bin
./pmrep connect -r <rep_name> -d <domain_name> -n <username> -x <password> -sdn <Native/LDAP domain>

2. Login to Host2 and run  the following:

cd $INFA_HOME/server/bin
./pmrep connect -r <rep_name> -d <domain_name> -n <username> -x <password> -sdn <Native/LDAP domain> 

If the $INFA_HOME/server/bin is in PATH environment variables then you can the pmrep command from anywhere.

3. Check if the below objects are created if you are using dynamic deployment groups in source repository. 
  • Label
  • Query

4. Check if you are able to connect source repository from target host where you run the deployment or vice versa.

The username (and password) is the one that you use to connect to the repository through the power center clients (such as repository manager).
The sdn is the security domain which is either Native or the LDAP domain. (enter the same details as the one on the PowerCenter client).


The Connect command uses the following syntax:

pmrep help connect
-r <repository_name> {-d <domain_name> |
{-h <portal_host_name>
-o <portal_port_number>}}
[{ <user_name>
[-s <user_security_domain>] [-x <password> |
-X <password_environment_variable>]} |
-u <connect_without_user_in_kerberos_mode>] [-t <client_resilience>]

To use -X option configure INFA_DEFAULT_DOMAIN_PASSWORD on UNIX:
1. At the command line, type:
pmpasswd <password>
pmpasswd returns the encrypted password.
2. In a UNIX C shell environment, type:
setenv INFA_DEFAULT_DOMAIN_PASSWORD <encrypted password>
    In a UNIX Bourne shell environment, type:
export INFA_DEFAULT_DOMAIN_PASSWORD=<encrypted password> 

Friday, 23 September 2016

How to unlock Informatica Administrator account

You may be thinking that can we UNLOCK superuser account (Administrator) in Informatica without having the current password. The answer is YES we can do it. How to do it?

1. Shutdown all the nodes and services including the Domain.
2. Run the below command to unlock. 

infasetup.sh/bat UnlockUser -un Administrator -np admin123

Full Syntax:
infasetup.sh/bat UnlockUser 
<-UserName|-un> user_name
[<-SecurityDomain|-sdn] security domain]
[<-NewPassword|-np] new_password]

3. Once it runs successfully, start the domain and try to login with new password admin123. 

Saturday, 20 August 2016

Login to Informatica Admin Console

This Article shows you how to login into Informatica Admin Console once the Informatica server is installed.

Before this we have installed the informatica server on our machine.

Step 1:

Goto start menu and search for "Informatica Administrator Home Page" 

Step 2:

Once the page is opened the home page will look like as shown below. Provide the username and password that you have set at the time of installation and click on Login.

Step 3:

Once you login by default it will open the domain overview screen which will show status of all the services created. In this i have only one Repository Service.

From the above screen, you can create the required services like Repository service, Integration Service etc... And also do all kind of admin activities.


How to Create Repository Service
:

Follow the below youtube link to see how to create a Respository Service.