Tuesday, April 21, 2009
Monday, April 20, 2009
TUGBU Integration
If you have had the problem of where to find the files :
So far the following Integration Packages have been released.
CCB-EBS 1.1 - on edelivery.oracle.com - part #B55798-01, file is V17373-01.zip
( old - CCB-EBS 1.0 - check out metalink 7452629 or on edelivery.oracle.com - Part # B54121-01, file is V15970-01.zip)
CCB-PS 1.1 - on edelivery.oracle.com - Part #B55862-01, file is V17401-01.zip
(old - CCB-PS 1.0 - on edelivery.oracle.com - Part #B54123-01, file is V15972-01.zip)
CCB-JDE 1.1 - on edelivery.oracle.com - Part #B56026-01, file is V17534-01.zip
(old - CCB-JDE 1.0 - on edelivery.oracle.com - Part #B54137-01, file is V15980-01.zip )
WAM-EBS 1.0 - check out metalink 7691153
CCB-NMS 1.0 - documentation is in metalink 8304750 , scripts are part of CCB 2.2.0 release
ETM-EBS 1.1 - on edelivery.oracle.com - Part # B55687-01, file is V17284-01.zip
(old - ETM-EBS 1.0 - on edelivery.oracle.com - Part # B53612-01, file is V15508-01.zip)
ETM-PS 1.1 - on edelivery.oracle.com - Part # B55614-01, file is V17268-01.zip
(old - ETM-PS 1.0 - on edelivery.oracle.com - Part # B53614-01, file is V15517-01.zip)
ETM-SIEBEL (Case Management) 1.0
on edelivery.oracle.com - Part # B57150-01, file is V17853-01.zip
ETM-SIEBEL (Public Sector) 1.0
on edelivery.oracle.com - Part # B55624-01, file is V16615-01.zip
So far the following Integration Packages have been released.
CCB-EBS 1.1 - on edelivery.oracle.com - part #B55798-01, file is V17373-01.zip
( old - CCB-EBS 1.0 - check out metalink 7452629 or on edelivery.oracle.com - Part # B54121-01, file is V15970-01.zip)
CCB-PS 1.1 - on edelivery.oracle.com - Part #B55862-01, file is V17401-01.zip
(old - CCB-PS 1.0 - on edelivery.oracle.com - Part #B54123-01, file is V15972-01.zip)
CCB-JDE 1.1 - on edelivery.oracle.com - Part #B56026-01, file is V17534-01.zip
(old - CCB-JDE 1.0 - on edelivery.oracle.com - Part #B54137-01, file is V15980-01.zip )
WAM-EBS 1.0 - check out metalink 7691153
CCB-NMS 1.0 - documentation is in metalink 8304750 , scripts are part of CCB 2.2.0 release
ETM-EBS 1.1 - on edelivery.oracle.com - Part # B55687-01, file is V17284-01.zip
(old - ETM-EBS 1.0 - on edelivery.oracle.com - Part # B53612-01, file is V15508-01.zip)
ETM-PS 1.1 - on edelivery.oracle.com - Part # B55614-01, file is V17268-01.zip
(old - ETM-PS 1.0 - on edelivery.oracle.com - Part # B53614-01, file is V15517-01.zip)
ETM-SIEBEL (Case Management) 1.0
on edelivery.oracle.com - Part # B57150-01, file is V17853-01.zip
ETM-SIEBEL (Public Sector) 1.0
on edelivery.oracle.com - Part # B55624-01, file is V16615-01.zip
SDK 2.2.0.5 to SDK 2.2.0.6 upgrade
If you have a previous SDK 2.2.0.x install and have not done any development work and want to upgrade to 2.2.0.6 here are some quick notes on how it can be done:
* Download the software (metalink 8255816) * Unzip it
* uninstall the existing SDK version form C:\SPLSDK\SDK\2.2.0.5\_uninst\uninstaller.exe
* install new (it will create a 2.2.0.6 folder)
* install eclipse in C:\SPLSDK\SDK\2.2.0.6\Eclipse
* Copy C:\SPLSDK\SDK\2.2.0.5\Eclipse folder to C:\SPLSDK\SDK\2.2.0.6\Eclipse
* copy the plugins C:\SPLSDK\SDK\2.2.0.5\tools\Eclipse\plugins on to C:\SPLSDK\SDK\2.2.0.6\Eclipse\plugins (RECOMMENDED - as eclipse plugins might change. If not done, old plugins might still exist)
* copy the jars into eclipse folder as mentioned in InstallationGuide.doc (hibernate, jta and c3p0, etc...)
* do the below 2 steps ONLY if a new version of C:\SPLSDK\SDK\UtilitiesEclipseConfig.exe is available (perhaps check the time stamp)
* uninstall the Oracle Utilities Eclipse Config 2.2.0 from Start -> Program Files -> Oracle Utilities Eclipse Config 2.2.0 -> Uninstall Oracle Utilities Eclipse Config 2.2.0
* install the new version of the Oracle Utilities Config 2.2.0 from C:\SPLSDK\SDK\UtilitiesEclipseConfig.exe
* Click on Start Eclipse script and per page 61 of the install guide re-configure the External Tools --> properties tab folder details i.e. \2.2.0.5 becomes 2.2.0.6. Also double check the setsplenv.bat script in C:\SPLSDK\SDK it should have reference to 2.2.0.6
* create the Linked Resource with application Server base
* Add default SPL Database properties from Eclipse -> Window -> Preferences -> SPL DataBase Properties [SHOULD be done before eclipse wizards are invoked]
* recopy AppServer Package scripts and DB PAckage scripts to CISDevelopment folder to override older copies
* Download the software (metalink 8255816) * Unzip it
* uninstall the existing SDK version form C:\SPLSDK\SDK\2.2.0.5\_uninst\uninstaller.exe
* install new (it will create a 2.2.0.6 folder)
* install eclipse in C:\SPLSDK\SDK\2.2.0.6\Eclipse
* Copy C:\SPLSDK\SDK\2.2.0.5\Eclipse folder to C:\SPLSDK\SDK\2.2.0.6\Eclipse
* copy the plugins C:\SPLSDK\SDK\2.2.0.5\tools\Eclipse\plugins on to C:\SPLSDK\SDK\2.2.0.6\Eclipse\plugins (RECOMMENDED - as eclipse plugins might change. If not done, old plugins might still exist)
* copy the jars into eclipse folder as mentioned in InstallationGuide.doc (hibernate, jta and c3p0, etc...)
* do the below 2 steps ONLY if a new version of C:\SPLSDK\SDK\UtilitiesEclipseConfig.exe is available (perhaps check the time stamp)
* uninstall the Oracle Utilities Eclipse Config 2.2.0 from Start -> Program Files -> Oracle Utilities Eclipse Config 2.2.0 -> Uninstall Oracle Utilities Eclipse Config 2.2.0
* install the new version of the Oracle Utilities Config 2.2.0 from C:\SPLSDK\SDK\UtilitiesEclipseConfig.exe
* Click on Start Eclipse script and per page 61 of the install guide re-configure the External Tools --> properties tab folder details i.e. \2.2.0.5 becomes 2.2.0.6. Also double check the setsplenv.bat script in C:\SPLSDK\SDK it should have reference to 2.2.0.6
* create the Linked Resource with application Server base
* Add default SPL Database properties from Eclipse -> Window -> Preferences -> SPL DataBase Properties [SHOULD be done before eclipse wizards are invoked]
* recopy AppServer Package scripts and DB PAckage scripts to CISDevelopment folder to override older copies
Friday, April 17, 2009
Bundle Object issues POST SP3/3a - FW 2.2.0 patch 8219901
FW patch 2.2.0 8219901 released March 23 2009
Hi
just finished installing a FW patch for Eyal for ETM 2.2.0 FW SP3a.
This patch helps fix a Bundle issues.
it has a few co-reqs and some pre-reqs (don't they all) but All are already installed for ETM 2.2.0 as they are in FW 2.2.0. SP3a , For CCB 2.2.0 folks here are the details:
Pre-req for this fix:
# 7132250 - in ETM-FW SP3a, FW SP1
# 7148799 - in ETM-FW SP3a, FW SP1
# 7353080 - in ETM-FW SP3a, FW SP3
# 7385001 - in ETM-FW SP3a, FW SP3
# 7493398 - in ETM-FW SP3a, FW SP3
# 7558419 - in ETM-FW SP3a, FW SP3
# 7692933 - in ETM-FW SP3a, needs to be installed for CCB first
and you will also need FW patches (in FW SP3a)
7692933
7694811
7715778
8207076
8219387
8248932 due to the dependencies
(thanks Douw)
it also has a database component (do not forget)
Hi
just finished installing a FW patch for Eyal for ETM 2.2.0 FW SP3a.
This patch helps fix a Bundle issues.
it has a few co-reqs and some pre-reqs (don't they all) but All are already installed for ETM 2.2.0 as they are in FW 2.2.0. SP3a , For CCB 2.2.0 folks here are the details:
Pre-req for this fix:
# 7132250 - in ETM-FW SP3a, FW SP1
# 7148799 - in ETM-FW SP3a, FW SP1
# 7353080 - in ETM-FW SP3a, FW SP3
# 7385001 - in ETM-FW SP3a, FW SP3
# 7493398 - in ETM-FW SP3a, FW SP3
# 7558419 - in ETM-FW SP3a, FW SP3
# 7692933 - in ETM-FW SP3a, needs to be installed for CCB first
and you will also need FW patches (in FW SP3a)
7692933
7694811
7715778
8207076
8219387
8248932 due to the dependencies
(thanks Douw)
it also has a database component (do not forget)
Wednesday, April 1, 2009
AWB v2.2.0
Oracle Utilities Customer Care and Billing Application WorkBench 2.2.0.0.0 Media Pack is
on http://edelviery.oracle.com/
under section , Oracle Utilities Framework for platform Microsoft Windows 32 bit
on http://edelviery.oracle.com/
under section , Oracle Utilities Framework for platform Microsoft Windows 32 bit
CCB/ETM/OUBI v2.1.0/v2.1.5/v2.2.0/v2.2.1 Language and Help files
On My Oracle Support (Metalink) you can see newly release Language Packs and Help Packs
CCB:
CCB V2.3.0 LATIN AMERICAN SPANISH LANGUAGE PACK 9177319
CCB V2.2.0 EUROPEAN SPANISH LANGUAGE PACK 8399523
CCB V2.2.0 RUSSIAN LANGUAGE PACK 8399698
CCB V2.2.0 FRENCH LANGUAGE PACK 7498832
CCB V2.2.0 LATIN AMERICAN SPANISH LANGUAGE PACK 8220958 (older)
CCB V2.2.0 ARABIC LANGUAGE PACK 9022400
CCB V2.2.0 ESTONIAN LANGUAGE PACK 8552277
CCB V2.2.0 JAPANESE LANGUAGE PACK 8769805
CCB V2.2.0 POLISH LANGUAGE PACK 8220977
CCB V2.2.0 BRAZILIAN PORTUGUESE LANGUAGE PACK 8483388
CCB V2.1.0 SIMPLIFIED CHINESE LANGUAGE PACK 7275049
CCB V2.1.0 TRADITIONAL CHINESE LANGUAGE PACK 6790161
and for CCB on-line help
SIMPLIFIED CHINESE TRANSLATION FOR ONLINE HELP (USER ASSISTANCE) 8340322 (2.1.0)
BRAZILIAN PORTUGUESE TRANSLATION FOR ONLINE HELP (USER ASSISTANCE) 8340534 (2.1.0)
POLISH TRANSLATION FOR ONLINE HELP (USER ASSISTANCE) 8613623 (2.1.0)
FRENCH TRANSLATION FOR ONLINE HELP (USER ASSISTANCE) 8642438 (2.2.0)
PORTUGUESE TRANSLATION FOR ONLINE HELP (USER ASSISTANCE) 8642100 (2.2.0)
RUSSIAN TRANSLATION FOR ONLINE HELP (USER ASSISTANCE) 9053820 (2.2.0)
EUROPEAN SPANISH TRANSLATION FOR ONLINE HELP (USER ASSISTANCE) 8679089 (2.2.0)
LATIN AMERICAN SPANISH TRANSLATION FOR ONLINE HELP (USER ASSISTANCE) 8619370 (2.2.0)
ETM:
ETM V2.1.5 ARABIC LANGUAGE PACK 7656886
ETM V2.2.0 LATIN AMERICAN SPANISH LANGUAGE PACK 8641536
and for ETM on-line help
ARABIC TRANSLATION FOR ONLINE HELP (USER ASSISTANCE) 8312186 (2.1.5)
LATIN AMERICAN SPANISH TRANSLATION FOR ONLINE HELP (USER ASSISTANCE) 8875372 (2.2.0)
OUBI:
OUBI V2.2.0 LATIN AMERICAN SPANISH LANGUAGE PACK 9140581
CCB:
CCB V2.3.0 LATIN AMERICAN SPANISH LANGUAGE PACK 9177319
CCB V2.2.0 EUROPEAN SPANISH LANGUAGE PACK 8399523
CCB V2.2.0 RUSSIAN LANGUAGE PACK 8399698
CCB V2.2.0 FRENCH LANGUAGE PACK 7498832
CCB V2.2.0 LATIN AMERICAN SPANISH LANGUAGE PACK 8220958 (older)
CCB V2.2.0 ARABIC LANGUAGE PACK 9022400
CCB V2.2.0 ESTONIAN LANGUAGE PACK 8552277
CCB V2.2.0 JAPANESE LANGUAGE PACK 8769805
CCB V2.2.0 POLISH LANGUAGE PACK 8220977
CCB V2.2.0 BRAZILIAN PORTUGUESE LANGUAGE PACK 8483388
CCB V2.1.0 SIMPLIFIED CHINESE LANGUAGE PACK 7275049
CCB V2.1.0 TRADITIONAL CHINESE LANGUAGE PACK 6790161
and for CCB on-line help
SIMPLIFIED CHINESE TRANSLATION FOR ONLINE HELP (USER ASSISTANCE) 8340322 (2.1.0)
BRAZILIAN PORTUGUESE TRANSLATION FOR ONLINE HELP (USER ASSISTANCE) 8340534 (2.1.0)
POLISH TRANSLATION FOR ONLINE HELP (USER ASSISTANCE) 8613623 (2.1.0)
FRENCH TRANSLATION FOR ONLINE HELP (USER ASSISTANCE) 8642438 (2.2.0)
PORTUGUESE TRANSLATION FOR ONLINE HELP (USER ASSISTANCE) 8642100 (2.2.0)
RUSSIAN TRANSLATION FOR ONLINE HELP (USER ASSISTANCE) 9053820 (2.2.0)
EUROPEAN SPANISH TRANSLATION FOR ONLINE HELP (USER ASSISTANCE) 8679089 (2.2.0)
LATIN AMERICAN SPANISH TRANSLATION FOR ONLINE HELP (USER ASSISTANCE) 8619370 (2.2.0)
ETM:
ETM V2.1.5 ARABIC LANGUAGE PACK 7656886
ETM V2.2.0 LATIN AMERICAN SPANISH LANGUAGE PACK 8641536
and for ETM on-line help
ARABIC TRANSLATION FOR ONLINE HELP (USER ASSISTANCE) 8312186 (2.1.5)
LATIN AMERICAN SPANISH TRANSLATION FOR ONLINE HELP (USER ASSISTANCE) 8875372 (2.2.0)
OUBI:
OUBI V2.2.0 LATIN AMERICAN SPANISH LANGUAGE PACK 9140581
Subscribe to:
Posts (Atom)