Tag Archives: TCC

TCC

TCC 22a.1 – Issues With TCC_Touchpoints

So they’ve upgraded saxon8.jar to saxon10.jar (the XSLT and XQuery processor) but the framework (TCC_Touchpoints) that the majority of installs use have the reference to saxon8.jar hardcoded in the init.bat/.sh files. Not sure that hard coded is the right word as you can change it but it’s another thing that would have been nice to know.

So the quick takeaway is that if you are using TCC_Touchpoints at all in your integrations, a change is going to have to be made to the touchpoints itself before it can work at all with TCC 22a.1. Initial testing with this fixed allows for a successful run but it no longer displays the workflow progress of the job.

Uncategorized

New project attempt, Taleo TCC resume export

We have an ATS that runs on Oracle and we have a tool to get data out of it but the trick of it is that it’s in base64 compressed string…  Yeah if you missed any of that this post isn’t for you.

So what I get is a string, quite large, that I need to run through a base64 decoder and then (just to add a little challenge) it becomes a zip that you have to extract the original file out of, but not in the pretty Microsoft way, you have to use something like 7zip to get the job done… Not sure if this is a consideration but the 7zip CLI is 7za.exe and it only comes in a 32 bit flavor…

If you’ve gotten this far in the post you’ll know I’m talking about Taleo and using TCC to trigger this process.  This post is a working documentation on getting this done…