UWL Wrong functioning after upgrade to 7.3

Hi,
We've upgraded Portal from 7.01 to 7.30 SP09 and UWL stop functioning:
Clicking over a worktiem and then clicking over another it shows the error “400   Session Not Found”.
Managing substitutions rules the user picker shows the message “No name found for: XXXX”.
Reading the system’s logs we’ve found the exceptions:
Cannot clear ICM server cache by [718ac393010411e3a1fa000000d23c1e] etagIP address
Failed to invalidate cached entry for user 718ac393010411e3a1fa000000d23c1e Exception:java.rmi.RemoteException: Cannot clear ICM server cache by [718ac393010411e3a1fa000000d23c1e] etag.; nested exception is: com.sap.bc.proj.jstartup.icmadm.IcmAdmException: interface disabled
Searching SCN post and OSS notes we’ve read and apply SAP Note 1635058 - J2EE crash in IcmAdm.getInstance, but the error persists. We also upgrade the UWL COLL PROCESS ENGINE 7.30 to the latest PATCH and still doesn´t working.
The system alias configured on the WebFlowConnector tests OK, already re-register the connector, clear the cache and restart UWL service.
Regards,
Gregory.

Hi,
We are getting the "cannot connect to provider " warning in frontend of portal while user is trying to view his/her inbox. though this issue is intermittent we have the following logs in trace files :
1. Cannot clear ICM server cache by [718ac393010411e3a1fa000000d23c1e] etagIP address.
2. Empty or null time zone value from Backend.
3.Attempting to create outgoing ssl connection without trusted certificates.
But we arent sure wether the warning message is due to the above mentioned logs.
Can any one help us regarding this?
Is the 3 mentioned logs the reason for getting the warning "cannot connect to provider "?
thanks and regards
Arghya

