Error when hoovering over charts

Hi, <o:p></o:p>
I have problem with a Power Bi report I have created. The report contains 8 Power View report which contains tables and charts. I have
the latest Silverlight version installed on my computer. When I hoover over a chart I get the following error:<o:p></o:p>
MS.Internal.WrappedException: [Arg_COMException]
Arguments: 
Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.30514.00&File=mscorlib.dll&Key=Arg_COMException --->
System.Exception: [Arg_COMException]
Arguments: 
Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.30514.00&File=mscorlib.dll&Key=Arg_COMException
   at MS.Internal.XcpImports.FrameworkElement_MeasureOverride(FrameworkElement element, Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(Size availableSize)
   at System.Windows.FrameworkElement.MeasureOverride(IntPtr nativeTarget, Single inWidth, Single inHeight, Single& outWidth, Single& outHeight)
   --- End of inner exception stack trace ---<o:p></o:p>
Anyone who have experienced something similar and have solved the problem?
<o:p>Regards</o:p>
<o:p>Cecilia</o:p>

HI,
try changing in your OS the settings Formats in "Region and Language" with those English (USA).
Regards.
Gianluca Pinelli

Similar Messages

  • Unknown API error - when hoovering over new DVD's at Redbox

    Loaded Firefox 4 yesterday and this morning when checking out new releases at Redbox I got this error "unknown API error" while hoovering over new releases. If you hoover over a DVD it details what the DVD is about but, instead of the details I got the above error. Prior to Firefox 4 release (earlier versions of Firefox) I did not get this error, and I do not get this error in IE 8 or IE 8 (64-bit edition) - unfortunately.

    Redbox says related to browsers not being updated; I don't think that is the case...must be a problem with Redbox..doesn't happen on any other of the numerous sites I visit...

  • Error when looping over list

    Looping over a series of lists created from form fields
    generates an error when one of the fields on the form has been left
    blank. The form is a list of event dates, start times and end
    times. One event can have a number of times.
    When the end time is uncertain, we want to leave it blank.
    However, doing so shortens the list created from #form.endtime# so
    that the lists don't match and there's an error message:
    "Invalid list index 2.
    In function ListGetAt(list, index [, delimiters]), the value
    of index, 2, is not a valid as the first argument (this list has 1
    elements). Valid indexes are in the range 1 through the number of
    elements in the list."
    How do you get around this problem? Tx.

    yoman,
    No need for separate forms. Use a counter to number each
    group of field names
    <input name="EventDateID1" ...>
    <input name="EventDate1" ...>
    <input name="EventDateID2" ...>
    <input name="EventDate2" ...>
    Then loop through the form fields on your action page
    <cfloop from="1" to="#form.maxCounter#"
    index="counter">
    <cfset EventDateID = form["EventDateID#counter#">
    <cfset EventDate = form["EventDate#counter#">
    ... rest of fields
    <cfquery name="UpdateFeatures" datasource="#dsn#">
    UPDATE EventDates
    SET EventDate = '#EventDate#', ....
    WHERE EventDateID = #EventDateID#
    </cfquery>
    </cfloop>
    You should validate the values and/or use cfqueryparam

  • JScript Error when mouse over active session chart.

    Whenever I mouse over the chart to change the vertical box indicating the time slice you're dealing with I get an error.
    It says:
    'tipBoxNode' is null or not an object
    line: 153, column 11
    Not sure what to say. I have the latest SVG installed. I'm using IE7
    The OEM version says:
    Oracle Enterprise Manager 10g Release 4 Grid Control 10.2.0.4.0

    'tipBoxNode' is null or not an object
    line: 153, column 11Getting "'tipboxnode' is null" message from 10.2.0.4 Grid Control
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=565594.1
    Top Activity Chart Errors: 'TIPBOXNODE IS NULL OR NOT AN OBJECT' ERROR IN TOP ACTIVITY PAGE
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=737052.1

  • Error when previewing a chart

    I'm using Template Builder 5.6 for Word. After inserting a chart, I am getting the message below when I try to preview the document. The xml document I am using is below. Cart is showing sum of salary by department (Oracle HR schema).
    ------------------ ERROR MESSAGE ----------------------------------
    Font Dir: C:\Program Files\Oracle\XML Publisher Desktop\Template Builder for Word\fonts
    Run XDO Start
    RTFProcessor setLocale: en-us
    FOProcessor setData: C:\xmlpublisher\rep2\Report2.xml
    FOProcessor setLocale: en-us
    java.lang.reflect.InvocationTargetException
         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 oracle.apps.xdo.common.xml.XSLT10gR1.invokeProcessXSL(XSLT10gR1.java:586)
         at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:383)
         at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:201)
         at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:161)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1015)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:968)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:209)
         at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1561)
         at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:951)
         at RTF2PDF.runRTFto(RTF2PDF.java:626)
         at RTF2PDF.runXDO(RTF2PDF.java:460)
         at RTF2PDF.main(RTF2PDF.java:251)
    Caused by: java.lang.ArrayIndexOutOfBoundsException: 0
         at oracle.xdo.parser.v2.XSLForEachGroup.processGroups(XSLForEachGroup.java:462)
         at oracle.xdo.parser.v2.XSLForEachGroup.process01(XSLForEachGroup.java:282)
         at oracle.xdo.parser.v2.XSLForEachGroup.process(XSLForEachGroup.java:210)
         at oracle.xdo.parser.v2.XSLForEachGroup.processAction(XSLForEachGroup.java:94)
         at oracle.xdo.parser.v2.XSLNode.processChildren(XSLNode.java:417)
         at oracle.xdo.parser.v2.XSLResultElement.processAction(XSLResultElement.java:180)
         at oracle.xdo.parser.v2.XSLNode.processChildren(XSLNode.java:417)
         at oracle.xdo.parser.v2.XSLResultElement.processAction(XSLResultElement.java:180)
         at oracle.xdo.parser.v2.XSLNode.processChildren(XSLNode.java:417)
         at oracle.xdo.parser.v2.XSLResultElement.processAction(XSLResultElement.java:180)
         at oracle.xdo.parser.v2.XSLNode.processChildren(XSLNode.java:417)
         at oracle.xdo.parser.v2.XSLVariable.getValue(XSLVariable.java:223)
         at oracle.xdo.parser.v2.XSLVariable.processAction(XSLVariable.java:117)
         at oracle.xdo.parser.v2.XSLNode.processChildren(XSLNode.java:417)
         at oracle.xdo.parser.v2.XSLResultElement.processAction(XSLResultElement.java:180)
         at oracle.xdo.parser.v2.XSLNode.processChildren(XSLNode.java:417)
         at oracle.xdo.parser.v2.XSLResultElement.processAction(XSLResultElement.java:180)
         at oracle.xdo.parser.v2.XSLNode.processChildren(XSLNode.java:417)
         at oracle.xdo.parser.v2.XSLResultElement.processAction(XSLResultElement.java:180)
         at oracle.xdo.parser.v2.XSLNode.processChildren(XSLNode.java:417)
         at oracle.xdo.parser.v2.XSLResultElement.processAction(XSLResultElement.java:180)
         at oracle.xdo.parser.v2.XSLNode.processChildren(XSLNode.java:417)
         at oracle.xdo.parser.v2.XSLResultElement.processAction(XSLResultElement.java:180)
         at oracle.xdo.parser.v2.XSLNode.processChildren(XSLNode.java:417)
         at oracle.xdo.parser.v2.XSLTemplate.processAction(XSLTemplate.java:191)
         at oracle.xdo.parser.v2.XSLStylesheet.execute(XSLStylesheet.java:508)
         at oracle.xdo.parser.v2.XSLStylesheet.execute(XSLStylesheet.java:485)
         at oracle.xdo.parser.v2.XSLProcessor.processXSL(XSLProcessor.java:264)
         at oracle.xdo.parser.v2.XSLProcessor.processXSL(XSLProcessor.java:150)
         at oracle.xdo.parser.v2.XSLProcessor.processXSL(XSLProcessor.java:187)
         ... 16 more
    ------------------ XML DATA----------------------------------
    <?xml version="1.0" encoding="UTF-8"?>
    <ROWSET>
    <ROW>
    <FIRST_NAME>Jennifer</FIRST_NAME>
    <LAST_NAME>Whalen</LAST_NAME>
    <HIRE_YEAR>1987</HIRE_YEAR>
    <DEPARTMENT_NAME>Administration</DEPARTMENT_NAME>
    <SALARY>4400</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Michael</FIRST_NAME>
    <LAST_NAME>Hartstein</LAST_NAME>
    <HIRE_YEAR>1996</HIRE_YEAR>
    <DEPARTMENT_NAME>Marketing</DEPARTMENT_NAME>
    <SALARY>13000</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Pat</FIRST_NAME>
    <LAST_NAME>Fay</LAST_NAME>
    <HIRE_YEAR>1997</HIRE_YEAR>
    <DEPARTMENT_NAME>Marketing</DEPARTMENT_NAME>
    <SALARY>6000</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Den</FIRST_NAME>
    <LAST_NAME>Raphaely</LAST_NAME>
    <HIRE_YEAR>1994</HIRE_YEAR>
    <DEPARTMENT_NAME>Purchasing</DEPARTMENT_NAME>
    <SALARY>11000</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Alexander</FIRST_NAME>
    <LAST_NAME>Khoo</LAST_NAME>
    <HIRE_YEAR>1995</HIRE_YEAR>
    <DEPARTMENT_NAME>Purchasing</DEPARTMENT_NAME>
    <SALARY>3100</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Shelly</FIRST_NAME>
    <LAST_NAME>Baida</LAST_NAME>
    <HIRE_YEAR>1997</HIRE_YEAR>
    <DEPARTMENT_NAME>Purchasing</DEPARTMENT_NAME>
    <SALARY>2900</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Karen</FIRST_NAME>
    <LAST_NAME>Colmenares</LAST_NAME>
    <HIRE_YEAR>1999</HIRE_YEAR>
    <DEPARTMENT_NAME>Purchasing</DEPARTMENT_NAME>
    <SALARY>2500</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Guy</FIRST_NAME>
    <LAST_NAME>Himuro</LAST_NAME>
    <HIRE_YEAR>1998</HIRE_YEAR>
    <DEPARTMENT_NAME>Purchasing</DEPARTMENT_NAME>
    <SALARY>2600</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Sigal</FIRST_NAME>
    <LAST_NAME>Tobias</LAST_NAME>
    <HIRE_YEAR>1997</HIRE_YEAR>
    <DEPARTMENT_NAME>Purchasing</DEPARTMENT_NAME>
    <SALARY>2800</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Susan</FIRST_NAME>
    <LAST_NAME>Mavris</LAST_NAME>
    <HIRE_YEAR>1994</HIRE_YEAR>
    <DEPARTMENT_NAME>Human Resources</DEPARTMENT_NAME>
    <SALARY>6500</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Matthew</FIRST_NAME>
    <LAST_NAME>Weiss</LAST_NAME>
    <HIRE_YEAR>1996</HIRE_YEAR>
    <DEPARTMENT_NAME>Shipping</DEPARTMENT_NAME>
    <SALARY>8000</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Adam</FIRST_NAME>
    <LAST_NAME>Fripp</LAST_NAME>
    <HIRE_YEAR>1997</HIRE_YEAR>
    <DEPARTMENT_NAME>Shipping</DEPARTMENT_NAME>
    <SALARY>8200</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Shanta</FIRST_NAME>
    <LAST_NAME>Vollman</LAST_NAME>
    <HIRE_YEAR>1997</HIRE_YEAR>
    <DEPARTMENT_NAME>Shipping</DEPARTMENT_NAME>
    <SALARY>6500</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>TJ</FIRST_NAME>
    <LAST_NAME>Olson</LAST_NAME>
    <HIRE_YEAR>1999</HIRE_YEAR>
    <DEPARTMENT_NAME>Shipping</DEPARTMENT_NAME>
    <SALARY>2100</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>James</FIRST_NAME>
    <LAST_NAME>Marlow</LAST_NAME>
    <HIRE_YEAR>1997</HIRE_YEAR>
    <DEPARTMENT_NAME>Shipping</DEPARTMENT_NAME>
    <SALARY>2500</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Mozhe</FIRST_NAME>
    <LAST_NAME>Atkinson</LAST_NAME>
    <HIRE_YEAR>1997</HIRE_YEAR>
    <DEPARTMENT_NAME>Shipping</DEPARTMENT_NAME>
    <SALARY>2800</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Laura</FIRST_NAME>
    <LAST_NAME>Bissot</LAST_NAME>
    <HIRE_YEAR>1997</HIRE_YEAR>
    <DEPARTMENT_NAME>Shipping</DEPARTMENT_NAME>
    <SALARY>3300</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Steven</FIRST_NAME>
    <LAST_NAME>Markle</LAST_NAME>
    <HIRE_YEAR>2000</HIRE_YEAR>
    <DEPARTMENT_NAME>Shipping</DEPARTMENT_NAME>
    <SALARY>2200</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>James</FIRST_NAME>
    <LAST_NAME>Landry</LAST_NAME>
    <HIRE_YEAR>1999</HIRE_YEAR>
    <DEPARTMENT_NAME>Shipping</DEPARTMENT_NAME>
    <SALARY>2400</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Irene</FIRST_NAME>
    <LAST_NAME>Mikkilineni</LAST_NAME>
    <HIRE_YEAR>1998</HIRE_YEAR>
    <DEPARTMENT_NAME>Shipping</DEPARTMENT_NAME>
    <SALARY>2700</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Julia</FIRST_NAME>
    <LAST_NAME>Nayer</LAST_NAME>
    <HIRE_YEAR>1997</HIRE_YEAR>
    <DEPARTMENT_NAME>Shipping</DEPARTMENT_NAME>
    <SALARY>3200</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Kevin</FIRST_NAME>
    <LAST_NAME>Mourgos</LAST_NAME>
    <HIRE_YEAR>1999</HIRE_YEAR>
    <DEPARTMENT_NAME>Shipping</DEPARTMENT_NAME>
    <SALARY>5800</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Trenna</FIRST_NAME>
    <LAST_NAME>Rajs</LAST_NAME>
    <HIRE_YEAR>1995</HIRE_YEAR>
    <DEPARTMENT_NAME>Shipping</DEPARTMENT_NAME>
    <SALARY>3500</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Joshua</FIRST_NAME>
    <LAST_NAME>Patel</LAST_NAME>
    <HIRE_YEAR>1998</HIRE_YEAR>
    <DEPARTMENT_NAME>Shipping</DEPARTMENT_NAME>
    <SALARY>2500</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>John</FIRST_NAME>
    <LAST_NAME>Seo</LAST_NAME>
    <HIRE_YEAR>1998</HIRE_YEAR>
    <DEPARTMENT_NAME>Shipping</DEPARTMENT_NAME>
    <SALARY>2700</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Stephen</FIRST_NAME>
    <LAST_NAME>Stiles</LAST_NAME>
    <HIRE_YEAR>1997</HIRE_YEAR>
    <DEPARTMENT_NAME>Shipping</DEPARTMENT_NAME>
    <SALARY>3200</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Renske</FIRST_NAME>
    <LAST_NAME>Ladwig</LAST_NAME>
    <HIRE_YEAR>1995</HIRE_YEAR>
    <DEPARTMENT_NAME>Shipping</DEPARTMENT_NAME>
    <SALARY>3600</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Hazel</FIRST_NAME>
    <LAST_NAME>Philtanker</LAST_NAME>
    <HIRE_YEAR>2000</HIRE_YEAR>
    <DEPARTMENT_NAME>Shipping</DEPARTMENT_NAME>
    <SALARY>2200</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Ki</FIRST_NAME>
    <LAST_NAME>Gee</LAST_NAME>
    <HIRE_YEAR>1999</HIRE_YEAR>
    <DEPARTMENT_NAME>Shipping</DEPARTMENT_NAME>
    <SALARY>2400</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Michael</FIRST_NAME>
    <LAST_NAME>Rogers</LAST_NAME>
    <HIRE_YEAR>1998</HIRE_YEAR>
    <DEPARTMENT_NAME>Shipping</DEPARTMENT_NAME>
    <SALARY>2900</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Jason</FIRST_NAME>
    <LAST_NAME>Mallin</LAST_NAME>
    <HIRE_YEAR>1996</HIRE_YEAR>
    <DEPARTMENT_NAME>Shipping</DEPARTMENT_NAME>
    <SALARY>3300</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Douglas</FIRST_NAME>
    <LAST_NAME>Grant</LAST_NAME>
    <HIRE_YEAR>2000</HIRE_YEAR>
    <DEPARTMENT_NAME>Shipping</DEPARTMENT_NAME>
    <SALARY>2600</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Donald</FIRST_NAME>
    <LAST_NAME>OConnell</LAST_NAME>
    <HIRE_YEAR>1999</HIRE_YEAR>
    <DEPARTMENT_NAME>Shipping</DEPARTMENT_NAME>
    <SALARY>2600</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Kevin</FIRST_NAME>
    <LAST_NAME>Feeney</LAST_NAME>
    <HIRE_YEAR>1998</HIRE_YEAR>
    <DEPARTMENT_NAME>Shipping</DEPARTMENT_NAME>
    <SALARY>3000</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Alana</FIRST_NAME>
    <LAST_NAME>Walsh</LAST_NAME>
    <HIRE_YEAR>1998</HIRE_YEAR>
    <DEPARTMENT_NAME>Shipping</DEPARTMENT_NAME>
    <SALARY>3100</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Vance</FIRST_NAME>
    <LAST_NAME>Jones</LAST_NAME>
    <HIRE_YEAR>1999</HIRE_YEAR>
    <DEPARTMENT_NAME>Shipping</DEPARTMENT_NAME>
    <SALARY>2800</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Samuel</FIRST_NAME>
    <LAST_NAME>McCain</LAST_NAME>
    <HIRE_YEAR>1998</HIRE_YEAR>
    <DEPARTMENT_NAME>Shipping</DEPARTMENT_NAME>
    <SALARY>3200</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Britney</FIRST_NAME>
    <LAST_NAME>Everett</LAST_NAME>
    <HIRE_YEAR>1997</HIRE_YEAR>
    <DEPARTMENT_NAME>Shipping</DEPARTMENT_NAME>
    <SALARY>3900</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Sarah</FIRST_NAME>
    <LAST_NAME>Bell</LAST_NAME>
    <HIRE_YEAR>1996</HIRE_YEAR>
    <DEPARTMENT_NAME>Shipping</DEPARTMENT_NAME>
    <SALARY>4000</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Randall</FIRST_NAME>
    <LAST_NAME>Perkins</LAST_NAME>
    <HIRE_YEAR>1999</HIRE_YEAR>
    <DEPARTMENT_NAME>Shipping</DEPARTMENT_NAME>
    <SALARY>2500</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Timothy</FIRST_NAME>
    <LAST_NAME>Gates</LAST_NAME>
    <HIRE_YEAR>1998</HIRE_YEAR>
    <DEPARTMENT_NAME>Shipping</DEPARTMENT_NAME>
    <SALARY>2900</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Jennifer</FIRST_NAME>
    <LAST_NAME>Dilly</LAST_NAME>
    <HIRE_YEAR>1997</HIRE_YEAR>
    <DEPARTMENT_NAME>Shipping</DEPARTMENT_NAME>
    <SALARY>3600</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Kelly</FIRST_NAME>
    <LAST_NAME>Chung</LAST_NAME>
    <HIRE_YEAR>1997</HIRE_YEAR>
    <DEPARTMENT_NAME>Shipping</DEPARTMENT_NAME>
    <SALARY>3800</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Anthony</FIRST_NAME>
    <LAST_NAME>Cabrio</LAST_NAME>
    <HIRE_YEAR>1999</HIRE_YEAR>
    <DEPARTMENT_NAME>Shipping</DEPARTMENT_NAME>
    <SALARY>3000</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Julia</FIRST_NAME>
    <LAST_NAME>Dellinger</LAST_NAME>
    <HIRE_YEAR>1998</HIRE_YEAR>
    <DEPARTMENT_NAME>Shipping</DEPARTMENT_NAME>
    <SALARY>3400</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Alexis</FIRST_NAME>
    <LAST_NAME>Bull</LAST_NAME>
    <HIRE_YEAR>1997</HIRE_YEAR>
    <DEPARTMENT_NAME>Shipping</DEPARTMENT_NAME>
    <SALARY>4100</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Nandita</FIRST_NAME>
    <LAST_NAME>Sarchand</LAST_NAME>
    <HIRE_YEAR>1996</HIRE_YEAR>
    <DEPARTMENT_NAME>Shipping</DEPARTMENT_NAME>
    <SALARY>4200</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Girard</FIRST_NAME>
    <LAST_NAME>Geoni</LAST_NAME>
    <HIRE_YEAR>2000</HIRE_YEAR>
    <DEPARTMENT_NAME>Shipping</DEPARTMENT_NAME>
    <SALARY>2800</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Martha</FIRST_NAME>
    <LAST_NAME>Sullivan</LAST_NAME>
    <HIRE_YEAR>1999</HIRE_YEAR>
    <DEPARTMENT_NAME>Shipping</DEPARTMENT_NAME>
    <SALARY>2500</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Jean</FIRST_NAME>
    <LAST_NAME>Fleaur</LAST_NAME>
    <HIRE_YEAR>1998</HIRE_YEAR>
    <DEPARTMENT_NAME>Shipping</DEPARTMENT_NAME>
    <SALARY>3100</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Winston</FIRST_NAME>
    <LAST_NAME>Taylor</LAST_NAME>
    <HIRE_YEAR>1998</HIRE_YEAR>
    <DEPARTMENT_NAME>Shipping</DEPARTMENT_NAME>
    <SALARY>3200</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Peter</FIRST_NAME>
    <LAST_NAME>Vargas</LAST_NAME>
    <HIRE_YEAR>1998</HIRE_YEAR>
    <DEPARTMENT_NAME>Shipping</DEPARTMENT_NAME>
    <SALARY>2500</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Randall</FIRST_NAME>
    <LAST_NAME>Matos</LAST_NAME>
    <HIRE_YEAR>1998</HIRE_YEAR>
    <DEPARTMENT_NAME>Shipping</DEPARTMENT_NAME>
    <SALARY>2600</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Curtis</FIRST_NAME>
    <LAST_NAME>Davies</LAST_NAME>
    <HIRE_YEAR>1997</HIRE_YEAR>
    <DEPARTMENT_NAME>Shipping</DEPARTMENT_NAME>
    <SALARY>3100</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Payam</FIRST_NAME>
    <LAST_NAME>Kaufling</LAST_NAME>
    <HIRE_YEAR>1995</HIRE_YEAR>
    <DEPARTMENT_NAME>Shipping</DEPARTMENT_NAME>
    <SALARY>7900</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Alexander</FIRST_NAME>
    <LAST_NAME>Hunold</LAST_NAME>
    <HIRE_YEAR>1990</HIRE_YEAR>
    <DEPARTMENT_NAME>IT</DEPARTMENT_NAME>
    <SALARY>9000</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Bruce</FIRST_NAME>
    <LAST_NAME>Ernst</LAST_NAME>
    <HIRE_YEAR>1991</HIRE_YEAR>
    <DEPARTMENT_NAME>IT</DEPARTMENT_NAME>
    <SALARY>6000</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Valli</FIRST_NAME>
    <LAST_NAME>Pataballa</LAST_NAME>
    <HIRE_YEAR>1998</HIRE_YEAR>
    <DEPARTMENT_NAME>IT</DEPARTMENT_NAME>
    <SALARY>4800</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>David</FIRST_NAME>
    <LAST_NAME>Austin</LAST_NAME>
    <HIRE_YEAR>1997</HIRE_YEAR>
    <DEPARTMENT_NAME>IT</DEPARTMENT_NAME>
    <SALARY>4800</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Diana</FIRST_NAME>
    <LAST_NAME>Lorentz</LAST_NAME>
    <HIRE_YEAR>1999</HIRE_YEAR>
    <DEPARTMENT_NAME>IT</DEPARTMENT_NAME>
    <SALARY>4200</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Hermann</FIRST_NAME>
    <LAST_NAME>Baer</LAST_NAME>
    <HIRE_YEAR>1994</HIRE_YEAR>
    <DEPARTMENT_NAME>Public Relations</DEPARTMENT_NAME>
    <SALARY>10000</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>John</FIRST_NAME>
    <LAST_NAME>Russell</LAST_NAME>
    <HIRE_YEAR>1996</HIRE_YEAR>
    <DEPARTMENT_NAME>Sales</DEPARTMENT_NAME>
    <SALARY>14000</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Alberto</FIRST_NAME>
    <LAST_NAME>Errazuriz</LAST_NAME>
    <HIRE_YEAR>1997</HIRE_YEAR>
    <DEPARTMENT_NAME>Sales</DEPARTMENT_NAME>
    <SALARY>12000</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Eleni</FIRST_NAME>
    <LAST_NAME>Zlotkey</LAST_NAME>
    <HIRE_YEAR>2000</HIRE_YEAR>
    <DEPARTMENT_NAME>Sales</DEPARTMENT_NAME>
    <SALARY>10500</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>David</FIRST_NAME>
    <LAST_NAME>Bernstein</LAST_NAME>
    <HIRE_YEAR>1997</HIRE_YEAR>
    <DEPARTMENT_NAME>Sales</DEPARTMENT_NAME>
    <SALARY>9500</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Christopher</FIRST_NAME>
    <LAST_NAME>Olsen</LAST_NAME>
    <HIRE_YEAR>1998</HIRE_YEAR>
    <DEPARTMENT_NAME>Sales</DEPARTMENT_NAME>
    <SALARY>8000</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Oliver</FIRST_NAME>
    <LAST_NAME>Tuvault</LAST_NAME>
    <HIRE_YEAR>1999</HIRE_YEAR>
    <DEPARTMENT_NAME>Sales</DEPARTMENT_NAME>
    <SALARY>7000</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Patrick</FIRST_NAME>
    <LAST_NAME>Sully</LAST_NAME>
    <HIRE_YEAR>1996</HIRE_YEAR>
    <DEPARTMENT_NAME>Sales</DEPARTMENT_NAME>
    <SALARY>9500</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Charles</FIRST_NAME>
    <LAST_NAME>Johnson</LAST_NAME>
    <HIRE_YEAR>2000</HIRE_YEAR>
    <DEPARTMENT_NAME>Sales</DEPARTMENT_NAME>
    <SALARY>6200</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Kimberely</FIRST_NAME>
    <LAST_NAME>Grant</LAST_NAME>
    <HIRE_YEAR>1999</HIRE_YEAR>
    <DEPARTMENT_NAME>Sales</DEPARTMENT_NAME>
    <SALARY>7000</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Jack</FIRST_NAME>
    <LAST_NAME>Livingston</LAST_NAME>
    <HIRE_YEAR>1998</HIRE_YEAR>
    <DEPARTMENT_NAME>Sales</DEPARTMENT_NAME>
    <SALARY>8400</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Jonathon</FIRST_NAME>
    <LAST_NAME>Taylor</LAST_NAME>
    <HIRE_YEAR>1998</HIRE_YEAR>
    <DEPARTMENT_NAME>Sales</DEPARTMENT_NAME>
    <SALARY>8600</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Sundar</FIRST_NAME>
    <LAST_NAME>Ande</LAST_NAME>
    <HIRE_YEAR>2000</HIRE_YEAR>
    <DEPARTMENT_NAME>Sales</DEPARTMENT_NAME>
    <SALARY>6400</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>David</FIRST_NAME>
    <LAST_NAME>Lee</LAST_NAME>
    <HIRE_YEAR>2000</HIRE_YEAR>
    <DEPARTMENT_NAME>Sales</DEPARTMENT_NAME>
    <SALARY>6800</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Mattea</FIRST_NAME>
    <LAST_NAME>Marvins</LAST_NAME>
    <HIRE_YEAR>2000</HIRE_YEAR>
    <DEPARTMENT_NAME>Sales</DEPARTMENT_NAME>
    <SALARY>7200</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Danielle</FIRST_NAME>
    <LAST_NAME>Greene</LAST_NAME>
    <HIRE_YEAR>1999</HIRE_YEAR>
    <DEPARTMENT_NAME>Sales</DEPARTMENT_NAME>
    <SALARY>9500</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Clara</FIRST_NAME>
    <LAST_NAME>Vishney</LAST_NAME>
    <HIRE_YEAR>1997</HIRE_YEAR>
    <DEPARTMENT_NAME>Sales</DEPARTMENT_NAME>
    <SALARY>10500</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Sarath</FIRST_NAME>
    <LAST_NAME>Sewall</LAST_NAME>
    <HIRE_YEAR>1998</HIRE_YEAR>
    <DEPARTMENT_NAME>Sales</DEPARTMENT_NAME>
    <SALARY>7000</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Louise</FIRST_NAME>
    <LAST_NAME>Doran</LAST_NAME>
    <HIRE_YEAR>1997</HIRE_YEAR>
    <DEPARTMENT_NAME>Sales</DEPARTMENT_NAME>
    <SALARY>7500</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Lindsey</FIRST_NAME>
    <LAST_NAME>Smith</LAST_NAME>
    <HIRE_YEAR>1997</HIRE_YEAR>
    <DEPARTMENT_NAME>Sales</DEPARTMENT_NAME>
    <SALARY>8000</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Allan</FIRST_NAME>
    <LAST_NAME>McEwen</LAST_NAME>
    <HIRE_YEAR>1996</HIRE_YEAR>
    <DEPARTMENT_NAME>Sales</DEPARTMENT_NAME>
    <SALARY>9000</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Alyssa</FIRST_NAME>
    <LAST_NAME>Hutton</LAST_NAME>
    <HIRE_YEAR>1997</HIRE_YEAR>
    <DEPARTMENT_NAME>Sales</DEPARTMENT_NAME>
    <SALARY>8800</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Ellen</FIRST_NAME>
    <LAST_NAME>Abel</LAST_NAME>
    <HIRE_YEAR>1996</HIRE_YEAR>
    <DEPARTMENT_NAME>Sales</DEPARTMENT_NAME>
    <SALARY>11000</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Sundita</FIRST_NAME>
    <LAST_NAME>Kumar</LAST_NAME>
    <HIRE_YEAR>2000</HIRE_YEAR>
    <DEPARTMENT_NAME>Sales</DEPARTMENT_NAME>
    <SALARY>6100</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Elizabeth</FIRST_NAME>
    <LAST_NAME>Bates</LAST_NAME>
    <HIRE_YEAR>1999</HIRE_YEAR>
    <DEPARTMENT_NAME>Sales</DEPARTMENT_NAME>
    <SALARY>7300</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>William</FIRST_NAME>
    <LAST_NAME>Smith</LAST_NAME>
    <HIRE_YEAR>1999</HIRE_YEAR>
    <DEPARTMENT_NAME>Sales</DEPARTMENT_NAME>
    <SALARY>7400</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Tayler</FIRST_NAME>
    <LAST_NAME>Fox</LAST_NAME>
    <HIRE_YEAR>1998</HIRE_YEAR>
    <DEPARTMENT_NAME>Sales</DEPARTMENT_NAME>
    <SALARY>9600</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Harrison</FIRST_NAME>
    <LAST_NAME>Bloom</LAST_NAME>
    <HIRE_YEAR>1998</HIRE_YEAR>
    <DEPARTMENT_NAME>Sales</DEPARTMENT_NAME>
    <SALARY>10000</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Lisa</FIRST_NAME>
    <LAST_NAME>Ozer</LAST_NAME>
    <HIRE_YEAR>1997</HIRE_YEAR>
    <DEPARTMENT_NAME>Sales</DEPARTMENT_NAME>
    <SALARY>11500</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Amit</FIRST_NAME>
    <LAST_NAME>Banda</LAST_NAME>
    <HIRE_YEAR>2000</HIRE_YEAR>
    <DEPARTMENT_NAME>Sales</DEPARTMENT_NAME>
    <SALARY>6200</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Janette</FIRST_NAME>
    <LAST_NAME>King</LAST_NAME>
    <HIRE_YEAR>1996</HIRE_YEAR>
    <DEPARTMENT_NAME>Sales</DEPARTMENT_NAME>
    <SALARY>10000</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Nanette</FIRST_NAME>
    <LAST_NAME>Cambrault</LAST_NAME>
    <HIRE_YEAR>1998</HIRE_YEAR>
    <DEPARTMENT_NAME>Sales</DEPARTMENT_NAME>
    <SALARY>7500</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Peter</FIRST_NAME>
    <LAST_NAME>Hall</LAST_NAME>
    <HIRE_YEAR>1997</HIRE_YEAR>
    <DEPARTMENT_NAME>Sales</DEPARTMENT_NAME>
    <SALARY>9000</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Peter</FIRST_NAME>
    <LAST_NAME>Tucker</LAST_NAME>
    <HIRE_YEAR>1997</HIRE_YEAR>
    <DEPARTMENT_NAME>Sales</DEPARTMENT_NAME>
    <SALARY>10000</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Gerald</FIRST_NAME>
    <LAST_NAME>Cambrault</LAST_NAME>
    <HIRE_YEAR>1999</HIRE_YEAR>
    <DEPARTMENT_NAME>Sales</DEPARTMENT_NAME>
    <SALARY>11000</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Karen</FIRST_NAME>
    <LAST_NAME>Partners</LAST_NAME>
    <HIRE_YEAR>1997</HIRE_YEAR>
    <DEPARTMENT_NAME>Sales</DEPARTMENT_NAME>
    <SALARY>13500</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Steven</FIRST_NAME>
    <LAST_NAME>King</LAST_NAME>
    <HIRE_YEAR>1987</HIRE_YEAR>
    <DEPARTMENT_NAME>Executive</DEPARTMENT_NAME>
    <SALARY>24000</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Neena</FIRST_NAME>
    <LAST_NAME>Kochhar</LAST_NAME>
    <HIRE_YEAR>1989</HIRE_YEAR>
    <DEPARTMENT_NAME>Executive</DEPARTMENT_NAME>
    <SALARY>17000</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Lex</FIRST_NAME>
    <LAST_NAME>De Haan</LAST_NAME>
    <HIRE_YEAR>1993</HIRE_YEAR>
    <DEPARTMENT_NAME>Executive</DEPARTMENT_NAME>
    <SALARY>17000</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Nancy</FIRST_NAME>
    <LAST_NAME>Greenberg</LAST_NAME>
    <HIRE_YEAR>1994</HIRE_YEAR>
    <DEPARTMENT_NAME>Finance</DEPARTMENT_NAME>
    <SALARY>12000</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Daniel</FIRST_NAME>
    <LAST_NAME>Faviet</LAST_NAME>
    <HIRE_YEAR>1994</HIRE_YEAR>
    <DEPARTMENT_NAME>Finance</DEPARTMENT_NAME>
    <SALARY>9000</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>John</FIRST_NAME>
    <LAST_NAME>Chen</LAST_NAME>
    <HIRE_YEAR>1997</HIRE_YEAR>
    <DEPARTMENT_NAME>Finance</DEPARTMENT_NAME>
    <SALARY>8200</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Ismael</FIRST_NAME>
    <LAST_NAME>Sciarra</LAST_NAME>
    <HIRE_YEAR>1997</HIRE_YEAR>
    <DEPARTMENT_NAME>Finance</DEPARTMENT_NAME>
    <SALARY>7700</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Jose Manuel</FIRST_NAME>
    <LAST_NAME>Urman</LAST_NAME>
    <HIRE_YEAR>1998</HIRE_YEAR>
    <DEPARTMENT_NAME>Finance</DEPARTMENT_NAME>
    <SALARY>7800</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Luis</FIRST_NAME>
    <LAST_NAME>Popp</LAST_NAME>
    <HIRE_YEAR>1999</HIRE_YEAR>
    <DEPARTMENT_NAME>Finance</DEPARTMENT_NAME>
    <SALARY>6900</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>Shelley</FIRST_NAME>
    <LAST_NAME>Higgins</LAST_NAME>
    <HIRE_YEAR>1994</HIRE_YEAR>
    <DEPARTMENT_NAME>Accounting</DEPARTMENT_NAME>
    <SALARY>12000</SALARY>
    </ROW>
    <ROW>
    <FIRST_NAME>William</FIRST_NAME>
    <LAST_NAME>Gietz</LAST_NAME>
    <HIRE_YEAR>1994</HIRE_YEAR>
    <DEPARTMENT_NAME>Accounting</DEPARTMENT_NAME>
    <SALARY>8300</SALARY>
    </ROW>
    </ROWSET>
    --------------------------------------------------------------------

    I am trying out XML Publisher too see if we can use it instead of the Report Developer. The report is not really going to be used, I just wanted to see what I would get with a simple sql query (see below) on the HR schema.
    I am not sure what you mean by 'web tab', all I have is the query, xml file, and rtf file.
    Below is the file I get when running Tools -> Export – XSL:FO Style Sheet
    ---------------------------------- Sql query --------------------------------------------
    select
    D.DEPARTMENT_ID,
    D.DEPARTMENT_NAME,
    D.MANAGER_ID,
    D.LOCATION_ID,
    STREET_ADDRESS,
    L.POSTAL_CODE,
    L.CITY,
    E.EMPLOYEE_ID,
    E.FIRST_NAME,
    E.LAST_NAME,
    E.EMAIL,
    E.PHONE_NUMBER,
    E.HIRE_DATE,
    E.JOB_ID,
    E.SALARY,
    E.COMMISSION_PCT,
    E.MANAGER_ID,
    M.FIRST_NAME MAN_FIRST_NAME,
    M.LAST_NAME MAN_LAST_NAME
    from employees e, departments d, locations l, employees m
    where e.department_id = d.department_id
    and d.location_id = l.location_id
    and e.manager_id = m.employee_id;
    ----------- XSL:FO Style Sheet -------------------------------------------
    <?xml version="1.0" encoding="utf-8" ?>
    - <!--
    Generated by Oracle XML Publisher 5.6.2
    -->
    - <xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:ora="http://www.oracle.com/XSL/Transform/java/" xmlns:xdofo="http://xmlns.oracle.com/oxp/fo/extensions" xmlns:xdoxslt="http://www.oracle.com/XSL/Transform/java/oracle.apps.xdo.template.rtf.XSLTFunctions" xmlns:xdoxliff="urn:oasis:names:tc:xliff:document:1.1" xmlns:xlink="http://www.w3.org/1999/xlink">
    <xsl:param name="_XDOCALENDAR">GREGORIAN</xsl:param>
    <xsl:param name="_XDOLOCALE">en-US</xsl:param>
    <xsl:param name="_XDOTIMEZONE">GMT</xsl:param>
    <xsl:param name="_XDODFOVERRIDE">;</xsl:param>
    <xsl:param name="_XDOCURMASKS">;</xsl:param>
    <xsl:param name="_XDOCHARTTYPE">image/svg+xml</xsl:param>
    <xsl:param name="_XDOOUTPUTFORMAT">application/pdf</xsl:param>
    <xsl:param name="_XDOSVGFONTEMBED">true</xsl:param>
    <xsl:param name="_XDOCTX">#</xsl:param>
    <xsl:variable name="_XDOXSLTCTX" select="xdoxslt:set_xslt_locale($_XDOCTX, $_XDOLOCALE, $_XDOTIMEZONE, $_XDOCALENDAR, concat($_XDODFOVERRIDE,' ',$_XDOCURMASKS))" />
    <xsl:variable name="_XDOFOPOS" select="''" />
    <xsl:variable name="_XDOFOPOS2" select="number(1)" />
    <xsl:variable name="_XDOFOTOTAL" select="number(1)" />
    <xsl:variable name="_XDOFOOSTOTAL" select="number(0)" />
    - <xsl:template match="/">
    - <fo:root>
    - <xdofo:properties>
    <xdofo:property name="default-tab-width">35.4pt</xdofo:property>
    </xdofo:properties>
    <xsl:call-template name="_XDOATTRIBUTESET" />
    - <fo:layout-master-set>
    - <fo:simple-page-master master-name="master0" margin-left="65.45pt" margin-right="65.45pt" page-height="841.9pt" page-width="595.3pt" margin-top="35.4pt" margin-bottom="35.4pt">
    <fo:region-before region-name="region-header" extent="35.45pt" />
    <fo:region-body region-name="region-body" margin-top="35.45pt" margin-bottom="35.45pt" />
    <fo:region-after region-name="region-footer" extent="35.45pt" display-align="after" />
    </fo:simple-page-master>
    </fo:layout-master-set>
    - <fo:page-sequence master-reference="master0">
    <fo:title>Department Name</fo:title>
    <xsl:variable name="_PW" select="number(595.3)" xdofo:alt="internal" />
    <xsl:variable name="_PH" select="number(841.9)" xdofo:alt="internal" />
    <xsl:variable name="_ML" select="number(70.85)" xdofo:alt="internal" />
    <xsl:variable name="_MR" select="number(70.85)" xdofo:alt="internal" />
    <xsl:variable name="_MT" select="number(70.85)" xdofo:alt="internal" />
    <xsl:variable name="_MB" select="number(70.85)" xdofo:alt="internal" />
    <xsl:variable name="_HY" select="number(35.399998)" xdofo:alt="internal" />
    <xsl:variable name="_FY" select="number(35.399998)" xdofo:alt="internal" />
    <xsl:variable name="_SECTION_NAME" select="string('master0')" xdofo:alt="internal" />
    - <fo:static-content flow-name="region-header">
    - <fo:block xdofo:tab-stops="center:226.8pt:space right:453.6pt:space" xdofo:use-attribute-sets="b_3 b_19 b_0">
    <fo:instream-foreign-object content-type="image/png" width="141.0pt" height="34.5pt" xdofo:alt="An Image" xdofo:image-uid="9fb22884e3851ba64e82050e61fd6b9d">iVBORw0KGgoAAAANSUhEUgAAALwAAAAuCAMAAAClOYPRAAABgFBMVEUAOovs6utc msN2dHXFxcUfY6ShnZxGfbWNsdWlxd7O5PGOs9AAT5b4/v7D1ucwea62sbWIhocQ VJ0ASpVvnMbe3t5Zi77l5eW9xcUua6zv9/kASpyBf4DW1taZmZmXvNd7rM3m7/gQ YaNJi7utra0GUp29vb0paadCerW40+be5+7x+P4AOpKSkJFsncXP3+7MzMxjkr6w zd0QU6EwdLGzzuFmmcxSjLz///8qc6p7e3uEsNPz9fIjaqg7fLTh7PI4da4HWpwA U5xzpM2dvt3Y5fXG2+6+1eWYt9aMjIxMhbwZY6RblcX3+P1ChLYAQY+uyN8QW56E hISlpaXm9Pcxc68aXqVSkL9upMq2z+XX5e4AQ5Tt8fqDq85ilcQrbK4ba6oFSpcG SptlnMW/2Oze6PTE3OZ6ps1ak748grawzuaAfn+1tbWMtdUha6yfxN9Lg7Z4pMcg ZaoSWqYKWqGZmZkxfLVol8U5dbPg7fWFs9Xm3ubv7++UjIz39/f///8ZWPsOAAAA gHRSTlP///////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////// ////////////////////////////////////////////////ADgFS2cAAAABYktH RACIBR1IAAAABGdJRmcBAAAUPuq3VQAAAAxjbVBQSkNtcDA3MTIAAAADSABzvAAA CUVJREFUaEPtWY9X08gWpliKrYSlhJhDmwSBNJSF2PqEx9iWipUfG7AEEsoCg2KB QjVFEHue4snJ3/7uTNJfAgV9z931HL6jZDJzZ+ab7965M4EO9Auj4xfmju7I/13e u1P+TvkfUOBy2JTe/ebiP4VHZMBD7xUe8z8wwc/scpn8yeTkJOvifBimflx7Yzuy Z9J5fvHvkztJCdivW4mEZoYwy75b1s4cn3j/9Te9TIJ5pxuOcSxgcIBcED+4Bc MASoW0VqrPKeNxjGq4k03HPJUfWKWq9La4vUhmlqcXu5XerTkBePPNMdW29CzJP+ bR49xDlX+U/VhsHTkQU64HS5u7t7Joh2j+G5BaMnXp7NxTvfQ1Pk63I8vvxmEYoX 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</fo:instream-foreign-object>
    </fo:block>
    </fo:static-content>
    - <fo:static-content flow-name="region-footer">
    - <fo:block xdofo:tab-stops="center:226.8pt:space right:453.6pt:space" xdofo:use-attribute-sets="b_3 b_19 b_0 b_1">
    - <fo:inline xml:space="preserve" xdofo:use-attribute-sets="i_0">
    Stranica
    <fo:page-number />
    od
    <fo:page-number-citation ref-id="xdofo:lastpage-joinseq" />
    </fo:inline>
    <xdofo:tab font-size="10.0pt" font-family="Times New Roman" />
    - <fo:inline xdofo:use-attribute-sets="i_0">
    <xsl:value-of select="xdoxslt:sysdate("d.M.yyyy",2)" xdofo:field-name="xdoxslt:sysdate("d.M.yyyy", 2)" />
    </fo:inline>
    </fo:block>
    </fo:static-content>
    - <fo:flow flow-name="region-body">
    - <fo:block xdofo:use-attribute-sets="b_2">
    - <fo:table start-indent="0.0pt" xdofo:table-summary="Template Table 3" xdofo:row-header-count="0">
    <xsl:variable name="_XDOFOPOS2" select="number(1)" />
    <xsl:variable name="_XDOFOTOTAL" select="number(1)" />
    <fo:table-column column-width="132.8pt" />
    <fo:table-column column-width="415.4pt" />
    - <fo:table-header>
    - <fo:table-row>
    - <fo:table-cell xdofo:use-attribute-sets="c_2 c_0">
    - <fo:block xdofo:use-attribute-sets="b_3">
    <fo:inline xdofo:use-attribute-sets="i_8 i_5">Department Name</fo:inline>
    </fo:block>
    </fo:table-cell>
    - <fo:table-cell xdofo:use-attribute-sets="c_2 c_0">
    - <fo:block xdofo:use-attribute-sets="b_3">
    <fo:inline xdofo:use-attribute-sets="i_8 i_5">Department Name</fo:inline>
    </fo:block>
    </fo:table-cell>
    </fo:table-row>
    </fo:table-header>
    - <fo:table-body>
    <xsl:variable name="_XDOFOOSTOTAL" select="(number(concat('0', $_XDOFOPOS2)) - 1) * number(concat('0', $_XDOFOTOTAL))" />
    <xsl:variable name="_XDOFOTOTAL" select="count(.//ROW)" />
    - <xsl:for-each-group select=".//ROW" group-by="./DEPARTMENT_NAME" xdofo:ctx="3">
    <xsl:sort select=".//DEPARTMENT_NAME" order="ascending" data-type="text" />
    <xsl:variable name="_XDOFOPOS" select="concat($_XDOFOPOS, '_', position())" />
    <xsl:variable name="_XDOFOPOS2" select="number(concat('0', $_XDOFOOSTOTAL)) + position()" />
    - <fo:table-row xdofo:repeat="R">
    - <fo:table-cell xdofo:use-attribute-sets="c_2">
    - <fo:block xdofo:xliff-note="G, DEPARTMENT_NAME" xdofo:use-attribute-sets="b_3 b_5">
    <fo:inline xml:space="preserve" xdofo:use-attribute-sets="i_8 i_7"></fo:inline>
    - <fo:inline xdofo:use-attribute-sets="i_8">
    <xsl:value-of select=".//DEPARTMENT_NAME" xdofo:field-name="DEPARTMENT_NAME" />
    </fo:inline>
    </fo:block>
    </fo:table-cell>
    - <fo:table-cell xdofo:use-attribute-sets="c_2">
    - <fo:block xdofo:use-attribute-sets="b_2">
    - <fo:table start-indent="0.25pt" xdofo:table-summary="Template Table 2" xdofo:row-header-count="0">
    <xsl:variable name="_XDOFOPOS2" select="number(1)" />
    <xsl:variable name="_XDOFOTOTAL" select="number(1)" />
    <fo:table-column column-width="110.3pt" />
    <fo:table-column column-width="237.15pt" />
    - <fo:table-header>
    - <fo:table-row>
    - <fo:table-cell xdofo:use-attribute-sets="c_2 c_0">
    - <fo:block xdofo:use-attribute-sets="b_3">
    <fo:inline xdofo:use-attribute-sets="i_8 i_5">Hire Year</fo:inline>
    </fo:block>
    </fo:table-cell>
    - <fo:table-cell xdofo:use-attribute-sets="c_2 c_0">
    - <fo:block xdofo:use-attribute-sets="b_3">
    <fo:inline xdofo:use-attribute-sets="i_8 i_5">Hire Year</fo:inline>
    </fo:block>
    </fo:table-cell>
    </fo:table-row>
    </fo:table-header>
    - <fo:table-body>
    <xsl:variable name="_XDOFOOSTOTAL" select="(number(concat('0', $_XDOFOPOS2)) - 1) * number(concat('0', $_XDOFOTOTAL))" />
    <xsl:variable name="_XDOFOTOTAL" select="count(current-group())" />
    - <xsl:for-each-group select="current-group()" group-by="./HIRE_YEAR" xdofo:ctx="3">
    <xsl:variable name="_XDOFOPOS" select="concat($_XDOFOPOS, '_', position())" />
    <xsl:variable name="_XDOFOPOS2" select="number(concat('0', $_XDOFOOSTOTAL)) + position()" />
    - <fo:table-row xdofo:repeat="R">
    - <fo:table-cell xdofo:use-attribute-sets="c_2">
    - <fo:block xdofo:xliff-note="G, HIRE_YEAR" xdofo:use-attribute-sets="b_3 b_5">
    <fo:inline xml:space="preserve" xdofo:use-attribute-sets="i_8 i_11"></fo:inline>
    - <fo:inline xdofo:use-attribute-sets="i_8">
    <xsl:value-of select=".//HIRE_YEAR" xdofo:field-name="HIRE_YEAR" />
    </fo:inline>
    </fo:block>
    </fo:table-cell>
    - <fo:table-cell xdofo:use-attribute-sets="c_2">
    - <fo:block xdofo:use-attribute-sets="b_2">
    - <fo:table start-indent="0.25pt" xdofo:table-summary="Template Table 1" xdofo:row-header-count="0">
    <xsl:variable name="_XDOFOPOS2" select="number(1)" />
    <xsl:variable name="_XDOFOTOTAL" select="number(1)" />
    <fo:table-column column-width="84.85pt" />
    <fo:table-column column-width="82.15pt" />
    <fo:table-column column-width="58.85pt" />
    - <fo:table-header>
    - <fo:table-row>
    - <fo:table-cell xdofo:use-attribute-sets="c_2 c_0">
    - <fo:block xdofo:use-attribute-sets="b_3">
    <fo:inline xdofo:use-attribute-sets="i_8 i_5">First Name</fo:inline>
    </fo:block>
    </fo:table-cell>
    - <fo:table-cell xdofo:use-attribute-sets="c_2 c_0">
    - <fo:block xdofo:use-attribute-sets="b_3">
    <fo:inline xdofo:use-attribute-sets="i_8 i_5">Last Name</fo:inline>
    </fo:block>
    </fo:table-cell>
    - <fo:table-cell xdofo:use-attribute-sets="c_2 c_0">
    - <fo:block xdofo:use-attribute-sets="b_3">
    <fo:inline xdofo:use-attribute-sets="i_8 i_5">Salary</fo:inline>
    </fo:block>
    </fo:table-cell>
    </fo:table-row>
    </fo:table-header>
    - <fo:table-body>
    <xsl:variable name="_XDOFOOSTOTAL" select="(number(concat('0', $_XDOFOPOS2)) - 1) * number(concat('0', $_XDOFOTOTAL))" />
    <xsl:variable name="_XDOFOTOTAL" select="count(current-group())" />
    - <xsl:for-each select="current-group()" xdofo:ctx="3">
    <xsl:variable name="_XDOFOPOS" select="concat($_XDOFOPOS, '_', position())" />
    <xsl:variable name="_XDOFOPOS2" select="number(concat('0', $_XDOFOOSTOTAL)) + position()" />
    - <fo:table-row xdofo:repeat="R">
    - <fo:table-cell xdofo:use-attribute-sets="c_2">
    - <fo:block xdofo:xliff-note="F, FIRST_NAME" xdofo:use-attribute-sets="b_3 b_5">
    <fo:inline xml:space="preserve" xdofo:use-attribute-sets="i_8 i_16"></fo:inline>
    - <fo:inline xdofo:use-attribute-sets="i_8">
    <xsl:value-of select=".//FIRST_NAME" xdofo:field-name="FIRST_NAME" />
    </fo:inline>
    </fo:block>
    </fo:table-cell>
    - <fo:table-cell xdofo:use-attribute-sets="c_2">
    - <fo:block xdofo:xliff-note="LAST_NAME" xdofo:use-attribute-sets="b_3 b_19 b_0 b_15">
    - <fo:inline xdofo:use-attribute-sets="i_8">
    <xsl:value-of select=".//LAST_NAME" xdofo:field-name="LAST_NAME" />
    </fo:inline>
    </fo:block>
    </fo:table-cell>
    - <fo:table-cell xdofo:use-attribute-sets="c_2">
    - <fo:block xdofo:xliff-note="sum SALARY, E" xdofo:use-attribute-sets="b_3 b_5">
    - <fo:inline xdofo:use-attribute-sets="i_8" xml:space="preserve">
    <xsl:value-of select="sum (.//SALARY)" xdofo:field-name="sum (SALARY)" />
    </fo:inline>
    </fo:block>
    </fo:table-cell>
    </fo:table-row>
    </xsl:for-each>
    </fo:table-body>
    </fo:table>
    </fo:block>
    - <fo:block xdofo:xliff-note="E" xdofo:use-attribute-sets="b_3 b_5">
    <fo:inline xml:space="preserve" xdofo:use-attribute-sets="i_8"></fo:inline>
    </fo:block>
    </fo:table-cell>
    </fo:table-row>
    </xsl:for-each-group>
    </fo:table-body>
    </fo:table>
    </fo:block>
    - <fo:block xdofo:xliff-note="E" xdofo:use-attribute-sets="b_3 b_5">
    <fo:inline xml:space="preserve" xdofo:use-attribute-sets="i_8"></fo:inline>
    </fo:block>
    </fo:table-cell>
    </fo:table-row>
    </xsl:for-each-group>
    </fo:table-body>
    </fo:table>
    </fo:block>
    <fo:block xdofo:use-attribute-sets="b_3 b_19" />
    <fo:block xdofo:use-attribute-sets="b_3 b_19" />
    <fo:block xdofo:use-attribute-sets="b_3 b_19" />
    - <fo:block xdofo:use-attribute-sets="b_3 b_19 b_0">
    - <fo:instream-foreign-object content-type="{$_XDOCHARTTYPE}" width="342pt" height="257pt" xdofo:alt="A chart">
    - <xsl:variable name="_XDOCHARTXML">
    - <Graph>
    <Title text="" visible="true" horizontalAlignment="CENTER" />
    - <LocalGridData colCount="{count(xdoxslt:group(.//ROWSET, 'ROW/DEPARTMENT_NAME'))}" rowCount="1">
    - <RowLabels>
    <Label />
    </RowLabels>
    - <ColLabels>
    - <xsl:for-each-group select=".//ROWSET" group-by="ROW/DEPARTMENT_NAME">
    <xsl:sort select="ROW/DEPARTMENT_NAME" />
    - <Label>
    <xsl:value-of select="current-group()/ROW/DEPARTMENT_NAME" />
    </Label>
    </xsl:for-each-group>
    </ColLabels>
    - <DataValues>
    - <RowData>
    - <xsl:for-each-group select=".//ROWSET" group-by="ROW/DEPARTMENT_NAME">
    <xsl:sort select="ROW/DEPARTMENT_NAME" />
    - <Cell>
    <xsl:value-of select="sum(current-group()/ROW/SALARY)" />
    </Cell>
    </xsl:for-each-group>
    </RowData>
    </DataValues>
    </LocalGridData>
    </Graph>
    </xsl:variable>
    <xsl:value-of select="xdoxslt:chart_svg($_XDOCTX,$_XDOCHARTXML,342,257,0,$_XDOCHARTTYPE,$_XDOOUTPUTFORMAT)" />
    </fo:instream-foreign-object>
    <fo:inline id="{concat('page-total-', $_SECTION_NAME, $_XDOFOPOS)}" />
    <fo:inline id="{concat('page-total', $_XDOFOPOS)}" />
    </fo:block>
    </fo:flow>
    </fo:page-sequence>
    </fo:root>
    </xsl:template>
    - <xsl:template name="_XDOATTRIBUTESET">
    - <xdofo:attribute-set name="b_2">
    <xdofo:attribute name="padding-bottom">0.25pt</xdofo:attribute>
    <xdofo:attribute name="padding-top">0.25pt</xdofo:attribute>
    </xdofo:attribute-set>
    - <xdofo:attribute-set name="b_3">
    <xdofo:attribute name="orphans">2</xdofo:attribute>
    <xdofo:attribute name="widows">2</xdofo:attribute>
    <xdofo:attribute name="linefeed-treatment">preserve</xdofo:attribute>
    <xdofo:attribute name="start-indent">0.0pt</xdofo:attribute>
    <xdofo:attribute name="text-align">center</xdofo:attribute>
    <xdofo:attribute name="padding-bottom">0.0pt</xdofo:attribute>
    <xdofo:attribute name="end-indent">0.0pt</xdofo:attribute>
    <xdofo:attribute name="padding-top">0.0pt</xdofo:attribute>
    </xdofo:attribute-set>
    - <xdofo:attribute-set name="b_5">
    <xdofo:attribute name="height">0pt</xdofo:attribute>
    </xdofo:attribute-set>
    - <xdofo:attribute-set name="b_19">
    <xdofo:attribute name="height">13.392pt</xdofo:attribute>
    <xdofo:attribute name="end-indent">5.4pt</xdofo:attribute>
    <xdofo:attribute name="start-indent">5.4pt</xdofo:attribute>
    <xdofo:attribute name="text-align">start</xdofo:attribute>
    </xdofo:attribute-set>
    - <xdofo:attribute-set name="b_0">
    <xdofo:attribute name="height">0.0pt</xdofo:attribute>
    </xdofo:attribute-set>
    - <xdofo:attribute-set name="b_1">
    <xdofo:attribute name="text-align">right</xdofo:attribute>
    </xdofo:attribute-set>
    - <xdofo:attribute-set name="b_15">
    <xdofo:attribute name="text-align">center</xdofo:attribute>
    <xdofo:attribute name="start-indent">0.0pt</xdofo:attribute>
    <xdofo:attribute name="end-indent">0.0pt</xdofo:attribute>
    </xdofo:attribute-set>
    - <xdofo:attribute-set name="i_8">
    <xdofo:attribute name="height">12.0pt</xdofo:attribute>
    <xdofo:attribute name="font-family">Times New Roman</xdofo:attribute>
    <xdofo:attribute name="white-space-collapse">false</xdofo:attribute>
    <xdofo:attribute name="font-size">12.0pt</xdofo:attribute>
    </xdofo:attribute-set>
    - <xdofo:attribute-set name="i_0">
    <xdofo:attribute name="font-size">10.0pt</xdofo:attribute>
    <xdofo:attribute name="white-space-collapse">false</xdofo:attribute>
    <xdofo:attribute name="height">11.160001pt</xdofo:attribute>
    <xdofo:attribute name="font-family">Times New Roman</xdofo:attribute>
    </xdofo:attribute-set>
    - <xdofo:attribute-set name="i_5">
    <xdofo:attribute name="font-weight">bold</xdofo:attribute>
    </xdofo:attribute-set>
    - <xdofo:attribute-set name="i_11">
    <xdofo:attribute name="color">#003300</xdofo:attribute>
    </xdofo:attribute-set>
    - <xdofo:attribute-set name="i_16">
    <xdofo:attribute name="color">#800000</xdofo:attribute>
    </xdofo:attribute-set>
    - <xdofo:attribute-set name="i_7">
    <xdofo:attribute name="color">#000080</xdofo:attribute>
    </xdofo:attribute-set>
    - <xdofo:attribute-set name="c_2">
    <xdofo:attribute name="padding-start">5.15pt</xdofo:attribute>
    <xdofo:attribute name="vertical-align">top</xdofo:attribute>
    <xdofo:attribute name="border-bottom">0.5pt solid #000000</xdofo:attribute>
    <xdofo:attribute name="border-end-color">#000000</xdofo:attribute>
    <xdofo:attribute name="padding-top">0.0pt</xdofo:attribute>
    <xdofo:attribute name="border-end-style">solid</xdofo:attribute>
    <xdofo:attribute name="border-start-color">#000000</xdofo:attribute>
    <xdofo:attribute name="padding-end">5.15pt</xdofo:attribute>
    <xdofo:attribute name="number-columns-spanned">1</xdofo:attribute>
    <xdofo:attribute name="border-top">0.5pt solid #000000</xdofo:attribute>
    <xdofo:attribute name="border-start-style">solid</xdofo:attribute>
    <xdofo:attribute name="height">0.0pt</xdofo:attribute>
    <xdofo:attribute name="border-end-width">0.5pt</xdofo:attribute>
    <xdofo:attribute name="padding-bottom">0.0pt</xdofo:attribute>
    <xdofo:attribute name="border-start-width">0.5pt</xdofo:attribute>
    </xdofo:attribute-set>
    - <xdofo:attribute-set name="c_0">
    <xdofo:attribute name="background-color">#e7f3fd</xdofo:attribute>
    </xdofo:attribute-set>
    </xsl:template>
    </xsl:stylesheet>
    --------------------------------------------------------------------------------------

  • Error when conneced over network

    Hey guys,
    I have been using two basler cameras to perform vision acquisition and has worked fine the last two months while in development, however i have now started to deploy this on two other machines in the workplace and have conected over the network, i can ick up the cameras but i cannot acquire images it tells me the camera did not receive a test packet,the test packet size might be too large for network configuration or firewall is enabled. my test acket size was 4000. I have changed no settings so i am confused as to why now it does not work. The firewall was always disabled. Any suggestions welcome
    Damien
    Solved!
    Go to Solution.

    Does it have to be connected through the company network?  There is probably a lot of non-camera data moving around on the company network, so it is probably messing things up.  I always set up my DAQ or vision systems on their own network to avoid the problem.  Vision systems especially send a lot of data over the network, using a large percentage of the bandwidth at full speed.
    Are you trying to do continuous, high speed acquisition, or just snapping a frame every now and then?  I would try snapping a single image to see if that works, then work your way up from low speed (1 frame/sec) to whatever you need.
    Can you check your percentage of bandwidth use when connected directly?
    Bruce
    Bruce Ammons
    Ammons Engineering

  • Anyone still experiencing errors when syncing over WiFi?

      I have upgraded to the latest version of iTunes and I still get this error... "An (iPhone/iPad) has been detected, but it could not be identified properly. Please disconnect and reconnect the iPhone, and try again."  There are less errors than with the previous version of iTunes, but this error is still very annoying and causes the sync to pause until dismissed.  Anyone have a solution?

    Greetings,
    That be normal, my friend. You can use the cable that came with the iPhone, or use WiFi, either way works fine.
    Cheers,
    M.

  • ORA-28868 error when calling Web service over HTTPS from PL/SQL utl_http

    I am getting error message ORA-28868 error when calling Web service over HTTPS from PL/SQL utl_http PL/SQL package,
    when browsed through some of the messages they point to setting Oracle Wallet Manager.
    I am trying to connect
    Any idea on how to resolve this issue ?
    your input is appreciated.
    Thanks
    Ravi

    Duplicate post ... please ignore.

  • Why do I receive Offending Operator Error when opening illustrator created charts??

    I have created a pie chart in illustrator and after I save and close I receive Offending Operator errors when reopening and my chart information is gone.  This has happened to me twice between a six month period.  I thought it was just corupt files, but sure enough I am having the same issue when trying to create again.
    Can anyone offer suggestions as to what i am doing wrong?

    Check your firewall, because some firewalls monitor secure connections (https) and send their own certificate instead of the website's certificate.
    http://kb.mozillazine.org/Firewalls
    otherwise see if this happen in a new profile :
    http://kb.mozillazine.org/Profile_Manager
    thank you

  • Smartview error when submitting/refreshing: "The cell or chart that you are trying to change is protected"

    Hello! Users are trying to submit data within a form, but they get the following error message:
    <<The cell or chart that you are trying to change is protected and therefore read-only. To modify a protected cell or chart, first remove protection using the Unprotectect Sheet command (Review tab, changes group). You may be prompted for a password.>>
    They get the same error when they try to refresh the form.
    The form is part of a task-list, but is not supposed to be protected. Actually they open the form from an empty excel workbook, so I don't understand what's the difference with other forms, where they don't have this message.
    Do you have an idea of what is triggering it?

    Users were in Smartview 11.1.2.1. The issue described above has been identifed as a software defect an it has been logged as bug 16017903 by Oracle. To solve this issue download and install Patch 16238382, or alternatively unistall Smartview and install version 11.1.2.2.310.

  • [svn] 1774: Bug: BLZ-176 - Not getting an authentication error when Producer tries to send a message over streaming channel with insufficient credentials .

    Revision: 1774
    Author: [email protected]
    Date: 2008-05-16 13:29:10 -0700 (Fri, 16 May 2008)
    Log Message:
    Bug: BLZ-176 - Not getting an authentication error when Producer tries to send a message over streaming channel with insufficient credentials.
    QA: Yes
    Doc: No
    Checkintests: Pass
    Details: This was caused by the fact that streaming channels do not report connected until the initial ping completes and a URLStream is established with the server. Added some extra code in ChannelSet to make sure authentication errors are reported with correct faultCode even if the channel is not reporting connected.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-176
    Modified Paths:
    flex/sdk/branches/3.0.1.x/frameworks/projects/rpc/src/mx/messaging/ChannelSet.as

    Revision: 1774
    Author: [email protected]
    Date: 2008-05-16 13:29:10 -0700 (Fri, 16 May 2008)
    Log Message:
    Bug: BLZ-176 - Not getting an authentication error when Producer tries to send a message over streaming channel with insufficient credentials.
    QA: Yes
    Doc: No
    Checkintests: Pass
    Details: This was caused by the fact that streaming channels do not report connected until the initial ping completes and a URLStream is established with the server. Added some extra code in ChannelSet to make sure authentication errors are reported with correct faultCode even if the channel is not reporting connected.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-176
    Modified Paths:
    flex/sdk/branches/3.0.1.x/frameworks/projects/rpc/src/mx/messaging/ChannelSet.as

  • Pls have been having issues upgrading to the os 10.9. downloads encounter error when it gets to 955mb and starts over again-.suggestions pls?

    pls have been having issues upgrading to the os 10.9. downloads encounter error when it gets to 955mb and starts over again….suggestions pls?

    http://www.apple.com/support/mac/app-store/contact/

  • Error when unloading xmltype column data with the size over 30kb.

    Hello there,
    I got the following error when I called a function to unload xmltype data column with the size over 30k.
    ERROR at line 1:
    ORA-29285: file write error
    ORA-06512: at "SYS.UTL_FILE", line 140
    ORA-06512: at "SYS.UTL_FILE", line 379
    ORA-06512: at "SYS.UTL_FILE", line 1062
    ORA-06512: at "ARGCS.ARGCS_UNLOAD_TO_XMLFILE", line 56
    ORA-06512: at line 1
    Would anyone please help?
    Thanks.
    tbluong.

    Hello there,
    I got the following error when I called a function to unload xmltype data column with the size over 30k.
    ERROR at line 1:
    ORA-29285: file write error
    ORA-06512: at "SYS.UTL_FILE", line 140
    ORA-06512: at "SYS.UTL_FILE", line 379
    ORA-06512: at "SYS.UTL_FILE", line 1062
    ORA-06512: at "ARGCS.ARGCS_UNLOAD_TO_XMLFILE", line 56
    ORA-06512: at line 1
    Would anyone please help?
    Thanks.
    tbluong.

  • Hi,Error when adding chart of account This entry already exists in the foll

    Hi,
    I am getting these below error while adding new chart of account.
    This entry already exists in the following tables  '' (UDO1) (ODBC -2035)  [Message 131-183]
    This entry already exists in the following tables  'G/L Accounts' (OACT) (ODBC -2035)  [Message 131-183]
    please suggest solving .  Thanks Advance.
    Regards
    Rajkumar Gupta

    Hi,
    You may check this thread:
    Re: This entry already exists in the following tables -Message
    Also check SAP Note Number: 1054713 to see if it applies to you. It might be a bug too.
    Thanks,
    Gordon

  • Error when trying to migrate project from labwindows 2010 SP1 over to VS2008

    I'm sure I've been successful back with this when running CVI 8.5 and VS2003 / 2005, but I keep gettin the following error when trying to do this with my current configuration. What am I missing?
    See attached image
    Regards
    Gavin
    Attachments:
    CVI-VS error.JPG ‏29 KB

    Not recently, but what I would say is that CVI 2010 SP1 was installed after my VS2008 installation, so it ought to be in the right order.... When I get a moment I'll reinstall the CVI runtime and see what happens. Its not critical that I get this fixed, as the project in question is so small, and as the important parts are almost competely ANSI C, it should be really easy to reconstruct in C# anyway. I'll let you know what happens anyway

