queries in FDM

Hi, this is arvind, I have a few questions for FDM
Q1. What is the difference between FM9i-G4 - A.xml and FM2.9i - G4 - B.xml adapters?

Q2. If we have the same .dll file to register for both the PCI and the cards normal, if not, then where we
able to find the file .dll for PCI adapters?

Q3. When we are forced to import from the source of the adapters?

Q4. You can specify any 10 reasons why a company should go to HFM impementation.

Q5. What are the benefits of HFM on Excel.

Hello Arvind,

Answers to your questions:

FM9i-G4-1a is the first version of the adapter for the 9.3.1 intercompany series.
FM9i-G4-B is the second version of the ice for the 9.3.1 adapter series

2. Yes. The same DLL is used for the intercompany adapter

3. these aren't adapters 'source '. These are the target adapters. You import them after you create a new application that is required to integrate with HFM. Please see documentation of FDM posted the RTO for the procedure correct application/configuration

4 N/A

5 S/O

Thank you

Tags: Business Intelligence

Similar Questions

  • to access the properties of the account of HFM of FDM

    Hi Experts,

    I need your help. I have a requirement in which I need to access account properties HFM of FDM.

    Can you please if there is a way/function/api through which I can access account properties of FDM dimesion HFM?

    Thanks in advance.

    What is FDM or FDMEE?

    In the classical FDM, the API adapter had functions to retrieve the properties of metadata HFM.

    In the classic FDMEE you create your own solution as using SQL queries to retrieve the properties you need, or by using the API of HFM

    Concerning

  • The customer need to oracle database in the installation of the EPM FDM

    Hi all

    I want to install EPM11.1.2.2 products and on one server I install FDM. I checked the condition sine qua non of the installation of FDM and according to the guidelines of this customer database Oracle 32-bit and 64-bit client is necessary.

    Server is Windows 2008 64 bit and already Oracle database 11g is installed.

    I have reg queries following it.

    1. If the Oracle database is installed on the same server, do I need to install both clients of the database as well?

    2. If so, I am trying to install oracle database 32-bit client but the screen is endangered shows no newspaper or mistake, but at the same time 64-bit client is installing successfully?

    3. I have not installed ODAC, what is the significance of this facility, and what I need to install the same?

    Help, please.

    Thank you

    Hi all

    Got the solution to the problem of the 32-bit client installation on the same machine where oracle 64-bit database or oracle customer base 64 is already installed.

    I took knowledge oracle support 1292785.1 document IDs and found the solution.

    Thank you for all your help.

  • FDM & ERPI to FDMEE - update approach/challenges?

    Hello

    We are in FDM/ERPI 11.1.2.2.300 (used for loading the data of EBS systems and files in HFM 11.1.2.2.300) and planning to upgrade (in the existing environment [upgraded on-site]) to 11.1.2.3. As we see that FDM/ERPI are integrated together as FDMEE in 11.1.2.3, we had gray on how FDMEE would work contrary to FDM/ERPI disparate large area.

    We needed contributions from veterans, or anyone who had lived the upgrade to answer subsequent queries.

    Queries:

    [1] we have come to know that the FDM and ERPI are integrated together as FDMEE in 11.1.2.3.

    [a] since we have FDM and ERPI as separate components in 11.1.2.2.300, how should set FDM and ERPI components upgraded to FDMEE? Specific measures which must be followed to approach?

    [b] are there any known issues / challenges involved in the upgrade of disparate FDM & ERPI to FDMEE?

    [c] how would work artifacts (11.1.2.2.300) ERPI in FDMEE - is there any specific migration, or any required manual adjustment after upgrade (11.1.2.3) to have artifacts of the ERPI (as the system source, time mapping, location, import formats, data load mapping etc.) running in the FDMEE?

    [d] Similarly how artifacts FDM (of 11.1.2.2.300) would work in FDMEE? Are there specific migration or manual configuration required after upgrade (11.1.2.3) having FDM artifacts (such as mapping, validation etc rules) running in FDMEE?

    [2] since only ODI 11.1.1.7 is compatible with 11.1.2.3 (from the compatibility matrix), how we improve 11.1.1.6 to 11.1.1.7 ODI? Y at - there a patch available to upgrade or should we uninstall ODI 11.1.1.6 and install 11.1.1.7 ODI?

    Any insightful answer will be helpful for us because it will help us gain clarity/confidence and comfort in the upgrade to 11.1.2.3.

    Kind regards

    Sirot

    Hello sirot

    That you upgrade 11.1.2.2.300 for EMP 11.1.2.3 (in the existing environment [upgraded on-site]), it is called application patching EMP 11.1.2.3 on EMP 11.1.2.2

    [a] when you apply the patching, FDM 11.1.2.2 gets upgraded to FDM 11.1.2.3,.

    and ERPi gets upgraded to FDMEE 11.1.2.3

    [b] I have not encountered any questions while improving the FDM

    [c] Please check epm_install.pdf for EMP 11.1.2.3 for upgradation to FDM and FDMEE task (see page 257 / 258)

    Kind regards

    -DM

  • FDM has stopped working with firefox

    Free Download Manager has stopped working with firefox after I speedup firefox opening. (not after restart or update of firefox) Before that, I used FDM on firefox. I already try with restart firefox and follow-up of the implementation under the quiz "Windows Media or other plugins stopped working after Firefox update | Firefox Help", but none of them worked.

    When you say after you speed up Firefox, do you mean you used the reset feature? You can tell because Firefox will create a new 'Old Firefox Data' folder on your desktop when you reset.

    The Reset function deletes your extensions as part of the cleaning process. You probably need to reinstall FDM from its original source. Maybe the Addons site? https://addons.Mozilla.org/Firefox/

  • Firefox 9 support for css3 media queries

    9 Firefox behaves differently in previous versions with regard to css3 media queries. Is it possible to behave properly?

    I use the different style settings based on the width. FF9 ignores changes in width and does is display the maximum width of css. Older versions would use different parameters based on the width of the browser currently has been.

    @media only screen and (max-width: 320px) {
    	...my styles here
    }
    @media only screen and (min-width: 321px) and (max-width: 480px) {
    	...my styles here
    }
    @media only screen and (min-width: 481px) and (max-width: 700px) {
    	...my styles here
    }
    @media only screen and (min-width: 701px) and (max-width: 960px) {
    	...my styles here
    }
    @media only screen and (min-width: 961px) {
    	...my styles here
    }

    I finally had to use just to make the media queries work properly in FF9:

    http://code.Google.com/p/CSS3-mediaqueries-js/

  • How to find the queries that I've already posted

    How to find previously posted queries?

    osxYosemite10

    Click / tap your user name, and then on the tab "Content" as below.

    RADSTOCK

  • Hi my game Center leaves me not to accept friend requests, load any games im unable to load data because of connectivity issues and the King Games I have when you want to send queries, you need to connect whenever fbk his shit

    Hi my game Center won't let me load any games or accept friend requests and when I try to accept queries etc. of friends on my King of games it's connect to facebook every time his shit. phone says on the game center connectivity issues I am not worked before

    Hi, kitecatgirl.

    Please visit Apple support communities.

    I understand that you experience connectivity problems when you access Game Center accepting friend requests.  Here are some troubleshooting steps that I recommend to go through this problem.

    Get help

    If you are unable to connect to Game Center or stay connected, follow these steps:

    1. Make sure that you are connected to the Internet.
    2. If you cannot create an account or sign in to Game Center of in a game, try to create an account or sign in with the Game Center app.
    3. Sign out of Game Center, then reconnect. If you can not you connect to Game Center with an Apple ID, reset your password, or use another email address. To manage your Apple ID, see my Apple ID.
    4. If you use a connection Wi - Fi, be sure that your Wi-Fi router is configured for Game Center.
    5. If you can't connect to a Mac, continue with the steps to solve the sign in questions.

    If you have a problem with a game of Game Center, follow these steps:

    1. Make sure you have the latest version of the game. To check for updates, go to App Store > updates.
    2. Test your connection by using a different game. If you cannot connect with a specific friend or player in multiple games, they might need to check their Wi - Fi connection and router settings.
    3. On iOS, try opening the game to the home screen, rather than the inside Game Center.
    4. If you cannot resolve the problem, follow the steps described in the next section to report the problem to the developer.

    Game Center on your Mac or iOS device using

    See you soon

  • World Traveler in Querétaro - Mexico adapter Kit?

    Hello everyone,

    I m staying for two months in Querétaro for research and writing.

    Unfortunately, I forgot my World Travel Adapter in Belgium...

    I looked and asked around town, but I find couldn t one.

    Even the didn t of official dealers iShop know where I could find the adapter.

    All suggestions are welcome!

    Thanks in advance!

    Lennart

    Your hotel can make or try the local equivalent of an AAA store. You only need a local map, so they shouldn't be too hard to find.

  • A few queries on the design of PA

    Hello

    I'm working on a design of PA (1930-1990 MHz) 4W using Freescale LDMOS MW6S004N transistor (attached sheet). It would be very useful if someone could shed some light on the following queries;

    1) I've traced the I - V curve and the Vgs as 2.77V (Vds = 28V, ID = 50mA) and biased the transistor with solenoid and BIASTEE elements to watch the gain and stability. But the gain is only around 7dB @ 1960 MHZ (while the data sheet shows a gain of 18 dB). Also, looking at the factors of stability, a MU1 MU2 is less than 0 and K<>

    Yes, why is the only model not give the gain - without correspondence as other peripheral circuit?

    Why is he unstable? It should be like that?

     

    2) but when I increase the tensions of polarization, I see improving gain up to 10dB and then drop on a further increase of the voltage input/drain. So I'm not supposed to gain the necessary to the data sheet specified bias point?

     

    3) in the datasheet, page nr.8, Zsource and Zload for the test circuit are specified for 1930, 1960 and 1990 MHz. So if I create the test as shown circuit (with input output matching and lines of bias) and make a measure of ZIN at the source and the load of the appliance, should not I should I get accurate impedances at these frequencies? This should be done in a scheme with infectious myonecrose or OMN only and without the device? 

     

    4) should I see the exact data sheet specified impedance if I do a pull source or load pull in the original circuit using LTUNER elements?

    5) , How can I specify the magnitude and angle in the LTUNER element when I have a point of impedance in R + jX format?  I have attached a screenshot of an example of AWR tutorial, but I don't see how the conversion was performed at mag

    Pointers to these queries will help a lot! Thanks in advance.

    1 & 2. It is a power FET; It has a very low output impedance; the datasheet shows the production capacity is 25pF.  If so, I don't see how you get the desired gain when he puts an end to the output of 50 ohms.  In addition, the specification of gain run 4W on.  Look at an angle specified as class AB, so the small gain may not match upward with specifications, either.

    3. If you build the circuit as described, I think lets you get results close to those that they specify.  You can join the project?

    4. you can ask Freescale, but my guess is that nothing will be exact.  Follow patterns of the specific formulas, and despite the flexibility permitted by the various parameters on a FET, it is difficult to get behavior exactly measured in all conditions.

    5. LTUNER is probably not the right choice, if you plan to do harmonic analysis balance; HBTUNER may be preferable because it allows to bypass the harmonics and send power to the rear.  You can reduce the number of items in your base using HBTUNER2test circuit, which has built-in te through.  If you double-click on one any of these elements of tuner, you will see the description of the Mag and Ang parameters, which States that they are for Gamma.  So write some equations and convert z to gamma.  The AWR design environment allows to describe the functions and can handle complex variables. For example, see the image as an attachment.

  • database queries of list

    Is there a function (similar to the dB list tables) that lists the possible database queries?

    Thank you!

    Table names is a separate list such as defined by the database, queries can have a large number of permutations.  What you trying to accomplish?  Is there a specific query you need?

  • Slow queries in executable on the Surface of Win8

    Having a problem with an executable file using LV 2013 and connectivity toolkit.  Exe works fine on my Win7 32 bit machine and the code works well in development on Win 8 Surface mode.  Functioning as an EXE file on the same winning 8 Surface is extremely slow (factor of 20 or so slower that the mode of development on the machine either EXE or on Win7 machine).

    I see a variety of positions "to do something special with EXE using connectivity tools" but they are all<2006 and="" the="" exe="" works="" fine="" on="" win7="" machine="" so="" i'm="" thinking="" they="" "something="" specials"="" are="" not="">

    Pointing to a localhost MySQL database. Database contains about 15 tables and no table has more than 10 k lines.  Does nothing exotic in queries and there is not many of them, like going from databases. Multiple queries (but maybe not all of them, I'm not sure) involving different tables are slow.

    Have tried (all to no effect):

    1] connecting to a remote instance of MySQL with the same data

    2] recompile the EXE file

    [3] restart of the Surface

    Am trying another Surface. Will also try to compile on the Surface (it is currently compiled on Win7-32 and settles to the Surface of Win8 64).

    Any thoughts?

    Solved.  It turns out that it was a combination of a string of bad connection and not degenerated errors and multiple reconnection attempts.

    It was useful; I'll post it here in the interest of sharing: https://www.connectionstrings.com/mysql-connector-odbc-5-2/

  • error in el archivo TEM/WLF28.tmp.SDB29temp.no puedo instalar no NET FRAMEWORK 3 DESINTALE Y AL querer instalar no puedo

    me da estos errores al querer instalar're muy largo wapio septup P1-13165-P2 - 3.0.045006.30 waprtnx86-xfx mc P3 P4 - NIRS P5 - 1 P6-SD-ca-instalinnsregexc - x 86 - 0-P8-P9-P10 of 1603 window communiqué 364323f-fc70 - 11.d3 P
    Archivos TEM/WLF28tmp-SDB29tmp xVSW12/VSSWMIS KNEW MMORY.tmp todo lo anterior lo mismo cambia el final INSTALL ti me.tmp
    todo lo mismo al final FAILL INFO.tmp además en el archivo no temp no is encuentra vidéoconférence I need urgent poder instalar Los desintale y volvi ha bajarlos pude instalar el don't net framework 1 pero falta vidéoconférence netfx - netfx.msi no yo lo appears instale ayer y al reparalo en del registro windows instaler me pide ruta of esa vidéoconférence NET if el FRAMEWORK me lo instalo 3 en nte adela del pero no todos pero of FIX baje no he resueltol nada muchas gracias y bendciones desde COSTA RICA alguna sugerncia gracias puse Recuperacion del sistema al 10 enero del 2012 is what formateo y is puso el operating system of vuelta XP PACK 3 PENTIUIM 3 computadora DELL OPTIPLEX PLACA-GX-150 SERVICE TAG MUCHÍSIMAS GRACIAS TENGO WHAT GIVE UN INFORMED THAT LEADS EL NET FRAMEWORK 3.5 Y EL 4 PERO No. ALREADY INSTALARLOS GRACIAS MILA MAYNOLDI CORREO * address email is removed from life private *.

    Hello

    Please select your language from the drop-down menu above to post your question in the language of your choice. The forum in which you've posted is for English only. If you can't find your language above, support for additional international sites options are by following the link below:

    http://support.Microsoft.com/common/international.aspx

  • RE: WINDOWS XP SP3 of queries sent October 2, 2010 dear Sir,

    RE: Queries WINDOWS XP SP3
    Envoy on October 2, 2010
    Dear Sir.
    We just installed Service Pack 3.  Now several changes
    have taken place, we want to reverse.
    1. all records have the beginning with FILE menu command
    FIND the best choice (in bold).  That means ENTER key opens
    Search, not the file directly.  We have our own system of
    storage file in subdirecories and do not want to use
    'My documents', "myComp" and other stupid names.  How can do us
    OPEN as the first choice?
    2. when to use CTRL + F to search for a name of text inside file
    a file, the window opens in the same position as the record
    to be examined.  It also closes this folder later.
    How can we have RESEARCH to appear as a separate window, while
    NO previous windows closed?
    3. the default icon for folders is a Manila folder with
    a lot of very small bunk symbols.  How can we define the
    default to a folder empty manilla everywhere?  The
    "applies to subsequent records" does not work.
    4. some record fields (columns) appear very light
    colour, white and tinted white.  This is a nice feature
    We want to use, but it is difficult to distinguish no difference.
    How can we make the differential color stronger?
    5. for the connection of an external hard drive, it automatically
    "autoplays" and a menu comes to "choose action".  We
    Oly use it to back up = data.  How can this unwanted wizardly
    assistance to shut up?
    6. in the browser, the message "Intranet settings are now".
    turned off... "appears every time and takes another bar
    across the width of the screen.  How can we delete this
    message permanently?  We have no Intranet connection.
    7. when clicking a *.pdf file suddenly the first order
    in the menu file is replaced by "open with Adobe Reader 9.
    How can I remove this annoying interference and simply do not have
    'open' option at the top of the page?
    8. from time to time, we record our voices using Microsoft «»
    Tape worm 5.1 SP3 "and headphone\mike together.  But the
    micro alive all the time 24/7.  Where can we find a
    button to turn off the microphone?
    9. in case of a 'research' reviews movies automatically to
    large icons, while we only use the format of "details".  How can-
    avoid us this constantly and everywhere?
    10. in opening the files, there is a subtle broken white color
    several fields of details.  It is strange that not the same
    fields have the same color.  While the colored backgrounds are
    attractive, we would lke more control and stronger colors.
    How we handle this view
    ?
    11. two of my folders have fonts colours blue and yellow, all
    others are in black.  Seems to have no control over that.
    How can I change the font color of the names of files and folders
    ?
    12. When you change the folder icon, it records as a new date
    changed, but no data is changed.  We now *.htm and
    their associates * _files on different dates. How can-
    We store the last modified date when data are
    in fact, only edited?
    13. in EXCEL3000, when two cells are merged in the two lines
    and the alignment of the text is located in the 'Center' then the other
    individual cells along these two lines, all texts are centered
    (including the number of line along the left border) and cannot be
    moved to the 'low' or 'top '.  How can we remove all «»
    alignment of the line '?
    14. in EXCEL3000, the cells seem to have a very slight tint
    (off-white) as the color field.  In edit mode, they turn
    more bright white, includng all other cells that have been
    recalculated after change data in a related cell.
    This lasts until the screen is refreshed.  This only happens
    in some sheets in the same workbook, but no color change
    in the other sheets.  How this attractive feature can be
    controlled in all sheets and how color can be set to one
    stronger tint?
    15. in EXCEL3000, the appearance of color of a spreadsheet is
    controlled by the definition of the location of the color
    palette.  But this can be changed arbitrarily by the user and
    isn't it the same in other versions of EXCEL.  How can we be
    certain that a proposed color actually appears even if
    the file is viewed by another user, or on another computer?
    16. in Internet Explorer v8, when downloading files from
    Internet, the meter on the bottom left starts to
    "Download (1.32 MB 6.35 KB): http://www...". "but then
    freezes and does not increment until the product for download.
    Sometimes it freezes at other values.  Fact that occasionally
    the counter advance at a rate set at full value.
    If it is a bug, can it be fixed?  If it requires an action,
    What do we do
    ?  When the whole numbers are displayed, the two
    decimal places are disappearing.  It is good scientific practice
    ALWAYS show the degree of accuracy, being two decimal places,
    including the zeros.  The mixture of display KB and MB in the
    same statement is NOT good scientific practice.  All units
    must be the same.  To display two decimals in kilobytes
    is insignificant and meaningless.  It would be preferable to view only the
    Megabytes, then to THREE decimal places to take account of
    Kilobytes.
    17. in EXCEL3000, using forms automatic drawing compounding
    several surfaces that overlap, the command "go to the front" and
    "go to the rear for" works well.  But the option 'down' and 'go '.
    superior"do not seem to work.  There is no way to find out
    in which order the drawing folios are stacked.  What makes
    the shading of unpredictable stacked surfaces.
    18. in WORD3000, the cursor blinking on the insert is sometimes
    very short, less than half of a strong letter.  Other times it is
    all the way up.  He's still very thin and not easy to see.
    How that can be controlled
    ?
    19. under WIN - XP, using "save under" a file name can be suggested
    or a new typed in.  By then changing the subdirectory,
    Sometimes the name turns into an existing file,
    already highlighted in this new subfolder.  Expected not
    This change, pressing "enter" of the old file is overwritten
    and its lost data.  How can it be avoided in all cases?
    20. in start the computer, it always displays a message
    "Cannot open the scanner program.  But I do not use a scanner.
    How this message got there and how to stop
    appearing in the future?
    21 when a folder is renamed, its 'Date Modified' passes to
    today.  But all subfolders automatically change their
    "Date of creation" in today.  It is a significant loss of integrety
    all of the files involved.  How this can be fixed or
    prevented from happening again?
    22. when a case is its icon has changed, the research"(CTRL + F)
    present the old icon.  How can we make the icon of a file
    the same appear everywhere wherever it is displayed?
    23. How can I make the sound composition, as the numbering mode
    beeps?
    Thank you Joe Baxter

    Hey, Joe Baxter,

    I suggest you to visit the following links to learn how to work with files and folders in Windows XP.

    What's new with files and folders?

    File and folder management overview

    How to search for files and folders in Windows XP

    How to arrange files using folder views in Windows XP

    I suggest you to create the new thread for each issue with title and category to give you the best solution.

    I suggest you to consult the following link to know how to ask the question in the forum.

    How to ask a question

    For problems with Office applications, I suggest you post on the following link.

    http://answers.Microsoft.com/en-us/Office/Forum

  • How to find the primary key columns in the tables in MS Access using SQL queries

    How to find the primary key columns in the tables in MS Access using SQL queries

    Hello

    This is the forum for Windows Vista programs related issues.

    For better assistance, please try instead the Forums in SQL Server .

    Thank you! Vincenzo Di Russo - Microsoft MVP Windows Internet Explorer, Windows Desktop Experience & security - since 2003. ~ ~ ~ My MVP profile: https://mvp.support.microsoft.com/profile/Vincenzo

