# Cannot construct transaction: asset ID not found in account, but can transfer it from that account?

**URL:** https://forum.algorand.co/t/cannot-construct-transaction-asset-id-not-found-in-account-but-can-transfer-it-from-that-account/8205
**Category:** Uncategorized
**Tags:** asa, smart-contracts
**Created:** [November 10, 2022, 4:06pm UTC](https://forum.algorand.co/t/cannot-construct-transaction-asset-id-not-found-in-account-but-can-transfer-it-from-that-account/8205 "2022-11-10T16:06:07Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![TTogle](https://sea2.discourse-cdn.com/flex016/user_avatar/forum.algorand.co/ttogle/32/2125_2.png) [@TTogle](https://forum.algorand.co/u/TTogle)
#### Post date: [November 10, 2022, 4:06pm UTC](https://forum.algorand.co/t/cannot-construct-transaction-asset-id-not-found-in-account-but-can-transfer-it-from-that-account/8205/1 "2022-11-10T16:06:07Z")

</div>

So I have a bunch of assets that are created **by a smart contract per innerTxn that is called by another smart contract**. The mutable addresses are set to the **Global.creator\_address**. In a grouped transaction the ASAs are opted-in by the address representing the **Global.creator\_address** and then sent per clawback to the same address.

So far this works automated and  
goal node info -a **Global.creator\_address**  
shows that the asset is also held by the account. goal asset info also verifies that all the addresses are set to the intended address. I can transfer the ASAs from the account to other accounts and back with and without clawback transactions.

In a postgres attached to an Indexer running the ASAs are also displayed in the correct account.

However, when I try to configure the ASAs I am getting the error:  
goal asset config --assetid ### -n test --manager **Global.creator\_address**  
Cannot construct transaction: asset ID #### not found in account **Global.creator\_address**

This is all on a test environment, however manually created ASAs can be configured.

---

<div class="post-metadata">

### Author: ![TTogle](https://sea2.discourse-cdn.com/flex016/user_avatar/forum.algorand.co/ttogle/32/2125_2.png) [@TTogle](https://forum.algorand.co/u/TTogle)
#### Post date: [November 11, 2022, 8:50am UTC](https://forum.algorand.co/t/cannot-construct-transaction-asset-id-not-found-in-account-but-can-transfer-it-from-that-account/8205/2 "2022-11-11T08:50:21Z")

</div>

Solved it myself did not now that I had to specify the creator on every Assetconfig as well, when the Manager =/= Creator
