04.07.2013 Views

Get The PDF - Chrysler

Get The PDF - Chrysler

Get The PDF - Chrysler

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

EBMX SF FTP USER GGUIDE<br />

CHRYSLER<br />

INFORM MATION TE ECHNOLOG GY MANAG GEMENT<br />

800 CHR RYSLER DRIVE D<br />

AUBURN<br />

HILLS, MI M 48326<br />

CIMS 48 83-60-01


EBMX Abstract<br />

EBMX was built to be the premier automotive business-to-business message exchange. <strong>The</strong> Electronic<br />

Business Message eXchange (EBMX) allows <strong>Chrysler</strong> and its partners to exchange electronic business<br />

documents using standard Internet protocols. Message exchange is enabled from individual desktops or<br />

via highly integrated machine-to-machine communication.<br />

EBMX puts <strong>Chrysler</strong> and its Trading Partners in an optimum position to embrace new and developing<br />

systems, increase transaction speed, and promote 'just-in-time' processing. EBMX gains are realized<br />

through the entire supply chain!


<strong>Chrysler</strong> - EBMX SFTP User Guide<br />

1 Overview<br />

1.1 Purpose<br />

This document will provide information for a Trading Partner (TP) to send and receive transactions to and<br />

from the Electronic Business Message eXchange (EBMX), using SFTP. <strong>The</strong> following details the steps<br />

required for the Trading Partner to put files to the EBMX system via the internet using a VPN connection.<br />

1.2 Requirements<br />

<strong>The</strong> requirements assume the Trading Partner already has necessary software to create and send EDI<br />

over the Internet. <strong>The</strong> Trading Partner must provide <strong>Chrysler</strong> with the following:<br />

Information to setup the SFTP tunnel with a trading partner<br />

Setup a connection via the <strong>Chrysler</strong> VPN. Instruction can be found:<br />

http://itb-ebus.extra.chrysler.com<br />

Standards based SFTP Client and Server to communicate with.<br />

<strong>The</strong> EBMX system has incorporated SFTP as an add-on process; the current version of the software<br />

does not support the SFTP protocol. This integration has many caveats:<br />

1. In order to support the SFTP protocol we have attempted to integrate into the EBMX as close to a<br />

real-time processes as possible. <strong>The</strong>refore when submitting files (see Section 3) there will be a<br />

delay of up to one minute before the file is processed.<br />

2. EBMX will provide a status of all processed files located in /RESULTS or /ERRORS. Please do<br />

not remove these log files. EBMX has taken responsibility to archive and remove result and error<br />

files greater than seven (7) days old. <strong>The</strong> removal and archival process will execute at<br />

approximately 3:00 am each day.<br />

3. In an attempt to prevent the removal of directories, we have secured and pre-populated the<br />

required directory structure that will enable you to conduct business with <strong>Chrysler</strong>. We request<br />

that you do not in any way change, add, or delete directories or permissions. In doing so we<br />

cannot guarantee the processing of your files.<br />

4. When placing a file on the EBMX system using SFTP you are required to put the file in /TMP,<br />

once the “put” is complete you must move the file to the appropriate directory path (see Section<br />

3). Be aware that EBMX will remove any and all files with a creation timestamp greater than 24<br />

hours from the /TMP directory. <strong>The</strong> cleanup process will execute at approximately 3:00 am each<br />

day.<br />

05/25/2011 1 <strong>Chrysler</strong>


<strong>Chrysler</strong> - EBMX SFTP User Guide<br />

1.3 Key Sharing<br />

In order to make a connection, Public and Private Keys must be exchanged. <strong>The</strong> following steps and<br />

diagrams will assist the Trading Partner (TP) with the exchange.<br />

1. EBMX sends public key to TP<br />

2. TP stores public key<br />

3. TP generates public/private key pairs<br />

4. TP sends public key to EBMX<br />

5. EBMX stores TP public Key<br />

6. EBMX initiates a session with TP to accept the host key<br />

7. TP initiates a session with EBMX to accept the host key<br />

Considerations:<br />

Password authentication is not allowed<br />

Host based authentication is not allowed<br />

ssh 1 is not supported<br />

If you are originating traffic from multiple hosts using the same user id, you are required to:<br />

