SmartView Retrieval error

Hi Folks,
Excel and Smart view being used is Excel 2010 and 11.1.2.5
We are trying to 'Refresh All sheets' in a workbook which has ~ 130 tabs. Everything was working till couple of weeks back. We needed to add one more tab with just one change in the org dimenison. Once it is added and if we try to do 'Refresh All Sheets', we are getting the below error message.
"the specified width is invalid or cannot be set because of the current dock position"
Has anyone faced this error? Any guidance with regard to this is highly appreciated.

Maybe you are hitting some kind of limit then, 130 sheets is quite a lot
If you can reproduce then it is worth logging it with Oracle Support.
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • How to retrieve error message(s) after failed web service call

    Hi!
    I tried to create an item using the web service ego_item_pub.process_item and it worked ok (version 12.1.1). Sending the same request again, I got an error which should be ok since the item id already exists. The thing is, that I only get an "E" as return status:
    <X_RETURN_STATUS>E</X_RETURN_STATUS>
    <X_MSG_COUNT>1</X_MSG_COUNT>
    As described in the integration repository, there should be a parameter called msg_data which should contain the message if there is exactly 1 message, but I cannot find it.
    So, I tried to get the message using fnd_message.get, but the response of my web service call is:
    AuthorizationFailure : User not authorized to execute service. (I use sysadmin/sysadmin as ws security user).
    I use the following grant details:
    All Users     Direct     GLOBAL     Revoke Action Enabled
    SYSADMIN SYSADMIN     Direct     USER
    What else can I do or how can I retrieve error messages for a failed web service call?
    Thanks a lot,
    Konrad

    Hi Konrad,
    As we've found out, search the Integration Repository for internal name ERROR_HANDLER and use that. Letting the general public know the answer for this one!
    Regards,
    Gareth
    http://garethroberts.blogspot.com

  • RIM Retrieve Error

    I have a Curve 9360 (about a month old). Some-one sent me a picture, but i couldn't open it - got the message RIM Retrieve Error. I also received a business card from another blackberry user via sms, bur also couldn't open it - got the same message RIM Retrieve Error. is thee anything I can do?

    JuanitaWBB wrote:
    Yes, I do have a data plan with with my service provider
    Right. But do you have THE BlackBerry Data Plan? Not a generic data plan?
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • SmartView retrieve

    Hi There,
    I have template setup in Essbase Excel Addin, however when I try to use SmartView to retrieve, I got the following error:
    "Invalid free form, row 4 invalid, it has repeat members of a dimension and mutiple dimensions"
    Wondering why it is working fine at addin, but not smartview.
    Here is layout of the excel: (all dims are here: Account, Scenaro, Year, Month, Dept)
    Expense
    Budget
    2010 2010 2010 2011 2011
    Oct Nov Dec Jan Feb (this is row 4 the error mentioned)
    Dept1
    Dept2
    Dept3
    Edited by: DonZ on Dec 9, 2010 2:43 PM

    Never mind, figure it out, it is user error

  • Slow performance in Smartview retrieval in Essbase ASO Application

    Hi,
    I am not able to retreive in Smartview for ASO application when taken Bottom- all retreivals for Product dimension (propertiy set as multiple hierarchies enabled) that has 17000 members under it and keeping all other 11 dimensions at top level.
    Accounts has 9000 members in which 9 members have MDX formulas
    Scenario has 65 members in which 48 members have MDX formulas
    It also displays session timeout error while drilling down to all bottom levels in Product dimension keeping all other dimensions at top level in Smartview.
    I was able to retreive using Excel Add-in but it took around 15 minutes.
    Is there any way to reduce the smartview retreival times in ASO application? Please advice.
    Thanks in advance
    Shyam

    You can try creating aggregate views
    However it may be the MDX formulas which may not have been optimized - try to zero on the member formulas which may be causing this. Try to retrieve set of accounts and then check.
    Assuming that your timeout registry settings (ReceiveTimeout, KeepAliveTimeout, ServerInfoTimeout ) are properly set
    Regards,
    Sunil

  • Smartview Office Error (Unable to Save)

    If anyone is able to shed some light on the following issue then it would be great. As I'm sure that many of the Hyperion users have experienced this painstaking issue.
    We are using Smartview for Office (Excel) and what I've notice is that when we are working in a typical excel workbook - often we experience an error where we aren't able to save the file/workbook.
    Here are some of the details and setup
    Application(s): Microsoft Excel 2003, Hyperion System 9 Smart View for Office
    Version: 9.3.0.0.318
    Build Date: Nov 30 2006 10:15:40
    Files affected: Excel workbooks with and without Hyperion server connections
    Types of Hyperion Applications used:
    Hyperion Planning
    HFM
    Any help would be much appreciated.

    We are having the exact same issue. The issue occurs whether or not users have an active connection to Hyperion Planning via the SmartView Excel add-in. When we disable the SmartView add-in from loading on Excel startup, the issue goes away. I just logged a Service Request.
    The common configuration seems to be Windows XP Professional and Excel 2003. I have an older machine with Windows 2000 Professional and Excel 2003 and I do not have a problem the Smartview addin. End users did not have the problem until they started to get new machines with Windows XP Professional. This problem will most likely continue to get worse as my company continues to upgrade to Windows XP from Windows 2000.
    Here is information on the software versions:
    Hyperion System 9 Smartview for Office 9.3.0.1.016
    Hyperion Planning 9.3.0.1.4
    Windows XP Professional Version 2002 Service Pack 2
    Excel 2003 (11.8211.8202) SP3

  • CFImage EXIF Retrieval Error

    Need to utilize ImageGetExifMetaData to retrieve jpg
    orientation and size information to determine if modifications need
    to be made to photo. The tag is very inconsistent returning exif
    data. 80% of the time throws the following error:
    Exception occured in JPG processing. segment size would
    extend beyond file stream length
    Following is code along with link to sample photo:
    <cfimage action="read" source="
    http://www.thefloorteam.com/rp/wd/56k/1197/1197_5067792_14-Apr-08_10000.jpg"
    name="img">
    <cfset info=ImageGetExifMetaData(img)>
    <cfdump var="#info#"></cfdump>
    Have seen several posts on blogs and other sites that this is
    fairly common error. Has anyone been able to work around it as size
    of file, remote location of file, etc. seems to make little
    difference other than if I run localhost with file on local drive
    have not been able to create error.
    Thanks in advance.

    Hi Kumar,
    SAP keeps retrieval FI data in TXW_S_BKPF (Source table: BKPF) and TXW_S_BSEG (Source table: BSEG).
    The retrieval tables are named using the first four characters from the name of the source table (the table in which the data resided before archiving) with the prefix TXW_S_.
    Please check in above two tables for the retrieved data.
    Please check the below link for with the same information.
    http://help.sap.com/saphelp_45b/helpdata/en/3b/162be5c35511d1801b00c04fada2a1/content.htm
    Hope this helps.
    Regards,
    Sujit.

  • Does Member Selection (SmartView) == Retrieve (Excel AddIn)

    I just purchased the "Look Smarter.." book and it starts off by referring to a 'Retrieve' function in the Excel Add-In that pulls dimensions, member and associated data-values from an Essbase db (in my case Sample:Basic). I however have the SmartView Add-In running on Excel 2007, and there isn't any 'Retrieve' function that I can see.. The closest I can find is something called "Member Selection" that can be used to pull in dimension/members names. However this does not seem to pull in any actual data for these dimensions/members. I have already loaded the Sample:Basic db with data, so it's in there somewhere. I just need to know how to pull it all into Excel so that I can continue following along with Mr. Roske!
    Appreciate any input.
    thanks,
    Akshay

    Cameron,
    I followed your steps EXACTLY, but it only displays the Year and Market dimensions.. no 133980 data value! Just to confirm that I have the correct sequence, I did the following in order:
    1. loaded data.txt into Demo:Basic in EAS
    2. ran an 'Execute Calculation' of the 'default' calc script in EAS.
    3. opened a fresh Excel workbook and connected to Demo:Basic and activated it
    4. clicked on Refresh.
    The only other thing that happens is that a little window with drag-and-drop for 'Product' , 'Account' etc. shows up on the sheet. I tried to do a drag-and-drop of these extra dimensions, followed by another Refresh, but still no data value(s) appear.
    The funny thing is everything work perfectly when I use the Excel-Addin instead of SmartView! In fact, when I use Excel-Addin, the 133980 shows up even if I don't explicitly run the default calc script. So, I have a feeling that my problem is localized to SmartView.
    thanks,
    Akshay

  • Update Retriever - Error Downloading Power Management Driver

    There is an error in Update Retriever, when I try to download the Lenovo Power Management Driver 1.67.00.02 (giku06ww).
    The error message is:
    1 update failed to be downloaded.
    For me it looks like the XML file does not contain a valid CRC information for the file.

    Found a workaround: (I am not sure, why the CRCs are incorrect. It is possible, that the current driver is compromised!)
    download manually the files for the power management driver:
    http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/giku06ww.exe
    http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/giku06ww.txt
    http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/giku06ww_2_.xml
    There is an error in the XML file, the CRC sum and file size is not correct. calculate the SHA1 CRCs for the files and change the sizes:
          <File>
            <Name>giku06ww.exe</Name>
            <CRC>C9803CFF3B6A8A096AAED2737FB6D6FD3B63B5CA</CRC>
            <Size>1278493</Size>
          </File>
        </Installer>
        <Readme default="EN">
          <File id="EN">
            <Name>giku06ww.txt</Name>
            <CRC>80B709F72A4A9BDA3A0A98A31CD58EE188E412B9</CRC>
            <Size>32128</Size>
          </File>
    the file should look like this:
    <?xml version="1.0" encoding="utf-8"?>
    <?pcdDescriptor version="0230"?>
    <Package name="IBMPM_W8" id="giku06ww" version="1.67.00.02" hide="False">
      <Title default="EN">
        <Desc id="EN">Lenovo Power Management Driver - XP [32]/Vista/7/8 [32,64]</Desc>
      </Title>
      <DetectVersion type="Registry">
        <Registry>
          <Key>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Power Management Driver</Key>
          <ValueName>DisplayVersion</ValueName>
        </Registry>
      </DetectVersion>
      <Summary default="EN" />
      <Severity type="3" />
      <SeverityOverride type="2">
        <Not>
          <_RegistryKey>
            <Key>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Power Management Driver</Key>
          </_RegistryKey>
        </Not>
      </SeverityOverride>
      <Vendor>Lenovo</Vendor>
      <ExtractCommand>giku06ww.exe /VERYSILENT /DIR=%PACKAGEPATH% /EXTRACT="YES"</ExtractCommand>
      <ReleaseDate>2013-06-19</ReleaseDate>
      <DiskSpaceNeeded>30000000</DiskSpaceNeeded>
      <Reboot type="3" />
      <Install rc="0" type="cmd" default="EN">
        <Cmdline id="EN">%PACKAGEPATH%\Setup.exe -S -SMS</Cmdline>
      </Install>
      <ManualInstall type="cmd" default="EN">
        <Cmdline id="EN">%PACKAGEPATH%\Setup.exe</Cmdline>
      </ManualInstall>
      <Uninstall />
      <DetectInstall>
        <_RegistryKeyValue type="REG_SZ">
          <Key>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Power Management Driver</Key>
          <KeyName>DisplayVersion</KeyName>
          <Version>1.67.00.02^</Version>
        </_RegistryKeyValue>
      </DetectInstall>
      <Dependencies>
        <And>
          <_OS>
            <OS>VS-BUS.*</OS>
            <OS>VS-ENT.*</OS>
            <OS>VS-HOMEBASIC.*</OS>
            <OS>VS-HOMEPREM.*</OS>
            <OS>VS-HOMEULT.*</OS>
            <OS>WIN7-ENT.*</OS>
            <OS>WIN7-HOMEBASIC.*</OS>
            <OS>WIN7-HOMEPREM.*</OS>
            <OS>WIN7-PRO.*</OS>
            <OS>WIN7-STARTER.*</OS>
            <OS>WIN7-ULT.*</OS>
            <OS>WIN8.*</OS>
            <OS>WIN8-ENT.*</OS>
            <OS>WIN8-PRO.*</OS>
            <OS>WXP-PRO.SP3</OS>
          </_OS>
          <Or>
            <_PnPID><![CDATA[*IBM0055]]></_PnPID>
            <_PnPID><![CDATA[*IBM0068]]></_PnPID>
            <_PnPID><![CDATA[*LEN0068]]></_PnPID>
            <_PnPID><![CDATA[*LEN0168]]></_PnPID>
          </Or>
          <Or>
            <Or>
              <Not>
                <_Bios>
                  <Level>GDET*</Level>
                </_Bios>
              </Not>
            </Or>
            <Or>
              <And>
                <_Bios>
                  <Level>GDET*</Level>
                </_Bios>
                <Or>
                  <_Coreq name="BIOS_GDUJ">
                    <Version>1.07.1.07^</Version>
                  </_Coreq>
                  <Not>
                    <_Bios>
                      <Level>GDET0*</Level>
                      <Level>GDET1*</Level>
                      <Level>GDET2*</Level>
                      <Level>GDET30*</Level>
                      <Level>GDET31*</Level>
                      <Level>GDET32*</Level>
                      <Level>GDET33*</Level>
                      <Level>GDET34*</Level>
                      <Level>GDET35*</Level>
                      <Level>GDET36*</Level>
                    </_Bios>
                  </Not>
                </Or>
              </And>
            </Or>
          </Or>
        </And>
      </Dependencies>
      <Files>
        <Installer>
          <File>
            <Name>giku06ww.exe</Name>
            <CRC>C9803CFF3B6A8A096AAED2737FB6D6FD3B63B5CA</CRC>
            <Size>1278493</Size>
          </File>
        </Installer>
        <Readme default="EN">
          <File id="EN">
            <Name>giku06ww.txt</Name>
            <CRC>80B709F72A4A9BDA3A0A98A31CD58EE188E412B9</CRC>
            <Size>32128</Size>
          </File>
        </Readme>
      </Files>
    </Package>
    The update can be imported into update retriever manually and it must be assigned to systems (by default no machine types are assigned).

  • Retrieve error description from PCI-7334 board with VB

    Even with the examples provided by NI I get the error "Compile error. By Ref argument type mismatch" on argument "errordescription of function "flex_get_error_description".
    Try it with the "One-Axis Move with Position Monitor.vbp" project. Select an axis that don't exist eg "axis 7" and you get the error in "Public Function nimcDisplayError(ByVal errorCode As Long, ByVal commandID As Integer, ByVal resourceID As Integer) As Integer" of module "NIMCExample.bas".
    In VB the variable "errordescription" is declared as string. According to the help file that argument is an array of ASCII characters. So what should it be??
    The examples where installed from the "Motion Control Version 6.1.2" CD.
    Does someone have a working e
    xample of how to retrieve the error description with VB ???

    With the modifications described in thread "flex_initialize_controller", this problem is also solved.

  • Error in Infopackage- retrieve error data

    Hello experts,
    During execution of infopackage to extract data from ECC i had this error : "Error in codepage mapping for source system" read some thread i understand there was some idoc in error therefore i found the problem in BD87 in source system and i have processed my idocs correctly.
    NOW: i have again in the log my infopackage in error and after this execution i have many other executions correct so the delta extraction, after that problem, contunue in right way.
    My question is: how can i manage the data that went in error? the infopackage with error extract 2400 record where are these record?how can i retrieve these records?
    thanks
    kind regards
    Boris

    Hi,
    After you processed your Idocs in BD87, your subsequent loads went successful. So, now there is no Idocs problem as such.
    For your missing records, run a  Repair Full load by specifying the data selection. Then it will bring all the missed records.
    Regards,
    Suman

  • Log Could Not Be Retrieved Error in session logs....OBIEE 11.1.1.6.0

    Unable to see session logs in session manager since 2 days. I'm using OBIEE 11.1.1.6.0. current log file size is 66MB.
    Error
    Log Could Not Be Retrieved
    Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 27002] Near <2310275073>: Syntax error [nQSError: 26012] . (HY000)

    Hi,
    This is a know Bug: @ BUG:13737150 - UNABLE TO VIEW LOG FILE FROM ADMINISTRATION > MANAGE SESSIONS
    Download and apply OBIEE 11.1.1.6.2 BP1. It is fixed in this version.
    Thanks.

  • No records retrieved error when records are there?

    Hi
    This is frm-40350 No records retrieved and it is happening on the detail block even though records are retrieved.
    I am currently testing an enhancement to an existing form that can be called by other forms. I noticed that when calling this form from another, when it is populated with global values the cursor then goes to the detail block and I get the error message at usual place at bottom of screen. There is a new form instance procedure that puts cursor in details block as below. I think this is because the detail block records are only meant to be changed so if a user goes in to that form it puts cursor in the details block.
    BEGIN
    go_block('master');
    IF :CG$CTRL.form_called_from IN ('FORM_X', 'FORM_Y') THEN
    execute_query;
    go_block('detail');
    ELSE
    enter_query;
    END IF;
    END;
    The code above is existing and I have not changed it. I was making a small enhancement to my form in another area that will not have created any such problems as this. it operates ok apart from this error message. Why is it producing this error message?
    Thanks
    user605593

    Hi,
    Basically its not an error message....Its just informative message....according to this your trying to fetch some data from the table that is not there or your search query retrives no rows from the table.....
    If this message is not causing any problem to your operation then you can supress this message by writing the following code in pre-form,
    :SYSTEM.MESSAGE_LEVEL := 5;
    :SYSTEM.SUPPRESS_WORKING := 'TRUE';
    and write the following code in post-form
    :SYSTEM.MESSAGE_LEVEL := 0;
    :SYSTEM.SUPPRESS_WORKING := 'FALSE';
    Thanks,
    Pavan.

  • ESsbase Data retrieve error

    I have recently upgraded the essbase on unix from 9.3.0.1 to 9.3.1. During the upgarde there was no problem it looks like it went smoothly. However, I could not retrieve data from excel addin or even from Adminstration console.
    The error message I get from excel addin is: " cannot load application with error number 1052003.see server log file"
    And I found the following error message in the server log:
    "Starting application BigCorp
    ld.so.1: ESSSVR: fatal: libARicu22.so: open failed: No such file or directory
    [Fri Jan  9 15:50:32 2009]hypprd02 /ESSBASE0///Error(1052003)
    Timed out reading from server"
    Can you please help me resolve this issue
    Thanks

    Here is what the error description is for the Essbase error that is being returned:
    h2. 1052003 Timed out reading from server
    h3. Possible Problems
    Analytic Services timed out before it could read from the server.
    h3. Possible Solutions
    <ul><li>Make sure that the [block size|http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/dbag/dstalloc.htm#1011425] is within the recommended range. </li>
    <li>Make sure that the following [environment variables|http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_esb_error/erinfo.htm#environment] are set correctly:
    <ul><li><code>ARBORPATH</code> (PC and UNIX) </li>
    <li><code>PATH</code> (PC and UNIX) </li>
    <li><code>LD_LIBRARY_PATH</code> (UNIX only) </li>
    </ul>
    </li>
    <li>Make sure that the network is functioning correctly. Check the previous messages in the [application log|http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/dbag/dlogs.htm] for [network error messages|http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_esb_error/ernetwrk.htm]. </li>
    <li>[Stop and restart|http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/dbag/dagent.htm#1017676] Analytic Server. </li>
    <li>Increase the values for [NETDELAY and NETRETRYCOUNT|http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_esb_error/erinfo.htm#netdelay_netretrycount]. </li>
    <li>Increase the values for AGENTDELAY.
    <ol><li>If you do not have an <code>$ARBORPATH/bin/[essbase.cfg|http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/techref/config/homecfgl.htm]</code> file on the server computer, create one using a text editor. </li>
    <li>In the <code>$ARBORPATH/bin/[essbase.cfg|http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/techref/config/homecfgl.htm]</code> file on the server computer, add or increase the value for AGENTDELAY. </li>
    <li>[Stop and restart|http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/dbag/dagent.htm#1017676] Analytic Server. </li>
    </ol>
    </li>
    <li>Make sure that Analytic Server and the Analytic Services client are installed correctly. </li>
    <li>Check to see if any [databases are corrupt|http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_esb_error/erinfo.htm#corruption]. </li>
    </ul>
    Note: this information is from http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_esb_error/erhelp.htm.
    Tim Tow
    Applied OLAP, Inc

  • SmartView Retrieve Optimization

    How can i reduce the time of a retrieve with a big data set (500 rows x 60 cols), client-side solution or server-side optimizations are welcome.
    thanks.
    SMARTVIEW version 11.1.2.1.00
    Hyperion 11.1.2.1

    SantiagoC. wrote:
    i have 11 dimension in the model, in the sheet i have in row 4 sparse dimension with 1 dinamic calc of one of these dimensions, in columns i have 1 dynamic calc that sumarize some childs of the dimension, and the rest of the dimensions (7) like period, year, version, etc.
    the retrieve is taking 2 minutes, it is posible to make it run faster? or this time is short for that action?With 4 sparse dimensions in row orientation, the Essbase engine has to do a bunch of work to get the data.. I would look at the application log to see how long the Essbase retrieve operation actually is, then compare that to the time to render in the spreadsheet. This will give you a baseline of how much time is Smart View vs how much time is Essbase.
    Do you need the all of those dimensions in row orientation? I have seen instances where it is necessary to get the report you want. In those cases, you will pay the price of time..
    Tim Tow
    Applied OLAP, Inc

Maybe you are looking for

  • Mac Mini as Home Theatre (advice please)

    Hi There, I am considering a Mac Mini to connect to my TV as a Home Theatre device. I just found out that the latest model has no optical drive & so that is a real blow to me as it is a very important factor. I have checked the older models & it seem

  • How to publish Motion 5 templates with another editor's Final Cut Pro x

    How to publish Motion 5 templates with another editor's Final Cut Pro x

  • Color Space Issue with Wide-Gamut monitor

    Since getting my new (and carefully calibrated) LaCie 324 monitor, I have noticed that RAW (and maybe other) images exported from Lightroom as sRGB jpegs look washed out and slightly green when viewed outside of Lightroom (IE8, Firefox, ACDSee, windo

  • Need help with Sata Pata setup PLEASE

    I am running a MSI 6728 (865 chipset) Windows XP SP2 I want to run 2 SATA drive booting from 1 of them, not interested ib RAID right now. Also I want to run 2 PATA on IDE1 and I PATA HD and DVD on IDE2. Sure could use some help configuring this. I ca

  • HT4995 Location Services and Automatic Date & Time

    What do you do when selecting 'Set Automatically" in the Settings>General>Date & Time is not accurate?  Also what should be done when Location Services, specifically the Maps app, through wi-fi at home are inaccurate?  Both are showing the time zone