Error in Grid XML: Active connection and valid HsGetValue PoV

Hello everyone
I am struggling using the Smart View fucntions to access an HFM application and retrieving data using the HsGetValue function. I have the following to automatically create a connection:
Sub CreateConn()
'!***Adhoc Analysis - Financial Management***!
'requires smartview.bas located in the \SmartView\bin directory (included in module hyperion) and HsAddin.dll
'HFM application
Set ws = ThisWorkbook.Sheets("aSheet")
MyUsername = "aUsername"
MyPassword = "aPassword"
MyAppHFMQMR = "anApp"
'Activate adhoc sheet (required for Hyp-functions)
ws.Activate
'Check connection
Dim bIsConnection As Boolean
bIsConnection = HypConnectionExists(MyAppHFMQMR & "New")
If bIsConnection = True Then: X = HypRemoveConnection(MyAppHFMQMR & "New")
If X < 0 Then: ErrorMsg CInt(X) 'handle errors
'Create connection
X = HypCreateConnection(ws, MyUsername, MyPassword, HYP_FINANCIAL_MANAGEMENT, _
"http://epmhfm-dev/hfmofficeprovider/hfmofficeprovider.aspx", "DevCluster", _
MyAppHFMQMR, MyAppHFMQMR, MyAppHFMQMR & "New", "Analytic Provider Services")
If X < 0 Then: ErrorMsg CInt(X) 'handle errors
'Establish pre-defined connection
X = HypConnect(ws, MyUsername, MyPassword, MyAppHFMQMR & "New")
If X < 0 Then: ErrorMsg CInt(X) 'handle errors
'Disable suppress #Missing
X = HypSetSheetOption(ws, 6, False)
If X < 0 Then: ErrorMsg CInt(X) 'handle errors
'Preserve formulae
X = HypSetOption(HSV_PRESERVE_FORMULA_COMMENT, True, ws)
If X < 0 Then: ErrorMsg CInt(X) 'handle errors
'Missing data shows as numeric zero
X = HypSetSheetOption(Null, 13, "#NumericZero")
If X < 0 Then: ErrorMsg CInt(X) 'handle errors
End Sub
This code works fine by itself. I have a second code snippet that builds the HsGetValue function and copies it to the worksheet. Both are embedded in a larger project. Everything works fine if I only run the two modules (the one creating the connection and the second building the functions). If I run some code beforehand, however, I get the 'Error in Grid XML' error and all retrieved data is shown as 0. Incidentally, the connection is still established and the HsGetValue() functions are assembled as they were before including a valid (and identical) PoV.
I understand that it is difficult to establish from this what the rpoblem might be. I need some help to hone in on the error since Smart View is giving me nothing to work with. To say the least, errors are not handled gracefully in Smart View. I suspect something gets stuck in the cache that prevents the retrieve sheet from updating appropriately.
Any pointers are appreciated ff anyone else has come across a similar problem using Smart View functions.
Thanks
Florian

I guess when you say that Test 1 does not work you are sure that connection is getting established, though I can see that connection errors are being handled but you should be sure that connection creation and connect code is working and that can be done by debugging the code- in vba editor using 'F8'.
also check the below code is working or not by debugging again
bIsConnection = HypConnectionExists(MyAppHFMQMR & "New")
If bIsConnection = True Then: X = HypRemoveConnection(MyAppHFMQMR & "New")
Use X<>0 instead of X<0 and see if you get any exception/error. X should be 0 if your code is working.
Also once done with above test cases can you replace the connection name as something like anAppConn by hardcoding it into your create connection function and then try again..
If you go to Smart View and Click over sheet info then you can find if the sheet consists of saved connection or not...You can delete it as needed.
As you say that if you manually create a connection then the code works then there should be a problem with your connection code it seems...
Thanks