1. Duplicate the RSA/DSA keys to each of your hosts<br />

or<br />

2. Generate and send <strong>Chrysler</strong> each of the RSA/DSA public keys.<br />

05/25/2011 2 <strong>Chrysler</strong>


<strong>Chrysler</strong> - EBMX SFTP User Guide<br />

2 Receiving (<strong>Chrysler</strong> Sending) files via SFTP<br />

2.1 System Access<br />

2.1.1 Firewall Considerations<br />

If your system is connected to a firewall, you are required to allow <strong>Chrysler</strong> access through the firewall.<br />

Because all firewall software configurations are different, the trading partner must contact their firewall<br />

support staff to determine the proper configuration. <strong>The</strong> SFTP server on EBMX will use port 50322 to<br />

receive.<br />

2.2 File Placement<br />

2.2.1 File Placement when <strong>Chrysler</strong> sends files<br />

<strong>Chrysler</strong> needs to logon to the trading partner’s system in order for EBMX to send data via SFTP.<br />

<strong>Chrysler</strong> will require a user ID and public/private key pairs for the trading partner’s system to do this.<br />

When creating this logon ID, specify a home directory or file set with full read/write capability for EBMX to<br />

place files to.<br />

All files created on the trading partner's system will be of the form:<br />

.Annnnn<br />

Where: ‘DCXaaa’ defines the transaction type contained in the file. (Please see the Application ID Codes<br />

document on the EDI website for a list of all EDI application codes).<br />

A = the letter A<br />

nnnnn = the number 00001 through 99999<br />

Note: the qualifier, (Annnnn) derives the numeric portion from an EBMX internal file name and is not<br />

guaranteed to be unique. Over a several day period, a high volume-trading partner might see a<br />

recurrence of the qualifier. For this reason, any trading partner maintaining logs, audit trails, or file copies<br />

should take appropriate steps to ensure that confusion does not occur. A suggestion might be to rename<br />

the file using the date and time the file arrived as a part of the new name. In addition, the sequence<br />

number is not assigned by trading partner. <strong>The</strong> numbers are assigned across the entire EBMX system,<br />

and, therefore, an individual trading partner will see gaps in the sequence number portion of the file<br />

name. <strong>The</strong> trading partner should not expect to see consecutive sequence numbers on a consistent<br />

basis.<br />

05/25/2011 3 <strong>Chrysler</strong>


<strong>Chrysler</strong> - EBMX SFTP User Guide<br />

3 Submitting files via SFTP<br />

In general; the Trading Partner will connect using a standard SFTP client and “put” the file to the EBMX<br />

system; we require the user to deposit the file in /TMP located under their home directory. Upon a<br />

successful put, you must move the file to the appropriate sub-directory. Once you move the file, the<br />

EBMX system has processes that will scan each sub-directory and process the file. After the file is<br />

processed, a result file is created in the trading pasterns /RESULTS directory. If at any time an error<br />

occurs during process a file, an error file is created in the /ERRORS directory. Please see each of the<br />

following sections for specific information pertaining to processing of each type of file.<br />

As mentioned above, after the put, the user must move the file to the appropriate sub-directory structure.<br />

As stated in the overview section, <strong>Chrysler</strong> has loosely integrated the SFTP protocol into the EBMX<br />

application. In order to have EBMX process the files, we have developed a directory structure that<br />

mirrors the Sender/Receiver/Document Type nomenclature that EBMX uses to transfer files. You will see<br />

located in your home directory the following structure:<br />

////<br />

Where:<br />

Example:<br />

Sender = Trading Partner ID (not your user ID)<br />

Receiver = Destination<br />

Document Type = A predefined label used to describe the characteristics of the file.<br />

/TESTDOC<br />

/TESTDOC/LOOPTEST<br />

/TESTDOC/LOOPTEST/LOOPBACK<br />

/TMP<br />

/ERRORS<br />

/RESULTS<br />

EBMX will recognize two types of EDI transactions – real time and batch. Real time transactions include<br />

ASN/ASC (856) and STARS 214. All other EDI and VICS/VISTA transactions are batch processed.<br />

It should be noted that multiple types of submissions might be needed based on the nature of business<br />

