{"id":237,"date":"2015-09-21T21:53:42","date_gmt":"2015-09-21T19:53:42","guid":{"rendered":"http:\/\/dekarlab.de\/wp\/?p=237"},"modified":"2020-05-23T15:37:47","modified_gmt":"2020-05-23T13:37:47","slug":"informatica-powecenter-fix-multiple-monitors-without-admin-rights","status":"publish","type":"post","link":"https:\/\/dekarlab.de\/wp\/?p=237","title":{"rendered":"Informatica Powecenter Fix (Multiple Monitors) without Admin Rights"},"content":{"rendered":"<p>Informatica Powercenter has a small issue, when working with multiple screens.<br \/>\nThe Dialogs for Expressions and SQLs are not displayed correctly:<\/p>\n<p><img decoding=\"async\" src=\"http:\/\/dekarlab.de\/img\/infafix\/example.jpg\" alt=\"Incorrect Dialog\" \/><\/p>\n<p><!--more--><\/p>\n<p>It is possible to fix this by changing windows register. Unfortunately, this is not possible on computers with limited rights, for eample, working under citrix. There is a workarround using Visual Basic:<\/p>\n<pre class=\"brush: vb; title: ; notranslate\" title=\"\">\r\nSub Button1_Click()\r\n  Set myWS = CreateObject(&quot;WScript.Shell&quot;)\r\nmyWS.RegWrite &quot;HKCU\\Software\\Informatica\\PowerMart Client Tools\\9.1.0\\Designer\\Options\\Global\\Editor\\SQL\\SQL Editor Position&quot;, 0, &quot;REG_BINARY&quot;\r\nmyWS.RegWrite &quot;HKCU\\Software\\Informatica\\PowerMart Client Tools\\9.1.0\\Designer\\Options\\Global\\Editor\\SQL\\SQL Editor Splitter Position&quot;, 0, &quot;REG_BINARY&quot;\r\nmyWS.RegWrite &quot;HKCU\\Software\\Informatica\\PowerMart Client Tools\\9.1.0\\Designer\\Options\\Global\\Editor\\SQL\\Expression Editor Position&quot;, 0, &quot;REG_BINARY&quot;\r\nmyWS.RegWrite &quot;HKCU\\Software\\Informatica\\PowerMart Client Tools\\9.1.0\\Designer\\Options\\Global\\Editor\\SQL\\SQL Editor Splitter Position&quot;, 0, &quot;REG_BINARY&quot;\r\n\r\nEnd Sub\r\n<\/pre>\n<p>You can simply copy paste this function in Excel.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Informatica Powercenter has a small issue, when working with multiple screens. The Dialogs for Expressions and SQLs are not displayed correctly:<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0},"categories":[2],"tags":[57,46],"_links":{"self":[{"href":"https:\/\/dekarlab.de\/wp\/index.php?rest_route=\/wp\/v2\/posts\/237"}],"collection":[{"href":"https:\/\/dekarlab.de\/wp\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dekarlab.de\/wp\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dekarlab.de\/wp\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dekarlab.de\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=237"}],"version-history":[{"count":7,"href":"https:\/\/dekarlab.de\/wp\/index.php?rest_route=\/wp\/v2\/posts\/237\/revisions"}],"predecessor-version":[{"id":244,"href":"https:\/\/dekarlab.de\/wp\/index.php?rest_route=\/wp\/v2\/posts\/237\/revisions\/244"}],"wp:attachment":[{"href":"https:\/\/dekarlab.de\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=237"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dekarlab.de\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=237"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dekarlab.de\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=237"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}