Recent Infacmd Posts from Tech Monger :///feeds/infacmd/ 2018-12-07T20:58:11.704294Z Werkzeug 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>. 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.