Minimum How many dimension required for FDM integration Script

Hi Gurus
I have only 2 dimensions in my SQL Table name dbo.ABC (Example: 1.Entity 2.Account and amount(data value)
Example:
USA, SALES, 50000
(Including value its total 3 dimensions)
How to export this data to Target HFM Application.
Integration Script got success when i click on validation it is shows only 2 dimension 1.Account 2.Entity. i have mapped correctly. but validation screen not showing anything. i got gold fish for validation button and Export is also showing success and got goldfish. but no data is exported to HFM application.
in FDM outbox its created a file which is containing only *!data* text. There is no record in this file.
I want to load the data with rest of the dimensions with [None] member combination as i don't have the additional dimensions in my source file.
Minimum how many dimension required to export the data from FDM to HFM?
regards
Taruni

Hi,
I came to know, at least one member from the source file should be there in the integration script then only we can assign at least [None] member or any member for the target dimensions.
My source file having only 3 dimensions ( USA,Sales,Amount)
1.USA,2.Sales,3.$50000
Import Screen Dimensions:
1.Source-FM-Entity
2.Source-FDM-Account
3.Account Description
4.SourceICP
5.SourceCustom1
6.SourceCustom2
7.SourceCustom3
8.SourceCustom4
9.Amount
In the integration script its taking the values as
Source-FM-Entity(0)
Source-FDM-Account(1)
Account Description
SourceICP
SourceCustom1
SourceCustom2
SourceCustom3
SourceCustom4
Amount(2)
above it shows only 0,1,2 numbers are assigned to source dimensions.
As my source file having only 3 Dimension so it is taking only 3 dimensions shown below. rest of the dimensions it is not showing in the import screen.
*0.Source-FM-Entity,1.Source-FDM-Account,2.Amount*
If i assign any values(3-9) to next dimensions or if I left blank rs.fields("txtAcctDes") with its showing below error messages:
Error: An error occurred importing the file.
Detail: Item cannot be found in the collection corresponding to the requested name or ordinal.
At line: (39 and 42-46)
So i have assigned Source-FDM-Account Number<font color="Blue">(rs.fields(1) </font>Value to rest of the dimensions in my integration script.
<font color="Blue">rsAppend.Fields("Account") = rs.fields(1).Value</font>
rsAppend.Fields("Desc1") = rs.fields(1).Value
rsAppend.Fields("ICP") = rs.fields(1).Value
rsAppend.Fields("UD1") = rs.fields(1).Value
rsAppend.Fields("UD2") = rs.fields(1).Value
rsAppend.Fields("UD3") = rs.fields(1).Value
rsAppend.Fields("UD4") = rs.fields(1).Value
Now am able to import the data into import screen, And i found all the above member names as Sales as i assigned Account dimension number(1) to these members temporarily to succeed the import process . Then i have mapped to Target dimensions with [None] member combination as these members are not in original source file. Then rest of the process Export and Check is done perfectly.
*<font color="red">1.Am i right?? Please suggest me the correct process?</font>*
*<font color="red">2.Can we use blank values in Integration Script as mentioned below??</font>*
rsAppend.Fields("Desc1") = rs.fields("txtAcctDes").Value
rsAppend.Fields("Account") = rs.fields("txtAcct").Value
rsAppend.Fields("Entity") = rs.fields("txtCenter").Value
*1.Added value*
Example: rsAppend.Fields("Desc1") = rs.fields("1").Value
*2.Blank Value*
rsAppend.Fields("Desc1") = rs.fields("txtAcctDes").Value
*<font color="red">3.As per my observation system is not accepting blank values in integration script. Please correct me??</font>*
Here is my Integration Script
1     Function Integration(strLoc, lngCatKey, dblPerKey, strWorkTableName)
2     '------------------------------------------------------------------
3     'Oracle Hyperion FDM IMPORT Integration Script:
4     Created By: admin
5     Date Created: 2012-11-20-07:55:20
6     'Purpose:
7     '------------------------------------------------------------------
8     Dim objSS 'ADODB.Connection
9     Dim strSQL 'SQL String
10     Dim rs 'Recordset
11     Dim rsAppend 'tTB table append rs Object
12     'Initialize objects
13     Set cnSS = CreateObject("ADODB.Connection")
14     Set rs = CreateObject("ADODB.Recordset")
15     Set rsAppend = DW.DataAccess.farsTable(strWorkTableName)
16     'Connect To SQL Server database
17     cnss.open "Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=TEST;Data Source=localhost;"
18     strSQL = "Select * "
19     strSQL = strSQL & "FROM ABC"
20     'Get data
21     rs.Open strSQL, cnSS
22     'Check For data
23     If rs.bof And rs.eof Then
24     RES.PlngActionType = 2
25     RES.PstrActionValue = "No Records To load!"
26     FirstImportVB = False ' Assign return value of function
27     Exit Function
28     End If
29     'Loop through records And append To tTB table In location’s DB
30     If Not rs.bof And Not rs.eof Then
31     Do While Not rs.eof
32     rsAppend.AddNew
33     rsAppend.Fields("PartitionKey") = RES.PlngLocKey
34     rsAppend.Fields("catKey") = lngCatKey
35     rsAppend.Fields("PeriodKey") =dblPerKey
36     rsAppend.Fields("DataView") = "YTD"
37     rsAppend.Fields("CalcAcctType") = 9
38     rsAppend.Fields("Amount") = rs.fields(2).Value
39     rsAppend.Fields("Desc1") = rs.fields(1).Value
40     rsAppend.Fields("Account") = rs.fields(1).Value
41     rsAppend.Fields("Entity") = rs.fields(0).Value
42     rsAppend.Fields("ICP") = rs.fields(1).Value
43     rsAppend.Fields("UD1") = rs.fields(1).Value
44     rsAppend.Fields("UD2") = rs.fields(1).Value
45     rsAppend.Fields("UD3") = rs.fields(1).Value
46     rsAppend.Fields("UD4") = rs.fields(1).Value
47     rsAppend.Update
48     rs.movenext
49     Loop
50     End If
51     'Records loaded
52     RES.PlngActionType = 2
53     RES.PstrActionValue = "SQL Import successful!"
54     'Assign Return value
55     Integration = True
56     End Function
Regards
Taruni

Similar Messages

  • Minimum Hardware&software system requirements for installing sharepoint?

    Hi,
    I am planing to learn SharePoint,
    That's why,anybody tell me minimum Minimum Hardware&software system requirements for installing sharepoint?
    And also tell me for learning share point for beginners Sites or any materials or PDF's etc......

    Hardware and software requirements (SharePoint Server 2010)
    Plan browser support (SharePoint Server 2010)
    Here's the primary set of
    implementation documentation for SharePoint Server 2010. From there check out Getting Started, Planning and Architecture, Deployment, Operations, and Troubleshooting.
    There are a number of training resources out there (too many to list here) if you are looking for both IT Professional or Developer training. 
    Jason Warren
    @jaspnwarren
    jasonwarren.ca
    habaneroconsulting.com/Insights

  • How can i decide how many dimensions are needed here.and which charactersti

    Hi,
            i am planning to create custom defined cube for sale order line item data.  how can i decide how many dimensions are needed here.and which characterstics are suitable for that dimensions.
    Thanks,
    chandu.

    Hi Chandra,
    How many dimensions are needed and which characteristics to be used totally depends upon the data model you are using.
    for instance  take an example of school.
    teachers , students are the imp terms in this example .
    you can choose these two as dimensions .
    teacher's name , address  , subject , class , designation etc can be its characteristics . and for students also the important terms describing them can be its characteristics.
    for more understanding of the Dimensional Modeling you can refer to following link.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6ce7b0a4-0b01-0010-52ac-a6e813c35a84
    Hope It Helps .
    Regards
    Pratap

  • Mapping Error: Mappings are not required for this Integrator

    Hi,
    when I created my upload integrator with the Desktop Integrator Manager (12.1.2) I am not able to attach a mapping to it. I get the following error:
    Mapping Error: Mappings are not required for this Integrator because the ability to download information has not been enabled.
    Does anyone know what I've missed?
    cheers
    Jeroen

    Hi ,
    Without creating the content if you are trying to do mapping this error will come.
    Solution:
    Create the content and then do mapping..
    Regards,
    Sreekanth.S
    Edited by: user12045904 on Dec 9, 2010 10:55 PM

  • FDM integration script for multiple locations

    Hi,
    I have a slight problem with FDM integration script (SQL integration).
    From what I've understood and tested within one FDM-application (tablespace) I'm not able to have multiple integration scripts. This because the integration script needs to be named SQLIntegration.uss, otherwise there will be an error.
    I have multiple locations within one FDM-application where I would like to use an integration script. Due to the above mentioned naming "bug", I need to include all my locations' integration information in one script. As imagined this is not a solution that easy to maintain or easy to read.
    - Is there a workaround for the name-bug?
    - Can I call a function within the main function? I tried without any success, but maybe you would have a solution.
    Any input would be beneficial

    user10757003 wrote:
    Not sure what you mean when you say you rename the file and you get the error.
    Is this a new integration script you have created and cut / pasted the existing integration script contents? If so, did you remember to change the SQLINTEGRATION = TRUE statement at the end of the script to the new integration script name? this might be the reason why you get the 'Import Successful' popup and the Import error dropdown.What I mean is that scripts are name xxx.uss abc.uss. This should be fairly clear.
    Now I have the SQLIntegration.uss, if I change the name of the script to SQLIntegration1.uss or any name. The script will not work. And I receive one error and one success message as stated above.
    Note: I'm not changing the content or anything else inside the script.

  • How many dimensions can create in BPC

    Hi friends
    How many Dimension can create in Dimension Library in BPC NW
    Lion

    Hi Surender,
    You have any no. of Dimensions in Dimension library.
    In a BPC Application the mandatory Dimensions are Account, Category, Entity and TIme.
    In an Appset you should have Intercompany Dimesion.
    The other are D - Datasource dimension and User defined Dimensions.
    Regards,
    Raghu

  • HOw many subalters needed for to find a number in 1000-2000,2001-3000,3k-4k

    HOw many subalters needed for to find a number in 1000-2000,2001-3000,3001-4000

    Hi
    3k to 4k means 3001 to 4000?
    Assuming this is true you need 3 sub alerters. Use the between operator to compare your values.
    Regards,
    Stratos

  • How many MDM certificates for different MDM servers can be generated under one  Apple Developers  Subscription

    Hello All
    Please say how many MDM certificates for different MDM servers can be generated under one Apple Developers Subscription?
    Thanks in advance

    So no Meraki MDM?
    Supports Multiple VPP accounts, completely free, fully encrypted, and quite secure.
    Otherwise, you might want to take a look at the mdm that Spiceworks has.

  • What is minimum Internet bandwidth is required for watching movie online on Mac Mini

    What is minimum Internet bandwidth is required for watching movie online on Mac Mini

    Greetings Rahuldel,
    Welcome to the Apple Support Communities!
    I understand that you are looking for information for minimum bandwidth for streaming speeds while watching a movie from iTunes. The attached article give approximate times for downloading a movie from iTunes based on internet speeds. I would recommend downloading the movie before watching it on your Mac mini so there will be no buffering or interruptions. 
    iTunes Store: Download times will vary - Apple Support
    Cheers,
    Joe

  • How many instance created for 100 request in servlet?

    Let me know the answer

    STM12 wrote:
    Subject: how many instance created for 100 request in servlet?
    Let me know the answerInstances of what?

  • Need limit data selection to GL_Period in FDM integration script

    Greetings!
    I am trying to modify an FDM Integration script to limit the data selection to a specific GL period name. The FDM function passes 4 parameters of which one is dblPerKey. My understanding is that this parameter contains the end-date of the requested GL Period and thatthe element is a datetime data type. I have tried several incantations of VB Script to create a period name in MON-YY format and all seem to fail with no data returned. What I am not understanding is what is the content of dblPerKey and can I use it to derive a GL period name? If not, I am open to any and all suggestions.
    My deepest appreciation and thanks for any and all suggestions you may send my way.
    Tom

    Hi Tom
    If you haven't already I'd try posting this in the FDM forum as I think you are more likely to get an answer there.
    Performance Management Applications > Financial Data Management
    Regards
    Stuart

  • What is CalcAcctType in FDM Integration Script

    Hi All
    What is CalcAcctType in FDM Integration Script
    Why we need to set number 9 ?
    Example:
    rsAppend.Fields("CalcAcctType") = 9
    regards
    Sarilla

    The value "9" indicates it is input data. the folllowing is taken form the API guide, which i think it (from memory) relates to:
    enmAcctType
    upLogicNoExport = -1
    upLogicNoExport = -1
    upLogicExport = 5
    upLogicExport = 5
    upbase = 9
    upbase = 9
    Edited by: user10757003 on 16-Nov-2012 02:57

  • How much Minimum Disk Space is Required for Time Machine?

    Are there any recommendations from Apple for the size of external hard drive for Time Machine?
    Also, is there any formula for the amount of hard drive space = how any days, months, or years of backup available?
    Sorry about the poorly worded question.

    Size of HD = IBS + [30*DCD + 487*DCD]NM
    or
    Size of HD = IBS + 365NMDCD
    where
    IBS = Initial Backup Size (GBs)
    NM = Number of Months wanted before HD fills
    DCD = Daily Churn Data in GBs
    So lets say
    IBS=160 GB
    NM=24 (2 years wanted before having to worry about disk full)
    DCD=0.05 GB of daily churned data on average (50 MB of changed and new data)
    Size of HD = 160 + 365240.05 = 598 GB
    If you wanted just NM = 12 then the HD size should be around 350 to 400 GB
    Much depends on how many months you want to go before being bothered with disk full and how much average daily data churn you have.
    Note that TM will make much effort to clean up old data that can be safely deleted before giving up when disk becomes full. It will also provide you with the opportunity to clean up old backups yourself to free up space.
    Of course you can always re-format the TM backup HD and start over again but you obviously lose your TM backup history. You can also to decide you can delete the oldest 6 months of data and keep the more recent history to continue on with thr freed up disk space.

  • How many servers required to deploy RD Gateway to physical desktop PCs

    We want to setup RD Gateway for users to reach their desktop PCs from the Internet.  There are connecting to physical computers, not VMs or VDI.
    While the RD Gateway server itself could be a Hyper-V VM, we are not hosting VMs or VDI for the users to log into.  Everyone will be using the RD Gateway to log into their physical desktop PC.
    How many Windows servers are required just to get it running for an initial small number of users to pilot?
    We can add more servers if there is such a heavy traffic load in the future than the server cannot handle it, but for now I would like to know what is the minimum amount of separate Windows servers required just to make it function to securely pass RDP connections
    through from the Internet to an internal desktop PC.
    Do we need just one server to be a RD Gateway or do we need the Gateway plus a second server to be Connection Broker and third Windows server to be a licensing server?
    Do we need a separate Connection Broker server at all to allow users to connect to physical computers?

    Hi,
    You can setup RD gateway with a single Windows Server.
    Overview of Remote Desktop Gateway
    http://technet.microsoft.com/en-us/library/cc731150.aspx
    Checklist: Configure Remote Desktop Gateway
    http://technet.microsoft.com/en-us/library/cc732654.aspx
    Remote Desktop Gateway Installation Prerequisites
    http://technet.microsoft.com/en-us/library/cc731933.aspx
    Thanks.
    Jeremy Wu
    TechNet Community Support

  • What are the minimum CPU and Memory requirements for R12 Vision instance?

    We are in the process of trying to figure out what the minimum hardware requirements are for installing the R12 Vision instance. This Vision instance would only have 5 or less concurrent users. We may have to order a new server and we are wondering what the minimum CPU and memory would be? Oracle Support will not give us this information.
    We aleady know how much disk space it will need.
    Dan

    Hi,
    See these links.
    A Primer on Hardware Sizing for Oracle E-Business Suite
    http://blogs.oracle.com/stevenChan/2010/08/ebs_sizing_primer.html
    What Are the Minimum Desktop Requirements for EBS?
    http://blogs.oracle.com/stevenChan/2010/09/ebs_pc_clients.html
    Also, please see old threads for similar discussion.
    Hardware Requirements
    http://forums.oracle.com/forums/search.jspa?threadID=&q=Hardware+Requirements&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Benchmark
    http://forums.oracle.com/forums/search.jspa?threadID=&q=Benchmark&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

Maybe you are looking for

  • How Can I Pass a Bash Variable to AppleScript?

    Here's the deal. I'm used to just using sudo to edit files I don't have write access to, but the mate command doesn't work with sudo, so I end up entering my password twice (once with sudo and again when I want to save the file). To get around this I

  • Automatic payment program- Payment list Fields

    Dear Experts, After running automatic payment program when I am trying to view the Payment list(Edit-Payment-Payment list), I donu2019t see the check number in the payment document. Basically we need to see the check number because when the user take

  • How do I connect my goole chromebook to my hp3510 printer

    hi, can you please help me, with my questions

  • Switching from PC to Mac - Need to ask several compatibility questions

    Hello. I'm about to buy a new iMac, with the whole hunky dory '^_^, especially graphics. The thing is, I don't really care about Windows-only software as I can buy VMware or similar, but my question is, I have a complete collection of The Sims 2 (and

  • Deleting unwanted apps

    I installed an app called wireshark (traffic monitor) on my mac mini, and now want to remove it. It's not as simple as most apps - it's not in the app folder. I can see the remnants of the app in terminal under Library/Receipts. Question is how do I