being done with <strong>Chrysler</strong>. For example, a production supplier would normally need to send ASN's using<br />

the real time submission process and any other document with the batch processes. Similarly, a carrier<br />

who is required to send in ASC's and/or STARS 214's would do so using the real time submission<br />

process and other documents such as Freight Bills using the batch processes.<br />

05/25/2011 4 <strong>Chrysler</strong>


<strong>Chrysler</strong> - EBMX SFTP User Guide<br />

3.1 File Permissions (access mode)<br />

In order to successfully process a file, there are is a minimum required set of file permissions. All files<br />

placed on the server must have read and write access at the group level. Most SFTP Client<br />

implementations will set the file permissions based on the local file at the time of creation. Please verify<br />

that any file created has the following minimum access modes:<br />

drwxrwxrwx 2 ecx36adm ebmx 512 Dec 8 08:57 .<br />

drwxrwxr-x 3 ecx36adm ebmx 512 Nov 5 10:00 ..<br />

-rw-rw-rw- 1 testid ebmxsshd 7209 Dec 9 10:51 <br />

If file permissions are not correct, most SFTP clients provide the chmod command, example:<br />

sftp> chmod 666 <br />

If your SFTP client does not provide a command to alter the file permissions, please contact your<br />

technical support for assistance.<br />

3.2 Results Directory<br />

After EBMX successfully processes the file, an entry in written to the /RESULTS, this entry is a zero<br />

length file with the following naming convention:<br />

.....<br />

Where:<br />

sender = TP sender ID<br />

receiver = the receiver of the file<br />

doctype = Document type ID<br />

filename = name of file that was placed on the system<br />

tracking ID = a unique number that identifies the submission into EBMX<br />

timestamp = date and time of the submission in the format YYYYMMDDHHMMSS<br />

An example file:<br />

TESTDOC.EDI.EDIX12.prod.test.4782122.20100914142201<br />

05/25/2011 5 <strong>Chrysler</strong>


<strong>Chrysler</strong> - EBMX SFTP User Guide<br />

3.3 Submitting Initial Loop-Back Test<br />

This initial test will be completed by the trading partner to test network configuration and access. <strong>The</strong><br />

trading partner will submit a file that is immediately sent back to test access through firewalls and ability<br />

for data to be delivered through EBMX.<br />

3.3.1 Example Session<br />

Trading Partner initiates an SFTP session to EBMX. (Please see Appendix A for a detailed session)<br />

Changes directory to /TMP:<br />

cd /TMP<br />

Transfers a file:<br />

put <br />

Moves file to Document Type directory:<br />

rename /TESTDOC/LOOPTEST/LOOPBACK/<br />

At this time, within approximately 1 minute the file is processed and delivered to the requested<br />

destination and a result file is placed in the /RESULTS directory. It is recommended you monitor this<br />

directory. See section 3.2.1 Expected Results for a description of the results file.<br />

3.3.2 Expected Results<br />

A successful Loop-back test will result in the following:<br />

/RESULTS/.....<br />

Where:<br />

/RESULTS = Pre-configured directory created at sign-up. (Do Not Remove)<br />

Sender = TESTDOC<br />

Receiver = LOOPTEST<br />

Doc type = LOOPBACK<br />

Filename = Name of file from the put/move command<br />

Tracking ID = upon a successful submit, EBMX returns a numeric sequence number<br />

Timestamp = Date and time of the submit<br />

05/25/2011 6 <strong>Chrysler</strong>


<strong>Chrysler</strong> - EBMX SFTP User Guide<br />

3.4 Submitting files via SFTP Example<br />

3.4.1 Example Session<br />

Connecting to clmsd058b.cldc.chrysler.com...<br />

You are accessing <strong>Chrysler</strong> Group LLC systems.<br />

Connected to EBMX SFTP server.<br />

Connection accepted.<br />

Access to <strong>Chrysler</strong>'s computer systems is controlled.<br />

<strong>Chrysler</strong> authorizes use for its business purposes only.<br />

Unauthorized access is prohibited due to risk of irreparable harm to <strong>Chrysler</strong>.<br />

<strong>Chrysler</strong> management may monitor use to ensure compliance with its policies.<br />