Maybe you are looking for

  • upgrade cpu XW8600 question

    I have a xw8600 works two Xeon E5420 processors, an EVGA GTX580, 1 SSD, 2 HARD disk, 16 GB of RAM 3 GB and 2 scanners on the power graphics card standard 800 watts.   Currently, all readings of temperature I can access are in the normal range. I'm co

  • Install more than one language

    Heya, From time to time, I use my laptop with Windows 7 girlfriends. I have my own profile here. As she is Italian, she installed the Italian Firefox. I don't speak any word from the Italian language, so it's abit of a problem for me. Is it possible

  • Satellite A350D PSAKCE - update 32-bit and 64-bit Bios

    Hello guys.I need to update my bios A350D PSAKCE. But I don't know what is the difference between Windows_BIOS_Package_V330_1 and Windows_BIOS_Package64_V330_1. Who should I install? I'm using Windows 7 Ultimate 64 - bit edition.

  • How to use the /b switch to force patches to install?

    I had the problem that is described in the 980333 hotfix (i.e. the right margin of only the first page gets cut off when printing html email in Outlook 2003 with IE8 installed) but this hotfix will not install on a XP system. I have found a solution

  • HP Officejet printer, 6700

    I recently installed a wireless HP Officejet 6700 all-in-one printer.   I am running Windows XP.   I don't know why, but I can't find a print option when on the net.   I have a toolbar with a PRINT when I'm in a microsoft program (Outlook, Word, etc.