Search found 28 matches

by jp1982
Tue Aug 16, 2011 5:00 pm
Forum: Support (Vault)
Topic: remember login returns exception
Replies: 13
Views: 10599

Re: remember login returns exception

Will you be able to try the script without rememberlogin? that is definitely a change I was thinking on doing. Once I get some time to return back to this app I will touch base with you and let you know how it does. So far I have not seen the error so I guess it is somehow working now maybe? Thanks...
by jp1982
Tue Jul 26, 2011 12:23 pm
Forum: Support (Vault)
Topic: remember login returns exception
Replies: 13
Views: 10599

Re: remember login returns exception

On the 500 errors, are those on the script you are running? --> not quite sure what these 500 errors mean. I only get the one on the initial post and sometimes the one that mentions to specify host user and password same as this post http://support.sourcegear.com/viewtopic.php?f=5&t=16068 Do you...
by jp1982
Mon Jul 25, 2011 2:06 pm
Forum: Support (Vault)
Topic: remember login returns exception
Replies: 13
Views: 10599

Re: remember login returns exception

this is what the event viewer as around that time. Event code: 3005 Event message: An unhandled exception has occurred. Event time: 7/14/2011 6:39:05 PM Event time (UTC): 7/15/2011 1:39:05 AM Event ID: 8a99ca6fbd954adabc21957d1c430bb7 Event sequence: 4006 Event occurrence: 48 Event detail code: 0 Ap...
by jp1982
Mon Jul 25, 2011 12:30 pm
Forum: Support (Vault)
Topic: remember login returns exception
Replies: 13
Views: 10599

Re: remember login returns exception

for the 1st tab the only box checked is "recycle worker process at following times" and time is set to 02:22.

for the 2nd tab, the only box checked is "limit kernel request queue" and it is set to 1000. Max number of working processes is set to 1.
by jp1982
Mon Jul 25, 2011 10:18 am
Forum: Support (Vault)
Topic: remember login returns exception
Replies: 13
Views: 10599

Re: remember login returns exception

I will give that a try. I've looked at the current logs (no debug mode) and it seems like the conx stops working for some reason. ----7/14/2011 6:39:01 PM myUser--myServer--SSL Disabled Login ----7/14/2011 6:39:05 PM myUser--myServer--SSL Disabled Logout ----7/14/2011 6:39:07 PM myUser--myServer--SS...
by jp1982
Fri Jul 22, 2011 4:08 pm
Forum: Support (Vault)
Topic: remember login returns exception
Replies: 13
Views: 10599

Re: remember login returns exception

Do you have a script that runs multiple times at once with the same login? For example, often user's build systems have 1 user that will try to perform 10 builds at once on the same machine under the same user. If not, then can you tell me how your 3.1.9 script is used? Yesterday, I ran 2 scripts w...
by jp1982
Thu Jul 21, 2011 5:24 pm
Forum: Support (Vault)
Topic: remember login returns exception
Replies: 13
Views: 10599

remember login returns exception

Hello Vault team! I am running client/server version 3.1.9.3798 So far my app has been running successfully. But sometimes I get the following error: <vault> <error> The connection to the server failed: server cannot be contacted or uses a protocol that is not supported by this client. Unable to con...
by jp1982
Thu Jun 09, 2011 3:18 pm
Forum: Support (Vault)
Topic: remember login working correctly?
Replies: 3
Views: 3660

Re: remember login working correctly?

The problem is that it fails one time and the next time runs correctly. My scheduled task just sent the same "Please specify -user, -password, and -host." message (runs @ 2 PM PST) after checking the first 5 files correctly. Not sure why it happens but it is not consistent so I am not sure...
by jp1982
Thu Jun 09, 2011 11:56 am
Forum: Support (Vault)
Topic: remember login working correctly?
Replies: 3
Views: 3660

remember login working correctly?

Hello Vault team! I am running client/server version 3.1.9.3798. the initial steps of my app is setting the remember login ON so all the commands I execute within my application do not require to specify the credentials info and repository. My app is executed from a scheduled task. It works correctl...
by jp1982
Thu Jun 09, 2011 11:46 am
Forum: Support (Vault)
Topic: Vault check if version of a file (path) exists
Replies: 5
Views: 4370

Re: Vault check if version of a file (path) exists

That is what I thought, just wanted to make sure my suspicions were correct. Thanks for the help.
by jp1982
Tue Jun 07, 2011 2:38 pm
Forum: Support (Vault)
Topic: Vault check if version of a file (path) exists
Replies: 5
Views: 4370

Re: Vault check if version of a file (path) exists

I was in fact using this: history -rowlimit 1 -beginversion 25 $/MYFILEPATH So lets assume the latest version of MYFILEPATH is version 20, if I use the line above.. I do get a success result = YES and returns the info for version 20 (the latest version). I thought this would return an error but id d...
by jp1982
Tue Jun 07, 2011 9:15 am
Forum: Support (Vault)
Topic: Vault check if version of a file (path) exists
Replies: 5
Views: 4370

Vault check if version of a file (path) exists

Hello Vault team! I am running client/server version 3.1.9.3798. I have a tiny command line app that gets the files from vault with a specified version. I am trying to ensure, before trying to download the file, that the version really exists. Is there a command I can use for this? I tried using the...
by jp1982
Thu May 05, 2011 7:00 pm
Forum: Support (Vault)
Topic: executing REMEMBERLOGIN from VS returns error
Replies: 9
Views: 7283

Re: executing REMEMBERLOGIN from VS returns error

So I just tried this again and it just worked fine. Same code as before with no actual changes. Maybe my VS went crazy for a while, so this is no longer an error. Thanks for your help!
by jp1982
Thu May 05, 2011 6:55 pm
Forum: Support (Vault)
Topic: executing REMEMBERLOGIN from VS returns error
Replies: 9
Views: 7283

Re: executing REMEMBERLOGIN from VS returns error

jp1982 wrote:No, all of them have no spaces between them.
Actually I do have spaces in one parameter, which is the parameter name. Sorry I missed it. You think that is what is causing the error?
by jp1982
Wed May 04, 2011 6:49 pm
Forum: Support (Vault)
Topic: executing REMEMBERLOGIN from VS returns error
Replies: 9
Views: 7283

Re: executing REMEMBERLOGIN from VS returns error

No, all of them have no spaces between them.