- If you wanted to check this as a one time thing to confirm the id you can use the sql query below without the quotes. -- “select * from app_client where name like ‘<name here without brackets’” - The above would list all of the columns in the app_client table for the matching results. - If you wanted to see only the client id you could do -- “select id from app_client where name like ‘<name here without brackets’”
Is the check readiness a workflow or a standalone activity? from the inputs it looks like its expecting a list of commvault client ids. You can fetch these Ids from app_client table.
Is the check readiness a workflow or a standalone activity? from the inputs it looks like its expecting a list of commvault client ids. You can fetch these Ids from app_client table.
Hi Amey,
Thanks for your reply, how can I fetch these Ids from app_client table ? Actually, I only need to check one client, which is my MA.
- If you wanted to check this as a one time thing to confirm the id you can use the sql query below without the quotes. -- “select * from app_client where name like ‘<name here without brackets’” - The above would list all of the columns in the app_client table for the matching results. - If you wanted to see only the client id you could do -- “select id from app_client where name like ‘<name here without brackets’”
- If you wanted to check this as a one time thing to confirm the id you can use the sql query below without the quotes. -- “select * from app_client where name like ‘<name here without brackets’” - The above would list all of the columns in the app_client table for the matching results. - If you wanted to see only the client id you could do -- “select id from app_client where name like ‘<name here without brackets’”
- If you wanted to check this as a one time thing to confirm the id you can use the sql query below without the quotes. -- “select * from app_client where name like ‘<name here without brackets’” - The above would list all of the columns in the app_client table for the matching results. - If you wanted to see only the client id you could do -- “select id from app_client where name like ‘<name here without brackets’”
We use 3 different kinds of cookies. You can choose which cookies you want to accept. We need basic cookies to make this site work, therefore these are the minimum you can select. Learn more about our cookies.