jaycee99
16th April 2008, 10:40
Please help. Where is this error come from??

Compilation Failed

rtdsls4401010002:
repgen '2tdB61Ua fmsbsls440101000' -c 'tdB61Ua fmsb' -o "d:/erpln/tmp/tmp060995093" -T 1050 -z -qe "d:/erpln/tmp/tmp060995094" -x "d:/erpln/tmp/tmp060995095" -L
2tdB61Ua fmsbsls440101000: Warning: Section 'before.orno.70' defined but never used.
bic "d:/erpln/tmp/tmp060995093" -d otccomdll0001:otcmcsdll0010:otcmcsdll0160:otdpcgdll0005:otdslsdll0002:otdslsdll0003:otdslsdll0004:otdslsdll0022:otdslsdll4000:otdslsdll4007 -z -u -o rtdsls4401010000 -f "d:/erpln/tmp/tmp060995092" -qe "d:/erpln/tmp/tmp060995094" -T 1050
tmp060995093(4095): Error: Max 255 arguments expected for function 'concat$'.
tmp060995093(4361): Error: Max 255 arguments expected for function 'string.scan'.

2 ERRORS REPORTED.

manojsharma
16th April 2008, 11:11
Hi,

Check input field in report. You can define maximum 255 fields as input field in report

george7a
16th April 2008, 11:12
Hi,

Check the following threads:
http://www.baanboard.com/baanboard/showthread.php?p=45929
http://www.baanboard.com/baanboard/showthread.php?t=40875
http://www.baanboard.com/baanboard/showthread.php?t=41985

I hope it heslp,

- George

zardoz
16th April 2008, 11:24
The main problem is that in LN the standard sls invoice uses all the 255 fields, so if you want to add some fields to customize it you have to remove other fields used by standard, paying attention if those fields are used in layouts or in report script.
A lot of layouts, an huge report script, customizing sls invoices in LN is one of the longest (and boring) activities I've ever seen.

Marioth
16th April 2008, 11:43
Zardoz,

I don't know what you are talking about but in LN tdsls4401m000 is not for invoices anymore.

Mario

zardoz
16th April 2008, 11:52
Sorry it's true, I confuse tdsls4401 (sls orders) with tdsls4404(sls invoices).

Marioth
16th April 2008, 16:39
Zardoz,

In LN you use session cisli2400m000 to print invoices.

Mario

zardoz
16th April 2008, 16:45
Again, you are right, maybe I have remove the session name from my mind as a bad dream...:)

jaycee99
17th April 2008, 06:08
Thanks George for the links. Its work.