Default Dataexport options in Hyperion 9.3.3 vs 11.1.2.1

We're doing a data comparison between 9.3.3 and 11.1.2.1. We're using DATAEXPORT files to compare data between the 2 different versions. No dataexport options are currently being set so default options are being used. We currently see differences in rounding.
9.3.3:
"IND_U","DOM_M","IND_SR","Rail - PSK Potash","COR_PL","SOL_","WV_USA_D","IHBF","INP","Budget","Gross Price","FY12",#Mi,558.9499999999998,558.9500000000001,#Mi,578.9500000000001,#Mi,583.9499999999999,#Mi,583.9500000000001,#Mi,583.9499999999999,#Mi,583.9500000000001
11.1.2.1
"IND_U","DOM_M","IND_SR","Rail - PSK Potash","COR_PL","SOL_","WV_USA_D","IHBF","INP","Budget","Gross Price","FY12",#Mi,558.9499999999999,558.9499999999998,#Mi,578.9500000000001,#Mi,583.9500000000002,#Mi,583.9500000000001,#Mi,583.9499999999998,#Mi,583.9500000000001
We upgraded OSes as well from Windows Server 2003 to Windows Server 2008 R2. Both are 64-bit versions.
Can anyone tell me why we see these differences?
Thanks in advance!
Ryan
Edited by: user5817653 on Apr 10, 2012 10:39 AM

