|
120 KB
Hi Joanne,
Can you give me more details about what you are doing? Are you using Fluidshell?
Thanks, Tom
I am writing a Aqua project that includes the need to find a matching string in the contents a file on an attached LUN, then modify that line in the file. I haven't used Fluidshell in an Aqua project. Would this be the best method ? IF so, can you provide an example ?
I am writing a Aqua project that includes the need to find a matching string in the contents a file on an attached LUN, then modify that line in the file. I haven't used Fluidshell in an Aqua project. Would this be the best method ? IF so, can you provide an example ?
Hi Joanne,
Ok, you are using Aquascript/Aquaproject with the open api's. Can you use the replace function in the filesystem open api to modify the file contents.
Exception - on error
Will that work for you?
Thanks, Tom
Hi Joanne,
Ok, you are using Aquascript/Aquaproject with the open api's. Can you use the replace function in the filesystem open api to modify the file contents.
Exception - on error
Will that work for you?
Thanks, Tom
Yes. That is my plan. But I only know a portion of the string on the line to be replaced, so first I need to be able to select(read) the line ( token ) from the file into a variable.
Yes. That is my plan. But I only know a portion of the string on the line to be replaced, so first I need to be able to select(read) the line ( token ) from the file into a variable.
Hi Joanne,
Unfortunately, we don't have a grep like file search in our open api's. If the files are not to big, can you open the file and read them a line at a time?
Tom
Hi Joanne,
Unfortunately, we don't have a grep like file search in our open api's. If the files are not to big, can you open the file and read them a line at a time?
Tom
Tom, I am trying to create this project to change the password on the account used to register several hundred servers ( SQL, Sybase ASE, Oracle...etc. ). I can easily create a project to execute the password change on the registered database servers, but updating the stored password in the .conn file for Aqua Data Studio is where I get stumped. It seems like this should be a fairly standard process, in ADS. Perhaps you could advise on an alternative solution ?
Tom, I am trying to create this project to change the password on the account used to register several hundred servers ( SQL, Sybase ASE, Oracle...etc. ). I can easily create a project to execute the password change on the registered database servers, but updating the stored password in the .conn file for Aqua Data Studio is where I get stumped. It seems like this should be a fairly standard process, in ADS. Perhaps you could advise on an alternative solution ?
Hi Joanne,
We don't have an api to change the connection file passwords, however; you can change them within ADS by clicking on the servers that you want to change, right clicking on the selection and select change password. This will change the passwords in all of the selected servers. See attached screenshot.
Does that work for you?
Thanks, Tom
Hi Joanne,
We don't have an api to change the connection file passwords, however; you can change them within ADS by clicking on the servers that you want to change, right clicking on the selection and select change password. This will change the passwords in all of the selected servers. See attached screenshot.
Does that work for you?
Thanks, Tom
Spoke a little too soon. I have hundreds of servers so they're catagorized in folders with many sub-folders. This right-click option only seems to work if I drill down to each server & <cntl><right-click>. This is still more convenient, but would be nice if I could choose the highest level folders. I don't suppose there is a short-cut for that is there ?
Spoke a little too soon. I have hundreds of servers so they're catagorized in folders with many sub-folders. This right-click option only seems to work if I drill down to each server & <cntl><right-click>. This is still more convenient, but would be nice if I could choose the highest level folders. I don't suppose there is a short-cut for that is there ?
Hi Joanne,
No, unfortunately, it doesn't work at the folder level. It only works at the connection level. We can investigate making it work at the folder level in a future release of Aqua Data Studio.
Tom
Hi Joanne,
No, unfortunately, it doesn't work at the folder level. It only works at the connection level. We can investigate making it work at the folder level in a future release of Aqua Data Studio.
Tom
Issue #15524 |
New |
Completion |
No due date |
No fixed build |
No time estimate |
Hi Joanne,
Can you give me more details about what you are doing? Are you using Fluidshell?
Thanks, Tom