Skumar
12th August 2008, 16:52
Hi,

I have add session tdsls0451m900 (cost component on sale) to user menu,
But when I run this session it has not get report print out and gives error,
"can not continue in tdsls0451m9000"

Screenshot attached for your review.

Can anyone help me out

Thanks & Regards
shailesh

rduncan10
12th August 2008, 18:58
This looks like a custom session. Perhaps a custom table too? Check the Baan log files for the table number that is causing the error and make sure everything is converted to runtime and that the table has been created in this company.

norwim
12th August 2008, 20:56
Hi there,

if Baan name conventions were followed, this should be a session to print history sales order positions. To my experience "can not continue" very often occurs when references can't be resolved - a price unit or whatever specified in one table can't be found in the corresponding table containing e.g. price units. On unix systems these errors are easy to be found in $BSE/log directory (e.g. log.bisam or here log.oracle file) .. BUT I have very often seen unpopulated $BSE/log directories on M$ systems.
If your session crashes regardless of the ranges choosen in the input mask your problem should be located somewhere else - did this session ever work? Have there been changes in your table descriptions since it last run? Have a look at the date stamps of your DD and the object that crashes.

good luck

Norbert

dave_23
12th August 2008, 20:57
It probably has something to do with your finance parameter setup. it's looking for tdsls051 in company 000. it should be looking in your logical finance company.

To set that is a session (don't have baan infront of me right now..) in the finance parameters.

Dave

Skumar
13th August 2008, 08:35
dear all,

Thank you very much. it is a custom session and when i run this session in baan admin login it work. is there any solution for this.

what i have done. i have add this session in menu of user. domp menu. and convert to DD

Can anybody tell me the procedure to do this.

Thanks & Regards
shailesh

bdittmar
13th August 2008, 10:25
dear all,

Thank you very much. it is a custom session and when i run this session in baan admin login it work. is there any solution for this.

what i have done. i have add this session in menu of user. domp menu. and convert to DD

Can anybody tell me the procedure to do this.

Thanks & Regards
shailesh

Hello,

the error says : the table tdsls051 in company 000 does'nt exist.

Maybe the user points to wrong company.
Use function "read.own.company.data()" (itcmcs0005 )

Regards

Kozure Ohashi
13th August 2008, 10:39
If the programm script uses the company of a table field (e.g. in tdpur045 there is a field "comp") and this field is not filled, therefor is 0, then the select points to the wrong company.

e.g.

select ...
from
where ...
and t$comp = :var.company

Sometimes this error happens in finance sessions if the document is not filled correctly.

Regards,

Kozure

Skumar
13th August 2008, 14:09
dear all ,

Thank you very much. problem has solved

Regards
shailesh