pjohns
11th September 2001, 15:41
I've logged a case with Baan today and one of the solutions I've been given says you have to upgrade your porting set!! I don't want to......................
The solutions given were 110334 116358 & 116099
Can you tell me what the attached error is implying?
victor_cleto
11th September 2001, 15:56
Yep, I remember this one, it is related to the new report functionality...
Have a deep look at the solutions texts for a better understanding, but in resume, Baan added extra functionality for reports & jobs.
You need to check these solutions:
110323 (3 tt tables and sessions), 110334 (loads of sessions and recomendations), 116099 (job session), 116210 (bic_global & bic_repgen), 116358 (ttstpsplopen).
Depending on your current tools level, you may need more than these ones...
Do not forget that you will need as well to install portingset 6.1c.06.01 & BW c.60 or newer
pjohns
11th September 2001, 16:02
Thanks for your reply Victor but whatÂ’s the relevance of these solutions to the attached (see above) compilation errors I'm getting?
It was only one report that gave me this error. Generally reports compile okay so this seems a drastic measure to take for this one error.
Admittedly I'm no Baan expert but why.....................
Thanks
PJ
Han Brinkman
12th September 2001, 10:13
Looks to a mismatch in one of the include files and the used portingset. Did you upgrade one of them lately?
General rule for upgrading portingset and SP's?
- Read the solution text;
- Test them on a seperate test environment!
Darren Phillips
12th September 2001, 13:51
I was having the same compile errors, we had a tools consultant on site at the time he said to comment out the lines below from the script. Afterwards complied ok and no problems since.
| domain tcmcs.ctau.l ctau.code(25) |#TAXP.sn Commented because
| domain tcctau.type.l ctau.type(25) of compile error
| domain tcpvat ctau.perc(25) 14-06-01
| domain tcdsca ctau.dsca(25 ) D.Phillips
| domain tcamnt ctau.amnt(25)
| domain tcamnt ctau.txble.amnt(25)
| domain tcfovn ctau.exno(25)
pjohns
12th September 2001, 13:56
Thanks Darren I'll give that a try.
Which report were you having troubles compiling, tdsls4404?
Rgds
PJ
Darren Phillips
12th September 2001, 14:24
It was rpur440101000 purchase orders I was trying to change our company name on the footer. Other reports that I changed like purchase contracts complied OK but not this one.
Juergen
13th September 2001, 18:05
The array index decalaration for some variables was
changed by BAAN from 25 to 99 in function itdsls0006.
Example Solution for report tdsls440401000
...
|*
|* DF 20510-1, Amy Slovinski, 2000-02-11
|* Max cvat was changed from 25 causing compilation errors.
|*
...
...
| |#20510-1.so
| domain tcmcs.ctau.l ctau.code(25)
| domain tcctau.type.l ctau.type(25)
| domain tcpvat ctau.perc(25)
| domain tcdsca ctau.dsca(25)
| domain tcamnt ctau.amnt(25)
| domain tcamnt ctau.txble.amnt(25)
| domain tcfovn ctau.exno(25)
| |#20510-1.eo
domain tcmcs.ctau.l ctau.code(99) |#20510-1.sn
domain tcctau.type.l ctau.type(99)
domain tcpvat ctau.perc(99)
domain tcdsca ctau.dsca(99)
domain tcamnt ctau.amnt(99)
domain tcamnt ctau.txble.amnt(99)
domain tcfovn ctau.exno(99) |#20510-1.en