Posting from 1 server to another server

Hello Gurus,
We have Hr module in 1 server v4.6 now Hr is upgrading to ECC 6.0 for 5 company codes and similarly we have FICO  module in another server 4 that is also upgrading from 4. to ecc 6.0  but only for 2 company codes rest will remain in old version.So for remaining 3 company codes we still need to in-tract with old FICO server for Posting and In-tract new  FICO ecc server for remaining 2 company codes.Please clarify my few points based on above scene.
1:How the Hr will  talk both old and New Finance system.
2 What Mapping from FICO point of view I have do and Maintain for old and New version of sap FICO.
any document relating to this please forward me.
Thanks and regards,

Hello Gurus,
We have Hr module in 1 server v4.6 now Hr is upgrading to ECC 6.0 for 5 company codes and similarly we have FICO  module in another server 4 that is also upgrading from 4. to ecc 6.0  but only for 2 company codes rest will remain in old version.So for remaining 3 company codes we still need to in-tract with old FICO server for Posting and In-tract new  FICO ecc server for remaining 2 company codes.Please clarify my few points based on above scene.
1:How the Hr will  talk both old and New Finance system.
2 What Mapping from FICO point of view I have do and Maintain for old and New version of sap FICO.
any document relating to this please forward me.
Thanks and regards,