<strong>Chrysler</strong> may terminate access privileges, take disciplinary action<br />

and/or institute civil or criminal proceedings to enforce this policy.<br />

If any part of this policy is unacceptable to you, please disconnect now!!!<br />

Thank you.<br />

YOUR ACCESS IS BEING LOGGED & MONITORED!!!!<br />

sftp> cd /TMP<br />

sftp> put prod.test<br />

Uploading prod.test to /TMP/prod.test<br />

prod.test 100% 103 0.1KB/s 00:00<br />

sftp> rename prod.test /TESTDOC/LOOPTEST/LOOPBACK/prod.test<br />

sftp> cd /RESULTS<br />

sftp> ls<br />

TESTDOC.LOOPTEST.LOOPBACK.prod.test.4782122.20100914142201<br />

TESTDOC.LOOPTEST.LOOPBACK.prod.test.4783678.20100915093200<br />

sftp> bye<br />

3.4.2 Expected Results<br />

Check the /RESULTS directory<br />

:<br />

:<br />

sftp> cd /RESULTS<br />

sftp> ls<br />

TESTDOC.LOOPTEST.LOOPBACK.prod.test.4782122.20100914142201<br />

TESTDOC.LOOPTEST.LOOPBACK.prod.test.4783678.20100915093200<br />

sftp> bye<br />

:<br />

:<br />

05/25/2011 7 <strong>Chrysler</strong>


<strong>Chrysler</strong> - EBMX SFTP User Guide<br />

4 Real Time Data Submission via SFTP<br />

4.1 Submitting ASN/ASC (856) via SFTP<br />

EBMX will not process ASN/ASC transactions larger than 300k. If ASN/ASC’s are larger than this they<br />

will need to be separated into multiple submissions smaller than 300k. In the case that an Trading<br />

Partner submits a large ASN/ASC, EBMX will return an error message in an 824/997 document pair.<br />

Note: for Freight Consolidators sending in ASCs element ISA08 should be 04000FC. This instructs the<br />

CHASE system to process the 856 as an ASC rather than as an ASN. This is required for Freight<br />

Consolidators using the EBMX directly or other VAN).<br />

A detailed session for Real Time ASN/ASC transactions is contained in following section:<br />

4.1.1 ASN/ASC (856) Parameter Description<br />

Application Directory Structure<br />

ASN/ASC /CHASE/EDIX12<br />

Example: 56789B/CHASE/EDIX12/<br />

TP ID = EBMX Member Identifier/Account Identifier<br />

4.1.2 Sample Session<br />

Connecting to clmsd058b.cldc.chrysler.com...<br />

You are accessing <strong>Chrysler</strong> Group LLC systems.<br />

Connected to EBMX SFTP server.<br />

Connection accepted.<br />

Access to <strong>Chrysler</strong>'s computer systems is controlled.<br />

<strong>Chrysler</strong> authorizes use for its business purposes only.<br />

Unauthorized access is prohibited due to risk of irreparable harm to <strong>Chrysler</strong>.<br />

<strong>Chrysler</strong> management may monitor use to ensure compliance with its policies.<br />

<strong>Chrysler</strong> may terminate access privileges, take disciplinary action<br />

and/or institute civil or criminal proceedings to enforce this policy.<br />

If any part of this policy is unacceptable to you, please disconnect now!!!<br />

Thank you.<br />

YOUR ACCESS IS BEING LOGGED & MONITORED!!!!<br />

sftp> cd /TMP<br />

sftp> put chase.asn.asc<br />

Uploading chase.asn.asc to /TMP/prod.test<br />

chase.asn.asc 100% 103 0.1KB/s 00:00<br />

sftp> rename chase.asn.asc /56789B/CHASE/EDIX12/chase.asn.asc<br />

sftp> cd /RESULTS<br />

sftp> ls<br />

56789B.CHASE.EDIX12.chase.asn.asc.4782122.20100914142201<br />

sftp> bye<br />

05/25/2011 8 <strong>Chrysler</strong>


<strong>Chrysler</strong> - EBMX SFTP User Guide<br />

4.2 Submitting STARS 214 Transaction via SFTP<br />

