Page 1 of 1

InTouch, Archestra IDE - Reset/Find/Break - password

Posted: Mon Jan 12, 2015 2:25 pm
by oleksandr_ua
On computer installed and running Arhestra IDE (InTouch )
When I try to connect to the Galaxy, the system asks for username and password, i do not know user and password.
How can be Reset/Find/Break - password.


Image

Re: InTouch, Archestra IDE - Reset/Find/Break - password

Posted: Thu Feb 05, 2015 8:03 pm
by leocdms
hello y'all !

Sorry oleksandr_ua but I'm not coming with the solution. In fact to endorse your claim.

I have the same problem.

Does any one can help us !!! Please !!

Re: InTouch, Archestra IDE - Reset/Find/Break - password

Posted: Fri Feb 06, 2015 10:54 am
by oleksandr_ua
How can I copy a windows from password-protected project to my project.
to at least look to what tags attached objects.

Re: InTouch, Archestra IDE - Reset/Find/Break - password

Posted: Thu Feb 12, 2015 8:38 am
by jiwoon
open your project Database and find the table "user_profile",edit it flow blew:
find have "Administrator" row and change
usrer_guid change to f10f8ca3-15f4-4a26-937a-a45532036ea5
password_hash change to 2039933623

now
you can use administrator and password:123456 to open the project!

Re: InTouch, Archestra IDE - Reset/Find/Break - password

Posted: Fri Feb 13, 2015 4:34 pm
by oleksandr_ua
where it is stored and the name of this file? (oo) (oo) (oo) (oo)

C:\Program Files\ArchestrA\Framework\Bin\GalaxyData - - ???

Re: InTouch, Archestra IDE - Reset/Find/Break - password

Posted: Fri Feb 13, 2015 8:27 pm
by Schtiel
oleksandr_ua wrote:where it is stored and the name of this file?
It's not about file, it's about table in database. Open SQL Management Studio, choose Galaxy database, find table user_profile and modify one row in it.

Re: InTouch, Archestra IDE - Reset/Find/Break - password

Posted: Sat Feb 14, 2015 7:28 pm
by oleksandr_ua
jiwoon wrote:open your project Database and find the table "user_profile",edit it flow blew:
find have "Administrator" row and change
usrer_guid change to f10f8ca3-15f4-4a26-937a-a45532036ea5
password_hash change to 2039933623

now
you can use administrator and password:123456 to open the project!
can not find "Administrator" (h) (h) (h) (h)
where i can find...

Image

Re: InTouch, Archestra IDE - Reset/Find/Break - password

Posted: Mon Feb 16, 2015 8:42 pm
by Schtiel
oleksandr_ua wrote:can not find "Administrator" (h) (h) (h) (h)
where i can find...
Right click on table name (dbo.user_profile), choose edit top 200 rows:
Image

Re: InTouch, Archestra IDE - Reset/Find/Break - password

Posted: Tue Feb 17, 2015 4:35 pm
by oleksandr_ua
Schtiel wrote:
oleksandr_ua wrote:can not find "Administrator" (h) (h) (h) (h)
where i can find...
Right click on table name (dbo.user_profile), choose edit top 200 rows:
Image
(h) (h) (h) (h) (h) (h) (h) (h) (h) (h)
where i can find...
(sos) (sos) (sos) (sos) (sos) (sos) (sos) (sos)

Image

Image

Image

Image

Re: InTouch, Archestra IDE - Reset/Find/Break - password

Posted: Wed Feb 18, 2015 4:26 pm
by Schtiel
Execute the following query:

Code: Select all

SELECT * FROM dbo.user_profile;
and post screenshot

Re: InTouch, Archestra IDE - Reset/Find/Break - password

Posted: Wed Feb 18, 2015 7:50 pm
by oleksandr_ua
step by step go for password (oo) (oo) (oo)
How can I change usrer_guid (change to f10f8ca3-15f4-4a26-937a-a45532036ea5)
field only read (not_allow) (not_allow) (not_allow)

Image

Re: InTouch, Archestra IDE - Reset/Find/Break - password

Posted: Fri Feb 20, 2015 10:29 pm
by Schtiel
oleksandr_ua wrote:How can I change usrer_guid (change to f10f8ca3-15f4-4a26-937a-a45532036ea5)
Execute the following query:

Code: Select all

UPDATE dbo.user_profile SET user_guid='f10f8ca3-15f4-4a26-937a-a45532036ea5', password_hash=2039933623 WHERE user_profile_id=2;
Don't forget to commit transaction

Re: InTouch, Archestra IDE - Reset/Find/Break - password

Posted: Sat Feb 21, 2015 7:02 pm
by oleksandr_ua
it works !!!!
:haha: :haha: :haha: :haha: :haha: :haha: :haha: :haha:
thank you for your help
(clap) (clap) (clap) (clap) (clap) (clap) (clap) (clap) (clap) (clap) (clap)

Re: InTouch, Archestra IDE - Reset/Find/Break - password

Posted: Wed Jan 11, 2017 12:37 am
by LM555
It also worked for me (oo)

Thank you so much!!!