View Parsing Error

Got a new one on a complex view using a function dbms_obfuscation_toolkit.md5 in the where clause: Invalid SELECT Statement.Unexpected Token '='
The generated DDL works fine and does run in the database. Data Modeler just does not like it. R3.3EA1
The view:
CREATE OR REPLACE VIEW V_ADD_H_INSR_CO AS
SELECT I.CITY,
I.NAME,
I.STATE,
I.ADDRESS1,
I.ADDRESS2,
I.ZIPCODE,
PROCESS_DATES.LOAD_DTS,
'G2' AS REC_SRC
FROM G2EDW.INSURANCE_STG I,
PROCESS_DATES
WHERE NOT EXISTS
(SELECT 1
FROM H_INSR_CO H
WHERE dbms_obfuscation_toolkit.md5 (input_string =>
I.CITY || ':'||
I.NAME || ':'||
I.STATE || ':'||
I.ADDRESS1 || ':'||
I.ADDRESS2 || ':'||
I.ZIPCODE || ':'
) = dbms_obfuscation_toolkit.md5 (input_string =>
H.INSR_CO_CITY || ':'||
H.INSR_CO_NM || ':'||
H.INSR_CO_ST || ':'||
H.INSR_CO_STREET_ADDR_1 || ':'||
H.INSR_CO_STREET_ADDR_2 || ':'||
H.INSR_CO_ZIP_CD || ':'
GROUP BY I.CITY,
I.NAME,
I.STATE,
I.ADDRESS1,
I.ADDRESS2,
I.ZIPCODE,
PROCESS_DATES.LOAD_DTS,
'G2' ;

Hi Kent,
I logged a bug for that.
Why do you still use DM 3.3 EA1? Is there something holding you back?
Philip

Similar Messages

  • 3D Parsing Error when viewing online?

    Having an issue with users trying to view PDFs created with Presenter over our website.
    Acrobat Version Created in: Acrobat Pro Extended 9.3.2
    Acrobat Reader Version Viewed in: Acrobat Reader 9.3.2
    When the file(s) are viewed over the web they fail to launch and cause the web browser to hang as if it's perpetually trying to download/open the file. The file never opens and eventually a popup error appears (3D Parsing Error). But, if the same file(s) are downloaded and viewed locally using the same machine and same version of reader the files execute perfectly.
    What's causing the 3D parsing error to occur over the web? I personally on my machine cannot reproduce this error, I'm the creator of the files and have Full Acrobat 9 Pro Extended. I have reproduced it on users machines with Reader 9.3.2. Could it be an internet setting on the local machine or through something my company's IS department has set? I have not been able to test this outside of our building but plan to after hours today @ home. Until then can someone test these files for me.
    Web Page Link:
    http://us.manitowocbeverage.com/?xhtml=xhtml/mbs/us/en/minisite/servicetraining/onlinetrai ning.html&xsl=minisite.xsl&sidebartitle=Mini%20Sites
    Direct File Links:
    1. Soda,  Water, & Beer Units - ERC Programming
    2. Soda,  Water, & Beer Units - Sequence of Operation
    3. All  Ice/Beverage Dispensers - Ice Bin Cleaning & Maintenance
    Please let me know if you can view these files from the web, thanks!
    -Nick

    Can you give these installers a try?
    http://helpx.adobe.com/content/help/en/flash-player/kb/installation-problems-flash-player- windows.html#main-pars_header

  • Since I updated Firefox 4, I cannot open any attachments in my Gmail, whether Word or PDF files, I can only view them. When trying to download attachments I get an error message: "XML Parsing Error:undefined entity. Help!

    The full error message is the following:
    XML Parsing Error: Undefined entity
    Location chrome://mozapps/content/downloads/unknown content type.xul
    Line Number 30, Column 18

    In order to use ''nxm://'' links, Nexus Mod Manager must be installed and associated with the ''nxm'' protocol.
    * http://www.nexusmods.com/skyrim/mods/modmanager/
    In case of problems with this third-party program, please refer to its support forum:
    * http://forums.nexusmods.com/index.php?/forum/1413-nmm-code-development-chat

  • XML Parse error while loading an XML file

    HI Folks,
    I was trying to load and XML file into BODS.. The XML file is well-formed and the same when tested in other tools  is getting loaded without any issues..
    I have created a XML-File format with the corresponding XSD..
    But here in BODS it is giving - Parse error
    1) when i try to view the data of the source XML in my dataflow ..it is giving "XML Parser Failed".. and not able to show data..
    2) When I run my job i get the same pares error - with details as under..
    ---> Error here is "Unable to recognize element 'TAB' " or some time is say " Element TAB should be qualified"
    Please guide with this if you have any info..thanks
    I'm pasting the XML source file format here for your reference:--
      <?xml version="1.0" encoding="iso-8859-1" ?>
    - <asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
    - <asx:values>
    - <TAB>
    - <items>
    + <CUSTOMER_RECORD>
      <CUSTOMER_NUMBER>1111111111</CUSTOMER_NUMBER>
      <NAME_1>ABC</NAME_1>
      <NAME_2>OFM/COMMERCIAL ACCOUNTS</NAME_2>
      <STREET_1>31 CENTER DRIVE MCS2045</STREET_1>
      <STREET_2 />
      <CITY>BETHESDA</CITY>
      <STATE_CODE>MD</STATE_CODE>
      <POSTAL_CODE>20892-2045</POSTAL_CODE>
      <COUNTRY_CODE>US</COUNTRY_CODE>
      <ORDER_BLOCK />
      <ERP_CREATE_DATE>20040610</ERP_CREATE_DATE>
      <ERP_CREATED_BY>DGUPTA</ERP_CREATED_BY>
      <ERP_MODIFY_DATE>20120201</ERP_MODIFY_DATE>
      <ERP_MODIFIED_BY>LWOHLFEI</ERP_MODIFIED_BY>
      <INDUSTRY_CODE>0103</INDUSTRY_CODE>
      <ACCOUNT_GROUP_ID>0001</ACCOUNT_GROUP_ID>
      <SALES_NOTE />
      <ADDRESS_NOTE />
      <CUSTOMER_CLASSIFICATION_CODE>02</CUSTOMER_CLASSIFICATION_CODE>
      <GLN_NUMBER />
      <PREVIOUS_ACCT_NO />
      <ACCOUNT_TYPE />
      <GAG />
      <SDI_ID />
      <HOSP_ID />
      <HIN />
      <DUNS />
      <PO_BOX />
      <POB_CITY />
      <POB_ZIP />
      <PHONE_NUMBER>77777</PHONE_NUMBER>
      <EMAIL_DOMAIN />
      <REQUESTER />
      <ERP_SOURCE_SYSTEM>ECC</ERP_SOURCE_SYSTEM>
      </CUSTOMER_RECORD>
    - <SALES_ORG_DATA>
    + <item>
      <CUSTOMER_NUMBER>1111111111</CUSTOMER_NUMBER>
      <SALES_ORG>0130</SALES_ORG>
      <CUSTOMER_GROUP>03</CUSTOMER_GROUP>
      <ORDER_BLOCK_CODE />
      <ERP_SOURCE_SYSTEM>ECC</ERP_SOURCE_SYSTEM>
      </item>
    + <item>
      <CUSTOMER_NUMBER>1111111111</CUSTOMER_NUMBER>
      <SALES_ORG>0120</SALES_ORG>
      <CUSTOMER_GROUP>11</CUSTOMER_GROUP>
      <ORDER_BLOCK_CODE />
      <ERP_SOURCE_SYSTEM>ECC</ERP_SOURCE_SYSTEM>
      </item>
      </SALES_ORG_DATA>
      </items>
      </TAB>
      </asx:values>
      </asx:abap>

    Pierre,
    Depending on the object "myLastFile", the method openDlg might not even exist (if the myLastFile object is not a File object, for instance). And I do not see any need for the myLastFile anyhow, as you are presenting a dialog to select a file to open. I recommend using the global ChooseFile( ) method instead. This will give you a filename as string in full path notation, or null when no file was selected in the dialog. I am not sure what your ExtendScript documentation states about the return value for ChooseFile, but if that differs from what I am telling you here, the documentation is wrong. So, if you replace the first lines of your code with the following it should work:
    function openXMLFile ( ) {
        var filename = ChooseFile ( "Choose XML file ...", "", "*.xml", Constants.FV_ChooseSelect );
    While writing this, I see that Russ has already given you the same advice. Use the symbolic constant value I indicated to use the ChooseFile dialog to select a single file (it can also be used to select a directory or open a file - but you want to control the opening process yourself). Note that this method allows you to set a start directory for the dialog (second parameter). The ESTK autocompletion also gives you a fifth parameter "helplink" which is undocumented and can safely be ignored.
    Good luck
    Jang

  • DBD: parse error unexpected " found.

    Hi,
    Login to Universe Designer by SAP account, and during editing a connection, we tried to select the auth mode as "Use Single Sign-On when view and ...." , then next, got the following error message in a popup dialog:
       DBD: parse error unexpected " found.
    I have no idea how it could happen, and please let me know how to debug, or check the underlying detail message.
    In addition, if we choose credential mapping in auth mode, will the AD user to SAP user mapping will work when user login BI by AD SSO and click on a dashboard using this data connection ?
    Thanks

    Hello Wilson,
    Could you try to delete and re-import the BW user at BOE system?
    Regards,
    Vivek

  • 3d parsing error in acrobat 8.2

    Hello
    I am using Acrobat pro 8.2.0
    I have been able to create 3d pdf files in the past but now I am getting 3d parsing error.
    I get this file that I have created in the past and opened succeessfully. I don't know what has changed on my system to cause this problem
    Please help
    Kirk
    Available Physical Memory: 741532 KB
    Available Virtual Memory: 1912288 KB
    BIOS Version: A M I  - 2000503
    Default Browser: C:\Program Files\Internet Explorer\iexplore.exe
        Version: 6.00.2900.5512 (xpsp.080413-2105)
        Creation Date: 2007/09/01
        Creation Time: 6:51:18 AM
    Default Mail: Microsoft Outlook
        mapi32.dll
        Version: 1.0.2536.0 (XPClient.010817-1148)
    Graphics Card: RADEON X850 Series
        Version: 6.14.10.6925
        Check: Not Supported
    Installed Acrobat: C:\Program Files\Adobe\Acrobat 8.0\Acrobat\Acrobat.exe
        Version: 8.2.0.81
        Creation Date: 2010/01/18
        Creation Time: 10:42:43 AM
    Locale: English (United States)
    Monitor:
        Name: RADEON X850 Series
        Resolution: 1024 x 768 x 85
        Bits per pixel: 32
    Monitor:
        Name: RADEON X850 Series - Secondary
        Resolution: 1024 x 768 x 60
        Bits per pixel: 32
    OS Manufacturer: Microsoft Corporation
    OS Name: Microsoft Windows XP Professional
    OS Version: 5.1.2600  Service Pack 3
    Page File Space: 4037188 KB
    Processor: x86 Family 15 Model 3 Stepping 4  GenuineIntel  ~3211 Mhz
    System Name: AWM
    Temporary Directory: C:\DOCUME~1\Kirk\LOCALS~1\Temp\
    Time Zone: Mountain Standard Time
    Total Physical Memory: 2096364 KB
    Total Virtual Memory: 2097024 KB
    User Name: Kirk
    Windows Directory: C:\WINDOWS
    Installed plug-ins:
    C:\Program Files\Adobe\Acrobat 8.0\Acrobat\plug_ins\ADBC.api
        Version: 8.2.0.81
        Creation Date: 2010/01/18
        Creation Time: 10:43:08 AM
    C:\Program Files\Adobe\Acrobat 8.0\Acrobat\plug_ins\Accessibility.api
        Version: 8.2.0.81
        Creation Date: 2010/01/18
        Creation Time: 10:43:11 AM
    C:\Program Files\Adobe\Acrobat 8.0\Acrobat\plug_ins\AcroForm.api
        Version: 8.2.0.81
        Creation Date: 2010/01/18
        Creation Time: 10:43:08 AM
    C:\Program Files\Adobe\Acrobat 8.0\Acrobat\plug_ins\Annots.api
        Version: 8.2.0.81
        Creation Date: 2010/01/18
        Creation Time: 10:43:20 AM
    C:\Program Files\Adobe\Acrobat 8.0\Acrobat\plug_ins\Catalog.api
        Version: 8.2.0.81
        Creation Date: 2010/01/18
        Creation Time: 10:43:24 AM
    C:\Program Files\Adobe\Acrobat 8.0\Acrobat\plug_ins\Checkers.api
        Version: 8.2.0.81
        Creation Date: 2010/01/18
        Creation Time: 10:43:19 AM
    C:\Program Files\Adobe\Acrobat 8.0\Acrobat\plug_ins\DVA.api
        Version: 8.2.0.81
        Creation Date: 2010/01/18
        Creation Time: 10:43:19 AM
    C:\Program Files\Adobe\Acrobat 8.0\Acrobat\plug_ins\DWFAcrobatAddIn.api
        Version:
        Creation Date: 2008/01/19
        Creation Time: 3:23:02 PM
    C:\Program Files\Adobe\Acrobat 8.0\Acrobat\plug_ins\DigSig.api
        Version: 8.2.0.81
        Creation Date: 2010/01/18
        Creation Time: 10:43:08 AM
    C:\Program Files\Adobe\Acrobat 8.0\Acrobat\plug_ins\DistillerPI.api
        Version: 8.2.0.81
        Creation Date: 2010/01/18
        Creation Time: 10:43:07 AM
    C:\Program Files\Adobe\Acrobat 8.0\Acrobat\plug_ins\EScript.api
        Version: 8.2.0.81
        Creation Date: 2010/01/18
        Creation Time: 10:43:18 AM
    C:\Program Files\Adobe\Acrobat 8.0\Acrobat\plug_ins\EWH32.api
        Version: 8.2.0.81
        Creation Date: 2010/01/18
        Creation Time: 10:43:19 AM
    C:\Program Files\Adobe\Acrobat 8.0\Acrobat\plug_ins\Editor.api
        Version: 8.2.0.81
        Creation Date: 2010/01/18
        Creation Time: 10:43:22 AM
    C:\Program Files\Adobe\Acrobat 8.0\Acrobat\plug_ins\HLS.api
        Version: 8.2.0.81
        Creation Date: 2010/01/18
        Creation Time: 10:43:18 AM
    C:\Program Files\Adobe\Acrobat 8.0\Acrobat\plug_ins\HTML2PDF.api
        Version: 8.2.0.81
        Creation Date: 2010/01/18
        Creation Time: 10:43:17 AM
    C:\Program Files\Adobe\Acrobat 8.0\Acrobat\plug_ins\IA32.api
        Version: 8.2.0.81
        Creation Date: 2010/01/18
        Creation Time: 10:43:17 AM
    C:\Program Files\Adobe\Acrobat 8.0\Acrobat\plug_ins\ImageConversion.api
        Version: 8.2.0.81
        Creation Date: 2010/01/18
        Creation Time: 10:43:05 AM
    C:\Program Files\Adobe\Acrobat 8.0\Acrobat\plug_ins\ImageViewer.API
        Version: 8.2.0.81
        Creation Date: 2010/01/18
        Creation Time: 10:43:25 AM
    C:\Program Files\Adobe\Acrobat 8.0\Acrobat\plug_ins\InDesignPI.api
        Version: 8.2.0.81
        Creation Date: 2010/01/18
        Creation Time: 10:43:27 AM
    C:\Program Files\Adobe\Acrobat 8.0\Acrobat\plug_ins\JDFProdDef.api
        Version: 8.2.0.81
        Creation Date: 2010/01/18
        Creation Time: 10:43:27 AM
    C:\Program Files\Adobe\Acrobat 8.0\Acrobat\plug_ins\MakeAccessible.api
        Version: 8.2.0.81
        Creation Date: 2010/01/18
        Creation Time: 10:43:16 AM
    C:\Program Files\Adobe\Acrobat 8.0\Acrobat\plug_ins\Multimedia.api
        Version: 8.2.0.81
        Creation Date: 2010/01/18
        Creation Time: 10:43:04 AM
    C:\Program Files\Adobe\Acrobat 8.0\Acrobat\plug_ins\PDDom.api
        Version: 8.2.0.81
        Creation Date: 2010/01/18
        Creation Time: 10:43:16 AM
    C:\Program Files\Adobe\Acrobat 8.0\Acrobat\plug_ins\PPKLite.api
        Version: 8.2.0.81
        Creation Date: 2010/01/18
        Creation Time: 10:43:14 AM
    C:\Program Files\Adobe\Acrobat 8.0\Acrobat\plug_ins\PaperCapture.api
        Version: 8.2.0.81
        Creation Date: 2010/01/18
        Creation Time: 10:43:01 AM
    C:\Program Files\Adobe\Acrobat 8.0\Acrobat\plug_ins\Preflight.api
        Version: 8.1.0 (241)
        Creation Date: 2008/11/06
        Creation Time: 10:41:46 AM
    C:\Program Files\Adobe\Acrobat 8.0\Acrobat\plug_ins\ReadOutLoud.api
        Version: 8.2.0.81
        Creation Date: 2010/01/18
        Creation Time: 10:43:22 AM
    C:\Program Files\Adobe\Acrobat 8.0\Acrobat\plug_ins\SaveAsRTF.api
        Version: 8.2.0.81
        Creation Date: 2010/01/18
        Creation Time: 10:43:13 AM
    C:\Program Files\Adobe\Acrobat 8.0\Acrobat\plug_ins\SaveAsXML.api
        Version: 8.2.0.81
        Creation Date: 2010/01/18
        Creation Time: 10:43:07 AM
    C:\Program Files\Adobe\Acrobat 8.0\Acrobat\plug_ins\Scan.api
        Version: 8.2.0.81
        Creation Date: 2010/01/18
        Creation Time: 10:43:21 AM
    C:\Program Files\Adobe\Acrobat 8.0\Acrobat\plug_ins\Search.api
        Version: 8.2.0.81
        Creation Date: 2010/01/18
        Creation Time: 10:43:25 AM
    C:\Program Files\Adobe\Acrobat 8.0\Acrobat\plug_ins\Search5.api
        Version: 8.2.0.81
        Creation Date: 2010/01/18
        Creation Time: 10:43:24 AM
    C:\Program Files\Adobe\Acrobat 8.0\Acrobat\plug_ins\SendMail.api
        Version: 8.2.0.81
        Creation Date: 2010/01/18
        Creation Time: 10:43:13 AM
    C:\Program Files\Adobe\Acrobat 8.0\Acrobat\plug_ins\Spelling.api
        Version: 8.2.0.81
        Creation Date: 2010/01/18
        Creation Time: 10:43:04 AM
    C:\Program Files\Adobe\Acrobat 8.0\Acrobat\plug_ins\TablePicker.api
        Version: 8.2.0.81
        Creation Date: 2010/01/18
        Creation Time: 10:43:03 AM
    C:\Program Files\Adobe\Acrobat 8.0\Acrobat\plug_ins\TouchUp.api
        Version: 8.2.0.81
        Creation Date: 2010/01/18
        Creation Time: 10:43:12 AM
    C:\Program Files\Adobe\Acrobat 8.0\Acrobat\plug_ins\Updater.api
        Version: 8.2.0.81
        Creation Date: 2010/01/18
        Creation Time: 10:43:12 AM
    C:\Program Files\Adobe\Acrobat 8.0\Acrobat\plug_ins\WebPDF.api
        Version: 8.2.0.81
        Creation Date: 2010/01/18
        Creation Time: 10:43:03 AM
    C:\Program Files\Adobe\Acrobat 8.0\Acrobat\plug_ins\XPS2PDF.api
        Version: 8.2.0.81
        Creation Date: 2010/01/18
        Creation Time: 10:43:00 AM
    C:\Program Files\Adobe\Acrobat 8.0\Acrobat\plug_ins\eBook.api
        Version: 8.2.0.81
        Creation Date: 2010/01/18
        Creation Time: 10:43:22 AM
    C:\Program Files\Adobe\Acrobat 8.0\Acrobat\plug_ins\reflow.api
        Version: 8.2.0.81
        Creation Date: 2010/01/18
        Creation Time: 10:43:14 AM
    C:\Program Files\Adobe\Acrobat 8.0\Acrobat\plug_ins\weblink.api
        Version: 8.2.0.81
        Creation Date: 2010/01/18
        Creation Time: 10:43:12 AM

    I am getting the same error even in Acrobat version 8.1.3.
    Additionally, I noticed that if we click on menu ‘Advanced->Sign&Certify->Preview Document’, then we get a notification as “This document is not PDF/SigQ compliant and may display inconsistently”. On clicking  ‘View report’ on that notification, the below dialog pops up. It has errors listed as:-
    Code 4000 : Unrecognized PDF content. The document contains PDF content or custom content not supported by the current version of Acrobat.
    Code 4002: PDF content contains erros.
    However, if we sign the PDF using default adobe signature functionality and reopen that PDF, the error does NOT come and the notification also says ‘This document is PDF/SigQ compliant’.
    Can anybody please suggest what could be missing in the custom sign that we apply? Is it because of any of the missing fonts or any other resources?
    Awaiting reply!
    Regards.

  • Parsing error in file C:\Program Files (x86)\HP\D​igital Imaging\bi​n\hpqscloc​\1033-xml

    Spoiler (Highlight to read)
    I have a HP Photosmart Premium C310a All-In-One I can not open solution center get the message I wrote as a subjekt.I´ve tried a lot of methods I´m 75 years old and I´m tired of this problem!    I´ve got 2 computers one HPdv5009 with W.XP Home Edition and it works free from problem The solution center opens up without any problem but on the other HP dv7 with W.7 Home Premium 64 Solution center did not like my order to open up! Parsing error in file etc. That is the answer I got!
     Please Help Me anybody!
    This question was solved.
    View Solution.

    Hello-
    I have included a link where the issue has been resolved. Look for the file that is in grreen_apple's post. (attachment)
    http://h30434.www3.hp.com/t5/Scanning-Faxing-and-C​opying/Parsing-error-in-file-c-Program-Files-HP-Di​...
    Also, remember a click on the Kudos star to the left is a quick "Thanks" for a helpful post.
    Please select the "Accept as Solution" button on the post that best answers your question.
    I appreciate your input !
    Thank You,
    Donald

  • XML Parse Error in AWM

    OS: Oracle Database 11.1.0.7.0 on Windows XP
    Analytic Workspace Manager: 11.1.0.7.0A
    When expanding the Analytic Workspace in AWM I am getting the error below. I was able to create and populate the dimensions/cubes using XML Template and did not come across any errors during that process.
    I tried deleting the schema and recreated the AW but still get the same error. Are there any solutions to fix this problem?
    Errors have occurred during xml parse
    <Line 105, Column 22>: Encountered "(" at line 1, column 175.
    Was expecting one of:
    "DIMENSION" ...
    at oracle.olapi.xml.TagHandler.createRootException(Unknown Source)
    at oracle.olapi.xml.TagHandler.getRootException(Unknown Source)
    at oracle.olapi.xml.TagHandler.reportException(Unknown Source)
    at oracle.olapi.xml.TagHandler.processException(Unknown Source)
    at oracle.olapi.metadata.BaseMetadataXMLReader.resolveDeferredProperties(Unknown Source)
    at oracle.olapi.metadata.MetadataXMLReaderMetadataInitialState.exit(Unknown Source)
    at oracle.olapi.metadata.MetadataXMLReaderMetadataInitialState.exit(Unknown Source)
    at oracle.olapi.xml.TagHandler.endElement(Unknown Source)
    at org.xml.sax.helpers.ParserAdapter.endElement(ParserAdapter.java:626)
    at oracle.xml.parser.v2.XMLContentHandler.endElement(XMLContentHandler.java:211)
    at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1326)
    at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:340)
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:307)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:212)
    at org.xml.sax.helpers.ParserAdapter.parse(ParserAdapter.java:405)
    at oracle.olapi.xml.XMLProcessor.parse(Unknown Source)
    at oracle.olapi.metadata.MetadataFetcher.processXML(Unknown Source)
    at oracle.olapi.metadata.MetadataFetcher.fetchBaseMetadataObjects(Unknown Source)
    at oracle.olapi.metadata.BaseMetadataProvider.fetchMetadataObjects(Unknown Source)
    at oracle.olapi.metadata.MetadataListProperty.getObjects(Unknown Source)
    at oracle.olapi.metadata.BaseMetadataObjectState.getPropertyListValues(Unknown Source)
    at oracle.olapi.metadata.BaseMetadataObject.getPropertyListValues(Unknown Source)
    at oracle.olapi.metadata.mdm.MdmSchema.getCubes(Unknown Source)
    at oracle.olapi.metadata.deployment.AW.getCubes(Unknown Source)
    at oracle.olapi.metadata.deployment.AW.getPersistentLanguages(Unknown Source)
    at oracle.olap.awm.dataobject.aw.WorkspaceDO.getULanguages(Unknown Source)
    at oracle.olap.awm.dataobject.olapi.ULanguageDO.<init>(Unknown Source)
    at oracle.olap.awm.navigator.node.WorkspaceNode.getUnifiedChildren(Unknown Source)
    at oracle.olap.awm.navigator.node.WorkspaceNode.getChildren(Unknown Source)
    at oracle.olap.awm.navigator.node.BaseNodeModel.refreshData(Unknown Source)
    at oracle.olap.awm.navigator.node.BaseNodeModel.dTreeItemExpanding(Unknown Source)
    at oracle.bali.ewt.dTree.DTreeDeferredParent.__fireExpansionChanging(Unknown Source)
    at oracle.bali.ewt.dTree.DTreeDeferredParent.setExpanded(Unknown Source)
    at oracle.olap.awm.navigator.node.BaseNode.expandHelper(Unknown Source)
    at oracle.olap.awm.navigator.node.BaseNode.access$400(Unknown Source)
    at oracle.olap.awm.navigator.node.BaseNode$ExpansionThread.run(Unknown Source)

    I am also experiencing this error when attaching an AW:
    Errors have occurred during xml parse
    <Line 43, Column 47>: Error during parse: "java.lang.NullPointerException"
    <Line 159, Column 19>: Error during parse: "Errors have occurred during xml parse
    <Line 41, Column 34>: Error during parse: "java.lang.NullPointerException"
    <Line 44, Column 55>: Error during parse: "java.lang.NullPointerException"
    <Line 50, Column 55>: Error during parse: "java.lang.NullPointerException"
    <Line 60, Column 34>: Error during parse: "java.lang.NullPointerException"
    <Line 63, Column 55>: Error during parse: "java.lang.NullPointerException"
    <Line 69, Column 55>: Error during parse: "java.lang.NullPointerException"
    <Line 79, Column 34>: Error during parse: "java.lang.NullPointerException"
    <Line 82, Column 55>: Error during parse: "java.lang.NullPointerException"
    <Line 88, Column 55>: Error during parse: "java.lang.NullPointerException"
    <Line 98, Column 34>: Error during parse: "java.lang.NullPointerException"
    <Line 101, Column 55>: Error during parse: "java.lang.NullPointerException"
    <Line 107, Column 55>: Error during parse: "java.lang.NullPointerException""
    <Line 396, Column 47>: Error during parse: "java.lang.NullPointerException"
    <Line 694, Column 47>: Error during parse: "java.lang.NullPointerException"
    at oracle.olapi.xml.TagHandler.createRootException(Unknown Source)
    at oracle.olapi.xml.TagHandler.getRootException(Unknown Source)
    at oracle.olapi.xml.TagHandler.reportException(Unknown Source)
    at oracle.olapi.xml.TagHandler.processException(Unknown Source)
    at oracle.olapi.metadata.BaseMetadataXMLReader.resolveDeferredProperties(Unknown Source)
    at oracle.olapi.metadata.MetadataXMLReaderMetadataInitialState.exit(Unknown Source)
    at oracle.olapi.metadata.MetadataXMLReaderMetadataInitialState.exit(Unknown Source)
    at oracle.olapi.xml.TagHandler.endElement(Unknown Source)
    at org.xml.sax.helpers.ParserAdapter.endElement(Unknown Source)
    at oracle.xml.parser.v2.XMLContentHandler.endElement(XMLContentHandler.java:211)
    at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1326)
    at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:340)
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:307)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:212)
    at org.xml.sax.helpers.ParserAdapter.parse(Unknown Source)
    at oracle.olapi.xml.XMLProcessor.parse(Unknown Source)
    at oracle.olapi.metadata.MetadataFetcher.processXML(Unknown Source)
    at oracle.olapi.metadata.MetadataFetcher.fetchBaseMetadataObjects(Unknown Source)
    at oracle.olapi.metadata.BaseMetadataProvider.fetchMetadataObjects(Unknown Source)
    at oracle.olapi.metadata.MetadataListProperty.getObjects(Unknown Source)
    at oracle.olapi.metadata.BaseMetadataObjectState.getPropertyListValues(Unknown Source)
    at oracle.olapi.metadata.BaseMetadataObject.getPropertyListValues(Unknown Source)
    at oracle.olapi.metadata.mdm.MdmSchema.getCubes(Unknown Source)
    at oracle.olapi.metadata.deployment.AW.getCubes(Unknown Source)
    at oracle.olapi.metadata.deployment.AW.getPersistentLanguages(Unknown Source)
    at oracle.olap.awm.dataobject.aw.WorkspaceDO.getULanguages(Unknown Source)
    at oracle.olap.awm.dataobject.olapi.ULanguageDO.<init>(Unknown Source)
    at oracle.olap.awm.navigator.node.WorkspaceNode.getUnifiedChildren(Unknown Source)
    at oracle.olap.awm.navigator.node.WorkspaceNode.getChildren(Unknown Source)
    at oracle.olap.awm.navigator.node.BaseNodeModel.refreshData(Unknown Source)
    at oracle.olap.awm.navigator.node.BaseNodeModel.dTreeItemExpanding(Unknown Source)
    at oracle.bali.ewt.dTree.DTreeDeferredParent.__fireExpansionChanging(Unknown Source)
    at oracle.bali.ewt.dTree.DTreeDeferredParent.setExpanded(Unknown Source)
    at oracle.olap.awm.navigator.node.BaseNode.expandHelper(Unknown Source)
    at oracle.olap.awm.navigator.node.BaseNode.access$400(Unknown Source)
    at oracle.olap.awm.navigator.node.BaseNode$ExpansionThread.run(Unknown Source)
    This is on DB 11.1.0.7.0 with CPU 25 (9392335) using AWM 11.1.0.7.0B with all components VALID
    Oracle Enterprise Manager     11.1.0.7.0     VALID
    OWB     11.1.0.7.0     VALID
    Oracle Application Express     3.0.1.00.12     VALID
    Oracle Ultra Search     11.1.0.7.0     VALID
    OLAP Catalog     11.1.0.7.0     VALID
    Spatial     11.1.0.7.0     VALID
    Oracle Multimedia     11.1.0.7.0     VALID
    Oracle XML Database     11.1.0.7.0     VALID
    Oracle Text     11.1.0.7.0     VALID
    Oracle Expression Filter     11.1.0.7.0     VALID
    Oracle Rules Manager     11.1.0.7.0     VALID
    Oracle Workspace Manager     11.1.0.7.0     VALID
    Oracle Database Catalog Views     11.1.0.7.0     VALID
    Oracle Database Packages and Types     11.1.0.7.0     VALID
    JServer JAVA Virtual Machine     11.1.0.7.0     VALID
    Oracle XDK     11.1.0.7.0     VALID
    Oracle Database Java Packages     11.1.0.7.0     VALID
    OLAP Analytic Workspace     11.1.0.7.0     VALID
    Oracle OLAP API     11.1.0.7.0     VALID

  • EMOD - Parse error while using merge fields

    Hello Everyone,
    We are using EMOD for email campaigns. We have renamed "Contact" object to "Rep Contact". When I insert merge fields on Rep Contact object, I get parse error message...
    Parse error in file at line 40: Could not find matching '}' for reference to variable at line 39
    Has anyone else come across this? Are there any restrictions in EMOD for using merge fields?
    Thanks.

    Thanks VK. I checked the source code and it is still perplexing why this error is coming up. It works fine without merge fields. I am pasting the section of html code with merge fields...
    <tr>
    <td valign="top" width="25" bgcolor="#ffffff"> </td>
    <td valign="top" bgcolor="#ffffff"><font face="Arial, Helvetica, sans-serif" style="font-size: 12px">Hello</font> ${Rep Contact.First Name} 
    <p><font face="Arial, Helvetica, sans-serif" style="font-size: 12px">What if there&rsquo;s another flash crash? What if we enter a double dip? These are just a few fears weighing heavily on investors&rsquo; minds in today&rsquo;s environment of uncertainty. <sup>1</sup> </font></p>
    <font face="Arial, Helvetica, sans-serif" style="font-size: 12px">
    <p>View or download: <a>3 ways to address risk-averse clients&rsquo; needs</a>.</p>
    </font>
    </td>
    </tr>

  • XML Parsing Error when opening Dreamweaver CS4

    Hi guys, I downloaded a trial version of Dreamweaver CS4
    which was downloaded from the adobe website and once i try
    installing it it comes up with 'please delete current menus.xml
    file and then rename menus.bak file to menus.xml'. Once I tried
    that the new renamed xml file has the same problem as the old one.
    Now, When i opened up the file in Firefox it came up with an XML
    Parsing error. The exact error is as below:
    XML Parsing Error: prefix not bound to a namespace
    Location:
    file:///C:/Program%20Files/Adobe/Adobe%20Dreamweaver%20CS4/configuration/Menus/menus.xml
    Line Number 12, Column 5: <shortcut
    mmstring:name="menus/DWShortcuts_Main_Quit" key="Opt+F4"
    command="dw.quitApplication()" id="DWShortcuts_Main_Quit" />
    ----^
    I am running windows XP SP3. Can anyone offer an
    insight/possible solution? I've already tried the following methods
    which have been suggested by other forums:
    CS4 clean script on Adobe website
    Microsoft installer clean up
    uninstall and reinstall all CS4/adobe products
    deleting Cache.db
    deleting Macromedia folder
    deleting faulty line in menus.xml file
    Is there anything else I can do? Thanks guys!

    1) Close Dreamweaver
    2) Navigate to the Design.xml file and rename it.
    3) Launch Dreamweaver and it will recreate the Design.xml file
    The AppData folder is hidden by default on Windows, so you need to enable the option to view hidden files and folders in order to locate it, as follows:
    In Vista/Windows 7, select Start > Computer > Organize > Folder and Search Options > View. In Advanced settings, choose Show hidden files and folders. 
    In Windows XP, select Start > My Computer > Tools > Folder Options > View. In Advanced settings, choose Show hidden files and folders.
    Once you turn on this option, hidden folders are displayed as dimmed icons to remind you to treat them with care.

  • How to Resolve Parse Errors in Universe

    Dear All,
    Integration of Business objects with SAP BI Solutions have opened up a large visibility for the customers in viewing their organizational data in several forms. Thanks to the Integration kit for SAP Solutions.
    Coming to my problem.
    We have created a universe on top of BI Query which was having all the charecteristics and Keyfigures of the multiprovider. Though it is not the suggested best practice, our customer wants to go with this approach in order to keep the minimal universe count.
    In some of the situvations the changes made to the query is causing Parsing errors in the universe.
    Let me explain with an example.
    We have created a universe for Service Level Orders on top of a BI Query which has around 100 charecteristics and 100keyfigures. Later I have added 2 charecteristics and changed the description of one field. Sales order item(0ORD_ITEMS) to No.of Order items. After refreshing the universe I got the mentioned changes in the universe. But when I checked the integrity of that universe it has thrown 250 errors. saying Parse Failed.
    The same case I have faced when removing an object from query.
    Can anyone guide me on how to correct these parse errors. I mean How to trace the universe. A step by step process will be highly appreciated.
    We are using Windows, BOXI 3.1
    Below is the Error message I am getting while doing the Parsing.
    http://www.mediafire.com/?mktd0xx1ktz
    Thanks and Best Regards
    Jagadeesh Ambati
    Edited by: Jagadeesh Ambati on Jan 4, 2010 3:04 PM

    Dear Ingo,
    Thanks for your quick response. I tried creating a new universe, for the first time The parse was successful for all the fields, After adding a field to the query, the Parse has failed for many fields with the same error.
    You said the error is indicating issues on BW side, Can you please let me know, what are all the issues cause this error in BW side.
    More over the interesting part is, if I change the properties of the parse failed characteristic to "Delegate search", Parsing is showing as OK.
    This is the problem we have been facing for most of the universes; Due to our requirements we need to change the query frequently and the same should be reflected in universe. Due to this error, we are unable to go forward.
    If we create a new universe with the same name(Overwriting on the existing one), The reports which are existing on the universe are not working.
    Please suggest me how can we trace this problem
    Thanks and Best Regards
    Jagadeesh Ambati

  • WDDX Parse error in cfadmin Mail Spooler respool

    I recently discovered that emails were not being sent and were stacked up in the spooler.  In the CF Administrator interface, I verified that the mail server  connection was fine and it was. I went to "View Undelivered Mail" (under mail spool settings), reviewed the emails that were stuck and selected a random message to "respool".  Unfortunately, on every attempt to respool an email (one or many), I get the following error: "Error: WDDX packet parse error at line 1, column 1. Content is not allowed in prolog.."
    I have restarted the windows service twice, checked my email host...all to no avail. The error still occurs.
    I also unchecked the spooling option and emails (new ones only, not the spooled ones) are coming through just fine.
    I'm running CF9 full on Windows XP.
    How do I get the respool function working so I can send the stuck emails?  all suggestions welcome.

    /app/devtools/gcc-4.2.3-64/bin/g++ -L/home/john/sdc/lib/Linux_2.6.5-7.308.PTF.352368.0-smp.gcc-4.2.3-64 -L/home/john/oracle/lib -L/app/gcc-3.3.4/lib -L/app/gcc-3.2.3/lib -ldl -lpthread -lnsl -lrt -lstdc++ -lvs -lclntsh -L/home/cdev/pkgs/oas/Linux64/oaslinux64_2_4_05_03/lib -loas Linux_2.6.5-7.308.PTF.352368.0-smp.gcc-4.2.3-64-R/db.o Linux_2.6.5-7.308.PTF.352368.0-smp.gcc-4.2.3-64-R/owl.o Linux_2.6.5-7.308.PTF.352368.0-smp.gcc-4.2.3-64-R/queue.o Linux_2.6.5-7.308.PTF.352368.0-smp.gcc-4.2.3-64-R/log.o Linux_2.6.5-7.308.PTF.352368.0-smp.gcc-4.2.3-64-R/titan.o -o /home/amehta17/sdc/bin/Linux_2.6.5-7.308.PTF.352368.0-smp.gcc-4.2.3-64/titan
    /usr/bin/ld: warning: libnnz10.so, needed by /home/john/oracle/lib/libclntsh.so, not found (try using -rpath or -rpath-link)
    /home/amehta17/oracle/lib/libclntsh.so: undefined reference to `nzos_ServiceWriteQueue'
    /home/amehta17/oracle/lib/libclntsh.so: undefined reference to `nzosCipherSpecToStr'
    /home/amehta17/oracle/lib/libclntsh.so: undefined reference to `nzos_setCRLPath'
    /home/amehta17/oracle/lib/libclntsh.so: undefined reference to `nzteOpenPersona'
    /home/amehta17/oracle/lib/libclntsh.so: undefined reference to `nzdsi_initialize'
    All these symbols are not defined in libclntsh.so and also does not exist in libnnz10.so.
    I checked 32bit version of libnnz10.so has all above undefined symbols. This looks really weird to me why 64 bit version of libnnz10.so doesn't define these symbols.
    Let me know if you have any idea.

  • WHAT IS THE FIX TO THIS ERROR:  XML Parsing error: not well-formed (invalid token) (error code 4)

    Hello, looking to see if there's anyone out there who knows how to resolve this error from popping up when I open a previously saved adobe file with data populated inside (tax form). 
    The error states: 
    XML Parsing error: not well-formed (invalid token) (error code 4), line 16028, column 2 of file. 
    So when I go to open this file, THAT ERROR appears.  But then allows me to view the content inside the PDF (tax form) - however it will not allow further editing - this is an issue. 
    This began after working and populating certain files, then transferring to a hosting site.  Now when I open any PDF file from the hosting site, the error appears.  Could just be coincidental however throwing that out there in case it's useful.
    What causes this error & what is the fix?
    Cheers! 

    Unfortunately No.  This was a tax form downloaded from IRS.gov.  The PDF file has been populated and saved off.  I believe the file has somehow become corrupt.  Curious how to cleanse the file so it opens without issue (that error message).
    Thanks for your response

  • Parser Error Message: Could not load file or assembly 'DreamweaverCtrls

    Hi,
    After attempting to view my first asp.net page I was greeted
    with the following error:
    Parser Error
    Description: An error occurred during the parsing of a
    resource required to service this request. Please review the
    following specific parse error details and modify your source file
    appropriately.
    Parser Error Message: Could not load file or assembly
    'DreamweaverCtrls, Version=1.0.0.0, Culture=neutral,
    PublicKeyToken=836f606ede05d46a' or one of its dependencies. The
    system cannot find the file specified.
    Source Error:
    Line 1: <%@ Page Language="VB" ContentType="text/html"
    ResponseEncoding="iso-8859-1" %>
    Line 2: <%@ Register TagPrefix="MM"
    Namespace="DreamweaverCtrls"
    Assembly="DreamweaverCtrls,version=1.0.0.0,publicKeyToken=836f606ede05d46a,culture=neutra l"
    %>
    Line 3: <MM:Insert
    Line 4: runat="server"
    Source File: /s4/admin/wiki1/detail.aspx Line: 2
    Assembly Load Trace: The following information can be
    helpful to determine why the assembly 'DreamweaverCtrls,
    Version=1.0.0.0, Culture=neutral, PublicKeyToken=836f606ede05d46a'
    could not be loaded.
    I have deployed the files using dreamweaver and it says "no
    files to deploy". I have a bin folder with the correct .dll in it,
    in the correct root folder. So whats happening??
    Please help
    Cheers
    G

    Are you testing on the server or locally. If the latter is
    true make sure
    that a copy of the controls is in a bin folder at the
    C:\inetpub\wwwroot
    level.
    Paul Whitham
    Certified Dreamweaver MX2004 Professional
    Adobe Community Expert - Dreamweaver
    Valleybiz Internet Design
    www.valleybiz.net
    "graham6117" <[email protected]> wrote in
    message
    news:e2ngbc$sib$[email protected]..
    > Hi,
    >
    > After attempting to view my first asp.net page I was
    greeted with the
    > following error:
    >
    > Parser Error
    > Description: An error occurred during the parsing of a
    resource required
    > to
    > service this request. Please review the following
    specific parse error
    > details
    > and modify your source file appropriately.
    >
    > Parser Error Message: Could not load file or assembly
    'DreamweaverCtrls,
    > Version=1.0.0.0, Culture=neutral,
    PublicKeyToken=836f606ede05d46a' or one
    > of
    > its dependencies. The system cannot find the file
    specified.
    >
    > Source Error:
    >
    >
    > Line 1: <%@ Page Language="VB"
    ContentType="text/html"
    > ResponseEncoding="iso-8859-1" %>
    > Line 2: <%@ Register TagPrefix="MM"
    Namespace="DreamweaverCtrls"
    >
    Assembly="DreamweaverCtrls,version=1.0.0.0,publicKeyToken=836f606ede05d46a,cultu
    > re=neutral" %>
    > Line 3: <MM:Insert
    > Line 4: runat="server"
    >
    >
    > Source File: /s4/admin/wiki1/detail.aspx Line: 2
    >
    > Assembly Load Trace: The following information can be
    helpful to determine
    > why
    > the assembly 'DreamweaverCtrls, Version=1.0.0.0,
    Culture=neutral,
    > PublicKeyToken=836f606ede05d46a' could not be loaded.
    >
    >
    > I have deployed the files using dreamweaver and it says
    "no files to
    > deploy".
    > I have a bin folder with the correct .dll in it, in the
    correct root
    > folder. So
    > whats happening??
    >
    > Please help
    >
    > Cheers
    >
    > G
    >

  • Parser Error when trying to use enterprise search

    Anytime I use my enterprise search in sharepoint 2013 I get a parser error.  Any ideas of what I can do to fix this?
    Server Error in '/' Application.
    Parser Error
    Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. 
    Parser Error Message: The base type 'Microsoft.Office.Server.Search.Internal.UI.SearchResultsLayoutPage' is not allowed for this page. The type Microsoft.Office.Server.Search.Internal.UI.SearchResultsLayoutPage, Microsoft.Office.Server.Search,
    Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c could not be found or it is not registered as safe.
    Source Error: 
    Line 1: <%@ Page language="C#" Inherits="Microsoft.Office.Server.Search.Internal.UI.SearchResultsLayoutPage,Microsoft.Office.Server.Search,Version=15.0.0.0,Culture=neutral,PublicKeyToken=71e9bce111e9429c" %>
    Line 2: <%@ Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="Utilities" Namespace="Microsoft.SharePoint.Utilities" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="WebPartPages" Namespace="Microsoft.SharePoint.WebPartPages" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="OSRVWC" Namespace="Microsoft.Office.Server.WebControls" Assembly="Microsoft.Office.Server, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="OSRVUPWC" Namespace="Microsoft.Office.Server.WebControls" Assembly="Microsoft.Office.Server.UserProfiles, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="SPSWC" Namespace="Microsoft.SharePoint.Portal.WebControls" Assembly="Microsoft.SharePoint.Portal, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="SEARCHWC" Namespace="Microsoft.Office.Server.Search.WebControls" Assembly="Microsoft.Office.Server.Search, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="PublishingWebControls" Namespace="Microsoft.SharePoint.Publishing.WebControls" Assembly="Microsoft.SharePoint.Publishing, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
    Line 3:
    Source File: /sites/Search/_catalogs/masterpage/searchresults.aspx    Line: 1 
    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.34212

    Ok I had to go back and grab and old searchresults.aspx code and past it in it from my prod.  Once I did that it works fine.  I think a cu update might have changed it.  Also I just want to say thanks to everyone that replied.  The answer
    given helped me locate and answer.
    Here is what I had to put back in to fix it
     <%@ Page language="C#"   Inherits="Microsoft.SharePoint.Publishing.PublishingLayoutPage,Microsoft.SharePoint.Publishing,Version=15.0.0.0,Culture=neutral,PublicKeyToken=71e9bce111e9429c" meta:webpartpageexpansion="full"
    meta:progid="SharePoint.WebPartPage.Document" %>
    <%@ Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="Utilities"
    Namespace="Microsoft.SharePoint.Utilities" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="WebPartPages" Namespace="Microsoft.SharePoint.WebPartPages"
    Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="OSRVWC" Namespace="Microsoft.Office.Server.WebControls" Assembly="Microsoft.Office.Server,
    Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="OSRVUPWC" Namespace="Microsoft.Office.Server.WebControls" Assembly="Microsoft.Office.Server.UserProfiles, Version=15.0.0.0, Culture=neutral,
    PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="SPSWC" Namespace="Microsoft.SharePoint.Portal.WebControls" Assembly="Microsoft.SharePoint.Portal, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
    %> <%@ Register Tagprefix="SEARCHWC" Namespace="Microsoft.Office.Server.Search.WebControls" Assembly="Microsoft.Office.Server.Search, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register
    Tagprefix="PublishingWebControls" Namespace="Microsoft.SharePoint.Publishing.WebControls" Assembly="Microsoft.SharePoint.Publishing, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
    <asp:Content ContentPlaceHolderId="PlaceHolderAdditionalPageHead" runat="server">
    <SharePoint:StyleBlock runat="server"> 
            #s4-titlerow
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; { 
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; display: none 
    !important; 
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }
    #titlerow
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; { 
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; display: none 
    !important; 
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }
    <%
    WebPartManager webPartManager = SPWebPartManager.GetCurrentWebPartManager(this.Page);
    if (webPartManager != null && webPartManager.DisplayMode == SPWebPartManager.BrowseDisplayMode)
    %>#s4-ribbonrow
    display: none;
    <%
    %></SharePoint:StyleBlock>
    </asp:Content>
    <asp:Content ContentPlaceHolderId="PlaceHolderPageTitleInTitleArea" runat="server">
    </asp:Content>
    <asp:Content ContentPlaceHolderId="PlaceHolderSearchArea" runat="server"> 
    </asp:Content>
    <asp:Content ContentPlaceHolderId="PlaceHolderLeftNavBar" runat="server"> 
    <div id="searchIcon">
    <SharePoint:SPSimpleSiteLink CssClass="ms-siteicon-a" runat="server" id="onetidProjectPropertyTitleGraphic">
    <SharePoint:SiteLogoImage CssClass="ms-siteicon-img" name="onetidHeadbnnr0" id="onetidHeadbnnr2" LogoImageUrl="/_layouts/15/images/siteIcon.png" runat="server"/>
    </SharePoint:SPSimpleSiteLink>
    </div>
    <div class="ms-searchCenter-refinement">
    <WebPartPages:WebPartZone 
    runat="server" 
    AllowPersonalization="false" 
    FrameType="TitleBarOnly" 
    title="<%$Resources:Microsoft.Office.Server.Search,LayoutPageZone_NavigationZone%>" 
    id="NavigationZone" orientation="Vertical" 
    QuickAdd-GroupNames="Search" 
    QuickAdd-ShowListsAndLibraries="false"><ZoneTemplate>
    <spsswc:RefinementScriptWebPart runat="server" SelectedRefinementControlsJson="{&quot;refinerConfigurations&quot;:[{&quot;propertyName&quot;:&quot;FileType&quot;,&quot;displayName&quot;:null,&quot;displayTemplate&quot;:&quot;~sitecollection/_catalogs/masterpage/Display
    Templates/Filters/Filter_Default.js&quot;,&quot;maxNumberRefinementOptions&quot;:21,&quot;type&quot;:&quot;Text&quot;,&quot;refinerSpecStringOverride&quot;:null,&quot;useDefaultDateIntervals&quot;:false,&quot;isInherited&quot;:false,&quot;sortBy&quot;:0,&quot;sortOrder&quot;:0,&quot;intervals&quot;:null,&quot;aliases&quot;:null},{&quot;propertyName&quot;:&quot;contentclass&quot;,&quot;displayName&quot;:null,&quot;displayTemplate&quot;:&quot;~sitecollection/_catalogs/masterpage/Display
    Templates/Filters/Filter_Default.js&quot;,&quot;maxNumberRefinementOptions&quot;:10,&quot;type&quot;:&quot;Text&quot;,&quot;refinerSpecStringOverride&quot;:null,&quot;useDefaultDateIntervals&quot;:false,&quot;isInherited&quot;:false,&quot;sortBy&quot;:0,&quot;sortOrder&quot;:0,&quot;intervals&quot;:null,&quot;aliases&quot;:null},{&quot;propertyName&quot;:&quot;ContentTypeId&quot;,&quot;displayName&quot;:null,&quot;displayTemplate&quot;:&quot;~sitecollection/_catalogs/masterpage/Display
    Templates/Filters/Filter_Default.js&quot;,&quot;maxNumberRefinementOptions&quot;:15,&quot;type&quot;:&quot;Text&quot;,&quot;refinerSpecStringOverride&quot;:null,&quot;useDefaultDateIntervals&quot;:false,&quot;isInherited&quot;:false,&quot;sortBy&quot;:0,&quot;sortOrder&quot;:0,&quot;intervals&quot;:null,&quot;aliases&quot;:null},{&quot;propertyName&quot;:&quot;WebTemplate&quot;,&quot;displayName&quot;:null,&quot;displayTemplate&quot;:&quot;~sitecollection/_catalogs/masterpage/Display
    Templates/Filters/Filter_Default.js&quot;,&quot;maxNumberRefinementOptions&quot;:10,&quot;type&quot;:&quot;Text&quot;,&quot;refinerSpecStringOverride&quot;:null,&quot;useDefaultDateIntervals&quot;:false,&quot;isInherited&quot;:false,&quot;sortBy&quot;:0,&quot;sortOrder&quot;:0,&quot;intervals&quot;:null,&quot;aliases&quot;:null},{&quot;propertyName&quot;:&quot;DisplayAuthor&quot;,&quot;displayName&quot;:null,&quot;displayTemplate&quot;:&quot;~sitecollection/_catalogs/masterpage/Display
    Templates/Filters/Filter_Default.js&quot;,&quot;maxNumberRefinementOptions&quot;:9,&quot;type&quot;:&quot;Text&quot;,&quot;refinerSpecStringOverride&quot;:null,&quot;useDefaultDateIntervals&quot;:false,&quot;isInherited&quot;:false,&quot;sortBy&quot;:0,&quot;sortOrder&quot;:0,&quot;intervals&quot;:null,&quot;aliases&quot;:null},{&quot;propertyName&quot;:&quot;LastModifiedTime&quot;,&quot;displayName&quot;:null,&quot;displayTemplate&quot;:&quot;~sitecollection/_catalogs/masterpage/Display
    Templates/Filters/Filter_SliderBarGraph.js&quot;,&quot;maxNumberRefinementOptions&quot;:0,&quot;type&quot;:&quot;DateTime&quot;,&quot;refinerSpecStringOverride&quot;:null,&quot;useDefaultDateIntervals&quot;:true,&quot;isInherited&quot;:false,&quot;sortBy&quot;:0,&quot;sortOrder&quot;:0,&quot;intervals&quot;:null,&quot;aliases&quot;:null}]}"
    UseManagedNavigationRefiners="False" QueryGroupName="Default" StatesJson="{}" ServerIncludeScriptsJson="null" Title="Refinement" FrameType="None" SuppressWebPartChrome="False" Description="This
    webpart helps the users to refine search results" IsIncluded="True" ZoneID="NavigationZone" PartOrder="2" FrameState="Normal" AllowRemove="True" AllowZoneChange="True" AllowMinimize="True"
    AllowConnect="True" AllowEdit="True" AllowHide="True" IsVisible="True" DetailLink="" HelpLink="" HelpMode="Modeless" Dir="Default" PartImageSmall="" MissingAssembly="Cannot
    import this Web Part." PartImageLarge="" IsIncludedFilter="" ExportControlledProperties="True" ConnectionID="00000000-0000-0000-0000-000000000000" ID="g_5464e9c4_507f_4bc2_813e_f42102331b84" ChromeType="None"
    ExportMode="All" __MarkupType="vsattributemarkup" __WebPartId="{5464E9C4-507F-4BC2-813E-F42102331B84}" WebPart="true" Height="" Width=""></spsswc:RefinementScriptWebPart>
    </ZoneTemplate></WebPartPages:WebPartZone>&nbsp;
    </div>
    </asp:Content>
    <asp:Content ContentPlaceHolderId="PlaceHolderMain" runat="server">
    <div class="ms-searchCenter-result-main">
            <WebPartPages:WebPartZone 
                runat="server" 
                AllowPersonalization="false" 
                FrameType="TitleBarOnly" 
                title="<%$Resources:Microsoft.Office.Server.Search,LayoutPageZone_MainZone%>" 
                id="MainZone" orientation="Vertical" 
                QuickAdd-GroupNames="Search" 
                QuickAdd-ShowListsAndLibraries="false"><ZoneTemplate>
    <spsswc:SearchBoxScriptWebPart runat="server" QueryGroupNamesJson="[&quot;Default&quot;]" PageTitlePrefix="Search: {0}" StatesJson="{}" ServerIncludeScriptsJson="null"
    Title="Search Box" FrameType="None" SuppressWebPartChrome="False" Description="Displays a search box that allows users to search for information." IsIncluded="True" ZoneID="MainZone" PartOrder="2"
    FrameState="Normal" AllowRemove="True" AllowZoneChange="True" AllowMinimize="True" AllowConnect="True" AllowEdit="True" AllowHide="True" IsVisible="True" DetailLink=""
    HelpLink="" HelpMode="Modeless" Dir="Default" PartImageSmall="" MissingAssembly="Cannot import this Web Part." PartImageLarge="" IsIncludedFilter="" ExportControlledProperties="True"
    ConnectionID="00000000-0000-0000-0000-000000000000" ID="g_76472507_3901_42a8_8a5b_d642708334b4" ChromeType="None" ExportMode="All" __MarkupType="vsattributemarkup" __WebPartId="{76472507-3901-42A8-8A5B-D642708334B4}"
    WebPart="true" Height="" Width=""></spsswc:SearchBoxScriptWebPart>
    <spsswc:SearchNavigationWebPart runat="server" QueryGroupName="Default" Title="Search Navigation" FrameType="None" SuppressWebPartChrome="False" Description="This webpart helps the users to navigate
    among search verticals" IsIncluded="True" ZoneID="MainZone" PartOrder="4" FrameState="Normal" AllowRemove="True" AllowZoneChange="True" AllowMinimize="True" AllowConnect="True"
    AllowEdit="True" AllowHide="True" IsVisible="True" DetailLink="" HelpLink="" HelpMode="Modeless" Dir="Default" PartImageSmall="" MissingAssembly="Cannot import this Web Part."
    PartImageLarge="" IsIncludedFilter="" ExportControlledProperties="True" ConnectionID="00000000-0000-0000-0000-000000000000" ID="g_fe660662_931e_46d0_8931_e050d982e0ca" ChromeType="None" ExportMode="All"
    __MarkupType="vsattributemarkup" __WebPartId="{FE660662-931E-46D0-8931-E050D982E0CA}" WebPart="true" Height="" Width=""></spsswc:SearchNavigationWebPart>
    <spsswc:ResultScriptWebPart runat="server" DataProviderJSON="{&quot;QueryGroupName&quot;:&quot;Default&quot;,&quot;QueryPropertiesTemplateUrl&quot;:&quot;querygroup://webroot/_catalogs/masterpage/SearchResults.aspx?groupname=Default&quot;,&quot;IgnoreQueryPropertiesTemplateUrl&quot;:false,&quot;SourceID&quot;:null,&quot;SourceName&quot;:null,&quot;SourceLevel&quot;:null,&quot;CollapseSpecification&quot;:&quot;&quot;,&quot;QueryTemplate&quot;:&quot;{searchboxquery}&quot;,&quot;FallbackSort&quot;:null,&quot;FallbackSortJson&quot;:&quot;null&quot;,&quot;RankRules&quot;:null,&quot;RankRulesJson&quot;:&quot;null&quot;,&quot;AsynchronousResultRetrieval&quot;:false,&quot;SendContentBeforeQuery&quot;:true,&quot;BatchClientQuery&quot;:true,&quot;FallbackLanguage&quot;:-1,&quot;FallbackRankingModelID&quot;:&quot;&quot;,&quot;EnableStemming&quot;:true,&quot;EnablePhonetic&quot;:false,&quot;EnableNicknames&quot;:false,&quot;EnableInterleaving&quot;:true,&quot;EnableQueryRules&quot;:true,&quot;EnableOrderingHitHighlightedProperty&quot;:false,&quot;HitHighlightedMultivaluePropertyLimit&quot;:-1,&quot;IgnoreContextualScope&quot;:false,&quot;ScopeResultsToCurrentSite&quot;:false,&quot;TrimDuplicates&quot;:true,&quot;Properties&quot;:{},&quot;PropertiesJson&quot;:&quot;{}&quot;,&quot;ClientType&quot;:&quot;AllResultsQuery&quot;,&quot;UpdateAjaxNavigate&quot;:true,&quot;SummaryLength&quot;:180,&quot;DesiredSnippetLength&quot;:90,&quot;PersonalizedQuery&quot;:false,&quot;FallbackRefinementFilters&quot;:null,&quot;IgnoreStaleServerQuery&quot;:true,&quot;RenderTemplateId&quot;:&quot;&quot;,&quot;AlternateErrorMessage&quot;:null,&quot;Title&quot;:&quot;&quot;}"
    ItemBodyTemplateId="~sitecollection/_catalogs/masterpage/Display Templates/Search/Item_CommonItem_Body.js" SelectedPropertiesJson="null" HitHighlightedPropertiesJson="[&quot;Title&quot;,&quot;Path&quot;,&quot;Author&quot;,&quot;SectionNames&quot;,&quot;SiteDescription&quot;]"
    AvailableSortsJson="[{&quot;name&quot;:&quot;Relevance&quot;,&quot;sorts&quot;:[]},{&quot;name&quot;:&quot;Date(Newest)&quot;,&quot;sorts&quot;:[{&quot;p&quot;:&quot;Write&quot;,&quot;d&quot;:1}]},{&quot;name&quot;:&quot;Date(Oldest)&quot;,&quot;sorts&quot;:[{&quot;p&quot;:&quot;Write&quot;,&quot;d&quot;:0}]},{&quot;name&quot;:&quot;Lifetime
    Views&quot;,&quot;sorts&quot;:[{&quot;p&quot;:&quot;ViewsLifeTime&quot;,&quot;d&quot;:1}]},{&quot;name&quot;:&quot;Recent Views&quot;,&quot;sorts&quot;:[{&quot;p&quot;:&quot;ViewsRecent&quot;,&quot;d&quot;:1}]}]"
    ScrollToTopOnRedraw="True" PreloadedItemTemplateIdsJson="[&quot;~sitecollection/_catalogs/masterpage/Display Templates/Search/Group_Default.js&quot;,&quot;~sitecollection/_catalogs/masterpage/Display Templates/Search/Item_Default.js&quot;,&quot;~sitecollection/_catalogs/masterpage/Display
    Templates/Search/Item_Site.js&quot;,&quot;~sitecollection/_catalogs/masterpage/Display Templates/Search/Item_Word.js&quot;,&quot;~sitecollection/_catalogs/masterpage/Display Templates/Search/Item_PowerPoint.js&quot;,&quot;~sitecollection/_catalogs/masterpage/Display
    Templates/Search/Item_Person_CompactHorizontal.js&quot;,&quot;~sitecollection/_catalogs/masterpage/Display Templates/Search/Item_BestBet.js&quot;,&quot;~sitecollection/_catalogs/masterpage/Display Templates/Search/Item_WebPage.js&quot;]"
    ShowAlertMe="False" QueryGroupName="Default" StatesJson="{}" ServerIncludeScriptsJson="null" Title="Search Results" FrameType="None" SuppressWebPartChrome="False" Description="Displays
    the search results and the properties associated with them." IsIncluded="True" ZoneID="MainZone" PartOrder="6" FrameState="Normal" AllowRemove="True" AllowZoneChange="True" AllowMinimize="True"
    AllowConnect="True" AllowEdit="True" AllowHide="True" IsVisible="True" DetailLink="" HelpLink="" HelpMode="Modeless" Dir="Default" PartImageSmall="" MissingAssembly="Cannot
    import this Web Part." PartImageLarge="" IsIncludedFilter="" ExportControlledProperties="True" ConnectionID="00000000-0000-0000-0000-000000000000" ID="g_5847a751_bb89_4b6e_bf75_c0e3bae93666" ChromeType="None"
    ExportMode="All" __MarkupType="vsattributemarkup" __WebPartId="{5847A751-BB89-4B6E-BF75-C0E3BAE93666}" WebPart="true" Height="" Width=""></spsswc:ResultScriptWebPart>
    </ZoneTemplate></WebPartPages:WebPartZone>
        </div> 
    </asp:Content>

Maybe you are looking for

  • How do I get a Fontbook symbol to show up?

    Hi, I would like to insert the little snowman in a Pages document. I see in Fontbook it shows to use Apple Symbols. But Fontbook does not tell me what key combination to use to GET the snowman. I thought at one time Fontbook would show you the key co

  • Comparison oin java

    i have this code that write a class Compare3 that provides a static method largest. Method largest should take three Comparable parameters and return the largest of the three (so its return type will also be Comparable) public class Compare3 { public

  • Heat with mac book pro 15 need cooler

    i am searching for the right cooler for my mac book pro 15" can someone suggest it to me please

  • From clause

    The following doesn' work, in the sense that is expecting a FROM clause. I would like to show all the fields declared after the first SELECT, thus CH_DOC_ID (that could be drop_trigger or ch_doc_id) and title, status and tool. Here below my code: SEL

  • Resizing photos in slideshow scrapbook theme

    Hi - I'm working on a slideshow in iPhoto '11.  I imported my photos and set the theme as scrapbook.  I realize that it's a template and I have to mess with the order of the photos get the pictures the way I want them to appear.  That said, I can onl