Not officially supported but it should work (I have never tested from 9.3.0 though only 9.3.1), the upgrade option just runs sql scripts in the background through each version, no harm in trying maybe on a dev/test env first.
Otherwise you have to go down the supported path route.
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • DataExport Options

    I'm trying to use the DATAEXPORT command in a calc script and I'm having problems with two things.
    The first issue is that I'd like to export the Period (time dim) into the results of the file as opposed to the column header/value.
    Instead of
    "WFVAR","FY12","Budget","NO_SUBCAT","109988-00","10-10125-501201",-614.73
    I'd like to get:
    "WFVAR","FY12","Budget","NO_SUBCAT","109988-00","10-10125-501201","JUL",-614.73
    I believe I understand why I can't do this. I believe I would have to use another dense dim in a DataExportColHeader parameter. The problem is that my only other only other dense dim is Account and I can't use that as my columns. I'm wondering if there are any other options that I can pull the period into my data output.
    The second thing I'm trying to do is to use a dynamic value within the name of the file. I'm trying to create a file every night and have the date stamped into the file name. My current command is:
    DATAEXPORT "File" "," "G:\Hyperion\Administration\EssbaseExports\FY13_budget_jul.csv" "0";
    I'd like to get the file name to be FY13_budget_jul_2012-05-02.csv for example.
    Any help or ideas are appreciated.
    Cameron

    The other option is to create another dense dimension and use that as the header, if you didn't want to change the active database you could copy it and then change it.
    You could use a sub var for the dataexport filename though I think it would need to be the full path and name, here is an example Re: MaxL with DATAEXPORT and passed parameters
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • "Open in Smart View" option. Hyperion Planning version 11.1.1.3

    Failure to download planning form to Smart View using the "Open in Smart View" option. Hyperion Planning version 11.1.1.3. Error message "Web launch operation has been cancelled.
    Your feedback is appreciated.

    I understand you are on 11.1.1.3.
    However, this is documented in the Known Issues section of the Smart View 11.1.2.1 readme and could be worth a try: 
    When you try to open a Planning web form in Smart View through Workspace, you may get this error: “Web launch operation has been cancelled.” This happens if Essbase has not been added as a server in Shared Connections. Workaround: Open the Smart View Panel in Smart View and add an Essbase server as described in the online help or "Adding Essbase Servers" in chapter 2 of the Smart View User's Guide. 
    HTH-
    Jasmine.

  • How to disable updates and hide set as default browser option in firefox 31.0 for many users,like changing the setttings in any file

    Hi,
    I am trying to disable updates, set as default browser option and import settings from other browers permanently for many users for firefox 31.0.
    can you please help me with that. I know settings are going to prefs.js file in user profile. How can make this permanent for many users.

    Hi gaurav3012,
    Permanent change would be locking preferences: [http://kb.mozillazine.org/Locking_preferences]
    However importing many users profiles to different computers may require a new profile for each user.
    Currently there is an option to import bookmarks from other browsers, but not preferences.
    Update preferences can be read about here: [[Configuration Options for Updates]]
    Firefox ESR is also another version of Firefox that is meant for Enterprise environments [https://www.mozilla.org/en-US/firefox/organizations/] that mostly has their support on their mailing list.

  • How to have "black and white only" be the default print option

    Just installed a new printer and would like to set it up so that the default print option is black and white only. How do I do this?

    Can't find this anywhere. I'm brand new to Macs so I
    might need more detailed instructions.
    I have an HP Photosmart C6100 by the way.
    Not sure which post you are responding to since you replied to yourself
    Every printer is a little different so you may have to do some searching through the settings. I don't have an HP Photosmart C6100 here so I can't say for sure where the setting is for that printer.
    The closest thing I have to that model printer here is an HP OfficeJet 6310
    In that model you choose Paper Type/Quality
    In drop down menu under Color you select Gray Scale
    Then you can still save the preset as I described in my previous post.
    If the C6100 is different than that you may just have to search through option pages and explore the drop down selections.
    Which I could be more specific, but they are all a little different.

  • Problem with UDO Registration through SDK (Default Form Option)

    Hello All,
    I am trying to create a UDO Registration through SDK which is done easily but the udo contain default form option.
    But after creating the udo , the defualt form option is clicked in the wizard but the system is not showing that default form in SAP.
    Please suggest if i am missing something for making this udo a default form .
    Code which i have written is following :-
    Dim oUserObjectMD1 As SAPbobsCOM.UserObjectsMD
                oUserObjectMD1 = Class_Law_Main.ocompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oUserObjectsMD)
                If oUserObjectMD1.GetByKey("OSL_LawStage_Master") = False Then
                    oUserObjectMD1.CanCancel = SAPbobsCOM.BoYesNoEnum.tNO
                    oUserObjectMD1.CanClose = SAPbobsCOM.BoYesNoEnum.tNO
                    oUserObjectMD1.CanCreateDefaultForm = SAPbobsCOM.BoYesNoEnum.tYES
                    oUserObjectMD1.FindColumns.ColumnAlias = "Code"
                    oUserObjectMD1.FindColumns.ColumnDescription = "Code"
                    oUserObjectMD1.FindColumns.Add()
                    oUserObjectMD1.FindColumns.ColumnAlias = "Name"
                    oUserObjectMD1.FindColumns.ColumnDescription = "Name"
                    oUserObjectMD1.FindColumns.Add()
                    oUserObjectMD1.FindColumns.ColumnAlias = "DocEntry"
                    oUserObjectMD1.FindColumns.ColumnDescription = "DocEntry"
                    oUserObjectMD1.FindColumns.Add()
                    oUserObjectMD1.FindColumns.ColumnAlias = "U_StgName"
                    oUserObjectMD1.FindColumns.ColumnDescription = "Stage Description"
                    oUserObjectMD1.FindColumns.Add()
                    oUserObjectMD1.FindColumns.ColumnAlias = "U_StgSeq"
                    oUserObjectMD1.FindColumns.ColumnDescription = "Stage Sequence"
                    oUserObjectMD1.FindColumns.Add()
                    oUserObjectMD1.FormColumns.FormColumnAlias = "Code"
                    oUserObjectMD1.FormColumns.FormColumnDescription = "Code"
                    oUserObjectMD1.FormColumns.Add()
                    oUserObjectMD1.FormColumns.FormColumnAlias = "U_StgName"
                    oUserObjectMD1.FormColumns.FormColumnDescription = "Stage Description"
                    oUserObjectMD1.FormColumns.Add()
                    oUserObjectMD1.FormColumns.FormColumnAlias = "U_StgSeq"
                    oUserObjectMD1.FormColumns.FormColumnDescription = "Stage Sequence"
                    oUserObjectMD1.FormColumns.Add()
                    oUserObjectMD1.CanDelete = SAPbobsCOM.BoYesNoEnum.tNO
                    oUserObjectMD1.CanFind = SAPbobsCOM.BoYesNoEnum.tYES
                    oUserObjectMD1.CanLog = SAPbobsCOM.BoYesNoEnum.tNO
                    oUserObjectMD1.CanYearTransfer = SAPbobsCOM.BoYesNoEnum.tNO
                    'oUserObjectMD1.ChildTables.TableName =
                    oUserObjectMD1.Code = "OSL_LawStage_Master"
                    oUserObjectMD1.ManageSeries = SAPbobsCOM.BoYesNoEnum.tNO
                    oUserObjectMD1.Name = "Law Stages Master"
                    oUserObjectMD1.ObjectType = SAPbobsCOM.BoUDOObjType.boud_MasterData
                    oUserObjectMD1.TableName = "OSL_OLSG"
                    lRetCode = oUserObjectMD1.Add()
                    '// check for errors in the process
                    If lRetCode <> 0 Then
                        Class_Law_Main.ocompany.GetLastError(lRetCode, sErrMsg)
                        MsgBox(sErrMsg)
                    End If
                End If
                System.Runtime.InteropServices.Marshal.ReleaseComObject(oUserObjectMD1)
                oUserObjectMD1 = Nothing

    Hi Robert,
    I recommend you do your changes in your file/XML file before you load your form. It's much quicker and easier this way
    e.g
    //make your changes in your xml form
    SBO_Application.LoadBatchActions(ref YourXMLFileString);
    Cheers, Lita

  • Default display option in MB51

    Hi Folks,
    Can anyone help me in setting up a user specific default DISPLAY OPTION in transaction MB51.
    Expecting an early reply.
    T H A N K S,
    Sugopa

    Hi,
    below link might help you
    http://help.sap.com/saphelp_erp2004/helpdata/en/b5/2f2671d6f511d3b7f30000e82de955/frameset.htm
    what is your requirement.
    is this what you want when a user executes MB51 then the options should be default one if so
    enter tcode MB51
    go to system-user profile-set data and execute.
    when ever you execute MB51 all the time the same data will be there.
    is this your requirement if not getback......
    if it helps and solves your problem reward points and close the thread
    regards,
    venu.

  • How to make default personalization options for users

    Hi all,
    How can I make default personalization options for users, so that those will the default options when the user opens the portal BSP applications. Those will be the standard, at later point of time if they want they can personlalize some other fields, but earlier fields will be the default fields and user cant be able to change them.
    Thanks
    Murthy

    Hi Murthy,
    If you use IMG (crmc_blueprint_c) to customize PCUI appl than you can use the personalization feature. If you select 'Not in List' in the IMG for the field in the fieldgroup structure, than this field by default will not be viewable in the List View and will not be checked as 'Visible' in the Personilzation link. So by not selecting 'Not in List' you are giving that field to be viewable and all other fields are available for users to personalize by default.
    If you have maintained the 'List View' using the CRM Designer, than most likely you would lose the above feature, as SAP Standard code considers the CRM Designer as high level of customization.
    Thanks
    Harsh

  • When & how to use default settings option in job scheduling with BO 4.1

    Hi,
    With BO 4.1 we got new features and one of them is "Default Settings" option in the job scheduling. While scheduling a report in CMC we are getting below attached screen. I want to know when and how to use this option? while scheduling job on queries.
    Please guide me to, thanks in advance.
    Regards,
    Mithun Pati.

    Hi Mithun,
    Below thread may give you clear idea.
    The Purpose of the default settings is to have customized default settings for the enterprise. These settings would apply to any user who has access to Info view and wants to schedule a report. For example you can setup default values for "From" section of email so any scheduled reports use those settings. Similarly another setting we have defaulted is the number of retires involved and the seconds for each retry. Business Objects will not send out a failure emails unless the last retry has failed. The default settings should only be modified by an admin.
    Purpose of Default Settings when scheduling a WebI report?

  • Reader X - Right Click & Print not keeping defaulted "Fit" option.

    Using Adobe Reader X (version 10.1.2) I have a number of PDF files to print and would simply like to right-click and print. However, the pages are cut off on the sides. If I open each document individually and click print (with a default Size Options = Fit), the documents print ok. How can I change the "right-click & print" option to default with Size Options = Fit?

    I was having the same problem with a pdf printing system we've developed.
    We had been using the /n (new window) /t (print) parameters when calling Reader, but I thought it would be a nice change to simply emulate the right-click print with code to make it a little friendlier for upgrades.  While that mostly worked, I ran into a couple of issues.
    When the right-click print is done, it appears Reader uses the Reader defaults and doesn't look at your particular settings.  If, however, Reader is already open it does use your settings.  Occasionally, we received a corrupted or password protected file that we couldn't automatically process.  To solve this issue, I decided to print the pdfs serially and kill acrord32.exe after each print job.  Since I was killing after each print job, it never used my settings but alwasy the default Reader settings.
    In my case, I switched the code back to use the /n /t parameters and it is working fine again.
    So, in your case, if you leave Adobe Reader running, it might resolve your issue.
    The right-click print does /p /h behind the scenes.  Perhaps another option is to change the registry to use /n /t instead of /p /h.

  • Default Collection Option Set

    I currently use multiple collectors that I have created to scan different locations based upon IP Ranges. I have created them so that the collection is spread out over a one week period to minimize network activity.
    I have been directed to change my collection so that it happens every Sunday. All machines in the company are now "woken up" every Sunday to receive any necessary patches. I will be changing my collection schedule so that my inventories take place on Sunday also but I have a question about the Default Collection Option Set.
    Would it be better to make use of the Default Collection Option Set or should I create a separate Collection Set for this task? Also since I have only targeted specific IP Ranges in the past what should my settings be to ensure that I am looking at the entire network?
    I also do not remember - when they wake up the systems on the network will the machines inventory from the Login Page or do they actually need to be logged onto the network to complete the inventory.

    Originally Posted by DaryRo
    Would it be better to make use of the Default Collection Option Set or should I create a separate Collection Set for this task?
    I always create my own option sets and give them meaningful titles to make it a little easier to track what is going on. There is really no need (or advantage) to using the Default Option Set.
    Originally Posted by DaryRo
    Also since I have only targeted specific IP Ranges in the past what should my settings be to ensure that I am looking at the entire network?
    If you really want that one option set to collect from all clients then just the default settings in a new option set will work as long as you select a valid schedule on the first tab when creating the option set.
    Make sure that any new option set you create that you wish to use is actually associated to collection servers. Look at the properties of the collection servers and if they are set to inherit standard option sets then add the new option set in the Collection Server, Domain properties, if they are not set to inherit then add the new option set to each collection server.

  • Default radio option (for Rating selection) from HAP_MAIN_DOCUMENT

    We have a requirement to remove 'select a value' default radio option (for Rating selection) from HAP_MAIN_DOCUMENT. Can you please let me know is there any BADIs available to acheive this requirement ?

    The normal way to do this is to set the option to "commit selected value immediately" and to place the code in the Keystroke event of the combo box. And instead of the first two lines that you have, you'd use something like:
    if (!event.willCommit && event.changeEx !== "none") {
        // Your other code goes here
    The changeEx property will return the export value, if any, of the selected item.

  • Default Print Options when issuing output

    Dear Experts:
    I came across a issue regarding print options when issuing output from the billing document.
    my first question is, this default print options seems to be coming from my output record as for print immediately option. where does Recipient come from?
    my second question is, is it possible that I make the "print immediately"  option default by user own settings in SU3?
    Thanks in advance.

    The recipient normally is the person which is logged in, during the NAST-Entry is saved.
    I know, there are several options available in the customizing, but I'm really not sure, so perhaps you can work through the official help located here:
    Output Determination (SD-BF-OC) - SAP Library
    The "print immediately"  option cannot be set to the user-parameters via customizing. I think you have to use a userexit in the messaging to put some lines in there to make this work, but also please work through the official documentation.
    If you doesn't find a solution, I think this space match better for such a question:
    SAP ERP SD Sales
    Here in Output Management is more the developing view located, sry.
    ~Florian

  • Default menu options System and Help

    Hi Experts,
    is it possible to remove the default menu options system and help from an ALV screen???
    if yes How?
    if no--is there any way to restrict user to select there two menu options?
    Thanks in advance
    Anit gautam

    HAI
                             NO,sytem and help are the default menu items,we cant disable this feature.

  • Override default print options in Adobe reader

    Hello Adobe support team,
    Can you please provide the possible ways to override the print options that comes by default. In the below snapshot marked in red green and blue are the ones that we want to be set as default print options for a selected document instead of users setting it for each document.
    Please help!

    All permanent print options are set from the Printer Control Panel without being in the printer setup from within the application.

Maybe you are looking for