A detailed session for Real Time STARS 214 transactions is contained in following section:<br />

DO NOT USE THIS FEATURE UNTIL DIRECTED TO DO SO BY CHRYSLER!<br />

4.2.1 STARS Parameter Description<br />

Application Directory Structure<br />

STARS 214 /STARS/EDIX12<br />

Example: 56789B/STARS/EDIX12/<br />

TP ID = EBMX Member Identifier/Account Identifier<br />

4.2.2 Sample Session<br />

Connecting to clmsd058b.cldc.chrysler.com...<br />

You are accessing <strong>Chrysler</strong> Group LLC systems.<br />

Connected to EBMX SFTP server.<br />

Connection accepted.<br />

Access to <strong>Chrysler</strong>'s computer systems is controlled.<br />

<strong>Chrysler</strong> authorizes use for its business purposes only.<br />

Unauthorized access is prohibited due to risk of irreparable harm to <strong>Chrysler</strong>.<br />

<strong>Chrysler</strong> management may monitor use to ensure compliance with its policies.<br />

<strong>Chrysler</strong> may terminate access privileges, take disciplinary action<br />

and/or institute civil or criminal proceedings to enforce this policy.<br />

If any part of this policy is unacceptable to you, please disconnect now!!!<br />

Thank you.<br />

YOUR ACCESS IS BEING LOGGED & MONITORED!!!!<br />

sftp> cd /TMP<br />

sftp> put stars.214<br />

Uploading stars.214 to /TMP/ stars.214<br />

stars.214 100% 103 0.1KB/s 00:00<br />

sftp> rename stars.214/56789B/CHASE/EDIX12/stars.214<br />

sftp> cd /RESULTS<br />

sftp> ls<br />

56789B.STARS.EDIX12.stars.214.4782122.20100914142201<br />

sftp> bye<br />

05/25/2011 9 <strong>Chrysler</strong>


<strong>Chrysler</strong> - EBMX SFTP User Guide<br />

5 Batch Data Submission via SFTP<br />

EBMX will recognize two types of EDI transactions – real time and batch. Real time transactions include<br />

ASN/ASC (856) and STARS 214. Batch transmissions include EDI and VICS/VISTA<br />

5.1 Submitting Batch Transactions<br />

5.1.1 EBMX Submit Parameter Requirements<br />

<strong>The</strong> following table shows the directory structure for the respective application:<br />

Application Directory Structure<br />

EDI /EDI/EDIX12<br />

Example: 34567A/EDI/EDIX12/<br />

VICS/VISTA Production<br />

(510, 520, 530, 540, 550, & 630)<br />

/VISTA/EDIX12<br />

Example: 34567A/VISTA/EDIX12/<br />

VISTA 127 – Carrier Baying Order /VISTA/PHOLD<br />

Example: 76543/VISTA/PHOLD/<br />

VICS<br />

824, 926, 928, & 997<br />

/VICS/EDIX12<br />

Example: 69832/VICS/EDIX12/<br />

VICS/VISTA – Test<br />

(Test VISTA 510, 520, 530, 540, 550, & 630)<br />

/VISTT/EDIX12<br />

Example: 69832/VISTT/EDIX12/<br />

Test VISTA 127 – Carrier Baying Order /VISTT/PHOLD<br />

Example: 69832/VISTT/PHOLD/<br />

Test VICS 824, 926, 928, & 997 /TVICS/EDIX12<br />

Example: 69832/TVICS/EDIX12/<br />

Modular Provider<br />

Tier 1 to Modular Provider Tier 2<br />

Modular Provider<br />

Tier 2 to Modular Provider Tier 1<br />

TP ID = EBMX Member Identifier/Account Identifier<br />

/< Receiver ID, prefixed with ‘MS2’>/MSEDIX12<br />

Example: MS99661/MS256743/MSEDIX12/<br />

/< Receiver ID, prefixed with ‘MS1’>/MSEDIX12<br />

Example: MS99661/MS156743/MSEDIX12/<br />

05/25/2011 10 <strong>Chrysler</strong>


<strong>Chrysler</strong> - EBMX SFTP User Guide<br />

5.1.2 Example Session<br />

