Validation Errors after placing Fireworks html - ?

I search for an explanation and hope this  has not been beaten enough already BUTI ask for some help.
It was pointed out to me that a site I have been updating has 21 errors after looking at  The W3C Validation as I peruse the perhaps embarrisingly long list - I note that all but a few are due to errors in my placed fireworks html - used for menus etc.
Line 120,         Column 117:     ID "undefined_2" already defined…"" name="undefined_2" width="93" height="1" border="0" id="undefined_2" /></td>

An "id" is a unique identifier. Each time this attribute is used in a document       it must have a different value. If you are using this attribute as a hook for       style sheets it may be more appropriate to use classes (which group elements)       than id (which are used to identify exactly one element).
Almost all the errors revolve around undefined
<td><img src="_images/New navhead/spacer.gif" alt="" name="undefined_2" width="15" height="1" border="0" id="undefined_2" /></td>
I would like to correct the error but am at a loss as to how to resolve it - I don't recall seeing any suggestions when making the menu, or a place for input to define  (if I could)
the pages were defined as xhtml 1.0 transitional
Yes this may sound like a plea for help - And thank you for your patience and help
Greg

"Easier" doesn't always mean "better".  If you take a look at the code you've supplied, you'll see that this is being caused by the inclusion of spacer gifs - which also means a table based layout as well - again, not best practices. The source code on the sample site you've provided is quite bloated for just that top menu and a great deal of that code is just for spacer gifs to hold the table open.
If you're builidng sites professionally I'd recommend learning how to do  things in a best practices manner and generally that means using an unordered list along with CSS for styling the navigation. You'll waste more time trying to fix the FW menus than you will learning to do things in a best practices manner. Way less code and a much more accessible menu. It's not that hard; I can get students creating CSS menus in under 3 hours when they've never done it before. If you're looking for easy without digging into the code yourself, consider commercial options such as the huge variety of CSS-based menus found at projectseven.com. They're well made, accessible and plug into Dreamweaver.
If it's just a hobby, then don't worry about it. As long as it works, you're fine.

