transaction
5 TopicsiControlREST: X-F5-Auth-Token does not exist
Hello, trying to commit a transaction programatically in Java. PATCH call to https://bigip.company.com/mgmt/tm/transaction/14990898300000?ver=12.1.2 with headers Content-Type: application/json , X-F5-Auth-Token: MMY23WRDKEBWIHXVJXMEFJEGF , and payload {"state":"VALIDATING"} returned code 401 with response {"code":401,"message":"X-F5-Auth-Token does not exist."...} Any ideas? I can start a transaction and add actions fine.1.3KViews0likes6CommentsConcurrent transactions in different sessions by single user
Hello, We are happily using sessions to isolate active folder setting in concurrent requests issued by the same user. However, if we introduce transactions in the concurrent requests, submit_transaction fails for both requests with Exception caught in System::urn:iControl:System/Session::submit_transaction() Exception: Common::OperationFailed primary_error_code : 16908289 (0x01020001) secondary_error_code : 0 error_string : No transaction is open to submit. Is this a supported scenario - two simultaneous transactions in two different sessions for the same user? If not, are there alternatives to implement this behavior? We are using iControl-11.3.0 for Java. Ivaylo263Views0likes1CommentiControl REST transaction: No transaction is created for this user.
Hello, So im doing a POST to https://bigip.company.com/mgmt/tm/transaction?ver=11.5.1 to retrieve the transaction id, but the response is {"code":404,"message":"No transaction is created for this user. ","errorStack":[]} Any ideas? Used version is 11.5.1 hf10.237Views0likes2CommentsUnable to delete and create virtual server in the same transaction via iControl api
Hello guys! I'm hitting this issue and is a bit frustrating... Any help is appreciated! I'm trying to simulate an "update" virtual server feature by combining the removal and creation of virtual server in one transaction. I'm able to a 1.) start transaction, 2.) create an virtual server, 3.) delete the virtual server, 4.) submit transaction, no problem at all. But the reverse (delete, then recreate) will fail every time. It works fine if transaction not used. Actual flow: start_transaction(); delete_virtual_server(...); //setup resources/definitions required in create() create(...,...,...,...) submit_transaction(); Error: The requested virtual server profile (/Common/Relay-test /Common/tcp) already exists in partition Common.506Views0likes7CommentsStart Transaction Request ignored using SOAP header <session> element
iControl is ignoring a start_transaction request using SOAP directly with the SOAP Header session element. For technical reasons, I am unable to use an HTTP Header. Does anyone have an idea of why this is the case? See the comment below for the SOAP code segments.329Views0likes2Comments