Connecting to clmsd058b.cldc.chrysler.com...<br />

You are accessing <strong>Chrysler</strong> Group LLC systems.<br />

Connected to EBMX SFTP server.<br />

Connection accepted.<br />

Access to <strong>Chrysler</strong>'s computer systems is controlled.<br />

<strong>Chrysler</strong> authorizes use for its business purposes only.<br />

Unauthorized access is prohibited due to risk of irreparable harm to <strong>Chrysler</strong>.<br />

<strong>Chrysler</strong> management may monitor use to ensure compliance with its policies.<br />

<strong>Chrysler</strong> may terminate access privileges, take disciplinary action<br />

and/or institute civil or criminal proceedings to enforce this policy.<br />

If any part of this policy is unacceptable to you, please disconnect now!!!<br />

Thank you.<br />

YOUR ACCESS IS BEING LOGGED & MONITORED!!!!<br />

sftp> cd /TMP<br />

sftp> put prod.test<br />

Uploading prod.test to /TMP/prod.test<br />

prod.test 100% 103 0.1KB/s 00:00<br />

sftp> rename prod.test /34567A/EDI/EDIX12/prod.test<br />

sftp> cd /RESULTS<br />

sftp> ls<br />

34567A.EDI.EDIX12.prod.test.4782122.20100914142201<br />

sftp> bye<br />

05/25/2011 11 <strong>Chrysler</strong>


<strong>Chrysler</strong> - EBMX SFTP User Guide<br />

6 Retry Handling - Undeliverable Messages (<strong>Chrysler</strong> to Trading<br />

Partner)<br />

<strong>The</strong> EBMX will attempt to send (PUSH) any EDI or proprietary formatted message to a trading partner<br />

using SFTP PUSH as soon as the EBMX receives the messages from the source application.<br />

<strong>The</strong> PUSH mode assumes that the trading partner’s SFTP server will be up and running on a 7 x 24 x<br />

365 basis. Recognizing that this cannot always be the case, EBMX has implemented a series of<br />

message retry strategies. <strong>The</strong>se strategies operate in such a way that whenever EBMX tries to deliver a<br />

message to a trading partner and is unsuccessful, EBMX will wait a configured period of time and try<br />

again at the end of that time period. It will try repeatedly until a certain number of retry attempts have<br />

been made. When the specified numbers of retry attempts have been made, the message will be<br />

logically copied to a directory on EBMX.<br />

Upon retry exhaustion, an email message is generated and sent to the trading partner in addition to all<br />

concerned parties at <strong>Chrysler</strong>. <strong>The</strong> email message is sent to the address that the trading partner<br />

specified in the EBMX subscription submission. This address can be a distribution list if the trading<br />

partner so desires. EBMX requests that the notification email be a generalized address for the trading<br />

partner’s company rather than an individual. <strong>The</strong> trading partner can change the current email address<br />

by submitting a request to the Help Desk and request that the ticket be routed to the EBMX. <strong>The</strong> Help<br />

Desk can be reached at 1-800-332-9978. When communicating with the Help Desk, please provide the<br />

supplier code being referenced and the email address to be used in the future. Failure to provide this<br />

information may result in a change not being made because the trading partner’s membership record<br />

cannot be found.<br />

<strong>The</strong> retry strategy used for each message will depend on the <strong>Chrysler</strong> priority of the message content.<br />

An example table is provided below:<br />

Priority Attempts<br />

Interval<br />

(Minutes) Example<br />

10 12 5 ASR (response to an ASN)<br />

20 24 15 862 SDS<br />

30 18 20 846 Pay as Built<br />

40 24 30 Default (e.g. 830 Release)<br />

50 24 60 996 transaction<br />

60 4 720 850 Purchase Order<br />

70 6 720 A quarterly proprietary file<br />

80 2 1 LOOPTEST file<br />

05/25/2011 12 <strong>Chrysler</strong>


<strong>Chrysler</strong> - EBMX SFTP User Guide<br />

An example of the email that will be sent is as follows:<br />

Subject: EBMX Deliver Failure Notice (SFTP_Retry)<br />

An EBMX message destined for your server has exhausted a set of pre-defined<br />

retry attempts and has been archived.<br />