Similar Messages

  • Cannon MP830 can't use the scanner function after upgrading to Mavericks.

    I have an Cannon MP830 and now I can't use the scanner function after upgrading to Mavericks.  Can someone help?

    There is no ICA driver for this model so you won't be able to use Image Capture or Preview. But there is a TWAIN scanner driver and the supporting MP Navigator application available for 10.8 from Canon, so you could try installing these and see if you can scan again.

  • Loss of Blue tooth function after upgrade to 10.6

    I have a MacBook Pro... I also have a Motorola Droid that was working perfectly with blue tooth when I was using OS 10.5 etc... I was able to "Browse" my phone, Transfer files, it worked like a dream. After upgrading my OS to Snow Leopard... I am unable to transfer files or do any thing of any value using the blue tooth connection on my computer. When I attempt to "Browse" the phone I get the message "The Device does not have the necessary services" I have searched the forums for help with this issue... I'm seeing a lot of "your phone doesn't have that capability" or "your provider has disabled that to make you pay more" or worse yet... I've seen things like "blue tooth isn't made for file transfer it's only for headsets and headphones.
    Admittedly most of the people posting these questions had never been able to browse or transfer files before and were just now trying to make this work. I on the other hand had been able to use all these services. Which is why I am not considering my phone as the source of the problem at this time.
    Nothing has changed on my phone "no updates in software" and the only change that was made is going from Leopard to Snow Leopard. This is leading me to the conclusion that there is something I'm not seeing in 10.6.x that has caused an issue with my blue tooth functionality... I have gone in to system preferences, in to file sharing and enabled sharing in bluetooth... I have also tried to delete the Bluetooth plist file as was suggested in other discussion forums.
    This has not changed any thing I still get the same error when trying to transfer files or browse. If any one else has any advice on something I could try to return my bluetooth function to Pre10.6 that would be most helpful... I'm aware of work arounds "Emailing my self,,, etc." I'd prefer to have my bluetooth back.
    Sorry if this post sounds harsh or snippy... I'm getting very frustrated.

    Is it smarter economically to repair replace the board, or use the computer as it is and purchase a replacement?
    This depends on your usage. If you find performance with 1GB to be satisfactory (maybe not optimal, but satisfactory), just keep using it as is. A new logic board (which will likely be used or refurbished depending on the source) is $400-$800 plus installation. I don't know what company's charge to repair the logic board.
    If you decide to go with a new system, you can sell your current system to offset the cost. Or just keep it as backup/extra/computer, or give it to a family member who can use it. If I were going to give it to a family member, I'd reinstall Tiger, as it probably will work a little better in 1GB than Leopard.

  • Adobe 9 standard loses some functions after upgrading to ie 10 or 11.  is there a fix?

    After upgrading ie 9 to 10 or 11, adobe 9 standard loses some of it's functions most noticeable is printing.  Is there a fix for this?

    Generally when compatibility is considered (not OS aspect), it refers to the ability to use PDF Maker. Also, PDF Maker is only available on a PC, not a MAC. Generally, if Acrobat works on the OS, then printing to PDF is always an option. However, you lose bookmarks and such when you use that process. There are a few cases that are different and provide more functions. My word processor for instance does not have PDF Maker compatibility. However, the creator of the package added apparently PDF Marks in the file so that when used with the Adobe PDF printer, bookmarks based on styles are created.
    I also just noted that I got messed up in the mix of updates. I was thinking Acrobat updates, not IE. With the newer IE versions, you will only be able to print to the Adobe PDF printer, nothing more. Acrobat 9 is no longer being updated except for critical security issues. You might try the MS plugin for IE (if one is available -- sorry, but I am not an IE user) to convert from HTML or other IE display to PDF. I know MS has the converters for WORD, but not sure about other products. When you do not have PDF Maker available, as in your case, then the MS plugin may meet your needs.

  • No wi-fi or bluetooth function after upgrade to ios7

    After upgrading to iOS7 on my iPhone the Wi-Fi and Bluetooth these functions are not working

    1.Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears. DONT CONNECT YOUR DEVICE TO A COMPUTER.
    2.If that doesn't help, tap Settings > General > Reset > Reset All Settings

  • Deploy to experimental instance deploys to wrong location after upgrade to Vs2013

    Hi,
    I have an extension that is deployed against Vs2005/Vs2008/Vs2010/Vs2012 and I am planning to extend this to deploy against Vs2013.
    After upgrading my solution to Vs2013 the Vs2012 VSIX is no longer deployed to the experimental instance during the build.
    It appears the upgrade has caused the deployment to target "%APPDATA%\...\12.0EXP\.." instead of "%APPDATA%\...\11.0EXP\.."
    Setup:
    1) Visual Studio 2012 Solution which generates a Visual Studio Package Extension.
    2) Upgrade the solution to VS2013
    3) Attempt to build.
            Build fails with Error:
                "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\VSSDK\Microsoft.VsSDK.targets(503,5): error VSSDK1031: Extension '<myGuid>' could not be found. Please make sure the extension has been installed."
    4) Goto project properties and un-check "Deploy VSIX content to experimental instance for debugging"
    5) Attempt to build.
            Build Succeeds.
    Some additional log output showing the incorrect path resolution.
    ===========================
    2>Using "GetDeploymentPathFromVsixManifest" task from assembly "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\VSSDK\Microsoft.VsSDK.Build.Tasks.dll".
    2>Task "GetDeploymentPathFromVsixManifest"
    2>Done executing task "GetDeploymentPathFromVsixManifest".
    2>Done building target "GetVsixDeploymentPath" in project "Vs2012.csproj".
    2>Target "GetVsixDeploymentPath" skipped. Previously built successfully.
    2>Target "FindExistingDeploymentPath" in file "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\VSSDK\Microsoft.VsSDK.targets" from project "C:\cygwin\home\cpedlar\w\git\desktop\vs\Trunk\vs2012\Vs2012.csproj" (target
    "DeployVsixExtensionFiles" depends on it):
    2>Using "FindInstalledExtension" task from assembly "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\VSSDK\Microsoft.VsSDK.Build.Tasks.dll".
    2>Task "FindInstalledExtension"
    2>Done executing task "FindInstalledExtension".
    2>Done building target "FindExistingDeploymentPath" in project "Vs2012.csproj".
    2>Target "GetVsixSourceItems" skipped. Previously built successfully.
    2>Target "DeployVsixExtensionFiles" in file "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\VSSDK\Microsoft.VsSDK.targets" from project "C:\cygwin\home\user\w\git\desktop\vs\Trunk\vs2012\Vs2012.csproj" (target "PrepareForRun"
    depends on it):
    2>Task "UninstallExtension" skipped, due to false condition; ('$(ExistingDeploymentPath)' != '$(VsixDeploymentPath)' AND '$(ExistingDeploymentPath)' != '') was evaluated as ('' != 'C:\Users\cpedlar\AppData\Local\Microsoft\VisualStudio\12.0Exp\Extensions\myExtension'
    AND '' != '').
    2>Task "Message"
    2>  VsixID = myGuid
    2>Done executing task "Message".
    2>Task "Message"
    2>  VsixVersion = 1000.0.0
    2>Done executing task "Message".
    2>Task "Message"
    2>  VsixDeploymentPath = C:\Users\user\AppData\Local\Microsoft\VisualStudio\12.0Exp\Extensions\myExtension
    ===========================
    Any help or suggestions are appreciated.
    UPDATE:
    This is only occurring on my win7 machine.  I pulled my repo to a win8 VM and things are working as expected.  I'm not sure if this is a win7 issue or an error on my machine.  I think I'll attempt to re-install my Visual Studio instances and/or
    try on another win7 machine in the near future and see if I can narrow down the issue.  I will update again if I find any additional information.
    Thanks,
    Colin

    I just spent a half day trying to trouble shoot this problem assuming it was due to a change in the project settings. The error message is extremely misleading, and it would be nice if Microsoft could provide a fix for this issue!
        C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\
            VSSDK\Microsoft.VsSDK.targets(503,5):
            error VSSDK1031: Extension 'GUID of VSIX Package' could not be found.
            Please make sure the extension has been installed.
        Build FAILED.
    Looking at the block of code in Microsoft.VsSDK.targets was no help either:
        <!--Enable this extension via Extension Manager-->
        <EnableExtension
            VsixIdentifier="$(VsixID)"
            RootSuffix="$(VSSDKTargetPlatformRegRootSuffix)"
            FailIfNotInstalled="true" />
    It appears that an extension is only marked for deletion, and you must exit and re-start Visual Studio before the files are actually deleted. Take a look in your user profile %TEMP% folder:
        C:\Users\Xxxx\AppData\Local\Microsoft\VisualStudio\12.Exp
    Here you will find the extensions that are deployed to the experimental instance. During development I regularly delete the \Nn.Exp folders.
    David Schwartz

  • Old files are unable to be searched via Search Functionality after upgrade

    After upgrading TREX to version 7, older files prior to upgrade are now unable to be indexed. Only new files coming in are indexed properly.
    Thanks in advance for the help!

    Hi Lorcan, thanks for your response!
    Anyway, checking Indexing Monitor, all statuses are in RED (Unknown Error: null). Although there are number of documents indexed properly, these files are the new files after the upgrade. The old ones are not indexed.
    I have logged OSS already, but still no help.
    Thanks!

  • Will Boot Camp function after upgrade to Mavericks?

    Planning on upgrading from Snow Leopard 10.6.8 to Mavericks.
    I now have Windows XP on my Boot Camp partition. I also use an old version (2.0.8) of VMware Fusion to access the same BootCamp WinXP.  I rarely use Windows & I know my old version of VMware will not work. Would need to purchase a new version (6.x) for ~ $60.00. 
    But, I’m hoping I could still Option Boot into my BootCamp Windows.
    Am I correct? Or after upgrading to Mavericks, will I be unable to boot into Windows w/o a bunch of fixes & troubleshooting?
    Regards,
    Steve

    Thanks!
    Fingers crossed.
    As soon as I purchase iBank I will do the upgrade. Will make a bootable clone just b4 I do the upgrade.
    Will run Repair Permissions as well.
    Probably late tonight or Monday.

  • Wrong results after upgrading 10g database to 11.2.0.2.6

    Hi,
    Do anyone know, why the following query results are different?
    Not Working query:
    sql1:
    select col1 from tab1
    where col1 = (select '123' from dual)
    Working query:
    sql2:
    select col1 from tab1
    where col1 = '123';
    Both the sql1 and sql2 are returning same reseults in 10g database , but not in 11g.

    Pl post OS details along with sample outputs and explain plans from the the sql1 statement from the two databases. These MOS Docs may help also
    Things to Consider Before Upgrading to 11.2.0.2 to Avoid Poor Performance or Wrong Results [ID 1320966.1]
    Wrong Results on 11.2.0.2 with Function-Based Index and OR Expansion [ID 1264550.1]
    Wrong Results/No Rows for Sql Involving Functions in 11.2.0.2. [ID 1380679.1]
    HTH
    Srini

  • Labview 6.0 cannot call ActiveX functions after upgrading to Teststand 2

    I'm running on Win2K on my development system. I have been running fine with Teststand ver 1.0.3 and Labview 6.0 with several VI's using ActiveX to work with the TestStand engine. I tried installing TestStand 2.0 (dated Aug 2001) next to 1.03 (not on top of it) to start upgrading and all those ActiveX VI's no longer functioned.
    NI's documentation says Teststand 2 installs the LV RTE 6.02 on the system and to run a "REPAIR" on the LV RT Server 6.02 if installing LV 6.0 after Teststand (not my case). I ran the "repair" anyway to no avail.
    I tried running NI's ActiveX example "Write Table to XL.vi" and it also does not run (Error -2147024891, "Access is denied.
    in Open Excel and Make Visible.vi->Wr
    ite Table to XL.vi"). I have run this before just fine.
    I've even tried re-installing LV 6.0 and re-running the repair to no avail, also mass compiling everything in site. Always the same error!
    Please help, anyone. My system is DOWN!.....

    We have not seen this exact problem before with TestStand 1.0.3, 2.0, and LabVIEW 6.0. If your system is still down, please give us a call and we can talk through getting everything working. You can make a phone support request online by going to Request Support and choosing "Phone NI" from the Communication Method Pull Down menu.
    Regards,
    Shannon Rariden
    Applications Engineer
    National Instruments

  • Using "Edit in" function after upgrading to LR 4.4

    Hello all,
    I upgraded to 4.4 today and when I tried to use the "edit in" function on a photo an move to Elements 10 I got a message that LR was unable to prepare the selected file for editting and it will not be opened.  I tried multiple photos and none of them work.  I also went into preferences and set up Elements editor as my external program.  This worked this morning before the upgrade.  Any ideas?

    xDa7myx wrote:
    I thought that the "Edit In" feature works only with Ps full version (e.x. SC6), no the Element. I read that on LightroomKillerTips.com where they explained how to use this feature that was first introduced in 4.1 update.
    Am I wrong, or "Edit In" Elements was interduced in a later/current update?
    Thank you so much in advance
    You can make "Edit in" open any program, but it's not intuitive. 
    Edit menu, Preferences, External Editing tab.  Then Click "Choose" button, navigate to the program you want (on a PC it will generally be a .exe file in a subfolder of "C:\Program Files" or "C:\Program Files (x86)").  Then tailor other settings (file format, colour space, bit depth...).  Finally (don't forget this) click on the drop down next to "Preset:" and choose "Save current settings as new preset" and give it a suitable name.  That will add your chosen program as a new entry in the "Edit in..." list. 
    As I say, it's not inuitive!

  • MacBook Air battery not functioning after upgrade to Yosemite

    My MacBook Air battery did not take over after the upgrade I powered off the adapter and it just died. So I had to use the power adapter to power it back on, something is wrong with the battery after the upgrade, as it was working perfectly days before on battery.

    Is one of the 'etc.' a SMC reset?
    http://support.apple.com/en-us/HT201295
    Ciao.

  • Will my bootcamp continue functioning after upgrading to Mavericks?

    Hello, everybody!
    I have an early 2011 13-inch MacBook Pro running Lion and I consider upgrading to Mavericks. The "problem" is that I also have Windows installed on the computer via Bootcamp and I would like to know if this is supposed to continue working after the upgrade. My current Bootcamp version is 4.0.1. and I have Windows 7-32bit.
    Thank you in advance

    Yes, it is. Back up everything first in case a problem occurs.
    (110927)

  • Very slow library function after upgrading to lr3.4

    I "upgraded" to LR3.4 and since then the Library function absolutely crawls along.  I have a quad core desktop with gobs of memory.  it flew through library, import, and developing before.  Only change was downloading and installing what I thought was a minor update for raw file updates.  Ideas?

    yeah 10.4.10 is not playing nice. I've searched thoughout the forum and even called apple support and there is no clear solution. Apple basically told me to go back to 10.4.9... good thing I spent the extra $$ on applecare..huh

  • Error with a copy function after upgrading to patch 18 on the server

    Hi experts,
    I had the following error when I try to execute with trace in RSPLAN a copy function that was right and functioning over a workbook before upgrading to patch 18 in the server:
    'Char. value of 0COSTELMNT  does not correspond to value of block char. 623004'
    The functions seems to be right also when I check the values but the error message is still there and over the workbook Copy function button.
    Thanks,
    Diego

    Technically, Oracle supports Oracle XE through that forum. At least that was the policy as I knew it a while ago.
    With installation issues for XE and the like it's probably better to just post it there. Obviously a grey area and you may well get a hit or two here, but I think you should post these kinds of questions on the XE forum.
    When it comes to Apex development questions you can definitely post them here. I know, I know, it really is a pain! But you want to post where you have the best chance of getting good help.
    Earl

Maybe you are looking for

  • TS1567 where can i find a download of the apple mobile device driver, mine has vanished

    My Windows pc (windows 7 samsung laptop) stopped recognising my iphone 4. I tried stopping and starting my mobile device driver as advised by the troubleshooter, the driver then disappeared (unsearchable). I have been unable to find a download on the

  • When I try to either download Adobe Reader or remove 8.2.5 from my computer I get this message. Help

    Windows Installer. The feature you are trying to use is on a network resource that is unavailable. Clock OK to try again, or enter an alternate path to a folder containing the installation packege 'AdbeRdr820_en_US.msi' in the box below. I can't find

  • Related to Regular Expression

    The below code is removing the comma character from the expression. public static String formatString() { String s="��������abcdefghijklmnopqrstuv,,,,,,,,,!``~!@#$%^&*()--+={}[]|\'':;?/><.,wxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!@#$%^&*()----+=:;?.,1234567890

  • Thunderbolt output to hdmi 1.4

    Hi, I am using Thunderbolt Display and as you all know it's resolution is 2560x1440. When I want to connect it something else then iDevice, the way I choose is HDMI. But the problem is it needs to be a hdmi 1.4 cable so that it can support that max r

  • Glassfish v3 ClassCastException for same class, at a List.get() command.

    Hello everyone, I am in the process of developing a small web application with JSF 2.0 and JPA, both of which I am not entirely familiar with. But thanks to Google and a lot of very dedicated experts, the Java and JSF forums have helped me with creat