Vault upload error

オフライン

Hello,

I try to upload a file to my Default vault and the following error message appears:

The vault has been set up as follow:

Can you give me more information about this error?

Thank you!

Parents
  • The following log has been created:

    <LOGFILE>
    <event time="2019-09-25 13:07:52Z" reason="soap_action" TickCount="3731328" dt="16" message="generateNewGUID" />
    <event time="2019-09-25 13:07:52Z" reason="requestDom" TickCount="3731328" dt="0" />
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="">schemas.xmlsoap.org/.../">
     <SOAP-ENV:Body>
      <generateNewGUID>
      </generateNewGUID>
     </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    <event time="2019-09-25 13:07:52Z" reason="Aras.DerivedRelationships.Synchronization" TickCount="3731328" dt="0" message="&#xD;&#xA;before call of ProcessNode&#xD;&#xA;Working Set&#xD;&#xA;Qual_Item;orig_root_set;new_root_set;predecessors;successors;orig_succs&#xD;&#xA;" />
    <event time="2019-09-25 13:07:52Z" reason="performance" TickCount="3731328" dt="0" message="16" />
    <event time="2019-09-25 13:07:52Z" reason="responseDom" TickCount="3731328" dt="0" />
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="">schemas.xmlsoap.org/.../">
     <SOAP-ENV:Body>
      <Result>
       <id>F7243B89F71C41B983720857A58E6122</id>
      </Result>
     </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    <event time="2019-09-25 13:07:52Z" reason="soap_action" TickCount="3731359" dt="16" message="BeginTransaction" />
    <event time="2019-09-25 13:07:52Z" reason="requestDom" TickCount="3731359" dt="0" />
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="">schemas.xmlsoap.org/.../">
     <SOAP-ENV:Body>
      <BeginTransaction>
      </BeginTransaction>
     </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    <event time="2019-09-25 13:07:52Z" reason="cachedriver-key" TickCount="3731359" dt="0" message="GetLookupMessage:ApplySoapAction_ActionNotSupported:en" />
    <event time="2019-09-25 13:07:52Z" reason="cachedriver-value" TickCount="3731359" dt="0" message="Aras.Server.Core.LookupMessageInfo" />
    <event time="2019-09-25 13:07:52Z" reason="Aras.DerivedRelationships.Synchronization" TickCount="3731359" dt="0" message="&#xD;&#xA;before call of ProcessNode&#xD;&#xA;Working Set&#xD;&#xA;Qual_Item;orig_root_set;new_root_set;predecessors;successors;orig_succs&#xD;&#xA;" />
    <event time="2019-09-25 13:07:52Z" reason="RollBackAllServerCaches" TickCount="3731359" dt="0" message="1 keys" />
    <event time="2019-09-25 13:07:52Z" reason="performance" TickCount="3731359" dt="0" message="16" />
    <event time="2019-09-25 13:07:52Z" reason="responseDom" TickCount="3731359" dt="0" />
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="">schemas.xmlsoap.org/.../">
     <SOAP-ENV:Body>
      <SOAP-ENV:Fault xmlns:af="">www.aras.com/InnovatorFault">
       <faultcode>SOAP-ENV:Server</faultcode>
       <faultstring><![CDATA[The action BeginTransaction is not supported.]]></faultstring>
       <detail>
        <af:legacy_detail><![CDATA[The action BeginTransaction is not supported.]]></af:legacy_detail>
       </detail>
      </SOAP-ENV:Fault>
     </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>

  • オフライン in reply to AlBer

    Hi AlBer,

    It would appear that your vault URL is incorrect. Vault URLs are normally http://{server}/{instancename}/vault/vaultserver.aspx. Here is an example of one of my local instances.

    It also seems like "arasdev" is a shortcut you've specified in your hostfile. I've run into issues using aliases when setting up a vault, so maybe try using the actual web address as opposed to "arasdev".

    AJ

Reply
  • オフライン in reply to AlBer

    Hi AlBer,

    It would appear that your vault URL is incorrect. Vault URLs are normally http://{server}/{instancename}/vault/vaultserver.aspx. Here is an example of one of my local instances.

    It also seems like "arasdev" is a shortcut you've specified in your hostfile. I've run into issues using aliases when setting up a vault, so maybe try using the actual web address as opposed to "arasdev".

    AJ

Children