Maybe you are looking for

  • DOWN Traversal out of JTextArea using SHIFT+ENTER key combination.

    Hi folks I slightly modified the focus-traversal code presented in Java Tutorial (http://java.sun.com/docs/books/tutorial/uiswing/misc/focus.html) to replace the CTRL+TAB combination with SHIFT-ENTER (because it is easier to type) but the code does n

  • Bt auto backup firewall problem

    hi how to I set mcafee firewall to allow bt auto backup to work ??? johnw

  • Data target 'ZGPPCAOD' removed from list of loadable targets; not loadable

    Hi Friends, I deleted some info providers and now I'm receiving messages when I try to start an info package´that had deleted info providers as data targets. RSM033: Data target 'ZGPPCAOD' removed from list of loadable targets; not loadable RSM036: D

  • Flash Android application identifier with underline

    I got this 'invalid application descriptor: invalid application identifier' when publish my old flash android fla. My app id is like com.this_is_id.android.test It keep happens when my id with underline '_', but this id was ok about a year ago. Now I

  • What's wrong with my swapiness?

    I have read documentation https://wiki.archlinux.org/index.php/Ma - Swappiness and changed my swapinnes settings to: vm.swappiness=10 vm.vfs_cache_pressure=50 I have 2GB ram. On Ubuntu, with same setting vm.swapinnes Ubuntu goes swapping around 1700