BBPGETVD does nor replicate Standard Comm Method - FAX

Hi All,
When I use BBPGETVD tcode to transfer new vendor into SRM from ERP. It Transfers all data except Standard Comm Method - FAX but it defaults to Standard Comm. Method as EMAIL.
Although the vendor was set up as FAX.
We have to use Tcode BP to update that field independently once the vendor master data is transferred to SRM.
Can anyone suggest why is this working differently ? Is there a place where Vendor Master Fields/screens are configured in SPRO in SRM for Tcode BBPGETVD ?
Any help is highly appreciated.

Hello Manoj,
I guess fax number is populated in R/3 vendor master ?
Did you check for existing logs concerning this vendor after replication in SLG1 transaction ?
And what about BBPUPDVD after first vendor replication: does it correctly update communication method ?
You can also debug BBPGETVD to find what the problem is and look for OSS notes (for example 1171493 - Send Medium not updated for Business Partner for SRM_SERVER 5.5 and 6).
Regards.
Laurent.

Similar Messages

  • SRM6: BBPGETVD Does not Replicate Sole Proprietors

    Does anyone know why SAP does not replicate a vendor marked as a sole proprietor in R/3 down to SRM? How can we replicate sole proprietors? We are running in extended classic scenario.

    Hi Onye
    Indicator: Is business partner a natural person?
    Denotes a natural person.
    Use
    In the following countries, the system needs to know whether the taxpayer is a legal or natural person so that it can check the tax numbers correctly:
    Brazil
    Bulgaria
    Colombia
    Croatia
    Greece
    Italy
    Mexico
    Peru
    Slovenia
    Thailand
    Ukraine
    The flag is also used in conjunction with the Statement of Payments to Natural Persons report, as used in the Czech Republic and in Slovakia. This report only covers customers and vendors for whom you have set this indicator.
    In South Korea, it is used in conjunction with the Generic Withholding Tax Reporting program.
    LFA1-STKZN
    bbp_vend_sync jobs just update your vendr data . No worries.
    and in spro
    Global settings for vendor organisation
    settings for vendor synchronisation per backend .
    regards
    muthu

  • Custom Login Module - Commit Method return TRUE always?

    Hi,
    I am creating a custom login module for my portal authentication.
    For the login module, should the commit() method always return TRUE?
    The example code on help.sap.com indicates yes to this question.
    However, the JAVA Sun standard indicates that commit should return FALSE if the preceding login method returned FALSE.
    Does the SAP example stray from the SUN standard?  How should I code the commit() method such that it works (Always TRUE, or follow lead of login() method)?
    Regards,
    Kevin

    Hi Kevin,
    I'm actually working with this document: <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/events/webinars/jaas%20login%20module%20development%20on%20webas%20java%20640.pdf#search=%22classloader%20sda%20jar%20reference%22">JAAS Login Modules</a>.
    There is also example code. If it should be ignored they return false, otherwise true (page 32).
    Regards,
    Marcus
    Message was edited by: Marcus Freiheit

  • Standard Communication Method - Table Download

    Hi, I'm new to the community. Does anyone know what table I can use to download the Standard Communication Method by customer number? I'm looking to get what percent breakout the methods are for thousands of customers.
    Thanks,
    Michael

    you will find the  Comm Method  in Table  ADRC field DEFLT_COMM.
    first you need to get the ADRNR  (address number) per customer from KNA1.

  • Output type not accepting Comm method 5 - External send

    Hi
    not sure whether this should be posted on the Abap forum or on here ???
    I have a shipping output type.
    assigned Partner functions and applicable mediums - 1, 2 and 5
    however when trying to produce ooutput via comm method 5, external send, i am gettting red error messages/ traffic ligh
    processing log is as follows:-
    "processing log for program   xxxxxxxx routine ENTRY
    Please enter an address number
    communication type       cannot be used"
    all outputs for medium types 2 Fax and 1 print are all OK for all Partner functions involved
    please could someone provide our Abapper with the missing coding that is needed to accomodate the External send functionality
    Many thanks for your help on this matter
    Tony

    Tony
    Check if you have done the following:
    1) Maintained Email address in the customer master data?
    2) Maintained Email address in the user  master data, this could be the generic/batch user you use for outputs.
    3) Set up communication strategy in config for external sending: SPRO/IMG/Sales and Distribution/Basic Functions/Output Control/Determine Communication Strategy.
    4) Set up settings for SAPconnect  using SCOT?
    Please follow the following OSS notes for more details and ensure that you have done all those steps:
    454893 - CHECKLISTSD: Sales document output as an e-mail
    960088 - FAQ: Sending SD messages externally
    Let me know how it goes.

  • Non-standard HTTP methods in Servlet 2.4

    Hi,
    I have application Servlet 2.3 compatible and I want to migrate it to the Servlet 2.4 specification, but I faced a problem with non-standard HTTP-methods that my application uses (WebDAV HTTP methods).
    In the web-app_2_4.xsd there are only seven valid HTTP methods and my xml editor cannot validate web.xml because of the non-standard HTTP methods.
    Can someone help me to solve this issue?
    Regards,
    @n@stell_

    Hi,
    if you have an empty <http-method> element then all methods are constrained. Does this help?
    Matthew

  • Howto test new or modified network infrastructures with standardized testing methods?

    Hi,
    I'm sure many of you regularly do tests of new or modified network infrastructures before going live. And you developed detailed plans and schedules how to test, how I did too.
    Does anybody know if there exist standardized testing methods for this cases?
    Like recommendations how to check features, performance, hardware failures, convergence times, software updates, network management etc.?
    Does Cisco offer information concerning that?
    Especially for software testing there exist many methods to check if it's working properly, but for technical it infrastructures I did not find any informations.
    Best Regards
    Thorsten

    Thorsten
    I guess you are looking for something like this -
    http://www.ciscopress.com/store/enterprise-network-testing-testing-throughout-the-network-9781587141270
    should say I don't own the book or have ever read it.
    I have never come across a set of standardised testing methods in the same way software has but that's is not particularly surprising when you consider networking as an industry is a long way behind other parts of IT in that respect.
    We are all still using CLI for most of our jobs :-)
    I suspect with SDN that there will be a far more extensive range of testing tools available in the long run but we aren't there yet.
    Personally I do pretty much what you already have. When I was involved in design we had proof of concept labs where we could test it would actually work and which often fed back into the design.
    Then we had to test it with the existing production environment to see how it impacted on what we already had.
    If all that went well we then pretty much knew what tests we needed to run when we implemented it into production.
    Jon

  • DataControl does not expose a Commit operation

    Hi all,
    I'm using ADF & JDeveloperStudio Edition Version 11.1.1.3.0 PS2.
    I'm trying to insert a new row in my database from an input screen, using a task flow.
    My task flow has:
    - Behaviour -> Transaction set to Always Begin New Transaction: to create a new transaction when the flow starts.
    - method activity to call the Create operation from my DataControl
    - view activity for data-entry screen.
    - view activity for read-only, confirm screen to display the entered data and provide a Confirm button to proceed with inserting the data to the database.
    - return activity: has Behaviour -> End Transaction set to Commit to complete the insertion to the database. NOTE: I did not drag the Commit operation from my DataControl to the command button that navigates to this return activity—I explain below.
    Problem:
    When I hit the Confirm button on the confirm screen I get an HTTP 404 Error (The server has not found anything matching the Request-URI.)
    Nothing displays on either the Messages or Running: IntegragedWebLogicServer; nothing appears in the DefaultServer.log.
    I'm following [this section|http://download.oracle.com/docs/cd/E14571_01/web.1111/b31974/web_form.htm#sthref1906] from the Fusion Developer's Guide. I have deviated from the instructions on point 6 ("Because you need to commit the new data, the application needs to execute the commit operation of the data control. To do this, you can add a button that navigates to a return activity that calls the commit operation.") because my DataControl does not have a Commit operation. I suspect this is the cause of my problem.
    My DataControl was generated from a Session Bean, which was created from an Entity EJB, which was in turn generated from my database table (I have SELECT and INSERT grants on the table. All this is correct, I believe.
    I've compared my DataControl to that from JDeveloper's Cue Cards tutorial "Build a Web Application with EJB, JPA and JSF"; that tutorial's DataControl does not have a Commit operation either, but the tutorial does not try to use task flows.
    Any ideas as to why
    - I'm getting the error when I try to navigate from the confirm page to the return activity responsible for committing the insertion to the database?
    - my DataControl does not exhibit a Commit operation?
    Thanks for your help.
    Regards,
    Ken.

    Hi Shay,
    Thanks for response.
    I've tried your suggestion to call the persist... transaction method.
    Here are my steps:
    - Started with a fresh, even simpler task flow with only two activities: a view activity to display an input form, and a method activity to call the persistMyEntity(...) transaction method.
    - Added method activity, and dropped persistMyEntity(...) from my data control onto it. (Data control created from Session Bean.)
    - persistMyEntity(...) takes one parameter, a MyEntity object: I need to identify this parameter object using EL. There is no such object existing in any binding context at this point.
    - Added managed bean, of type MyEntity to the task flow in page flow scope. Updated the EL for the persistMyEntity(...) parameter to refer to this managed bean in page flow scope - *#{pageFlowScope.myEntity}*.
    - Added a view activity to task flow, and created the *.jspx* for it.
    - Dropped input text components onto the page for each of the entity's attributes that I want to persist to the database.
    - Manually bound the value for each input text component to the corresponding attribute in the managed bean - *#{pageFlowScope.myEntity.myAttribute}*
    When I run my task flow, I get following exception: oracle.jbo.NoDefException: JBO-25058: Definition myAttribute of type Attribute is not found in myAttribute.
    I would have thought I could expand the persistMyEntity(...) node within the Data Control panel and drag its parameter onto the screen as an ADF Form, with ADF looking after binding; then drag the persistMyEntity(...) method onto the method activity. My gut tells me I shouldn't have to add a managed bean to the task flow, of type required by the persistMyEntity(...) method, then manually bind it to the input text fields of the screen. It just seems 'wrong'.
    Is my approach incorrect?
    Many thanks,
    Ken.

  • Send message with the standard communication method of the vendor

    Hi,
       In the transaction XK02 I change the standard communication method to email. When I create a new PO with ME21N I want the message to be create auto. with the std. comm. method define in the XK02. I don't want to use MN05 to define for each vendor a condition record.
      I want to use it like the communication language of the vendor work.
    If you need more info. let me know.
    Best reagrds

    Hi Tim,
    Could you please tell me step by step to configure what you are saying?
    I need to send messages by standard communication informed in vendor master data.
    Many thanks
    Regards
    Patrícia

  • Dfsr files does not replicate

    Hi,
    We're running dfsr on 2008R2 servers to replicate files, and I discovered that some files are just not replicated.
    These files are not temporary files (checked using fsutil), and not filtered by file mask define on replicated folder properties (ususally ~*, *.bak, *.tmp).
    It looks like a dfsr db corruption, but I don't know how to solve this. I don't know how to reset the db as some members are domain controllers.
    Here's the configuration:
    server1 and server2 are 2008R2 domain controllers. The replication group is ks2share-idcl.
    - on server 1: file REPL-ERROR.pdf is modified
    - on server 2: file not present
    below is the dfsr.log output for each server.
    Server1:
    20150127 10:59:39.696 3076 CXML  2869 Config::XmlReader::PostProcessVolumeConfig Found volume. path:\\.\D: volumeId:{1BD6E157-5026-40DF-A729-E50F34543118}
    20150127 10:59:39.696 3076 CXML  2878 Config::XmlReader::PostProcessVolumeConfig Overwriting dbPath. oldPath:\\.\D:\System Volume Information\DFSR newPath:\\.\D:\System Volume Information\DFSR
    20150127 10:59:39.696 3076 CXML  2869 Config::XmlReader::PostProcessVolumeConfig Found volume. path:\\.\C: volumeId:{EC121DFF-7160-11E3-9ABE-806E6F6E6963}
    20150127 10:59:39.696 3076 CXML  2878 Config::XmlReader::PostProcessVolumeConfig Overwriting dbPath. oldPath:\\.\C:\System Volume Information\DFSR newPath:\\.\C:\System Volume Information\DFSR
    20150127 10:59:39.696 1300 USNC  2450 UsnConsumer::UpdateIdRecord LDB Updating ID Record:
    + fid                             0x10000000012E4F
    + usn                             0x3fe335830
    + uidVisible                      1
    + filtered                        0
    + journalWrapped                  0
    + slowRecoverCheck                0
    + pendingTombstone                0
    + internalUpdate                  0
    + dirtyShutdownMismatch           0
    + meetInstallUpdate               0
    + meetReanimated                  0
    + recUpdateTime                   20150127 09:57:37.837 GMT
    + present                         1
    + nameConflict                    0
    + attributes                      0x20
    + ghostedHeader                   0
    + data                            0
    + gvsn                            {D821A515-A484-4D82-AC3E-7DBDDEDB89BC}-v1973654
    + uid                             {11DBD3CA-0B16-44E2-A4BC-1E86F590109E}-v20834
    + parent                          {11DBD3CA-0B16-44E2-A4BC-1E86F590109E}-v20785
    + fence                           Default (3)
    + clockDecrementedInDirtyShutdown 0
    + clock                           20150127 09:59:39.665 GMT (0x1d03a17f70434f2)
    + createTime                      20140521 06:39:38.735 GMT
    + csId                            {124A6993-D8D9-4CEE-8D68-408E2DFCD187}
    + hash                            BB31D3D3-30267455-710BF62F-53AECE59
    + similarity                      00000000-00000000-00000000-00000000
    + name                            REPL-ERROR.pdf

    20150127 10:59:39.696 1300 USNC  2453 UsnConsumer::UpdateIdRecord ID record updated from USN_RECORD:
    + USN_RECORD:
    + RecordLength:        88
    + MajorVersion:        2
    + MinorVersion:        0
    + FileRefNumber:       0x10000000012E4F
    + ParentFileRefNumber: 0xA000000026679
    + USN:                 0x3fe335830
    + TimeStamp:           20150127 10:59:39.665 Romance Standard Time
    + Reason:              Close Rename New Name
    + SourceInfo:          0x0
    + SecurityId:          0x0
    + FileAttributes:      0x20
    + FileNameLength:      28
    + FileNameOffset:      60
    + FileName:            REPL-ERROR.pdf

    20150127 10:59:39.696 3076 WMIC  3066 FrsConnectionConfig::ExecQuery Executing query:select * from DfsrConnectionConfig where ReplicationGroupGUID = "957F3E93-931B-433B-941B-611352F52ED4" client:svc-zabbix
    20150127 10:59:39.696 3076 FCFG   278 Configuration::ReadReplicaSetConfig Reading replica configuration file. rgId:{957F3E93-931B-433B-941B-611352F52ED4}
    20150127 10:59:39.696 3076 CREG   740 Config::RegConfig::ReadConfigFilePath Location of valueName:Replica Set Configuration File is location:\\?\D:\System Volume Information\DFSR\Config\Replica_957F3E93-931B-433B-941B-611352F52ED4.XML
    20150127 10:59:39.696 3076 CXML  3308 Config::XmlReader::PostProcessReplicaSetConfig Setting default schedule for connection. connId:AEC330AF-25F3-4155-A857-33CAACE1E938
    20150127 10:59:39.696 3076 CXML  3308 Config::XmlReader::PostProcessReplicaSetConfig Setting default schedule for connection. connId:5195A6EB-B8F8-44B6-971D-30C35C960659
    20150127 10:59:39.696 2900 OUTC  2885 OutConnectionContentSetContext::TransportRequestVvUp Received request for VvUp csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} rgName:ks2share-idcl  ptr:00000000060F9F20
    20150127 10:59:39.696 2900 SRTR  2242 SERVER_RequestVersionVector Sent requested version vector. connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} seqNumber:8 requestType:REQUEST_NORMAL_SYNC changeType:all
    20150127 10:59:39.696 2204 SRTR  2331 SERVER_AsyncPoll Processing AsyncPoll call. connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13}
    20150127 10:59:39.696 2204 SRTR  1099 SERVER_RequestUpdates Processing RequestUpdates call. connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} credits:32 requestType:all
    20150127 10:59:39.696 2204 OUTC  2817 OutConnectionContentSetContext::TransportRequestUpdates Received request for updates csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} rgName:ks2share-idcl 
    ptr:00000000060F9F20
    20150127 10:59:39.696 2204 SRTR  2331 SERVER_AsyncPoll Processing AsyncPoll call. connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13}
    20150127 10:59:39.696 1488 JOIN  1201 Join::SubmitUpdate LDB Updating ID Record:
    + fid                             0x10000000012E4F
    + usn                             0x3fe335830
    + uidVisible                      1
    + filtered                        0
    + journalWrapped                  0
    + slowRecoverCheck                0
    + pendingTombstone                0
    + internalUpdate                  0
    + dirtyShutdownMismatch           0
    + meetInstallUpdate               0
    + meetReanimated                  0
    + recUpdateTime                   20150127 09:59:39.696 GMT
    + present                         1
    + nameConflict                    0
    + attributes                      0x20
    + ghostedHeader                   0
    + data                            0
    + gvsn                            {D821A515-A484-4D82-AC3E-7DBDDEDB89BC}-v1973654
    + uid                             {11DBD3CA-0B16-44E2-A4BC-1E86F590109E}-v20834
    + parent                          {11DBD3CA-0B16-44E2-A4BC-1E86F590109E}-v20785
    + fence                           Default (3)
    + clockDecrementedInDirtyShutdown 0
    + clock                           20150127 09:59:39.665 GMT (0x1d03a17f70434f2)
    + createTime                      20140521 06:39:38.735 GMT
    + csId                            {124A6993-D8D9-4CEE-8D68-408E2DFCD187}
    + hash                            BB31D3D3-30267455-710BF62F-53AECE59
    + similarity                      00000000-00000000-00000000-00000000
    + name                            REPL-ERROR.pdf

    20150127 10:59:39.712 1488 JOIN  1246 Join::SubmitUpdate Sent: uid:{11DBD3CA-0B16-44E2-A4BC-1E86F590109E}-v20834 gvsn:{D821A515-A484-4D82-AC3E-7DBDDEDB89BC}-v1973654 name:REPL-ERROR.pdf connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187}
    csName:IDCLIM
    20150127 10:59:39.712 3076 WMIC  1663 FrsContentSetConfig::ExecQuery Executing query:select * from DfsrReplicatedFolderConfig where ReplicationGroupGUID = "9A106F41-8D9E-470D-8A9C-1B417A9D98D8" client:svc-zabbix
    20150127 10:59:39.712 3076 FCFG   177 Configuration::ReadVolumeConfig Reading all volume configuration files.
    20150127 10:59:39.712 3076 CREG   740 Config::RegConfig::ReadConfigFilePath Location of valueName:Volume Configuration File is location:\\.\D:\System Volume Information\DFSR\Config\Volume_1BD6E157-5026-40DF-A729-E50F34543118.XML
    20150127 10:59:39.712 2204 OUTC  2885 OutConnectionContentSetContext::TransportRequestVvUp Received request for VvUp csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} rgName:ks2share-idcl  ptr:00000000060F9F20
    20150127 10:59:39.712 2204 SRTR  2242 SERVER_RequestVersionVector Sent requested version vector. connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} seqNumber:9 requestType:REQUEST_NORMAL_SYNC changeType:notify
    20150127 10:59:39.712 1128 IINC   311 IInConnectionCreditManager::GetCredits [CREDIT] Credits Granted. totalConnectionCreditsGranted:32 totalGlobalCreditsGranted:32 csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM connId:{47D55555-7518-439E-9A31-C2E9A5B74399}
    sessionTaskPtr:000000000628C6D0
    20150127 10:59:39.712 1128 INCO  7343 InConnection::RequestVvUp Requested upstream version vector. requestState:00000000060D5CA0 connId:{47D55555-7518-439E-9A31-C2E9A5B74399} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM changeType:all
    20150127 10:59:39.712 3612 DOWN  2833 AsyncRpcHandler::ProcessReceive Completion. connId:{47D55555-7518-439E-9A31-C2E9A5B74399} csId:{00000000-0000-0000-0000-000000000000} reqType:AsyncPollRequest reqState:Completed status:0 ptr:0000000017F8B960
    20150127 10:59:39.712 3612 DOWN  2833 AsyncRpcHandler::ProcessReceive Completion. connId:{47D55555-7518-439E-9A31-C2E9A5B74399} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} reqType:VvUpRequest reqState:Completed status:0 ptr:00000000060D5CA0
    20150127 10:59:39.712 3612 INCO  3621 InConnection::ReceiveVvUp Received VvUp connId:{47D55555-7518-439E-9A31-C2E9A5B74399} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM vvUp:{D821A515-A484-4D82-AC3E-7DBDDEDB89BC} |-> { 494221..1973654}
    + {F3E1FA1B-B2B9-4960-8FD6-A63A2935299E} |-> { 458202..888205}
    + {11DBD3CA-0B16-44E2-A4BC-1E86F590109E} |-> { 43..185837}

    20150127 10:59:39.712 3612 INCO  3628 InConnection::ReceiveVvUp Creating new session:4 requestState:00000000060D5CA0 connId:{47D55555-7518-439E-9A31-C2E9A5B74399} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM vvDown:{D821A515-A484-4D82-AC3E-7DBDDEDB89BC}
    |-> { 494221..1973654}
    + {F3E1FA1B-B2B9-4960-8FD6-A63A2935299E} |-> { 458202..888205}
    + {11DBD3CA-0B16-44E2-A4BC-1E86F590109E} |-> { 43..185837}

    20150127 10:59:39.712 3612 DOWN  2833 AsyncRpcHandler::ProcessReceive Completion. connId:{47D55555-7518-439E-9A31-C2E9A5B74399} csId:{00000000-0000-0000-0000-000000000000} reqType:AsyncPollRequest reqState:Completed status:0 ptr:0000000017F8B960
    20150127 10:59:39.712 1888 INCO  8561 InConnection::InConnectionContentSetContext::Hibernate Hibernating: connId:{47D55555-7518-439E-9A31-C2E9A5B74399} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187}
    20150127 10:59:39.712 1888 IINC   392 IInConnectionCreditManager::ReturnCredits [CREDIT] Credits have been returned. creditsToReturn:32 totalConnectionCreditsGranted:0 totalGlobalCreditsGranted:0 csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM
    connId:{47D55555-7518-439E-9A31-C2E9A5B74399} sessionTaskPtr:000000000628C6D0
    20150127 10:59:39.712 1888 INCO  7343 InConnection::RequestVvUp Requested upstream version vector. requestState:00000000060D5CA0 connId:{47D55555-7518-439E-9A31-C2E9A5B74399} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM changeType:notify
    20150127 10:59:39.712 3612 DOWN  2833 AsyncRpcHandler::ProcessReceive Completion. connId:{47D55555-7518-439E-9A31-C2E9A5B74399} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} reqType:VvUpRequest reqState:Completed status:0 ptr:00000000060D5CA0
    20150127 10:59:39.712 3076 CREG   740 Config::RegConfig::ReadConfigFilePath Location of valueName:Volume Configuration File is location:\\.\C:\System Volume Information\DFSR\Config\Volume_EC121DFF-7160-11E3-9ABE-806E6F6E6963.XML
    20150127 10:59:39.712 3076 CXML  2869 Config::XmlReader::PostProcessVolumeConfig Found volume. path:\\.\D: volumeId:{1BD6E157-5026-40DF-A729-E50F34543118}
    20150127 10:59:39.712 3076 CXML  2878 Config::XmlReader::PostProcessVolumeConfig Overwriting dbPath. oldPath:\\.\D:\System Volume Information\DFSR newPath:\\.\D:\System Volume Information\DFSR
    20150127 10:59:39.712 3076 CXML  2869 Config::XmlReader::PostProcessVolumeConfig Found volume. path:\\.\C: volumeId:{EC121DFF-7160-11E3-9ABE-806E6F6E6963}
    20150127 10:59:39.712 3076 CXML  2878 Config::XmlReader::PostProcessVolumeConfig Overwriting dbPath. oldPath:\\.\C:\System Volume Information\DFSR newPath:\\.\C:\System Volume Information\DFSR
    Server2:
    20150127 10:59:39.689 2532 INCO  3628 InConnection::ReceiveVvUp Creating new session:4 requestState:00000000188193E0 connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM vvDown:{D821A515-A484-4D82-AC3E-7DBDDEDB89BC}
    |-> { 494221..1973653}
    + {F3E1FA1B-B2B9-4960-8FD6-A63A2935299E} |-> { 458202..888205}
    + {11DBD3CA-0B16-44E2-A4BC-1E86F590109E} |-> { 43..185837}

    20150127 10:59:39.689 2532 DOWN  2833 AsyncRpcHandler::ProcessReceive Completion. connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csId:{00000000-0000-0000-0000-000000000000} reqType:AsyncPollRequest reqState:Completed status:0 ptr:0000000002818980
    20150127 10:59:39.689 8108 INCO  7225 InConnection::RequestUpdates Updates have been requested. creditsObtained:32 totalConnectionCreditsGranted:32 totalGlobalCreditsGranted:32 outstandingCredits:32 connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187}
    csName:IDCLIM sessionTaskPtr:00000000026D3240 requestType:all cursor:{00000000-0000-0000-0000-000000000000}-v0 delta:{D821A515-A484-4D82-AC3E-7DBDDEDB89BC} |-> { 1973654}

    20150127 10:59:39.697 2532 INCO  3248 InConnection::ReceiveUpdates Upstream credits:32 creditsAvailable:32 creditsUsed:1 connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM
    20150127 10:59:39.697 2532 INCO  3322 InConnection::ReceiveUpdates Received: uid:{11DBD3CA-0B16-44E2-A4BC-1E86F590109E}-v20834 gvsn:{D821A515-A484-4D82-AC3E-7DBDDEDB89BC}-v1973654 fileName:REPL-ERROR.pdf session:4 connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13}
    csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM
    20150127 10:59:39.697 2532 INCO  3386 InConnection::ReceiveUpdates Session has been closed. sessionId:4 connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM
    20150127 10:59:39.697 2532 IINC   392 IInConnectionCreditManager::ReturnCredits [CREDIT] Credits have been returned. creditsToReturn:31 totalConnectionCreditsGranted:1 totalGlobalCreditsGranted:1 csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM
    connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} sessionTaskPtr:00000000026D3240
    20150127 10:59:39.697 2532 DOWN  2833 AsyncRpcHandler::ProcessReceive Completion. connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} reqType:UpdateRequest reqState:Completed status:0 ptr:00000000188193E0
    20150127 10:59:39.697 6860 MEET  1339 Meet::Install Retries:0 updateName:REPL-ERROR.pdf uid:{11DBD3CA-0B16-44E2-A4BC-1E86F590109E}-v20834 gvsn:{D821A515-A484-4D82-AC3E-7DBDDEDB89BC}-v1973654 connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csName:IDCLIM updateType:remote
    20150127 10:59:39.697 6740 INCO  7343 InConnection::RequestVvUp Requested upstream version vector. requestState:000000001889E5A0 connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM changeType:notify
    20150127 10:59:39.698 2532 DOWN  2833 AsyncRpcHandler::ProcessReceive Completion. connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} reqType:VvUpRequest reqState:Completed status:0 ptr:000000001889E5A0
    20150127 10:59:39.698 6860 MEET  4274 Meet::ProcessUid Uid related found uidRelatedGvsn:{11DBD3CA-0B16-44E2-A4BC-1E86F590109E}-v20835 updateName:REPL-ERROR.pdf uid:{11DBD3CA-0B16-44E2-A4BC-1E86F590109E}-v20834 gvsn:{D821A515-A484-4D82-AC3E-7DBDDEDB89BC}-v1973654
    connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csName:IDCLIM
    20150127 10:59:39.698 6860 MEET  6282 Meet::LocalDominates Local version dominates localgvsn:{11DBD3CA-0B16-44E2-A4BC-1E86F590109E}-v20835 updateName:REPL-ERROR.pdf uid:{11DBD3CA-0B16-44E2-A4BC-1E86F590109E}-v20834 gvsn:{D821A515-A484-4D82-AC3E-7DBDDEDB89BC}-v1973654
    connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csName:IDCLIM
    20150127 10:59:39.698 6860 MEET  4406 Meet::ProcessUid -> DONE Local version dominates localGvsn:{11DBD3CA-0B16-44E2-A4BC-1E86F590109E}-v20835 updateName:REPL-ERROR.pdf uid:{11DBD3CA-0B16-44E2-A4BC-1E86F590109E}-v20834 gvsn:{D821A515-A484-4D82-AC3E-7DBDDEDB89BC}-v1973654
    connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csName:IDCLIM csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187}
    20150127 10:59:39.698 6860 INCO  4825 InConnection::UpdateProcessed Received Update. updatesLeft:0 processed:1 failures:0 sessionId:4 open:0 updateType:0 processStatus:0 connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187}
    csName:IDCLIM update:
    + present                         1
    + nameConflict                    0
    + attributes                      0x20
    + ghostedHeader                   0
    + data                            0
    + gvsn                            {D821A515-A484-4D82-AC3E-7DBDDEDB89BC}-v1973654
    + uid                             {11DBD3CA-0B16-44E2-A4BC-1E86F590109E}-v20834
    + parent                          {11DBD3CA-0B16-44E2-A4BC-1E86F590109E}-v20785
    + fence                           Default (3)
    + clockDecrementedInDirtyShutdown 0
    + clock                           20150127 09:59:39.665 GMT (0x1d03a17f70434f2)
    + createTime                      20140521 06:39:38.735 GMT
    + csId                            {124A6993-D8D9-4CEE-8D68-408E2DFCD187}
    + hash                            BB31D3D3-30267455-710BF62F-53AECE59
    + similarity                      00000000-00000000-00000000-00000000
    + name                            REPL-ERROR.pdf

    20150127 10:59:39.700 6860 INCO  5551 InConnection::CommitSession Connection in sync connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM commitedSessionsWithUpdateFailures:0
    20150127 10:59:39.700 6860 IINC   392 IInConnectionCreditManager::ReturnCredits [CREDIT] Credits have been returned. creditsToReturn:1 totalConnectionCreditsGranted:0 totalGlobalCreditsGranted:0 csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM
    connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} sessionTaskPtr:00000000026D3240
    20150127 10:59:39.700 8108 INCO  8561 InConnection::InConnectionContentSetContext::Hibernate Hibernating: connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187}
    20150127 10:59:39.700 8108 UPMG   580 UpdateManager::FinalizeUpdateManager Finalizing UpdateManager connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csName:IDCLIM csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187}
    20150127 10:59:39.702 5732 OUTC  2885 OutConnectionContentSetContext::TransportRequestVvUp Received request for VvUp csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM connId:{47D55555-7518-439E-9A31-C2E9A5B74399} rgName:ks2share-idcl  ptr:0000000002782C20
    20150127 10:59:39.702 5732 SRTR  2242 SERVER_RequestVersionVector Sent requested version vector. connId:{47D55555-7518-439E-9A31-C2E9A5B74399} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} seqNumber:8 requestType:REQUEST_NORMAL_SYNC changeType:all
    20150127 10:59:39.702 5732 SRTR  2331 SERVER_AsyncPoll Processing AsyncPoll call. connId:{47D55555-7518-439E-9A31-C2E9A5B74399}
    20150127 10:59:39.703 5732 OUTC  2885 OutConnectionContentSetContext::TransportRequestVvUp Received request for VvUp csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM connId:{47D55555-7518-439E-9A31-C2E9A5B74399} rgName:ks2share-idcl  ptr:0000000002782C20
    20150127 10:59:39.703 5732 SRTR  2242 SERVER_RequestVersionVector Sent requested version vector. connId:{47D55555-7518-439E-9A31-C2E9A5B74399} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} seqNumber:9 requestType:REQUEST_NORMAL_SYNC changeType:notify
    20150127 10:59:39.703 7732 SRTR  2331 SERVER_AsyncPoll Processing AsyncPoll call. connId:{47D55555-7518-439E-9A31-C2E9A5B74399}
    20150127 10:59:39.747 5732 SRTR  2331 SERVER_AsyncPoll Processing AsyncPoll call. connId:{C7839F24-8090-4FD0-A10A-FB93FC4871AE}
    20150127 10:59:39.751 5732 OUTC  2885 OutConnectionContentSetContext::TransportRequestVvUp Received request for VvUp csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM connId:{C7839F24-8090-4FD0-A10A-FB93FC4871AE} rgName:ks2share-idcl  ptr:00000000027833A0
    20150127 10:59:39.751 5732 SRTR  2242 SERVER_RequestVersionVector Sent requested version vector. connId:{C7839F24-8090-4FD0-A10A-FB93FC4871AE} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} seqNumber:8 requestType:REQUEST_NORMAL_SYNC changeType:all
    20150127 10:59:39.798 5732 SRTR  2331 SERVER_AsyncPoll Processing AsyncPoll call. connId:{C7839F24-8090-4FD0-A10A-FB93FC4871AE}
    20150127 10:59:39.801 5732 SRTR  1099 SERVER_RequestUpdates Processing RequestUpdates call. connId:{C7839F24-8090-4FD0-A10A-FB93FC4871AE} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} credits:32 requestType:all
    20150127 10:59:39.801 5732 OUTC  2817 OutConnectionContentSetContext::TransportRequestUpdates Received request for updates csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM connId:{C7839F24-8090-4FD0-A10A-FB93FC4871AE} rgName:ks2share-idcl 
    ptr:00000000027833A0
    20150127 10:59:39.853 5732 OUTC  2885 OutConnectionContentSetContext::TransportRequestVvUp Received request for VvUp csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM connId:{C7839F24-8090-4FD0-A10A-FB93FC4871AE} rgName:ks2share-idcl  ptr:00000000027833A0
    20150127 10:59:39.853 5732 SRTR  2242 SERVER_RequestVersionVector Sent requested version vector. connId:{C7839F24-8090-4FD0-A10A-FB93FC4871AE} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} seqNumber:9 requestType:REQUEST_NORMAL_SYNC changeType:notify
    20150127 10:59:39.856 2532 DOWN  2833 AsyncRpcHandler::ProcessReceive Completion. connId:{2285E492-D4CC-40F5-A120-5A0205655A90} csId:{00000000-0000-0000-0000-000000000000} reqType:AsyncPollRequest reqState:Completed status:0 ptr:00000000028187F0
    We can see on server the message "LocalDominates Local version dominates localgvsn", but file does not exists....
    Please help.
    Vincent

    Hi,
    Though you tried to delete, have you tried rename, or move them into a different folder?
    And you mentioned fsutil so I assume you have already know the following article. But still incase some steps were missed:
    DFSR Does Not Replicate Temporary Files
    http://blogs.technet.com/askds/archive/2008/11/11/dfsr-does-not-replicate-temporary-files.aspx 
    Meanwhile, I don't think reset DFSR database will affect AD replication. NTDS.dit is stored in a different location. If it will not work with a rename (and change path), you can test to reset DFSR database.
    1.       Stop and ALSO disable the DFSR service on <ServerA> server (don't just simply stop it)
    2.       In Windows Explorer open the specific drive
    3.       Right click on the "System Volume Information" directory and select Properties\Security
    Note: You might need to select the option for "Show hidden files, folders or drives" and also uncheck "Hide protected operating system files" in the folders view options to be able to even see the "System Volume Information" directory.
    4.       Grant your user account that you're logged in with (if a member of Administrators group this will also suffice) "Full Control" to the "System Volume Information" directory.
    Note: You may get an error on setting security on some files - this is expected.
    5.       Open an elevated/Administrative command prompt. Switch to the "<drive letter>:\System Volume Information" directory
    6.       Type the command "rmdir DFSR /s"
    7.       Enable and re-start the DFSR service on <ServerA> server
    8.       We will then set the <ServerA> server as the Primary member with dfsradmin.exe utility –
    Dfsradmin Membership Set /RGName:<RG Name> /RFName:<RF Name> /MemName:<Member Name> /IsPrimary:True
    Note: Files will be replicated from ServerA to all other targets. So if there is any newer file on other target servers, backup before starting replication.
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Support, contact [email protected].

  • Source2wsdd: ServiceGen does not contain a start method - help!

    Hello all Weblogic Users!
    I would greatly appreciate any help with this problem.
    I am getting this error when I do my build on Linux.
    [source2wsdd] source2wsdd: Doclet class weblogic.webservice.tools.ddgen.ServiceGen does not contain a start method.
    Previously I was getting an error where the ServiceGen class could not be found. This was occuring both in Windows and Linux.
    For Windows, this can be fixed in two ways. 1) Run setWLSEnv.cmd first (in weblogic81/server/bin. 2) (Unconfirmed but try it) Add the tools.jar, weblogic.jar, and webservices.jar to the ant runtimes lib in Eclipse (see preferences/ant/runtimes/global entries. - This will let you run the task inside Eclipse)
    In Linux, I added the webloigc.jar and webservices.jar to the user's special ~/'.ant/lib directory (see ant documentation). This too fixed the problem of being unable to find the ServiceGen class. But now I am getting the error above. I am ripping my hair out trying to fix it.
    Any help would be appreciated.
    Thanks to all....

    Hi bkshn,
    This error is caused by the missing "Main" method in your project. it is the entry point of your project.
    If you want to create a EF project, you could follow the way in the aricle below.
    https://msdn.microsoft.com/en-us/data/ee712907#codefirst
    The Main method is like below.
    class Program
    static void Main(string[] args)
    using (var db = new BloggingContext())
    // Create and save a new Blog
    Console.Write("Enter a name for a new Blog: ");
    var name = Console.ReadLine();
    var blog = new Blog { Name = name };
    db.Blogs.Add(blog);
    db.SaveChanges();
    // Display all Blogs from the database
    var query = from b in db.Blogs
    orderby b.Name
    select b;
    Console.WriteLine("All blogs in the database:");
    foreach (var item in query)
    Console.WriteLine(item.Name);
    Console.WriteLine("Press any key to exit...");
    Console.ReadKey();
    And you could start to learn the EF from the following MSDN blogs.
    https://msdn.microsoft.com/en-us/data/ee712907
    If you have any other concern regarding this issue, please feel free to let me know.
    Best regards,
    Youjun Tang
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • JE Passed in case of Standard valuation method in 2007B

    Dear All,
    I am bit confused---
    The scenario is i have done one transaction for A/P invoice.The JE passed in case of A/P invoice  & in case of item having valuation method standard  & procurement method make is hitting material variance account instead of hitting inventory account since the tax say cst is inventoried.This issue is occurring only in case of standard valuation method.In case of other valuation method the accounting entry is correct, so what might be reasons behind it.
    Also, if anyone could provide me sap portal link which will help me out to identify the changes which took place in different PL's.
    Regards-
    Mona.

    Hi Mona ,
    The quick thing is to check :
    1. What is the standard price of the item
    2. Is your GRPO  price is difference than AP invoice
    Everytime you purchase it will check against your standard price and if it is different it his variance account .
    Hope this helps
    Bishal

  • How to access a table of SAP standard SAP method from external program

    Hi Friends,
    I have to access a table and modified it defined in a standard SAP method (PROCESS_INPUT_FILTER) of class (CL_HANDLE_MM).
    As we normaly do it in case of Standard program
    for example: ('(SAPLMEPO)ett[]') here we are accessing internal table ett defined in SAPLMEPO.
    so how we can do the same thing if some thing defined in standard SAP method.
    Pl. help.

    Thanks for the info guys, it will come in handy.
    I need to validate that a number is entered with zero or one decimal place, then make sure it is evenly
    divisible by .5 in order to test for whole or half numbers only. If not, I use an alert to
    display a message when the user leaves the field.
    If there is a better way to achieve this, I am all ears!
    Thank you for your time,
    Gary

  • My cd/dvd drive does nor reconize the inseration of a disk

    my cd/dvd drive does nor reconize the inseration of a disk

    Hello lloyd,
    Welcome to Sony Community.
    Are you referring to Sony CD/DVD Player or Optical drive for Vaio Computer?
    You can locate the model # here.
    Verify the disc that you are trying to play is supported by the CD/DVD player.
    Try playing a couple of different commercially-produced discs.
    If no discs will play, remove any discs from the player and leave the CD player powered on with the door opened (if possible) for approximately one hour to resolve the possibility of moisture condensation inside the player.
    Regards,
    Colby

  • Adobe Reader does not recognize file name (filename10.5.11.pdf) but does in Adobe Standard 9.  Why?

    I post documents to our Intranet site and found out recently that Adobe Reader does not recognize certain file names in PDF files.  For instance,  when trying to open a PDF file with the name
    filename10.5.11.pdf  in Adobe Reader, the web browser will not open the PDF and the display is blank.   When I'm using another computer with Adobe Standard 9, I do not have a problem opening the file.
    I would like to know if anyone else has had a similar issue and why Reader will not recognize the file name and Standard does.

    The version is Adobe Reader 10.1.0    I will request the latest version
    and let you know if that fixes the problem
    Actually I had changed the name of the file so our associates could access
    the file (changed the  .  to a hyphen)  It still made me wonder why Reader
    wouldn't open it at that time.
    Thanks again for you assistance and I will let you know if this resolves
    the  issue.
    Regards,
    Susan
    From:   Ankit_Jain <[email protected]>
    To:     SusanPleso <[email protected]>
    Date:   10/19/2011 12:56 AM
    Subject:        Adobe Reader does not recognize file name
    (filename10.5.11.pdf) but does in Adobe Standard 9.  Why?
    Re: Adobe Reader does not recognize file name (filename10.5.11.pdf) but
    does in Adobe Standard 9. Why?
    created by Ankit_Jain in Adobe Reader - View the full discussion
    Hi Susan,
    Thanks for providing the information.
    Could you also let me know what is the exact version of Adobe Reader on
    your system. You can check the same y clicking on Help > About Adobe
    Reader X.
    In case its not 10.1.1, please try updating to the latest version and see
    if the problem persists.
    Also, does any other PDF with a different filename open in Internet
    Explorer correctly?
    Thanks
    Ankit
    Replies to this message go to everyone subscribed to this thread, not
    directly to the person who posted the message. To post a reply, either
    reply to this email or visit the message page: [
    http://forums.adobe.com/message/3979020#3979020]
    To unsubscribe from this thread, please visit the message page at [
    http://forums.adobe.com/message/3979020#3979020]. In the Actions box on
    the right, click the Stop Email Notifications link.
    Start a new discussion in Adobe Reader by email or at Adobe Forums
    For more information about maintaining your forum email notifications
    please go to http://forums.adobe.com/message/2936746#2936746.

Maybe you are looking for

  • What can I do about my 20 inch iMac (Core Duo) doing a LOT of disk activity?

    What can I do about my 20 inch iMac (Core Duo) doing a LOT of disk activity? I have iStat and can see the disk activity which halks other operations till it finishes. Is there some built-in Optimization software I should use? Thanks, Tom

  • Missing .PNG link in PDF file

    I need to modify text in pdf file but getting .png missing error in Ai and need help. I am learning so please bear with me. I have to modify text in a PDF file which also contain images. When i open pdf in Acrobat, it shows everything correctly but w

  • Ad-hoc query's program lost in SAP 4.7 upgraded box.

    Hello, Does anybody know what happen to the ad-hoc query programs after upgrading the box of SAP 4.6c to the SAP 4.7 ? What happen is that I had a transaction that would exec  the program created based on an ad-hoc query and now, after the box was up

  • Call Bex Workbook from browser through ActiveX or OLE

    Hello. I have to run bex workbook from browser. I found out that I can do it through ActiveX and "SAPBEX.XLA!SAPBEXgetConnection", but I didn't succeed. Can anybody help me out?

  • Reminder email : GRC PC 2.5

    HI ALL, The Reminder email is  sending emails for same tasks as new tasks in the tool. Can you Please take note that only users receiving the reminders email are receiving the new tasks in SOX tool email Regards Siva