Smartview 11.1.2.2  Excel Problem

Hello,
I installed 11.1.2.2 smartview after uninstalling 11.1.1.3.5 as 11.1.2.2 has been certified to be backward compatible. Every time i open Excel i get the following message.
C:\Hyperion\Smartview\Bin\HSTbar.xla could not be found. Check the spelling of the filename, and verify the file location is correct.
Did anyone had this issue ? If so please let me know how to get rid of this issue.
Thanks in advance

I had a similar problem with an install of 11.1.2.1 where the uninstall of the older version left a registry entry behind. Try looking in [HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Excel\options] and there should be some OPEN commands in there for Smartview. I guess depending on the install it could be different, but I think the correct path would be C:\Oracle\Smartview\Bin\HsTbar.xla. If you see any OPEN commands with the directory you mention below (C:\Hyperion) I would think you would want to change or delete those (unless of course that is the right directory) and then renumber the remaining OPEN commands to be in sequential order.
Obviously, backup the registry before trying any of this as this may be a completely unrelated problem from what I had.

Similar Messages

  • I cant export my pdf to excel - Problem with conversion

    I cant export my pdf to excel - Problem with conversion
    Somebody is having this problem?

    Hi,
    May i know what is the challenge you are facing?
    Check with another file.
    You can try with different browser as well.
    Regards,
    Florence

  • Excel problem StarStarStarStarStar Written by MA from Dubai  i have problem in excel when i write Arabic or i receive any excel file contain Arabic word it come like letters it do not come like word my Microsoft office is 2011 what i can do

    excel problem
    i have problem in excel when i write Arabic or i receive any excel file contain Arabic word it come like letters   it do not come like word
    my Microsoft office is 2011
    what i can do

    MS Office for Mac does not really support Arabic.  But you may just have a font problem.  Disconnected letters means a Windows font is being used.  Change the font to a Mac font like Geeza Pro.
    For better Arabic support, try OpenOffice.

  • Additional Controls vba for Excel "problem"

    Additional Controls vba for Excel "problem" Failure to appear when you press its button. I am using Office 2013 and Windows OS 8 (32bit).
    Note
    should
    focus on, I
    use Office
    2013
    - the
    system
    Windows 8
    (32-bit).
    Please help me, and accept a multitude of thanks and respect..

    Hi ghass
    Your question is not belong to the current Windows Store App dev forum.
    To help you move the thread to the correct forum, I would ask you some questions: Is your issue a build-in ActiveX control issue?
    I will move your thread to either OfficeDev forum or Office consumer forum.
    Thanks for your understanding.
    --James
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Smartview 11.1.2.1.103 problem: Merged cell in HFM workspace is unmerged in smartview

    I have an error here in smartview 11.1.2.1.103. In HFM workspace, the form I designed has merged cell in row1. But I open the same form in smartview, row1 is not longer merged. Does anyone have the same problem?
    PS: I've already set the option: excel formatting in smartview.

    Hi,
    thanks for your answers. From all I could find out from Oracle support, I'll have to wait until 11.1.2.1 is GA and then try again :-(
    Or will there be a patch for 11.1.2.0 as well?
    Best regards,
    Markus

  • Excel Problems with Mt Lion

    Funny with an Excel file with many sheets (14) on my 17" MacBook Pro, using Mail, if I click on the Excel file to open it, all I get a sheet however all the data does not display in the Excel file. 
    However if I take the same file and drag it to my desktop, letting it create a new file then open the file all the data is in the Excel spread sheet.
    Just wondering if any one else is having a problem with Excel, Mail, & Mt Lion?
    thank you for any reply John

    I've upgraded to Leopard and also have had difficulty printing in excel (using Office for Mac 2004 Student/Teacher Ed)....Word, Powerpoint, and Entourage all print fine.....and I print fine off the internet and in Apple iWork (Numbers, Pages) and in "Mail" . REally strange.....
    I am able to open files in excel, but cannot print them....
    I'm a former PC guy.....very set in my ways (I was) until I bought my wife an iMac G5 last year, before Intel came out. Anyway....she loved the Mac so when my Laptop hard drive fried, I decide to take the plunge and am I glad i did......
    I'm frustrated about this glitch with excel in Leopard....but for those of us who have attempted to (and succeeded) upgrade Microsoft Operating systems (though you never really succeed....Microsoft just keeps fixing things...with new patches or new service packs!).....well you know what I mean....upgrading to Leopard was a breeze.....I just wish I could figure out this problem with printing in excel!
    I would drop excel and just use "Numbers", but I work with all PC users (using various versions of Office) so I need to make sure they can open my "Numbers and Pages" files and even amend them if needed,...which I don't know they can do??????? i know I just jumped subjects here...but anyone have any thoughts on this too?
    To summarize:
    1. problems printing in excel with Leopard upgrade on macbook.
    2. can PC users with Office 2004 (I don't think any use the new 2007)....open my files from email if I generate them with Numbers or Pages?
    Thanks,
    Steve D.

  • Script for the SAP report - download to excel - problem

    Hi all
    I know that similar problem had already been discussed but going through the solution presented in
    any of that topic I was not able to be successful  (I am beginner in terms of VBA and SAP scripting)
    What I would like to do is simply create the SAP script which based on the parameters filled
    in in the excel sheet (user form created) will connect to SAP and make the report which I would like to have saved on my local drive as an excel file.
    Everything is ok till the moment I would like to save it.  As you know SAP records the macro only till the moment some window pops up (where and under what name you would like to have your report  saved)
    Could you please advise  ?
    As a screen I attached also point where macro stops (maybe this makes difference)
    Thank you in advance for any suggestions.
    Below my code.
    Private Sub CommandButton1_Click()
    Dim MojaData
    MojaData = ComboBox2.Value
    Dim Companycode
    Companycode = ComboBox1.Value
    Dim Depreciation_area
    Depreciation_area = ComboBox3.Value
    If Not IsObject(Application1) Then
    Set SapGuiAuto = GetObject("SAPGUI")
    Set Application1 = SapGuiAuto.GetScriptingEngine
    End If
    If Not IsObject(Connection) Then
    Set Connection = Application1.Children(0)
    End If
      If Not IsObject(session) Then
         Set session = Connection.Children(0)
      End If
    If IsObject(WScript) Then
    WScript.ConnectObject session, "on"
    WScript.ConnectObject Application1, "on"
    End If
    Dim sbar As String
    sbar = session.findById("wnd[0]/sbar").Text
    session.findById("wnd[0]").maximize
    session.findById("wnd[0]/tbar[0]/okcd").Text = "/n s_alr_87011990"
    session.findById("wnd[0]").sendVKey 0
    session.findById("wnd[0]/usr/ctxtBUKRS-LOW").Text = Companycode
    session.findById("wnd[0]/usr/ctxtSO_ANLKL-LOW").Text = ""
    session.findById("wnd[0]/usr/ctxtBERDATUM").Text = MojaData
    session.findById("wnd[0]/usr/ctxtBEREICH1").Text = Depreciation_area
    session.findById("wnd[0]/usr/ctxtSRTVR").Text = "0003"
    session.findById("wnd[0]/usr/radSUMMB").SetFocus
    session.findById("wnd[0]/tbar[1]/btn[8]").press
    session.findById("wnd[0]/mbar/menu[0]/menu[1]/menu[1]").Select

    MJ MJ - I cannot replicate a screen like you have to test it but here's what I would suggest:
    Immediately above the command that brings up the SAVE AS dialog, insert these lines:
    ... your code up to here.....
    FileName = "C:\Apps\Notifications.txt"     '<----- enter your save file path/name
    Wshell.run "C:\Apps\DataLoad.vbs " & FileName,1,False     '<-- call up the loader program
    ... then continue with your code....
    Then build a program "dataload.vbs" as follows:
    Dim FileNam2
    Set Wshell = CreateObject("WScript.Shell")
    Do 
    bWindowFound = Wshell.AppActivate("Save As") 
    WScript.Sleep 1000
    Loop Until bWindowFound
    bWindowFound = Wshell.AppActivate("Save As") 
    if (bWindowFound) Then
    Wshell.appActivate "Save As"
    WScript.Sleep 100
    Wshell.sendkeys "{TAB}"
    Wshell.sendkeys "{TAB}"
    Wshell.sendkeys "{TAB}"
    Wshell.sendkeys "{TAB}"
    Wshell.sendkeys "{TAB}"   'make 4 or 5 depending on the platform 4:XP, 5:Win7
    WScript.Sleep 100
    FileNam2 = WScript.Arguments.Item(0)  
    Wshell.sendkeys FileNam2
    WScript.Sleep 100
    Wshell.sendkeys "{ENTER}"
    WScript.Sleep 100
    end if
    This should do the trick of copying your filename into the filename box in the SAVE AS dialog.As I said, I did not get to test it but that is the theory.
    Trial-and-error is the only way in many cases.
    Good luck
    Regards
    Umur

  • Download file from UNIX to EXCEL problem

    Hi,
    I am trying to download file from UNIX server to excel file, there is one column which is messing up and that is number 100000000000000002 (18 in length) it is writing as 1E+17, funny thing is when I click on that cell it is showing as
    100000000000000000.
    I am using GUI_DOWNLOAD to download to excel, below is the output excel format, I am talking about 4th value from left
    GUID    leg_reg     lic_type     lic_num     ex_lic_num     vali_from     valid_to     created_by
    3E633B85C05E6F28E100     EAR     ENC     1E+17     ENC     20030305     20930305     VANRIJ
    below is the program I am using to download the output from UNIX to excel
    FORM get_data_file.
      OPEN DATASET p_unxfil FOR INPUT IN TEXT MODE ENCODING DEFAULT.
      IF sy-subrc = 0.
        DO.
          READ DATASET p_unxfil INTO input_file_tab-line_string.
          IF sy-subrc <> 0.
            EXIT.
          ENDIF.
          APPEND input_file_tab.
          CLEAR  input_file_tab.
        ENDDO.
      ELSE.
        PERFORM write_message USING 'ZZ' 'E' '000'
          'Unable to find file' p_unxfil
          '  Press Enter key to exit.' ''.
      ENDIF.
      CLOSE DATASET p_unxfil.
      DESCRIBE TABLE input_file_tab LINES record_cnt.
    ENDFORM.                    " get_data_file
    FORM create_pc_file.
      DATA: l_file TYPE string.
      MOVE p_pcfile TO l_file.
    Save the file
      CALL FUNCTION 'GUI_DOWNLOAD'
        EXPORTING
          filename                = l_file
        TABLES
          data_tab                = input_file_tab
        EXCEPTIONS
          file_write_error        = 1
          no_batch                = 2
          gui_refuse_filetransfer = 3
          invalid_type            = 4
          no_authority            = 5
          unknown_error           = 6
          header_not_allowed      = 7
          separator_not_allowed   = 8
          filesize_not_allowed    = 9
          header_too_long         = 10
          dp_error_create         = 11
          dp_error_send           = 12
          dp_error_write          = 13
          unknown_dp_error        = 14
          access_denied           = 15
          dp_out_of_memory        = 16
          disk_full               = 17
          dp_timeout              = 18
          file_not_found          = 19
          dataprovider_exception  = 20
          control_flush_error     = 21
          OTHERS                  = 22.
      IF sy-subrc NE 0.
        WRITE: / 'Error creating pc file', p_pcfile.
        EXIT.
    endif.
    I will assure of points.
    Thanks for your help
    Sarath

    It is not the problem of your program. This happens becuase of the "nature" of the excel. You need to retain the text property of that column.
    Try like this:
    1. Download the file in .txt
    2. Open Excel .. blank sheet
    3. Now, click on Open. Select your .txt file
    4. One pop up will come ..."Text Import Wizard"
    5. Select the fixed width or Delimited ... Press Next ...
    6. Select appropriate delimitors or fixed length .. press Next
    7. Select your coulumn (which has the problem), Select the "Text" radiobutton on the upper-right corner and finish.
    Regards,
    Naimesh Patel

  • Export to Excel problem in Signal Express 2012

    Equipment used: PXIE-8102 CELERON T3100 1.9GHZ Controller Windows 7, PXIE-1071 4 Slot Chassis, PXIE-4140 4-Channel SMU 1.7.5 version.
    I am using Signal Express 2012 and the SMU to plot the I/V characteristics of FET and other active devices. I am able to obtain the anticipated curve traced results but I am not able to Export the data to Excel directly from the Data View using the Microsoft Excel option. The error message is: Data could not be sent to Microsoft Excel. Please ensure you have a properly licensed version of Microsoft Excel. See attachment.
    We have checked our version of Microsoft Office, it is Professional Plus and has the correct volume license so it does not revert to a home or student version.
    I have been able to use the Export to Excel function directly from the Dataview when I was using one of the waveform tutorials supplied with Signal Express so I suspect it is a function of the SMU.
    In conversations with an NI support engineer he felt it may be a problem with "an active x call is just not seeing the license for some reason", his suggestion is to drag the data into Excel rather than use the Data view tab. Because the SMU is being used in a production environment it is not really appropriate to have the operator work at this level so I would rather figure a way to have the data exported using the Data View tab.
    Anyway please can you let me know if there are any known work around for this issue.
    Thank you

    Calvin1957,
    I am not seeing any attachments in the first post or this latest post. The images should be added using the attachments section when creating the post. You should also be able to insert an image using the insert image button in the toolbar. Let me know if you have any questions. Thanks!
    Robert B
    Applications Engineer
    National Instruments

  • OSX 10.6.8 update Excel problems. When is it safe to proceed?

    I installed OSX10.6.8 and immediately had problems with Microsoft products specifically opening files using ommand o, printing all ways. I did what the boards seem to be suggesting (used disk utility to verify the disk (OK), repair permissions (Done)) and then downloaded the combo version. No change. I need excel everyday so I reinstalled Snow Leopard from the DVD and used the 10.6.7 combo to get back up and working.
    The key question is how will I know when it is safe to proceed. It seems Apple does know there was something wrong but will they tell us when the 10.6.8 update is safe to use?

    You should not. But it never hurts to have a backup because bad things can happen.

  • Save as excel problem

    Post Author: Marco Nardelli
    CA Forum: Deployment
    hi everyone
    I'using BO 6.5.1 and I try to export different BO reports (about 200 rows) to excel 2000 SR-1.
    But when I try to open the xls file it doesn't work.
    I reduced the number of rows exported from BO and excel works fine.
    At the end I reduced the BO report to the first 4 rows, because when I included the fifth row I got the problem.
    So I thought I found the critical row - it can have a strange character
    or something like that in one of its columns, I thought...
    But if I export to xls a report with only this fifth rows it always works fine.
    In this sense I found many critical rows
    anyone can give me an explanation for this apparently strange behaviour?
    thanks to everyone
    ciao
    marco

    Post Author: sreenivas
    CA Forum: Deployment
    Hi
    you better to go macro's because it works fine.
    you can script and export your mentioned path.
    sreenivas

  • ALV Grid to Excel Problem

    Hi Folks,
    I have developed a report using ALV GRID for an user. However when he tries to export it to excel my field LIFNR (vendor no.) its 1 character short.
    For example:
    ALV GRID VIEW:
    103190325          2000004610          37,900.00
    EXCEL File:
    10319032          2000004610          37,900.00
    This is pretty strange for me, never had this problem before. Can anyone help me with this problem.
    Thanks in advance for your help.
    Regards,
    Gilberto Li
    Edited by: Gilberto Li on Nov 6, 2008 4:28 PM

    Hi Naimesh,
    Thanks for your reply.
    Yes I have checked the output length for the field. Right now I have it on 12 just in case, but LIFNR is a 10 character field, and I am still having this problem.
    When I hit the button for a preview on the grid it shows like this:
    10319032...   2000004610               37,900.00
    Strangely, don't know why this last digit is getting cutted.
    Thanks again.
    Regards,
    Gilberto Li

  • ALV download to Excel--Problem with Column Headers

    Hi,
    I have created a dynamic internal table and displaying it as ALV using SALV classes. Problem is that  when I download this ALV to Excel I'm not getting Column headings same as they are in ALV display.
    I mean in Excel it is showing Column headings taken from domain or data element.
    While creating dynamic table i'm passing short/ Medium & Long text too. Still it is not working.
    Any kinda help is appreciated.
    Thanks & Regards,
    Vivek Gaur
    Edited by: Vivek  Gaur on Nov 4, 2009 2:04 PM

    Look I cant actually post the code as it is divided in some global classes and main program. But i can elaborate the steps little further:
    1: I have created a field catalog for Dynamic internal table. In it i have passed every necessary field along with short/medium/Long texts.
    2: I fill up this dynamic table with data.
    3: I assign a field symbol to this dynamic internal table.
    4: I pass this field symbol to the factory method of CL_SALV_TABLE  Class.
    Thats it buddy..Hope u have understood my problem.

  • ALV TO EXCEL PROBLEM? ( 90 COLUMNS ALV CAN'T EXPORT TO EXCEL NORMALLY)

    HI ABAPERS,
    anyone have a alv that have over 90 columns and want to export to excel have experienced abnormal formating (like the header row show only up to 60 column and the rest show up in next row) and the data show in separate line.
    anyway can have a better format?
    also after 90 columns show up on alv, it can't show anymore except modify the layout in run time.
    can we do something before that?
    thanks & regards,
    HOWARD

    Hi HOWARD,
    My Report ouput having more than 90 columns in ALV, while downloading data from ALV to Excel sheet am facing alignment problem. (ie) the output column > 66 are appearing in next line of the excel sheet leads to improper alignment.
    Pls give me a solution as u had already come across this issue..
    Thank & Regards,
    Paramesh.

  • ALV download to excel problem

    Dear Gurus a problem in alv report downloading to excel:
    on executing the report works fine but when downloading to excel there last digit of bpvno is getting truncated.
    ex: actual bpvno:'4000010' but excel o/p shows as '400001'
    I have declared a field in final internal table as:
    data: bpvno as bseg-belnr,
    (in field catalog)
      fieldcatalog-fieldname   = 'BPVNO'.
      fieldcatalog-seltext_m   = 'BPV No.'.
      fieldcatalog-seltext_L   = 'BPV No.'.
      fieldcatalog-col_pos     = I1.
      fieldcatalog-emphasize   = 'X'.
      append fieldcatalog .
      clear  fieldcatalog.
      I1 = I1 + 1.
    but after specifying the  REF_TABLENAME & REF_FIELDNAME the downloaded excel o/p is correct.
    My questions is:
    1) i want to know what all are mandatory fields to be specified in fieldcatalog & is it compulsory to specify REF_TABLENAME & REF_FIELDNAME .
    if not complusory why the downloaded excel value is being truncated ???
    plz dont send materilas on alv and answer specific to the question....

    Hi,
    I wrote a small program, and for me it worked. My assumption about the seltext was wrong. And I also didn't use output lenght.
    Here is the code.
    REPORT  ZALVTOEXCEL                                                 .
    type-pools slis.
    data : gt_fcat type slis_t_fieldcat_alv.
    data fieldcatalog like line of gt_fcat.
    types : begin of t_belnr,
            bpvno like bseg-belnr.
    types end of   t_belnr.
    data gt_belnr type table of t_belnr.
    data gwa_belnr type t_belnr.
    gwa_belnr-bpvno = '4000010'.
    append gwa_belnr to gt_belnr.
    fieldcatalog-fieldname = 'BPVNO'.
    fieldcatalog-seltext_m = 'BPV No.'.
    fieldcatalog-seltext_L = 'BPV No.'.
    fieldcatalog-col_pos = 1.
    fieldcatalog-emphasize = 'X'.
    append fieldcatalog to gt_fcat.
    clear fieldcatalog.
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
    EXPORTING
       IT_FIELDCAT                        =  gt_fcat
        I_SAVE                            = 'A'
      TABLES
        t_outtab                          =  gt_belnr
    EXCEPTIONS
       PROGRAM_ERROR                     = 1
       OTHERS                            = 2
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    regards,
    Advait.

Maybe you are looking for

  • Iphone 4s unable to send mms over gprs, is there a fix for this?

    OK so after much hunting around the net and many calls to both my network provider and apple i found this link myself http://www.nowsms.com/iphone-mms-message-send-failure-on-gprs-and-edge that answered my problem. The answer being there is no soluti

  • Howto install/run MI 7.0 within WM6.1

    Hello I am a newbie to SAP and normally doing support for a device manufacturer. I had to support the install of MI 7.0 last friday and found a very irritating failure. I then started a test scenario with Mobile Device Emulator and a Mobile 6.1 Prof.

  • Mail stationery. What the heck?

    So, I have created an email that I will be sending out to a bunch of folks. I had the brilliant idea to save it as stationery, so I can personalize each email. Except when I go to use my letter, I can't personalize jack. It's like the text is a big p

  • Question on file conversion?

    This is my last question . I am inquirng if it would be classed as legal if i removed the protecting from a itunes file for purposes of playiing it through a DJ program. Hear me out. The program is a DJ software program that plays music files straigh

  • How do you restore videos that you took, but accidentally erased from the camera roll?

    I do not remember what Windows utility I used to transfer a few hundred pictures and several videos onto my Windows XP Pro desktop computer. Don't know if it was even iTunes. I remember giving the OK to delete all files on my iPhone after the transfe