Recordset(Query) Error Message

Hi
I'm a newbie, so I need your help. Whenever I try to add a
Recordset(Query) to a PHP page I get the following error:
" While executing addDynamicSource, the following JavaScript
errors occured:
At line 29 of file " C:\Program
Files\Macromedia\Dreamweaver8\Configuration\DataSources\PHP_MySQL\Recordset.js":
JavaScript error while loading Recordset.htm
At line 1111 of file
"C:\ProgramFiles\Macromedia\Dreamweaver8\Configuration\DataSources\PHP_MySQL\Recordset.js ":
theStr=theStr.replace(/(?>)*/gi,""); //remove close tags
SyntaxError: invalid quantifier? "
Or this error (the same as in the Philgreg's post): "The
Recordset script does not define the applyServerBehavior function"
I'm using PHP5, MySQL with IIS as a testing server, and DW8
(updated). Connection to database is OK.
PLEASE HELP!
Thanks in advance.
link
to the post
link[/L]

Have you tried reinstalling DW?
"dedurus" <[email protected]> wrote in
message
news:e6pm9v$hci$[email protected]..
> Hi
> I'm a newbie, so I need your help. Whenever I try to add
a
> recordset(Query) to
> a page I get the following error:
> " While executing addDynamicSource, the following
JavaScript errors
> occured:
> At line 29 of file " C:\Program
>
Files\Macromedia\Dreamweaver8\Configuration\DataSources\PHP_MySQL\Recordset.js":
> JavaScript error while loading Recordset.htm
>
>
> At line 1111 of file
>
"C:\ProgramFiles\Macromedia\Dreamweaver8\Configuration\DataSources\PHP_MySQL\Rec
> ordset.js":
> theStr=theStr.replace(/(?>)*/gi,""); //remove close
tags
> SyntaxError: invalid quantifier? "
>
> I'm using PHP5, MySQL with IIS as a testing server, and
DW8. Connection to
> database is OK.
> PLEASE HELP!
> Thanks in advance.
> dedurus
>

Similar Messages

  • BW Web Query Error Message

    We execute our queries through web templates. My client executes a CO-PA operating concern query through the web browser for a year’s worth of data and after results are returned, then proceed to drill down on material and another drill down on customer. After 15 minutes or more the following message is displayed – “ An error has occurred during loading. Please look in the upper frame for further information”.
    Client also gets the same message after letting a query set idle for some time and then later try to resume action on it, such as drill down or filter.
    We have tried the suggested solution in SAP note 924176 for the &SNIPPET_OPERATIONS=.
    We have almost 20 active aggregates setup for the CO-PA operating Concern cube assigned to the query.
    Also, we have upgraded the SAP kernel to the latest version:
    icm/server_port_2  PROT=SMTP ,  PORT=8857 , TIMEOUT=900
    icm/server_port_1  PROT=HTTPS , PORT=8856 , TIMEOUT=900
    icm/server_port_0  PROT=HTTP ,  PORT=8855 , TIMEOUT=900
    icm/keep_alive_timeout is set to 60 and always has been on our servers.
    These all check out with what SAP recommends.
    Does anyone have any other suggestions that we can try?
    Also, does anyone know where this error message is produced from? Is it from SAP, BW or Microsoft Explorer? Can this message be modified to better explain to the user why the timeout occurred, i.e. too much data?
    We realize that this is a huge amount of data being returned due to the drill down. The client would like for us to continue to try and resolve this issue. This error message is not very user friendly and tends to be confusing for our client.  If we cannot resolve the error, we would at the very least like to change the error message to be more meaningful.
    Any assistance is greatly appreciated. Thanks!

    Dear Eric,
    do you have a Proxy Server you work with, if you deactivate it for your BW domain. Proxy Server normally have timeouts from 5 till 15 minutes - but sometimes its to less for BW Queries.
    Another reason is the 2 GB limitation of Processec, look in Transaction ST22 (Dump Analysis) and search for Dumps on a day the error occurs.
    IF there are dumps including 'ROLL_MEMORY' or 'TABLE_SIZE' ..., it is the 2 GB limitation - this happens often with larger data, is it possible to reduce the data by mandatory varibales or something else, if this is not practible. Contact your BASIS, there are some system parameters to optimize it - but only a bit.
    We have to wait for 64 bit systems...
    Search SAP Notes for the Dump Text and you will get further help on it.
    Regards Marcus

  • Making a function using the update query - Error message PLS-00103

    I keep getting the following error message in my pl/sql developer everytime, I try creating this function in my package
    PLS3-00103 Encountered the symbol ";" when expecting one of the following return
    Kindly note, what I am trying to do is get a user inputs to perform an update for a specific row in a table called accountingtable which is located in the ccl schema. I dont want to make a return though in my update function.
    Specfication of the package
    FUNCTION update_price(needed_newprice in ccl.accountingtable.price%rowtype,
    partforupdate in ccl.accountingtable.part_id%rowtype,
    colourpart in ccl.accountingtable.colour_id%rowtype);
    body of package
    FUNCTION update_price(needed_newprice in ccl.accountingtable.price%rowtype
    partforupdate in ccl.accountingtable.part_id%rowtype,
    colourpart in ccl.accountingtable.colour_id%rowtype);
    BEGIN
    update accountingtable
    set price = (needed_newprice)
    where part_id = (partforupdate)
    and colour_id = (colourpart );
    END update_price;
    Thanks in advance for any help.

    Hi,
    Never write, let alone post, unformatted code. Indent the code to show the extent of each function, blocks within each function, nested calls, and things like that.
    When posting formatted code on this site, type these 6 characters:
    \(small letters only, inside curly brackets) before and after each section of formatted text, to preserve spacing.
    Post complete statements that people can run to re-create the problem.
    There should not be a semicolon immediately after the argument list of a function in the package body, but you do need to sepcify what datatype the function will return, and then have the keyword IS (or AS).
    That is, a function starts like this in the package body :FUNCTION fubar
         in_id          IN     INTEGER
    RETURN     VARCHAR2
    IS
    BEGIN
    The same function is declared in the package spec like this:FUNCTION fubar
         in_id          IN     INTEGER
    RETURN     VARCHAR2;

  • Syntax error when adding variables in recordset (query)

    MySql,PHP,Dreamweaver,WindowsVista
    Hi I am receiving a syntax error: invalid quantifier ++ $orderNum;s*?> when adding two variables in the recordset (query) dialog box. I get the error when clicking OK.
    Here is what is entered:
    name: fieldname
    type: text
    default: -1
    runtime value: $_GET['Field']
    name: searchvalue
    type:text
    default: -1
    runtime value: $_GET['Search']
    Can anyone help with this?

    That's a completely separate issue. The error message is telling you that you have not defined the testing server correctly in the Site Definition dialog box.
    The Host directory field and URL prefix should both point to the same place, in other words, the root of your website. Host directory is the physical path, while URL prefix is the address you would put in a browser address bar.
    Select Site > Manage Sites. Select the name of the site, and click the Edit button. In the Site Definition dialog box, select the Advanced tab, and then choose Testing server from the Category list on the left.
    Depending on how your remote login works, Host directory should probably be public_html or just /. Use the same value as in the Remote server part of the Site Definition dialog box. The URL prefix should be http://gaylehansen.aisites.com/.

  • Dreamwever CS5 ERROR server behavior panel cannot determine wheter "command" or "recordset (Query)"

    i get this error whenever i open pages created in CS4. ive tried deleting the cache file... deleting the entire configuration folder and letting DW re build it.. nothing... error still there. how can i turn it off? i also cant seem to find the "edit server behaviors" button.. double click? well DW freaks out with that aswell... yes i know i have some insanely hand edited code.. basically use DW as notepad replacement.. with extra features like having the option of "add recordset" then going and editing it to my liking.
    the error
    [quote]
    The server behavior panel cannot determine whether "command" or "recordset (Query)" is applied to your page. Please select edit Server Behaviors and change one of the two behaviors to ensure that each is uniquely identifiable.
    [/quote]
    this is a total show stopper for me.. im going to have to go back to a previous version cant click "ok" every time i open a page.. and every time i follow a include file.
    development ASP
    Dreamweaver CS5
    Question.. how to disable the error message from popping up? i'll take my chances with hand editing the recordset / command by hand if i need it changed.

    this is bleh... having to resort back to CS4..
    is there any way to legaly go back to cs4 dreamweaver but still use the other cs5 applications?

  • Error message "Error when scheduling the query(JOB_CLOSE)".

    Hi all,
    While using query extractor (rscrm_bapi) I am getting error message "Error when scheduling the query(JOB_CLOSE)".
    Could you please find what this error is?
    Thanks,
    Uday.

    Hi Uday,
    This problem can occur if you changed the query definition.
    In this case the query definition would be inconsistent with the existing extract structure.
    Certain Meta information is maintained with each extract defined using the RSCRM_BAPI. If the definition of the query is changed and you need to use the same extract table then you need to delete the extract using the report RSCRMBW_DEL_ALL_EXTRACTS selecting the extract you want
    to delete.
    After this you could use the same table name for any further extract that you need to create.
    One caution is that the extract table should not be deleted through any other transaction before you run the report.
    Rgds,
    Colum

  • Error message: "Querying or saving changes to the database failed."

    Hi all,
    I can sense I'm becoming a regular on this particular forum - the problem of spending 8 hours a day trying to get this software working!
    _*The problem*_
    When i try and setup a new device, or modify an existing one, I get an error message when i get to the Transcode Settings page. The error message is "Querying or saving changes to the database failed." After this I get a blank screen and can no longer see my settings.
    No amount of restarting has fixed this. And I cannot see a way to create a device through the client software and add transcode settings.
    Help?
    Thanks in advance,
    Ben

    Ah very good!
    Ok - it seems then that this works absolutely fine as a work around. I can create a device and then assign the device to transcode settings through the client adminsitration panel (which is indeed what I meant).
    So, there is a work around. Far less pressing now, but I would like to know why I'm getting the error message all the same - I'm now concerned about the integrity of the database...
    Thanks Tony!
    B

  • QAAWS error message "not a valid query"

    Hi,
    When I'm trying to connect to QAAWS I get this error message: "not a valid query. FWB 00025".
    Does anyone know how to solve this problem?
    The server where the BOE is installed on has been restarted a couple of times but it doesn't help.
    Universe Designer and WebI work fine.
    Thanks!

    Is QaaWs running properly on your system?
    To validate the installation, open a browser and type the following URL
    http://[server]:[port]/dswsbobje, where [server] corresponds to
    your web server address and [port] corresponds to the port where you
    set up in your web server. The default used by Tomcat is 8080. dswsbobje
    is the default name of the Web Service provider web application. Then Validate.

  • Error Message in Query Filter on attribute of 0MATERIAL filters charac.

    Hi All,
    i have a query with few variables , i used navigational attributes of 0material......
    I am getting the below Warning Message...  Ineed to supress the below Error Message....
    Please let me know the solution...
    Error Message: Filter on attribute of 0MATERIAL filters charac. values without master data
    Diagnosis
    Currently, it cannot be guaranteed that SIDs and master data exists for all characteristic attributes for the DataStore object to be read.
    There is a restriction on a navigation attribute of the listed characteristic in the query. This filters all characteristic values of the master-data bearing characteristic for which there is not yet master data out of the result.
    For performance reasons, this filtering is unavoidable.
    System Response
    Procedure
    In case of doubt, find other restirctions directly on the characteristic values of the characteristics contained in the DataStore object.
    Procedure for System Administration
      Notification Number DBMAN 345 
    Thanks All

    Dear all SAP Gurus,
    we've solved this problem and this is the solution:
    The warning is triggered by the method CL_RSDRV_ODS_QUERY-PROCESS_SFC_WITH_ATR when the BExFlag of the InfoProvider is not set. Using DSOs for direct update there is no change to change the BExFlag. As a result queries based on a DSO for direct update always throw the above mentioned warning when filter-characteristics are attributes.
    Regards, Clemens

  • Query transport error message

    Dear All,
    Having trouble transporting a query.  In the log, it has the following error message:-
    "Start of the after-import method for object type R3TR ELEM (Activation Mode)
    Message no. R7501 "
    Not sure if this is the only problem, because there are several red error messages, but the above message is the first one in the list.
    Regards, Frederick

    Hi Frederick,
    Do the error messages talk about particular elements being missing? Try to collect the query in RSA1 > Transport Connection and see if there are any elements that have $TMP data package...correct this and try to put into a fresh request and transport again.
    Hope this helps...

  • Error message to the launch of a SPARQL query well trained in Java

    Hello, I am not if it is a compatibility problem between JENA ARQ and got the message that I sometimes not consistently (at least I can not reproduce !!!) so it is very difficult to correct at least to understand and find a solution? (Anyone have a suggestion or solution)
    Error message:
    --- exec-maven-plugin:1.2.1:exec (default-cli) @ MIDA ---
    Oct 13, 2014 21:01:21 PM ca.ireq.oracle12c.connect.OracleThin <init>
    INFO: Connection try ... : jdbc:oracle:thin:@liost:1521:LIOST with user *****
    Exception in thread "main" java.lang.NoSuchMethodError: com.hp.hpl.jena.sparql.algebra.optimize.TransformJoinStrategy: method <init>()V not found
    at oracle.spatial.rdf.client.jena.OptimizeSem.rewrite(OptimizeSem.java:124)
    at oracle.spatial.rdf.client.jena.OptimizeSem.optimize(OptimizeSem.java:91)
    at oracle.spatial.rdf.client.jena.QueryEngineSem.modifyOp(QueryEngineSem.java:195)
    at com.hp.hpl.jena.sparql.engine.QueryEngineBase.createPlan(QueryEngineBase.java:104)
    at com.hp.hpl.jena.sparql.engine.QueryEngineBase.getPlan(QueryEngineBase.java:97)
    at oracle.spatial.rdf.client.jena.QueryEngineSem$1.create(QueryEngineSem.java:211)
    at com.hp.hpl.jena.sparql.engine.QueryExecutionBase.getPlan(QueryExecutionBase.java:426)
    at com.hp.hpl.jena.sparql.engine.QueryExecutionBase.startQueryIterator(QueryExecutionBase.java:400)
    at com.hp.hpl.jena.sparql.engine.QueryExecutionBase.execResultSet(QueryExecutionBase.java:408)
    at com.hp.hpl.jena.sparql.engine.QueryExecutionBase.execSelect(QueryExecutionBase.java:135)
    at date.app.AppendLabel.query(AppendLabel.java:76)
    at date.app.AppendLabel.main(AppendLabel.java:50)
    BUILD FAILURE
    Total time: 32.564s
    Finished at: Fri Oct 13 21:01:45 EDT 2014
    Final Memory: 5M/123M
    big thank you in advance.

    Allo I use Maven to execute my Project java :
            <dependency>
                <groupId>com.hp.hpl.jena</groupId>
                <artifactId>jena</artifactId>
                <version>2.6.4</version>
            </dependency>
            <dependency>
                <groupId>com.oracle</groupId>
                <artifactId>ojdbc7</artifactId>
                <version>12.1.0.1</version>
            </dependency>
            <dependency>
                <groupId>com.hp.hpl.jena</groupId>
                <artifactId>arq</artifactId>
                <version>2.8.8</version>
            </dependency>
    I find no maven repository with Oracle Jena 2.7.2 and with under dependency?

  • Error message while running a query

    Hello experts,
    While running a query I am getting an error message as :
    Abort error 'connection closed (no data) in RSRDC_CUBE_DATA_GET_RFC could not
    Abort system error in program SAPLRRK0 and form RSRDR; SRRK0F30-01-
    please advice what are these errors, cause and resolution for these errors.
    Thanks,
    Anamika

    Hi Anamika,
             If you are running your query in Web Portal, it seems your web portal is not defined in RFC connection with system. Ask BASIS to connect it.
             Also, You can run your report in RSRT with ABAP Web option and check if it is working on ABAP engine.
    Regards,
    Harpal
    Edited by: Harpalsinh Gohil on Aug 17, 2009 2:53 PM

  • Error message while refreshing a query

    Hi All,
    I get a error message when i try to refresh a query, the message is "Can only refresh this query against server running 2.0 or higher". Can anyone tell me what exactly this means??
    Thanks in advance
    Kelly

    Hi Kelly,
    Hope you are running the query from Bex. Try running the query in RSRT and check for any error message. Also check for any short dumps in ST22.
    Bye
    Dinesh

  • Error while querying workflow message attributes for task

    Can some one please help me with this error?
    I get this error when I submit a task in worklist app. I have figure out that it is causing due to one payload in the table in the task. If remove that payload I am able to submit the task.
    Error while querying workflow message attributes for task a99d1cf3-5e91-4c4a-8660-aeae91bfbec0 with version 5.
    Check the underlying exception and the database connection information. If the error persists, contact Oracle Support Services.
    oracle.jbo.JboException: Error while querying workflow message attributes.
    Error while querying workflow message attributes for task a99d1cf3-5e91-4c4a-8660-aeae91bfbec0 with version 5.
    Check the underlying exception and the database connection information. If the error persists, contact Oracle Support Services.
         at oracle.bpel.services.datacontrol.XSDDataControl.invokeOperation(XSDDataControl.java:460)
         at oracle.adf.model.bean.DCBeanDataControl.invokeMethod(DCBeanDataControl.java:430)
         at oracle.adf.model.binding.DCInvokeMethod.callMethod(DCInvokeMethod.java:261)
         at oracle.jbo.uicli.binding.JUCtrlActionBinding.doIt(JUCtrlActionBinding.java:1635)
         at oracle.adf.model.binding.DCDataControl.invokeOperation(DCDataControl.java:2144)
         at oracle.adf.model.bean.DCBeanDataControl.invokeOperation(DCBeanDataControl.java:467)
         at oracle.adf.model.adapter.AdapterDCService.invokeOperation(AdapterDCService.java:307)

    Can anybody help me on this?
    I did some google but I get this only which is not much helpful.
    http://download.oracle.com/docs/cd/E14571_01/core.1111/e10113/chapter_bpm_messages.htm

  • Error Message while opening workbook or Query in BEx Analyzer

    Hi all,
    Whenever I try to open any workbook or query using Bex Analyzer I get an error message saying "Serious error occured while reading history folder" Message class RSOBJS, number 170. But this doesnt stop me from opening the workbook or the query.
    Kindly help me to suppress or eliminate this message. I am not able to find this message in the list of messages available in RSRT either.
    Thanks and Regards
    Mui Kanva

    Hi Mui Kanva,
    Does your problem occur in a copied system?
    I have same problem in our Quality-BW (copied from productive system). WE are in our QBW not able to activate personalization correct and get the same error messages. I suggest the reason in the fact, that the source-system Myself (QBW) does not work correct. This reason causes that export data sources could not be activated via RFC-Connection.
    Please check to activate your source system?
    We accept the error messages in our QBW and did not activate the RFC connection.
    Regards
    Andreas

Maybe you are looking for