<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>The Goal Getters &#187; How To&#8217;s</title>
	<atom:link href="http://blog.goalgetters.com/category/howto/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.goalgetters.com</link>
	<description>Knowledge base of Hyperion Software, Business Performance Management, Accounting, Project Management and Software Development information</description>
	<pubDate>Sat, 18 Jul 2009 23:08:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Registering the Financial Management Adapter for FDM</title>
		<link>http://blog.goalgetters.com/2008/07/registering-financial-management-adapter-for-fdm/</link>
		<comments>http://blog.goalgetters.com/2008/07/registering-financial-management-adapter-for-fdm/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 21:26:26 +0000</pubDate>
		<dc:creator>John-Paul Gallo</dc:creator>
		
		<category><![CDATA[Financial Data Quality Manager]]></category>

		<category><![CDATA[How To's]]></category>

		<category><![CDATA[Hyperion]]></category>

		<category><![CDATA[adapter]]></category>

		<category><![CDATA[Add new tag]]></category>

		<category><![CDATA[fdm]]></category>

		<category><![CDATA[Financial Management]]></category>

		<category><![CDATA[help]]></category>

		<category><![CDATA[hfm]]></category>

		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://blog.goalgetters.com/?p=5</guid>
		<description><![CDATA[Introduction
This tutorial will show you how to register and import the Hyperion Financial Management (HFM) Adapter for Financial Data Quality Manager (FDM).  This is one of the first steps to complete after creating a new FDM Application to get you up and running.
Supported Versions
This tutorial has been performed on Hyperion Financial Management System 9 [...]]]></description>
			<content:encoded><![CDATA[<h4>Introduction</h4>
<p>This tutorial will show you how to register and import the Hyperion Financial Management (HFM) Adapter for Financial Data Quality Manager (FDM).  This is one of the first steps to complete after creating a new FDM Application to get you up and running.</p>
<h4>Supported Versions</h4>
<p>This tutorial has been performed on Hyperion Financial Management System 9 (v9.3.1)</p>
<h4>Start by Opening FDM Workbench and Logging In</h4>
<p>Open your FDM application to get started.  At the bottom left of the Workbench, click on the Adapters tab to get the screen shown below.  For new applications, there shouldn&#8217;t be anything listed under &#8216;Target System Adapters&#8217;</p>
<p><a href="http://blog.goalgetters.com/wp-content/uploads/2008/07/fdm-wb-reg_adaptor-01_f.jpg"><img class="alignnone size-full wp-image-7" title="fdm-wb-reg_adaptor-01_t" src="http://blog.goalgetters.com/wp-content/uploads/2008/07/fdm-wb-reg_adaptor-01_t.jpg" alt="" width="490" height="290" /></a><br />
<span id="more-5"></span></p>
<h4>Register the Adapter</h4>
<p>The registration portion of  the HFM Adapter involves registering a DLL (click <a href="http://en.wikipedia.org/wiki/Dynamic-link_library" title="Wiki Article on DLL Files" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/en.wikipedia.org');">here</a> to learn about DLL files) file into Windows registry.  This step might have already been completed if other applications exist on the same computer.  To register the DLL file if it hasn&#8217;t been registered already go to File &gt; Register Adapter to find the DLL file (The DLL file can also be registered outside of the Workbench by using the windows command <a href="http://support.microsoft.com/kb/249873" title="How to register DLL with regsvr32.exe" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/support.microsoft.com');">regsvr32.exe</a>)</p>
<p><a href="http://blog.goalgetters.com/wp-content/uploads/2008/07/fdm-wb-reg_adaptor-02_f.jpg"><img class="alignnone size-full wp-image-10" title="fdm-wb-reg_adaptor-02_t" src="http://blog.goalgetters.com/wp-content/uploads/2008/07/fdm-wb-reg_adaptor-02_t.jpg" alt="" width="490" height="346" /></a></p>
<h4>Locate DLL file for Adapter</h4>
<p>The HFM Adapter has a filename that starts with upsFMxxxx.dll.  For Hyperion Financial Management 9.3.1 the file should be named upsFM9xG4A.dll.   The DLL file might not be in the default directory that&#8217;s open by the Workbench.  To locate the DLL, ask your system administrator where they&#8217;ve stored it, or simply search the Hyperion installation directories for DLL files starting with upsFM.</p>
<p><a href="http://blog.goalgetters.com/wp-content/uploads/2008/07/fdm-b-reg_adaptor-03_f1.jpg"><img class="alignnone size-full wp-image-15" title="fdm-wb-reg_adaptor-03_t" src="http://blog.goalgetters.com/wp-content/uploads/2008/07/fdm-wb-reg_adaptor-03_t.jpg" alt="" width="490" height="360" /></a></p>
<h4>Successful Registration</h4>
<p>If the DLL register successfully you should see the following message (note that all the Workbench is doing is running regsvr32.exe).</p>
<p><a href="http://blog.goalgetters.com/wp-content/uploads/2008/07/fdm-wb-reg_adaptor-04_f.jpg"><img class="alignnone size-full wp-image-17" title="fdm-wb-reg_adaptor-04_t" src="http://blog.goalgetters.com/wp-content/uploads/2008/07/fdm-wb-reg_adaptor-04_t.jpg" alt="" width="490" height="119" /></a></p>
<h4>Import Dimensions</h4>
<p>At this point, you&#8217;ve only registered the DLL file into the Windows registry.  Nothing should show up in your Target Adapters list just yet.  To import the dimensions, and Adapter code select File &gt; Import.</p>
<p><a href="http://blog.goalgetters.com/wp-content/uploads/2008/07/fdm-wb-reg_adaptor-05_f.jpg"><img class="alignnone size-full wp-image-19" title="fdm-wb-reg_adaptor-05_t" src="http://blog.goalgetters.com/wp-content/uploads/2008/07/fdm-wb-reg_adaptor-05_t.jpg" alt="" width="490" height="330" /></a></p>
<h4>Locate XML Adapter file</h4>
<p>There should be two XML files named FM9x-G4-A.xml and FM9i-G4-A.xml in the same directory as your DLL file that you registered earlier.  To determine which XML file to load, there should be a readme file in the same directory explaining the differences between the two.  In our case, we&#8217;re going to import the FM9x version.</p>
<p><a href="http://blog.goalgetters.com/wp-content/uploads/2008/07/fdm-wb-reg_adaptor-06_f.jpg"><img class="alignnone size-full wp-image-21" title="fdm-wb-reg_adaptor-06_t" src="http://blog.goalgetters.com/wp-content/uploads/2008/07/fdm-wb-reg_adaptor-06_t.jpg" alt="" width="490" height="358" /></a></p>
<h4>Select What to Import</h4>
<p>Select what you want to import in the following screen and go over the options in the Options tab.</p>
<p><a href="http://blog.goalgetters.com/wp-content/uploads/2008/07/fdm-wb-reg_adaptor-07_f.jpg"><img class="alignnone size-full wp-image-22" title="fdm-wb-reg_adaptor-07_f" src="http://blog.goalgetters.com/wp-content/uploads/2008/07/fdm-wb-reg_adaptor-07_f.jpg" alt="" width="372" height="474" /></a></p>
<h4>Updated Adapter Dropdown</h4>
<p>Your HFM Dimensions and Machine Profile should show up in your list now as shown  below.</p>
<p><a href="http://blog.goalgetters.com/wp-content/uploads/2008/07/fdm-wb-reg_adaptor-08_f.jpg"><img class="alignnone size-full wp-image-13" title="fdm-wb-reg_adaptor-08_f" src="http://blog.goalgetters.com/wp-content/uploads/2008/07/fdm-wb-reg_adaptor-08_f.jpg" alt="" width="490" height="342" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.goalgetters.com/2008/07/registering-financial-management-adapter-for-fdm/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