Similar Messages

  • Transfer posting from one plant to another plant

    Friends i want to transfer goods from one plant to another plant of same company code and iam trying this one in transaction migo if post for this it gives an error
          "posting only possible in periods 2006/05 and 2006/04 in company code" what error it is

    Hi,
    Use the MMPV to open the new posting period date.
    here you have to use your company code & Current date , then execute to open the new posting period.
    while running this transaction you ensure that GR open screen should be closed.
    hope it helps....
    manoj Singh

  • Move posts from one tabel to another with checkboxes in HTML DB

    I wish to replace the checked rows from one table to another with a PL/SQL statement.
    When I wish to replace one row, there is no problem. But when I wish to replace two or more I get an error ORA-00001: unique constraint (HTMLDB_ERASMUS.SYS_C0042823) violated.
    The only unique constraint in my table is the primary key ID, witch is generated with a sequence, so normally there is never twice the same value for an ID.
    Can someone help me here, please?
    Here is my code
    DECLARE     
    lv_i NUMBER :=1;
    lv_ID add_post.ID%TYPE;
    lv_auteur add_post.auteur%TYPE;
    lv_titel add_post.titel%TYPE;
    lv_community add_post.community%TYPE;
    lv_rating add_post.rating%TYPE;
    lv_description add_post.description%TYPE;
    CURSOR move_posts iS
    SELECT ID, auteur, titel, community, rating, description
    FROM add_post
    WHERE ID = HTMLDB_APPLICATION.G_F01(lv_i);
    BEGIN
    FOR lv_i IN 1..HTMLDB_APPLICATION.G_F01.count LOOP
    OPEN move_posts;
    FETCH move_posts INTO lv_ID, lv_auteur, lv_community, lv_titel, lv_rating, lv_description;
    INSERT INTO wouter_published_posts VALUES (lv_ID, lv_auteur, lv_community, lv_titel, lv_rating, lv_description);
    DELETE FROM add_post WHERE ID = HTMLDB_APPLICATION.G_F01(lv_i);
    --EXIT WHEN move_posts%NOTFOUND;
    COMMIT;
    CLOSE move_posts;
    END LOOP;
    END;

    That should not be necessary because I get the value of ID out of another table, where I generate ID with a sequence..
    So normally it should just tranfer that row from one table to another. But it doesn't !
    Knowing that I cannot create a row in the table wouter_published_posts(I can just move rows from the add_post table to the wouter_published_posts table), It should be inpossible that twice the ID appears. But yet he keeps trowing errors...
    help me, please

  • Reports not posting from one server

    We're on PT 8.48.10, HRMS 8.8. We have two web servers which are load balanced with a Cisco load balancer (don't have specifics on the load balancer model, but I can request it if need be. I know sticky sessions and source address NATing are enabled). We have two app servers and one process scheduler, all on AIX 5.3. ServerA has a web server, app server and process scheduler on it. ServerB has a web server and app server. The report repository is set up to use ServerA's web server. The report repository is on an NFS mount shared between the two servers. Both servers have read/write permissions to the share.
    We recently went to SSL terminating at the load balancer. We are using HTTP distribution, making the URL the VIP address (https://vip.intranet:8380/psreports/hrms), the URI is using http with the URI Host set to ServerA.intranet and URI port 8380 (the SSL port to the load balancer and the actual web server port are the same). The URI resource is SchedulerTransfer/hrms.
    The issue we're experiencing is that if the load balancer puts the user on ServerA, then there is no issue with reports posting. If they get put on ServerB, the reports go to Not Posted status. The message logs shows the following:
    +2:02:37PM PSUNX failed to post files to the report repository. Server scheduled to try again on 2012-02-06-12.02.51.000919. See log+
    +10 2:02:52PM Report Repository URL is: http ://ServerA.intranet:8380/Scheduler Transfer/hrms (63,68)+
    +10 2:02:52PM Error getting report repositor y location. (63,85)+
    +10 2:02:52PM SchedulerTransfer Servlet error.+
    +10 2:02:52PM Successful Http Reply Code: 20 0 - OK (63,57)+
    +2:02:52PM HTTP transfer error.+
    The space in "SchedulerTransfer" is not in the report node setup. The DSTAGNT log didn't give much more detail:
    PSDSTSRV.1167494 (9) [02/06/12 12:02:37 PostReport](3) HTTP transfer error.
    I was thinking that maybe there is something wrong or missing in the /etc/hosts file, but I'm not sure what. Also, I swtiched the report node to be on ServerB, and then ServerA could not post reports. Any ideas or suggestions?

    Hi,
    A few possible things you might want to check:
    1.
    Portal URI in the portal tab of the default local node, is this pointing to the correct webserver url and port
    2. Check firewall rules (ports) between processcheduler and webservers
    3.
    Is psreports on both webservers a valid directory as mentioned in configuration.properties and validate write access on psreports folder
    4.
    URI host and port on Proces Sheduler Report node, is is this pointing to the correct webserver url and port

  • Posting from  one jsp to another gives HTTP 405 "method not allowed"

    I have a servlet filter that authenticates all requests for resources in my web app. This works fine when HTTP GET requests are being used, but I notice I get a HTTP 405 "Method not allowed" when a HTTP POST is issued. Even a simple JSP page that posts to another JSP page fails with this error. If I remove the filter, everything works OK.
    The filter doesn't do anything exceptional (that I can see), other than do a redirect to use SSL if the request isn't being called on that.
    Thanks for any help.

    If you've got access to the filter code - check that it doesn't contain any conditional checking on HttpServletRequest.getMethod() or alike.
    If the only thing you need to do is to ensure the use of SSL, why don't you declare a security-constraint in you web.xml:
    <security-constraint>
    <web-resource-collection>
    <web-resource-name>Ensure encryption</web-resource-name>
    <url-pattern>/</url-pattern>
    </web-resource-collection>
    <user-data-constraint>
    <transport-guarantee>CONFIDENTIAL</transport-guarantee>
    </user-data-constraint>
    </security-constraint>
    - J�rgen L�kke -

  • Error 3260 from Workgroup server

    Hello everybody
    My Englisch is not very gut but i hope you can understand me
    I have a problem with DPM Agent at one Server. I take allways the same error:
    Error 3260: The credentials specified for server targetserver are invalid. Recommenden action: Rerun the operation with the same credentials that were provided when running SetDpmServer for the target server.
    Ich have tried to install the Agent from 2 different DPM Server (DPM 2012 and DPM 2010) but i take the same error. I have treid multiplie Password but nothing can help.
    From target Server i run:
    SetDpmServer.exe -dpmservername dpmserver –isnondomainserver –username dpmuser –password
    The Server is not in a Domain. The Firewall is offline. Ping from DPM server to target server and from target server to DPM server is ok.
    I know how to install the DPM Agent because we have more Server than we with DPM Backup. The only problem ist with this one server .
    I think the problem is not the credentials because i have tried to connecting from dpm server to target server with the dpm server per RDP and it works.
    I post from both server the DPM error log:
    DPM server:
    0D38 06C0 01/06 11:19:53.895 07 AgentCommunication.cs(623) NORMAL <ProductionServer xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ServerName="tagetserver" DomainName="" NetBiosName="targetserver" IsDPM="false" DPMserverName="dpmserver" xmlns="http://schemas.microsoft.com/2003/dls/am/TaskDefinitions.xsd" />
    0D38 06C0 01/06 11:19:54.177 03 ntlmutils.cpp(183) 6611DA42-A0D6-42F9-86AB-507100F4A709 WARNING Failed: Hr: = [0x80070002] : Error trying to open key [HKLM\Software\Microsoft\Microsoft Data Protection Manager\Agent\2.0\NtlmAuthData\targetserver]
    0D38 06C0 01/06 11:19:54.789 03 ntlmutils.cpp(624) 6611DA42-A0D6-42F9-86AB-507100F4A709 NORMAL Created user account dpmuser.
    0D38 06C0 01/06 11:19:55.838 07 AgentCommunication.cs(322) NORMAL Created NTLM user account dpmuser
    0D38 06C0 01/06 11:19:55.838 07 AgentCommunication.cs(649) NORMAL Setcommunication on server targetserver: Created user account dpmserver\dpmuser
    0D38 06C0 01/06 11:19:56.107 07 Win32LG.cs(690) NORMAL Added account[dpmserver\dpmuser] to group[Distributed COM Users] on server [].
    0D38 06C0 01/06 11:19:56.358 07 Win32LG.cs(690) NORMAL Added account[dpmserver\dpmuser] to group[MSDPMTrustedMachines] on server [].
    0D38 06C0 01/06 11:19:56.614 07 Win32LG.cs(690) NORMAL Added account[dpmserver\dpmuser] to group[DPMRADmTrustedMachines] on server [].
    0D38 06C0 01/06 11:21:00.995 22 agentserviceproxy.cpp(250) [00000000673897A0] 6611DA42-A0D6-42F9-86AB-507100F4A709 WARNING Failed: Hr: = [0x80070005] : error in CoCreateInstanceEx for server [targetserver]
    0D38 06C0 01/06 11:21:00.995 22 agentserviceproxy.cpp(155) [00000000673897A0] 6611DA42-A0D6-42F9-86AB-507100F4A709 WARNING Failed: Hr: = [0x80070005] : F: lVal : InitInterfaceRemote()
    0D38 06C0 01/06 11:21:01.185 07 AgentCommunication.cs(511) WARNING GetNonDomainServerProperties: Caught unauthorizedAccessException = System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
    0D38 06C0 01/06 11:21:01.185 07 AgentCommunication.cs(511) WARNING at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
    0D38 06C0 01/06 11:21:01.185 07 AgentCommunication.cs(511) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.DPMRA.DPMRAServicesProxy.Initialize()
    0D38 06C0 01/06 11:21:01.185 07 AgentCommunication.cs(511) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.AgentManager.AgentCommunication.GetNonDomainServerProperties(NetworkCredential userCredentials, String serverName, DpsTimeZone& timeZone, Version& osVersion, SystemOSType& osType, Boolean& isDpm, Boolean& isDc, FqMachineName& psMachine, Int64& serverAttributes)
    0D38 06C0 01/06 11:21:01.196 07 AgentCommunication.cs(574) NORMAL CleanupOnAttachFailure: Delete user dpmuser
    0D38 06C0 01/06 11:21:01.581 09 serviceutils.cpp(476) 6611DA42-A0D6-42F9-86AB-507100F4A709 WARNING Caught Dls exception: Microsoft.Internal.EnterpriseStorage.Dls.Utils.DlsException: exception ---> System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
    0D38 06C0 01/06 11:21:01.581 09 serviceutils.cpp(476) 6611DA42-A0D6-42F9-86AB-507100F4A709 WARNING at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
    0D38 06C0 01/06 11:21:01.581 09 serviceutils.cpp(476) 6611DA42-A0D6-42F9-86AB-507100F4A709 WARNING at Microsoft.Internal.EnterpriseStorage.Dls.DPMRA.DPMRAServicesProxy.Initialize()
    0D38 06C0 01/06 11:21:01.581 09 serviceutils.cpp(476) 6611DA42-A0D6-42F9-86AB-507100F4A709 WARNING at Microsoft.Internal.EnterpriseStorage.Dls.AgentManager.AgentCommunication.GetNonDomainServerProperties(NetworkCredential userCredentials, String serverName, DpsTimeZone& timeZone, Version& osVersion, SystemOSType& osType, Boolean& isDpm, Boolean& isDc, FqMachineName& psMachine, Int64& serverAttributes)
    0D38 06C0 01/06 11:21:01.581 09 serviceutils.cpp(476) 6611DA42-A0D6-42F9-86AB-507100F4A709 WARNING --- End of inner exception stack trace ---
    0D38 06C0 01/06 11:21:01.581 09 serviceutils.cpp(476) 6611DA42-A0D6-42F9-86AB-507100F4A709 WARNING at Microsoft.Internal.EnterpriseStorage.Dls.AgentManager.AgentCommunication.GetNonDomainServerProperties(NetworkCredential userCredentials, String serverName, DpsTimeZone& timeZone, Version& osVersion, SystemOSType& osType, Boolean& isDpm, Boolean& isDc, FqMachineName& psMachine, Int64& serverAttributes)
    0D38 06C0 01/06 11:21:01.581 09 serviceutils.cpp(476) 6611DA42-A0D6-42F9-86AB-507100F4A709 WARNING at Microsoft.Internal.EnterpriseStorage.Dls.AgentManager.AgentCommunication.SetCommunication(String productionServerXML, String userName, String password, String domain, Boolean configurePS, Boolean isNonDomainServer, Guid& serverId)
    0D38 06C0 01/06 11:21:01.581 09 serviceutils.cpp(476) 6611DA42-A0D6-42F9-86AB-507100F4A709 WARNING at Microsoft.Internal.EnterpriseStorage.Dls.Engine.CAgentManagerServices.SetCommunication(UInt16* bstrProductionServerXML, UInt16* bstrUserName, UInt16* bstrPassword, UInt16* bstrDomain, Byte configurePS, Byte isNonDomainServer, _GUID* pguidServerId)
    0D38 06C0 01/06 11:21:01.581 09 serviceutils.cpp(476) 6611DA42-A0D6-42F9-86AB-507100F4A709 WARNING at Microsoft.Internal.EnterpriseStorage.Dls.Engine.CCoreServices.SetCommunication(CCoreServices* , UInt16* productionServerXML, UInt16* bstrUserName, UInt16* bstrPassword, UInt16* bstrDomain, Byte configurePS, Byte isNonDomainServer, _GUID* pguidServerId, tagSAFEARRAY** exceptionResult)
    0D38 06C0 01/06 11:21:01.581 09 serviceutils.cpp(476) 6611DA42-A0D6-42F9-86AB-507100F4A709 WARNING *** Mojito error was: NonDomainInvalidCredentials; 0; None
    0D38 06C0 01/06 11:21:01.642 23 emservices.cpp(156) 6611DA42-A0D6-42F9-86AB-507100F4A709 NORMAL CEMServices::RaiseOrResolveAlert()
    0D38 06C0 01/06 11:21:01.780 02 EventManager.cs(88) NORMAL Publishing event from ServerAlert.cs(556): AlertStateChange, [ObjectId=00000000-0000-0000-0000-000000000000]
    0D38 06C0 01/06 11:21:02.891 09 coreservices.cpp(7011) 6611DA42-A0D6-42F9-86AB-507100F4A709 NORMAL CCoreServices::UpdateAlertVisibilityIfInvisible() entered
    0D38 06C0 01/06 11:21:02.891 16 engineservices.cpp(356) 6611DA42-A0D6-42F9-86AB-507100F4A709 NORMAL CEngineServices::UpdateAlertVisibilityIfInvisible entered. alertId={21D41B70-56D2-4812-8B8C-C03DBD4D7663}, newVisibility=0, invisibilityTimeout=0
    0D38 06C0 01/06 11:21:02.920 02 EventManager.cs(88) NORMAL Publishing event from ServerAlert.cs(722): AlertStateChange, [ObjectId=00000000-0000-0000-0000-000000000000]
    Target server
    129C 08F8 12/04 14:28:09.818 03 runtime.cpp(818) [00000000001C7D10] ACTIVITY InitializeSecurity found 3 authorized entities
    129C 08F8 12/04 14:28:09.818 03 runtime.cpp(836) [00000000001C7D10] ACTIVITY InitializeSecurity added COM perm for targetserver\dpmuser
    129C 08F8 12/04 14:28:09.818 03 runtime.cpp(854) [00000000001C7D10] ACTIVITY InitializeSecurity added COM perm for DPMRADCOMTrustedMachines
    129C 08F8 12/04 14:28:09.818 03 runtime.cpp(891) [00000000001C7D10] ACTIVITY InitializeSecurity added DM perm for DPMRADmTrustedMachines
    129C 08F8 12/04 14:28:09.818 03 runtime.cpp(94) NORMAL Found 1 writer account(s) under VSS access control.
    129C 08F8 12/04 14:28:09.818 03 runtime.cpp(161) NORMAL Added writer account [0] 'NT Authority\NetworkService' to the DACL.
    129C 08F8 12/04 14:28:09.818 03 runtime.cpp(1018) [00000000001C7D10] NORMAL CoInitializeSecurity from a workgroup machine enbaling CLOAKING
    129C 08F8 12/04 14:28:09.834 22 genericthreadpool.cpp(804) [00000000001C7D10] NORMAL Hr: = [0x80070002] CGenericThreadPool::m_dwMaximumNumberOfThreads[20]
    129C 08F8 12/04 14:28:09.834 22 agentutils.cpp(2624) WARNING Failed: Hr: = [0x80070645] : U: lVal : hr
    129C 1418 12/04 14:28:09.834 03 timer.cpp(490) ACTIVITY CTimerMgr::TimerThread
    129C 1418 12/04 14:28:09.834 03 timer.cpp(503) [0000000000261FC0] ACTIVITY CTimerMgr::TimerThreadInternal
    129C 08F8 12/04 14:28:09.849 20 cc_base.cpp(913) NORMAL DM: - Spotted QoS IPv6, Index:4
    129C 08F8 12/04 14:28:09.849 20 cc_base.cpp(908) NORMAL DM: - Spotted QoS IPv4, Index:5
    129C 08F8 12/04 14:28:09.849 20 cc_base.cpp(1036) NORMAL Created Socket with Family: 2, QoS Index: 5
    129C 08F8 12/04 14:28:09.849 20 cc_base.cpp(913) NORMAL DM: - Spotted QoS IPv6, Index:4
    129C 08F8 12/04 14:28:09.849 20 cc_base.cpp(908) NORMAL DM: - Spotted QoS IPv4, Index:5
    129C 08F8 12/04 14:28:09.849 20 cc_base.cpp(1036) NORMAL Created Socket with Family: 23, QoS Index: 4
    129C 08F8 12/04 14:28:09.849 20 cc_base.cpp(913) NORMAL DM: - Spotted QoS IPv6, Index:4
    129C 08F8 12/04 14:28:09.849 20 cc_base.cpp(908) NORMAL DM: - Spotted QoS IPv4, Index:5
    129C 08F8 12/04 14:28:09.849 20 cc_base.cpp(1036) NORMAL Created Socket with Family: 2, QoS Index: 5
    129C 08F8 12/04 14:28:09.849 20 cc_base.cpp(761) [0000000000285E20] NORMAL DM: - EndPoint:0000000000285C80, Family: 2, Indx:5, Port:0
    129C 08F8 12/04 14:28:09.849 20 cc_base.cpp(913) NORMAL DM: - Spotted QoS IPv6, Index:4
    129C 08F8 12/04 14:28:09.849 20 cc_base.cpp(908) NORMAL DM: - Spotted QoS IPv4, Index:5
    129C 08F8 12/04 14:28:09.849 20 cc_base.cpp(1036) NORMAL Created Socket with Family: 2, QoS Index: 5
    129C 08F8 12/04 14:28:09.849 20 cc_base.cpp(761) [0000000000288110] NORMAL DM: - EndPoint:0000000000285C80, Family: 2, Indx:5, Port:0
    129C 08F8 12/04 14:28:09.849 20 cc_base.cpp(913) NORMAL DM: - Spotted QoS IPv6, Index:4
    129C 08F8 12/04 14:28:09.849 20 cc_base.cpp(908) NORMAL DM: - Spotted QoS IPv4, Index:5
    129C 08F8 12/04 14:28:09.849 20 cc_base.cpp(1036) NORMAL Created Socket with Family: 2, QoS Index: 5
    129C 08F8 12/04 14:28:09.849 20 cc_base.cpp(761) [000000000028A400] NORMAL DM: - EndPoint:0000000000285C80, Family: 2, Indx:5, Port:0
    129C 08F8 12/04 14:28:09.849 20 cc_base.cpp(913) NORMAL DM: - Spotted QoS IPv6, Index:4
    129C 08F8 12/04 14:28:09.849 20 cc_base.cpp(908) NORMAL DM: - Spotted QoS IPv4, Index:5
    129C 08F8 12/04 14:28:09.849 20 cc_base.cpp(1036) NORMAL Created Socket with Family: 2, QoS Index: 5
    129C 08F8 12/04 14:28:09.849 20 cc_base.cpp(761) [000000000028C6F0] NORMAL DM: - EndPoint:0000000000285C80, Family: 2, Indx:5, Port:0
    129C 08F8 12/04 14:28:09.849 20 cc_base.cpp(913) NORMAL DM: - Spotted QoS IPv6, Index:4
    129C 08F8 12/04 14:28:09.849 20 cc_base.cpp(908) NORMAL DM: - Spotted QoS IPv4, Index:5
    129C 08F8 12/04 14:28:09.849 20 cc_base.cpp(1036) NORMAL Created Socket with Family: 2, QoS Index: 5
    129C 08F8 12/04 14:28:09.849 20 cc_base.cpp(761) [000000000028E9E0] NORMAL DM: - EndPoint:0000000000285C80, Family: 2, Indx:5, Port:0
    129C 08F8 12/04 14:28:09.849 20 cc_base.cpp(913) NORMAL DM: - Spotted QoS IPv6, Index:4
    129C 08F8 12/04 14:28:09.849 20 cc_base.cpp(908) NORMAL DM: - Spotted QoS IPv4, Index:5
    129C 08F8 12/04 14:28:09.849 20 cc_base.cpp(1036) NORMAL Created Socket with Family: 23, QoS Index: 4
    129C 08F8 12/04 14:28:09.849 20 cc_base.cpp(761) [0000000000290CD0] NORMAL DM: - EndPoint:0000000000285D50, Family: 23, Indx:4, Port:0
    129C 08F8 12/04 14:28:09.865 20 cc_base.cpp(913) NORMAL DM: - Spotted QoS IPv6, Index:4
    129C 08F8 12/04 14:28:09.865 20 cc_base.cpp(908) NORMAL DM: - Spotted QoS IPv4, Index:5
    129C 08F8 12/04 14:28:09.865 20 cc_base.cpp(1036) NORMAL Created Socket with Family: 23, QoS Index: 4
    129C 08F8 12/04 14:28:09.865 20 cc_base.cpp(761) [0000000000292FC0] NORMAL DM: - EndPoint:0000000000285D50, Family: 23, Indx:4, Port:0
    129C 08F8 12/04 14:28:09.865 20 cc_base.cpp(913) NORMAL DM: - Spotted QoS IPv6, Index:4
    129C 08F8 12/04 14:28:09.865 20 cc_base.cpp(908) NORMAL DM: - Spotted QoS IPv4, Index:5
    129C 08F8 12/04 14:28:09.865 20 cc_base.cpp(1036) NORMAL Created Socket with Family: 23, QoS Index: 4
    129C 08F8 12/04 14:28:09.865 20 cc_base.cpp(761) [00000000002952B0] NORMAL DM: - EndPoint:0000000000285D50, Family: 23, Indx:4, Port:0
    129C 08F8 12/04 14:28:09.865 20 cc_base.cpp(913) NORMAL DM: - Spotted QoS IPv6, Index:4
    129C 08F8 12/04 14:28:09.865 20 cc_base.cpp(908) NORMAL DM: - Spotted QoS IPv4, Index:5
    129C 08F8 12/04 14:28:09.865 20 cc_base.cpp(1036) NORMAL Created Socket with Family: 23, QoS Index: 4
    129C 08F8 12/04 14:28:09.865 20 cc_base.cpp(761) [00000000002975A0] NORMAL DM: - EndPoint:0000000000285D50, Family: 23, Indx:4, Port:0
    129C 08F8 12/04 14:28:09.865 20 cc_base.cpp(913) NORMAL DM: - Spotted QoS IPv6, Index:4
    129C 08F8 12/04 14:28:09.865 20 cc_base.cpp(908) NORMAL DM: - Spotted QoS IPv4, Index:5
    129C 08F8 12/04 14:28:09.865 20 cc_base.cpp(1036) NORMAL Created Socket with Family: 23, QoS Index: 4
    129C 08F8 12/04 14:28:09.865 20 cc_base.cpp(761) [00000000001C8FB0] NORMAL DM: - EndPoint:0000000000285D50, Family: 23, Indx:4, Port:0
    129C 08F8 12/04 14:28:09.865 20 commengine.cpp(350) [0000000000261A30] ACTIVITY Hr: = [0x80070002] ConnectionNoActivityTimeout: 300
    129C 08F8 12/04 14:28:09.865 20 commengine.cpp(364) [0000000000261A30] ACTIVITY Hr: = [0x80070002] m_dwConnectionNoActivityTimeoutForSlowReceiver: 3600
    129C 1B4C 12/04 14:28:09.865 03 timer.cpp(490) ACTIVITY CTimerMgr::TimerThread
    129C 1B4C 12/04 14:28:09.865 03 timer.cpp(503) [000000000029A3B8] ACTIVITY CTimerMgr::TimerThreadInternal
    129C 08F8 12/04 14:28:09.865 29 dpmra.cpp(162) [000000000020A9B0] NORMAL CDPMRA::Initialize [000000000020A9B0]
    129C 08F8 12/04 14:28:09.865 31 vaagent.cpp(226) NORMAL CVAAgent: Initialize globals
    129C 08F8 12/04 14:28:09.881 29 mta.cpp(126) ACTIVITY CMTA::AddSchemasToSchemaCache => Initialize loaded schemas
    129C 08F8 12/04 14:28:09.912 29 dpmra.cpp(184) [000000000020A9B0] NORMAL CDPMRA::Initialize loaded schemas
    129C 08F8 12/04 14:28:09.912 22 genericthreadpool.cpp(75) [00000000001CF1A0] NORMAL CGenericThreadPool: constructor
    129C 08F8 12/04 14:28:09.912 22 genericthreadpool.cpp(804) [00000000001CF1A0] NORMAL Hr: = [0x80070002] CGenericThreadPool::m_dwMaximumNumberOfThreads[256]
    129C 08F8 12/04 14:28:09.912 29 dpmra.cpp(271) [000000000020A9B0] NORMAL CreateDefaultSubTask [000000000020A9B0]
    129C 08F8 12/04 14:28:09.912 29 dpmra.cpp(194) [000000000020A9B0] NORMAL Temporary storage path reg key found
    129C 08F8 12/04 14:28:09.912 29 dpmra.cpp(210) [000000000020A9B0] NORMAL MTA Temp location Path = [C:\Program Files\Microsoft Data Protection Manager\DPM\temp\MTA\]
    129C 08F8 12/04 14:28:09.912 29 mtamethrottlehelper.cpp(114) [00000000001CFC60] NORMAL Hr: = [0x80070002] Number of encryption threads = [2]
    129C 08F8 12/04 14:28:09.912 03 service.cpp(298) [000000000017FAE0] ACTIVITY CService::AnnounceServiceStatus
    129C 0DD8 12/04 14:28:09.912 04 xxcmdproc.cpp(372) [000000000020D220] NORMAL SaveCredential - DpmServerName=[dpmserver], UserName=[dpmuser]
    129C 1418 12/04 14:33:09.904 03 runtime.cpp(1652) [00000000001C7D10] NORMAL CDLSRuntime::ProcessIdleTimeout
    129C 1418 12/04 14:33:09.904 03 runtime.cpp(646) [00000000001C7D10] NORMAL CDLSRuntime::Uninitialize, bForce: 0
    129C 1418 12/04 14:33:09.904 05 genericagent.cpp(264) [000000000020A9B0] NORMAL Agent Can Shutdown if there is only default wokitem active[1]
    129C 1418 12/04 14:33:09.904 29 dpmra.cpp(360) [000000000020A9B0] NORMAL CDPMRA::Shutting down dpmra, force-shutdown :yes
    129C 1418 12/04 14:33:09.904 03 workitem.cpp(391) NORMAL Timing out WI [00000000002410B0], WI GUID = {B71B4544-7067-4A30-B5FB-BA320B10D82A}, ..last DM activity happened 1188388017msec back, WI Idle Timeout = 390000msec
    129C 1418 12/04 14:33:09.904 22 genericthreadpool.cpp(664) [00000000001CF1A0] NORMAL CGenericThreadPool: Waiting for threads to exit
    129C 1418 12/04 14:33:11.904 22 genericthreadpool.cpp(664) [00000000001CF1A0] NORMAL CGenericThreadPool: Waiting for threads to exit
    129C 1BA0 12/04 14:33:13.904 20 cc_base.cpp(1226) [000000000028E9E0] NORMAL DM: Aborting http state machine for reason 0
    129C 1A38 12/04 14:33:13.904 20 cc_base.cpp(1226) [0000000000288110] NORMAL DM: Aborting http state machine for reason 0
    129C 1A38 12/04 14:33:13.904 20 cc_base.cpp(1226) [0000000000285E20] NORMAL DM: Aborting http state machine for reason 0
    129C 19B8 12/04 14:33:13.904 20 cc_base.cpp(1226) [000000000028C6F0] NORMAL DM: Aborting http state machine for reason 0
    129C 1A38 12/04 14:33:13.904 20 cc_base.cpp(1226) [00000000002975A0] NORMAL DM: Aborting http state machine for reason 0
    129C 19B8 12/04 14:33:13.904 20 cc_base.cpp(1226) [00000000002952B0] NORMAL DM: Aborting http state machine for reason 0
    129C 1418 12/04 14:33:13.904 20 cc_base.cpp(388) [000000000028A400] NORMAL DM: Going to timeout connection
    129C 0C18 12/04 14:33:13.904 20 cc_base.cpp(1226) [000000000028A400] NORMAL DM: Aborting http state machine for reason 0
    129C 1BA0 12/04 14:33:13.904 20 cc_base.cpp(1226) [00000000001C8FB0] NORMAL DM: Aborting http state machine for reason 0
    129C 1418 12/04 14:33:13.904 20 cc_base.cpp(388) [0000000000290CD0] NORMAL DM: Going to timeout connection
    129C 1A38 12/04 14:33:13.904 20 cc_base.cpp(1226) [0000000000292FC0] NORMAL DM: Aborting http state machine for reason 0
    129C 1418 12/04 14:33:13.904 20 cc_base.cpp(388) [0000000000292FC0] NORMAL DM: Going to timeout connection
    129C 1418 12/04 14:33:13.904 20 cc_base.cpp(388) [00000000002952B0] NORMAL DM: Going to timeout connection
    129C 1418 12/04 14:33:13.904 20 cc_base.cpp(388) [00000000001C8FB0] NORMAL DM: Going to timeout connection
    129C 1A38 12/04 14:33:13.904 20 cc_base.cpp(1226) [0000000000290CD0] NORMAL DM: Aborting http state machine for reason 0
    129C 1418 12/04 14:33:13.904 22 genericthreadpool.cpp(664) [00000000001C7D10] NORMAL CGenericThreadPool: Waiting for threads to exit
    129C 1418 12/04 14:33:15.904 29 dpmra.cpp(127) [000000000020A9B0] NORMAL CDPMRA: destructor [000000000020A9B0]
    129C 1B4C 12/04 14:33:15.920 03 timer.cpp(513) [000000000029A3B8] ACTIVITY Shutting down timer thread.
    129C 1418 12/04 14:33:15.920 03 service.cpp(81) ACTIVITY CService::StopThisService
    129C 1418 12/04 14:33:15.920 03 service.cpp(281) [000000000017FAE0] ACTIVITY CService::StopService()
    129C 08F8 12/04 14:33:15.920 03 service.cpp(298) [000000000017FAE0] ACTIVITY CService::AnnounceServiceStatus
    I hope somebody can help me

    hi,
    it is not possible to find the run time errors in application server while writing the file.using sy-subrc only we can find out. where it is writing correctly like this.
    we can see all the application server files in this Tcode: AL11

  • How to delete files from application server posted in last 30 days

    I have some files in application server posted through ABAP program with the below format
    \.\.\.abcd_20110209_111209.csv   (with  date and time). I need to delete those files which was posted in last 30 days through another program. Could you plaese help me to achieve the requirement?

    There are many ways you can delete/archive files in application servers.
    1. Depending on the application server, usually administrators setup delete/archive programs. For e.g. if the application server is a UNIX, then the unix admin will write a script to delete/move older files. - this is the most common approach I've seen.
    If you have to achieve this through ABAP then,
    1. You can get the script from the server admin and then use that script to create an external system command through SM69/49 and use the function module SXPG_COMMAND_EXECUTE to execute it.
    2. You can also look at FM EPS_DELETE_FILE and see if it fits the bill for you.
    There are many other possibilities too and each one has its own pros/cons. So you'll have to choose the right one for your requirement.

  • Restored our SSRS 2008 R2 from one server to another; Dates are in UK format and not US

    We have restored our SSRS 2008 R2 from one server to another. The original server was in US locale/culture. The new server was in UK locale/culture, when the restore happened. However it should have been in US locale/culture. We have made this change and
    new reports work OK.
    However existing reports (i.e. saved by a user) are still trying to use the US dates in a UK format and as a result throwing a date cant be below 1753 error.
    Has anyone seen this issue before or have any idea what we need to do to fix it?
    Thanks
    Kimberlad

     Hi Kimberlad
    Have you checked any changes in the Collation? 
    Please verify Reporting Server Databases and Server Collation is there any mismatch with your Source Server.
    and also please post complete Error message..
    Nag Pal MCTS/MCITP (SQL Server 2005/2008) :: Please Mark Answer/vote if it is helpful ::

  • Copy Custom toolbar from one instance to another in Project server 2007

    Hi,
    I am currently using project server 2007. We have a number of instances in our Project server enivoronment. Is it possible to copy customized toolbar from one instance to another? If yes, how?
    Thanks in advance 

    Hi Khaldun,
    As per my reply in your previous post, here is a link explaining how to use the organizer:
    Http://blogs.msdn.com/b/project/archive/2010/10/22/tips-and-tricks-copy-custom-views-filters-tables-and-other-elements-to-other-projects.aspx?Redirected=true
    Basically, just copy the toolbar from the global source instance into a blank project file. Then do the same operation from the blank file containing your toolbar into the destination global model, still using the organizer. 
    Hope this helps. 
    Guillaume Rouyre - MBA, MCP, MCTS

  • Moving SharePoint from One server to another

    Hi,
    We are in the process of migrating our current sharepoint farm server to another server.
    Our scenario
    WFE Servers  = SERVER01 AND SERVER02
    APP Servers   = SERVER03 AND SERVER04
    SQL Server   = SERVER05
    New WFE Servers = SERVER06 AND SERVER07
    New APP Servers = SERVER08 AND SERVER09
    New SQL Server = SERVER10
    Please does anyone know the best approach for migrating a sharepoint farm from one server to another.
    My current approach will be to
    FOR THE SQL SERVER
    1.    stop all processes that might be using sharepoint such as search, sptimer using the net stop cmdlet on SERVER05
    2.    back up all sharepoint content databases
    3     Copy and restore the backed up databases on the sql server using the same name to ensure permissions are not      tampered with on SERVER10
    4.    Ensure the firewall on the new sql server is open on port 1433
    5.    Configure a new SQL Alias on the new server so that SharePoint can point to the new sql server
    6.   Restart all the stopped processes in 1 above.
    However, my questions are
    Is the above the right approach?
    How do i migrate the WFE and APP servers -  do i need to reconfigure sharepoint on both wfe nd app server and then do a mount-spcontentdatabase cmdlet?
    Please advise is urgently needed
    Kind Regards
    Louis
    thanks

    Hi Louis,
    check those sites for details
    http://www.akspug.org/Blog/Post/20/Migrating-from-one-SharePoint-2010-farm-to-another-SharePoint-2010-farm
    https://conradjonesit.wordpress.com/2013/07/13/migrate-sharepoint-2010-content-to-new-farm-part-1-install-sql-instance/
    https://conradjonesit.wordpress.com/2013/07/13/migrate-sharepoint-content-databases-2010-to-a-new-farm-part-2-install-sharepoint/
    https://conradjonesit.wordpress.com/2013/07/13/migrate-sharepoint-content-databases-to-a-new-farm-part-3-move-content-database/
    Kind Regards,
    John Naguib
    Technical Consultant/Architect
    MCITP, MCPD, MCTS, MCT, TOGAF 9 Foundation
    Please remember to mark your question as answered if this solves your problem

  • Oracle db Migration from one server to another

    Can any body guide me why companies migrate Oracle db from one server to another , & what is the process for doing that?

    In that case, something has changed, right? The need to have a standby server has become important.
    Next steps:
    - define the real business requirements (why do we think we want to spend money on a spare server? why should the money go to a hardware company, instead of an increase in my salary? what benefit are they looking for?)
    - see whether any known ideas or alternatives fit the requirements, see whether the backup should be a standby server, a hot failover server, or some other backup mode;
    - go to the Oracle Technet site, look under the Product Centers: Database area to see whether there are any related topics (such as 'availability', as one of the logical reasons for a backup is to make the application more avaliable); check in that area for any white papers; read the white papers to formulate an idea, write down interesting keywords;
    - look in the Oracle docuentation, list of books, to see whether there are any books specifically dealing with that topic (such as Oracle Data Guard);
    - use Google to search for the combination of 'Oracle backup' and the interesting keyword and study several of the sites;
    - form a basic plan;
    - go to expert and trusted sources (these forums, OraFaq.com), post a plan and ask for feedback.
    There are literally dozens of alternatives. Research and find the one(s) that are right for your situation. That includes the technical as well as the financial reasons.
    More than anything, that means you need to learn to ask the right question. And that often means asking the same question several different ways, and attempting to answer each variation yourself to see how the answer solves your specific needs.

  • Export DB from one server to another.

    Hello
    I have big p problem to find the way how to move database from one server to another. The database is 10g R2. The both server are on windows server system and they are in the same network. I have one weekned to do this. I have found 4 ways:
    - Clone
    - duplicate
    - Expdp/impdp
    - RMAN
    Which of this possibilities is best for me?
    And next question how I should install database on new server? Should I use option "Install databse software only" ? This seems to me the best solution, but what after? How to in this condition make a import?
    The second posibility is to install the database during the instalation - but if it will be the same database as is on my orginal server?
    Thanks in advance for any explanation.
    Andrew

    Pl post exact details of OS and database versions of the source and target servers.
    You could clone the ORACLE_HOME binaries from source to target by following instructions in MOS Doc 300062.1 (How To Clone An Existing RDBMS Installation Using OUI)
    Is there a reason you cannot shut down the database, copy all of the relevant database files to the new server, and start up the database there ? It would be easier and faster than using expdp/impdp. This assumes that the source and target OS are compatible.
    458450.1 - Steps to Manually Clone a Database
    562556.1 - How to Manually Clone a Database to Another Node
    HTH
    Srini

  • Moving directory with Software Update files from one server to another

    Hi guys,
    I have recently bought a Mac Mini to move on it my test system Mac OS 10.9 with Server 3.0, running on VM.
    My question is:
    Is it possible to move the Software Update packages/directory from one server to another, so I don't need to wait a whole week to have them all downloaded from the Apple servers?
    I assume, if replace all the Software update fodder it is not going to work as there are some kind of index files elsewhere that will not accept that change.
    I haven’t tried any migration assistant as don’t want to replicate the server.
    Any suggestions, please?

    hi Lucas,
    i just stumbled onto this post of yours while searching for solutions for a somehow related issue that's kept me thinking.
    your post isn't new, yet it received no answers... maybe you found a solution already.
    in case you haven't, a possible hint might come from https://discussions.apple.com/message/20478878#20478878
    for the record, i've installed os x server 3.0 on mvrx 10.9 on a 4-year old Intel Core 2 Duo mac mini with 500GB disks.
    in my case, it's the almost 200GB of update files wasting what's left of my storage real estate to press for a solution.
    tried to do what's suggested here, seems to work fine on my system, too. hope this helps.

  • How to move folders from one server to another serve using unix command

    Hi All,
    How to move the folders from one server to another server using unix command.
    scp -r armops@sjarmprd01:/ARM/scripts [email protected]:/ARM/scripts/
    but it is giving an error like not a regular file .. what it means .. please let me know if any one knows about it
    Thanks
    Sreedhar

    not a regular file .. what it meansProbably you have some fifo (named pipe) files...
    Said that this has nothing to do with database (you should post on some nix forum, for example http://forums.oracle.com/forums/forum.jspa?forumID=135), you may try rsync* command (man rsync).

  • Moving services from one server to another

    Hi all,
    I moved Access Database Services and Excel Services from one app server to another app server by starting those services on the new server and stopping them on the old one. However, in the app logs and ULS, SharePoint errors out cuz it still tries to make
    the calls to the old server. Why is this? I did the iisreset on the old server, but it made no difference. What am I missing?

    Hi ,
    According to your description, my understanding is that you got an error when you moved Access Services and Excel Services from one server to another server.
    As Trevor said, please do an IISRESET on the new server, and compare the result.
    Please restart the new server running Access Services and Excel Services applications. If restarting the server does not correct the problem, confirm that the hardware of the server is functioning correctly, or reinstall Access Services Application
    and re-add the server to the server farm.
    Here are some similar posts for you to take a look at:
    http://technet.microsoft.com/en-us/library/ee513104(v=office.14).aspx
    http://answers.flyppdevportal.com/categories/sharepoint2010/sharepoint2010setup.aspx?ID=dc48676c-43f6-45f9-ab46-2ed6515c9660
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

Maybe you are looking for