Similar Messages

  • I'm wondering if anyone has noticed frequent crashing of apps that never crashed before, error messages in their internet connections, and anything else that just doesn't seem right?

    I'm wondering if anyone has noticed frequent crashing of apps that never crashed before, error messages in their internet connections, and anything else that just doesn't seem right?
    I am not able to upload or download any apps.  This has just happened since the 3rd of this month.

    The iPad does not upload apps.
    If you're having problems purchasing or downloading apps using the App Store app tell us what exactly happens when you attempt to purchase an app and what, if any, error messages to your get.

  • XML data connection and XML submit button

    Hi Guys,
    another one that 'should' be straight forward.  I have an xml data connection that is used ot pull in event details (name, location, cost etc) that allows you to select various events, then fill in your contact details and then submit the form.  I need to have the form submit with the data that the user entered into the form as well as their selection of event.  When I set up the email submit button, the XML file attached to the email is actually the XML file that the form pulls the event details from not the data that the user has entered into the form.  Again I reckon this one should be straight forwad to fix, seems like a fairly normal way to operate, but I just cant find a solution.  please help

    >We are letting user know that u have thrown email to someone and we also let user know how is going to contact them.
    This is good, but you cannot stop the email from opening and the user
    needing to send it. This is, as I said, fundamental to security and
    cannot be switched off.
    >I tried using HTTP request but it still opening email option to send mail.
    This suggests you did not do it right, because when you use http, no
    mail is sent locally. Can you describe what you do?
    >
    >I want to do the way we do in the html page using javascript to set action event at click event and send data to specified email id.
    HTML cannot silently send an email either.
    Perhaps you could outline what sort of HTML JavaScript you use, so
    that we can suggest an equivalent if there is one.
    Aandi Inston

  • ODI error-THIS CLAUSE USES MULTIPLE CONNECTIONS AND THEREFORE CANNOT BE EXE

    Hi John,
    I have tried loading the smartlist values and the following error is encountered.
    THIS CLAUSE USES MULTIPLE CONNECTIONS AND THEREFORE CANNOT BE EXECUTED ON THE SOURCE

    Hi John,
    I am still facing the some problem.
    I have updated the join with the expression like yours
    then ran the interface
    The exception is as follows
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (innermost last):
    File "<string>", line 26, in ?
    java.sql.SQLException: Table not found: EXCEPTION in statement [select   C1_PERIOD    "Period",C2_ACCOUNT    "Account",C3_ENTITY    "Entity",C4_EMPLOYEE    "Employee",C5_YEAR    "Year",C6_SCENARIO    "Scenario",C7_VERSION    "Version",'Local'    "Currency",'HSP_InputValue'    "HSP_Rates",CASE WHEN C10_ENTRY_ID IS NULL
    THEN C8_DATA
    ELSE C10_ENTRY_ID
    END    "Data" from "C$_1Totplan_WrkforceData"   left outer join "C$_0Totplan_WrkforceData"   ON C8_DATA=C11_NAME
    AND C9_ENUMERATION_ID=
    (SELECT ENUMERATION_ID FROM Exception]
         at org.hsqldb.jdbc.jdbcUtil.sqlException(jdbcUtil.java:67)
         at org.hsqldb.jdbc.jdbcStatement.fetchResult(jdbcStatement.java:1598)
         at org.hsqldb.jdbc.jdbcStatement.executeQuery(jdbcStatement.java:194)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java)
         at org.python.core.PyMethod.__call__(PyMethod.java)
         at org.python.core.PyObject.__call__(PyObject.java)
         at org.python.core.PyInstance.invoke(PyInstance.java)
         at org.python.pycode._pyx5.f$0(<string>:26)
         at org.python.pycode._pyx5.call_function(<string>)
         at org.python.core.PyTableCode.call(PyTableCode.java)
         at org.python.core.PyCode.call(PyCode.java)
         at org.python.core.Py.runCode(Py.java)
         at org.python.core.Py.exec(Py.java)
         at org.python.util.PythonInterpreter.exec(PythonInterpreter.java)
         at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:144)
         at com.sunopsis.dwg.codeinterpretor.k.a(k.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlI.treatTaskTrt(SnpSessTaskSqlI.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
         at com.sunopsis.dwg.cmd.e.i(e.java)
         at com.sunopsis.dwg.cmd.h.y(h.java)
         at com.sunopsis.dwg.cmd.e.run(e.java)
         at java.lang.Thread.run(Unknown Source)
    java.sql.SQLException: java.sql.SQLException: Table not found: EXCEPTION in statement [select   C1_PERIOD    "Period",C2_ACCOUNT    "Account",C3_ENTITY    "Entity",C4_EMPLOYEE    "Employee",C5_YEAR    "Year",C6_SCENARIO    "Scenario",C7_VERSION    "Version",'Local'    "Currency",'HSP_InputValue'    "HSP_Rates",CASE WHEN C10_ENTRY_ID IS NULL
    THEN C8_DATA
    ELSE C10_ENTRY_ID
    END    "Data" from "C$_1Totplan_WrkforceData"   left outer join "C$_0Totplan_WrkforceData"   ON C8_DATA=C11_NAME
    AND C9_ENUMERATION_ID=
    (SELECT ENUMERATION_ID FROM Exception]
         at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
         at com.sunopsis.dwg.codeinterpretor.k.a(k.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlI.treatTaskTrt(SnpSessTaskSqlI.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
         at com.sunopsis.dwg.cmd.e.i(e.java)
         at com.sunopsis.dwg.cmd.h.y(h.java)
         at com.sunopsis.dwg.cmd.e.run(e.java)
         at java.lang.Thread.run(Unknown Source)
    Edited by: Sravan Ganti on May 4, 2009 6:07 AM

  • Netflix app error - Please make sure network connectivity and date and time are accurate

    Am getting this error message when trying to view instant movies via ipad2 or iphone.  Anyone have this error?  I can't connect to Netflix via either device - I've tried unistalling & re-installing Netflix app on both devices.  I  am connected to the internet via our home network and date & time are correct on all devices & home computer - any other setting I'm missing?  I didn't have any of these problems before I installed the new iOS5 on my devices.  Netflix said it's an apple operating setting that needs to be modified. 
    Any help would be greatly appreciated.
    Thanks!
    Kristen

    HI Jason,
    I feel for you. That's a lot of work!
    How large is the partition you tried to create using BootCamp for Windows?
    And how much free disk space is on the MacBook startup disk?
    Right or control click the MacintoshHD icon. Click Get Info. In the Get Info window you will see Capacity and Available. Make sure you always have a minimum of 10% to 15% free disk space at all times.
    Just in case, check the Mac startup disk for errors.
    Insert Installer disk and Restart, holding down the "C" key until grey Apple appears.
    Go to Installer menu (Panther and earlier) or Utilities menu (Tiger and later) and launch Disk Utility.
    Select your HDD (manufacturer ID) in the left panel.
    Select First Aid in the Main panel.
    (Check S.M.A.R.T Status of HDD at the bottom of right panel. It should say: Verified)
    Click Repair Disk on the bottom right.
    If DU reports disk does not need repairs quit DU and restart.
    If DU reports errors Repair again and again until DU reports disk is repaired.
    When you are finished with DU, from the Menu Bar, select Utilities/Startup Manager.
    Select your start up disk and click Restart
    Carolyn
    Message was edited by: Carolyn Samit

  • When I try to update my iPod Touch, I get an error message regarding my network connection, and it will not update. Any suggestions?

    When I try to update my iPod Touch, I get an error message saying "The iPod Software update server could not be contacted. Make sure your network settings are correct and your network connection is active, or try again later." Has anyone else had that and how do you end up updating your iPod?

    Update Server
    Try:
    - Powering off and then back on your router.
    - iTunes for Windows: iTunes cannot contact the iPhone, iPad, or iPod software update server
    - Change the DNS to either Google's or Open DNS servers
    Public DNS — Google Developers
    OpenDNS IP Addresses
    - For one user uninstalling/reinstalling iTunes resolved the problem
    - Try on another computer/network
    - Wait if it is an Apple problem

  • Validation errors weblogic-webservices.xml during deploy for valid dd

    Hi,
    I am trying to set the login-config for my JAXWS EJB webservice endpoint, but I weblogic doesn't accept my weblogic-webservices.xml
    I validated my weblogic-webservices.xml using several xml validator tools and all say it is valid.
    Here is the weblogic-webservices.xml
    <?xml version='1.0' encoding='UTF-8'?>
    <weblogic-webservices
         xmlns="http://xmlns.oracle.com/weblogic/weblogic-webservices"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:j2ee="http://java.sun.com/xml/ns/j2ee"
         xsi:schemaLocation="http://xmlns.oracle.com/weblogic/weblogic-webservices http://xmlns.oracle.com/weblogic/weblogic-webservices/1.1/weblogic-webservices.xsd http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
    <webservice-description>
    <webservice-description-name>AppManager</webservice-description-name>
    <port-component>
    <port-component-name>AppManager</port-component-name>
    <service-endpoint-address>
    <webservice-contextpath>/AppManagerService</webservice-contextpath>
    <webservice-serviceuri>/AppManager</webservice-serviceuri>
    </service-endpoint-address>
    <login-config>
    <j2ee:auth-method>BASIC</j2ee:auth-method>
    <j2ee:realm-name>myrealm</j2ee:realm-name>
    </login-config>
    </port-component>
    </webservice-description>
    </weblogic-webservices>
    Here are the validation errors I get during deployment:
    VALIDATION PROBLEMS WERE FOUND problem: cvc-complex-type.2.4a: Expected elements 'auth-method@http://java.sun.com/xml/ns/j2ee realm-name@http://java.sun.com/xml/ns/j2ee form-login-config@http://java.sun.com/xml/ns/j2ee' instead of 'auth-method@http://xmlns.oracle.com/weblogic/weblogic-webservices' here in element login-config@http://xmlns.oracle.com/weblogic/weblogic-webservices:<null> problem: cvc-complex-type.2.4a: Expected elements 'auth-method@http://java.sun.com/xml/ns/j2ee realm-name@http://java.sun.com/xml/ns/j2ee form-login-config@http://java.sun.com/xml/ns/j2ee' instead of 'realm-name@http://xmlns.oracle.com/weblogic/weblogic-webservices' here in element login-config@http://xmlns.oracle.com/weblogic/weblogic-webservices:<null>
    Error VALIDATION PROBLEMS WERE FOUND problem: cvc-complex-type.2.4a: Expected elements 'auth-method@http://java.sun.com/xml/ns/j2ee realm-name@http://java.sun.com/xml/ns/j2ee form-login-config@http://java.sun.com/xml/ns/j2ee' instead of 'auth-method@http://xmlns.oracle.com/weblogic/weblogic-webservices' here in element login-config@http://xmlns.oracle.com/weblogic/weblogic-webservices:<null> problem: cvc-complex-type.2.4a: Expected elements 'auth-method@http://java.sun.com/xml/ns/j2ee realm-name@http://java.sun.com/xml/ns/j2ee form-login-config@http://java.sun.com/xml/ns/j2ee' instead of 'realm-name@http://xmlns.oracle.com/weblogic/weblogic-webservices' here in element login-config@http://xmlns.oracle.com/weblogic/weblogic-webservices:<null>
    If I remove the namespace indicator 'j2ee' it complains about the same. So it would seem that weblogic ignores the 'j2ee' resulting indeed in a invalid xml.
    Can someone please help me to a weblogic-webservices.xml (example with login-config) that was accepted by weblogic?
    Thanks a lot,
    Eltjo.

    Hi,
    Please try the following: ( Looks like you are mixing the Tag contents of web.xml  as well as weblogic-webservice.xml   together.... )
    weblogic-webservice.xml
    <?xml version='1.0' encoding='UTF-8'?>
    <weblogic-webservices xmlns="http://www.bea.com/ns/weblogic/weblogic-webservices" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/ns/weblogic/weblogic-webservices http://www.bea.com/ns/weblogic/weblogic-webservices/1.0/weblogic-webservices.xsd">
          <webservice-description>
              <webservice-description-name>AppManager</webservice-description-name>
              <port-component>
              <port-component-name>AppManager</port-component-name>
                     <service-endpoint-address>
                        <webservice-contextpath>/AppManagerService</webservice-contextpath>
                        <webservice-serviceuri>/AppManager</webservice-serviceuri>
                     </service-endpoint-address>
              </port-component>
          </webservice-description>
    </weblogic-webservices>And Now provide the <login-config> information separately inside *"web.xml"* file
    <login-config>
         <auth-method>BASIC</j2ee:auth-method>
         <realm-name>myrealm</j2ee:realm-name>
    </login-config>.
    Thanks
    Jay SenSharma

  • XML well-formedness and validity check by the J2EE engine

    Is there any service in J2EE engine whereby one can check the well-formedness and the vailidity of a XML file. I think I've earlier came across something like that in this forum but not able to locate it now.
    Many thanks if you can guide me in the right direction.
    Tridib

    Hi, thanks for answering,
    the error message in visual admin is:
    Cannot open connection on host: XXX.XXX.XXX.XXX and port: 50004
    in browser it is:
    While trying to retrieve the URL: ...
    the following error was encountered:
    - connection failed
    the system returned:
    (111) connection refused...
    That's all i have, now i will check the log file.
    Regards,
    Andre

  • HT5527 since end of Sept 2013, the mail client on my WindowsMobile 6.5 device refuses to send icloud mail.  Receiving works, sending produces the error message "check your internet connection and your account information".  Any way to fix this problem?

    remaining free space on icloud is 3.6 Gb; deleted and re-established the mail account on the device several times, following instructions from Apple KB doc <http://support.apple.com/kb/HT4864> without success.  Unfortunately, the mobile device (HTC HD2) can't be updated with a newer windows version, Android is no alternative, either.  Can anybody help???
    Cheers,   Andreas

    @Naiks, having suffered through unsuccessful synching attempts for Calendar and Contacts myself, l would suggest you try the following:
    UNINSTALL iCloud control panel from your PC. Seems silly, but do it.
    Go into Outlook, and look at the very top menu. Click FILE, then ACCOUNT SETTINGS, then click the popup box.
    You will see a list of all your email accounts. Make sure that ONE of them has a checkmark against it. If not, select the account your want as your default, and click "set as default.
    Exit out of Outlook and reboot your machine.
    Now reinstall iCloud, check CALENDAR and CONTACTS, and do as instructed when prompted.
    Reboot for good luck and now launch OUTLOOK. All that remains is to locate your iCloud Contacts and Calendar files, and make them your default.
    IMPORTANT: Don't panic if you can't find your contacts -- they're there. Click CONTACTS and you'll see you have several available contact files. Locate the one label "iCloud" in grey type. Right-click on it, select PROPERTIES, then click the Outlook Address Book tab. Check the box that says something like "Make this my default Outlook Address Book." Keep clicking "apply" and "okay" until you've exited out of the dialog box maze.
    You may have to do something similar with your Calendar files. I dd not, but if you need to, do it.
    Everything should now sync pretty seamlessly.
    I didn't have the exact same problem as you, but my dilemma was close enough. Good luck!
    Arthur P. Johnson

  • TS1702 My App Store shows that I have 9 available updates, but the update screen remains blank. My ios is up to date, I have an active connection and can access every other section of the store.

    I Can't access upgrades that the app stores keeps notifying me about. The update screen is just blank.

    Folks can wait it out or I understand if you go to purchased and your list of apps you will see a little update banner on the ones that need to be updated. YOu can then download them manually.

  • Grid XML Error

    I'm getting an error for a VB I created to "refresh all" in smart view.
    Here is the error:
    Error in Grid XML: each dimension must be used once and only once.
    Macro used: HFM Refresh macro
    Dim X As Variant
    Dim oBar As CommandBar
    Dim ws As Worksheet
    Set oBar = Application.CommandBars("Worksheet Menu Bar")
    oBar.Controls("Hyperion").Controls("Refresh").Execute
    End Sub

    I do get the same error message when using Oracle Hyperion Smart View for Office, Fusion Edition. However, the error does not show up when using the 9.3.2 Smart View client.
    Any help on this will be greatly appreciated.

  • Hp recovery on laptop gives error message "destination drive not connected"

    I'm trying to carry out factory reset on my 2012 G6 laptop product code B2Y48EA*ABU  serial no. [Personal Information Removed] to factory settings using set of 5 recovery discs
    I followed the procedure  shown here  (although the screen messages are slightly different)
    http://support.hp.com/gb-en/document/c01867418
    I started the laptop with disc 1 in the dvd drive and the hp program was displayed. I selected "factory reset" and followed promts
    When the 4 th disc is in dvd drive and the process is about53% compltete it stops with the error message 
    "destination drive not connected"
    and fails
    Earlier the recovery manager reported that the partion on the hard drive had been re-forrmatted so the drive was connected then!
    All help and suggestions appreciated

    Hi there @Teka,
    I understand that you are having trouble with a System Recovery to a factory image using recovery disks. I am happy to help you with this.
    Are those five disks a set that you created using the recovery manager, or is it a set you ordered from HP?
    Is there any sign of damage, scratches or smudges on the disk it fails on?
    Have you tried cleaning the DVD drive?
    Also take a look through these pages, in particular the troubleshooting page, and see if anything there is of use.
    Performing an HP System Recovery (Windows 7)
    Troubleshooting HP System Recovery Problems (Windows 7)
    Let me know how it goes for you.
    Malygris1
    I work on behalf of HP
    Please click Accept as Solution if you feel my post solved your issue, it will help others find the solution.
    Click Kudos Thumbs Up on the right to say “Thanks” for helping!

  • Xml data connection issue.

    Hi all,
    I have created an XML data connection in xcelsious that reads data from xml file and creates the stacked bar chart. Also used connection refresh button to refresh the data from xml file.
    For using xml data connection we have to give the fix structure of xml file, like we have to add range according to the data source and also have to give the name of range in xml file.
    The issue is if data is changed at run time then the xml file structure will not be fixed, in that case bar chart shows only the data of the range given in xml data connection and new data is not shown by the connection.
    For example if we want to show the monthly revenue of some areas in stack bar chart, but the number of areas are not fixed. So we canu2019t fix the number of stacks [number of range] in xml data connection. In that case it only shows the no of areas that are fixed in xml data connection.
    Is there any way to change the range in xml data connection so new changed data can also be displayed in bar chart or is there some other way so we donu2019t have to fix the structure of xml file?
    Thanks in advance.
    Regards,
    Neera Sharma
    Palewar Techno Solutions
    (Mobile Solutions for Your Business)
    www.palewar.com

    Hi,
    Which product are you using and in which version?
    Didier

  • WORKLOAD ANALYSIS (INTROSCOPE DATA) - Error when opening an RFC connection

    Hi all SDNers,
    Help is needed on error "WORKLOAD ANALYSIS (INTROSCOPE DATA) - Error when opening an RFC connection".
    This error occured on RCA -> Extractor FWK administration and go to managed system (PI) and from the log, i can see some extraction failed due to error message " Error when opening an RFC connection"
    consequently, JAVA performance data is not appearing in RCA -> workload analysis but work fine for ABAP and adapter engine.
    I've followed below notes and perform the troubleshooting step by step by still to no avail:
    Note 1332428 - Missing data in service sessions from BI/CCDB
    Note 1257308 - FAQ: Using EarlyWatch Alert
    Note 1274287 - End-to-End Diagnostics 7.0 EHP1 SP18 to SP27
    Note 1265070 - Diagnostics - Setup of Managed Systems
    Note 1010428 - End-to-End Diagnostics
    http://wiki.sdn.sap.com/wiki/display/SMSETUP/WorkloadAnalysis-Noapplicabledatafound
    steps that have performed:
    restarted agent
    enlarge RFC resource cap for solmandiag and none
    delete entire SID in SMSY and pull again from SLD, re-setup managed system
    restart PI system
    i've spent 2 days on troubleshooting this issue but lack of information in SMP and SDN, even in google.
    in table E2E_EFWK_STATUS and extractor E2E_JAVA_EXTRACTOR_IF, i see all WLI_ID ended with RC 96, MESSAGE = Error when  opening an RFC connection and LASTRECORDS = 0
    I strongly believe this is the issue that causing no applicable data found for JAVA data.
    fyi, we are on SOLMAN EHP1 SPS27.
    Any kind advise is most welcome.
    Thanks,
    Nicholas Chang

    Gosh! at last i found the solution!!
    I appreciate those who tried to help and i''m sharing the solution as i believe this is the purpose of SDN Forum and help others Netweaver Chap who facing the same problem:
    Problem faced:
    Extractor failed intermittently for WORKLOAD ANALYSIS (Introscope Data) due to error message "Error when opening an RFC connection"
    Due to the above error, performance data is not available in RCA workload analysis for J2EE engine.
    Possible Solution:
    1) Ensure both webadmin & SOLMANDIAG RFC working fine -> SM59 -> TCP/IP
    2) go to SE16 -> E2E_RESOURCES and change the resourcecap to 10 for SOLMANDIAG
    3) go to /smd/services -> Diagnostic System -> Advanced Setup -> Abap connectivity -> Connection Configuration and change server count to 10
    4) Restart webadmin (step 3 & 4 can perform in VA too)
    5) set gw/keepalive &  gw/reg_keepalive to value 0 in RZ11 (without reboot of instance)
    5) again go to SM59 -> TCP/IP -> SOLMANDIAG and put in the gateway host and gateway service correctly, don't leave this empty!!!! -
    > This is the main solution to solve intermittent failed RFC for extractor.
    Now, go back and monitor the extractor log and you should see no RFC error anymore and wait for 1 hour for the data to populate.
    Thanks!
    Nicholas Chang,

  • Disconnect Error when Digital camera is connected

    This is the third time now the Disconnect Error pops up when I connect and turn on my digital camera. After the error pop-up goes away, iPhoto asks if I want to import photos and all photos import fine.
    I looked in Console to see if there is anything and I found this:
    ** (process:5105): CRITICAL **: gaimaccount_getstate: assertion `account != NULL' failed
    2007-04-26 21:53:03.369 iPhoto[5747] * -[NSTextField setAllowsMultipleSelection:]: selector not recognized [self = 0xc1d1d30]
    It all started after I switched USB cables, both are from Sony, 1 for the digital camera and the other for the digital camcorder. I tried the digital cameras original cable but I still got the same error pop-up.
    What is causing the disconnect error when I always Eject the icon before disconnecting the USB cable?

    R.Bud.U:
    Try reformatting the card with the camera. Not just erase but a reformat. I do that after every upload. See if that will clean up that error message.
    Do you Twango?

Maybe you are looking for

  • Issue in Pricing

    Hi All, We have an issue is we have created a credit memo with ref to the invoice, and Discount condition type has the value in the credit memo request. While creating the Creditmemo invoice Discount condition type is missing in the invoice means it

  • Display Employee Name linked in Item Master in Order Recommendation Report

    Dear Experts,       My requirement is that the "Employee Name" linked in Item master have to be displayed next to the item in MRP Order Recommendation Report. I have created a header level UDF "Employee Name" in Item master and have selected an emplo

  • Bug toolkit report - LMS 3.1

    Hi I have problems with Bug toolkit report - bug summary report. I have empty all columns in this report. No bugs. Despite of having over 500 devices with various IOSes. Is it depends on CCO account or something else? Best regards Marek

  • Transferring picture from lightroom to new computer

    How do I get all my photos in lightroom to another computer when I haven't exported all of them?

  • [FATAL] [INS-30001] The ASMSNMP password is empty.

    I'm receiving the following error during an 11.2.0.3 install on RedHat 5.5. There is no value to pass a password for ASMSNMP in the response file. INFO: Validating state <ASMInstanceCredentialsGUI> SEVERE: [FATAL] [INS-30001] The ASMSNMP password is