Recent Informatica Posts from Tech Monger:///feeds/informatica/2021-04-30T17:06:00.744922ZWerkzeugAmazon Redshift ODBC Connection Linuxhttps://techmonger.github.io/81/redshift-odbc-linux2021-04-30T17:06:00.744922Z2020-11-04T13:12:52.316376ZTech 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 Informaticahttps://techmonger.github.io/77/odbc-ssl-postgres2020-11-02T17:50:04.895595Z2020-07-01T14:36:42.511620ZTech 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 Informaticahttps://techmonger.github.io/75/informatica-denodo2020-11-02T17:50:30.830075Z2019-08-31T11:14:56.806961ZTech 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 Solutionhttps://techmonger.github.io/72/informatica-postgres-odbc2020-11-02T17:50:48.726545Z2019-05-15T18:29:32.982927ZTech 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 Linehttps://techmonger.github.io/67/infacmd-enable-disable-service2018-12-07T20:58:11.704294Z2018-12-07T20:52:49.725375ZTech 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 Exampleshttps://techmonger.github.io/61/infacmd-ping2018-10-20T08:00:18.627690Z2018-10-19T17:40:38.753586ZTech 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 Servicehttps://techmonger.github.io/60/pmcmd-ping-service2018-10-24T17:36:10.751604Z2018-10-19T17:38:18.183312ZTech 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 Linehttps://techmonger.github.io/53/infacmd-get-session-log2018-12-07T20:55:18.797299Z2018-09-04T17:51:21.291220ZTech 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 INFACMDhttps://techmonger.github.io/52/infacmd-get-workflow-log2018-12-07T20:54:50.267543Z2018-09-04T17:41:27.642066ZTech 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 Examplehttps://techmonger.github.io/51/informatica-infacmd-connection2018-09-04T17:58:18.882523Z2018-09-04T17:30:00.189463ZTech 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 Informaticahttps://techmonger.github.io/38/parallel-pmrep-connect2018-07-18T19:00:43.565132Z2018-07-18T19:00:08.526186ZTech 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>.