AutoSuggest Error in IE

Hi,
I am cracking my head on this one, and can´t figure it
out why IE is giving me a "getData().Length is null..." error on my
AutoSuggest script.
The pages works as it should on Firefox and Safari, but when
loaded in IE the script don´t work.
I´ve searched but didn´t find any hint to what may
be happening.
The page can be seen in this address:
www.gamertags.com.br/blog/games
Type any letter in the text box and you should get a list of
games displayed in the page.
Thanks

quote:
Originally posted by:
Fabio.Figueiredo
I´m pretty sure the culprit is my XML file, which is
acting weird.
When viewed from the browser it appears ok, with UTF-8
characters rendered correctly, but hit refresh a couple of times
and the UTF-8 characters beging apearing as a ? sign, which IE
cannot render and thus trow the error.
Anyone knows why a XML file would act like that? I mean, one
time it renders correcty and another it won´t.
The file can been seem here:
http://www.gamertags.com.br/feeds/jogos.php
It is hard to tell without seeing the code, and it should not
be random, but are you using echo to output the head of the xml
file?
If you put <?xml version="1.0" encoding="UTF-8"?>
it may get read as PHP code and cause problems. If that is
what you are doing, try
<?php echo "<?xml version=\"1.0\"
encoding=\"UTF-8\"?>\n"; ?>
Or something similar...

