Work Management Service (WMS) Application on mulit-farms

Hi guys,
Is there any limitation for configuration the Work Management Service (WMS) Application on multi-farms?
I have 2 farms – farm A hosts all SAs and farm B hosts only web contents.
I understand there is dependency between WMS and search and UPS. Does that mean I cannot deploy my WMS on farm A?  
Thanks

Hi,
According to your post, my understanding is that you want to configuration the Work Management Service (WMS) Application on multi-farms.
Per my knowleadge, you can deploy Work Management Service on farm A.
Though there is dependency between WMS and search and UPS, , some service applications such as Search and User Profile can be shared across server farms in SharePoint 2013.
In addition, you can also configure a SharePoint Server 2013 content farm that receives search queries to trust the SharePoint Server 2013 farm that sends the queries.
More information:
Share service applications across farms in SharePoint 2013
Configure trust for search between two SharePoint Server 2013 farms
SharePoint 2013: Work Management Service Application
Best Regards,
Linda Li
Linda Li
TechNet Community Support

Similar Messages

  • Work Management Service Application

    does anyone have a step by step guide on how to create from scratch a work management service application, i have deleted mine due to issues with task syncs i think it was the configuration of this application that was causing this issue, 
    any help welcome. 
    Cheers

    Hi,
    According to your post, my understanding is that you wanted to create Work Management Service Application.
    The following Service Applications must be provisioned before you can deploy the Work Management Service Application:
    Search
    User Profile
    In addition to this, the Work Management service account must have some further permissions configured:
    Full Control on the User Profile Service Application
    Grant Access To Process Identity
    To Create Work Management Service Application, Navigate to Application Management in SharePoint central administration, select Manage Service Application link. In Service applications page, create new Work Management Service Application, and specify the
    details.
    After re-create a new Work Management Service Application, we need to:
    Create a new Application Pool, but use the same account as for the Application Pool hosting your My Sites/Social or Portal.
    Run a crawl
    Incremental, continuous or full crawl should suffice.
    More information:
    http://consulting.risualblogs.com/blog/2013/10/23/sharepoint-2013work-management-service-application/
    http://sureshpydi.blogspot.in/2013/11/work-management-service-application-in.html
    http://zimmergren.net/technical/tip-work-management-service-application-keeps-telling-us-last-updated-at-111901-1200-am-fixes
    http://blogs.technet.com/b/praveenh/archive/2013/08/22/work-management-service-application.aspx
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Task Table in Custom DB as provider in Work Management Service?

    I have a task table on a SQL 2008 Database (with usual task columns like assigned_to, task_title, status etc). 
    I understand that custom providers are unsupported for WMS.
    Is it possible to create an External List (BCS) connecting to the SQL task table and use that as a provider for WMS?

    Hi Mahesh,
    Although the implementation of work management service application is based on the provider model, I reckon the current SP 2013 RTM does not support custom providers. Only SharePoint task lists, Project server and MS Exchange are supported for now.
    Regards,
    Yatin

  • Problem in adding Custom Provider for Work Management Service

    Hello,
    I'm facing an issue in adding custom provider for work management service. As you are aware, Work management service is a Provider model and we
    can integrate with other systems by adding custom providers. So with that confidence, i have started writing a connector as mentioned below.
    Step - 1: Added new provider xml in the below path
    "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\CONFIG\WorkManagementService\Providers"
    Provider Name: provider.bizagitasklist
    Provider XML Content: 
    <Provider ProviderKey="DAA52AF3-A147-4086-8C0C-82D2F83A089D" OverrideProviderKey="" Assembly="adidas.TaskProvider, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5d6f3e6be60a351b" > </Provider>
    Step -2: Added a class which inherits "IWmaTaskProvider" and implemented the override methods.
    public class BizAgiTaskListProvider : IWmaTaskProvider
    public string LocalizedProviderName
    get { return "BizAgiTaskListProvider"; }
    public string ProviderName
    get { return "BizAgiTaskListProvider"; }
    public Microsoft.Office.Server.WorkManagement.CalloutInfo GetCalloutInfo(IWmaTaskContext context, string taskExternalKey, string locationExternalKey)
    return null;
    public DashboardExtensionInfo GetDashboardExtensionInfo(IWmaBasicProviderContext context)
    return new DashboardExtensionInfo { ClassName = "SP.UI.SharePointExtension" };
    public BulkEditResult HandleBulkEdits(IWmaTaskContext context, BulkEdit updates)
    return null;
    public TaskEditResult HandleTaskEdit(IWmaTaskContext context, BaseAggregatorToProviderTaskUpdate taskUpdate)
    return null;
    public void RefreshSingleTask(IWmaTaskRefreshContext context, string externalKey)
    public void RefreshTasks(IWmaTaskRefreshContext context)
    //context.WriteProviderCustomData(
    Step – 3: Written a class to fetch the tasks from BizAgi System which has method to provide the task data.
    But I’m not able to feed those tasks in the class written in Step – 2 as I’m able to find any method which will take Tasks as Input and I’m not
    sure about the format of tasks.
    I’m able to debug the provider, and the breakpoint hitting in only one method and two properties.
    (LocalizedProviderName, ProviderName, GetDashboardExtensionInfo).
    Can you please help me to proceed further in implementing the above solution?
    Best Regards
    Mahesh

    Hi Mahesh,
    Although the implementation of work management service application is based on the provider model, I reckon the current SP 2013 RTM does not support custom providers. Only SharePoint task lists, Project server and MS Exchange are supported for now.
    Regards,
    Yatin

  • Work Management Service: No tasks are shown on MySite

    The work-management-service is not working.
    On "MySite" the task-list is always empty (Pic.1), but there are tasks referenced to the profile.
    I do not get errors in the ULS or on the task-page (refresh is OK).
    Tasks are crawled and search works fine:
    Are there any other settings i am not aware of ?

    Increased the logging levels:
    System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)), StackTrace:
    at Microsoft.SharePoint.SPWeb.GetListFromWebPartPageUrl(String pageUrl)
    at Microsoft.Office.Server.WorkManagement.ProviderOM.SharePointTaskAggregationUtilities.TaskCollector`3.<>c__DisplayClass56.<TryExecuteActionWithListLoaded>b__53(SPWeb web)
    at Microsoft.Office.Server.WorkManagement.ProviderOM.SharePointTaskAggregationUtilities.TaskCollector`3.TryExecuteActionWithListLoaded(Func`1 fnGetCreateSite, Func`2 fnCreateWeb, Func`2 fnGetList, Func`1 fnGetListId, Action`3 toExecute)
    at Microsoft.Office.Server.WorkManagement.ProviderOM.SharePointTaskAggregationUtilities.TaskCollector`3.TryExecuteActionWithListLoaded(Uri rootFolderUri, Action`3 toExecute)
    at Microsoft.Office.Server.WorkManagement.ProviderOM.SharePointTaskAggregationUtilities.TaskCollector`3.FindNewTasksFromSearch()
    at Microsoft.Office.Server.WorkManagement.ProviderOM.SharePointTaskAggregationUtilities.TaskCollector`3.CollectAndSyncTasks()
    at Microsoft.Office.Server.WorkManagement.Internal.TaskAggregator.FarmRefreshJob.RefreshProvider(Nullable`1 lastSync, String providerKey, IWmaTaskProvider provider)
    at Microsoft.Office.Server.WorkManagement.Internal.TaskAggregator.FarmRefreshJob.AggregateProviders()
    at Microsoft.Office.Server.WorkManagement.Internal.TaskAggregator.FarmRefreshJob.ExecuteCore()
    at Microsoft.Office.Server.WorkManagement.Internal.TaskAggregator.FarmRefreshJob.ExecuteAndDispose()
    at Microsoft.Office.Server.WorkManagement.Internal.WmaContextUtils.<>c__DisplayClass1.<ExecuteCodeInsideWmaContext>b__0()
    at Microsoft.Office.Server.WorkManagement.Internal.WmaContextUtils.ExecuteCodeInsideWmaContext(Action toRun, WmaContextType allowedContexts)
    at Microsoft.Office.Server.WorkManagement.Internal.BaseContextRunner`2.ExecuteAndEnsureContextValid(Action toRun, TContextState serviceUserState, String actionName)
    at Microsoft.Office.Server.WorkManagement.Internal.BaseContextRunner`2.ExecuteInSpContext(ThreadParams threadParams)
    at Microsoft.Office.Server.WorkManagement.Internal.BaseContextRunner`2.ExecuteInDiagnosticScope(ThreadParams threadParams)
    at Microsoft.Office.Server.WorkManagement.Internal.BaseContextRunner`2.Run(Object tParams)
    at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
    at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
    at System.Threading.ThreadPoolWorkQueue.Dispatch()
    SPRequest.MapUrlToListAndView: UserPrincipalName=, AppPrincipalName= ,bstrUrl=https://ksi-server.com/customer/issuetracking ,bstrUrlToMap=/customer/issuetracking/Lists/Tasks/MyOpenTasks.aspx
    There is no "UserPrincipalName" set, therefore the "access denied"-error ?
    Setup:
    1 Webfrontend Server
    1 Application Server
    1 Database Server
    Work "Work Management Service" is running on the Frontend-server, created with the "SharePoint Hosted Services" app-pool.

  • Setting Users for my managed services and application pools

    I setup my SharePoint 2013 test environment and I developed an intranet site. Now inside my test environment I set all the application pool & managed services to use Farm user account for simplicity. Now I want to setup my UAT environment and I want
    to follow the best practice for managing users and service accounts.
    I have read the “Core Solutions Of MS SharePoint 2013” book, and it have listed the following table:-
    First question. What is the difference when saying that the user “Must be a member of the Farm Administrators group” Or must be “Domain user account”?
    Second question , when I first install SharePoint 2013 a lot of applications pools and managed services such as excel services , access services, Performance Point Service Application, business
    data connectivity and Machine Translation Service  will be automatically created , so which account they will be using and should I define separate accounts for each managed service ?
    Third question. What is the recommendation for SharePoint 2013 regarding service accounts?, to use separate account for each manage service, for example one user for excel services , second user
    for access services ,etc?
    Fourth question. For example the documentation mentioned that the Required roles for the excel services is “Domain user account.”, but what permissions this domain user need to have ?
    thanks for any help, and sorry so adding multiple questions inside the same post.

    Q #1: This means the user must be part of the Farm Admins group. Every user is a Domain User.
    Q #2: Generally those should be using a single Domain User account in a single Application Pool to minimize memory usage and reduce unnecessary complexity.
    Q #3: The less Application Pools the better. E.g. One account/App Pool for all Web Applications, one account/App Pool for all Service Applications, and then Central Administration is obviously separate.
    Q #4: You don't need to specifically give this type of user any sort of rights
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Weblogic 10.3 : Work manager is not getting assigned to a application

    Hi,
    i have assigned a work manager to an application in weblogic-application.xml and able to see that under Deployments
    -> Application name -> Configuration -> Workload tab of weblogic console.
    But while starting server get a warning as
    <Dec 17, 2008 9:45:16 AM IST> <Warning> <WorkManager> <BEA-002919> <Unable to find a WorkManager with name RealWorkManager. Dispatch policy RealWorkManager will map to the default WorkManager for the application SmpMain>
    Can some one help me out how to assign a work manager to a application.
    Thanks,
    Smita

    Thanks for your help.
    When i created a work manager from Deployments -> Configuration -> Workload -> New and the new Work Manager appears in the Application-Scoped Work Managers table. But was not able to see that in Monitering -> Workload Work managers table. Why is that so?
    Regards,
    Smita

  • Required steps to add standard SAP field to Work Manager 6.0

    Dear Agentry experts,
    I need some help on how to add standard SAP backend fields to the Work Manager 6.0 application. The application is freshly setup and not yet customized apart from filters, so we are also new to develop it.
    Specifically we want to add fields QMTXT and QMCOD from Notification Header. We have checked and the fields are activated in the backend configuration, so I hope there are no changes required to the backend. However, when checking the data in the ATE, the fields are currently not added / available in the Notification Collection.
    I have searched this forum and found several pointers, but they deal with adding a full new field, and I want to keep changes limited. Can you please advise what specific steps I need to do on the Agentry / Eclipse side to close the gap between SAP backend and the Notification Collection. (I know how to add the fields to the UI if they are in the collection). Do we need to create custom Java Classes? Can I solve this by just Agentry configuration?
    Thank you very much for your kind advice!

    Look at the attachment, diagram depicts a data flow across the systems. You have to extend Java code for  the object  your trying to enhance and plus you have to make  necessary changes on  Agentry side as well.
    if you have access to Service Market place , check out  SAP-WM-6.0-EnhancementsGuide.pdf document under Work Manager 6.0 documentation which describes the steps involved in enhancing application.
    Alternatively you can also check this blog Syclo Customization Extension-First Steps.
    Syclo Customization Extension-First Steps
    Thanks
    Manju.

  • SAP Work Manager customization - adding a new field to equipment details screen (Syclo Agentry)

    Hi Experts,
    I am trying to add a field (NAME1) on the Equipment details screen under work orders in work manager 5.3 application.
    I have performed the following steps, but I am getting an error while connecting to the application.
    1) Create extension for Equipment class to add a new field.
    2) added the new field (Name1) as the property to the standard object Equipment.
    3) Added the field on the screen.
    4) Added the field (name1) to the complex table ctEquipment.
    5) Added the JAR file to Agentry.ini file.
    6) Changed the Class mapping for parameter "Equipment" under group "SAPOBJECT" to point it to the custom (Extended) class.
    7) Changed the class mapping for complex table parameter "ctEquipment" under group "CT_SAPOBJECT" to point it to the custom class.
    8) after publishing the changes and re-starting the server, I get following error.
    the log file generated (message.log) also has the same description.
    What am I missing here? Any help would be really appreciated.

    Hi Emanuel,
    Thanks for looking into this issue.
    I have performed the following steps as suggested by you, still it doesn't seem to work and gives the same error.
    Below are the changes done on the ECC Side.
    1) Copied the standard equipment class /SYCLO_CL_PM_EQUIPMENT1_DO to custom class ZSYCLO_CL_PM_EQUIPMENT1_DO. Changes made in the GET Method to get custom equipment related data
    2) Modified the standard equipment structure /SYCLO/PM_EQUI_STR by adding one custom field
    3) Configured this custom class as the object handler in the equipment mobile data object
    4) Configured this custom class as the object handler for the equipment complex table
    5) We are still using the standard BAPI Wrapper itself for getting the equipment data and the added field is reflected in the BAPI Wrapper table parameter
    Is there something we are missing?

  • Work Manager 6.1 problem with push

    Dear community,
    We're developing / configuring a Work Manager 6.1 application which communicates with an SMP 3.0 SP 4.
    We want to set up push for work orders as well as attachments on work orders.
    In the application definitions:
    push is enabled on both the Angel and the Angel Lite connection
    push definitions for BDSDocumentsPush, DMSDocumentsPush and WorkOrdersPush are polling enabled, currently with a 1 minute interval (for testing purposes)
    In configpanel:
    Push scenario's are configured
    For work order, the exchange object configuration is present
    In outbound trigger configuration, the server name, IP address and port are filled. The port is the same as the one configured in the SMP Admin console.
    In the mobile object data configuration the push objects (SWM61_BDS_DOCUMENT_PUSH, SWM61_DMS_DOCUMENT_PUSH, SWM61_WORKORDER_PUSH) have "push enabled" checked.
    We can observe that the push notifications are getting generated on the backend, because I can see them in the push instance monitor:
    For attachments:
    For an urgent work order:
    For attachments, the status is process with current status new until the moment that you perform a synchronize on the agentry client, however long you wait. After the synchronize is finished, it gets the status completed with current status cancelled.
    For work orders, it just gets the status completed, with 0 total recipients, even though I am connected in the agentry client at that time.
    In user monitor, I saw that there were no active connections for my user:
    But in SMP admin console (around the same time):
    Other observations: when I run /SYCLO/CORE_OTRIG_RETRY_PROG on backend server, it only finds outbound triggers for those with status "process", not those with status "completed".
    I have also looked at the troubleshooting document: http://scn.sap.com/community/mobile/blog/2014/03/25/troubleshooting-sap-work-manager-60-attach-document-issue, but we are already on SMERP 610_700 SP4.
    I could also not find any errors in the SMP server log.
    Any advice, additional things I can check, ... are highly appreciated as I currently don't know where to look anymore.
    Best regards,
    Annelies

    Hello,
    Yes, the user has the necessary permissions. And now I am sure that the port is open.
    I continued testing and now attachments are received via push, but work order pushes still don't come through. I can see them in the monitor, but they always have 0 recipients, even while I am connected. Any suggestions for that?
    Kind regards,
    Annelies

  • Adding a new screen on SAP Work Manager 6.0

    Hi All;
    I'm working on customising the SAP Work Manager 6.0 application. One of the things that I have to do is add a new screen "Pool Management". I have been trying to achieve this via the Agentry Editor 3.7.2 with no luck. So the first thing that I did was to copy an existing screen, for example the TimesheetView screen set, hoping that there would be a duplicate screen similar to this, but this doesn't seem to be adding the duplicate screen when I test via the Agentry WPF client. Please kindly advise how I would go ahead with a requirement like this. Please see image below for the screen addition that I am working on. I would really appreciate your help in going about with this!
    Much appreciated!
    Sizo Ndlovu

    Sizo,
    Steve is correct.  Examine the main screenset.  Choose the platform, then copy an existing screen or add a new one.  Modify it as needed.  It will now display as a new tab on the client.
    Jason Latko - Senior Product Developer at SAP

  • Work Manager 6.0 Push Notification not working

    Hi All,
    I have configured Standard Work Manager 6.0 application and now I am trying to configure Work Manager 6.0 Push Notification.
    I have completed all Post Installation(optional and required) which are mentioned in Standard product document.
    I am getting new work order entries in /SYCLO/PSH01 and /SYCLO/PSH02. After that Agentry server is also calling /SYCLO/PM_DOPUSHWORKORDER_GET Function Module and /SMERP/CL_PM_PUSHWORKORDER_DO Class Handler.
    I am getting result in final export table(ls_mdo_output_vals) of /SMERP/CL_PM_PUSHWORKORDER_DO.
    My problem is still I am neither getting this work order into ATE nor push notification message.
    When I went to Syclo Admin panel, status of the push notification is also NEW.
    I have configured 8282 port in [HTTPXML-2] section of Agentry,ini and Syclo Config panel outbound trigger.
    Kindly let me know what can be an issue?
    Regards,
    Mohit Verma.
    Message was edited by: Michael Appleby

    Mohit,
    I noticed the following in your Backend-Java.log.
    ~~~~~~~~error 1~~~~~~~~
    2014/06/27 17:37:36.947: Error in initializing the StepHandler from the ini file or SAP configurations (com.syclo.sap.component.serviceorder.stephandler.ServiceOrderRemovePushStepHandler). Please check the JavaBE.ini file. java.lang.ClassNotFoundException: com.syclo.sap.component.serviceorder.stephandler.ServiceOrderRemovePushStepHandler
    ~~~~~~~~end~~~~~~~~~
    <-- Make sure this is corrected. For some reason your java code is not being detected during start up. Check your Java folder in the root directory of your Work Manager 6.0 to see if it can be seen.
    Based on history of Support tickets the following SAP Note is mandatory to make Push work:
    1. Do mandatory SAP Note: 1954444
    2. Please review: 1828657 - Release strategy for the ABAP add-ons SMFND, SMERP, SMISU, and SMCRM (Make sure you installed the correct add-on - look at the spelling in detail)
    3. SCN Push threads that may help: http://scn.sap.com/thread/3494003
    See if any of the comment above will work for you.
    4. After you tried the above and it didn't work for you to try the latest SMP 2.3 SP04 version and let us know. This is for what I can see on the logs.
    ~~~~~~~~Error 2: Backend-java log~~~~~~~~~
    2014/06/27 17:40:35.471:             Getting Java results in the the 'WorkOrderPushForEventSteplet' step (java class com/syclo/sap/component/workorder/steplet/WorkOrderPushForEventSteplet)
    2014/06/27 17:40:35.471:             : 1 lines, 0 non-printing characters, 20 total characters
      The module is 'PM'
    2014/06/27 17:40:35.471:             The root object is 'WorkOrder'
    2014/06/27 17:40:35.471:             Trying to read results by calling getReturnData()
    2014/06/27 17:40:35.471:             : 1 lines, 0 non-printing characters, 81 total characters
      getReturnData() method returned null, falling back to reading _returnData field
    2014/06/27 17:40:35.471:             Processing public field _returnData: Ljava/lang/Object;
    2014/06/27 17:40:35.471:             _returnData is a single object: 'Ljava/lang/Object;'
    2014/06/27 17:40:35.472:             Mapping public fields of Java Class 'java/lang/Object' to Agentry object 'WorkOrder'
    2014/06/27 17:40:35.472:             No public field userid found in java/lang/Object for user ID, and not in per-user mode: cannot determine user for data.
    ~~~~~~~~~end~~~~~~~~~~~~~~~~~~
    The log comment above is stating that the push is trying to be sent to the PDA/handheld but it does not know where to send it to.  This is proven from your backend setup and when you have no errors in your push retry.
    The last line above is still a mystery to me as there are lots of upgrades with patches and SMP 2.3 SP# and with the userid is not found (especially when it states it is not in per-user mode: cannot determine user for data) then the Agentry Server cannot determine where to send the push to.   Hopefully somebody in this thread knows this.
    Regards,
    Mark Pe
    SAP Senior Support Engineer (Mobility)

  • Accessing attachments stored in Open text (ECC) with Work manager 6.0

    Hello Experts,
    We are using Open text in one of our ECC systems to store documents, files, pdfs and other attachments for the Work Orders and Notifications.
    We want to configure the Work Manager 6.0 application hosted on SMP2.3, in order to fetch all the Work orders in the mobile device.
    Now the question is - Can we access the attachments on the mobile device, from the out of the box Work Manager configuration.
    Or, is there a need to install any plug-ins in the ECC/Agentry side to enable the same.
    Thanks,
    Abhishek

    Hi Abhishek,
    This isn't out of the box functionality for Work Manager so you'll need to enhance the existing functionality.
    To access OpenText Attachments (via ArchiveLink) in WorkManager try looking at the following->
    1. Get Attachments
    BAPI Wrapper - /SMERP/CORE_DOBDSDOCUMENT_GET
    MDO Class - /SMERP/CL_CORE_KWDOCUMENT_DO (Method - GET)
    You'll see the above GET method calls (If you GOS_ACTIVE flag is true) - GOS_DOCUMENT_GET_INFO
    This is responsilbe for getting the attachment metadata returned to the Work Manager Client ->
    ET_COMPONENTS
    ET_SIGNATURE
    ET_CONNECTIONS
    To get the attachment metadata stored in OpenText via ArchiveLink look at the below Function Modules -
    ARCHIV_GET_CONNECTIONS
    ARCHIVOBJECT_STATUS
    You could enchance the GOS_DOCUMENT_GET_INFO method with a Post-Exit method or Implement the BADI /SMERP/MDO_CORE_DOCUMENTS - END_BDS_FETCH
    2. Create Attachments
    BAPI Wrapper -/SMERP/CORE_DOBDSDOCUMENT_CRT
    MDO Class - /SMERP/CL_CORE_KWDOCUMENT_DO (Method - CREATE)
    This calls the method BDS_DOCUMENT_CREATE to create the file and store it against the Work Order / Notification.
    You could look at following Function Modules ->
    ARCHIVOBJECT_CREATE_TABLE (Create the file on the OpenText server)
    ARCHIV_CONNECTION_INSERT (Link the newly created file with the Work Order / Notification)
    The BADI doesn't provide a corresponding Create method so you could enhance the MDO class /SMERP/CL_CORE_KWDOCUMENT_DO with new method that calls the ArchiveLink Logic instead of the BDS_DOCUMENT_CREATE method. The new method can be configured via the Syclo Config Panel to be called instead of the standard CREATE method.
    Also check out the document - Document Upload & Download handling in SAP Work Manager 6.0
    Section 7 & 8 covers the BAPI Wrappers/Class Handlers & Ehancement Spots for Document handling
    Hope that helps.
    Cheers,
    Stephen

  • Editing attachments in SAP Work Manager 6.0

    Hello Experts,
    Is there a way to edit attachments in the SAP Work Manager 6.0 application and save it back to the respective Work Order in the ECC system?
    Would appreciate if you can provide some pointers
    Thanks,
    Abhishek

    Abhishek,
    This may be possible but will depend on the host OS for the mobile device (Windows can do it, iOS can't) as well as how you have your processes defined and if you have the necessary editing tools on the device.
    The process will be to download the document to the device.
    Launch the editing software passing the file downloaded to edit
    Save the file
    Attached the edited file to your Work Order
    Transmit to upload the edited document.
    The reason iOS can't do this is due to the nature of your applications being contained and not sharing data across applications.  There may be some iOS OS enhancements coming in 7.2 and beyond which may enable this data sharing but for now you can't do it on iOS without using custom code (OpenUI on SMP3.0)
    Android may work depending on where you store you downloaded documents.  If they are stored in a "public" area then it might be possible to also do this on Android.
    Good luck.
    --Bill

  • How to configure request manager service for multiple website in one web application

    I have set up sp 2013 as below:
     web application : wa1
    site collection : sc1
    sp site: site1, site2
    I used 2 WFE, 1 APP, how can I use request manager service to control  site1 to wfe1, site2 to wfe2?
    Awen

    That's not what i'd describe as load balancing.
    A better description would be load-isolation. In your description then if the load on site1 was large (and growing) but site2 was quiet then site1 would struggle and eventually become unable to handle the number of users but site2 would still be ok. That's
    fine from a QOS point of view but it's not the norm for load balancing. It would work in simple scenarios but the out of the box load balancing tools are much better suited than that sort of approach.
    This article shows how to configure the RMS and may help show how your request is difficult to configure:
    http://www.harbar.net/articles/sp2013rm2.aspx

Maybe you are looking for

  • Transport control program tp ended with error code 0008

    Hi ! I trying to realize an export of client like that : Source Client                     400 Target System:                    ASI Copy Type                         Client Export Profile                           SAP_RECO Status                    

  • Not able to move iTunes library to Mac OS 10.5.2 - causes Finder crashes

    I have struggled most of the day trying to do what in the past has always been very simple - move iTunes library to a new computer/OS. Old eMac housed the library, xml and album art files on the main hard drive. My music library (all the song files)

  • Profit and Loss Percentage Challenge

    We control our Gross Margins and Costs by expressing every Profit and Loss item as a percentage of the Total Sales. So our Total Sales is 100%. So everything is divided by the 100% to calculate a Percentage. So for example a Gross margin is 45% (Of t

  • Image quality really bad on exporting

    after creatingt the webpage i export the file into HTML and images. But what i see is that the images are of really bad quality. How can i rectify this problem. Any help is much appreciated. thanks in advance.

  • Problem ordering book from I photo

    When I went to process my order I got a pop up window saying "default text has been found that has not been edited-printed books will not include this text. Question: How can I find out where it is detecting this problem? I have reviewed all the text