Synchronize 2 requests

hi
I have two requests BO, and I'd like to synchronize the dimensions of these two requets.
But I do not see how I can synchronize with the Web tool Intelligence Rich Client
best regard

how do u solved that

Similar Messages

  • Queries related to MAM configuration and MI synchronization

    Hi,
    I have queries as to the synchronization in MI & MAM
    1. When I am synchronizing with MI Server, the requests are going in I-Waiting work lists in  work list monitor..  What could be the reason for it.
    2. I require clarification as to exact purpose of the variants used in Master data selections of the MAM configuration. Is it to reduce the replicator database or to reduce the handheld database.
    I have created one variant for each FL, equipment and measurement points
    A. The FL variant downloads all the necessary FL to the MI server. We havent assigned the variant to the user so as download the ony the FLs related to work orders.
    B. The Equipment variant doesnt download any equipments because we are not using any equipments
    C. The measurement point variant downloads the measurement points related to the FLs mentioned in the FL variant.
    In the above scenario, we are able to download Work orders, Functional locations but not able download measurement points. In our scenario, we dont have equipments and measurement points are related to FL directly. The work list monitor displays "No data from R/3 downloaded".
    Is it due to the MAM configuration ?
    Can I debug the synchronization process in MI server so as to simulate the events happening when a synchronization is requested from MI client.
    Thanks
    Raj

    Hi Raja,
    Question 1: Two possible reasons for I-Waiting - breakpoint in backend BAPI and it waits for action. Or one of the SyncBOs is not activated (very common reason, check merep_pd).
    Question 2: "Master data selection" is for replication. Technical objects on the device are coming from three sourses - when they are referenced on order and notif header level, when they are in order object list (and this is activated on the backend), standalone TOs configured in "user-dependent data".
    Normally, if order references FL, FL should come to the device, if this FL references Meas. Point it should come to the deice as well. If you check logs for FL you will probably see "cascading error" for the meas. point. Few things to check - this meas. point is returned by the BAPI MAM041_getlist so it is suposed to be replicated. If it is in the list - check BAPI MAM041_getdetail to see that it does not return error. No error - check DB on the middleware to see that it is indeed replicated.
    Regards,
    Larissa Limarova

  • Problem with multiple requests

    I have a problem with the users submitting multiple requests simultaneously.
    Let me put it this way:
    1. User is on a tabbed panel with clear and search buttons.
    2. User clicks on 'clear' button from any tab (request one). On successful completion, it should reset and load tab one.
    3. Before the tab one loads, user again clicks (request two) on a different tab two. (Tabbed panel - server side tab switch)
    4. As a result, tab two loads. Now when I click on tab one, the default values are not getting set.
    Now when I look at my phase listener logs:
    Processing new  Request!
    St - RESTORE_VIEW 1
    En - RESTORE_VIEW 1
    St - APPLY_REQUEST_VALUES 2
    En - APPLY_REQUEST_VALUES 2
    St - PROCESS_VALIDATIONS 3
    En - PROCESS_VALIDATIONS 3
    St - UPDATE_MODEL_VALUES 4
    En - UPDATE_MODEL_VALUES 4
    St - INVOKE_APPLICATION 5
    En - INVOKE_APPLICATION 5
    St - RENDER_RESPONSE 6
    Processing new  Request!
    St - RESTORE_VIEW 1
    En - RENDER_RESPONSE 6
    Done with Request!
    En - RESTORE_VIEW 1
    St - APPLY_REQUEST_VALUES 2
    En - APPLY_REQUEST_VALUES 2
    St - PROCESS_VALIDATIONS 3
    En - PROCESS_VALIDATIONS 3
    St - UPDATE_MODEL_VALUES 4
    En - UPDATE_MODEL_VALUES 4
    St - INVOKE_APPLICATION 5
    En - INVOKE_APPLICATION 5
    St - RENDER_RESPONSE 6
    En - RENDER_RESPONSE 6
    Done with Request!Looking above its very clear that request two begins before the completion of render response phase of request one. I guess thats where the problem lies and users are not really interested in solution provided by me to use javascript and freeze the page until request one completes.
    I would like to know if it is possible to hold a second request in the phase listener until the first request gets completed. Any help would be highly appreciated.
    Thanks.

    Thus, you want to keep user/session-specific requests in a synchronized queue? You could put a lock in the HttpSession on start of request and remove it on end of request and synchronize the requests on that lock. You can use a Filter for this which is mapped on FacesServlet.
    It's all theory and I've never done it, so I can't give a "safe" code example out of head. But googling using the terms "synchronized, lock, httpsession" gives lot of the same ideas, some with examples, under each this article: [http://www.ibm.com/developerworks/library/j-jtp09238.html].

  • Weblogic Session Management in a Cluster

    As per web logic documentation here
    http://e-docs.bea.com/wls/docs81/cluster/failover.html
    There is best practice to "Control Frame Access to Session Data".
    Control Frame Access to Session Data
    If you are designing a Web application that utilizes multiple frames, keep in mind that there is no synchronization of requests made by frames in a given frameset. For example, it is possible for multiple frames in a frameset to create multiple sessions on behalf of the client application, even though the client should logically create only a single session.
    In a clustered environment, poor coordination of frame requests can cause unexpected application behavior. For example, multiple frame requests can "reset" the application's association with a clustered instance, because the proxy plug-in treats each request independently. It is also possible for an application to corrupt session data by modifying the same session attribute via multiple frames in a frameset.
    To avoid unexpected application behavior, carefully plan how you access session data with frames. You can apply one of the following general rules to avoid common problems:
    In a given frameset, ensure that only one frame creates and modifies session data.
    Always create the session in a frame of the first frameset your application uses (for example, create the session in the first HTML page that is visited). After the session has been created, access the session data only in framesets other than the first frameset.
    Can anyone help with the code snippet for the same ..

    I'm not overly familar with Weblogic clustering, but I assume it is similar in concept to OC4J clustering. The thing that you need to be aware of is that any object stored in HttpSession needs to be completely serializable. The LibrarySession that you create/obtain for a user cannot be serialized. Thus you need to come up with a technique that allows a user to obtain the same librarysession instance from whatever store it may be across multiple requests.
    CM SDK, Files, Content Services typically achieve high availability through use of multiple midtiers with Big IP in front. Our out-of-box applications do not make use of OC4J clustering.
    thanks,
    matt.

  • Java Calling BAPI

    We are writing a Java web application that accesses BAPIs using SAP JCo.
    We are facing a problem when we have multiple simultaneous calls from different web users using the same BAPI with the same parameters. Some of them get a message saying that "the material is locked by user XXX", where XXX is the SAP user used in JCo to connect to SAP.
    I am not sure whether this is an SAP issue, or a Java issue, or if we should handle this by implementing some kind of JMS queue, so that we will never have two users calling the same BAPI with the same parameters at the
    same time.
    Does any of you have ever had this kind of problem?
    Thank you
    Dov

    Hi,
    it is a standard functionality of the business logic implemented in SAP Material Management BPI - master data of materials are locked during warehouse operations.
    You can send more parallel synchronize BAPI requests via JCo and ABAP Engine is able to process them in parallel - with described locks.
    You have to take care of it on the JCo side or use asynchronous processing via qRFC or standard iDoc.
    The queue is necessary - want to process your operations in the same order like in the non-SAP system.
    Jiri

  • Insert Excel data into Oracle

    I am having the following code in Button-Press-Event for inserting the data from the selected Excel sheet. My problem is only the last row of the Excel file is store in Oracle Table. Others are not at all coming. Anybody having idea on this....?
    DECLARE
         M_APPID PLS_INTEGER;
         M_CONVID PLS_INTEGER;
         M_BUFFER VARCHAR2(240);
         M_CNT NUMBER;
         M_ROW NUMBER;
         M_COL NUMBER;
         M_ROWID NUMBER := 0;
         M_ERROR CHAR;
         M_EXCEL_FILE VARCHAR2(2000);
         M_EXIT_FLAG CHAR(1);
    BEGIN
         SET_ITEM_PROPERTY('M_PROCESSING_INFO',VISUAL_ATTRIBUTE,'BP_LOOK');
    :M_PROCESSING_INFO := 'Validating file, please wait...';
         SYNCHRONIZE;
    SET_ITEM_PROPERTY('M_BTN_PREVIEW',ENABLED,PROPERTY_FALSE);
         L_VALIDATE_FILE_EXISTENCE;
         GO_BLOCK('OW_EXCEL_UPLOAD');
         CLEAR_BLOCK(NO_VALIDATE);
         GO_BLOCK('OT_EXCEL_ERROR_LOG');
         CLEAR_BLOCK;
    SET_BLOCK_PROPERTY('OW_EXCEL_UPLOAD',UPDATE_ALLOWED,PROPERTY_FALSE);
    SET_BLOCK_PROPERTY('OW_EXCEL_UPLOAD',DELETE_ALLOWED,PROPERTY_FALSE);
    SET_BLOCK_PROPERTY('OW_EXCEL_UPLOAD',INSERT_ALLOWED,PROPERTY_TRUE);
         GO_ITEM('OW_EXCEL_UPLOAD.OU_ROW_NO');
         M_APPID := DDE.APP_BEGIN(M_EXCEL_FILE|| ' '||CHR(34)||:P_TXT_FILE_NAME||CHR(34), DDE.APP_MODE_MINIMIZED);
         M_CONVID := DDE.INITIATE('EXCEL', :P_TXT_FILE_NAME);
         FIRST_RECORD;
         M_CNT := 0;
         FOR M_ROW IN :M_START_ROW .. :M_END_ROW LOOP
              M_ROWID := M_ROWID + 1;
              FOR M_COL IN :M_START_COL .. :M_END_COL LOOP
                   INSERT INTO TEMP VALUES (M_ROWID, M_COL);
                   M_BUFFER := '';
                   M_CNT := M_CNT + 1;     
                   :M_PROCESSING_INFO := 'Processing R'||M_ROW||'C'||M_COL;
                   SYNCHRONIZE;
                   DDE.REQUEST(M_CONVID, 'R'||M_ROW||'C'||M_COL, M_BUFFER, DDE.CF_TEXT, 240);
                   M_BUFFER := RTRIM(LTRIM(M_BUFFER));
                   M_BUFFER := SUBSTR(M_BUFFER,0,LENGTH(M_BUFFER)-2);
                   :M_PROCESSING_INFO := 'Processed R'||M_ROW||'C'||M_COL;
                   SYNCHRONIZE;
                   IF M_BUFFER IS NULL AND M_COL = 1 THEN
                        M_EXIT_FLAG := 'Y';
                        EXIT;
                   END IF;
    COPY(M_ROWID,'OW_EXCEL_UPLOAD.OU_ROW_NO');
    BEGIN
    IF M_COL = 1 THEN
         :EXU_CONT_NO := M_BUFFER;
    ELSIF M_COL = 2 THEN
         :EXU_LOT_NO := M_BUFFER;
    ELSIF M_COL = 3 THEN
         :EXU_PART_NO := M_BUFFER;
    ELSIF M_COL = 4 THEN
         :EXU_QTY := TO_NUMBER(M_BUFFER);
    END IF;
    EXCEPTION
    WHEN OTHERS THEN
    L_SAVE_ERROR_LOG(:P_TXT_FILE_NAME,M_ROW,M_BUFFER,L_ERR_DESC(3107));
    GO_BLOCK('OT_EXCEL_ERROR_LOG');
    EXECUTE_QUERY;
    END;
    END LOOP;          
              CREATE_RECORD;
              M_CNT := 0;
              IF M_EXIT_FLAG = 'Y' THEN
                   EXIT;
              END IF;
         END LOOP;
         :M_RECORD_CNT := M_ROWID - 1;
         DDE.TERMINATE(M_CONVID);
         DDE.APP_END(M_APPID);
         FIRST_RECORD;
    COMMIT;
              :M_PROCESSING_INFO := 'Data in the Excel Sheet uploaded into the System.';
              SYNCHRONIZE;     
         GO_BLOCK('OW_EXCEL_UPLOAD');
    EXECUTE_QUERY;
    END;
    Note:
    My temp table is having exact number of rows as in Excel sheet.

    Have you used the debugger and single stepped through the code to see where the problem is?

  • Replicated session state with WLS 5.1 sp 6 in cluster

              Hello, i've seen in BEA documentation this:
              Applications Using Frames Must Coordinate Session Access
              If you are designing a web application that utilizes multiple frames, keep in mind
              that there is no synchronization of requests made by frames in a given frameset.
              For example, it is possible for multiple frames in a frameset to create multiple
              sessions on behalf of the client application, even though the client should logically
              create only a single session.
              In a clustered environment, poor coordination of frame requests can cause unexpected
              application behavior. For example, multiple frame requests can "reset" the application's
              association with a clustered instance, because the proxy plug-in treats each request
              independently. It is also possible for an application to corrupt session data by
              modifying the same session attribute via multiple frames in a frameset.
              To avoid unexpected application behavior, always use careful planning when accessing
              session data with frames. You can apply one of the following general rules to avoid
              common problems:
              ·     In a given frameset, ensure that only one frame creates and modifies session data.
              ·     Always create the session in a frame of the first frameset your application uses
              (for example, create the session in the first HTML page that is visited). After the
              session has been created, access the session data only in framesets other than the
              first frameset.
              My environment is clustered(multi-tier) and jsp and servlets use frameset, could
              you explane this?
              I don't understand very well
              Thanks and regards
              Fabio
              

              Thanks for you suggest!
              Fabio
              "Mike Reiche" <[email protected]> wrote:
              >
              >It means that all the jsps executed from the same browser use the same
              >httpsession
              >- so be aware of it.
              >
              >If the jsp in the first frame does ---
              >
              > httpSession.put("MYNAME", "GOODVALUE");
              >
              >and the jsp the second frame does ....
              >
              > httpSession.put("MYNAME", "BADVALUE");
              >
              >then the jsp in the first frame does ...
              >
              > value = httpSession.get("MYNAME");
              >
              >You might get "GOODVALUE" or you might get "BADVALUE" since both
              >JSPs execute concurrently without synchronization and they both store
              >something under
              >the same key in the same httpSession.
              >
              >Mike
              >
              >"Fabio Rossi" <[email protected]> wrote:
              >>
              >>Hello, i've seen in BEA documentation this:
              >>
              >>Applications Using Frames Must Coordinate Session Access
              >>
              >>If you are designing a web application that utilizes multiple frames,
              >keep
              >>in mind
              >>that there is no synchronization of requests made by frames in a given
              >frameset.
              >>For example, it is possible for multiple frames in a frameset to create
              >>multiple
              >>sessions on behalf of the client application, even though the client
              >should
              >>logically
              >>create only a single session.
              >>In a clustered environment, poor coordination of frame requests can
              >cause
              >>unexpected
              >>application behavior. For example, multiple frame requests can "reset"
              >the
              >>application's
              >>association with a clustered instance, because the proxy plug-in treats
              >>each request
              >>independently. It is also possible for an application to corrupt session
              >>data by
              >>modifying the same session attribute via multiple frames in a frameset.
              >>To avoid unexpected application behavior, always use careful planning
              >when
              >>accessing
              >>session data with frames. You can apply one of the following general
              >rules
              >>to avoid
              >>common problems:
              >>·     In a given frameset, ensure that only one frame creates and modifies
              >session
              >>data.
              >>
              >>·     Always create the session in a frame of the first frameset your application
              >>uses
              >>(for example, create the session in the first HTML page that is visited).
              >>After the
              >>session has been created, access the session data only in framesets
              >other
              >>than the
              >>first frameset.
              >>
              >>My environment is clustered(multi-tier) and jsp and servlets use frameset,
              >>could
              >>you explane this?
              >>I don't understand very well
              >>
              >>Thanks and regards
              >>Fabio
              >>
              >
              

  • How to activate delta download for BP from ECC to CRM

    Hi,
    i have completed BP initial download from ECC 6.0 to  CRM 5.0.
    i dont know how to activate the Delta download?.
    Plz anyone tell me the procedure.
    regards
    geetha.g

    Hi Geetha
    Synchronization download allows you to synchronize inconsistent datasets on various databases. This can be controlled in time slots or can be triggered manually.
    1. Creating a Request
    Choose Middleware -->Data Exchange --> Synchronization --> Define Requests.
    To define a new data request, choose Display --> Change and New Entries.
    Enter data for the request.
    In object name enter CUSTOMER_MAIN
    2. Starting the Request
    Choose Middleware --> Data Exchange -->Synchronization --> Synchronize Objects.
    A selection screen appears. Enter the objects to be synchronized or use F4 input help to select objects. Choose Execute to start synchronizing the data.
    3. Monitoring Request
    Choose Middleware --> Data exchange --> Synchronization --> Monitor requests
    Enter an object name or a range of object names. Use the input help or of you want to display all the objects, do not enter an object name at all. Choose Execute.
    Further help is available on http://help.sap.com/saphelp_crm50/helpdata/en/c7/95fc381478ab6fe10000000a11402f/frameset.htm
    Hope this would help.
    Regards,
    Rekha Dadwal
    <b>You gain a point for every point that you reward. So reward helpful answers generously</b>

  • Initial load for Object CUSTOMER_MAIN

    Hi,
    My client has taken their initial load more than year back. During that time some 900 odd customers where not copied to CRM from ECC because of various master data issues. Now, they have entry of Business Partner in table crmm_but_custno  however none of them are actually downloaded from ECC.
    We have given requirement to download them again from ECC and create them in CRM. For the same I tried to download them using CRMM_BUPA_MAP but due to the fact those customers has been part of initial load  the system is taking delta load for them.
    Here, I am facing error Business partner with GUID xxx does not exist  (this error would come because system in taking delta load with update indicator 'U' which should come as 'I' for insert as those customer are not created yet!)
    The main issue here is even in synchronization or initial load if we download the customer back which were part of initial load system would take only delta values and not all data from ECC.
    Does any one has any suggestion how to download data with full details in them as they would come in initial load in this case?
    I have already attempted following option:
    1. Used initial load again
    2. Synchronization with request using Tcode R3AR2/R3AR4/CRMM_BUPA_MAP
    Thanks,
    Alok Mehta

    Hi Sudhir,
    Thanks for the answer. I tried the same but I am getting following error in BDOC analysis:
    Customer number xxx is already assigned to a business partner.
    The above error is coming because this customer was part of initial load however the BDOCs were in error mode and no one had tried to reprocess them after clearing errors.
    Now, I do not have those BDOC as they are deleted from the system. I am suspecting that I need to delete some entry in table where the reference was stored in earlier initial run.
    Request you to please reply in case you have any suggestions.
    Thanks,
    Alok

  • Deal with BDOC error is SM01/SM02

    We see that in SM01/SM02, some Bdoc messages are in (E01, E02, E03, E04) or (I01, I02, I03, I04) status.
    We have following options
    1)  "Reprocess BDoc Message".
    2)  set them as deleted by choosing "Mark Message As Deleted".
    3)  Clean up all pending BDocs by running report SMO8_REORG.
    4)  Find out the business object involved in the BDoc message and then define and start a request
    from the corresponding source system to the target system by choosing  Tools Middleware:
    Basis Data Exchange Synchronization Define Requests / Start Requests  (transactions R3AR2 and
    R3AR4).
    Which of above is sfaer?  I mean how to avoid an incorrect processing sequence which can cause inconsistencies in our landscape?
    Thank you!

    Hi
    I will first try reprocessing the BDocs and see if the error is sstill appearing. If you are not able to fix the error, just delete the BDOC and pull the data again from backend systems
    Regards
    Virender Singh

  • EP 7.0 architecture and design

    Hi,
    We are planning to implement EP 7.0  and i was wondering what other people who have already implemented would recommend.
    I need general guidelines like scalability, sizing, security.
    We have been using digital certificates on out current portal and would like to use an other authentication mechanism since certificates are expensive and difficult to maintain if there are thousands of users since renewal process is time taking and it has to be done every year.
    Could anyone suggest anything related to using Reverse proxy mechanisms,etc.
    Also need to know how many nodes, servers which would bring out optimal performance to EP 7.0 .
    All useful inputs are appreciated and rewarded.
    Thanks,
    Claudius

    Hi Claudius,
    in this scenariov: Browser - AS-ABAP Communication Through a Reverse Proxy
    the browser communicates always with the AS-ABAP through a reverse proxy server. For this reason all generated URLs must contain the name and port of the reverse proxy server.
    Example:
    Proxy: www.sap.com (http:80, https:443)
    Host: webas.sap.corp (http:1080, https:1443)
    HTTPURLLOC
    MANDT   SORT_KEY   PROTOCOL    APPL       HOST               PORT
    100            010               HTTP             *        WWW.SAP.COM     80
    100            011               HTTPS           *        WWW.SAP.COM    443
    As there is no application filter, table http synchronizes all requests in order to generate new URLs. The protocol is the factor that decides which entry is used.
    You can also use the Apache Web server as the intermediary server. In this case, configure the Apache Web server as a reverse proxy that routes requests based on a set of rules and conditions. For this configuration, the Apache Web server uses the mod_rewrite and mod_proxy modules.
    mod_rewrite is a URL rewriting module that performs modifications to the URL received by the Web server and creates a new request. These modifications are based on a set of rules and conditions that you also specify in the configuration file.
    mod_proxy is a module that makes the Apache Web server the intermediary server. It transforms the response from the backend system and sends it back to the client so that it appears to have been sent from the Apache Web server. The backend system remains hidden.
    This documentation provides only a brief description of the Apache configuration. For more information about configuring the Apache Web server as a reverse proxy, see the Apache Web server documentation.
    Prerequisites
    The applications that are to be processed by the Apache Web server are deployed on the AS Java.
    Procedure
           1.      Copy any of the application’s files that are to be available to the client from its directory tree on the AS Java to the Apache Web server’s document root tree.
    Do not copy the WEB-INF and meta-inf files to the Apache Web server’s directory tree. They contain specific information that does not need to be available to the client.
           2.      Edit the Apache Web server configuration file (httpd.conf):
                                a.      Insert the mod_rewrite and mod_proxy modules in the Web server’s LoadModule and AddModule entries.
    Example Configuration Entries
    LoadModule        rewrite_module      modules/mod_rewrite.so
    LoadModule        proxy_module        modules/libproxy.so
    AddModule         mod_rewrite.c
    AddModule         mod_proxy.c
    RewriteLog        "/etc/httpd/logs/rewrite_log"
    RewriteLogLevel   9
                                b.      Using <Location> </Location>tags, specify the rules and conditions to use for the redirection. Use a separate <Location> section for each application that is to be redirected by the Apache Web server.
    Example Redirection Rules
    <Location /application_root_dir>
    RewriteEngine On
    RewriteCond % \.jsp
    RewriteRule ^(.+) http://somehost.com:90% [P]
    RewriteCond % Example
    RewriteRule ^(.+) http://somehost.com:90% [P]
    </Location>
    Result
    The Apache Web server redirects the corresponding requests to the AS Java.
    if it helpful reward points are appreciated
    Message was edited by:
            Pierluigi Demaria

  • Running batch job for synchronization request continuously

    Hi,
    in order to keep 2 cc&b systems synchronized I've developed integration part based on new BO in 2.3.1: F1-SynchRequest.
    It's working like a charm. Letting to keep my synchronization events processed in background in a consistent way.
    But, is there any possibility to run F1-SYNRQ in continuously mode, that will 'eat' all produced sync request in near real-time manner?
    Right now for development purpose I'm running that job by hand. I know that I can schedule it every 3 minutes, but it will result in unnecessary flooding of CI_BATCH_RUN tables.
    I developed such batch by myself (for now, just single thread model) based on decompiled version of AutoTransitionBatchProcess java class. It's working correctly.
    I'm just wondering, if maybe there's something out-of-the-box to support my requirements of continuously, near real-time processing of synchronization request?
    Regards,
    Bartłomiej

    Hi,
    Try to run  RSNAST00 with the new delivery created. and check off the send again checkbox.
    Regards,
    Amitava

  • SCOM not generating alerts & The request to synchronize state for OpsMgr Health Service identified by "bdb1712b-0a9a-bbe3-9630-41f2da9f64a1" failed due to the following exception "System.Data.SqlClient.SqlException: Cannot open database "OperationsManager

    Hi Anyone can assisting on this. The SCOM 2007r2 i managed suddenly do not pump out alerts.
    I have perform full scom service restart(data access, agent, config). it no load up related datawarehouse like(stored, write)
    I also restarted my sql db services. It show me the error like this. Anyhow i can fix it
    The request to synchronize state for OpsMgr Health Service identified by "bdb1712b-0a9a-bbe3-9630-41f2da9f64a1" failed due to the following exception "System.Data.SqlClient.SqlException: Cannot open database "OperationsManager" requested
    by the login. The login failed.
    Login failed for user 'HK\svc-scomsdk'.
       at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
       at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
       at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
       at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
       at System.Data.SqlClient.SqlConnection.Open()
       at Microsoft.EnterpriseManagement.Mom.DataAccess.SqlConnectionHandler.Open(SqlConnection sqlConnection, RetryPolicy retryPolicy, DatabaseConnection databaseConnection)
       at System.Data.SqlClient.SqlConnection.Open()
       at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
       at Microsoft.EnterpriseManagement.Mom.DataAccess.SqlConnectionHandler.Open(SqlConnection sqlConnection, RetryPolicy retryPolicy, DatabaseConnection databaseConnection)
       at System.Data.SqlClient.SqlConnection.Open()
       at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
       at System.Data.SqlClient.SqlConnection.Open()
       at Microsoft.EnterpriseManagement.Mom.DataAccess.SqlConnectionHandler.Open(SqlConnection sqlConnection, RetryPolicy retryPolicy, DatabaseConnection databaseConnection)
       at Microsoft.EnterpriseManagement.Mom.DataAccess.DatabaseConnection.Open()
       at Microsoft.EnterpriseManagement.Mom.DataAccess.QueryRequest.Execute(SqlNotificationRequest sqlNotificationRequest)
       at Microsoft.Mom.ConfigService.OpsMgrDataAccess.ConfigurationDataAccessor.QueryInstanceProperties(ReadOnlyCollection`1 instances)
       at Microsoft.Mom.ConfigService.DataAccess.DatabaseAccessor.QueryInstanceProperties(ReadOnlyCollection`1 instances)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems.Instances.CollectPublicProperties(ReadOnlyCollection`1 identities, IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems.ConfigurationItemCollection`2.CollectPublicProperties(IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems..ctor(StateContext stateContext, IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.CreateResponse(Managers managers)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.Managers.Synchronize(OnDoSynchronizedWork onDoSynchronizedWork)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.Execute(Managers managers)
       at Microsoft.EnterpriseManagement.Mom.DataAccess.SqlConnectionHandler.Open(SqlConnection sqlConnection, RetryPolicy retryPolicy, DatabaseConnection databaseConnection)
       at Microsoft.EnterpriseManagement.Mom.DataAccess.DatabaseConnection.Open()
       at Microsoft.EnterpriseManagement.Mom.DataAccess.QueryRequest.Execute(SqlNotificationRequest sqlNotificationRequest)
       at Microsoft.Mom.ConfigService.OpsMgrDataAccess.ConfigurationDataAccessor.QueryInstanceProperties(ReadOnlyCollection`1 instances)
       at Microsoft.Mom.ConfigService.DataAccess.DatabaseAccessor.QueryInstanceProperties(ReadOnlyCollection`1 instances)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems.Instances.CollectPublicProperties(ReadOnlyCollection`1 identities, IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems.ConfigurationItemCollection`2.CollectPublicProperties(IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems..ctor(StateContext stateContext, IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.CreateResponse(Managers managers)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.Managers.Synchronize(OnDoSynchronizedWork onDoSynchronizedWork)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.Execute(Managers managers)
       at Microsoft.EnterpriseManagement.Mom.DataAccess.SqlConnectionHandler.Open(SqlConnection sqlConnection, RetryPolicy retryPolicy, DatabaseConnection databaseConnection)
       at Microsoft.EnterpriseManagement.Mom.DataAccess.DatabaseConnection.Open()
       at Microsoft.EnterpriseManagement.Mom.DataAccess.QueryRequest.Execute(SqlNotificationRequest sqlNotificationRequest)
       at Microsoft.Mom.ConfigService.OpsMgrDataAccess.ConfigurationDataAccessor.QueryInstanceProperties(ReadOnlyCollection`1 instances)
       at Microsoft.Mom.ConfigService.DataAccess.DatabaseAccessor.QueryInstanceProperties(ReadOnlyCollection`1 instances)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems.Instances.CollectPublicProperties(ReadOnlyCollection`1 identities, IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems.ConfigurationItemCollection`2.CollectPublicProperties(IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems..ctor(StateContext stateContext, IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.CreateResponse(Managers managers)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.Managers.Synchronize(OnDoSynchronizedWork onDoSynchronizedWork)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.Execute(Managers managers)
       at Microsoft.EnterpriseManagement.Mom.DataAccess.SqlConnectionHandler.Open(SqlConnection sqlConnection, RetryPolicy retryPolicy, DatabaseConnection databaseConnection)
       at Microsoft.EnterpriseManagement.Mom.DataAccess.DatabaseConnection.Open()
       at Microsoft.EnterpriseManagement.Mom.DataAccess.DatabaseConnection.Open()
       at Microsoft.EnterpriseManagement.Mom.DataAccess.QueryRequest.Execute(SqlNotificationRequest sqlNotificationRequest)
       at Microsoft.Mom.ConfigService.OpsMgrDataAccess.ConfigurationDataAccessor.QueryInstanceProperties(ReadOnlyCollection`1 instances)
       at Microsoft.EnterpriseManagement.Mom.DataAccess.QueryRequest.Execute(SqlNotificationRequest sqlNotificationRequest)
       at Microsoft.Mom.ConfigService.DataAccess.DatabaseAccessor.QueryInstanceProperties(ReadOnlyCollection`1 instances)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems.Instances.CollectPublicProperties(ReadOnlyCollection`1 identities, IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems.ConfigurationItemCollection`2.CollectPublicProperties(IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems..ctor(StateContext stateContext, IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.DataAccess.DatabaseAccessor.QueryInstanceProperties(ReadOnlyCollection`1 instances)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.CreateResponse(Managers managers)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems.Instances.CollectPublicProperties(ReadOnlyCollection`1 identities, IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.Execute(Managers managers)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.Run(Guid source, String cookie, Managers managers, IConfigurationDataAccessor dataAccessor, Stream stream, IConnection connection)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems.ConfigurationItemCollection`2.CollectPublicProperties(IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems..ctor(StateContext stateContext, IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.CreateResponse(Managers managers)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.Managers.Synchronize(OnDoSynchronizedWork onDoSynchronizedWork)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.Execute(Managers managers)
       at Microsoft.EnterpriseManagement.Mom.DataAccess.SqlConnectionHandler.Open(SqlConnection sqlConnection, RetryPolicy retryPolicy, DatabaseConnection databaseConnection)
       at Microsoft.EnterpriseManagement.Mom.DataAccess.DatabaseConnection.Open()
       at Microsoft.EnterpriseManagement.Mom.DataAccess.QueryRequest.Execute(SqlNotificationRequest sqlNotificationRequest)
       at Microsoft.Mom.ConfigService.OpsMgrDataAccess.ConfigurationDataAccessor.QueryInstanceProperties(ReadOnlyCollection`1 instances)
       at Microsoft.EnterpriseManagement.Mom.DataAccess.SqlConnectionHandler.Open(SqlConnection sqlConnection, RetryPolicy retryPolicy, DatabaseConnection databaseConnection)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems.ConfigurationItemCollection`2.CollectPublicProperties(IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems..ctor(StateContext stateContext, IConfigurationDataAccessor dataAccessor)
       at Microsoft.EnterpriseManagement.Mom.DataAccess.DatabaseConnection.Open()
       at Microsoft.EnterpriseManagement.Mom.DataAccess.QueryRequest.Execute(SqlNotificationRequest sqlNotificationRequest)
       at Microsoft.Mom.ConfigService.OpsMgrDataAccess.ConfigurationDataAccessor.QueryInstanceProperties(ReadOnlyCollection`1 instances)
       at Microsoft.Mom.ConfigService.DataAccess.DatabaseAccessor.QueryInstanceProperties(ReadOnlyCollection`1 instances)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems.Instances.CollectPublicProperties(ReadOnlyCollection`1 identities, IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems.ConfigurationItemCollection`2.CollectPublicProperties(IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.Managers.Synchronize(OnDoSynchronizedWork onDoSynchronizedWork)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.ConfigurationItems..ctor(StateContext stateContext, IConfigurationDataAccessor dataAccessor)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.Execute(Managers managers)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.CreateResponse(Managers managers)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.Managers.Synchronize(OnDoSynchronizedWork onDoSynchronizedWork)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.Run(Guid source, String cookie, Managers managers, IConfigurationDataAccessor dataAccessor, Stream stream, IConnection connection)
       at Microsoft.Mom.ConfigService.Engine.ConfigurationEngine.CommunicationHelper.StateSyncRequestTask.Run(Guid source, String cookie, Managers managers, IConfigurationDataAccessor dataAccessor, Stream stream, IConnection connection)".

    Hi,
    I would like to suggest you reset the SDK account password (in this case, it seems like that the account is 'scomsdk'). And change the password for the account in service configuration.
    Please go through the below article for details:
    How to change the credentials for the SDK Service and for the Config Service in Microsoft System Center Operations Manager
    http://support.microsoft.com/kb/936220/en-us
    Regards,
    Yan Li
    Regards, Yan Li

  • Requesting help with a time/date synchronization problem--thanks

    I'm having a bear of a time trying to get my desktop outlook to synchronize with my 8820 blackberry. Running XP and Outlook from Office 03.  Date/time show correct on my desktop and on the device but, every time I synchronize, the calendar seems to get messed up with hour shifts on different entries. Sometimes I can see a time appear on the "details" screen when I'm synchronizing that is an hour off from the time that is on the device?  Any ideas? Many thanks.

    Sorry--meant to also say that I had reviewed the most recent similar thread on this.  In addition to both the PC and device having the right time, I did confirm both are set to the same time zone.  Really stumped on this one--thanks again.

  • Synchronization request - HELP please !!!!

    I cannot synchronize my iphone 4 with itunes: my phone doesn't appear on the left side of the screen... I have done all the things recommended in the help repertory. Does anybody have an idea please ? (excuse my bad english: I'm french )
    Many thanks for your help !!!

    Hi catcat13,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at this article:
    iOS: Device not recognized in iTunes for Windows - Support - Apple
    support.apple.com/kb/ts1495
    iOS: Device not recognized in iTunes for Mac OS X - Support - Apple
    support.apple.com/kb/ts1591
    Best of luck,
    Mario

Maybe you are looking for

  • How to generate a pdf file from Excel

    Hi all, I've a Excel file i want to generate a pdf file by using java...can any one explain wht r the things r required. If ur answer is "iText" or "apache FOP" then wht r the things to be needed...I want to know the exact answer...step by step....pl

  • What is the phone number

    for Photoshop tech support?

  • How to setup oracle database to archivelog mode and auto delete ?

    Oracle 11g R2 - How to setup database to archive log mode and have oracle only save 24 hours of archive logs and delete the rest. So at any given time I will have only 24 hours of archive log and not more. So only 1 day of archive logs. - Let me know

  • Working out the total memory consumed by a process

    Hi, I am writing a general snapshot utility that provides session statistics. The code is as follows: set pagesize 9999 set linesize 140 set heading off select SUBSTR(name,1,8) || ' sessions as on '||TO_CHAR(CURRENT_DATE, 'MON DD YYYY HH:MI AM') from

  • FCP to PP questions: part 2

    4) tttt in FCP lets me select everything behind where I click. is this available in PP? All I can find is clicking t gives me the option to select everything on a specific track but not everything. I like selecting everything if i want to move it all