Ask a Question related to Informix, Design and Development.
-
navdeep virk #1
SP Problem "SET DEBUG" etc.
Folks,
The vesion of informix is 7.31.UC6A , I have created a procedure however
with I was trying to debug it the debug file did not get generated .
CREATE PROCEDURE foo( x int ,y int ) returning int, int ;
define etc..
-- then I added the following
SET DEBUG FILE TO "dbg.out";
TRACE ON;
FOREACH
Select ... etc....
END FOREACH
TRACE OFF;
END PROCEDURE;
The procedure compiles fine but no debug is generated.
Am I missing something ??.
Rgds.
Navdeep
__________________________________________________ _______________
Add MSN 8 Internet Software to your current Internet access and enjoy
patented spam control and more. Get two months FREE!
[url]http://join.msn.com/?page=dept/byoa[/url]
sending to informix-list
navdeep virk Guest
-
Error with debug="true"
If I set in web.config this: <compilation defaultLanguage="vb" debug="false"/> I receive this error: "Compiler Error Message: BC30560:... -
How to debug? "No Symbols Have Been Loaded"
Hello, I was enjoying working in VS for half a year without any problems and now I cannot debug anymore. Without any really reason my Studio... -
WebService timeout after setting debug="false"
Hi, We set debug="false" at web.config of a WebService for performance sake. We found that after set, the web service request will sometimes got a... -
Error: "Unable to debug on server,Access is denied"
I installed dotnet and when i try to run a web application i get the error messagebox saying "Unable to debug on server,Access is denied.Would you... -
how to setting Debug in "Client" Developers ?
hi, I´m in a ASP.NET development team and only the programmer that is using the machine with the IIS gets the debug. Could anyone teach me how... -
rkusenet #2
Re: SP Problem "SET DEBUG" etc.
"navdeep virk" <nvirk@msn.com> wrote in message news:bmhfvl$95t$1@terabinaries.xmission.com...I bet you are running the procedure from a client box. This normally happens>
> Folks,
>
> The vesion of informix is 7.31.UC6A , I have created a procedure however
> with I was trying to debug it the debug file did not get generated .
>
> CREATE PROCEDURE foo( x int ,y int ) returning int, int ;
>
> define etc..
>
> -- then I added the following
>
> SET DEBUG FILE TO "dbg.out";
> TRACE ON;
> FOREACH
> Select ... etc....
> END FOREACH
> TRACE OFF;
>
> END PROCEDURE;
>
> The procedure compiles fine but no debug is generated.
>
> Am I missing something ??.
>
> Rgds.
when the user id of the client box does not have a home directory on the
server. The best recourse is to give a full path to the DEBUG FILE
set debug file to '/tmp/dbg.out' ;
rk-
--
email id is bogus
rkusenet Guest
-
karimulla #3
Re: SP Problem "SET DEBUG" etc.
Hi,
Please make sure that the database is installed on your machine rather than a remote machine.May be the debug information is generated on that remote machine just check it once by logging on to that machine.
Regards,
Karimullahkarimulla Guest



Reply With Quote

