Java Collaboration Suite API - Common Problems......and Solutions!

, Hi all,
I'd just like to share some of the issues I've come across in my first try at using the Java Collaboration Suite API (including the Accelerator Kit).
In short,
The Good: I've succeeded in getting a working application, and the code doesn't look half bad.
The Bad: Man was it a pain to get to this point.
Here are a few notes about what I've found, what can be improved by oracle, and hopefully it will help others.
1. The initial setup went smoothly. I included the Jar's from the web kit, and was able to successfully connect using OCDConnectionFactory.CreateConnection. This first attempt didn't use the Accelerator Kit, as at the time I didn't even know it existed. As soon as I started to try any examples from Oracle, code snippets wouldn't even compile (usually due to FDKUtils and FDKSession) and I couldn't find out why. After exhaustive research, I found that the Accelerator Kit here (http://www.oracle.com/technology/products/cs/developer/contentservicesdev/contenservicesdevkit.html), but it is not a library in the lib. After even further research, I found a very interesting thing. If you click on the link I've shown, you will see 2 versions of the Accelerator Kit: The recent link just includes the kit as a bunch of classes. I found it kind of ugly to include those in my project. However, if you click on the older link you will find a jar called "content-ws-helper.jar". This is actually the Accelerator Kit in a JAR (yet without any documentation anywhere on this).
2. When using the accelerator toolkit, the connection string you use to connect changes. It no longer should have "ws" at the end. Don't believe this is documented anywhere! So if your connection string is http://server:8888/content/ws it should be changed to http://server:8888/content/
<strong>
</strong>3. Most of the examples given are appreciated, but they are also impossible to read. Methods should not be hundreds of lines of code long! Here is a handy method that I seem to be using quite often (at least in my use cases).
private Item getFolder(String path) throws OCSServiceException {
try {
FileManager fm = Managers.getFileManager(fdkSession);
Item workspace = fm.resolvePath(path, null);
CommonManager commonM = Managers.getCommonManager(fdkSession);
workspace = commonM.getItem(workspace.getId(), attributeRequest);
return workspace;
} catch (Exception e) {
LOGGER.error(e.getMessage(), e);
throw new OCSServiceException("Exception getting folder");
The key is the attributeRequest class variable. This is the object that changes depending on what properties I want to retreive regarding that folder. A commonly used one for getting categories is:
attributeRequest = FdkUtils.newAttributeRequestArray(Attributes.CATEGORY_CONFIGURATION,
FdkUtils.newAttributeRequestArray(Attributes.ATTRIBUTE_OVERRIDES,
new AttributeRequest[]{
FdkUtils.newAttributeRequest(Attributes.ATTRIBUTE_OVERRIDE_ATTRIBUTE),
FdkUtils.newAttributeRequest(Attributes.ATTRIBUTE_OVERRIDE_DEFAULT),
FdkUtils.newAttributeRequest(Attributes.ATTRIBUTE_OVERRIDE_CATEGORY_CLASS)
By seperating this out, It gets rid of a ton of the speghetti like code that you see in most of the examples and on the forums.
For example, this thread helped me in category updates for folders http://kr.forums.oracle.com/forums/thread.jspa?threadID=495959
, but as the post at the bottom states, this should not be the difficult. My method, which performs a similar method, is as follows:
public void updateFolderCategory(String path, String categoryName, String categoryAttributeName, Object value ) throws OCSServiceException {
try {
CategoryService cs = new CategoryServiceImpl();
long categoryId = cs.getCustomCategory(categoryName).getId();
long attributeId = cs.getCustomAttribute(categoryName, categoryAttributeName).getId();
NamedValue[] attOverride = new NamedValue[]{
new NamedValue(Attributes.ATTRIBUTE_OVERRIDE_ATTRIBUTE, new Long(attributeId)),
new NamedValue(Attributes.ATTRIBUTE_OVERRIDE_CATEGORY_CLASS, new Long(categoryId)),
new NamedValue(Attributes.ATTRIBUTE_OVERRIDE_DEFAULT, value),
new NamedValue(Attributes.ATTRIBUTE_OVERRIDE_REQUIRED, DEFAULT_REQUIRED),
new NamedValue(Attributes.ATTRIBUTE_OVERRIDE_SETTABLE, DEFAULT_SETTABLE),
new NamedValue(Attributes.ATTRIBUTE_OVERRIDE_PROMPT, DEFAULT_PROMPT),
NamedValue[] categoryConfigurationAttributes = new NamedValue[]{
new NamedValue(Attributes.ATTRIBUTE_OVERRIDE, attOverride)
connect();
Item folder = getFolder(path);
Managers.getCategoryManager(fdkSession).setCategoryConfiguration(folder.getId(), categoryConfigurationAttributes);
LOGGER.info("Updated folder category definition");
} catch (Exception e) {
LOGGER.error(e.getMessage(), e);
throw new OCSServiceException("Exception updating category");
} finally {
disconnect();
I hope this information helps someone, and I'd appreciate if anyone can also add input or critique my approach. I also hope that there is someone else out there who is still using the API and hasn't given up yet!

I was also looking for something like this..I did not get any response.
Did you tried to add bpel:exec ? you can call OCS api in the java blockc within BPEL. I am using this and creating folder from BPEL.

Similar Messages

  • CD-DVD ( Optical Drives ) Common Problems and Solutions

    CD/DVD Common Problems…
    Dear friends, I have noticed that many laptop users suffering from some common problems. cd/dvd ( Optical Drive ) problems are one of them.. so here I am trying to collect and make available solutions related to cd/dvd drives . Almost all solutions are already advised in previous posts but these are  all are in one post. We all are here for sharing problems and solutions. I always appreciate all corrections and additions. In first look optical drive problems seems like hardware problem. These problems have hardware/software both possibility so I request to administrator, to make available this post in both ( hardware – software  ) sections. I put only solution links to save forum’s valuable space.
    CD-DVD drive called  an OPTICAL DRIVE.
    CD-DVD discs called A MEDIA
    There are 2 possibilities for optical drives problems.
    Widows based problems
    Hardware based problems
    First here are windows based few common problems
    All windows based solutions are from Microsoft Corporation.
    Your CD drive or DVD drive is missing or is not recognized by Windows or other programs - Windows XP...
    Symptom:Your CD drive or DVD drive is missing or not recognized by Windows or other programs, so you cannot play or access a CD or DVD
    The CD drive or the DVD drive does not work as expected on a computer that you upgraded to Windows V...
    Symptom : You upgrade a computer to Windows Vista or install Windows Vista Service Pack 1 or you install or uninstall applications that have a CD/DVD filter driver.
    When you restart the computer, the CD drive or DVD drive no longer works as expected
    Your CD or DVD drive cannot read or write media
    Symptoms : Your CD or DVD Drive does not read or write and is shown as disabled
    The media in your CD or DVD drive cannot be read
    The media cannot be written to by your CD or DVD drive
    You receive one of the following errors:
    A class specific or device specific driver is missing or corrupt
    A CD or DVD drive cannot be found or is not connected
    The CD or DVD drive is experiencing a problem that prevents it from working properly
    The CD or DVD drive is not accessible via an assigned drive letter
    How to troubleshoot common problems that occur when a Windows XP-based computer cannot read a CD or ...
    Symptoms:
    The disc label does not appear in Windows Explorer.
    The contents of the disc do not appear in Windows Explorer.
    When you insert the disc in the drive or when your computer tries to read the disc,the computer stops responding.
    You cannot eject the disc from the drive.
    The computer takes a long time to read the disc.
    CD drive or DVD drive errors may cause unexpected program crash in Windows XP
    Symptom : Error
    "Program_name has caused and error and must be closed. We apologize for the inconvenience. If you were in the middle of something, the information you were working on might be lost. Please tell Microsoft about this problem. We have created an error report that you can send to help us improve rogram_name. We will treat this report as confidential and anonymous. To see what data this error report contains, click here."
    You cannot write to a DVD-RAM disc that is in a DVD-RAM/CD-RW combination drive
    Symptom : "The disc in the drive is not a writable CD or it is full. Please insert a blank, writable CD into drive D:\, or insert a disc with enough free space to hold all the files you have selected for writing to CD. "
    DVD-RW Drive Appears in My Computer as a DVD-R Drive
    Symptom : "If your computer has a DVD-RW (digital video disc rewritable) optical drive, the DVD-RW icon may not appear in My Computer. Instead, your DVD-RW optical drive may appear as a DVD-R (digital video disc recordable) icon."
    Windows XP does not recognize a DVD-RW disc
    Symptom : When you insert a DVD-RW disc into the DVD drive of a Microsoft Windows XP-based computer, Windows XP does not recognize the disc. For example, you do not see any files on the disc.
    You may also experience this problem with DVD-RW discs that have been formatted as VD-VR. Some consumer DVD recorders use the DVD-VR format.
    CD-R drive or CD-RW drive is not recognized as a recordable device
    Symptom : When you try to burn data to a CD-R or a CD-RW, you do not have the option to send data to the CD drive.
    When you view the properties of the CD-R drive or the CD-RW drive, you notice that the Recording tab is not displayed in the CD Drive (drive_letter: ) Properties dialog box, where drive_letter is the letter of the CD-R drive or CD-RW drive.
    Note To view the CD Drive (drive_letter: ) Properties dialog box, click Start, click My Computer, right-click the CD drive that you want, and then click Properties.
    Additionally, you may receive the following error message:
    There is no disc in the drive. Please insert a writable CD into drive.
    CD-ROM Drive May Not Be Able to Read a UDF-Formatted Disc in Windows XP
    Symptom : Your computer cannot read some or all files on CDs or DVDs that were recorded through the use of the Optical Storage Technology Association (OSTA) Universal Disk Format (UDF) file system standard. Symptoms may include:
    The disc is not recognized at all and shows up as empty.
    Error messages such as "The file or directory is corrupt and unreadable" appear when you try to access files in Windows Explorer.
    Some portions of a DVD-video may not function correctly
    How to troubleshoot issues that occur when you write data to a CD-R or CD-RW optical disc in Windows...
    Symptoms :issues that occur if you write data to CD-R and CD-RW optical discs and how to troubleshoot issues with CD-R and CD-RW drives.
    These are most common issues related to optical drivers.
    Tomorrow will try to explain hardware possibilities.
    All friends suggestions and correction are highly advisable..

    I upgraded to W7 and everything works fine except two things.
    I followed the
    http://h30434.www3.hp.com/t5/Operating-systems-and-software/Windows7-Upgrade-Guide-for-dv6000-dv9000...
    process and still have the problem DVD not under device manager
     DVD spins when booting but after W7 splash screen no longer functions, it did work prior to upgrade.
    I have seen many listed problems but no solution. my device is a TS-L632N and based on the most recent drivers i can find still not working. I looked in the registry and it is not listed under cdrom or
    {4D36E965-E325-11CE-BFC1-08002BE10318}
    there are no upper or lower filters

  • ORACLE COLLABORATION SUITE INSTALLATION - HANG PROBLEM

    [30-03-2004:5.09pm]
    ORACLE COLLABORATION SUITE - HANG INSTALLATION PROBLEM
    Problem
    On the middletier installation at 97%, when 'Setting up Oracle Calendar server 9.0.4.1.0' - setting envoronment variable 'CALMGRVALUE' 'to 03e4....', the installation hanged. All patches have been applied. I have also checked all of the listener, database (infra and storage) and service (oidmon, oidldapd, ohs, OC4J_DAS) and all are running properly.
    Product
    Oracle Collaboration Suite 9i Release 2 (9.0.4.1.0)
    Platform
    Red Hat Enterprise Linux AS 3.0
    Installation Type
    Single Box
    Installation Sturcture
    [Infratructure]      
    Directory:      /oracle/infra
    Instance      Name: iasdb
    Port:           1521     
    [Information Storage]
    Directory:      /oracle/store
    Instance Name:      store
    Port:           1522
    [Middletier]
    Directory:     /oracle/mid
    Instance Name:      mid
    Server Spec
    CPU: Intel Xeon 700MHz x 4
    RAM: 2Gb
    HD: SCSI 36.4 Gb x 5 (Raid 5)
    Swap: 2Gb
    Last Message On InstallAction Log
    OracleHome = /oracle/mid
    JavaHome = /oracle/jre/1.3.1
    Query Returned: 03e48df5d45face1cf9265b70d70512baa33bc8d601a13d079
    Calling Action generalActions2.3.0.8.0 setenv
    selectedNodes = null
    name = CALMGRVALUE
    value = Protected value, not to be logged
    append = null
    replace = true
    Calling Query calQueries9.0.4.0.8 Obfuscate
    inputString = Protected value, not to be logged
    OracleHome = /oracle/mid

    Ihave had the same problems on a SLES 8.
    I don't have access to the patches. But for me helps a very dirty trick:
    run an pstree -p
    example:
    runInstaller(31835)---java(31836)---java(31837)-+-java(31838)
    | | |-java(31839)
    | | |-java(31840)
    | | |-java(31841)
    | | |-java(31842)
    | | |-java(31843)
    | | |-java(31844)
    | | |-java(31846)
    | | |-java(31848)
    | | |-java(31849)
    | | |-java(31850)
    | | |-java(31851)
    | | |-java(31852)
    | | |-java(31853)
    | | |-java(31855)
    | | |-java(31920)
    | | |-java(31975)
    | | |-java(31976)
    | | |-java(8168)---java(8169)---java(8198)-+-java(8199)
    | | | |-java(8200)
    | | | |-java(8201)
    | | | |-java(8202)
    | | | |-java(8203)
    | | | |-java(8204)
    | | | `-java(8205)
    | | |-java(8170)
    | | `-java(8171)
    look for the latest spaning process here pid# 8205
    a strace -p 8205 says:
    "Process 8205 attached - interrupt to quit"
    This Process wants to be interupted... Give him an
    kill -9 pid (here 8205)
    Take a look to your Installer Programm...

  • Java.exe has encountered a problem and needs to close.

    I installed Oracle8i on my P4 then when I reboot I get the error "java.exe has encountered a problem and needs to close." even if I click on "don't report" if keeps popping up, anything to do to resolve this?
    Thanks.

    Hello...
    i had the same problem. then when i searched oracle documentation, it suggested as follows:
    1. go to your %ORACLE_HOME%\Apache\Apache\conf\httpd.conf
    2. comment out 2 lines that has
    include ....\jserv.conf
    include ....\oracle_apache.conf
    so your new line will be:
    #include ....\jserv.conf
    #include ....\oracle_apache.conf
    Those lines are at the end of the file.
    3. save the file.
    4. reboot your machine.
    that solution works for me.. hope it works for you too.
    GOOD LUCK!
    --Melani                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • My iSight is not working on my Macbook Pro. What are the possible problems and solutions?

    My iSight is not working on my Macbook Pro. What are the possible problems and solutions?

    Hello Douglas,
    Thank you for the details of the issue you are experiencing with the built-in iSight camera on your MacBook Pro.  I recommend the following steps for this issue:
    Important: Follow these instructions in order. Test the camera between steps to see if the issue is resolved.
    Built-in iSight cameras
    These steps are for iSight cameras that are built into a computer, such as the iMac G5 (iSight) or later, the MacBook, or MacBook Pro.
    See if the issue is application-specific.
    Try another application (iSight works with applications like iChat, PhotoBooth, and iMovie HD 6) to see if the iSight camera exhibits the same behavior in all applications. If it only happens in one application, try reinstalling that application.
    See if the issue is user-specific.
    Test your iSight camera in another user account. If the issue only occurs in one user, the issue would be isolated to user settings.
    Find out if the computer recognizes the iSight
    Check System Profiler (in the Utilities folder, inside the Applications folder). Under the USB header, check to see if the iSight camera is detected.
    Reset SMC or PMU
    Reset your computer's SMC or PMU, and then check System Profiler again. (SMC reset instructions for iMac G5 (iSight), Intel-based iMacs; PMU reset instructions for MacBook and MacBook Pro.)
    If your built-in iSight camera is still not behaving correctly after trying all these steps, you may need to contact Apple or an Apple-Authorized Service Provider for service.
    You can find the full article here:
    How to Troubleshoot iSight
    http://support.apple.com/kb/ht2090
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • CRM Solution database  How to main the problems and solution types

    Hi
    Can anyone tell me how to maintain problems and solutions in the CRM solution database , after setting up the TREX and SAF for the IC webclient .
    we are unable to maintain the problem types with 1200 words in the problem description in IS01 Transaction  We are unable to  assign the codes to  the problem type at the time of  maintaining the problems and solutions in the IS01 transaction for solution database . after maintaining the problems and solutions the SAF indexing with full compilation and cluster compilation . the list of documents were showing successful status but when we search by the attribute type in the knowledge search  the message is showing no search refinement found .kindly expedite the solution for the  the above description
    The TREX connectivity has been established successfully and the SAF is configured successfully without any errors in it but  but we are unable to search the text based and attribute based search in the IC webclient knowledge search .
    Regards
    Vikas dinaker

    Dear Vikas,
    Kindly check C13_BB_Config guide as service marketplace.
    It says in section 3.1.5.2.3 on page 57, the below mentioned paragraph.
    3. On screen Create Problem maintain the following data:
    Be sure that the descriptions of the following problem(s) and solution(s) are defined in all languages that you want to use (e.g., in the E-Commerce Internet Customer Self-Service).
    4.Choose Enter. The default parameters are filled; please also see the NOTE following this description.
    5.Enter the problem description listed in the box below. The first line should not exceed 40 characters, for this is like a short description of the problem that will be displayed in the first line of the hitlist in the search.
    hope this helps
    Amit

  • Best Practice on Knowledge Management, IS01 Problems and Solutions

    Been Playing with KM and looking for insight from other users (will give points) using it for ICWC.
    We have mulitple product lines where we have documents with Q & A's in each line.  As I look at moving that into CRM via IS01, I am looking for any Best Practices or recommendations.
    1. Create a single problem and solution for every question.
    2. Create a single problem (list all questions)  for every product line and create multiple solutions that are linked to that problem (solution for each question)
    3. Is LMSW a good tool for loading data in mass?
    The ICWC search brings back the 1st line on the problem & solution on the screen, meaning I try to limit the characters used so it fits on the ICWC screen, a long 1st line on the problem doesn't allow the agent to see enough of the solution without opening the link.
    Thanks,
    Edited by: Glenn Michaels on Jun 14, 2008 9:52 PM

    Hello Glenn,
    If it helps, here's a scenario about KB on my company system.
    Our call center supervisors are the persons who creates problem and solutions in our KB. They maintain it but don't use IS01 transaction. They use instead  People Centric BSP's for Problem s and solutions (they're integrated in IC webclient with the help of transaction launcher).
    Normally, they prefer creating multiple solutions to one problem, instead of single problem - single solution method. This because some questions may have multiple solutions. They could put all the solutions text in one solution object, but for maintainance purposes we think it's better to create multiple solutions object to every solution text, because if one solution becames obsete, all we have to do is unlink instead of changing the text.
    We don't use LSMW. I don't have much experience in LSMW, but if you use it, be careful to respect KB interval numbers for problems and solutions. We implement an initial set of problems and solutions in our Development system, and we passed to the Quality and Produtive system, with the precious help of sap note '728295 - Transport the SDB customization between two CRM systems' and '728668 -Transport the content of the SDB between two CRM systems'.
    One cool idea to use the KB is using Auto-suggest feature. The idea is to integrate the links between problems and solutions with, for example, service ticket categorization, using BSP Category modeler, and when an agent classifies a ticket, at the top of the screen it will appear the suggested solutions/problems for the classification choosen.
    I think that's all.
    Sorry for my poor english. Today I'm not feeling very inspirated
    Kind regards.
    Edited by: Bruno Garcia on Jun 17, 2008 9:51 PM (added note 728668)

  • TS1362 I am having trouble playing imported cds.  The tracks keep sticking which is a bit like buffering is this a common problem and can i rectify it.

    Being new to the iphone I am having trouble listening to imported cds.  The tracks keep sticking a bit like buffering.  Is this a common problem and can it be solved just by addressing a general buffering problem which I already have on youtube but have not rectified as yet.
    Thanks Kaz T

    If <alanfromnewtownards> fix fails to address the issue - turn off iMessage and Facetime in Settings.  Settings\iMessage, and Settings\facetime.
    Sync by cable to iTunes.
    Leave cable connected, open Settings\iCloud and ensure at least Mail is on and dsplays your Apple iD email -  then turn iMessage and Facetime back on.  Ensure that in the ISettings...\iMessage...\Facetime page that the Receive at field and Receive video calls at email address is the same address as your Apple I.D.
    Resync when finished.
    If still having problems with Facetime then check that the required port is open - allowing traffic in your router.
    http://support.apple.com/kb/TS1629
    In some cases you may need to turn on Port forwarding and open the port manually to allow traffic through.  See your router documentation for details.
    If having problems verifying, open iTunes store App on your pad.  at bottom of page, click on your ID and sign in. Go to your Account details (re-veryfying and answering security questions may be required to do this) - check all details are correct.
    Finally right click your device icon in iTunes and select Reset warnings.  resync when finished.
    Ct

  • Solution Database - Maximum number of Problems and Solutions

    Hi everyone,
    I´m new at CRM and I was wondering if you could help me sharing your knowledge and experience on this.
    I completed the SAF and solution database configuration , I was wondering if there´s a maximum number of problems when creating problems and solutions on IS01? Also Can I have 2 or more solution data bases (with different problems and solutions) assigned for a business role?
    comments are appreciated
    thanks!

    http://help.sap.com/saphelp_crmhana/helpdata/en/a4/9fa471b41f44828da6ea1490f02e2b/frameset.htm
    What about this?
    Best regards,
    Thomas Wagner

  • Review Problems and Solutions after upgrade question

    I have recently migrated from WSS 3.0 to Sharepoint Foundation 2010.  I now have a the following messages in Sharepoint Admin.
    The SharePoint Health Analyzer has detected some critical issues that require your attention. View these issues.
    Accounts used by application pools or service identities are in the local machine Administrators group.
    Using highly-privileged accounts as application pool or as service identities poses a security risk to the farm, and could allow malicious code to execute. The following services are currently running as accounts in the machine Administrators group: SharePoint
    Central Administration v4 (Application Pool)
    SPTimerV4(Windows Service)
    Built-in accounts are used as application pool or service identities.
    Using built-in accounts like Network Service or Local System as application pool or as service identities is not supported in a farm configuration. The following services are currently running as built-in identities on one or more servers: SPSearch4(Windows
    Service)
    The last time I tried to correct this type of issue I wound up creating a problem that I was unable to correct.  I had to  reinstall Sharepoint.  How critical is this and what is the best way to make these changes without causing larger problems? 
    I am using two accounts to run the services/pools/etc.  Well 3 if you count the Local System.  Account #1 and #2 are not in the Admins group.  They were when I installed everything but I have since removed them.

    Hi Poly,
    I recommend to follow the steps below to see if the warning message remains:
    1.   Re-run Rule Definition.
    In Central Administration, go: Monitoring > Health Analyzer > Review rule definitions. On the Health Analyzer Rule Definitions page, in the Category: Security group, click the rule definition link, Accounts used by application pools or service identities
    are in the local machine Administrators group. Click the Run Now button, then click Close. Wait a minute or two, and then return to Review problems and solutions page.
    2.   Reset Farm Service.
    Login to the local machine hosting the farm Central Administration application. Go to Start > Administrative Tools > Services and scroll down to the SharePoint 2010 Administration service. Double-click this service, select the Log On tab. If not selected,
    select  the This account option and then enter or re-enter the farm account. At the warning prompt, "The new login name will not take effect until you stop and restart the service," click OK. Stop and restart the service, and then
    click OK. Wait a minute or two, and then return to Review problems and solutions page.
    3.   Reset the Farm Timer Service.
    Login to the local machine hosting the farm Central Administration application. Go to Start > Administrative Tools > Services and scroll down to the SharePoint 2010 Timer service. Double-click this service and select the Log On tab. If not selected,
    select  the This account option and then enter or re-enter the farm account. At the warning prompt, "The new login name will not take effect until you stop and restart the service," click OK. Stop and restart the service, and then
    click OK. Wait a minute or two, and then return to Review problems and solutions page.
    More references:
    http://alstechtips.blogspot.com/2013/12/health-analyzer-accounts-used-by.html
    http://technet.microsoft.com/en-us/library/hh344224(v=office.14).aspx
    http://technet.microsoft.com/en-us/library/ff805066(v=office.14).aspx
    Victoria Xia
    TechNet Community Support

  • Knowledge Search - Problems and Solutions

    Hi,
    I am creating Problems and Solutions (in IS01). But that is not visible in knowledge search in IC Webclient.
    I have also done compilation in SPRO -> CRM -> Enterpise Intelligence -> SAF, but not getting the result.
    Please Help.
    Regards,
    Ankush

    -  Your IC WebClient Profile should point to the Knowledge Management Profile which point to the Configured Knowledge Base ( Problems and SOlutions )
    - I hope SAF Diagnosis Tool looks good ( CRMC_SAF_TOOL )
    -  I hope you have gone through the Best Practice Document ( help portal ) for Interaction Center which tells step by step ways to configure Knowledge Base

  • HT5731 I am unable to delete unwanted songs from my wish list. Does anybody else have this problem and/solution. Thanks

    I am unable to delete unwanted songs from my wish list. Does anybody else have this problem and/solution. Thanks

    I have the same problem, and other people have also posted about it. I assume that there is either a bug with the current version of iTunes and/or that there is a problem at Apple's end

  • IOS 5 Upgrade Problems and Solutions

    Thought it might be good to have a repository thread for folks having difficulty with the upgrade to iOS 5.
    Here's what I experienced:
    The download was fast (fast wired internet) but the install was long and buggy.  For some reason many of my apps didn't show up after the initial install and my music/podcasts/videos were all missing.
    Turns out the phone had a large block of memory reserved (listed as OTHER) after the inital install.  I did a sync without music to get the missing apps back on the phone, put the missing apps back in their proper folders, then synced one more time to put my music/podcasts/videos back on the phone.  All was fixed!
    Anybody else have problems and solutions they can share?

    bbcamaro68 wrote:
    Hey i was having the same issues i tried contacting apple but got no where, it wouldnt let me restore and back up i keep getting the same error message. 
    went on my iphone under settings and restored back to factory settings, (not data just the factory settings for iphone) 
    and this fixed the problem, ios 5 update with no further problems. 
    hope this helps. 
    -Jim
    Jim- 
    Was this just for the Interal Error with no number reference or for the 3200 reference? I tried this with the plain Internal Error to no avail. I have an appointment with Apple in 45 min so hopefully I can return good news. Here's hoping!

  • When I am connected to the WiFi, my apps cannot be download. Once I had disable the wifi and connect directly to the service provider, the apps will start to download. Please advise what is the problem and solution for my iPhone 5.

    When I am connected to the WiFi, my apps cannot be download. Once I had disable the wifi and connect directly to the service provider, the apps will start to download. Please advise what is the problem and solution for my iPhone 5.

    I can't follow your meaning. What does connect directly to your ISP mean?
    Did you mean turning off WiFi but turning on Cellular Data on your iPhone?

  • The on/off button on my iPhone 5S is difficult to use.  Sometimes I have to use a golf tee to get it to shut off.  Is this a common problem and can it be fixed?

    The on/off button on my iPhone 5S is difficult to use.  Sometimes I have to use a golf tee to get it to shut off.  Is this a common problem and can it be fixed?

    I'm not sure what difference it makes if its a common problem or not but as its a hardware problem it needs to fixed so take it into an Apple store or authorized iPhone service provider and ask them what can be done.

Maybe you are looking for

  • FSCM-CR Case types for Documented Credit Decision (FDCD, FDCA) missing.

    Hi FSCM community I am looking at the FSCM CR module and got some issues here and there. Here's one of them. Documentation for the SAP IMG node: FSCM -> Credit Management -> Credit Risk Monitoring -> Documented Credit Decision -> Settings in the Case

  • How to process attachments using an XI-Adapter

    Hi together, I have seen that there are a lot of problems processing attachments of XML messages in SAP XI 7.0. Unfortunately I have the same problem by using an XI sender adapter. My scenario is as follows: I will get an PurchaseOrderRequest_Out out

  • TRANSFER OF PAYROLL CLUSTER FROM ONE SERVER TO ANOTHER

    Dear All, We want to trasnfer payroll clusters from one server to another for selected employee only. Please tell me the process / program name etc Thanks in advance Sanjay Mathane

  • Constructing dynamic SQL

    Forms6000. In a when_button trigger, I've coded dynamic sql statements via the concatenation method, nested within IF statements using forms_DLL built-in. Through debugging methods have confirmed that the statements are in fact being dynamically cons

  • Controls available in Output type

    Hello Gurus, Could you please tell me different controls available in Output types. How different we configure the condition records for print and EDI output? Points will be rewarded generously. Thanks and Regards, Pavan P.