<@UEWBBMSTX> I'm getting similar errors, but mine ...
# suitetalkapi
b
@wbermudo I'm getting similar errors, but mine are based on async web process jobs.
Copy code
<soapenv:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soapenv:Body>
        <soapenv:Fault>
            <faultcode>soapenv:Server.userException</faultcode>
            <faultstring>Job ASYNCWEBSERVICES_4581056_013020201352952231964666121_99ac652 failed.</faultstring>
            <detail>
                <platformFaults:asyncFault xmlns:platformFaults="urn:faults_2019_1.platform.webservices.netsuite.com">
                    <platformFaults:code>USER_ERROR</platformFaults:code>
                    <platformFaults:message>Job ASYNCWEBSERVICES_4581056_013020201352952231964666121_99ac652 failed.</platformFaults:message>
                </platformFaults:asyncFault>
                <ns1:hostname xmlns:ns1="http://xml.apache.org/axis/">partners029</ns1:hostname>
            </detail>
        </soapenv:Fault>
    </soapenv:Body>
</soapenv:Envelope>
w
not familiar with that, for mine it's working in C#, just my testing in POSTMAN that it's not working..
b
Mine is from a PHP script
seems like if the async request is anything larger than super small, it fails
and then the error logs in Netsuite don't give any detail more than that
"It failed.... But why?" "It's super secret"
w
yup, typical NS error log - useless most of the time
👍 1