Similar Messages

  • FTP Validation error after updating to Muse 2014 - What am I missing?

    I've updated from Muse CC to Muse 2014 as part of creative cloud. However, I'm now getting a validation error when I try to upload the site via ftp. I've checked all the fields. Any ideas?
    This works with Muse CC:
    This doesn't work with Muse 2014:
    Thanks for any help!

    Hi Kieran,
    What happens when you enter, 'murphysicecream.ie' in the domain name?
    - Abhishek Maurya

  • Validation Error after updating a SelectOneMenu via Ajax (DWR)

    I have a <t:selectOneMenu> that is bound to a backing bean together with a <f:selectItems> that is bound to a SelectItems[] attribute in the same backing bean. See below:
    <t:selectOneMenu forceId="true"
    id="department"
    value="#{DeptBean.departmentId}">
    <f:selectItems value="#{DeptBean.departmentList}" />
    </t:selectOneMenu>
    When the user changes another field on my page, I use DWR to retrieve a new list of departments and update the <t:selectOneMenu> accordingly. That works just fine.
    The problem is that if I select a value from the updated department list and then submit the page I get a "Validation Error".
    I suspect that the JSF Component Tree still has the old list of values and does some validation which obviously fails.
    Has anyone dealt with this before? Any ideas would be appreciated!

    <t:selectOneMenu forceId="true"
    id="department"
    value="#{DeptBean.departmentId}">
    <f:selectItems value="#{DeptBean.departmentList}"
    />
    </t:selectOneMenu>What is the type of departmentId ? If it is not a String, then try making it a String and see if the issue is resolved. I am not sure if this will help you. But its worth a try.

  • Validation error after File upload

    HI,
    I am using a file upload functionality in OAF page.
    When i browse for the required excel file and click on browse, the data is popluated on the oaf page.
    I have 2 lov fields on page - say a & B.
    B is a dependent LOV on A.
    I have a validate button on my page which gets enabled only after file upload and validates if the data is correct or not.
    The issue is like if i am having value in upload file for A as 1 and for B as 1800, but my LOV B has 2 values 1800 & 1800-01 for LOV A = 1, it gives me an error at that LOV "Select a Valid Value". If i open the LOV B window and select 1800 from it the data is correctly validated without any error.
    Please help me that how can i rectify this error i.e. it should validate the data corrrectly if i pass the value 1800 to it thru excel sheet.

    See take an example of Employee name LOV .We know for every employee a unique emp Id is related to it.So if two person are having same name also then also their ID is different.In such cases , while creating LOV we create a FormValue for EmpID .Its not visible on Page but while validating the page formValues are also considered thereby it doesnot cause invalid value error...
    In Your case, what you can do is the way you are populating the LOV field you can populate this FormValue to remove the Error.
    Please Refer Jdev Guide for more info..
    Hope it helps!!!
    Thanks
    AJ

  • After writing an html report on a floppy disk and removing it, labview shows an error message window: disk not present

    after writing an html report on a floppy disk and removing it, labview shows an error message window: disk not present.
    My pc is based on asus motherboard. Labview 7 and Windows 2000 sp4 installed.
    The error message continue also if i stop the application that generated report on a: .
    I've got this problem only on a pc: on other machines i don't have this problem (Labview only continues to access floppy but it doesn't show any window).
    Find below an example: first press the button to create a report on a: then remove the floppy, after 30-35 sec i've got the error message
    Attachments:
    prova.vi ‏55 KB

    Hi,
    I tried your vi: I don't get any error message after removing the disk but LV7 keeps on accessing the drive at regular intervals even if you stop the vi and close it!!! This is not supposed to happen.
    The only way to stop it is exit LV7.
    If you don't use the file dialog and you wire a full path, you don't get any problem.
    I also created a very simple vi that conditionally writes a text file on a: and I got the same behaviour.
    This problem occurs only with LV7, I tried the same examples in LV6.1 and everything was fine.
    If anybody wants to try I attach this simple example,
    Alberto
    Attachments:
    salva_testo1.vi ‏22 KB

  • Page rendering process doesn't run after validation error

    I have a page rendering process (On Load - After Regions) that needs to be run for my page to be rendered properly; however, it doesn't run when the page is rendered after a validation error. In debug mode, I see the following line:
    "0.05: ......do not perform process because inline validation condition found."
    Is this a bug? Validations are meant to prevent execution of On Submit processes, but is there a reason to also not run rendering processes?
    I need to dynamically construct some javascript and insert it somewhere after a certain item on the page. Is there a workaround?
    Thanks.
    Rodney

    Rodney,
    Let me see if I understand your question:
    1. A page is rendered
    2. The page is submitted
    3. A validation fires and fails
    4. The page is re-rendered displaying the validation error message
    5. Your on-load after regions process did not fire
    You want to run a process in all cases; in the standard page load case (1) and in the re-load case (4).
    You can do this by creating a region of type PL/SQL. You can give the region a null template so that it will not display any values. The region can be the last one displayed on the page; so that it will be run last.
    You also asked if it is a bug that the on-load after regions process did not fire; as the debug message indicates this is proper. Here is an example that illustrates why you typically don't want to perform processes when rendering a page after it was posted causing a validation to fire.
    Lets take the following example:
    1. create a form on the emp table; assume a salary column called "SAL"
    2. create a validation that says the salary must be numeric
    3. edit a row of the EMP table
    4. change the employee job from clerk to manager; and enter a "X" in the salary item
    5. submit the page
    6. the validation will fire; page processing will stop; and the page will be re-displayed
    7. the process which fetches the rows will not fire; and the page will be re-displayed; the job item will display the change from "clerk" to "manager" and salary will still contain the invalid "X" value. If the process had fired it would have replaced the values in the form.
    My recommendation is that you use regions for any processing that is UI releated. I hope this helps.
    Mike

  • XML Forms Combobox entries are disappearing after validation error

    In my XMLForm I have a combobox which is filled with items from a property. After submitting the form (when saving) with a validation error (e.g. date invalid) the entires in the combobox disappear and the entry can be saved without an entry (can this be permitted?).
    Also, when opening the saved entry, the combobox is also empty. I think this is a (unpatched?) KM/XMLForms bug, but maybe there a patch or an other solution for this?
    Is it possible the fill the combobox with fixed entries (without using the property)

    ok, fixed it with the following :
    <ice:selectOneMenu id="chosenSystem" value="#{userRoles.selectedSystem}"
                       valueChangeListener="#{userRoles.systemValueChanged}"
                       immediate="true" partialSubmit="true" required="true"
                       requiredMessage="#{fv_msg.ursysmandatory}" >
        <f:selectItem itemLabel="Choisissez un truc" itemValue=""/>
        <f:selectItems value="#{userRoles.remoteSystemItems}"/>                    
    </ice:selectOneMenu>
    <ice:selectOneMenu id="chosenAbstraction" value="#{userRoles.userRole.abstraction}"
                       converter="remoteAbstractionConverter" >
        <f:selectItem itemLabel="Choisissez un truc" itemValue=""/>
        <f:selectItems binding="#{userRoles.remoteAbstractionsHtml}"/>
    </ice:selectOneMenu>The valuechangelistener simply updates the binded component in chosenabstraction.
    Any idea on how to do that with ajax?
    Edited by: hereps on Aug 21, 2010 2:16 AM

  • Updating InputText after a validation error

    Hi everyone,
    I am having problems updating InputText after a validation error.
    Im using jdeveloper 11.1.1.1.0
    Steps without error validation works correctly
    1.-I put 3 in the component "value" (second InputText)
    2 .- validation begins, and rightly
    3 .- I put the value 1 component "optional" (first imputtext)
    4 .- Click the button "move"
    5 .- The componte "value" modify its contents appearing 1
    Steps with error validation not working properly
    1.-I put 4 in the component "value" (second InputText)
    2 .- validation begins, and it is wrong. Errror message appears
    3 .- I put the value 1 component "optional" (first imputtext)
    4 .- Click the button "move"
    5 .- The componte "value" does not alter its contents.
    Why not change its value after validation error?
    I included an example with two and a button InputText
    <af:inputText label="Optional" id="it1" autoSubmit="true" />
    <af:commandButton text="commandButton 1" id="cb1" immediate="true" actionListener="#{inputExample.move}"/>
    <af:inputText label="Value" id="it2" immediate="true" autoSubmit="true" validator="#{inputExample.validatorExample}" value="#{inputExample.targetValue}"/>
    public void validatorExample(FacesContext facesContext, UIComponent uIComponent, Object object) {
    Number number = null;
    try {
    number = new Number(object);
    } catch (SQLException e) {
    if ((number.longValue() % 2) == 0) {
    FacesMessage message = new FacesMessage(FacesMessage.SEVERITY_ERROR, "ES PAR", "ES PAR");
    ((RichInputText)uIComponent).setValid(false);
    throw new ValidatorException(message);
    public void move(ActionEvent actionEvent) {
    FacesContext facesContext = FacesContext.getCurrentInstance();
    UIComponent x = facesContext.getViewRoot().findComponent("it1");
    RichInputText input1 = (RichInputText)x;
    String value = (String)input1.getValue();
    UIComponent x2 = facesContext.getViewRoot().findComponent("it2");
    RichInputText input2 = (RichInputText)x2;
    input2.setValue(value);
    RequestContext.getCurrentInstance().addPartialTarget(input2);
    }

    Yes but the action will be executed with invalid data.
    After validation fails the new (invalid) value is not set so when you get the value you get the previous (valid) one.
    If you want the validation just to warn the user but allow him to continue with executing actions with the new values then you should not use a validator.
    You could instead use a valueChangeListener were you can display a message to the user allowing the value to be set normaly.
    Gabriel.

  • After March Patch Tuesday: Unresolvable Windows 7 Validation errors

    I have had a stable Windows 7 Enterprise installation with the initial MAK Product key for a couple years. After the Microsoft Patch Tuesday monthly set for March was applied, the system started complaining with a popup window "You may be a victim of
    software counterfeiting".  It had a hyperlink entitled "Go online and resolve now" which resolved to
    http://www.microsoft.com/genuine/validate/?OSV=6.1.7601.2.00010100.1.0.004.09.1033&LS=3&LegitCheckError=00000052&GenuineInfo=00000000&Channel=0&ErrCode=00000000
    This presented a new Internet Explorer window "Validation Status: Action Required" with a hyperlink, 'Validate Now" which resolved to
    http://www.microsoft.com/genuine/downloads/GenerateHTA.aspx?displaylang=en&Error=52&OSV=6.1.7601.2.00010100.1.0.004.09.1033&GenuineInfo=00000000&ls=3&page=avsValidate
    It resulted in a popup window asking what I wanted to do with legitcheck.hta
    Embedded in its code, it loads some javascript at http://www.microsoft.com/genuine/static/js/CommonFunctions.js"
    I saved legitcheck.hta and then ran it, it loaded an Internet Explorer “DownloadValidationSupport” web page which offered two steps, Download then Continue.
    The Download link was for WindowsActivationUpdate.exe
    I did download WindowsActivationUpdate.exe and run it, but every single time (there were many), after running it, every time if I selected Continue, I always received the messsage:
    Please wait for the install to complete and then click Continue or view the Troubleshooting tips
    At any time (before, during, after) the above processes, if I went to Control Panel - System, at Windows Activation Windows Activation it always stated:
    Status: Not Available
    Product ID: Not Available
    Next I ran the Microsoft Genuine Diagnostics Tool. At the Windows tab it reported:
    Validation info:
    Validation COde: 0x8004FE21
    Product Key: N/A, hr=0x8007003
    Product Key Hash: N/A, hr=0x8007003
    Product ID: 55041-009-6438966-86672
    Windows Product ID: 55041-009-6438966-86672
    Windows OS version: 6.1.7601.2.00010100.1.0.004
    ID: {5CDF3EA5-3CCC-44B8-88F1-E7DCB7020595}{3}
    Administrator: Yes
    TestCab: 0x0
    LegitcheckControl ActiveX: Registered, 1.9.42.0
    Signed By: Microsoft
    Product Name: Windows 7 Enterprise
    Architecture & Build: 0x00000009 7601.winsp1_gdr.150202-1526
    TTS Error: N/A
    Validation Diagnostic:
    Resolution Status: N/A (greyed out)
    Licensing tab:
    On a computer running Microsoft Windows non-core edition,run
    'slui.exe 0x2a 0xC004F012' to display the error text.
    Error: 0xC004F012
    If I run 'slui.exe 0x2a 0xC004F012' I get the uniformative message popup "An error has occurred .. You can also contact Microsoft (a generic message) ... Details Code: 0xC004F012 Description: The Software Licensing Service reported that the call has
    failed because the value for the input key was not found.
    For "fun" I ran
    cscript slmgr.vbs –rilc
    but the licensing rebuild made no difference in the Windows 7 validation error
    I would like to get the system to actually run a validation check and if necessary require the MAK key. What is the process to eliminate this  bogus "software counterfeiting" state?

    Thank you for your time considering this. The problem seems resolved.
    I noticed that the path was missing for some Start menu items, the icons were not correct. The system environment variables TMP, TEMP, and windir had been deleted. The Windows Activation errors probably started shrotly after the system environment variable
    were deleted.
    After I restored the environment variables to their standard values, I ran WindowsActivationUpdate.exe, it went through the downloading update package, then installing update steps successfully.
    With the standard environment parameters reestablished the MGADiag Copy function worked. I noticed then that it included a lot more information than what is displayed in the one popup window, similar in length to some of the other postings here with output
    from MGADiag
    In the course of troubleshooting the Activation error before posting here, I had issued the slmgr /rearm command to see if its action in resetting the activation timers would allow me to re-enter the MAK.
    When WindowsActivationUpdate completed, then when I went to the Control Panel item for System. I was able to go through the validation process. Now the install is validated again.
    Since the March Patch Tuesday set consisted of 12 updates I can't point the finger at any one for being the root of this problem.

  • HT1725 42404 error after downloading itunes (20+ times!) can access the itunes store but can't do any downloads... itunes support has not offered any valid suggestions

    42404 error after downloading itunes (20+ times!) can access the itunes store but can't do any downloads... itunes support has not offered any valid suggestions

    This is EXACTLY what happened to me and many others. Tech support returned most of my money but not all of it. Figure that one out! It is clear no music is downloaded (or in queue), it is clear an unknown error message is produced, and it is clear we, the consumer, are still being charged anyway. Will Apple require a credit card from its customers and alienate those that do not wish to use a credit card? Will Apple insult its customers and make silly suggestions such as 'Use an iTunes gift card' in much the same way a forum moderator has already recommended?
    I have an idea: Acknowledge the problem publicly (via email, for example) and fix it in a future update. Customers will be more understanding if they know there is a temporary problem and Apple is working hard to fix it. Oh, and return our money, please!
    Windows XP Pro
      Windows XP Pro  

  • Apex reload jquery after validation error

    After a validation error has ocured my jquery does not laod.  What must i do in order to reload the whole page again after the validation error?

    jquery always loads fine. I'm not going into a big what-if-then-what discussion about what might or might not be causing this. You're simply not giving us any information about both your setup and what is happening.
    This validation on your text fields, what is it? I suspect it is not the standard apex validation. Are these plain standard text fields? When does the error occur? When you submit the page? Have you tried to debug? Did you take a look at the browser's developer tools console and see if there is any javascript error? Anything special you are not mentioning because you think it might not be relevant? Considered recreating your issue on apex.oracle.com?

  • Translated item labels swap to original language after validation error

    Hello,
    I've the weird behaviour in my application that translated item labels change to the original label name in case a validation error on that item occurs. I am displaying inline+notification errors. Only the labels of the "error-items" show the behaviour. What is this and how can I fix it.
    Many thanks in advance!
    Jacob

    Hi Arie,
    It might be I'm not using translated applications in the right way then. What I do is I always leave the language of the application: application primary language
    In order to switch from language I change the primary language from dutch to french or vice versa. In this way, the application language changes accordingly from dutch (original) to french (translated). f this is not the proper way, what do you suggest?
    In case a validation error occurs on an item with label "NAAM". The error is displayed inline with that item and in the notification area, and the item label is now "NOM"
    Apex version is 3.1.0
    Hope this makes things clearer.
    Jacob

  • How do you resolve Financial Management service validation error in EPM ?

    Does anyone know how to resolve Financial Management service validation error from EPM Diagnostic Report?
    Environment:
    Quad-Core AMD Processor 2.2 GHz (Server Machine)
    5 GB RAM
    Server 2003 Standard 32-Bit SP2 (also tried in Enterprise)
    Application Server:
    WebLogic Server 9.2 Custom Installation (with Add-Ins)
    http://www.oracle.com/technology/software/products/ias/htdocs/wls_main.html
    Database:
    Oracle 10gR2 (Standard Installation per step-by-step guide from Oracle)
    http://www.oracle.com/technology/software/products/database/index.html
    Hyperion EMP System 11.1.1.3:
    Installer
    Foundation Services (4 Files )
    EMP Architect
    Financial Management, Planning, Financial Reporting and Web Analysis (primarily interested in FM)
    http://www.oracle.com/technology/software/products/bi/performance-management/index.html
    The following are the sequences of steps carried out during the Installation and Configuration of EPM:
    1)     Installed the Server along with its respective SP2 – Shutdown the machine
    2)     Assigned IP and DNS addresses
    3)     Installed Window components by ticking Application Server Console, Enable COM+ access, IIS and DNS
    4)     Run “dcpromo” to create a Domain Controller with default values and assigned a domain name – Shutdown the machine
    5)     Installed Weblogic Server 9.2 and configure it using Configuration Wizard – Selected “test environment” and ticked default “listening port” – Shutdown the machine
    6)     Basic installation of Oracle Database 10gR2 using Step-by-Step guide provided by Oracle and carried out Password Management steps. After installation, I then created a user “oracle” and assigned it to ora_dba User Group with the required Local Security Policies – “log on as a batch job” and “Act as part of operating system”
    7)     Logged into database and acknowledge the licensing window – Shutdown the machine
    8)     Restarted the machine and checked all relevant and newly installed Database and WebLogic services are running.
    9)     Started Installing EPM components by double clicking “InstallTool.cmd” and selected all relevant components at ONCE as per Installation Guide – Result: - All selected EPM components were successfully installed without errors or exceptions
    10)     At the end of installation window, I carried out the configuration in the following scearios:
    Scenario 1: Configuration all at Default settings
    Scenario 2: Configuration all, except “Application Server” I selected the WebLogic9.2
    Scenario 3: Configuration all, except “Application Server” and “Workspace Web Server” were being Welogic9.2 and IIS HTTP
    RESULT: After all numerous installations, all came down to ONE ERROR from “Diagnostic Report” stating the following:
    Financial Management:
    FAILED SVR: HFM Service Validation Check if HFM service in working state.
    Error: Error message: <03/11/2010 05:32:26 PM> CreateApplicationCAS... Failed at line: 2
    Recommended Action: Make sure HAT utility is working. 1 s
    I then simply ignored this error and tried to deploy an Application, all worked fine until you get to the point at “Job Console” where you need to press “Refresh” button. Progress remained at 12% until it got timedout after 300 seconds and force attempt of refreshing resulting in “aborted” job with the following error:
    Error Reference Number: {DB3940F5-2D4A-46AB-A370-77F82F121BBA}
    Num: 0x8000ffff;Type: 0;DTime: 4/12/2010 4:39:58 PM;Svr: PBAR;File: CHsvDataSourceImpl.cpp;Line: 196;Ver: 11.1.1.3.0.2413;
    Num: 0x8000ffff;Type: 0;DTime: 4/12/2010 4:40:07 PM;Svr: PBAR;File: CHsxServer.cpp;Line: 1276;Ver: 11.1.1.3.0.2413;
    Num: 0x8000ffff;Type: 0;DTime: 4/12/2010 4:40:07 PM;Svr: PBAR;File: CHsxServer.cpp;Line: 1190;Ver: 11.1.1.3.0.2413;
    Num: 0x8000ffff;Type: 0;DTime: 4/12/2010 4:40:07 PM;Svr: PBAR;File: AgentHelper.cpp;Line: 728;Ver: 11.1.1.3.0.2413;
    Num: 0x8000ffff;Type: 1;DTime: 4/12/2010 4:40:08 PM;Svr: PBAR;File: CHfmAwbAgent.cpp;Line: 744;Ver: 11.1.1.3.0.2413;
    This is, I believe preventing me from deploying Consolidation Apps, including Sample Application provided with EPM Downloads. I have tried installing and configuring by components. All failed with the same outcome.
    I have been working on this effortlessly in different combinations to get at least one Financial Management Application get deployed so I could enhance my learning adventure. As it stands, I am not sure where to get help and completely lost in the World of Oracle. I am also come to wonder whether “Free Downloads of EPM” are indeed, is “complete and is in working-state” or do I need a licence to use for personal learning experience? Are there different downloads for different needs or/users For example, eDelivery downloads are different from OTN Agreement downloads?
    I have downloaded the files from following URL:
    http://www.oracle.com/technology/software/products/bi/performance-management/index.html
    I am completely lost and all services are up and running and not sure what I am missing!! Any assistance will be greatly appreciated.
    Many Thanks
    BT
    Edited by: user8973921 on 13-Apr-2010 05:08
    Edited by: user8973921 on 13-Apr-2010 10:56
    Edited by: user8973921 on 14-Apr-2010 02:30

    I am having exactly the same problem using Windows 2003 Standard editions SP2. Is there anyone who knows a possible solution for this? The effect on HFM is that is not possible to create an application, since I always get an error that says "Server execution failed"
    Error Reference Number: {E68F87E6-588E-4665-862C-AAB02CB299DA}
    Num: 0x80080005;Type: 0;DTime: 12/3/2009 5:21:47 PM;Svr: KINGTUT;File: CHsxServerImpl.cpp;Line: 3522;Ver: 11.1.1.3.0.2413;
    Num: 0x80080005;Type: 0;DTime: 12/3/2009 5:21:47 PM;Svr: KINGTUT;File: CHsxServer.cpp;Line: 1115;Ver: 11.1.1.3.0.2413;
    Num: 0x80080005;Type: 0;DTime: 12/3/2009 5:21:47 PM;Svr: KINGTUT;File: CHsxServer.cpp;Line: 857;Ver: 11.1.1.3.0.2413;
    Num: 0x80080005;Type: 0;DTime: 12/3/2009 5:21:47 PM;Svr: KINGTUT;File: CHsxClient.cpp;Line: 2106;Ver: 11.1.1.3.0.2413;

  • Validation error for tag cfloop

    Hi All,
    Complete newbie to CF here.  I've inherited (or bought) an online business which has its site written in CF.  I haven't done this sort of stuff before but do work SQL for a living and object oriented stuff plus have done a bit of html and php so CF isn't mind blowing to me (in its simple form).
    I've downloaded my site on to my computer to run a local copy that I can hack to pieces if needs be.  For some reason, I have a few problems with the site running locally.  The first error I'm getting is a Attribute validation error for tag cfloop.
    Basically, index.cfm has this bit of code in it:
    <cfinvoke component="#datasets#" method="storedProcedure" returnvariable="getFeaturedWineries_qry">
        <cfinvokeargument name="storedProcedure" value="usp_GetFeaturedWineries">
    </cfinvoke>
    Ok, easy enough.  Anyway, there's a call down the page to:
    <cfinclude template = "#REQUEST.CFMPath#includes/displayFeaturedWineries.cfm">
    Within displayFeaturedWineries.cfm is the code that calls the stored proc invoked above:
    <cfloop query="getFeaturedWineries_qry" startrow="1" endrow="2">
    Bam, that's where the error occurs.  "The value of the attribute query, which is currently getFeaturedWineries_qry, is invalid.
    What???  The stored proc exists and it only returns two records (which begs me to wonder why you would have startrow and endrow but anyway, it doesn't work with or without it).
    The other interesting thing is that this works on production, NO PROBLEM!!!  WTF?  How can it work on production but not locally.
    The only thing I'm starting to think is:
    a)  I've missed a setting somewhere in CF or
    b)  I'm running Apache as compared to IIS or
    c)  I'm running SQL 2008 and CF 9 which will no doubt be different to the production host server.
    Should B or C be causing THAT type of problem??
    Thanks,
    Matt

    I'm not sure what code apart from the above is going to show you what you could possibly need to solve this, but here goes.  The following is only snippets of the code, but they are the relavant snippets.  Other stored procs work.  The cfdump for getFeaturedWineries_qry shows 'usp_getFeaturedWineries'.  I know its there because I've been unable to run "EXEC usp_getFeaturedWineries" after copying it straight out of the code.  As previously stated, there are other stored procs which are running fine.
    datasets.cfc
        <cffunction name="storedProcedure">
            <cfargument name="storedProcedure" required="Yes" type="string">
            <cfstoredproc procedure = "#ARGUMENTS.storedProcedure#"
                          datasource = "#REQUEST.DSN_NAME#"
                          username   = "#REQUEST.DSN_USER#"
                          password   = "#REQUEST.DSN_PASS#"
                          returncode = "Yes">
                <cfprocresult name="storedProcedure" resultset="1">
            </cfstoredproc>
            <cfreturn storedProcedure>
        </cffunction>
    application.cfm
        <!--- DATA SOURCE VARIABLES --->
        <cfset DSN_NAME = "boutiqueWineriesTest">
        <cfset DSN_USER = "coldfusion">
        <cfset DSN_PASS = "coldfusion">
    index.cfm
    <cfobject component="#COMP_REF#.datasets" name="datasets">
    <cfinvoke component="#datasets#" method="storedProcedure" returnvariable="getFeaturedWineries_qry">
        <cfinvokeargument name="storedProcedure" value="usp_getFeaturedWineries">
    </cfinvoke>
    <cfinclude template = "#REQUEST.CFMPath#includes/displayFeaturedWineries.cfm">
    displayFeaturedWineries.cfm
             <cfloop query="getFeaturedWineries_qry" startrow="1" endrow="2">
    Attribute validation error for tag cfloop.
    The value of the attribute query, which is currently  getFeaturedWineries_qry, is invalid.                                                                                  The error occurred in C:\apps\iishome\includes\displayFeaturedWineries.cfm:  line 33
    Called from C:\apps\iishome\index.cfm: line 399
    Called from C:\apps\iishome\index.cfm: line 79
    Called from C:\apps\iishome\index.cfm: line 1
    31 :      <tr>
    32 :           <td width="626" colspan="3" class="productCenter_bg2">
    33 :          <cfloop query="getFeaturedWineries_qry" startrow="1" endrow="2">
    34 :              <div class="productCennews">
    35 :                  <table border="0" cellspacing="0" cellpadding="0">

  • Not a valid SOAP Content-Type: text/html; charset=iso-8859-1

    Friends
    JDEV and SOA suite 10134
    I have multiple domains on my BPEL Server. In one of the domain since I deployed the new process, all the processes of that domain are now failing on execution with following error in opmn/soa_instance/*.err log files. No errors in domain.log
    +"Caused by: java.security.PrivilegedActionException: oracle.j2ee.ws.saaj.ContentTypeException: Not a valid SOAP Content-Type: text/html; cha+
    +rset=iso-8859-1"+
    At the same time we get Internal Server Error on BPEL Console.
    I have sync processes with 1 or two invokes, so I am generally losing the instances, cannot provide the details in the process execution. All BPEL processes are invoking Siebel Web Services, that is the common part.
    When I restart my system, it may or may not work; even if it works then within few instances execution again starts giving the same error. I can see that after the errors the instance are going through and getting completed successfully few times. All these processes were working successfully earlier.
    Any idea about this !!!!
    Thanks

    Thanks Anirudh,
    I don't use compensation handlers. Moreover I have properly defined the scopes and sequences throughout the bpel process. My processes are sync in nature and I'm not able say at what step exactly the processes are failing and throwing the SOAP content Type error though the instances are getting completed with delay soemtimes.

Maybe you are looking for

  • Variance not splitting Qty & Price

    HI experts Need to identify what is going wrong here, i have configured PA Transfer structure for variance settlement as below. PRIV     Input Price Variance     VV011 QTYV     Input Quantity Variance     VV012 RSUV     Resource-Usage Variance     VV

  • ** 6i Download problems - Product Management speaks **

    Firstly on behalf of the 6i Product Management team let me appologise for the problems you have been experiencing with Technet and specifically with downloading 6i. I watch this forum and answer questions time permitting whenever I can, this forum (a

  • WebDynpros Navigation for ABAP development

    I need to call a Webdynpro from another Webdynpro and remain in the same window. I am developing everything only with ABAP, because there is no Netweaver software available at my working place. There are some threads about this topic but any of them

  • My cloudscape is wrong?

    system:win2000 jre:1.4 j2sdkee 1.3.1 when i build a new database or open an exist database ,i receive: Database access resulted in SQL exception: No SQLState, Error code 0, Message: Connection refused to host: localhost; nested exception is:      jav

  • Creation of iview, through code, in Bulk

    Hi,. I have a requirement where in we need to create a lot of iViews, and creation of iView manually is a tedious and repetitive process. Is there any means through which we can automate the creation? Please assist.