Ftp anonymous

Hello,
How use anonymous FTP in content services. I have allow public access on root domaine. and it's work's with WebDav. FTP work with autotification but no with anonymous what is the URL to use ?

Hi,
your content services instance has to be configured for anonymous ftp access and the steps for this configuration are provided in the content services administration guide.
Unless you configure it for anonymous access , you will not be able to use it for anonymous ftp.
kalyan

Similar Messages

  • Ftp anonymous user upload permission

    Please assist in detail to assign upload/mkdir permissions to anonymous ftp user.
    Thanks & regards,
    Omendra

    The last time I did a security audit for another company I just copied anonymous ftp instructions from the man pages. Has this changed?
    alan

  • FTP Guest/Anonymous?

    Is there a difference between FTP Guest and Anonymous access?

    Hi Steve-
    Generally "FTP anonymous" means just that. You are just some machine out in cyberspace requesting permission to upload a file to some other machine. You do not need an account in order to gain access Most servers with access to the real world do not accept such requests in an attempt to keep the rifraff out.
    "FTP Guest" is a little misleading, but it is basically just that. As a guest you must have an account and generally a username and password. Sort of like if you were a "guest" at a hotel.
    A deep explanation is here: http://en.wikipedia.org/wiki/Ftp
    Hope that helps-
    -DaddyPaycheck

  • Safari and FTP

    Safari 6.0.2
    OS X 10.8.2
    I typed:
    ftp://[email protected]:[email protected]//[email protected]:[email protected]
    onto Safari, and hit enter. Safari can't open page.
    Using Chrome and Firefox, i was able to access the ftp contents on their browser windows.
    I then tried:
    ftp://xx%40domainname.com:[email protected]@domainname.com
    on Safari. This time a window opens up with the option of connecting as Guest or Registered User. I've tried both, but neither worked.
    Kindly help/advise.
    Thank you.

    safari doesn't browse ftp, it hands it off to Finder or whatever app is the default.
    direct links to files rather than directories should open or download in Safari (do here on 5.1.7)
    eg:
    ftp://anonymous:[email protected]/ftp-instruct.txt
    should open in Safari, whereas
    ftp://anonymous:[email protected]/
    opens a Finder window
    Message was edited by: andyBall_uk to (hopefully) fix mangled ftp addresses

  • FTP client and startup-config backup on SCE

    Hi,
    Does anybody know why I'm not able to upload startup-config from SCE device to FTP server ?
    I use command:
    copy startup-config ftp://anonymous:[email protected]/startup-config.txt
    but everytime I see error message:
    Error - Failed to open destination file.
    What's wrong with it ? Another client from my PC is able to connect to this FTP server

    Hi,
    Does anybody know why I'm not able to upload startup-config from SCE device to FTP server ?
    I use command:
    copy startup-config ftp://anonymous:[email protected]/startup-config.txt
    but everytime I see error message:
    Error - Failed to open destination file.
    What's wrong with it ? Another client from my PC is able to connect to this FTP server

  • How to use FTP binding transfer?

    Hi
    I tried to make a BPEL process with File BC and FTP BC(transport)
    But though files are stored in a archived folder and named sample_%d.txt"%u"_processed, there are no files in the folder of the FTP server.
    I want to upload files into the ftp://localhost/upload. I read the wiki document and thought that it is not suitable to use FTPBindingMessage, then FTP binding type is transfer type.
    Someone could point out ? what is the wrong.
    <?xml version="1.0" encoding="UTF-8"?>
    <definitions name="feedFiles" targetNamespace="http://j2ee.netbeans.org/wsdl/feedFiles"
        xmlns="http://schemas.xmlsoap.org/wsdl/"
        xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
        xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://j2ee.netbeans.org/wsdl/feedFiles" xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype" xmlns:file="http://schemas.sun.com/jbi/wsdl-extensions/file/">
        <types/>
        <message name="feedFilesOperationRequest">
            <part name="part1" type="xsd:string"/>
        </message>
        <portType name="feedFilesPortType">
            <operation name="feedFilesOperation">
                <input name="input1" message="tns:feedFilesOperationRequest"/>
            </operation>
        </portType>
        <binding name="feedFilesBinding" type="tns:feedFilesPortType">
            <file:binding/>
            <operation name="feedFilesOperation">
                <file:operation/>
                <input name="input1">
                    <file:message use="literal" fileName="sample_%d.txt" pollingInterval="1000" fileNameIsPattern="true" fileType="text"/>
                </input>
            </operation>
        </binding>
        <service name="feedFilesService">
            <port name="feedFilesPort" binding="tns:feedFilesBinding">
                <file:address fileDirectory="C:\Temp\FTP" lockName="filebc.lck" workArea="filebc_tmp" seqName="filebc.seq"/>
            </port>
        </service>
        <plnk:partnerLinkType name="feedFiles">
            <!-- A partner link type is automatically generated when a new port type is added. Partner link types are used by BPEL processes.
    In a BPEL process, a partner link represents the interaction between the BPEL process and a partner service. Each partner link is associated with a partner link type.
    A partner link type characterizes the conversational relationship between two services. The partner link type can have one or two roles.-->
            <plnk:role name="feedFilesPortTypeRole" portType="tns:feedFilesPortType"/>
        </plnk:partnerLinkType>
    </definitions>And
    <?xml version="1.0" encoding="UTF-8"?>
    <definitions name="uploadFiles" targetNamespace="http://j2ee.netbeans.org/wsdl/uploadFiles"
        xmlns="http://schemas.xmlsoap.org/wsdl/"
        xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
        xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://j2ee.netbeans.org/wsdl/uploadFiles" xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype" xmlns:ftp="http://schemas.sun.com/jbi/wsdl-extensions/ftp/">
        <types/>
        <message name="uploadFilesOperationRequest">
            <part name="part1" type="xsd:string"/>
        </message>
        <portType name="uploadFilesPortType">
            <operation name="uploadFilesOperation">
                <input name="input1" message="tns:uploadFilesOperationRequest"/>
            </operation>
        </portType>
        <binding name="uploadFilesBinding" type="tns:uploadFilesPortType">
            <ftp:binding/>
            <operation name="uploadFilesOperation">
                <ftp:operation/>
                <input name="input1">
                    <ftp:transfer sendTo="upload/out_%u.txt" sendToHasPatterns="true" append="false" receiveFrom="" receiveFromHasRegexs="false" pollIntervalMillis="5000" preSendCommand="NONE" preSendLocation="" preSendLocationHasPatterns="false" preReceiveCommand="NONE" preReceiveLocation="" preReceiveLocationHasPatterns="false" postSendCommand="NONE" postSendLocation="" postSendLocationHasPatterns="false" postReceiveCommand="NONE" postReceiveLocation="" postReceiveLocationHasPatterns="false" senderUsePassive="true" receiverUsePassive="true" use="literal" encodingStyle="" messageCorrelate="false"/>
                </input>
            </operation>
        </binding>
        <service name="uploadFilesService">
            <port name="uploadFilesPort" binding="tns:uploadFilesBinding">
                <ftp:address url="ftp://anonymous:@localhost:21" dirListStyle="UNIX" useUserDefinedHeuristics="false" userDefDirListStyle="" userDefDirListHeuristics="" mode="BINARY" cmdChannelTimeout="45000" dataChannelTimeout="45000"/>
            </port>
        </service>
        <plnk:partnerLinkType name="uploadFiles">
            <!-- A partner link type is automatically generated when a new port type is added. Partner link types are used by BPEL processes.
    In a BPEL process, a partner link represents the interaction between the BPEL process and a partner service. Each partner link is associated with a partner link type.
    A partner link type characterizes the conversational relationship between two services. The partner link type can have one or two roles.-->
            <plnk:role name="uploadFilesPortTypeRole" portType="tns:uploadFilesPortType"/>
        </plnk:partnerLinkType>
    </definitions>BPRL file is:
    <?xml version="1.0" encoding="UTF-8"?>
    <process
        name="fileTranceferProcess"
        targetNamespace="http://enterprise.netbeans.org/bpel/MessageDownload/fileTranceferProcess"
        xmlns="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
        xmlns:xsd="http://www.w3.org/2001/XMLSchema"
        xmlns:tns="http://enterprise.netbeans.org/bpel/MessageDownload/fileTranceferProcess" xmlns:sxt="http://www.sun.com/wsbpel/2.0/process/executable/SUNExtension/Trace" xmlns:sxed="http://www.sun.com/wsbpel/2.0/process/executable/SUNExtension/Editor">
        <import namespace="http://j2ee.netbeans.org/wsdl/feedFiles" location="feedFiles.wsdl" importType="http://schemas.xmlsoap.org/wsdl/"/>
        <import namespace="http://j2ee.netbeans.org/wsdl/uploadFiles" location="uploadFiles.wsdl" importType="http://schemas.xmlsoap.org/wsdl/"/>
        <partnerLinks>
            <partnerLink name="PartnerLink2" xmlns:tns="http://j2ee.netbeans.org/wsdl/uploadFiles" partnerLinkType="tns:uploadFiles" partnerRole="uploadFilesPortTypeRole"/>
            <partnerLink name="PartnerLink1" xmlns:tns="http://j2ee.netbeans.org/wsdl/feedFiles" partnerLinkType="tns:feedFiles" myRole="feedFilesPortTypeRole"/>
        </partnerLinks>
        <variables>
            <variable name="UploadFilesOperationIn" xmlns:tns="http://j2ee.netbeans.org/wsdl/uploadFiles" messageType="tns:uploadFilesOperationRequest"/>
            <variable name="FeedFilesOperationIn" xmlns:tns="http://j2ee.netbeans.org/wsdl/feedFiles" messageType="tns:feedFilesOperationRequest"/>
        </variables>
        <sequence>
            <receive name="Receive1" createInstance="yes" partnerLink="PartnerLink1" operation="feedFilesOperation" xmlns:tns="http://j2ee.netbeans.org/wsdl/feedFiles" portType="tns:feedFilesPortType" variable="FeedFilesOperationIn"/>
            <assign name="Assign1">
                <copy>
                    <from variable="FeedFilesOperationIn" part="part1"/>
                    <to variable="UploadFilesOperationIn" part="part1"/>
                </copy>
            </assign>
            <invoke name="Invoke1" partnerLink="PartnerLink2" operation="uploadFilesOperation" xmlns:tns="http://j2ee.netbeans.org/wsdl/uploadFiles" portType="tns:uploadFilesPortType" inputVariable="UploadFilesOperationIn"/>
        </sequence>
    </process>Application server: glassfish-v2-ur2-b04-patch-20080505
    Product Version: NetBeans IDE 6.1 (Build 200804211638)
    Java: 1.5.0_12; Java HotSpot(TM) Client VM 1.5.0_12-b04
    System: Windows Vista version 6.0 running on x86; MS932; ja_JP (nb)
    FTP BC Build Number:080611
    File BC Build Number:080505
    Toru Tomita

    Toru, you might want to post your question on the open-esb mailing list as it is specific to OpenESB and there are more developers on that mailing list than this one. See http://open-esb.dev.java.net .

  • Limit FTP access

    I've been trying to control FTP access, as have many others judging from the posts. When I access FTP, anonymous access is off, I can traverse up the directory to the root of my FTP servers HD and go into any folder I want.
    Also changing the user environment from FTP root & share points, to the others and back doesn't seem to do anything. Everytime I log in using FTP I am in the users home directory and the other shares are not visible.
    I tried installing PureFTP but uninstalled it because I wanted the Apple FTP server to work. I'm wondering if PureFTP did something crazy and broke Apple's FTP.
    TIA,
    John McAdams

    Found out an interesting, maybe useful consequence of installing PureFTP Manager. The installation writes a complicated ftpaccess file that keeps PureFTP as the FTP daemon. Here's what happened. I installed & configured PureFTP Manager and added a few virtual users. Used it for a while and it worked great. I needed to open up the firewall for passive FTP clients. I shut down PureFTP and opened up the ftpaccess file.
    Now usually when I open this file running Tiger's FTP server, the file is blank. This file had a lot of information in it. I added my passive ports line to the end of the file and saved it.
    Back in Sever Admin I added the Passive FTP service to the firewall and decided to start up Apple's FTP to test it out. When I ftp'd in as a user in the local directory I was greeted with the PureFTP banner! Everything worked fine. Just to check I opened PureFTP Manager and sure enough the gui said that it was off. I tested the ftp configuration by logging in as a virtual user that I had set up in PureFTP Manager. No problem.
    So now I can use PureFTP Manager and Sever Admin together. That means I get the controll of PureFTP Manager but the remote administration of Server Admin. Now I need a way to look at the PureFTP logs in Server Admin but I'm happy with it for the time being.

  • FTP login without credentials

    Hi Experts 
    How can i configure my FTP server without asking credentials. Just like ftp://ftp.microsoft.com and it displays the files.
    Server is 2008 standard R2.
    Thanks in advance
    Gagan Rawat
    Gagandeep Singh Rawat 0508567106

    Hi Gagandeep Singh Rawat,
    You can refer the following relate KB and article, the FTP has integrate with IIS role there have a specific support forum, if you have further question you can ask in the specific
    support forum there will have more expert help you.
    Configure the Anonymous Authentication Identity (IIS 7)
    http://technet.microsoft.com/en-us/library/cc770966(v=ws.10).aspx
    Enable Anonymous Authentication (IIS 7)
    http://technet.microsoft.com/en-us/library/cc731244(v=ws.10).aspx
    Default FTP Anonymous Authentication Settings <anonymousAuthentication>
    http://www.iis.net/configreference/system.applicationhost/sites/sitedefaults/ftpserver/security/authentication/anonymousauthentication
    IIS support forum
    http://forums.iis.net/
    Thanks for your understanding and support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Want to set up FTP, fresh Solaris 8 on an old SS20

    Ok guys and gals I need step by step instructions. I have a old Sun Sparc station 20 with a new install of Solaris 8 and need to setup ftp. I could sure use some help folks.
    Thanks!

    971843 wrote:
    Ok guys and gals I need step by step instructions. I have a old Sun Sparc station 20 with a new install of Solaris 8 and need to setup ftp. I could sure use some help folks.
    Thanks!So you have a pizza box already ... what more do you need.
    Googling:
    setup ftp anonymous solaris 8gives a few examples .... assuming you want/need automous ftp.
    In particular this one seems about right:
    http://en.wikibooks.org/wiki/Solaris/Solaris_FTP_Server_Setup
    .... Othrs know better than i do.
    ... or looking at it you may merely need to do: "inetadm -e ftp" for your purposes. Dunno for sure .. dont do solaris 8 anymore ... do like pizza bozes though.

  • Advanced FTP Security Configuration Issues

    I've run anonymous FTP servers in the past, and more recently have begun supporting an FTP server (ProFTPd) whose users are jailed to their home directories.
    I have now received a request to create several FTP accounts that are:
    1) Jailed to their own home directories
    2) Only able to upload to an "upload" directory
    3) Only able to download from a "download" directory
    And
    4) Create a user account that can manage all the files in the aforementioned jails
    Now, I can do this quite easily on a MS Windows system, but I really don't want to build a whole new server just for these few users.
    It seems to me that traditional UNIX security doesn't seem to be granular enough to support this request. If this is not correct, could someone help me with the security structure required?
    Or perhaps RBAC can help me here?
    Also, based on a previous post, I am looking into "setfacl".
    Thanks in advance,
    M. McCabe

    Solaris 9 and 10 include ftpconfig(1M) which does all that fiddly copying for you. You just need to create the accounts and home dirs. See "System admin guide: Network services" Chapter 28 and/or Sun doc #216460 "How do I configure ftp anonymous, guest and "chroot" user access in Solaris[TM]? ".
    "The ftpconfig script is used to copy all necessary system files to the home directory. When the
    guest user and the guest's home directory already exist, the ftpconfig script updates the area
    with the current system files."

  • File receiver: Dynamic Filenames error

    Hi
    I get an error in my File receiver adapter..
    Receiver Adapter v1730 for Party '', Service 'SenderSystem':
    Configured at 19:32:43 2005-08-01
    Last message processing started 19:33:26 2005-08-01, Error: Message processing failed with java.text.ParseException: Variable 'test' not found in variable substitution table
    We are currently on XI Sp12 patch level3.I have enabled the Variable substitution option and have defined a variable "test" used in defining the file name scheme.The reference points to a node value in the payload.
    I have checked the config xml for the channel which does contain this value test in the variable table..Am I missing anything???
    the config xml is as below:
    [code]2005-08-01 19:32:43 : ToFile
    Raw configuration data ***
    Transport protocol: File, version
    Message protocol: File, version 3.0.0527
    ftp.user|anonymous
    file.varSubstitution|true
    file.adapterStatus|active
    file.addParameterParams|*** TABLE , 0 ROWS DEFINED ***
    file.execute|
    file.targetFileName|%test%.xml
    ftp.overwrite|false
    file.counterMode|immediately
    file.encoding|
    file.overwrite|true
    ftp.transferMode|bin
    ftp.anonymous|false
    ftp.port|21
    file.advanced|false
    file.varSubstitutionDisableSecurity|true
    ftp.targetDir|null
    ftp.host|null
    file.counterSeparator|
    file.counterFormat|00000
    file.varSubstitutionParams|*** TABLE , 1 ROWS DEFINED ***
    file.varSubstitutionParams|file.varSubstitutionParams$0$file.varSubstitutionParamName$test
    file.varSubstitutionParams|file.varSubstitutionParams$0$file.varSubstitutionParamValue$payload:input,1,filenode,1,filename,1
    file.type|bin
    file.targetDir|//10.201.103.253/download
    ftp.password|***
    ftp.putSafe|YES
    file.writeMode|addTimeStamp
    ftp.writeMode|addTimeStamp
    file.recordsetStructure|null
    file.conversionParameters|*** TABLE , 0 ROWS DEFINED ***
    ftp.connection|permanently
    file.counterStep|1
    Used configuration data ***
    'MessageProtocol': 'File'
    'TransportProtocol': 'File'
    'file.adapterStatus': 'active'
    'file.advanced': 'false'
    'file.encoding': ''
    'file.execute': ''
    'file.overwrite': 'true'
    'file.targetDir': '//10.201.103.253/download'
    'file.targetFileName': '%test%.xml'
    'file.type': 'bin'
    'file.varSubstitution': 'true'
    'file.varSubstitutionDisableSecurity': 'true'
    'file.waitForExecute': '0'
    'file.writeMode': 'addTimeStamp'
    OK - initialized
    [/code]

    Sri,
    You have specified payload:input,1..... in ur variable substitution configuration. Is "input" the name of ur Message Type object in repository. If not, specify the name of the Message Type referred to in ur inbound interface.
    We tried this option and generated an additional field in the XML data given as input to the file receiver adapter, to be used for substitution purpose only. We avoided specifying this field in our content conversion , however it still gets written to the file!! if u able to crack it let us know
    -Saravana

  • SOAP Client Error:- INVALID CHANNEL

    Dear Friends,
                           I am configuring a simple SOAP to RFC syn scenario .
    after generating the wsdl when  I am testing it using SOAP UI  the following error is thrown:-
    !!!!!1<SOAP:Fault>
             <faultcode>SOAP:Server</faultcode>
             <faultstring>Server Error</faultstring>
             <detail>
                <s:SystemError xmlns:s="http://sap.com/xi/WebService/xi2.0">
                   <context>XIAdapter</context>
                   <code>Exception</code>
                   <text>java.lang.Exception: invalid channel (party:service:channel) = &lt;null>
    As a part of debugging i tried to test my sender channel :-
    using this URL "http://sapxi:50000/XISOAPAdapter/HelperServlet?action=FindChannel&channel=:JEEVANBS:SOAPTORFC_SENDER_CC"
    In respose I got
    <?xml version="1.0" ?>
    - <s:ChannelInfo xmlns:s="http://sap.com/xi/WebService/xi30">
      <channelID>f5c38e38b7b239b8a1a2e3cfbb70b72a</channelID>
      <name>SOAPTORFC_SENDER_CC</name>
      <type xmlns:st="http://sap.com/xi/XI/System">st:SOAP</type>
      <direction>INBOUND</direction>
      <party />
      <service>JEEVANBS</service>
      </s:ChannelInfo>
    No wi think my Sender Channel is fine;
    The URL is used in generating WSDL is:-Link:[http://<host>:<j2ee-port>/XISOAPAdapter/MessageServlet?
    channel=:<service>:<channel>]
    and by tring the same in the browser i am getting
    (MessageServlet OK ).
    Now i dont understand where I went wrong.
    Please help.
    Jeevan.

    http://<host>:<port>/CPACache
    CPA Cache: Monitoring
    View cache update history
    Current CPA cache service initialization: DIRECTORY
    DISPLAY CACHE CONTENT
    CPAObject: (Channel) keys: ObjectId=09c2240d575430f7a460ff5a1c18f682 values: FromPartySchema= Direction=O Party= EngineType=CA MsgProtVers=3.0.0527 AdapterNamespace=http://sap.com/xi/XI/System ToPartyAgency= TransProt=File EngineName=af.erp.sapxi Service=JEEVANBS AdapterSWCV=3b787a8035c111d6bbe0efe50a1145a5 TransProtVers= AdapterType=File Attributes=<?xml version="1.0" encoding="UTF-8"?><AdapterTypeData><Attribute xmlns=""><Name>file.counterSeparator</Name><Value dataType="xsd:string"></Value><Flag>nonTransportable</Flag></Attribute><Attribute xmlns=""><Name>file.adapterStatus</Name><Value dataType="xsd:string">active</Value></Attribute><Attribute xmlns=""><Name>file.execute</Name><Value dataType="xsd:string"></Value></Attribute><Attribute xmlns=""><Name>file.counterFormat</Name><Value dataType="xsd:string">00000</Value><Flag>nonTransportable</Flag></Attribute><Attribute xmlns=""><Name>file.type</Name><Value dataType="xsd:string">bin</Value></Attribute><Attribute xmlns=""><Name>file.targetFileName</Name><Value dataType="xsd:string">RECEIVER.XML</Value><Flag>nonTransportable</Flag></Attribute><Attribute xmlns=""><Name>file.counterMode</Name><Value dataType="xsd:string">immediately</Value><Flag>nonTransportable</Flag></Attribute><Attribute xmlns=""><Name>file.targetDir</Name><Value dataType="xsd:string">C:/TEMP</Value><Flag>nonTransportable</Flag></Attribute><Attribute xmlns=""><Name>file.writeMode</Name><Value dataType="xsd:string">addTimeStamp</Value></Attribute><Attribute xmlns=""><Name>file.encoding</Name><Value dataType="xsd:string"></Value></Attribute><Attribute xmlns=""><Name>file.overwrite</Name><Value dataType="xsd:boolean">1</Value></Attribute><Attribute xmlns=""><Name>file.advanced</Name><Value dataType="xsd:boolean">0</Value></Attribute><Attribute xmlns=""><Name>file.counterStep</Name><Value dataType="xsd:integer">1</Value><Flag>nonTransportable</Flag></Attribute></AdapterTypeData> ToPartySchema= FromPartyAgency= MsgProt=File Channel=FILE_RECEIVER_CC
    CPAObject: (Channel) keys: ObjectId=fc51c44174c739fbbf3ce80867e9e7c4 values: FromPartySchema= Direction=I Party= EngineType=CA MsgProtVers=3.0.0527 AdapterNamespace=http://sap.com/xi/XI/System ToPartyAgency= TransProt=File EngineName=af.erp.sapxi Service=JEEVANBS AdapterSWCV=3b787a8035c111d6bbe0efe50a1145a5 TransProtVers= AdapterType=File Attributes=<?xml version="1.0" encoding="UTF-8"?><AdapterTypeData><Attribute xmlns=""><Name>file.processingLocked</Name><Value dataType="xsd:boolean">0</Value></Attribute><Attribute xmlns=""><Name>file.processingOrder</Name><Value dataType="xsd:string">byName</Value></Attribute><Attribute xmlns=""><Name>file.checkFileModification</Name><Value dataType="xsd:string">0</Value></Attribute><Attribute xmlns=""><Name>file.adapterStatus</Name><Value dataType="xsd:string">inactive</Value></Attribute><Attribute xmlns=""><Name>file.execute</Name><Value dataType="xsd:string"></Value></Attribute><Attribute xmlns=""><Name>file.sourceFileName</Name><Value dataType="xsd:string">sender2.xml</Value></Attribute><Attribute xmlns=""><Name>file.pollInterval</Name><Value dataType="xsd:string">30</Value></Attribute><Attribute xmlns=""><Name>file.type</Name><Value dataType="xsd:string">bin</Value></Attribute><Attribute xmlns=""><Name>file.additionalPayloads</Name><Value dataType="xsd:boolean">0</Value></Attribute><Attribute xmlns=""><Name>file.archiveDir</Name><Value dataType="xsd:string"></Value></Attribute><Attribute xmlns=""><Name>file.encoding</Name><Value dataType="xsd:string"></Value></Attribute><Attribute xmlns=""><Name>file.retryInterval</Name><Value dataType="xsd:string"></Value></Attribute><Attribute xmlns=""><Name>file.archiveWithTimestamp</Name><Value dataType="xsd:boolean">0</Value></Attribute><Attribute xmlns=""><Name>file.sourceDir</Name><Value dataType="xsd:string">c:/temp</Value></Attribute><Attribute xmlns=""><Name>file.processingMode</Name><Value dataType="xsd:string">delete</Value></Attribute><Attribute xmlns=""><Name>file.qualityOfService</Name><Value dataType="xsd:string">EO</Value></Attribute><Attribute xmlns=""><Name>file.addPayloadNames</Name><Value dataType="xsd:string"></Value></Attribute><Attribute xmlns=""><Name>file.advanced</Name><Value dataType="xsd:boolean">0</Value></Attribute><Attribute xmlns=""><Name>file.queueName</Name><Value dataType="xsd:string"></Value></Attribute><Attribute xmlns=""><Name>file.pollIntervalMsecs</Name><Value dataType="xsd:string"></Value></Attribute></AdapterTypeData> ToPartySchema= FromPartyAgency= MsgProt=File Channel=sender_file2
    CPAObject: (Channel) keys: ObjectId=f5c38e38b7b239b8a1a2e3cfbb70b72a values: FromPartySchema= Direction=I Party= EngineType=CA MsgProtVers= AdapterNamespace=http://sap.com/xi/XI/System ToPartyAgency= TransProt=SOAP EngineName=af.erp.sapxi Service=JEEVANBS AdapterSWCV=3b787a8035c111d6bbe0efe50a1145a5 TransProtVers= AdapterType=SOAP Attributes=<?xml version="1.0" encoding="UTF-8"?><AdapterTypeData><Attribute xmlns=""><Name>PersistDuration</Name><Value dataType="xsd:timePeriod">2592000000</Value></Attribute><Attribute xmlns=""><Name>isMessageSecurity</Name><Value dataType="xsd:boolean">0</Value></Attribute><Attribute xmlns=""><Name>XMBWS.UseEncoded</Name><Value dataType="xsd:boolean">0</Value></Attribute><Attribute xmlns=""><Name>adapterStatus</Name><Value dataType="xsd:string">active</Value></Attribute><Attribute xmlns=""><Name>XMBWS.KeepAttachments</Name><Value dataType="xsd:boolean">0</Value></Attribute><Attribute xmlns=""><Name>XI.Interface</Name><Value dataType="xsd:string">SOAPTORFC_SENDER_MI</Value></Attribute><Attribute xmlns=""><Name>XMBWS.UseQueryString</Name><Value dataType="xsd:boolean">0</Value></Attribute><Attribute xmlns=""><Name>XI.QueueName</Name><Value dataType="xsd:string"></Value></Attribute><Attribute xmlns=""><Name>XI.QualityOfService</Name><Value dataType="xsd:string">BE</Value></Attribute><Attribute xmlns=""><Name>XI.InterfaceNamespace</Name><Value dataType="xsd:string">http://soap_to_rfc</Value></Attribute><Attribute xmlns=""><Name>XMBWS.KeepHeaders</Name><Value dataType="xsd:boolean">0</Value></Attribute></AdapterTypeData> ToPartySchema= FromPartyAgency= MsgProt=SOAP Channel=SOAPTORFC_SENDER_CC
    CPAObject: (Channel) keys: ObjectId=3cc5f044fc4b3ec09ff525970087d20c values: FromPartySchema= Direction=O Party= EngineType=CA MsgProtVers=3.0.0527 AdapterNamespace=http://sap.com/xi/XI/System ToPartyAgency= TransProt=File EngineName=af.erp.sapxi Service=JEEVANBS AdapterSWCV=3b787a8035c111d6bbe0efe50a1145a5 TransProtVers= AdapterType=File Attributes=<?xml version="1.0" encoding="UTF-8"?><AdapterTypeData><Attribute xmlns=""><Name>file.counterSeparator</Name><Value dataType="xsd:string"></Value><Flag>nonTransportable</Flag></Attribute><Attribute xmlns=""><Name>file.adapterStatus</Name><Value dataType="xsd:string">inactive</Value></Attribute><Attribute xmlns=""><Name>file.execute</Name><Value dataType="xsd:string"></Value></Attribute><Attribute xmlns=""><Name>file.counterFormat</Name><Value dataType="xsd:string">00000</Value><Flag>nonTransportable</Flag></Attribute><Attribute xmlns=""><Name>file.type</Name><Value dataType="xsd:string">bin</Value></Attribute><Attribute xmlns=""><Name>file.targetFileName</Name><Value dataType="xsd:string">receiver2.xml</Value><Flag>nonTransportable</Flag></Attribute><Attribute xmlns=""><Name>file.counterMode</Name><Value dataType="xsd:string">immediately</Value><Flag>nonTransportable</Flag></Attribute><Attribute xmlns=""><Name>file.targetDir</Name><Value dataType="xsd:string">c:/temp</Value><Flag>nonTransportable</Flag></Attribute><Attribute xmlns=""><Name>file.writeMode</Name><Value dataType="xsd:string">addTimeStamp</Value></Attribute><Attribute xmlns=""><Name>file.encoding</Name><Value dataType="xsd:string"></Value></Attribute><Attribute xmlns=""><Name>file.overwrite</Name><Value dataType="xsd:boolean">1</Value></Attribute><Attribute xmlns=""><Name>file.advanced</Name><Value dataType="xsd:boolean">0</Value></Attribute><Attribute xmlns=""><Name>file.counterStep</Name><Value dataType="xsd:integer">1</Value><Flag>nonTransportable</Flag></Attribute></AdapterTypeData> ToPartySchema= FromPartyAgency= MsgProt=File Channel=receiver2_file_cc
    CPAObject: (Channel) keys: ObjectId=06316b8e39743e149b7d4984d85d7a76 values: FromPartySchema= Direction=I Party= EngineType=CA MsgProtVers=3.0.0527 AdapterNamespace=http://sap.com/xi/XI/System ToPartyAgency= TransProt=File EngineName=af.erp.sapxi Service=JEEVANBS AdapterSWCV=3b787a8035c111d6bbe0efe50a1145a5 TransProtVers= AdapterType=File Attributes=<?xml version="1.0" encoding="UTF-8"?><AdapterTypeData><Attribute xmlns=""><Name>file.processingLocked</Name><Value dataType="xsd:boolean">0</Value></Attribute><Attribute xmlns=""><Name>file.processingOrder</Name><Value dataType="xsd:string">byName</Value></Attribute><Attribute xmlns=""><Name>file.checkFileModification</Name><Value dataType="xsd:string">0</Value></Attribute><Attribute xmlns=""><Name>file.adapterStatus</Name><Value dataType="xsd:string">active</Value></Attribute><Attribute xmlns=""><Name>file.execute</Name><Value dataType="xsd:string"></Value></Attribute><Attribute xmlns=""><Name>file.pollInterval</Name><Value dataType="xsd:string">20</Value></Attribute><Attribute xmlns=""><Name>file.sourceFileName</Name><Value dataType="xsd:string">SENDER.XML</Value></Attribute><Attribute xmlns=""><Name>file.type</Name><Value dataType="xsd:string">bin</Value></Attribute><Attribute xmlns=""><Name>file.additionalPayloads</Name><Value dataType="xsd:boolean">0</Value></Attribute><Attribute xmlns=""><Name>file.encoding</Name><Value dataType="xsd:string"></Value></Attribute><Attribute xmlns=""><Name>file.archiveDir</Name><Value dataType="xsd:string"></Value></Attribute><Attribute xmlns=""><Name>file.archiveWithTimestamp</Name><Value dataType="xsd:boolean">0</Value></Attribute><Attribute xmlns=""><Name>file.retryInterval</Name><Value dataType="xsd:string"></Value></Attribute><Attribute xmlns=""><Name>file.sourceDir</Name><Value dataType="xsd:string">C:/TEMP</Value></Attribute><Attribute xmlns=""><Name>file.processingMode</Name><Value dataType="xsd:string">delete</Value></Attribute><Attribute xmlns=""><Name>file.qualityOfService</Name><Value dataType="xsd:string">EO</Value></Attribute><Attribute xmlns=""><Name>file.addPayloadNames</Name><Value dataType="xsd:string"></Value></Attribute><Attribute xmlns=""><Name>file.advanced</Name><Value dataType="xsd:boolean">0</Value></Attribute><Attribute xmlns=""><Name>file.queueName</Name><Value dataType="xsd:string"></Value></Attribute><Attribute xmlns=""><Name>file.pollIntervalMsecs</Name><Value dataType="xsd:string"></Value></Attribute></AdapterTypeData> ToPartySchema= FromPartyAgency= MsgProt=File Channel=FILE_SENDER_CC
    CPAObject: (Channel) keys: ObjectId=f311e58a8d643de698d69aa267c22966 values: FromPartySchema= Direction=O Party= EngineType=CA MsgProtVers= AdapterNamespace=http://sap.com/xi/XI/System ToPartyAgency= TransProt=RFC EngineName=af.erp.sapxi Service=JEEVANBS AdapterSWCV=3b787a8035c111d6bbe0efe50a1145a5 TransProtVers= AdapterType=RFC Attributes=<?xml version="1.0" encoding="UTF-8"?><AdapterTypeData><Attribute xmlns=""><Name>repository.QoP</Name><Value dataType="xsd:string">open</Value><Flag>nonTransportable</Flag></Attribute><Attribute xmlns=""><Name>messageServer</Name><Value dataType="xsd:string"></Value><Flag>nonTransportable</Flag></Attribute><Attribute xmlns=""><Name>loadBalancing</Name><Value dataType="xsd:boolean">0</Value></Attribute><Attribute xmlns=""><Name>logonLanguage</Name><Value dataType="xsd:string">EN</Value><Flag>nonTransportable</Flag></Attribute><Attribute xmlns=""><Name>maxPoolSize</Name><Value dataType="xsd:integer">1</Value><Flag>nonTransportable</Flag></Attribute><Attribute xmlns=""><Name>logonUser</Name><Value dataType="xsd:string">SAPUSER</Value><Flag>nonTransportable</Flag></Attribute><Attribute xmlns=""><Name>repository.systemID</Name><Value dataType="xsd:string"></Value><Flag>nonTransportable</Flag></Attribute><Attribute xmlns=""><Name>repository.logonLanguage</Name><Value dataType="xsd:string"></Value><Flag>nonTransportable</Flag></Attribute><Attribute xmlns=""><Name>adapterStatus</Name><Value dataType="xsd:string">active</Value></Attribute><Attribute xmlns=""><Name>QoP</Name><Value dataType="xsd:string">open</Value><Flag>nonTransportable</Flag></Attribute><Attribute xmlns=""><Name>systemNumber</Name><Value dataType="xsd:string">00</Value><Flag>nonTransportable</Flag></Attribute><Attribute xmlns=""><Name>serverProgramID</Name><Value dataType="xsd:string"></Value><Flag>nonTransportable</Flag></Attribute><Attribute xmlns=""><Name>systemID</Name><Value dataType="xsd:string"></Value><Flag>nonTransportable</Flag></Attribute><Attribute xmlns=""><Name>repository.SNCPartnerName</Name><Value dataType="xsd:string"></Value><Flag>nonTransportable</Flag></Attribute><Attribute xmlns=""><Name>repository.authenticationModeBasicSNC</Name><Value dataType="xsd:string">basicSAP</Value><Flag>nonTransportable</Flag></Attribute><Attribute xmlns=""><Name>externalServer</Name><Value dataType="xsd:string">SAP</Value></Attribute><Attribute xmlns=""><Name>repository.messageServer</Name><Value dataType="xsd:string"></Value><Flag>nonTransportable</Flag></Attribute><Attribute xmlns=""><Name>serverGatewayService</Name><Value dataType="xsd:string"></Value><Flag>nonTransportable</Flag></Attribute><Attribute xmlns=""><Name>additionalParameter</Name><Value dataType="xsd:boolean">0</Value></Attribute><Attribute xmlns=""><Name>logonGroup</Name><Value dataType="xsd:string"></Value><Flag>nonTransportable</Flag></Attribute><Attribute xmlns=""><Name>repository.logonGroup</Name><Value dataType="xsd:string"></Value><Flag>nonTransportable</Flag></Attribute><Attribute xmlns=""><Name>serverGatewayHost</Name><Value dataType="xsd:string"></Value><Flag>nonTransportable</Flag></Attribute><Attribute xmlns=""><Name>logonClient</Name><Value dataType="xsd:string">800</Value><Flag>nonTransportable</Flag></Attribute><Attribute xmlns=""><Name>logonPassword</Name><Value isPassword="true" encryption="hw" dataType="xsd:string">AUNENT0wOj0=</Value><Flag>nonTransportable</Flag></Attribute><Attribute xmlns=""><Name>repository.loadBalancing</Name><Value dataType="xsd:boolean">0</Value><Flag>nonTransportable</Flag></Attribute><Attribute xmlns=""><Name>repository.logonPassword</Name><Value isPassword="true" encryption="hw" dataType="xsd:string">AQ==</Value><Flag>nonTransportable</Flag></Attribute><Attribute xmlns=""><Name>applicationServer</Name><Value dataType="xsd:string">RRM</Value><Flag>nonTransportable</Flag></Attribute><Attribute xmlns=""><Name>SNCPartnerName</Name><Value dataType="xsd:string"></Value><Flag>nonTransportable</Flag></Attribute><Attribute xmlns=""><Name>repository.additionalParameter</Name><Value dataType="xsd:boolean">0</Value></Attribute><Attribute xmlns=""><Name>repository.logonUser</Name><Value dataType="xsd:string"></Value><Flag>nonTransportable</Flag></Attribute><Attribute xmlns=""><Name>messageServerService</Name><Value dataType="xsd:string"></Value><Flag>nonTransportable</Flag></Attribute><Attribute xmlns=""><Name>repository.applicationServer</Name><Value dataType="xsd:string"></Value><Flag>nonTransportable</Flag></Attribute><Attribute xmlns=""><Name>repository.messageServerService</Name><Value dataType="xsd:string"></Value><Flag>nonTransportable</Flag></Attribute><Attribute xmlns=""><Name>repository.logonClient</Name><Value dataType="xsd:string"></Value><Flag>nonTransportable</Flag></Attribute><Attribute xmlns=""><Name>repository.systemNumber</Name><Value dataType="xsd:string"></Value><Flag>nonTransportable</Flag></Attribute><Attribute xmlns=""><Name>repository.additionalRepository</Name><Value dataType="xsd:boolean">0</Value><Flag>nonTransportable</Flag></Attribute><Attribute xmlns=""><Name>authenticationModeBasicSNC</Name><Value dataType="xsd:string">basicSAP</Value><Flag>nonTransportable</Flag></Attribute></AdapterTypeData> ToPartySchema= FromPartyAgency= MsgProt=RFC Channel=SOAPTORFC_RECEIVER_CC
    CPAObject: (Channel) keys: ObjectId=d8b2da4e236131e594ea8b9305a65a7c values: FromPartySchema= Direction=O Party= EngineType=CA MsgProtVers=3.0.0527 AdapterNamespace=http://sap.com/xi/XI/System ToPartyAgency= TransProt=File EngineName=af.erp.sapxi Service=JEEVANBS AdapterSWCV=3b787a8035c111d6bbe0efe50a1145a5 TransProtVers= AdapterType=File Attributes=<?xml version="1.0" encoding="UTF-8"?><AdapterTypeData><Attribute xmlns=""><Name>file.adapterStatus</Name><Value dataType="xsd:string">active</Value></Attribute><Attribute xmlns=""><Name>file.counterSeparator</Name><Value dataType="xsd:string"></Value><Flag>nonTransportable</Flag></Attribute><Attribute xmlns=""><Name>file.counterFormat</Name><Value dataType="xsd:string">00000</Value><Flag>nonTransportable</Flag></Attribute><Attribute xmlns=""><Name>file.execute</Name><Value dataType="xsd:string"></Value></Attribute><Attribute xmlns=""><Name>file.type</Name><Value dataType="xsd:string">bin</Value></Attribute><Attribute xmlns=""><Name>file.targetFileName</Name><Value dataType="xsd:string">IDOC.XML</Value><Flag>nonTransportable</Flag></Attribute><Attribute xmlns=""><Name>file.counterMode</Name><Value dataType="xsd:string">immediately</Value><Flag>nonTransportable</Flag></Attribute><Attribute xmlns=""><Name>file.writeMode</Name><Value dataType="xsd:string">addTimeStamp</Value></Attribute><Attribute xmlns=""><Name>file.targetDir</Name><Value dataType="xsd:string">C:/TEMP</Value><Flag>nonTransportable</Flag></Attribute><Attribute xmlns=""><Name>file.overwrite</Name><Value dataType="xsd:boolean">1</Value></Attribute><Attribute xmlns=""><Name>file.encoding</Name><Value dataType="xsd:string"></Value></Attribute><Attribute xmlns=""><Name>file.advanced</Name><Value dataType="xsd:boolean">0</Value></Attribute><Attribute xmlns=""><Name>file.counterStep</Name><Value dataType="xsd:integer">1</Value><Flag>nonTransportable</Flag></Attribute></AdapterTypeData> ToPartySchema= FromPartyAgency= MsgProt=File Channel=RCV_FILE_IDOC_CC
    CPAObject: (Binding) keys: ObjectId=e05905bf213f3b3cbb6c441ddbd72c0a values: Direction=I ActionNamespace=http://flie_to_file_2 ToParty= FromParty= HeaderMappingConfig=null MappedActionNamespace=null MappingClassName=null ActionName=sender1_mi AdapterNamespace=http://sap.com/xi/XI/System MappedActionName=null ToService= AdapterSWCV=3b787a8035c111d6bbe0efe50a1145a5 FromService=JEEVANBS AdapterType=File MappingId=null Attributes=<?xml version="1.0" encoding="UTF-8"?><AdapterTypeData></AdapterTypeData> ChannelId=fc51c44174c739fbbf3ce80867e9e7c4
    CPAObject: (Binding) keys: ObjectId=03109a4771e83c639ca0dc1263d49be5 values: Direction=O ActionNamespace=http://file_to_file ToParty= FromParty= HeaderMappingConfig=null MappedActionNamespace=null MappingClassName=null ActionName=FILE_IN_MI AdapterNamespace=http://sap.com/xi/XI/System MappedActionName=null ToService=JEEVANBS AdapterSWCV=3b787a8035c111d6bbe0efe50a1145a5 FromService=JEEVANBS AdapterType=File MappingId=null Attributes=<?xml version="1.0" encoding="UTF-8"?><AdapterTypeData></AdapterTypeData> ChannelId=09c2240d575430f7a460ff5a1c18f682
    CPAObject: (Binding) keys: ObjectId=08cf01c7cb1a3b0fa0fd0d0f4023279b values: Direction=O ActionNamespace=http://Training/file_to_file ToParty= FromParty= HeaderMappingConfig=null MappedActionNamespace=null MappingClassName=null ActionName=RECEIVER_MI AdapterNamespace=http://sap.com/xi/XI/System MappedActionName=null ToService=JEEVANBS AdapterSWCV=3b787a8035c111d6bbe0efe50a1145a5 FromService=JEEVANBS AdapterType=File MappingId=null Attributes=<?xml version="1.0" encoding="UTF-8"?><AdapterTypeData></AdapterTypeData> ChannelId=09c2240d575430f7a460ff5a1c18f682
    CPAObject: (Binding) keys: ObjectId=91652630b1eb33d88757e17b714a3c04 values: Direction=I ActionNamespace=http://soap_to_rfc ToParty= FromParty= HeaderMappingConfig=null MappedActionNamespace=null MappingClassName=null ActionName=SOAPTORFC_SENDER_MI AdapterNamespace=http://sap.com/xi/XI/System MappedActionName=null ToService= AdapterSWCV=3b787a8035c111d6bbe0efe50a1145a5 FromService=JEEVANBS AdapterType=SOAP MappingId=null Attributes=<?xml version="1.0" encoding="UTF-8"?><AdapterTypeData><Attribute xmlns=""><Name>wsse.namespace</Name><Value dataType="xsd:string">http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd</Value></Attribute><Attribute xmlns=""><Name>verifySignatureKeyStore</Name><Value dataType="xsd:string"></Value><Flag>nonTransportable</Flag></Attribute><Attribute xmlns=""><Name>verifySignatureIssuerDN</Name><Value dataType="xsd:string"></Value><Flag>nonTransportable</Flag></Attribute><Attribute xmlns=""><Name>verifySignatureSubjectDN</Name><Value dataType="xsd:string"></Value><Flag>nonTransportable</Flag></Attribute></AdapterTypeData> ChannelId=f5c38e38b7b239b8a1a2e3cfbb70b72a
    CPAObject: (Binding) keys: ObjectId=e8bb20ce05103c18834ae4c226bed7c7 values: Direction=I ActionNamespace=http://file_to_file ToParty= FromParty= HeaderMappingConfig=null MappedActionNamespace=null MappingClassName=null ActionName=FILE_MI AdapterNamespace=http://sap.com/xi/XI/System MappedActionName=null ToService= AdapterSWCV=3b787a8035c111d6bbe0efe50a1145a5 FromService=JEEVANBS AdapterType=File MappingId=null Attributes=<?xml version="1.0" encoding="UTF-8"?><AdapterTypeData></AdapterTypeData> ChannelId=06316b8e39743e149b7d4984d85d7a76
    CPAObject: (Binding) keys: ObjectId=2b26714c0b85307981f91ffc66f18006 values: Direction=O ActionNamespace=http://flie_to_file_2 ToParty= FromParty= HeaderMappingConfig=null MappedActionNamespace=null MappingClassName=null ActionName=receiver1_mi AdapterNamespace=http://sap.com/xi/XI/System MappedActionName=null ToService=JEEVANBS AdapterSWCV=3b787a8035c111d6bbe0efe50a1145a5 FromService=JEEVANBS AdapterType=File MappingId=null Attributes=<?xml version="1.0" encoding="UTF-8"?><AdapterTypeData></AdapterTypeData> ChannelId=3cc5f044fc4b3ec09ff525970087d20c
    CPAObject: (Binding) keys: ObjectId=9d0a49a48df33131ad80937d45bc4d49 values: Direction=O ActionNamespace=http://soap_to_rfc ToParty= FromParty= HeaderMappingConfig=null MappedActionNamespace=null MappingClassName=null ActionName=SOAPTORFC_RECEIVER_MI AdapterNamespace=http://sap.com/xi/XI/System MappedActionName=null ToService=JEEVANBS AdapterSWCV=3b787a8035c111d6bbe0efe50a1145a5 FromService=JEEVANBS AdapterType=RFC MappingId=null Attributes=<?xml version="1.0" encoding="UTF-8"?><AdapterTypeData></AdapterTypeData> ChannelId=f311e58a8d643de698d69aa267c22966
    CPAObject: (Binding) keys: ObjectId=0cb0b225a81a3824b6da3e22e3a07a87 values: Direction=O ActionNamespace=http://IDOC_TO_FILE ToParty= FromParty= HeaderMappingConfig=null MappedActionNamespace=null MappingClassName=null ActionName=IDOC_TO_FILE_MI AdapterNamespace=http://sap.com/xi/XI/System MappedActionName=null ToService=JEEVANBS AdapterSWCV=3b787a8035c111d6bbe0efe50a1145a5 FromService=SAPRRM AdapterType=File MappingId=null Attributes=<?xml version="1.0" encoding="UTF-8"?><AdapterTypeData></AdapterTypeData> ChannelId=d8b2da4e236131e594ea8b9305a65a7c
    CPAObject: (Attributes:Channel:RFC:OUTBOUND) values: repository.QoP=open messageServer= loadBalancing=false logonLanguage=EN maxPoolSize=1 logonUser=SAPUSER repository.logonLanguage= repository.systemID= adapterStatus=active QoP=open systemNumber=00 serverProgramID= additionalParameterTable=com.sap.aii.af.service.cpa.TableData@136efa7 systemID= repository.SNCPartnerName= repository.authenticationModeBasicSNC=basicSAP externalServer=SAP repository.additionalParameterTable=com.sap.aii.af.service.cpa.TableData@1afe177 serverGatewayService= repository.messageServer= additionalParameter=false repository.logonGroup= logonGroup= serverGatewayHost= logonClient=800 logonPassword=AUNENT0wOj0= repository.logonPassword=AQ== repository.loadBalancing=false applicationServer=RRM SNCPartnerName= repository.additionalParameter=false repository.logonUser= messageServerService= repository.applicationServer= repository.logonClient= repository.messageServerService= repository.additionalRepository=false repository.systemNumber= authenticationModeBasicSNC=basicSAP
    CPAObject: (Attributes:Binding:File:OUTBOUND) values:
    CPAObject: (Attributes:Binding:RFC:OUTBOUND) values:
    CPAObject: (Attributes:Binding:SOAP:INBOUND) values: wsse.namespace=http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd verifySignatureKeyStore= verifySignatureSubjectDN= verifySignatureIssuerDN=
    CPAObject: (Attributes:Binding:File:OUTBOUND) values:
    CPAObject: (Attributes:Binding:File:OUTBOUND) values:
    CPAObject: (Attributes:Channel:File:INBOUND) values: xml.documentNamespace=null ftp.user=anonymous ftp.sourceDir=null file.checkFileModification=0 file.adapterStatus=inactive ftp.processingMode=test file.addParameterParams=com.sap.aii.af.service.cpa.TableData@1fb80cf file.execute= file.sourceFileName=sender2.xml file.pollInterval=30 ftp.archiveOnFtpServer=false xml.recordsetNamespace=null file.archiveDir= file.encoding= ftp.transferMode=bin file.archiveWithTimestamp=false file.sourceDir=c:/temp file.processingMode=delete file.qualityOfService=EO ftp.anonymous=false xml.recordsetStructure=null ftp.port=21 file.advanced=false xml.recordsetsPerMessage=null file.pollIntervalMsecs= xml.keyfieldName=null file.processingLocked=false ftp.host=null file.processingOrder=byName xml.documentName=null file.type=bin file.addPayloadParams=com.sap.aii.af.service.cpa.TableData@c5bd01 ftp.password=ftp file.additionalPayloads=false file.retryInterval= xml.recordsetName=null file.conversionParameters=com.sap.aii.af.service.cpa.TableData@1fbc471 file.addPayloadNames= ftp.connection=permanently file.queueName= xml.keyfieldType=StrS  xml.documentSkipFirstRows=null
    CPAObject: (Attributes:Channel:File:OUTBOUND) values: ftp.user=anonymous file.adapterStatus=active file.addParameterParams=com.sap.aii.af.service.cpa.TableData@1dec3f file.execute= file.targetFileName=IDOC.XML file.counterMode=immediately file.encoding= file.overwrite=true ftp.transferMode=bin ftp.anonymous=false ftp.port=21 file.advanced=false ftp.targetDir=null ftp.host=null file.counterSeparator= file.counterFormat=00000 file.type=bin file.targetDir=C:/TEMP ftp.password=ftp ftp.putSafe=YES file.writeMode=addTimeStamp ftp.writeMode=addTimeStamp file.recordsetStructure=null file.conversionParameters=com.sap.aii.af.service.cpa.TableData@814530 ftp.connection=permanently file.counterStep=1
    CPAObject: (Attributes:Binding:File:OUTBOUND) values:
    CPAObject: (Attributes:Binding:File:INBOUND) values:
    CPAObject: (Attributes:Binding:File:INBOUND) values:
    CPAObject: (Attributes:Channel:File:OUTBOUND) values: ftp.user=anonymous file.adapterStatus=active file.addParameterParams=com.sap.aii.af.service.cpa.TableData@e581c2 file.execute= file.targetFileName=RECEIVER.XML file.counterMode=immediately file.encoding= file.overwrite=true ftp.transferMode=bin ftp.anonymous=false ftp.port=21 file.advanced=false ftp.targetDir=null ftp.host=null file.counterSeparator= file.counterFormat=00000 file.type=bin file.targetDir=C:/TEMP ftp.password=ftp ftp.putSafe=YES file.writeMode=addTimeStamp ftp.writeMode=addTimeStamp file.recordsetStructure=null file.conversionParameters=com.sap.aii.af.service.cpa.TableData@1a9fd8e ftp.connection=permanently file.counterStep=1
    CPAObject: (Attributes:Channel:File:OUTBOUND) values: ftp.user=anonymous file.adapterStatus=inactive file.addParameterParams=com.sap.aii.af.service.cpa.TableData@145974f file.execute= file.targetFileName=receiver2.xml file.counterMode=immediately file.encoding= file.overwrite=true ftp.transferMode=bin ftp.anonymous=false ftp.port=21 file.advanced=false ftp.targetDir=null ftp.host=null file.counterSeparator= file.counterFormat=00000 file.type=bin file.targetDir=c:/temp ftp.password=ftp ftp.putSafe=YES file.writeMode=addTimeStamp ftp.writeMode=addTimeStamp file.recordsetStructure=null file.conversionParameters=com.sap.aii.af.service.cpa.TableData@1d104d0 ftp.connection=permanently file.counterStep=1
    CPAObject: (Attributes:Channel:SOAP:INBOUND) values: PersistDuration=2592000000 isMessageSecurity=false XMBWS.UseEncoded=false adapterStatus=active XI.Interface=SOAPTORFC_SENDER_MI XMBWS.KeepAttachments=false XMBWS.UseQueryString=false XI.QueueName= XI.QualityOfService=BE XI.InterfaceNamespace=http://soap_to_rfc XMBWS.KeepHeaders=false
    CPAObject: (Attributes:Channel:File:INBOUND) values: xml.documentNamespace=null ftp.user=anonymous ftp.sourceDir=null file.checkFileModification=0 file.adapterStatus=active ftp.processingMode=test file.addParameterParams=com.sap.aii.af.service.cpa.TableData@1930d3d file.execute= file.sourceFileName=SENDER.XML file.pollInterval=20 ftp.archiveOnFtpServer=false xml.recordsetNamespace=null file.archiveDir= file.encoding= ftp.transferMode=bin file.archiveWithTimestamp=false file.sourceDir=C:/TEMP file.processingMode=delete file.qualityOfService=EO ftp.anonymous=false xml.recordsetStructure=null ftp.port=21 file.advanced=false xml.recordsetsPerMessage=null file.pollIntervalMsecs= xml.keyfieldName=null file.processingLocked=false ftp.host=null file.processingOrder=byName xml.documentName=null file.type=bin file.addPayloadParams=com.sap.aii.af.service.cpa.TableData@14a28ce ftp.password=ftp file.additionalPayloads=false file.retryInterval= xml.recordsetName=null file.conversionParameters=com.sap.aii.af.service.cpa.TableData@1bd1406 file.addPayloadNames= ftp.connection=permanently file.queueName= xml.keyfieldType=StrS  xml.documentSkipFirstRows=null
    CPAObject: (Service) keys: ObjectId=606ce974c84f37a983f014e1d3f6d67b values: Service=JEEVANBS Party= ServiceType=BS
    CPAObject: (Service) keys: ObjectId=10c2d6f515c43629be60b9671dfb5326 values: Service=TEST Party= ServiceType=SR
    CPAObject: (ServiceIdentifier) keys: ObjectId=7fe7f1f60069b2d9db121585afd90e5d values: Service=JEEVANBS Party= ServiceSchema=LogicalSystem ServiceIdentifier=
    CPAObject: (ModuleSequence) keys: ObjectId=dedc7b4bb748a47830f244e3c5d79456 values: ModuleName=localejbs/CallSapAdapter Position=0 ChannelId=09c2240d575430f7a460ff5a1c18f682 ModuleType=L ModuleNamespace=0
    CPAObject: (ModuleSequence) keys: ObjectId=0475467f699834c80d2786ccc9281230 values: ModuleName=localejbs/RfcAFBean Position=0 ChannelId=f311e58a8d643de698d69aa267c22966 ModuleType=L ModuleNamespace=0
    CPAObject: (ModuleSequence) keys: ObjectId=360f00a2a25a77f3713162c6c0aba328 values: ModuleName=localejbs/CallSapAdapter Position=0 ChannelId=d8b2da4e236131e594ea8b9305a65a7c ModuleType=L ModuleNamespace=0
    CPAObject: (ModuleSequence) keys: ObjectId=6a430f286f924cbb522a8b879ba0aeff values: ModuleName=localejbs/sap.com/com.sap.aii.af.soapadapter/XISOAPAdapterBean Position=0 ChannelId=f5c38e38b7b239b8a1a2e3cfbb70b72a ModuleType=L ModuleNamespace=soap
    CPAObject: (ModuleSequence) keys: ObjectId=bf933cd5567345f2385df4854d8cfaac values: ModuleName=localejbs/CallSapAdapter Position=0 ChannelId=fc51c44174c739fbbf3ce80867e9e7c4 ModuleType=L ModuleNamespace=0
    CPAObject: (ModuleSequence) keys: ObjectId=96af99731794cb61b2c217c8bc8bd9c7 values: ModuleName=localejbs/CallSapAdapter Position=0 ChannelId=3cc5f044fc4b3ec09ff525970087d20c ModuleType=L ModuleNamespace=0
    CPAObject: (ModuleSequence) keys: ObjectId=b9a4fcf7a0d7b115b96c01cb760e459c values: ModuleName=localejbs/CallSapAdapter Position=0 ChannelId=06316b8e39743e149b7d4984d85d7a76 ModuleType=L ModuleNamespace=0
    CPAObject: (AdapterTypeMetaData) keys: ObjectId=3025930377ab37a9978a279039f80b9e values: AdapterSWCV=3b787a8035c111d6bbe0efe50a1145a5 SWCVVersion=640 AdapterType=SOAP AdapterNamespace=http://sap.com/xi/XI/System SWCVElementTypeId=01200615320200005507 SWCVName=SAP_BASIS SWCVVendor=sap.com
    CPAObject: (AdapterTypeMetaData) keys: ObjectId=ee79718d103f3db39d8001892a09012a values: AdapterSWCV=3b787a8035c111d6bbe0efe50a1145a5 SWCVVersion=640 AdapterType=RNIF AdapterNamespace=http://sap.com/xi/XI/System SWCVElementTypeId=01200615320200005507 SWCVName=SAP_BASIS SWCVVendor=sap.com
    CPAObject: (AdapterTypeMetaData) keys: ObjectId=be8d625a7a143cf6b724f17ed9fc75be values: AdapterSWCV=3b787a8035c111d6bbe0efe50a1145a5 SWCVVersion=640 AdapterType=Marketplace AdapterNamespace=http://sap.com/xi/XI/System SWCVElementTypeId=01200615320200005507 SWCVName=SAP_BASIS SWCVVendor=sap.com
    CPAObject: (AdapterTypeMetaData) keys: ObjectId=7b88b1289df431cabbc58227fc562518 values: AdapterSWCV=3b787a8035c111d6bbe0efe50a1145a5 SWCVVersion=640 AdapterType=Mail AdapterNamespace=http://sap.com/xi/XI/System SWCVElementTypeId=01200615320200005507 SWCVName=SAP_BASIS SWCVVendor=sap.com
    CPAObject: (AdapterTypeMetaData) keys: ObjectId=5f9815c5a6a934f8856756f25f21b552 values: AdapterSWCV=3b787a8035c111d6bbe0efe50a1145a5 SWCVVersion=640 AdapterType=BC AdapterNamespace=http://sap.com/xi/XI/System SWCVElementTypeId=01200615320200005507 SWCVName=SAP_BASIS SWCVVendor=sap.com
    CPAObject: (AdapterTypeMetaData) keys: ObjectId=2768c3679ef9355a95a6aed25b82d230 values: AdapterSWCV=3b787a8035c111d6bbe0efe50a1145a5 SWCVVersion=640 AdapterType=XI AdapterNamespace=http://sap.com/xi/XI/System SWCVElementTypeId=01200615320200005507 SWCVName=SAP_BASIS SWCVVendor=sap.com
    CPAObject: (AdapterTypeMetaData) keys: ObjectId=34d11731f5e43144ab4da458750d7bb4 values: AdapterSWCV=3b787a8035c111d6bbe0efe50a1145a5 SWCVVersion=640 AdapterType=CIDX AdapterNamespace=http://sap.com/xi/XI/System SWCVElementTypeId=01200615320200005507 SWCVName=SAP_BASIS SWCVVendor=sap.com
    CPAObject: (AdapterTypeMetaData) keys: ObjectId=b4d22907ab93382bbac6321aef9f866d values: AdapterSWCV=3b787a8035c111d6bbe0efe50a1145a5 SWCVVersion=640 AdapterType=File AdapterNamespace=http://sap.com/xi/XI/System SWCVElementTypeId=01200615320200005507 SWCVName=SAP_BASIS SWCVVendor=sap.com
    CPAObject: (AdapterTypeMetaData) keys: ObjectId=b9d29c6630363ebba0ec15d3bc80084a values: AdapterSWCV=3b787a8035c111d6bbe0efe50a1145a5 SWCVVersion=640 AdapterType=RFC AdapterNamespace=http://sap.com/xi/XI/System SWCVElementTypeId=01200615320200005507 SWCVName=SAP_BASIS SWCVVendor=sap.com
    CPAObject: (AdapterTypeMetaData) keys: ObjectId=08ea74ec778939dfa31e166d4b23f357 values: AdapterSWCV=3b787a8035c111d6bbe0efe50a1145a5 SWCVVersion=640 AdapterType=JDBC AdapterNamespace=http://sap.com/xi/XI/System SWCVElementTypeId=01200615320200005507 SWCVName=SAP_BASIS SWCVVendor=sap.com
    CPAObject: (AdapterTypeMetaData) keys: ObjectId=be9ad1ffaf643ce58ccc2fd53e7e4504 values: AdapterSWCV=3b787a8035c111d6bbe0efe50a1145a5 SWCVVersion=640 AdapterType=HTTP AdapterNamespace=http://sap.com/xi/XI/System SWCVElementTypeId=01200615320200005507 SWCVName=SAP_BASIS SWCVVendor=sap.com
    CPAObject: (AdapterTypeMetaData) keys: ObjectId=99648243744a3efea5952abe216b49f5 values: AdapterSWCV=3b787a8035c111d6bbe0efe50a1145a5 SWCVVersion=640 AdapterType=JMS AdapterNamespace=http://sap.com/xi/XI/System SWCVElementTypeId=01200615320200005507 SWCVName=SAP_BASIS SWCVVendor=sap.com
    CPAObject: (AdapterTypeMetaData) keys: ObjectId=8b95769f448d3977899254c65a2c8ec6

  • Possible to have 2 soundcard

    Ok, so as the topic says is it possible to have 2 soundcards ?
    I currently have SB X-FI Extremusic and my old Audigy 2 ZS.
    I'm using my X-FI card atm, but I would need to use my Audigy 2 ZS to play Ravenshield.
    So is it possible to have both card installed at the same time without having conflicts and beeing able to switch between those ?

    Gratitude fer the location o that file jutapa....i managed to addon more eq settings and they seem to be saved in that specific file you hinted at so graciously;also,i noticed that once the file name is edited,that file can be replaced by the modified one i am providing here....this one includes the Eq settings fer a variety o types o music and are made specifically after testing multiple times with quite satisfactory results;the base idea fer every eq setting was taken from the original sbli've!5. and the windows media player eq settings,thus,if you like the eq settings of either ,this is bound to prove useful.
    <A href="ftp://anonymous:email%[email protected]/test230/5/Creative%20Eq-/PCI_BUS02-5-202-9400.dat]ftp://anonymous:email%[email protected]/test230/5/Creative%20Eq-/PCI_BUS02-5-202-9400.dat[/url]
    Right click and save it;replace the file name with yer own[i.e.rename] ;with the file you can find in yer directory at C:\Documents and Settings\All Users\Application Data\Creative\CADI\Preset\
    Just replace and Rename this with the original and voila,you should now have the easily selectable eq settings of:
    Blues,Country,Folk,Grunge,Heavy Metal,Metal,Oldies,Opera,Rap,Reggae,Swing and Techno
    The original Eq settings are not altered and can be quickly identified by the extra "Eq" in front o name.
    If this works well,i could go ahead with creating more eq settings and if someone has made a few they would wish to share,it would be a pleasure fer me to try them out.Also,remember that replacing this file over yer original will cause you to lose any of yer own custom eq settings;so it would be wise to make a backup o that file before you mess around with this one.
    Although i noticed the Eax settings are also existant in that .dat file,i am not sure about editing those yet;will manage to edit those soon i presume....more than editing,it is selecting them which might be a pain,since creative has only given a fixed set o slots fer the eax panel-any hint would be nice.....once again,thank you jutapa ;]

  • REPORT_OBJECT ¿how initialize it?

    I am using REPORT_OBJECT to send report by FTP. Parameter 'Desname' in URL is one of most important to manage it. In order to make my forms flexible I storage in "Report Target Name" property, of my logical Report in the deployed tree of my Forms, the IP machine and directory, getting the report_name from a parameter sended thru a procedure:
    ftp://anonymous:@10.13.217.30/ftps/ (value fixed in "Report Target Name" property)
    It works fine the first call to RUN_REPORT_OBJECT but after the first one, the report name, storage in "Report Target Name" property doesn´t initialize to its initial value fixed with Forms. So, in the second call, is added the report_name parameter, putting by program, to the prior one existing before, and looks finally two times, sequentially. In order to watch the storaged value, I do next::
    by program I do:
    myname := SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESNAME)||report_name:
    message (‘myname: ‘)
    and looks:
    ftp://anonymous:@10.13.217.30/ftps/My_report_nameMy_report_name
    I hope it´s been well described the problem.
    Thanks and I´m looking forward to hearing about it.
    Edited by: Castrillo on 17-oct-2011 3:33
    Edited by: Castrillo on 17-oct-2011 3:44

    myname := SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESNAME)||report_name:I guess you mean GETREPORTOBJECT_PROPERTY?
    It is not a good idea to hard code values like that in your form. What if the ftp server changes? You'll have to modify your forms code!
    It is better to have system parameters stored in a database table, and retrieve them from there. Your code would be sometheting like:
    select parameter_value
    into v_ftp_destination
    from parameter_table
    where parameter = 'FTP_DEST';
    myname := v_ftp_destination || report_name;
    SET_REPORT_OBJECT_PROPERTY(repid, REPORT_DESTYPE, v_ftp_destination);
    SET_REPORT_OBJECT_PROPERTY(repid, REPORT_DESNAME, myname);

  • ADM(Anomaly Dectector Module) PowerDown Failure in upgrade process.

    hellow, everyone.
    i'm yunchouljung in korea
    i have a question about ADM module power down issue.
    i had upgraded AGM Module successfully in version 6.1.2 to 6.1.6
    but failed ADM Module upgrade in version 6.1.2 to 6.1.6
    i uploaded a AP images in MP status and enterd "hw-module module 12 reset cf:4" command.
    (i waited a message "you can now reset the module....")
    after a reset process, ADM module disabled by SCP dnld Failure.
    so, i enabled a power on ADM Module but result is same.
    my upgrade process is below.
    1.     hw-module module 12 reset cf:1
    2.     copy ftp://[email protected]/c6svc-adm1G-k9.6-1-6.bin pclc#12-fs:
    3.     hw-module module 12 reset cf:4
    anybody help me?
    thanks in advance.
    p.s : i have already tested other ios version and ap/mp images.
    ================================================================
    the module version and log is below.
    Router_OUT#sh module
    Mod Ports Card Type                              Model              Serial No.
      2    3  Anomaly Guard Module                   WS-SVC-AGM-1-K9   
      3   16  16 port 1000mb GBIC ethernet           WS-X6416-GBIC     
      5   48  SFM-capable 48 port 10/100/1000mb RJ45 WS-X6548-GE-TX    
      7    2  Supervisor Engine 720 (Active)         WS-SUP720-3B      
      9    4  CEF720 4 port 10-Gigabit Ethernet      WS-X6704-10GE     
    10    8  Network Analysis Module                WS-SVC-NAM-2      
    12    3  Anomaly Detector Module                WS-SVC-ADM-1-K9   
    Mod MAC addresses                       Hw    Fw           Sw           Status
      2  0017.e067.ec6c to 0017.e067.ec73   2.0   7.2(1)       6.1(6)       Ok
      3  000e.d73c.3d40 to 000e.d73c.3d4f   2.5   5.4(2)       8.5(0.46)RFW Ok
      5  0015.2bfe.c130 to 0015.2bfe.c15f  10.1   7.2(1)       8.5(0.46)RFW Ok
      7  0016.c85e.3aa0 to 0016.c85e.3aa3   5.2   8.4(2)       12.2(18)SXF1 Ok
      9  001b.d45d.f890 to 001b.d45d.f893   2.6   12.2(14r)S5  12.2(18)SXF1 Ok
    10  0003.fead.7592 to 0003.fead.7599   2.0   7.2(1)       4.0(1)       Ok
    12  0012.80f1.1ae8 to 0012.80f1.1aef   1.0   7.2(1)       8.5(0.46)RFW PwrDown
    Mod  Sub-Module                  Model              Serial       Hw     Status
      7  Policy Feature Card 3       WS-F6K-PFC3B       SAL10478K1R  2.3    Ok
      7  MSFC3 Daughterboard         WS-SUP720          SAL104892TJ  2.5    Ok
      9  Centralized Forwarding Card WS-F6700-CFC       SAL1124QX44  3.1    Ok
    Mod  Online Diag Status
      2  Pass
      3  Pass
      5  Pass
      7  Pass
      9  Pass
    10  Pass
    12  Not Applicable
    Router_OUT#
    47w1d: SP: The PC in slot 2 is shutting down. Please wait ...
    47w1d: SP: shutdown_pc_process:No response from module 2
    Jul 13 16:54:49: %C6KPWR-SP-4-DISABLED: power to module in slot 2 set off (Reset)
    47w1d: SP: OS_BOOT_STATUS(2) MP OS Boot Status: finished booting
    Jul 13 16:56:50: %DIAG-SP-6-RUN_MINIMUM: Module 2: Running Minimal Diagnostics...
    Jul 13 16:56:57: %MLS_RATE-4-DISABLING: The Layer2 Rate Limiters have been disabled.
    Jul 13 16:56:57: %DIAG-SP-6-DIAG_OK: Module 2: Passed Online Diagnostics
    Jul 13 16:56:57: %OIR-SP-6-INSCARD: Card inserted in slot 2, interfaces are now online
    Jul 13 16:56:58: %SVCLC-5-FWTRUNK: Firewalled VLANs configured on trunks
    Jul 13 17:32:23: %SVCLC-SP-5-STRRECVD: mod 2: <Application upgrade has started>
    Jul 13 17:32:23: %SVCLC-SP-5-STRRECVD: mod 2: <Do not reset the module till upgrade completes!!>
    Jul 13 17:42:11: %SVCLC-SP-5-STRRECVD: mod 2: <Application upgrade has succeeded>
    Jul 13 17:42:11: %SVCLC-SP-5-STRRECVD: mod 2: <You can now reset the module>
    47w1d: SP: The PC in slot 2 is shutting down. Please wait ...
    47w1d: SP: PC shutdown completed for module 2
    Jul 13 17:42:57: %C6KPWR-SP-4-DISABLED: power to module in slot 2 set off (Reset)
    47w1d: SP: OS_BOOT_STATUS(2) Anomaly Guard OS Boot Status: finished booting
    Jul 13 17:45:03: %DIAG-SP-6-RUN_MINIMUM: Module 2: Running Minimal Diagnostics...
    Jul 13 17:45:06: %MLS_RATE-4-DISABLING: The Layer2 Rate Limiters have been disabled.
    Jul 13 17:45:06: %DIAG-SP-6-DIAG_OK: Module 2: Passed Online Diagnostics
    Jul 13 17:45:06: %OIR-SP-6-INSCARD: Card inserted in slot 2, interfaces are now online
    Jul 13 17:45:07: %SVCLC-5-FWTRUNK: Firewalled VLANs configured on trunks
    47w1d: SP: The PC in slot 12 is shutting down. Please wait ...
    47w1d: SP: shutdown_pc_process:No response from module 12
    Jul 13 17:53:29: %C6KPWR-SP-4-DISABLED: power to module in slot 12 set off (Reset)
    47w1d: SP: OS_BOOT_STATUS(12) MP OS Boot Status: finished booting
    Jul 13 17:55:30: %DIAG-SP-6-RUN_MINIMUM: Module 12: Running Minimal Diagnostics...
    Jul 13 17:55:37: %MLS_RATE-4-DISABLING: The Layer2 Rate Limiters have been disabled.
    Jul 13 17:55:36: %DIAG-SP-6-DIAG_OK: Module 12: Passed Online Diagnostics
    Jul 13 17:55:37: %OIR-SP-6-INSCARD: Card inserted in slot 12, interfaces are now online
    Jul 13 18:26:27: %SVCLC-SP-5-STRRECVD: mod 12: <Application upgrade has started>
    Jul 13 18:26:27: %SVCLC-SP-5-STRRECVD: mod 12: <Do not reset the module till upgrade completes!!>
    Jul 13 18:37:05: %SVCLC-SP-5-STRRECVD: mod 12: <Application upgrade has succeeded>
    Jul 13 18:37:05: %SVCLC-SP-5-STRRECVD: mod 12: <You can now reset the module>
    47w1d: SP: The PC in slot 12 is shutting down. Please wait ...
    47w1d: SP: PC shutdown completed for module 12
    Jul 13 18:38:35: %C6KPWR-SP-4-DISABLED: power to module in slot 12 set off (Reset)
    Jul 13 18:46:04: %C6KPWR-SP-4-DISABLED: power to module in slot 12 set off (Module  Failed SCP dnld)
    Jul 13 18:53:54: %OIR-SP-6-REMCARD: Card removed from slot 12, interfaces disabled
    Jul 13 19:01:28: %C6KPWR-SP-4-DISABLED: power to module in slot 12 set off (Module  Failed SCP dnld)

    > *** ERROR => ThInit: db_connect (step 1, th_errno
    >  13, action 3, level 1) [thxxhead.c   10156]
    Is your database running (mounted and open)?
    Markus

Maybe you are looking for

  • I can't open my current photo library using this version of iPhoto

    This is the error I get when I click on upgrade after I installed Iphoto 09 "You cant open your current photo library using this version of iphots, You have made changes to your photo library using a newer version of iPhoto. Please quit and use the l

  • HT4236 why do my pictures load to my PC sideways

    Why do some of my pictures load to my PC from my iphone 4s sideways?

  • Trouble accessing a "Captive Portal"

    Recently I was unable to access a WiFi network at a commercial location. Their tech services were baffled because other users were having no trouble at all. They told me that several other Mac users had been unable to log on as well. After I got home

  • Exception value in early warning system.

    Dear all, We are using R/3 4.7. My user has a condition in which for every 10,000 numbers made as goods reciept from production (101) movement , system should trigger a mail to the respective user i.d. I tried to create this condition using early war

  • Regarding Insert Emprty string to the datetime column

    I am updating date in one of the column of type datetime in a table , when i get the updated data on the screen , i see that i am getting 1/1/1900 bcoz i am updating as empty datetime i can i get rid of this. my requirement is if i insert empty strin