problems executing wscript_command stored procedure

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default problems executing wscript_command stored procedure

    I'm trying to call the wscript_command stored procedure and use the ID of a DTS
    job as one of the input parameters. I am getting the message "Error Executing
    Database Query".

    I know the following:

    1.) The user who I am using to make the connection has dbowner access to the
    database
    2.) The dts package is valid and it works when I schedule it as a job just not
    by calling it throught the wscript_command Stored Procedure.
    3.) Bulk logged is set as the recovery mode in the database

    Any ideas on what the problem/ or solution might be?
    Thanks in advance for any and all ideas.

    Shane

    MShaneW Guest

  2. Similar Questions and Discussions

    1. Error while executing stored procedure
      I get the following error message when I am trying to execute a stored procedure. It runs fine on my dev server but giving error in production. ...
    2. Problems with Oracle Stored Function (Procedure)
      I am trying to call a function in an Oracle database package using cfstoredporc. I keep getting the following error: ORA-06502: PL/SQL: numeric...
    3. Executing Stored Procedure in loop duplicates row content
      Hi, I am executing a stored procedure from a form post, when I execute the stored procedure it inserts a row for every checkbox checked, however...
    4. Executing a procedure from the cammand line
      I have a SQL command procedure, myproc.sql, containing sql statements. After I login to MySQL, how do I execute this procedure? mysql> ??????...
    5. DBD::Oracle not executing stored procedure properly...
      Hamish Whittal wrote: is this what you have in your code: "$$dbh->prepare($sql)"? david
  3. #2

    Default Re: problems executing wscript_command stored procedure

    Shane,

    Where the heck is that SP? I looked high and low, in BOL, and couldn't find it.
    philh Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139