Recent Informatica Posts from Tech Monger :///feeds/informatica/ 2021-04-30T17:06:00.744922Z Werkzeug Amazon Redshift ODBC Connection Linux https://techmonger.github.io/81/redshift-odbc-linux 2021-04-30T17:06:00.744922Z 2020-11-04T13:12:52.316376Z Tech Monger <p class="lead"> In this tutorial, we will download & Install ODBC driver for the Amazon Redshift Database in Redhat Linux. We will make ODBC entry which will help us connect to the AWS Redshift. Postgres ODBC with Mutual SSL in Informatica https://techmonger.github.io/77/odbc-ssl-postgres 2020-11-02T17:50:04.895595Z 2020-07-01T14:36:42.511620Z Tech Monger <p class="lead">Encryption has become security norm and communicating with databases on insecure network should not be an exception to this norm. In this tutorial we will learn how to connect to postgres database using ODBC connection which is configured to use 2 way SSL connection.</p> Denodo VDP ODBC Driver Installation for Informatica https://techmonger.github.io/75/informatica-denodo 2020-11-02T17:50:30.830075Z 2019-08-31T11:14:56.806961Z Tech Monger <p class="lead"> In this article we will learn to install ODBC Driver for Denodo VDP database. We will use installed ODBC driver to establish connectivity between Informatica Powercenter Clients and Denodo Server. You can also use <a href="/72/informatica-postgres-odbc/" title="Posgres ODBC Connection For Informatica">postgres odbc drivers to connect to the regular denodo database</a>. Informatica Postgres Connection Issues and Solution https://techmonger.github.io/72/informatica-postgres-odbc 2020-11-02T17:50:48.726545Z 2019-05-15T18:29:32.982927Z Tech Monger <p class="lead"> If you are trying to connect postgres database from informatica using ODBC entry then you might face issues with odbc connection details. Below we will discuss common pitfalls and fixes. Start and Stop Informatica Services From Command Line https://techmonger.github.io/67/infacmd-enable-disable-service 2018-12-07T20:58:11.704294Z 2018-12-07T20:52:49.725375Z Tech Monger <p class="lead"> Often as an Informatica Administrator you require to restart <em>specific service</em> in the informatica domain. You can do it from user interface by using an Admin Console; However if you want to write script or you prefer command line over GUI then you can use informatica <a href="/tag/infacmd" title="INFACMD Command Line Tutorials">infacmd<a/> command line tool. Below we will learn how to use infacmd's <code>EnableService</code> and <code>DisableService</code> command to start and stop the services in informatica domain with the help of <a href="#example" title="Infacmd enableservice and disableservice example">Example</a>. INFACMD Ping Command in Informatica with Examples https://techmonger.github.io/61/infacmd-ping 2018-10-20T08:00:18.627690Z 2018-10-19T17:40:38.753586Z Tech Monger <p class="lead"> Monitoring services uptime is essential for all applications and informatica is not an exception to it. Informatica has many individual components such as Domain, Services, Node etc which requires monitoring. Informatica provides <a href="/tag/infacmd" title="INFACMD Commands Examples and Tutorials">infacmd</a> command line API which has command <code>ping</code> to check the response of individual components. We will leverage this capability and perform monitoring checks with help of <a href="#example" title="Infacmd Ping Examples">example</a>. Before proceeding with ping command we recommend you to <a href="/51/informatica-infacmd-connection/" title="Informatica Infamcd Basics">get basic overview of infacmd utility</a>. PMCMD PingService Examples - Informatica Integration Service https://techmonger.github.io/60/pmcmd-ping-service 2018-10-24T17:36:10.751604Z 2018-10-19T17:38:18.183312Z Tech Monger <p class="lead"> If you have informatica domain running then it is important to have an uptime monitoring mechanism for the services running under that domain. Integration service is one of the most utilized service for <abbr title="Extract Transform Load">ETL</abbr>. So it is important to configure an alert if integration service goes down. In this tutorial we will make use of PMCMD <code>pingservice</code> command to check status of an integration service with <a href="#example">example</a>. Extract Informatica Session Log From Command Line https://techmonger.github.io/53/infacmd-get-session-log 2018-12-07T20:55:18.797299Z 2018-09-04T17:51:21.291220Z Tech Monger <p class="lead"> If you want access session log of recent workflow run from machine which is not part of informatica domain then you should use <a href="/tag/infacmd" title="infacmd examples">infacmd</a> <code>GetSessionLog</code> command to extract logs. This command can be executed as standalone program or can be embedded in script to automate work. We will learn about this command with the help of <a href="#example" title="INFCMD GetSessionLog Example">examples</a>. Export Informatica Workflow Log From Command Line using INFACMD https://techmonger.github.io/52/infacmd-get-workflow-log 2018-12-07T20:54:50.267543Z 2018-09-04T17:41:27.642066Z Tech Monger <p class="lead"> If you want to access log file of recent workflow run from repository using command line or script then you can make use of informatica's command line utility called <a href="/tag/infacmd" title="Infacmd Example Tutorials">infacmd</a> just like <a title="PMREP Examples" href="/tag/pmrep">pmrep</a> and <a title="PMREP Examples" href="/tag/pmcmd">pmcmd</a>. Infacmd supports command <code>GetWorkflowLog</code> which allows you to export workflow logs from repository. This is useful especially when you want to download logs from outside machine which is not part of information domain. In this article we will demonstrate this command with help of <a href="#example">example</a>. Infacmd Connection Command in Informatica with Example https://techmonger.github.io/51/informatica-infacmd-connection 2018-09-04T17:58:18.882523Z 2018-09-04T17:30:00.189463Z Tech Monger <p class="lead"> Informatica provides infacmd command line utility to perform various tasks from command line. Using <code>infacmd</code> you can write scripts to automate your regular tasks. To use any of the infacmd command you need to provide user credentials for the domain and repository. Run Parallel Scripts with PMREP in Informatica https://techmonger.github.io/38/parallel-pmrep-connect 2018-07-18T19:00:43.565132Z 2018-07-18T19:00:08.526186Z Tech Monger <p class="lead"> If you want to run simultaneous scripts which make use of <a href="/29/secure-pmrep-pmcmd#pmrep" title="Connect Informatica Repository with PMREP">pmrep connect</a> then you would find that default connect command would fail or will not behave correctly. Learn how to avoid pmrep connection collision using environment variable <code>INFA_REPCNX_INFO</code>.