jkushner Posted February 3, 2011 Share Posted February 3, 2011 Hi, Recently I was making slight changes to my website, and then I started getting tons of error emails from UPSXML. This one UPSXML Rates Error: 110002: No packages in shipment experienced by customer and this came along with it UPSXML TimeInTransit Error: 270017: Invalid Pickup Date, Pickup Date is not 8 characters experienced by customer I look at the log and there is no information regarding the receiver. Looks like the website is auto-generating the request from UPS. Here is the log file. ------------------------------------------ DATE AND TIME: 2011-02-02 16:30:16 UPS URL: https://www.ups.com:443/ups.app/xml/TimeInTransit UPS REQUEST: <?xml version="1.0"?> <AccessRequest xml:lang="en-US"> <AccessLicenseNumber>XXXXXXXXXXX</AccessLicenseNumber> <UserId>XXXXXXXX</UserId> <Password>XXXXXXX</Password> </AccessRequest> <?xml version="1.0"?> <TimeInTransitRequest xml:lang="en-US"> <Request> <TransactionReference> <CustomerContext>Time in Transit</CustomerContext> <XpciVersion>1.0002</XpciVersion> </TransactionReference> <RequestAction>TimeInTransit</RequestAction> </Request> <TransitFrom> <AddressArtifactFormat> <PoliticalDivision2>XXXXXXXX</PoliticalDivision2> <PoliticalDivision1>XX</PoliticalDivision1> <CountryCode>US</CountryCode> <PostcodePrimaryLow>XXXXX</PostcodePrimaryLow> </AddressArtifactFormat> </TransitFrom> <TransitTo> <AddressArtifactFormat> <PoliticalDivision2></PoliticalDivision2> <PoliticalDivision1></PoliticalDivision1> <CountryCode></CountryCode> <PostcodePrimaryLow></PostcodePrimaryLow> <PostcodePrimaryHigh></PostcodePrimaryHigh> </AddressArtifactFormat> </TransitTo> <ShipmentWeight> <UnitOfMeasurement> <Code>LBS</Code> </UnitOfMeasurement> <Weight>0</Weight> </ShipmentWeight> <InvoiceLineTotal> <CurrencyCode>USD</CurrencyCode> <MonetaryValue>0</MonetaryValue> </InvoiceLineTotal> <PickupDate></PickupDate> </TimeInTransitRequest> UPS RESPONSE: <?xml version="1.0"?><TimeInTransitResponse><Response><TransactionReference><CustomerContext>Time in Transit</CustomerContext><XpciVersion>1.0002</XpciVersion></TransactionReference><ResponseStatusCode>0</ResponseStatusCode><ResponseStatusDescription>Failure</ResponseStatusDescription><Error><ErrorSeverity>Hard</ErrorSeverity><ErrorCode>270017</ErrorCode><ErrorDescription>Invalid Pickup Date, Pickup Date is not 8 characters</ErrorDescription></Error></Response></TimeInTransitResponse> Thanks Joe Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.