Relevant information regarding the failed transmission:<br />

Sender: EBMX<br />

Receiver: tpid<br />

Doctype: FTP_ACTIVE_RETRY<br />

Date/time: 2001-07-26:10:07:43.21<br />

Tracking ID: 6319<br />

To request a re-transmission, forward this email to ebusdesk@chrysler.com<br />

Messages are retained for a maximum of 14 days then removed from the system.<br />

If you have not requested a re-transmission during that period, it is your<br />

responsibility to contact the source application for the data.<br />

Please review your system and network to find and fix reasons the message could<br />

not be delivered.<br />

Further questions or issues should be addressed to the <strong>Chrysler</strong> Help Desk at 1-<br />

800-332-9978. Please have the trouble ticket routed to EBMX.<br />

Thank you<br />

Upon receipt of the email above, the trading partner must contact the EBMX support desk to have the<br />

message re-transmitted. EBMX support personnel will make no further attempt to ensure that the<br />

message is delivered to the trading partner. It is the responsibility of the trading partner to ensure<br />

that this message is delivered.<br />

05/25/2011 13 <strong>Chrysler</strong>


<strong>Chrysler</strong> - EBMX SFTP User Guide<br />

Appendix A – Sample SFTP session<br />

Text in bold is user supplied commands/responses.<br />

cli007cpsd01:$ sftp -oPort=50322 testdoc@clmsd058b.cldc.chrysler.com<br />

Connecting to clmsd058b.cldc.chrysler.com...<br />

You are accessing <strong>Chrysler</strong> systems.<br />

Connected to EBMX SFTP server.<br />

Connection accepted.<br />

Access to <strong>Chrysler</strong>'s computer systems is controlled.<br />

<strong>Chrysler</strong> authorizes use for its business purposes only.<br />

Unauthorized access is prohibited due to risk of irreparable harm to <strong>Chrysler</strong>.<br />

<strong>Chrysler</strong> management may monitor use to ensure compliance with its policies.<br />

<strong>Chrysler</strong> may terminate access privileges, take disciplinary action<br />

and/or institute civil or criminal proceedings to enforce this policy.<br />

If any part of this policy is unacceptable to you, please disconnect now!!!<br />

Thank you.<br />

YOUR ACCESS IS BEING LOGGED & MONITORED!!!!<br />

sftp> cd TMP<br />

sftp> put test<br />

Uploading test to /TMP/test<br />

test 100% 8867 8.7KB/s 00:00<br />

sftp> rename test /TESTDOC/LOOPTEST/LOOPBACK/test<br />

sftp> cd /RESULTS<br />

sftp> ls -ltra<br />

drwxr-xr-x 7 31080 973 512 Mar 26 13:02 ..<br />

-rw-rw-r-- 1 31080 973 0 Mar 29 08:49<br />

TESTDOC.LOOPTEST.LOOPBACK.test.4427541.20100329084933<br />

drwxrwxr-x 2 31080 973 512 Mar 29 08:54 .<br />

-rw-rw-r-- 1 31080 973 0 Mar 29 08:54<br />

TESTDOC.LOOPTEST.LOOPBACK.test.4427553.20100329085429<br />

sftp><br />

05/25/2011 14 <strong>Chrysler</strong>


<strong>Chrysler</strong> - EBMX SFTP User Guide<br />

Appendix B – File Name Requirements<br />

<strong>The</strong> following rules should be adhered to when creating file names:<br />

All filenames must be unique within the Sender/Receiver/Document Type directory.<br />

Valid file names should consist of upper and lower case alphabetic characters, numbers,<br />

underscores and periods.<br />

Embedded spaces are not allowed.<br />

Special characters are not allowed.<br />

File name length should be no more than 100 characters.<br />

05/25/2011 15 <strong>Chrysler</strong>


<strong>Chrysler</strong> - EBMX SFTP User Guide<br />

Appendix C – Documentation Version Control<br />

Current<br />

Date Author Change from Previous Version<br />

02/08/2010 GLC9 Initial Version<br />

09/14/2010 GLC9 Update per Group Review<br />

01/05/2011 GLC9 Added File Permissions Section<br />

05/25/2011 16 <strong>Chrysler</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!