Similar Messages

  • Javascript error in autosuggest

    I have a ValueList from a query that I use as the string for an autosuggest form field.  Usually it works just fine but sometimes I get the annoying javascript error in the lower left corner of my browser that says error: ";" expected on line xyz
    I run the list through the #JSStingFormat()# and still get this error.
    Any clues?

    A repro case  ("reproduction case"... code that can be used to demonstrate the problem) is a piece of code that you provide which I can copy and paste into a file, and execute it, and see what you're seeing.  "Stand-alone" meaning the code is complete and does not require any other code, or specific DB connections, or other external considerations to run.
    It's important to post code like this because it makes it a lot easier for people to see what you're doing, and also replicate the issue.  Also, it gives them something to start with to possibly tweak to understand/fix the problem.  Also, if it's a bug, Adobe prefers having a repro case to help them isolate the issue and fix it properly.
    A repro case is a lot easier to understand, and is far less ambiguous, than someone describing an issue.
    Cheers.
    Adam

  • Support package update error

    Dear all,
    I am currently update my system.
    The current version is ECC6 EHP7 based on NW7.4
    SAP_BASIS 740 0002
    SAP_ABA 740 0002
    I would like to upgrade to SPS level 5
    We use DB2 LUW 10.5
    In the update phase, we encountered an error message:
    SQL-error "-203-SQL0203N  A reference to column "TABNAME" is ambiguou
    2EETP345 s.  SQLSTATE=42702" in DDL statement for "V_DSH_TF_DETAIL
    As I can see  in the log file, error messages are as below
    ===========================
    3 ETP399 "SHPOSITION", DD30L."AUTOSUGGEST" AS "AUTOSUGGEST" FROM "DD31S"
    3 ETP399 INNER JOIN "DD30L" ON "SHLPNAME" = "SUBSHLP" WHERE "AS4LOCAL" =
    3 ETP399 'A' AND "AS4LOCAL" = 'A' AND "HIDEFLAG" = ' ' AND "AUTOSUGGEST" = 'X'
    3 ETP399 
    2WETP000 06:42:38: Retcode 1: error in DDL statement for "V_DSH_ASSIGNED                " - repeat
    2EETP345 06:42:50: Retcode 1: SQL-error "-203-SQL0203N  A reference to column "SHLPNAME" is ambiguo
    2EETP345 us.  SQLSTATE=42702" in DDL statement for "V_DSH_ASSIGNED                "
    2 ETP399  --------------- DB-ROLLBACK() ---------------
    2EETP334 06:42:50: error in DDL, nametab for "V_DSH_ASSIGNED" not activated
    3 ETP379X06:42:50: activating Nametab "V_DSH_TF_DETAIL":
    3 ETP355Xstatements:
    3 ETP399 CREATE VIEW "V_DSH_TF_DETAIL" AS SELECT DD02L."TABNAME" AS
    3 ETP399 "TABNAME", DD03L."FIELDNAME" AS "FIELDNAME", DD02L."TABCLASS" AS
    3 ETP399 "TABCLASS", DD03L."SHLPORIGIN" AS "SHLPORIGIN" FROM "DD02L" INNER
    3 ETP399 JOIN "DD03L" ON "TABNAME" = "TABNAME" WHERE "AS4LOCAL" = 'A' AND
    3 ETP399 "AS4LOCAL" = 'A'
    3 ETP399 
    2WETP000 06:42:50: Retcode 1: error in DDL statement for "V_DSH_TF_DETAIL               " - repeat
    2EETP345 06:43:02: Retcode 1: SQL-error "-203-SQL0203N  A reference to column "TABNAME" is ambiguou
    2EETP345 s.  SQLSTATE=42702" in DDL statement for "V_DSH_TF_DETAIL               "
    2 ETP399  --------------- DB-ROLLBACK() ---------------
    2EETP334 06:43:02: error in DDL, nametab for "V_DSH_TF_DETAIL" not activated
    2 ETP301 ----------------------------------------------------------------------
    3 ETP361 "0" Shadow-Nametabs activated, DDL executed
    2 ETP362 "2" Shadow-Nametab activations failed
    2 ETP360 Begin: Act. of Shadow-Nametabs with DDL ("2014/03/19 06:42:38")
    2 ETP363 End  : Act. of Shadow-Nametabs with DDL ("2014/03/19 06:43:02")
    2 ETP301 ----------------------------------------------------------------------
    2 ETP301 ----------------------------------------------------------------------
    2 ETP364 Begin: Act. of Shadow-Nametabs ("2014/03/19 06:43:02")
    2 ETP301 ----------------------------------------------------------------------
    2 ETP301 ----------------------------------------------------------------------
    2 ETP338XTouch Load of nametabs
    ===========================
    I have checked another system which is also ehp7 based on NW740 0005, the view "V_DSH_TF_DETAIL" totally doesn't exist, but that is oracle database, here in my case is DB2 database, I have searched for SAP OSS but seems no sap notes for it.
    Do you have any idea how to solve this problem? Big thanks!
    Best regards,
    Fresh man

    Hi Ashutosh,
    Many thanks for your reply, yes this definitely solve my problem.
    But I feel quite confused what's the real reason.
    Several weeks ago, I update a system (EHP7+Oracle) from 74002 to 74005, with SUM, no such problem, however this time, its EHP7+DB2 10.5, from 74002 to 74004, with SPAM, met this kind of problem...
    The support packages are totally the same...
    is it because I should upgrade from 02 to 05 directly? 04 has problem?
    or I should update with SUM instead of SPAM?
    or it is because of DB2??
    or I should involve other packages like something like ST into the update queue?
    Best regards,
    Fresh

  • Coldfusion 8: Onblur doesn't fire on autosuggest cfinput

    Hello,
    I have a problem using the autosuggest cfinput. Here is the
    sample of my code.
    <cfinput name="item_number" maxlength="20" type="text"
    maxResultsDisplayed="20"
    autosuggest="cfc:Inventory.model.lookupRoom.lookup({cfautosuggestvalue})"
    value=#getInventory.Item_Number# showAutosuggestLoadingIcon="no"
    onBlur="javascript:loadData();" >
    function loadData(){
    document.frmInventoryData.isLoadData.value = '1';
    target='_self';
    document.frmInventoryData.submit();
    The event Onblur does not fire after the autosuggest has been
    selected. When the form is submitted, “item_number” has
    the value that the user entered, but not the value that the user
    selected from the autosuggest. I have tried all the available
    events of cfinput like onChange, onMouseOut.., but it still
    doesn’t work. Please help. Thanks for your time.
    Vi

    I am not sure whether SELinux is officially supported with ColdFusion or not. In permissive mode you shouldn't have these problems.
    If it is enabled the following is required:
    setsebool -P httpd_can_network_connect 1
    This is necessary for mod_jk to talk to ColdFusion.  It fixed the error you describe in my case. You might make sure that ColdFusion is running of course. Be patient - setsebool takes about a minute to run,
    Also:
    /opt/coldfusion10/config/wsconfig/1/mod_jk.so must be httpd_modules_t
    mod_jk.log must be httpd_log_t.   /var/log/httpd is a good place for it.
    Use chcon -t to make these changes
    Plus other contexts set as standard for Apache (httpd_sys_content_t, etc). I hope this helps.

  • Issue with autosuggest on a numeric field

    I have a form with a CFINPUT that has autosuggest to a cfc.
    The cfc runs a query against a varchar field that has only numeric
    values. When the match is made and the lis is returned I get an
    error (Bind failed for autosuggest CUSTOMER, bind value is not a 1D
    array of strings). This only happens with fields that are all
    numeric, if the field has any letters or symbols I do not have this
    issue.
    The data returned is coming back as numeric in scientific
    notation (CFC invocation response: [5.159000038E9]) The data is
    matching on the phone number and that is what is being returned.
    It there a way to correct this issue? Code sample is below.
    <cfinput type="text" name="CUSTOMER" size="10"
    maxlength="10" value="#CUSTOMER#"
    autosuggest="cfc:customerInfo.getCustomerSuggest({DSN},
    {cfautosuggestvalue})">
    here is the function from the CFC:
    <cffunction name="getCustomerSuggest" access="remote"
    returntype="array" output="false">
    <cfargument name="argDB" type="string" required="yes">
    <cfargument name="argCUSTOMER" type="string"
    required="yes">
    <cfset var myarray = ArrayNew(1)>
    <cfquery name="cstInfo" datasource="#argDB#"
    maxrows="25">
    SELECT customer
    FROM custFile
    WHERE customer LIKE <cfqueryparam value="#argCUSTOMER#%"
    cfsqltype="CF_SQL_VARCHAR">
    </cfquery>
    <cfloop query="cstInfo">
    <cfset arrayAppend(myarray, '#customer# ')>
    </cfloop>
    <cfreturn myarray>
    </cffunction>

    I don't understand the actual results desired. But I would
    make my cffunction returntype a string and get rid of the cfloop
    that creates your array. One of my autosuggest cfcs is;
    <cffunction name="getJobsearch" access="remote"
    returnType="string" output="false">
    <cfargument name="term" type="string"
    required="false">
    <cfset var Jqry = "">
    <cfquery name="Jqry" datasource="taxsearchdb">
    SELECT J.CompanyName + ' ' + J.CompanyCity + ' ' + C.State +
    ' ^' + cast(J.JobOrderNumber as varchar) as Jname
    FROM jorder J, Companies C
    WHERE J.CompanyNumber = C.CompanyRecordNumber and
    J.CompanyName LIKE <cfqueryparam cfsqltype="cf_sql_var"
    value="#trim(arguments.term)#%">
    </cfquery>
    <cfreturn ValueList(Jqry.Jname)>
    </cffunction>

  • Coldfusion 11 error with cflayout

    0 down vote  favorite  
    I have some applications developed on older CF versions (9&10) and in anticipation of a hosting system migrating to CF11 and started doing some
    testing with a CF development platform on Windows 8 with Apache 2.4. I have found that in CF11 pages using cflayout and cflayoutarea does not work
    correctly when collapsed with javascript:ColdFusion.Layout.collapseArea.  Firebug does flag an error in the CF javascript. Wondering if anyone else
    has seen a problem like this and if there is a circumvention I could use to get this working.
    A very simple example (complements of the Chapter 2 cflayout example demonstrated in Dan Short's video on Ajax & Coldfusion) fails as well on
    CF11 but works in CF9 & CF10. 
    main.cfm
    <!doctype html> <html> <head> <meta charset="utf-8"> </head> <body> <cflayout name="borderLayout" type="border" fittowindow="true"> <cflayoutarea name="header" position="top" size="75">This is the header<br /> <a href="javascript:ColdFusion.Layout.collapseArea('borderLayout', 'left');">Collapse Left Column</a><br> </cflayoutarea> <cflayoutarea name="centerColumn" position="center" source="content.cfm?pageName=Header 1" /> <cflayoutarea name="rightColumn" position="right" style="width: 100px;">This is the right column</cflayoutarea> <cflayoutarea name="leftColumn" position="left" title="Left Column" style="width: 250px;" collapsible="true" splitter="true" minsize="200"> This is the left column<br /> <a href="javascript:ColdFusion.navigate('content.cfm?pagename=Header 2', 'centerColumn');">Load Header 2</a> </cflayoutarea> <cflayoutarea name="footer" position="bottom">This is a footer &copy; 2010</cflayoutarea> </cflayout> </body> </html>
    content.cfm
    <cfsilent> <cfparam name="URL.pageName" default="Default header" /> </cfsilent> <!doctype html> <html> <head> <meta charset="utf-8"> </head> <body> <cfoutput><h2>#URL.pageName#</h2></cfoutput> <p>This is the text content from content.cfm</p> </body> </html>  

    use <CFAJAXIMPORT tag and make sure you have the CFIDE folder as a virtual directory in your IIS local or server machine. if the "cfajaximport" tag alone didn't work, try using it in little more details to the path of CFIDE folder and specify cflayout within the cfajaximport tag as follows:
    <CFAJAXIMPORT
        CSSSRC = "CFIDE/scripts/ajax/"
        SCRIPTSRC = "/CFIDE/scripts"
        TAGS = "cfdiv,cfform,cfgrid,cfinput-autosuggest,cfinput-datefield,cflayout-border,cflayout-tab,cfmenu,cftextarea,cftooltip,cftree,cfwindow">
    Normally, you shouldn't need all these specifications in the cfajaximport but in case you may try it in more detail as shown above.

  • Error Message "The Remote device or resourse wont accept connection, not set up to accept connection from port https"

    I get this error message when trying to open and log into an online casino "The Remote device or resource wont accept connection, not set up to accept connection from port https".
    I am on a desktop computer my connection to the net is with a USB Virgin Mobile hotspot device.
    I also have issues with some downloads not installing right for instance SKYPE wont work. If the problems are related I don't know
    Thanks

    Starting in Firefox 14, Firefox will guess an address and place it in the address bar (AutoFill feature). If you have ever connected to the site using a secure (HTTPS) connection, then Firefox will try to connect security to the address suggested by the AutoFill feature. To work around this you can:
    * Edit the address to force Firefox to interpret your entry literally. For example, if there is a trailing / you can remove it.
    * Turn off the URL bar AutoFill feature and just use the AutoSuggest drop-down.
    * Clear Firefox's memory of the site so it doesn't default to a secure connection (however, this also removes any bookmarks you have to pages on the site).
    To disable the in-address-bar autofill without losing the suggestions that appear below the bar:
    (1) In a new tab, type or paste '''about:config''' in the address bar and press Enter. Click the button promising to be careful.
    (2) In the filter box, type or paste '''autofill''' and pause while the list is filtered
    (3) Double-click '''browser.urlbar.autoFill''' to toggle it from true to false. You're done with about:config and you can close this tab.
    "Forget about this site" will clear cache, history, bookmarks, and permissions for the site, and probably any saved certificate. There are two ways to get to this:
    * History > Show All History, right-click an entry for the site > "Forget about this site"
    * Type or paste about:permissions in the address bar and press Enter, then select the site from the list on the left side, and click the "Forget about this site" button on the right side
    Depending on the size of your history and cache, this may lock Firefox up for a minute or two while everything is cleansed.

  • Adf AutoSuggest Popup not working properly with af:InputText

    Hi,
    I have a scenario where I have a inputText box with autoSuggest . Now I need to validate the inputText for having minimum of three characters . I added the af:ValidateLength .The moment I added af:ValidateLength or any customValidator ,the af:autosuggest popup starts behaving weirdly.
    For eg:
    I enter say two characters in my InputText -> AutoSuggest triggers shows me the suggestList,(press tab) the ValidateLength Validator throws a error msg pop stating "Error:There are too few characters ,enter 3 or more characters".
    Now go back to InputText and start entering text ->AutoSuggest triggers shows me the suggestList -> Select a particular value from the suggestlist ,the value gets populated in the InputText but the AutoSuggest popup does not close.The Popup remains there and does not disapper once you select the value.This happens only when I have af:ValidiateLength or any customValidator added to the InputText.
    IF I dont add any Validator for the InputText ,the autoSuggest popup closes up fine after selecting a value from the suggestList.
    Here is the code I have:
    <af:inputText label="#{atkreportingpanepublicuiBundle1['OLabel.Search.QuickSearch']}" id="it1" simple="true"
    value="#{pageFlowScope.treeModel.searchCriteria}"
    autoSubmit="true">
    <af:autoSuggestBehavior suggestedItems="#{pageFlowScope.treeModel.getSuggestionList}" maxSuggestedItems="10"></af:autoSuggestBehavior>
    <af:validateLength minimum="3"/>
    </af:inputText>
    And In my bean I do :
    public List getSuggestionList(String inputKey){
    List<SelectItem> filteredChilds = new ArrayList<SelectItem>();
    rootNodes = fetchfilteredCatalogData(rootNodes); //Do some manipulation and generate this ArrayList of values to be compared with
    if(rootNodes != null) {
    for (ItemInfo info : rootNodes) {
    String caption = info.getCaption().toLowerCase();
    String key = keyword.toLowerCase();
    if(caption.startsWith(key)) {
    filteredChilds.add(new SelectItem(info.getCaption()));
    } else {
    System.out.println("No matching values found for TypeAheadlist inputKey");
    return filteredChilds;
    Is this is a known issue where auto-suggest under InputText with af:Validator behave weird or can something be done to overcome this scenario.Kindly suggest.

    Hi Timo,
    Thank you for the code suggestion.But Timo say I dont type anything in my InputText and validate for empty String . I have "Go Button" in the page that does that.Basically its a search page with a InputText along with autoSuggest and with a 'Go"Button.
    Now the suggested Code will return me the msg "Type in three or more characters.." when I type in less than 3 characters.
    In order to Validate for empty String in InputText (i.e Validate if InputText value is null) , I believe I would have to make the required property of the InputText to true.
    If I do that and check,
    I click the "Go" button it validates and throws the default "error" message in the pop-up.
    Now I go back to and start Typing a keyword -> after 2 characters the auto-Suggest list throws up the suggestionList.
    Now I select the Value from the SuggestList ,it populates the InputText with the value I selected from SuggestList but the SuggestList popup does not close after selection.This seems to be the issue.
    Whenever any Validation is done on InputText ,the SuggestionList popup does not close on Selection a Value from it.
    How to overcome this scenario.

  • Trouble with autosuggest

    Hello, I am having a little trouble getting the autosuggest
    to work. No errors come up in firebug but I get no suggestions
    displaying.
    My code on the browser is:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-2" />
    <script language="JavaScript" type="text/javascript"
    src="xpath.js"></script>
    <script language="JavaScript" type="text/javascript"
    src="SpryData.js"></script>
    <script language="JavaScript" type="text/javascript"
    src="SpryAutoSuggest.js"></script>
    <link href="SpryAutoSuggest.css" rel="stylesheet"
    type="text/css" />
    <script language="JavaScript" type="text/javascript">
    var ds1 = new
    Spry.Data.XMLDataSet("C:\Inetpub\wwwroot\tasker_state\spry\suggest\test.xml",
    "staff/staffmember");
    </script>
    </head>
    <body>
    <div id="testSuggest">
    <input type="text" name="product" />
    <div id="resultsDiv" spry:region="ds1">
    <ol>
    <li spry:repeat="ds1"
    spry:suggest="{fname}">{fname}</li>
    </ol>
    </div>
    </div>
    <script type="text/javascript">
    var theSuggest = new
    Spry.Widget.AutoSuggest("testSuggest","resultsDiv", "ds1","fname",
    { containsString: true });
    </script>
    </body>
    </html>
    (This is made in a .cfm file)
    I have looked this over and over and can't quite nail why
    there are no suggestions displayed on the page as you type.
    Thanks

    I tried to just make the dataset and display:
    <script language="JavaScript" type="text/javascript">
    var ds1 = new Spry.Data.XMLDataSet("
    http://localhost/tasker_state/spry/suggest/test.xml","staff/staffmember");
    </script>
    </head>
    <body>
    <div id="myRegion" spry:region="ds1">
    <ol id="repeatList">
    <li spry:repeat="ds1">{fname}</li>
    </ol>
    </div>
    is the code on the browser - this however doesn't work
    either

  • CFC 403 Forbidden Error

    I am trying to invoke a CFC via a URL:
    $(function () {
        'use strict';
        // Load countries then initialize plugin:
        $.ajax({
               url: 'https://....countries.cfc?method=getCountries',
           // url: '/autocomplete/content/countries.txt',
            dataType: 'json'
        }).done(function (source) {
            var countriesArray = $.map(source, function (value, key) { return { value: value, data: key }; }),
                countries = $.map(source, function (value) { return value; });
    And get the following error:
    NetworkError: 403 Forbidden -
    Any help in fixing this would be appreciated.

    I intalled HTTP Trace it gives me no errors
    Firebug doesn't either.
    I am using a full https path. Yes the page is served securely.
    Here is the code: (Domain removed because its our DEV server)
    /*jslint  browser: true, white: true, plusplus: true */
    /*global $: true */
    $(function () {
        'use strict';
        // Load countries then initialize plugin:
        $.ajax({
                url: 'https://...../countries.cfc?method=getCountries',
            dataType: 'json'
        }).done(function (source) {
            var countriesArray = $.map(source, function (value, key) { return { value: value, data: key }; }),
                countries = $.map(source, function (value) { return value; });
            // Setup jQuery ajax mock:
            $.mockjax({
                url: '*',
                responseTime: 2000,
                response: function (settings) {
                    var query = settings.data.query,
                        queryLowerCase = query.toLowerCase(),
                        re = new RegExp('\\b' + $.Autocomplete.utils.escapeRegExChars(queryLowerCase), 'gi'),
                        suggestions = $.grep(countriesArray, function (country) {
                             // return country.value.toLowerCase().indexOf(queryLowerCase) === 0;
                            return re.test(country.value);
                        response = {
                            query: query,
                            suggestions: suggestions
                    this.responseText = JSON.stringify(response);
            // Initialize ajax autocomplete:
            $('#autocomplete-ajax').autocomplete({
                // serviceUrl: '/autosuggest/service/url',
                lookup: countriesArray,
                lookupFilter: function(suggestion, originalQuery, queryLowerCase) {
                    var re = new RegExp('\\b' + $.Autocomplete.utils.escapeRegExChars(queryLowerCase), 'gi');
                    return re.test(suggestion.value);
                onSelect: function(suggestion) {
                    $('#selction-ajax').html('Selected Country: ' + suggestion.value + ', ' + suggestion.data);
                onHint: function (hint) {
                    $('#autocomplete-ajax-x').val(hint);
                onInvalidateSelection: function() {
                    $('#selction-ajax').html('Selected Country: none');
            // Initialize autocomplete with local lookup:
            $('#autocomplete').autocomplete({
                lookup: countriesArray,
                onSelect: function (suggestion) {
                    $('#selection').html('Selected Country: ' + suggestion.value + ', ' + suggestion.data);
            // Initialize autocomplete with custom appendTo:
            $('#autocomplete-custom-append').autocomplete({
                lookup: countriesArray,
                appendTo: '#suggestions-container'
            // Initialize autocomplete with custom appendTo:
            $('#autocomplete-dynamic').autocomplete({
                lookup: countriesArray

  • Severe error in phase MAIN_NEWBAS/MVNTAB_UPG!

    Hello All,
    We are applying EHP3 on CRM installation on Mssql DB an Windows OS. We are on execution part in phase MAIN_NEWBAS/MVNTAB_UPG!
    The sap is stop in this Phase I get this error:
    "SHPOSITION", DD30L."AUTOSUGGEST" AS "AUTOSUGGEST" FROM "DD31S"
           3 ETP399 INNER JOIN "DD30L" ON "SHLPNAME" = "SUBSHLP" WHERE "AS4LOCAL" =
           3 ETP399 'A' AND "AS4LOCAL" = 'A' AND "HIDEFLAG" = ' ' AND "AUTOSUGGEST" = 'X'
           3 ETP399
           2WETP000 08:42:04: Retcode 1: error in DDL statement for "V_DSH_ASSIGNED                " - repeat
           2EETP345 08:42:16: Retcode 1: SQL-error "209-Ambiguous column name 'SHLPNAME'." in DDL statement fo
           2EETP345 r "V_DSH_ASSIGNED                "
           2 ETP399  --------------- DB-ROLLBACK() ---------------
           2EETP334 08:42:16: error in DDL, nametab for "V_DSH_ASSIGNED" not activated
           3 ETP399 "TABCLASS", DD03L."SHLPORIGIN" AS "SHLPORIGIN" FROM "DD02L" INNER
           3 ETP399 JOIN "DD03L" ON "TABNAME" = "TABNAME" WHERE "AS4LOCAL" = 'A' AND
           3 ETP399 "AS4LOCAL" = 'A'
    ETP301 ----------------------------------------------------------------------
    3 ETP379X08:52:09: activating Nametab "V_DSH_ASSIGNED":
    2 ETP399   >> Name of inactive nametab to read  : DDXTT
    2 ETP399   >> Format of inactive nametab to read: 5.0
    3 ETP355Xstatements:
    3 ETP399 CREATE VIEW "V_DSH_ASSIGNED" AS SELECT DD31S."SHLPNAME" AS
    3 ETP399 "SHLPNAME", DD31S."SUBSHLP" AS "SUBSHLP", DD31S."SHPOSITION" AS
    3 ETP399 "SHPOSITION", DD30L."AUTOSUGGEST" AS "AUTOSUGGEST" FROM "DD31S"
    3 ETP399 INNER JOIN "DD30L" ON "SHLPNAME" = "SUBSHLP" WHERE "AS4LOCAL" =
    3 ETP399 'A' AND "AS4LOCAL" = 'A' AND "HIDEFLAG" = ' ' AND "AUTOSUGGEST" = 'X'
    3 ETP399 
    2WETP000 08:52:09: Retcode 1: error in DDL statement for "V_DSH_ASSIGNED                " - repeat
    2EETP345 08:52:21: Retcode 1: SQL-error "209-Ambiguous column name 'SHLPNAME'." in DDL statement fo
    2EETP345 r "V_DSH_ASSIGNED                "
    2 ETP399  --------------- DB-ROLLBACK() ---------------
    2EETP334 08:52:21: error in DDL, nametab for "V_DSH_ASSIGNED" not activated
    3 ETP379X08:52:21: activating Nametab "V_DSH_TF_DETAIL":
    3 ETP355Xstatements:
    3 ETP399 CREATE VIEW "V_DSH_TF_DETAIL" AS SELECT DD02L."TABNAME" AS
    3 ETP399 "TABNAME", DD03L."FIELDNAME" AS "FIELDNAME", DD02L."TABCLASS" AS
    3 ETP399 "TABCLASS", DD03L."SHLPORIGIN" AS "SHLPORIGIN" FROM "DD02L" INNER
    3 ETP399 JOIN "DD03L" ON "TABNAME" = "TABNAME" WHERE "AS4LOCAL" = 'A' AND
    3 ETP399 "AS4LOCAL" = 'A'
    3 ETP399 
    2WETP000 08:52:21: Retcode 1: error in DDL statement for "V_DSH_TF_DETAIL               " - repeat
    2EETP345 08:52:33: Retcode 1: SQL-error "209-Ambiguous column name 'TABNAME'." in DDL statement for
    2EETP345  "V_DSH_TF_DETAIL               "
    2 ETP399  --------------- DB-ROLLBACK() ---------------
    2EETP334 08:52:33: error in DDL, nametab for "V_DSH_TF_DETAIL" not activated
    2 ETP301 ----------------------------------------------------------------------
    3 ETP361 "0" Shadow-Nametabs activated, DDL executed
    2 ETP362 "2" Shadow-Nametab activations failed
    2 ETP360 Begin: Act. of Shadow-Nametabs with DDL ("2014/03/16 08:52:09")
    2 ETP363 End  : Act. of Shadow-Nametabs with DDL ("2014/03/16 08:52:33")
    2 ETP301 ---------------------------------------------------------------------
    Any help the sap is Down in this phase.
    Thanks

    Hi Reza
    Could you check this SAP Note
    Error Message "SQL-error "209-Ambiguous column name 'TABNAME"
    1793979 - Remote-DB framework: Missing table qualifier in where-clause
    Regards
    Sriram

  • Spry Ajax works perfectly but still generates a CF error in the log

    Hello. I am using Spry Autosuggest and it is working
    perfectly. However, I notice that is it creating errors in the
    ColdFusion log file for variables being sent over the Ajax URL that
    ColdFusion "thinks" really don't exist. Any ideas how to stop it
    from generating these false-positives in my error log? I could
    surround it with a null cftry/cfcatch, but I'm more curious to find
    out why the ColdFusion server treats it as an error, when in fact
    it's working perfectly. Thanks for any info.

    Eric,
    Thanks so much! That was the problem.
    The f4fpackager reference documentation indeed does not state that the password should be scrambled but in most other environments open files contain scrambled passwords, so perhaps you should state there explicitely that the password should be in the clear.
    Best regards,
    - Naomi

  • Spry.Widget.AutoSuggest is not working (1.6)

    Hi Everyone,
    I been trying to get the Autosuggest widget to work for a
    while now with no result. I have an XML data set created and it is
    displaying out the results on my page, however, when it comes to
    start the Autosuggest, Firebug catches an error saying that the
    Spry.Widget has no properties. And IE7 an expected char ";" in char
    5 od that same line.
    I wam adding my code, hoping someone can help me out solve
    this little bug.
    Thanks.
    <head>
    <script language="JavaScript" type="text/javascript"
    src="../SpryAssets/xpath.js"></script>
    <script language="JavaScript" type="text/javascript"
    src="../SpryAssets/SpryData.js"></script>
    <script language="JavaScript" type="text/javascript"
    src="../SpryAssets/SpryAutoSuggest.js"></script>
    <link href="../SpryAssets/SpryAutoSuggest.css"
    rel="stylesheet" type="text/css" />
    <script type="text/javascript">
    var ds1 = new Spry.Data.XMLDataSet("spryxmltest.php",
    "/Manuals/ManualsContained");
    </script>
    </head>
    <body>
    <div id="mySuggest" class="container" style="float:
    left;">
    <form method="get" action="test.php">
    <input type="text" id="ModelsContained"
    name="ModelsContained"/>
    <div id="resultsDIV" spry:region="ds1">
    <div spry:repeat="ds1"
    spry:suggest="{ds1::ModelsContained}">
    <div class="list">{ModelsContained}</div>
    </div>
    </div>
    </form>
    </div>
    <script type="text/javascript">
    var theSuggest = new
    Spry.Widget.AutoSuggest('mySuggest','resultsDIV','ds1','ModelsContained',
    {hoverSuggestClass: "hover", minCharsType: 2, containsString: true,
    maxListItems: 20});
    </script>
    </body>

    Hi,
    if you get that error Spry.Widget has no properties, this
    means that the spryAutosuggest.js file is not correctly included in
    page. Please check if you have the good path to this js file.
    thanks,
    Diana

  • Can someone tell me why IE is erroring out and not FF?

    Ok..this is driving me batty...
    This code works just fine in FF 2.0, but not IE6:
    function addFavorite(owner,faveUser){
    var empRow =
    dsNames.findRowsWithColumnValues({"employee":faveUser},true);
    if (empRow == ""){
    alert('User not found');
    return false;
    }else{
    var faveUserID = empRow.@username;
    I have the above function called when I click an Add button
    on an Autosuggest form. Works flawlessly in Firefox. But I get a
    scripting error with IE. "Error: conditional compilation turned
    off".
    And the other thing is, this function gets executed when the
    page loads. It should only get executed when I click the Add
    button. Anyone have a clue? I'm totally lost.... :(
    Thanks!
    Chris

    That cured my problems Kinblas! muchos gracias....now I have
    another problem..
    I'll post it in another message...
    but can you explain why .@username works in FF and not in IE
    but ["@username"] works in both?

  • WinJS Autosuggest dropdown not showing

    I am trying to get autosuggest to work, I can see in the consolelog that suggestionCollection is populated with data, but the drop down never appears.
    any help thanks
    $(document).ready(function () {
    var asbBox = document.getElementById("asbId");
    var asb = new (<any>WinJS.UI).AutoSuggestBox(asbBox);
    asb.placeholderText = "Enter Postcode or Location";
    asb.searchHistoryDisabled = "true";
    asbBox.addEventListener("suggestionsrequested", suggestionsRequestedHandler);
    asbBox.addEventListener("querysubmitted", querySubmittedHandler);
    WinJS.UI.processAll();
    function suggestionsRequestedHandler(eventObject: any) {
    var queryText = eventObject.detail.queryText,
    query = queryText.toLowerCase(),
    suggestionCollection = eventObject.detail.searchSuggestionCollection;
    if (query.length > 2) {
    var p = new RemoteData().postData("http://api.xxxxx.com.au/api/LocationViews/SearchLocationViews", { query: query });
    p.done(
    function completed(request: any) {
    var obj = JSON.parse(request.response);
    obj.forEach(function (item: any) {
    console.log(suggestionCollection)
    suggestionCollection.appendQuerySuggestion(item.FormatedLocation);
    WinJS.UI.processAll();
    function error(request: any) {
    console.log(request);
    Alan Mosley - ThatsIT Solutions

    Hi Alan,
    Nice to see the problem solved, you may also share the solution with us for other communities who meet the same problem.
    --James
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for

  • Converter OSTtoPST

    hi, everybody! How to convert OST to the PST file? Anything for me doesn't work. And I can't read my messages.

  • How do i get my computer to recognize my computer

    how do i get my computer to recognize my computer

  • Get Photos from PSE 7

    If I'm to make the leap to LR (and likely DNG), I'll require it to support the work I've already put into the PSE7 Organizer.  I see that LR 2.4 supports PSE 6 and earlier; I find it odd/concerning that LR 2.4 would not support getting photos from th

  • Book Title in Navigation Bar Does Not Display Correctly

    Hi, I tried creating a epub file following Epub Best Practices ebook but after creation and loading of the ebook, I noticed that the book title at the navigation bar is not appearing correctly. The only the upper half of the text is shown so it appea

  • Oracle.xml.sql.dataset  Package

    Hi! I am not able to find any documentation about this package Any idea where to find one? Thanks