Error  no receipient found in document distribution

hi,
i'm getting error  no receipient found in document distribution,
when executing document distribution in CVi7
Kindly let me know whether it is basis or workflow related issue,
regards
kokila

Hi Kokila,
one possible reason can be a missing flag in TA SO16. Please check
that the flag 'Organizational units' (under tab 'Adressing') is set and
that no sending restrictions are defined under tab 'Send'.
Best regards,
Christoph

Similar Messages

  • Error in Receiver FCC: Unknown structure ... found in document

    Hi Experts,
    I have a problem with the Receiver File Adapter. I want to use Content Conversion to generate a plain file.
    Input to receiver file adapter:
    <?xml version="1.0" encoding="utf-8" ?>
    <PlainFile>
      <filename>filename.txt</filename>
      <line>Line 1</line>
      <line>Line 2</line>
    </PlainFile>
    Wanted result: a file filename.txt with this content:
    Line 1
    Line 2
    FCC settings:
    RecordSet Structure: line, filename
    line.fieldSeparator:'nl'
    filename.fieldFixedLengths:0
    filename.fixedLengthTooShortHandling:Cut
    Problem is: the adapter throws error "Message processing failed in XML parser: 'Conversion configuration error: Unknown structure 'PlainFile' found in document'"
    If I use:
    RecordSet Structure: PlainFile, line, filename
    and add:
    PlainFile.fieldSeparator:'nl'
    ... the lines are printed, but also the unwanted filename. The XML input results from an 1:n mapping, therefore I want to set different filenames by variable substitution from the payload.
    Many thanks for your help,
    Ralf

    Since you want to the filename to be sent in the payload, check out the below Variable Substitution Method. This information is available in help.sap.com.
    Advanced Tab Page
    Variable Substitution (Target Directory/File Name Scheme)
    If you set the Enable indicator, you can enter variables for the Target Directory and File Name Scheme. Enter the names of the variables and references in the table.
    &#9679;      Enter each variable that you reference in the Target Directory and File Name Scheme fields without the surrounding percentage sign under Name of Variables in the table.
    The variables can refer to attributes of the message header or elements of the message payload.
    &#9675;       If the variables are to refer to an attribute of the message header, add the prefix message: to the name of the variable under Reference. You can specify the following attributes of the message header:
    sender_party, sender_service, receiver_party, receiver_service, interface_name, interface_namespace,
    message_id (message ID with hyphens, for example 9fbe1ff1-9a0d-11d9-8665-cbf10a126331)
    message_id_hex (message ID in hexadecimal format, for example 9fbe1ff19a0d11d98665cbf10a126331)
    For example, if you want to specify the interface name from the message header in the target directory or in the file name scheme, enter message:interface_name as the reference.
    Note
    If one of the message attributes contains characters that are not permitted in a file name, for example \, /, :, *, ?, ", <, >, |, then these characters are replaced by an underscore ("_").
    &#9675;       If the variable refers to an element in XML schema, add the prefix payload: to the information under Reference. The reference then comprises a pseudo path description in the form of a comma-separated list with the schema namea,na,nameb,nb,....
    namea,nameb,... corresponds to the element name and na,nb,... corresponds to the occurrence of the element name at the respective level in the document.
    The description begins at the root of the document and ends at the respective element.
    Example
    To reference the element that is in bold in the example, the following expression is used: payload:root,1,e1,1,e2,2
    The parser searches for the first occurrence of the root element at the first level. It then searches for the first occurrence of e1 at the second level and for the second occurrence of e2 at the third level. The content of the last element (“Example Value”) is set as the value for a specified variable.
    <?xml version="1.0" encoding="UTF-8" ?>
    <root>
      <dummy>
         <e1>
            <e2>Data_1</e2>
            <f/>
            <g attr="abc">text</g>
            <e2>Data_2</e2>
         </e1>
      </dummy>
      <e1>
         <e2>illegal/value</e2>
         <f/>
         <g attr="abc">text</g>
         <e2 attr="fghij">Example Value</e2>
      </e1>
    </root>

  • Conversion configuration error Unknown structure Header found in document

    Hi,
    we are having the following target structure according to that we need to generate a file.
    Output file sample format:
    ACODESXXXX0001581012011-03-2209.12.42WARRANTY CAUSE CODES FILE
    ACODESXXXX000158102CCCORROSION INSPECTION
    ACODESXXXX00015810255CAVITY, PINHOLE
    ACODESXXXX00015810256BAD MACHINING
    BCODESXXXX0001581012011-03-2209.12.42WARRANTY COMPLAINTS CODES FILE
    BCODESXXXX000158102NCNO CUSTOMER COMPLAINT
    BCODESXXXX000158102XPCONSIDERATION
    BCODESXXXX00015810299OTHER
    BCODESXXXX000158199000000131
    CCODESXXXX0001581012011-03-2209.12.42WARRANTY CIRCUMSTANCE CODES FILE
    CCODESXXXX000158102 BLANK
    CCODESXXXX000158102AAT ENGINE START
    CCODESXXXX000158102BWHEN WARMING-UP
    Target  Record Structure:
    DT_Codes
              Record
                        ACodes      
                               Header
                               Details
                               Trailer
                         Bcodes
                               Header
                               Details
                               Trailer
                         Ccodes
                               Header
                               Details
                               Trailer
                         TWRNTY
                               Header
                               Details
                               Trailer
    In receiver file adapter we have given following content conversion parameters
    Content conversion Parameters :
    Recordset Structure*: A_Code.Header,A_Code.Detail,A_Code.Trailer,B_Code.Header,B_Code.Detail,B_Code.Trailer,C_Code.Header,C_Code.Detail,C_Code.Trailer,
    Name                                                                                value
    A_Code.Header.filedFixedLengths               4,5,7,8,2,3,4
    A_Code.Detail.filedFixedLengths               4,5,2,8,9,3,2,7,8,9,3
    A_Code.Trailer.filedFixedLengths                  4,5,2,2,3,3,4
    B_Code.Header.filedFixedLengths               4,5,7,8,2,3,4
    B_Code.Detail.filedFixedLengths               4,5,2,8,9,3,2,7,8,9,10
    B_Code.Trailer.filedFixedLengths                  4,5,2,2,3,3,4
    C_Code.Header.filedFixedLengths               4,5,7,8,2,3,4
    C_Code.Detail.filedFixedLengths               4,5,2,8,9,3,2,7,8,9,10
    C_Code.Trailer.filedFixedLengths                  4,5,2,2,3,3,4
    Now we are getting error "Conversion configuration error Unknown structure Header found in document"
    Please suggest solution for the error.
    thank you,
    Praveen.

    your content conversion parameters seem to be wrong.
    Do refer;
    /people/shabarish.vijayakumar/blog/2007/08/03/file-adapter-receiver--are-we-really-sure-about-the-concepts
    /people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion

  • Error in SAP standard workflow ddoStart - Start document distribution

    Hi all,
    I'm trying to use the document distribution but i'm failing completely. After doing what i think is the necessary config (setting all relevant tasks to general task should be all), i try to distribute. I create a list, selects people and click go.
    When checking the log for the distribution later on, all workflows generated hang in the same place - namely the case branch before "check document distribution".  Further on, the "check distribution order" task does have three potential outcomes after calling the business objects corresponding method. The problem is that the method "check" of bus1082 (doc. dist. order) does not return a check value as a parameter, even though it has a result internally.
    I suspec i'm missing something here, but the wf still bombs out.
    Tips and tricks guys?
    Espen

    HI all,
    Problem is identified and a solution is found. THe businesss object's methods for distribution order did not have the flag for result parameter ticked. Opening up the standard SAP objects, tick the box and voila - it works.
    Still puzzles me how SAP did release this. Didnt they test?
    Espen

  • Trex error: No embedded object found in document (Errorcode 14037)

    Hi,
    we have following problem with our crawler:
    in the crawler 50 % of documents are returning the error "No embedded object found in document (Errorcode 14037)" and are not displayed in the trex monitor. All other documents are indexed correctly an are in the trex monitor in "OK".
    We are on Stack 14 Patch 4.
    Regards,
    Gerhard

    Hi Gerhard,
    Typically, errors codes 14XXX are related to filter problems during the preprocessing of documents. Details about TREX error codes are explained in the help portal and in the note 898404.
    Unfortunatelly, filter problems could not be easily fixed. However, a good starting point would be to use a newer TREX release. If this doesnt help please open a Customer Message and attach documents, which causes the mentioned error. Please attach only not sensible documents!
    Kind regards,
    Roland

  • Error: No public or protected classes found to document.

    Hello,
    I am currently going spare trying to get javadoc to document the code I have written. I have checked the Java code given the information on the website and the comments are correct and complete for all methods. The command line I am using is:
    c:\j2sdk1.4.1_01\bin\javadoc.exe -d docs/ Population.javaAnd the makefile (bat file) is in the directory with the population.java file. The command line works with other files in the same directory, programmed and commented to the same standard. The error I get is:
    C:\Documents and Settings\ril\MYDOCU~1\PROGRA~1\JCreator\ILCSFrame>c:\j2sdk1.4.1_01\bin\javadoc.exe -d docs/ Population.java
    Loading source file ILCSFrame.java...
    Constructing Javadoc information...
    Standard Doclet version 1.4.1
    Generating docs/\constant-values.html...
    javadoc: No public or protected classes found to document.
    1 errorI have tried checking the documentation with the doccheck doclet with the following command line:
    c:\j2sdk1.4.1_01\bin\javadoc.exe -doclet com.sun.tools.doclets.doccheck.DocCheck -docletpath C:\j2sdk1.4.1_01\utils\doccheck1.2b1\lib Population.javaBut it throws the following error:
    C:\Documents and Settings\ril\MYDOCU~1\PROGRA~1\JCreator\ILCSFrame>c:\j2sdk1.4.1
    _01\bin\javadoc.exe -doclet com.sun.tools.doclets.doccheck.DocCheck -docletpath
    C:\j2sdk1.4.1_01\utils\doccheck1.2b1\lib\doccheck.jar Population.java
    Loading source file Population.java...
    Constructing Javadoc information...
    javadoc: In doclet class com.sun.tools.doclets.doccheck.DocCheck,  method start
    has thrown an exception java.lang.reflect.InvocationTargetException
    java.lang.NoSuchMethodError: com.sun.tools.doclets.HtmlWriter.<init>(Ljava/lang/
    String;Ljava/lang/String;)V
            at com.sun.tools.doclets.doccheck.HtmlWriterExt.<init>(HtmlWriterExt.jav
    a:16)
            at com.sun.tools.doclets.doccheck.DocCheck.makeWriter(DocCheck.java:1407
            at com.sun.tools.doclets.doccheck.DocCheck.printStatisticsPage(DocCheck.
    java:456)
            at com.sun.tools.doclets.doccheck.DocCheck.printErrorPages(DocCheck.java
    :433)
            at com.sun.tools.doclets.doccheck.DocCheck.startGeneration(DocCheck.java
    :364)
            at com.sun.tools.doclets.doccheck.DocCheck.start(DocCheck.java:337)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:324)
            at com.sun.tools.javadoc.DocletInvoker.invoke(DocletInvoker.java:193)
            at com.sun.tools.javadoc.DocletInvoker.start(DocletInvoker.java:92)
            at com.sun.tools.javadoc.Start.parseAndExecute(Start.java:301)
            at com.sun.tools.javadoc.Start.begin(Start.java:120)
            at com.sun.tools.javadoc.Main.execute(Main.java:41)
            at com.sun.tools.javadoc.Main.main(Main.java:31)
    1 errorIf I try running doccheck (without doclet) on the whole directory (containing 6 java files), it will only pick up 3 of them (one including the SwingWorker java file). Any help greatly appreciated.

    "No public or protected classes found to document" means
    that the class Population.java is not in the current directory.
    Without trying to insult your programming ability, these things
    come to mind:
    - Omit the slash at the end of "-d docs/" This causes the
    message "Generating docs/\constant-values.html.
    I'm not sure why the bat file uses a forward slash on
    a Windows system.
    - Make sure you cd to the directory containing the bat file before
    running it.
    - Java is case-sensitive (I notice you spelled the filename
    both uppercase and lowercase.) Make sure the file name,
    the class name in the class, and the class name in the bat
    file have the same case.
    As far as doccheck not running, we have not yet released the
    version that runs on 1.4.x. Please write to "doccheck-feedback"
    with "@sun.com" for more info. (I've broken up the email address
    so text crawlers won't get it.)
    -Doug Kramer
    Javadoc team

  • Email document distribution PDF attachment conversion error

    I have configured document distribution via emai with an attachment. My DMS documents have a single PDF original attachment.
    The email transmits fine through SAPConnect, however when I open the attachment Adobe tells me the file cannot be opened, and is corrupt.
    The issue seems to be in SAPConnect conversion, converting BIN to PDF. Any suggestions on the conversion function module or sample code for a fm to do the conversion are appreciated.

    Hi,
    regarding the information with the BIN extension I would kindly ask you
    to implement the SAP note 873597.                                                                               
    Further please check the following settings which helped to solve      
    such issue in the past successfully:                                                                               
    1. Go to transaction : FILE                                            
    2. Select DOCUMENT_DISTRIBUTION                                        
    3. Double click on "Syntax group definition"                           
    4. You will find the file length defined for "WINDOWS NT               
    5. Change the length value to 70.                                      
    6. Also for As/400 change the length to 40.                                                                               
    Best regards,
    Christoph

  • Error in document distribution

         Dear All,
    If any one can help in this i am facing this error which selection a user while distribution. If any configuration is required then pleas do let me now
    Error is attached.

    Dear Deepak,
    It is requirement to send the distribution to SAP user only. and User "kashif" is maintained in the system with email id given under communication section in su01.
    I tried to select user by doing F4 in recipient and then manually select the user. it get selected and distributed but when i check the CVi9 log there is an error and error log is attached along with this

  • Document Distribution Workflow Error

    Dear Expert,
    After Up gradation from 4.7e to ECC 6.0 in new system we are facing problem in Documents Distribution, after executing Tr. Code CVI8 system generates message Initial order XXX has been successfully created
    But, the problem is, in tr. code SBWP document is not received in recipient ID and in distribution log(CVI9) document is shown with yellow flag & "PC" status (i.e. Package crated successfully).
    Actually we are maintaining same configuration in both system ECC 6.0 & 4 .7e but its working fine for 4.7e system not for ECC 6.0. Whereas Workflow log gives message "You have not entered a distribution order package"
    I already checked
    1) Re-activate the following workflows in transaction SWDD: WS20000104 & WS20000137
    2) In Tr. code SWU3, Automated workflow customization
    3) Activated Even Linkage Type
    4) In Tr. Code SWE3 Instances for Event Linkage.
    Any suggestions.....Thanks in advance...

    Hi Sam,
    I have experienced a simliar problem. I'm trying my best to remember how it was resolved.
    I think the problem we had was to do with the Context.
    1.It had not been defined
    2. It was not assigned to an event
    Hope this helps.
    Neil

  • Document Distribution DMS, problem with standard workflow WS20000104

    Hi,
    In our document distribution process we stacked with the problem, when we run the document distribution (via tcode CVI8) we got the error of workflow WS20000104. After some search at SCN we found that there is the similar issue, described in the thread: Document distribution workflow in error. Solution which was offered and marked as worked is to enable/activate Result Parameter check box, but in our case this check box is disabled and when we try to edit the BOR in order to activate Result Parameter check box the system asked to input Access Code.
    Is there any way (note) to enable this check box without access code?
    Thanks.

    Hi, Deepak Kori
    In transaction SWU3 there is the following situation:
    Maintain Runtime Environment is completely green, including sub-categories;
    Maintain Definition Environment is red because of Check Entries from HR Control Tables;
    Maintain Additional Settings and Services is red because of Maintain Web Server;
    Classify Tasks as General is completely green, including sub-categories;
    Guided Procedures is red because of Maintain Guided Procedures Gateway.
    Could you, please, explain what do you mean under «workflow settings are activated», how parameters described above are related to workflow and may be related to our problem?
    If described situation can be assumed as activated, what should we do now? Otherwise, how to make these settings to be activated?
    Thanks.

  • Unknown structure 'ns0:MT_dbglgtr_FileName' found in document'

    I have other problem.
    The receiver channel communication gives the next error:
    Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'Conversion configuration error: Unknown structure 'ns0:MT_dbglgtr_FileName' found in document', probably configuration error in file adapter (XML parser error)'.
    I haven't empty node and any condition.
    Thank you.

    Hi,
    Same problem solved here: (infact many threads with the same problem and solution)
    Error in Receiver FCC: Unknown structure ... found in document
    Re: Receiver File content conversion - NO Output
    Regards,
    Abhishek.
    Edited by: abhishek salvi on Apr 14, 2009 7:42 PM

  • XML Parsing Error: no element found Line Number 1, Column 1:

    Hi All,
    I have deployed EAR on my standalone server using JDEV 11.1.1.6.0. I am able to get the WSRP portlet producer page on
    http://<server>:7001/contextRoot. But when i try to click on any of the WSDL URL it gives me "XML Parsing Error: no element found Line Number 1, Column 1:"
    and from IE it gives me: XML document must have a top level element. Error processing resource
    there can be a issue with the WSRPContainer.jar file. So i have remove it from my deployment profile, EAR and lib/classpath files.
    Can you please suggest a workaround.
    Regards,
    ND
    Edited by: ND on Dec 4, 2012 9:57 PM

    Hi All,
    this error normally comes when the WLS domain is not not properly created. if you get some exception for ./provesecurity.sh file while creating the domain, then the XML error comes.
    I did not went into the depth but figured out a workaround: restart the VM/hosted box and then create the domain, remember to use diff port name while creating it from the domain creation script.
    Regards,
    ND

  • DMS Document Distribution Problem Pls, Help Will be appreciated

    When executing T-Code CVI8(Document Distribution), there is a system message that the order was successfully created. But when we looked at the distribution log using T-Code CVI9, the status of the document remains as SY and the processing of the distribution stops. We already finished the settings for document distribution and still this error persists. What could have been wrong? Pls advice.
    Mail Me On:- [email protected]
    Regards,
    Akshit A. Patel

    Hi Athol,
    i have checked the workflow config accordingly,
    workflow templates 20000104 and 20000137. are active.
    a. 20000104 BUS1082 x 2 (Initiated and Resend)
    b. 20000137 BUS1082002 x 1 (Resend)
    But the Release status for these templates is NOT DEFINED, should it be RELEASED & the container tab for 20000104 shows a warning icon(Mandatary import parameter)on partial order & intial value not set & same for 20000137 shows warning icon on distribution order package & initial value not set.
    what does this mean, is there any setting required for this?
    2. Transaction SWU3 – ensure that all has been generated (activated). Pay special attention to Maintain Runtime Environment -> Configure RFC destination.
    I HAVE checked the above all are active except Configure RFC destination, what is the setting required for the same.
    the 3, 4,& 5 setting what u have suggested are ok,i have checked them.
    Please suggest for the 1 & 2 points.
    thanks in advance.

  • PXE T01 file not found PXE E3B TFTP Error file not found error

    Hi,
    I was trying to deploy OS through SCCM . i have made DHCP server and  SCCM PC one PCst when i am trying to boot from client to DHCP by f12 i am getting following error. so that i have been completed following steps
    TFTP
    PXE-T01: File not found
    PXE:E3B: TFTP Error- File not found
    1)Removed WDS service and reconfigured
    2)PXE role removed and re assigned
    3)renamed temp folder
    4)DP updated
    suppose if i am trying to access the port throgh telnet
    i am getting
    C:\Documents and Settings\Administrator>telnet 192.168.1.65 60
    Connecting To 192.168.1.65...Could not open connection to the host, on port 60:
    Connect failed
    C:\Documents and Settings\Administrator>telnet 192.168.1.65 67
    Connecting To 192.168.1.65...Could not open connection to the host, on port 67:
    Connect failed
    C:\Documents and Settings\Administrator>telnet 192.168.1.65 66
    Connecting To 192.168.1.65...Could not open connection to the host, on port 66:
    Connect failed
    C:\Documents and Settings\Administrator>telnet 192.168.1.65 65
    Connecting To 192.168.1.65...Could not open connection to the host, on port 65:
    Connect failed
    SCCM PXEsetup.log
    ====================================================================
    <05-17-2011 22:02:14> SMSPXE Setup Started....
    <05-17-2011 22:02:14> Parameters: C:\PROGRA~1\MICROS~4\bin\i386\ROLESE~1.EXE /install /siteserver:DRDO-QQLUVGDI0P SMSPXE
    <05-17-2011 22:02:14> Installing Pre Reqs for SMSPXE
    <05-17-2011 22:02:14>         ======== Installing Pre Reqs for Role SMSPXE ========
    <05-17-2011 22:02:14> Found 2 Pre Reqs for Role SMSPXE
    <05-17-2011 22:02:14> Pre Req MSXML60 found.
    <05-17-2011 22:02:14> MSXML60 already installed (Product Code: {A43BF6A5-D5F0-4AAA-BF41-65995063EC44}). Would not install again.
    <05-17-2011 22:02:14> Pre Req MSXML60 is already installed. Skipping it.
    <05-17-2011 22:02:14> Pre Req Wimgapi found.
    <05-17-2011 22:02:14> Wimgapi already installed (Product Code: {721ABC3B-5F12-4332-9C0C-C11424EF666C}). Would not install again.
    <05-17-2011 22:02:14> Pre Req Wimgapi is already installed. Skipping it.
    <05-17-2011 22:02:14>         ======== Completed Installion of Pre Reqs for Role SMSPXE ========
    <05-17-2011 22:02:14> Installing the SMSPXE
    <05-17-2011 22:02:14> Machine is running Windows 2003 SP1 or later. (NTVersion=0X502, ServicePack=2)
    <05-17-2011 22:02:14> Error - WDS is not installed. Installation cannot continue
    <05-17-2011 23:02:35> ====================================================================
    <05-17-2011 23:02:35> SMSPXE Setup Started....
    <05-17-2011 23:02:35> Parameters: C:\PROGRA~1\MICROS~4\bin\i386\ROLESE~1.EXE /install /siteserver:DRDO-QQLUVGDI0P SMSPXE
    <05-17-2011 23:02:35> Installing Pre Reqs for SMSPXE
    <05-17-2011 23:02:35>         ======== Installing Pre Reqs for Role SMSPXE ========
    <05-17-2011 23:02:35> Found 2 Pre Reqs for Role SMSPXE
    <05-17-2011 23:02:35> Pre Req MSXML60 found.
    <05-17-2011 23:02:35> MSXML60 already installed (Product Code: {A43BF6A5-D5F0-4AAA-BF41-65995063EC44}). Would not install again.
    <05-17-2011 23:02:35> Pre Req MSXML60 is already installed. Skipping it.
    <05-17-2011 23:02:35> Pre Req Wimgapi found.
    <05-17-2011 23:02:35> Wimgapi already installed (Product Code: {721ABC3B-5F12-4332-9C0C-C11424EF666C}). Would not install again.
    <05-17-2011 23:02:35> Pre Req Wimgapi is already installed. Skipping it.
    <05-17-2011 23:02:35>         ======== Completed Installion of Pre Reqs for Role SMSPXE ========
    <05-17-2011 23:02:35> Installing the SMSPXE
    <05-17-2011 23:02:35> Machine is running Windows 2003 SP1 or later. (NTVersion=0X502, ServicePack=2)
    <05-17-2011 23:02:35> Error - WDS is not installed. Installation cannot continue
    <05-17-2011 23:38:26> ====================================================================
    <05-17-2011 23:38:26> SMSPXE Setup Started....
    <05-17-2011 23:38:26> Parameters: C:\PROGRA~1\MICROS~4\bin\i386\ROLESE~1.EXE /install /siteserver:DRDO-QQLUVGDI0P SMSPXE
    <05-17-2011 23:38:26> Installing Pre Reqs for SMSPXE
    <05-17-2011 23:38:26>         ======== Installing Pre Reqs for Role SMSPXE ========
    <05-17-2011 23:38:26> Found 2 Pre Reqs for Role SMSPXE
    <05-17-2011 23:38:26> Pre Req MSXML60 found.
    <05-17-2011 23:38:26> MSXML60 already installed (Product Code: {A43BF6A5-D5F0-4AAA-BF41-65995063EC44}). Would not install again.
    <05-17-2011 23:38:26> Pre Req MSXML60 is already installed. Skipping it.
    <05-17-2011 23:38:26> Pre Req Wimgapi found.
    <05-17-2011 23:38:26> Wimgapi already installed (Product Code: {721ABC3B-5F12-4332-9C0C-C11424EF666C}). Would not install again.
    <05-17-2011 23:38:26> Pre Req Wimgapi is already installed. Skipping it.
    <05-17-2011 23:38:26>         ======== Completed Installion of Pre Reqs for Role SMSPXE ========
    <05-17-2011 23:38:26> Installing the SMSPXE
    <05-17-2011 23:38:26> Machine is running Windows 2003 SP1 or later. (NTVersion=0X502, ServicePack=2)
    <05-17-2011 23:38:26> WDS Service is installed.
    <05-17-2011 23:38:26> No versions of SMSPXE are installed.  Installing new SMSPXE.
    <05-17-2011 23:38:26> Enabling MSI logging.  pxe.msi will log to C:\Program Files\Microsoft Configuration Manager\logs\pxeMSI.log
    <05-17-2011 23:38:26> Installing C:\Program Files\Microsoft Configuration Manager\bin\i386\pxe.msi CCMINSTALLDIR="C:\Program Files\SMS_CCM" PXEENABLELOGGING=TRUE PXELOGLEVEL=1 PXELOGMAXSIZE=1000000 PXELOGMAXHISTORY=1
    <05-17-2011 23:39:47> pxe.msi exited with return code: 0
    <05-17-2011 23:39:47> Installation was successful.
    <05-18-2011 22:20:04> ====================================================================
    <05-18-2011 22:20:04> SMSPXE Setup Started....
    <05-18-2011 22:20:04> Parameters: C:\PROGRA~1\MICROS~4\bin\i386\ROLESE~1.EXE /deinstall /siteserver:DRDO-QQLUVGDI0P SMSPXE
    <05-18-2011 22:20:04> Deinstalling the SMSPXE
    <05-18-2011 22:20:04> Enabling MSI logging.  pxe.msi will log to C:\Program Files\Microsoft Configuration Manager\logs\pxeMSI.log
    <05-18-2011 22:20:04> Deinstalling SMSPXE, with product code {C63C1FBD-C9C8-469D-8ADE-12387FB5EA75}
    <05-18-2011 22:20:15> SMSPXE deinstall exited with return code: 0
    <05-18-2011 22:20:15> Deinstallation was successful.
    <05-18-2011 22:20:15> Removing PXE Registry.
    <05-18-2011 22:23:18> ====================================================================
    <05-18-2011 22:23:18> SMSPXE Setup Started....
    <05-18-2011 22:23:18> Parameters: C:\PROGRA~1\MICROS~4\bin\i386\ROLESE~1.EXE /install /siteserver:DRDO-QQLUVGDI0P SMSPXE
    <05-18-2011 22:23:18> Installing Pre Reqs for SMSPXE
    <05-18-2011 22:23:18>         ======== Installing Pre Reqs for Role SMSPXE ========
    <05-18-2011 22:23:18> Found 2 Pre Reqs for Role SMSPXE
    <05-18-2011 22:23:18> Pre Req MSXML60 found.
    <05-18-2011 22:23:18> MSXML60 already installed (Product Code: {A43BF6A5-D5F0-4AAA-BF41-65995063EC44}). Would not install again.
    <05-18-2011 22:23:18> Pre Req MSXML60 is already installed. Skipping it.
    <05-18-2011 22:23:18> Pre Req Wimgapi found.
    <05-18-2011 22:23:18> Wimgapi already installed (Product Code: {721ABC3B-5F12-4332-9C0C-C11424EF666C}). Would not install again.
    <05-18-2011 22:23:18> Pre Req Wimgapi is already installed. Skipping it.
    <05-18-2011 22:23:18>         ======== Completed Installion of Pre Reqs for Role SMSPXE ========
    <05-18-2011 22:23:18> Installing the SMSPXE
    <05-18-2011 22:23:18> Machine is running Windows 2003 SP1 or later. (NTVersion=0X502, ServicePack=2)
    <05-18-2011 22:23:18> WDS Service is installed.
    <05-18-2011 22:23:18> No versions of SMSPXE are installed.  Installing new SMSPXE.
    <05-18-2011 22:23:18> Enabling MSI logging.  pxe.msi will log to C:\Program Files\Microsoft Configuration Manager\logs\pxeMSI.log
    <05-18-2011 22:23:18> Installing C:\Program Files\Microsoft Configuration Manager\bin\i386\pxe.msi CCMINSTALLDIR="C:\Program Files\SMS_CCM" PXEENABLELOGGING=TRUE PXELOGLEVEL=1 PXELOGMAXSIZE=1000000 PXELOGMAXHISTORY=1
    <05-18-2011 22:24:11> pxe.msi exited with return code: 0
    <05-18-2011 22:24:11> Installation was successful.
    <05-18-2011 22:31:06> ====================================================================
    <05-18-2011 22:31:06> SMSPXE Setup Started....
    <05-18-2011 22:31:06> Parameters: C:\PROGRA~1\MICROS~4\bin\i386\ROLESE~1.EXE /install /siteserver:DRDO-QQLUVGDI0P SMSPXE
    <05-18-2011 22:31:06> Installing Pre Reqs for SMSPXE
    <05-18-2011 22:31:06>         ======== Installing Pre Reqs for Role SMSPXE ========
    <05-18-2011 22:31:06> Found 2 Pre Reqs for Role SMSPXE
    <05-18-2011 22:31:06> Pre Req MSXML60 found.
    <05-18-2011 22:31:06> MSXML60 already installed (Product Code: {A43BF6A5-D5F0-4AAA-BF41-65995063EC44}). Would not install again.
    <05-18-2011 22:31:06> Pre Req MSXML60 is already installed. Skipping it.
    <05-18-2011 22:31:06> Pre Req Wimgapi found.
    <05-18-2011 22:31:06> Wimgapi already installed (Product Code: {721ABC3B-5F12-4332-9C0C-C11424EF666C}). Would not install again.
    <05-18-2011 22:31:06> Pre Req Wimgapi is already installed. Skipping it.
    <05-18-2011 22:31:06>         ======== Completed Installion of Pre Reqs for Role SMSPXE ========
    <05-18-2011 22:31:06> Installing the SMSPXE
    <05-18-2011 22:31:06> Machine is running Windows 2003 SP1 or later. (NTVersion=0X502, ServicePack=2)
    <05-18-2011 22:31:06> WDS Service is installed.
    <05-18-2011 22:31:06> SMSPXE already installed (Product Code: {C63C1FBD-C9C8-469D-8ADE-12387FB5EA75}).  Upgrading/Reinstalling SMSPXE
    <05-18-2011 22:31:06> New SMSPXE is the same product code.  This is a minor upgrade.
    <05-18-2011 22:31:06> Enabling MSI logging.  pxe.msi will log to C:\Program Files\Microsoft Configuration Manager\logs\pxeMSI.log
    <05-18-2011 22:31:06> Installing C:\Program Files\Microsoft Configuration Manager\bin\i386\pxe.msi REINSTALL=ALL REINSTALLMODE=vmaus CCMINSTALLDIR="C:\Program Files\SMS_CCM" PXEENABLELOGGING=TRUE PXELOGLEVEL=1 PXELOGMAXSIZE=1000000 PXELOGMAXHISTORY=1
    <05-18-2011 22:35:43> pxe.msi exited with return code: 0
    <05-18-2011 22:35:43> Installation was successful.
    <05-18-2011 23:41:19> ====================================================================
    <05-18-2011 23:41:19> SMSPXE Setup Started....
    <05-18-2011 23:41:19> Parameters: C:\PROGRA~1\MICROS~4\bin\i386\ROLESE~1.EXE /deinstall /siteserver:DRDO-QQLUVGDI0P SMSPXE
    <05-18-2011 23:41:19> Deinstalling the SMSPXE
    <05-18-2011 23:41:19> Enabling MSI logging.  pxe.msi will log to C:\Program Files\Microsoft Configuration Manager\logs\pxeMSI.log
    <05-18-2011 23:41:19> Deinstalling SMSPXE, with product code {C63C1FBD-C9C8-469D-8ADE-12387FB5EA75}
    <05-18-2011 23:41:33> SMSPXE deinstall exited with return code: 0
    <05-18-2011 23:41:33> Deinstallation was successful.
    <05-18-2011 23:41:33> Removing PXE Registry.
    <05-19-2011 00:38:50> ====================================================================
    <05-19-2011 00:38:50> SMSPXE Setup Started....
    <05-19-2011 00:38:50> Parameters: C:\PROGRA~1\MICROS~4\bin\i386\ROLESE~1.EXE /install /siteserver:DRDO-QQLUVGDI0P SMSPXE
    <05-19-2011 00:38:50> Installing Pre Reqs for SMSPXE
    <05-19-2011 00:38:50>         ======== Installing Pre Reqs for Role SMSPXE ========
    <05-19-2011 00:38:50> Found 2 Pre Reqs for Role SMSPXE
    <05-19-2011 00:38:50> Pre Req MSXML60 found.
    <05-19-2011 00:38:50> MSXML60 already installed (Product Code: {A43BF6A5-D5F0-4AAA-BF41-65995063EC44}). Would not install again.
    <05-19-2011 00:38:50> Pre Req MSXML60 is already installed. Skipping it.
    <05-19-2011 00:38:50> Pre Req Wimgapi found.
    <05-19-2011 00:38:50> Wimgapi already installed (Product Code: {721ABC3B-5F12-4332-9C0C-C11424EF666C}). Would not install again.
    <05-19-2011 00:38:50> Pre Req Wimgapi is already installed. Skipping it.
    <05-19-2011 00:38:50>         ======== Completed Installion of Pre Reqs for Role SMSPXE ========
    <05-19-2011 00:38:50> Installing the SMSPXE
    <05-19-2011 00:38:50> Machine is running Windows 2003 SP1 or later. (NTVersion=0X502, ServicePack=2)
    <05-19-2011 00:38:50> WDS Service is installed.
    <05-19-2011 00:38:50> No versions of SMSPXE are installed.  Installing new SMSPXE.
    <05-19-2011 00:38:50> Enabling MSI logging.  pxe.msi will log to C:\Program Files\Microsoft Configuration Manager\logs\pxeMSI.log
    <05-19-2011 00:38:50> Installing C:\Program Files\Microsoft Configuration Manager\bin\i386\pxe.msi CCMINSTALLDIR="C:\Program Files\SMS_CCM" PXEENABLELOGGING=TRUE PXELOGLEVEL=1 PXELOGMAXSIZE=1000000 PXELOGMAXHISTORY=1
    <05-19-2011 00:39:15> pxe.msi exited with return code: 0
    <05-19-2011 00:39:15> Installation was successful.

    I have similar issue same above error but this error i am getting intermittent  keeping trying 2 or 3 times i get F12 option to boot the network services 
    TFTP
    PXE-T01  The specified file not found 
    PXE-E3B TFTP Error : File not found 
    Our environment have DHCP configured In Inflobox and the Primary site server and PXE DP server located in Same Subnet and configured 2008 R2 sp1 and configured  SCCM2012 in VM environment 
    I tried all the Options uninstall and re-install no luck and i have tried to increase Tramsmiit and recive Buffer size in lan card but the issue is not resolved.
    Capture smspxe log when it found boot image the pxe working ,when it not found getting TFTP error.
    SMSPxe log says no errors but getting client Pxe TFTP error file not found  (Since its not looking Image throw out TFTP error)
    Client boot action reply: <ClientIDReply><Identification Unknown="0" ItemKey="16777230" ServerName="" ServerRemoteName=""><Machine><ClientID>GUID:49D9F374-7606-4277-8AE9-FEE608FFB01E</ClientID><NetbiosName/></Machine></Identification><PXEBootAction
    LastPXEAdvertisementID="" LastPXEAdvertisementTime="" OfferID="SGP20001" OfferIDTime="6/25/2012 11:09:00 AM" PkgID="SGP00009" PackageVersion="" PackagePath="http://XXX.company.com/SMS_DP_SMSPKG$/SGP00004" BootImageID="SGP00004" Mandatory="0"/></ClientIDReply>
    Client Identity: 9c7f0d6a-58dd-4cda-a4f0-3f66316067fb
    PXE::CBootImageManager::FindMatchingArchitectureBootImage
    Set media certificate in transport
    Set authenticator in transport
    SMSPxe log says no errors t i can able to do pxe Log found Boot image 
    Client boot action reply: <ClientIDReply><Identification Unknown="0" ItemKey="16777230" ServerName="" ServerRemoteName=""><Machine><ClientID>GUID:49D9F374-7606-4277-8AE9-FEE608FFB01E</ClientID><NetbiosName/></Machine></Identification><PXEBootAction
    LastPXEAdvertisementID="" LastPXEAdvertisementTime="" OfferID="SGP20001" OfferIDTime="6/25/2012 11:09:00 AM" PkgID="SGP00009" PackageVersion="" PackagePath="http://xxx.company.com/SMS_DP_SMSPKG$/SGP00004" BootImageID="SGP00004" Mandatory="0"/></ClientIDReply>
    Client Identity: 9c7f0d6a-58dd-4cda-a4f0-3f66316067fb
    PXE::CBootImageManager::FindMatchingArchitectureBootImage
    PXE::CBootImageManager::FindBootImage: SGP00004
    Looking for bootImage SGP00004
    PXE::CBootImageCache::FindImage
    PXE::CBootImageInfo::UpdateAccessTime
    Appreciate if you could provide some solution 
    Ksrini

  • Document distribution...

    Dear All...
    Greetings!!!!!
    I am new to DMS,basically I am a PP functional person and am not having that much knowledge abt DMS,but aware abt the functional and how it is carried out at transactional level.
    I searched abt DISTRIBUTION process in DMS ,but was not able to found any suitable documents.
    I just want to know how "document distribution" is carried out,
    I can upload any type of req'd documents in the system through CV01n,and also able to maintain proper settings for it.
    But still not much awrae of docement distribution....
    Plz guide me in this process....Plz correct me if I am getting wrong..
    Thanks......

    Hi Rahul,
    maybe the information at the document distribution area at http://wiki.sdn.sap.com/wiki/display/PLM/DocumentManagement%28CA-DMS%29 could you useful for you.
    Further please see the SAP online help under http://help.sap.com under
    - SAP ERP Cross-Application Functions 
    - Cross-Application Components 
    - Document Management 
    - Document Distribution 
    Best regards,
    Christoph

Maybe you are looking for

  • Using a form for multiple entries in the same year

    I am wondering if a form can be saved/submitted and added to throughout the course of a year? I want to collect quarterly data all in the same form.I am wondering if a form can be saved/submitted and added to throughout the course of a year? I want t

  • Group Left Order By

    Hi, I have a sql which contains an order by clause (order by field1, field2), the query runs fine in SQL*Plus. I tried to create a Group Left report in Reports 10g. (The report contains the Group on field1.) When I run the report, it disregards the o

  • Lost content, please help!

    Well, my harddrive needed replacing and so I had that done. iTunes was saved and all is well with that. The problem is that all of the content I purchased on my AppleTV while my computer was being repaired dissappeared when it synched the first time

  • Serious problem with app world.

     when i download and install an app. it shows up "installation error 0003-0005: there is a problem during installation.please try again." i just want playbook1.0's appworld back. Appworld: too slow. When upgrade several apps at the same time, it just

  • Rxtx listening port

    Hello, i use rxtx lib for developing an app which uses serial communication. i use listening method and i add a SerialListener to serialPort object but it didn' work, even if i send some data to port there is no event occures. How can i solve this? T