Missing workflow history link of "In Progress" workflow!!!

I recently get complaint from customer that they lost their "In Progress" workflow history link on documents.
I searched on internet and found that "Workflow Auto Clean" job will remove only "Completed" workflow link for document.
So Why SharePoint has removed workflow history link of "In Progress" workflow? and now any work around to get it back because there are approx. 100 document's which running workflow history is missing.

The issue is caused when migrating from 2010 to 2013. Microsoft’s upgrade process seems to have missed an update required to the Workflow History list, and the following powershell fixes it, with the key being the .SystemUpdate($false) on each item in the workflow
history list:
$url = 'http://mysite/myweb' #todo: update powershell to loop through all sites
$site = new-object microsoft.sharepoint.spsite($url);
Write-Host $site.allwebs.count
$web=$site.OpenWeb();
$spListColl = $web.Lists
foreach($list in $spListColl)
if($list.Title -eq "Workflow History")
foreach ($listItem in $list.Items)
$listItem.SystemUpdate($false)
Write-Host "Updating Items Done"

Similar Messages

  • Missing Workflow XAML Feature Error during site creation from custom template Microsoft.Workflow.Client.ActivityNotFoundException

    Hi,
    I am using SharePoint 2013 Enterprise with the March CU.
    I created a project site template with libraries, lists and workflows and saved it as a template with content.  When I try to create a new site using this template, I get the error pasted at the bottom.
    I was using SharePoint designer workflow custom activities created in VS2012. I uninstalled those and decided to call a web service directly from SharePoint designer.  The workflows work fine inside of the site which I want to create a project template
    from.  When creating a new site from the template, SharePoint complains about a missing workflow XAML feature.
    Do I have some leftover references to the custom features? Does anyone know how to resolve this issue?
    <nativehr>0x8107058a</nativehr><nativestack></nativestack>Microsoft.Workflow.Client.ActivityNotFoundException: The activity named 'WorkflowXaml_13602d27_d83f_48bb_b73b_54ef9df29a0e' from scope '/SharePoint/default/cbb1afbb-8112-47b3-82b1-6e1f47923d9a/20857512-9689-4361-a887-04644d740b1c'
    was not found. HTTP headers received from the server - ActivityId: 22e889a4-6edb-4b0b-8e09-9bb04483b991. NodeId: SERVERNAME. Scope: /SharePoint/default/cbb1afbb-8112-47b3-82b1-6e1f47923d9a/20857512-9689-4361-a887-04644d740b1c. Client ActivityId : 69e6449c-9c3c-f090-404f 
      Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 
     Exception Details: System.Runtime.InteropServices.COMException: <nativehr>0x8107058a</nativehr><nativestack></nativestack>Microsoft.Workflow.Client.ActivityNotFoundException: The activity named 'WorkflowXaml_13602d27_d83f_48bb_b73b_54ef9df29a0e'
    from scope '/SharePoint/default/cbb1afbb-8112-47b3-82b1-6e1f47923d9a/20857512-9689-4361-a887-04644d740b1c' was not found. HTTP headers received from the server - ActivityId: 22e889a4-6edb-4b0b-8e09-9bb04483b991. NodeId: SERVERNAME Scope: /SharePoint/default/cbb1afbb-8112-47b3-82b1-6e1f47923d9a/20857512-9689-4361-a887-04644d740b1c.
    Client ActivityId : 69e6449c-9c3c-f090-404f
    Source Error: 
     An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  
    Stack Trace: 
    [COMException (0x8107058a): <nativehr>0x8107058a</nativehr><nativestack></nativestack>Microsoft.Workflow.Client.ActivityNotFoundException: The activity named 'WorkflowXaml_13602d27_d83f_48bb_b73b_54ef9df29a0e' from scope '/SharePoint/default/cbb1afbb-8112-47b3-82b1-6e1f47923d9a/20857512-9689-4361-a887-04644d740b1c'
    was not found. HTTP headers received from the server - ActivityId: 22e889a4-6edb-4b0b-8e09-9bb04483b991. NodeId: SERVERNAME. Scope: /SharePoint/default/cbb1afbb-8112-47b3-82b1-6e1f47923d9a/20857512-9689-4361-a887-04644d740b1c. Client ActivityId : 69e6449c-9c3c-f090-404f]
       Microsoft.SharePoint.Library.SPRequestInternalClass.ApplyWebTemplate(String bstrUrl, String bstrWebTemplateContent, Int32 fWebTemplateContentFromSubweb, Int32 fDeleteGlobalListsWithWebTemplateContent, Int32 fIgnoreMissingFeatures, String& bstrWebTemplate,
    Int32& plWebTemplateId) +0
       Microsoft.SharePoint.Library.SPRequest.ApplyWebTemplate(String bstrUrl, String bstrWebTemplateContent, Int32 fWebTemplateContentFromSubweb, Int32 fDeleteGlobalListsWithWebTemplateContent, Int32 fIgnoreMissingFeatures, String& bstrWebTemplate,
    Int32& plWebTemplateId) +293
    [SPException: Microsoft.Workflow.Client.ActivityNotFoundException: The activity named 'WorkflowXaml_13602d27_d83f_48bb_b73b_54ef9df29a0e' from scope '/SharePoint/default/cbb1afbb-8112-47b3-82b1-6e1f47923d9a/20857512-9689-4361-a887-04644d740b1c' was not found.
    HTTP headers received from the server - ActivityId: 22e889a4-6edb-4b0b-8e09-9bb04483b991. NodeId: SERVERNAME. Scope: /SharePoint/default/cbb1afbb-8112-47b3-82b1-6e1f47923d9a/20857512-9689-4361-a887-04644d740b1c. Client ActivityId : 69e6449c-9c3c-f090-404f]
       Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx) +146
       Microsoft.SharePoint.Library.SPRequest.ApplyWebTemplate(String bstrUrl, String bstrWebTemplateContent, Int32 fWebTemplateContentFromSubweb, Int32 fDeleteGlobalListsWithWebTemplateContent, Int32 fIgnoreMissingFeatures, String& bstrWebTemplate,
    Int32& plWebTemplateId) +889
       Microsoft.SharePoint.SPWeb.ProvisionWebTemplate(SPWebTemplate webTemplate, String webTemplateToUse, SPFeatureWebTemplate featureWebTemplate, Page page, SPFeatureDependencyErrorBehavior featureDependencyErrorBehavior, ICollection`1& featureDependencyErrors)
    +928
       Microsoft.SharePoint.SPWeb.ApplyWebTemplate(SPWebTemplate webTemplate, Page page, SPFeatureDependencyErrorBehavior featureDependencyErrorBehavior, ICollection`1& featureDependencyErrors) +532
       Microsoft.SharePoint.ApplicationPages.TemplatePickerUtil.ApplyWebTemplateAndRedirect(SPWeb Web, String strWebTemplate, Nullable`1 bSharedNav, Boolean bOnTopNav, Boolean bOnQuickLaunch, Page page, Boolean bDeleteOnError, SPFeatureDependencyErrorBehavior
    featureDependencyErrorBehavior, ICollection`1& featureDependencyErrors) +2076
       Microsoft.SharePoint.ApplicationPages.NewSubwebPage.BtnCreateSubweb_Click(Object sender, EventArgs e) +861
       System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +146
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3586
    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18045  

    Hi  Jerry Choinski,
    For your error, It could possibly have something to do with that the workflow did not publish before saving your project site as a template.
    The "Elements.xml" file, which is packaged within the "wsp" solution file contains 2 "<File" elements. One file element represents the XAML file, and the other
    represents the WF association file. If the WSPublishState value for each "<File" element differ (one has a value of "3" and the other a value of "1"), the error will occur. For solving your problem, please update the WSPublishState value for both "<File"
    elements to “3”.
    PropertyName="WSPublishState"
    Value="3"
    Also note that the WSPublishState property is also duplicated within the "MetaInfo" property, so both occurrences should be updated. Then the resulting files need
    to be re-packaged into the template.
    Reference :
    http://social.technet.microsoft.com/Forums/en-us/be41f1c5-1dfb-4869-9a52-1c93902bfd91/microsoftworkflowclientactivitynotfoundexception-when-deploying-solution-with-workflow
    Please inform me freely if you have any questions.
    Thanks

  • User Usage Tracking History  Link  not  visible in Reports

    Hi All,
    I want to create reports based on user usage login details by using the user usage tracking history link in report section.But presently i do not find the link there.May i know what can be the problem behind this issue?
    Thanks in advance,
    Manish.

    This is only available in historical subject area. If you cannot see this please ask your admin to turn this on within your role.

  • TFS 2012 work items migration to TFS 2013 along with History,Links/Attachments & Custom fields??

    Dear All,
    TFS 2012 work items migration to TFS 2013 along with History,Links/Attachments & Custom fields?? is there any way..
    Tried couple of tools:
    1) Excel based migration : loss of data is custom fields, links, attachments, status
    2) few tools in Code plex : Crashing/Not working.
    Kindly provide your valuable comments here.
    Cheers, Tarun

    Hi Tarun,
    I'd like to know the tools that you used in CodePlex. Generally, CodePlex project is not supported in MSDN forum, and you can post your questions and concerns in the issue secton of the project.
    If you use TFS integration tools, according to this
    blog, it is limited to migrating only Version Control items, Work Items, and the links between them. Please check the limiation and have a check with your migration. For the customized fields, you might need to do the same customizatoin on the target
    team project.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. <br/> Click <a
    href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.

  • I would like to clear my address row history completely, but I never get it totallly emptied. The remaining addresses are not bookmarked, i.e no stars on the row, but still exist after I have emptied all history both via the History link and via the Tools

    I would like to clear my address row history completely, but I never get it totallly emptied. The remaining addresses are not bookmarked, i.e no stars on the row, but still exist after I have emptied all history both via the History link and via the Tools link. How come adresses still can exist after I have done this?
    == This happened ==
    Not sure how often

    I clear all history but i still get hints (what i've typed before) when i wanna type something in a site i've visited before!! whats the solution?

  • Missing workflow types in CUP

    Hi Experts,
    I am missing the workflow types. That is the workflow type CUP , mitigation control etc is not visible. Even the workflow type column is missing in request type. I have already imported the inital files
    AE_init_clean_and_insert_data.xml
    AE_init_append_data.xml
    and AE_init_append_data_CC.xml
    I guess it has something to do with one of these files not being uploaded correctly. how can I be sure?
    Thanks,
    Chinmaya
    Edited by: chinmaya prakash on Jun 11, 2010 12:31 AM

    Hi,
      Go to configuration -> miscellaneous and see if you can see all the workflow types. If you can not then upload the files again.
    If you do see the workflow types then activate them but clicking on the active checkbox in the right most column and save the settings.
    Regards,
    Alpesh

  • MSS Approval chip - missing Workflow system icon / image

    Hello to all,
    We are implementing HR Renewal 2.0 FP2 on a Gateway Hub setup.
    The TASKPROCESSING IW_PGW component was configured and the workflow from the Backend are showing up and when clicked the approval task is displaying the new UI5 approval screen (which is nice :-).
    The only issue so far is the Missing image / icon for the Workflow system as shown in the screen shot.
    Using Httwatch, there are no error.  Anyone experienced this similar issue?

    Same here...looks like the image source is returned via the odata call.
    "/sap/opu/odata/IWPGW/TASKPROCESSING;mo;v=2/UserInfoCollection(SAP__Origin='ERD_WF',UniqueName='WF-BATCH')/$value"
    We are the process of reviewing the following notes for both ECC and Gateway to also resolve the attachment in leave request being corrupted.
    I have highlighted the notes that is closely related to the issue and hopefully fixed the issue...stay tuned.
    ECC (Backend Notes)
    2056158 URL generation for UI5 applications (BSP)
    2058479 Missing API for determination of step texts
    2065766 New WAPI for reading properties of attachments
    2080458 TASKPROCESSING Service support for $inlinecount - IW_BEP
    2083503 API for reading tasks/workflows of a system
    2089740 The service /IWPGW/TASKPROCESSING does not show Committed ta
    2097867 Task Gateway: User info returns empty data
    2098752 Task GW: Task and attachment supports - IW_BEP
    2099539 Task Gateway: Enhancement for TaskDefinitionCollection to us
    2100804 Task Gateway: PotentialOwnerCollection - use Workflow API
    2106504 Task Gateway: Check if work item is accessible
    2108482 Task Gateway: Approve with comment greater than 255 characte
    2110084 Task Gateway: Use formatted telephone number in User details 
    Gateway 2.0 Notes
    2081706 TASKPROCESSING Service support for $inlinecount - IW_PGW
    2082481 Data element /IWWRK/RT_GUI_LINK_URL too
    2089740 The service /IWPGW/TASKPROCESSING does not show Committed ta
    2098740 Task GW: Task and attachment supports - IW_PGW
    2100728 Task Gateway: Incorrect date on creation of Substitution Rul
    2106428 Task Gateway: Mode adoption for BWF provider

  • Missing workflow emails

    Hi. I am covering for the main workflow person here and we are experience some problem with our workflow email notifications. Some people are complaining they are missing their notifications. This is not a system wide problem. Only some people are affected.
    Couple of questions:
    1 - if the email server is down, would all notifications be queued up until the server comes back online? or are they lost?
    2 - Is there a log where all email notification are send to? if so, where can I find this log defined?
    Appreciate any input
    thanks - Marshall

    Hi. I am covering for the main workflow person here and we are experience some problem with our workflow email notifications. Some people are complaining they are missing their notifications. This is not a system wide problem. Only some people are affected.
    Couple of questions:
    1 - if the email server is down, would all notifications be queued up until the server comes back online? or are they lost?
    2 - Is there a log where all email notification are send to? if so, where can I find this log defined?
    Appreciate any input
    thanks - Marshall

  • Missing workflow app identifier in Site App Permissions

    Hi everyone,
    I´m wondering if anyone can help me with this issue: I can´t get the Workflow app identifier to appear (again) in Site App Permissions. I was having some trouble with workflow permissions after changes in our SharePoint environment and decied to
    delete the Workflow app permissions and de-activate the "Workflows can use app permissions", and re-activate to hopefully get things working again...
    Issue:
    However, when I activate the feature (again), the App identifier does not appear in the "Site App Permission".
    Can anyone tell me how to acivate/add this identifier other than with activating the site feature?
    -Why SharePoint, why?-

    Hi,
    For your issue, Try to do the steps below:
    Navigate to _layouts/15/appinv.aspx i.e. grant permission to app page.
    Type app identifier and click Lookup, it will generate Title.
    Type App Domain such as contosoapps.domain.
    Type the following to App's Permission Request XML.
    Click Create, it will pop up SharePoint app, and click Trust it.
    <AppPermissionRequests>
    <AppPermissionRequest
    Scope="http://sharepoint/content/sitecollection"
    Right="FullControl" />
    </AppPermissionRequests>
    Besides, App permissions in SharePoint 2013, refer to it:
    http://msdn.microsoft.com/en-us/library/jj822159.aspx
     http://msdn.microsoft.com/en-us/library/office/fp142383(v=office.15).aspx
    Best Regards,
    Lisa Chen
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Lisa Chen
    TechNet Community Support

  • Unable to read email with mozilla firefox. The online graphics are missing and the links are unable to be accessed when I try to click on them

    Having issues with being able to assess my email on Mozilla Firefox. When I sign in, the graphics are missing. Once I'm logged in, the inbox is not there. Some thing is wrong graphically. There are work links for inbox and contacts, but they are all flushed to the left of the screen. When I attempt to click on them, nothing happens. I have tried to remove Firefox and then reinstall it but the same thing happens. I also attempted to reset firefox to its default state and that did not work either. I check plug ins and most are up to date. However, not clear for window presentation foundation is and if it was necessary to have. The plug in state was unknown. Please advise on what to do? Thanks!

    Make sure that you haven't enabled a High Contrast theme in the Windows/Mac Accessibility settings.
    Make sure that you allow pages to choose their own colors.
    *Tools > Options > Content : Fonts & Colors > Colors : [X] "Allow pages to choose their own colors, instead of my selections above"
    Note that these settings affect background images.
    See also:
    *http://kb.mozillazine.org/Website_colors_are_wrong
    You can try these steps in case of issues with web pages:
    You can reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Hold down the Shift key and left-click the Reload button
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (Mac)
    Clear the cache and remove cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > "Use custom settings for history" > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Sent messages missing 'Message Status' link

    I have a problem and am curious if other Apple Mail users are seeing this issue.
    I have just migrated from Entourage about a week ago and am confused by how message linking works. While I miss the 'Message History' available in Entourage, I assumed that the links that only appear in the 'Message Status' column in list view of a mailbox would achieve a similar effect in allowing me to connect incoming and outgoing replies in a conversation, no matter what folder they are contained in (Inbox, Sent, or a local folder for sorting).
    I see links in messages in my Inbox as well as local folders I have sorted messages into, but for some reason there are no links in my Sent Mail folder. That column is blank, making a chain of conversation break as I try to traverse an email conversation.
    Is this normal, or is my database somehow corrupted? If there is corruption can it be repaired?
    Thanks.

    It doesn't mean the mapping is correct. If it's sent through the server and you have it set to store sent messages on the server, then the server is coping it to the folder. If it isn't showing in Mail, then it's probably not mapped correctly.
    Check the exchange folder in the sidebar. If it isn't expanded, put the cursor over it until show appears. Then click show to expand the folder. If the Sent Items is listed under it, highlight it and choose Use This Mailbox For: Sent under Mailboxes in the menu.

  • I accidentally deleted a history link that enables "friends" to be listed in Farmville. How can I get it back?

    I was deleting a link in the history list that enabled a specific gift claim in Farmville when I was installing Firefox 4. It apparently deleted the whole link for gifting and the listing of friends in Farmville and in Dragons of Atlantis. I cannot play these games fully without having access to my Facebook Friends who are also playing these games. It did not effect the same feature in Kingdoms on Camelot. How can I restore the friends link in the other two games? I told the history to "forget" the specific link for one specific gift claim. There were other links in the history list that I did not touch.

    Welcome to Apple Support Communities.
    I don't think you actually deleted any fonts. The missing fonts are Truetype fonts originally installed with Microsoft Windows XP. The website probably was optimized for Windows XP and Internet Explorer some time ago. These fonts were never part of Mac OS X.
    NOTE: My answer does not address font licensing issues if you do not own a Windows XP computer!
    If you have a XP computer, you can locate and copy those font files from the Windows computer to a flash drive, eject it, put the flash drive into your Mac, open it in Finder, and click on each ttf filename, one at a time. They should automatically open in in a window similar to this one for the Orbitron font:
    Click the Install Font.
    Repeat this for each of the four ttf files, and you are done.
    Message was edited by: kostby

  • Missing Index topics, links and .htm files

    I hope someone can help with this, as I am very frustrated
    right now. I normally use RoboHelpX5, but have also tried this in
    RoboHelp7.
    If I generate a Winhelp2000 version of our help system,
    everything appears normal. All of the specified index keywords are
    there, all of the links are there, etc.
    But if I generate either HTML or WebHelp versions using the
    same source, as I'm supposed to be able to, for some reason:
    1. Index entries for certain topics disappear from the list.
    If I manually add the topic to the index again and save, then
    regenerate the help files, the topic is still missing from the
    index.
    2. The hyperlinks for the missing items in #1 above do not
    appear. The original text is there, but there is no hyperlink. If I
    try to add a hyperlink again, the topic appears in the list, but
    once I regenerate the help files, the link disappears again.
    3. The individual .htm file for the missing items in #1 above
    are not being generated.
    Is there some reason why these topics are being dropped from
    the html and webhelp versions of the help system? Is there some
    sort of topic formatting or setting I am missing? I have tried to
    compare working topics vs. missing topics, and cannot find anything
    different in my Word document formatting.
    I have tried creating a completely different help system,
    using clean documents with no RoboHelp formatting, and consistently
    have problems with the same topics. I even tried on another
    computer that had never had RoboHelp on it before. That didn't make
    any difference. The topics were still missing from the index, the
    hyperlinks to those topics were still missing, and the individual
    .htm files were not generated.
    Any help would be appreciated.
    Stephanie
    (ow_mas)

    Hi,
    I ran into the same problem today with some top level Index
    entries not showing up in WebHelp. I discovered how to fix it by
    comparing the entries that did show up with those that didn't. If
    an entry had a topic associated with it, it showed up; if it has a
    cross-reference, it doesn't.
    Double click an Index entry in the Index pane (or right click
    and choose Properties), then clear the Cross-reference checkbox.
    Repeat for each entry that has a cross-reference instead of a
    topic. There may be a global way to fix them all, but I haven't
    found it yet. Then recompile your help, Voila!
    Hope this helps....
    Zie3D

  • Jabber and Missed Call history

    Hello
    I am looking for and explanation or a document around expected behavior for how the Call Log works within the Jabber for Windows client. Our customers setup has Jabber for windows deployed in Deskphone Control mode, where the Jabber clients control a single physical phone. Predominantly a 7945 series phone. How in Sync is the "CALL HISTORY" (missed call, placed call, received call) lists within the Jabber client with the physical phone itself. Examples:
    If we miss a call on the physical phone and Jabber is opened, we noticed that both the physical phone and Jabber client report a missing call.
    If we miss a call and Jabber is closed, we notice the physical phone reports a missed call, but when Jabber sign's in the "MISSED Call" is not reported on the Jabber client. 
    Is this expected behavior?
    if anyone can provide context or has a document that explains the expected behavior this would be very helpful to me.
    Thanks 

    Jaime,
    Just for clarity, I'm not talking about a CSF registered phone, I'm talking about Jabber running in Deskphone Control mode. So yes in a hopeful way I would expect the call history from the physical phones to be in sync since deskphone control is just remotely controlling the phone. I suppose the call history on a physical phone is likely stored locally on the phone itself and this is why they call logs do not remain in sync but i just wanted to confirm that this is a fact vs an assumption.
    Thoughts?
    Ryan

  • Missing attachment (Object link) in Purchase Order (PO) seen via ME23N

    There is an issue in which I am not able to see the attachment in few purchase orders. The complete process is as follows:-
    Shopping cart is created in the SRM system and some reference document like a .doc, .xls or .pdf documents are attached with the item position of the shopping cart.
    This shopping cart along with the attachment information is then transferred to R/3 system via RFC connection which creates the Purchase Order in the R/3 system. These attachment document are created with transaction CV01N in the DMS server. These attachments are when opened in the Purchase order in R/3 for a item position, gets displayed from the archive link server.
    However in this case, there is no attachment (.xls) seen for the item position of the purchase order. However it is available and can be displayed in SRM system for the corresponding Shopping cart.
    Anybody know what to be done or missing?

    Hi,
    Check if note 1506581 is present in your system,if not please implement the same.
    Also check if in /SPRO -> IMG Customizing -> "Integration with
    our mysap.com components" -> Supplier Relationship Management ->
    Message Control -> "Activate Document Transfer"
    the customizing is correctly set for BUS2012 (Purchase Order).
    If not, please maintain this entry correctly and re-test the
    scenario.
    Regards,
    Ashwini.

Maybe you are looking for

  • BEx query not shown in BO 4.0; BICS

    Hi, I have a sample BEx query designed in Query Designer 7.x; I would like to use this query with Web Intelligence of BO 4.0. However, the query is not being displayed. In CMC -> Authentication we have entered our SAP BW system and we are getting the

  • Sharing Itunes on the same Computer with 2 users

    This is probably really basic - I have created a second user account on my puter and no matter what I do to allow access to Itunes the second user cannot access the files. I have copied the files and placed them in the music folder (twice) for that u

  • Should I change the pricing procedure in SD ?

    Hhello we are running sales orders with a certain pricing procedure now for a long time. There are a lot of change requests for this pricing procedure, including structural changes like new sums and changes of positioning of a conditon type within th

  • IPhoto 5 Slideshow - Cannot create slideshow to include titles.

    Whilst I can watch a slideshow which includes titles from a photo album, if I wish to create a slideshow from that album, there is no opportunity to then include titles, transition or music. Selecting the display icon selection when selecting a slide

  • [solved] [can remove] glibc: "exists in filesystem" hundrets of files

    yes, i know about https://wiki.archlinux.org/index.php/pa … stem.22.21 problem is the list of files is huuuuge: glibc: /etc/rpc existe no sistema de arquivos glibc: /usr/bin/catchsegv existe no sistema de arquivosglibc: /usr/bin/gencat existe no sist