Notice: Function WP_Block_Type_Registry::register was called incorrectly. Block type "core/video" is already registered. Please see Debugging in WordPress for more information. (This message was added in version 5.0.0.) in /var/www/html/blog_tech/wp-includes/functions.php on line 6121
TCC – Setting Symbols via the TaleoConnectClient.ini file | TCC – Setting Symbols via the TaleoConnectClient.ini file – Aron's Tech Blog

TCC – Setting Symbols via the TaleoConnectClient.ini file

I’ve run into situations many times where the integration is not built around touchpoints. I had always assumed that if you didn’t use the touchpoints for the integration that you were unable to set the symbols that are to be used with the integration. About a month ago TCC started doing something funky, it created a weird new endpoint and I wasn’t sure why. I then noticed my stock TCC was acting like it was using the touchpoints (e.g. it was using a config board). After a little more research I realized that the TaleoConnectClient.ini had been changed and there were now symbols, something unheard of when not using touchpoints. It turns out that it somehow wrote them into the ini file, not sure why or how but this is what was in there and it looks to be pretty promising for fixing some issues I run into when folks aren’t using the touchpoints.

-Dcom.taleo.integration.client.configuration.board.default.file=C:\Users\aron\ownCloud\THINKT~1\Client\HARRIS~1\TCC_TO~1\CONFIG~1\PRODUC~1.XML
-Dcom.taleo.integration.client.lastrundates.dir=C:\Users\aron\ownCloud\THINKT~1\Client\HARRIS~1\TCC_TO~1\lrd
-Dcom.taleo.integration.client.customdictionaries.dir=C:\Users\aron\ownCloud\THINKT~1\Client\HARRIS~1\TCC_TO~1\CUSTOM~1
-Dcom.taleo.integration.client.featurepacks.dir=C:\Users\aron\ownCloud\THINKT~1\Client\HARRIS~1\TCC_TO~1\FEATUR~1
-Dcom.taleo.integration.client.productpacks.dir=C:\Users\aron\ownCloud\THINKT~1\Client\HARRIS~1\TCC_TO~1\FEATUR~1
-Dhttp.proxyHost=
-Dhttp.proxyPort=
-Dhttp.proxyUser=
-Dhttp.proxyPassword=
-Dhttp.proxyNTDomain=
-Dcom.taleo.client.symbol.MONITOR_FOLDER=monitor
-Dcom.taleo.client.symbol.LOG_FOLDER=C:\Users\aron\ownCloud\THINKT~1\Client\HARRIS~1\TCC_TO~1\log
-Dcom.taleo.client.symbol.INBOUND_FOLDER=C:\Users\aron\ownCloud\THINKT~1\Client\HARRIS~1\TCC_TO~1\data\inbound
-Dcom.taleo.client.symbol.OUTBOUND_FOLDER=C:\Users\aron\ownCloud\THINKT~1\Client\HARRIS~1\TCC_TO~1\data\outbound
-Dcom.taleo.client.symbol.SCRIPTS_FOLDER=C:\Users\aron\ownCloud\THINKT~1\Client\HARRIS~1\TCC_TO~1\scripts
-Dcom.taleo.client.symbol.RESPONSE_FOLDER=C:\Users\aron\ownCloud\THINKT~1\Client\HARRIS~1\TCC_TO~1\data\response
-Dcom.taleo.client.symbol.TEMP_FOLDER=C:\Users\aron\ownCloud\THINKT~1\Client\HARRIS~1\TCC_TO~1\temp
-Dcom.taleo.client.symbol.TODAY=20150909
-Dcom.taleo.client.symbol.LOOP_INDEX=0
-Dcom.taleo.client.symbol.TALEO_HOST=harristeeter.taleo.net
-Dcom.taleo.client.symbol.TALEO_ZONE=harristeeter

Comments are closed.