Re: Has anyone used Borland StarTeam?

2006-08-09 Thread Mark Walters
Christopher,

I have managed to get StarTeam to work with the 6.3 Admin Tool - details 
below.  Please note that I haven't used it in anger though so I can't 
comment on how well it works with ARS but the following should at least 
allow you to get it to be recognised as a valid SCC provider.  I hope it 
helps.

The problem appears to be that the Admin Tool has a problem reading the 
registry key that points to the StarTeam integration.  Using Sysinternals 
regmon utility you can see a buffer overflow error that does not occur 
with Visual SourceSafe.

The list of installed SCC providers is in the registry at

HKLM\Software\SourceCodeControlProvider\InstalledSCCProviders

This key contains a pointer to the registry keys of each installed SCC 
product.  On a test system this has

Microsoft Visual SourceSafe Software\Microsoft\SourceSafe
StarTeam Source Code Control Software\Borland\StarTeam 
Integrations\StarTeam Microsoft SCC Integration

Both of the referenced keys then contain the SCCServerName and 
SCCServerPath keys that the Admin Tool should read.

The buffer overflow error is caused when reading the StarTeam key 
reference so I created a shorter new key;

HKLM\Software\Borland\StarTeam

and added string entries in there for

SCCServerName StarTeam
SCCServerPath c:\winnt\system32\MsSccIntegration3.dll

These were copied from the original key. I then edited the reference in 
the InstalledSCCProviders key to point here instead;

Microsoft Visual SourceSafe Software\Microsoft\SourceSafe
StarTeam Source Code Control Software\Borland\StarTeam

Now, when I go to enable SCC in the Admin Tool, StarTeam is available.

On Wed, 9 Aug 2006 14:07:45 -0400, Christopher Pruitt 
<[EMAIL PROTECTED]> wrote:

>I am seeking some feedback on some software by Borland called StarTeam.
>
>Has anyone on the list used that for configuration management/source code
>check-in/check-out? If so, did you have any issues when connecting it to
>the AR System?

___
UNSUBSCRIBE or access ARSlist Archives at http://www.wwrug.org


Query on Fixed and Floating Licenses...

2006-08-09 Thread Remedy Developer
**

Hi,
I have a couple of queries with respect to Licensing:
1) If a person has a AR User & HD - Floating License, will he be able to modify other person's information using the People Definition form .This person has been assigned all the requisite permission like APP-Administrator, APP-Management, APP-Support. This person actually acts like an administrator at his office, so will he be having the exclusive rights for the modification of any other person information record (similar to how we do it using the Demo Login). The one difference I found out that Demo has a HD & AR User Fixed license and so he is able to modify the person information whereas this person is not since he holds a floating license. Does floating license differ from fixed license in this respect.

2) I have this strange problem occuring at the customer end. They have one Helpdesk-Fixed license which has stuck up with one particular user and I'm unable to free this license from this particular user. This person name doesn't exist under the User form nor does he exist in the SHR:People form. I came to this conclusion that the license is held up by this particular person when I checked up the schema entries for SHR:People form in the SQL Server database. Is there any way , I could free this license from this particular user? Will arreload, arcache or arsignal commands help me out with this problem?

Request your help with both the issues. Thanks.
Customer Env details - WIN 2000, ARS 6.3 patch 16, SQL SERVER 2000.
 
Thanks,
Frank.
__20060125___This posting was submitted with HTML in it___


Re: Problem in Table Field

2006-08-09 Thread Nisha RAMTRI
Hi,
You can check the permissions of the columns of the table field and
additionally check the permissions of the form. If APP-Support is not there
and add so. Looks like an access problem.


Warm Regards,
Nisha Ramtri
Remedy Development, ITAC,
ST Microelectronics Ltd.
Plot#1, Knowledge Park-III,
Greater Noida.
Ph# (0120)3916000 Extn:6247
PSTN# (0120)4006247

 



-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of karlochacon
Sent: Wednesday, August 09, 2006 11:10 PM
To: arslist@ARSLIST.ORG
Subject: Problem in Table Field


hello

I got this probem i have a Table Field  and its columns ok.

the point is when i a support user is loged in the aplication can not see
anything, but the table field show the information match

3 entries return - 3 entries matched (3 just to say  any number), well that
support user can not see the information, but the information is retrieved.

on the other hand an admin or management can see the data without any
problem.

it seems like the data in support is invisible. im not kidding, what could
the trouble be?

thanks a lot

-- 
View this message in context:
http://www.nabble.com/Problem-in-Table-Field-tf2080239.html#a5730521
Sent from the ARS (Action Request System) forum at Nabble.com.


___
UNSUBSCRIBE or access ARSlist Archives at http://www.wwrug.org

___
UNSUBSCRIBE or access ARSlist Archives at http://www.wwrug.org


Re: Adding JavaScript To Mid-Tier Version 6.3

2006-08-09 Thread Bradford Bingel
That would be only if you choose to use JavaScript extensions.

Standard JavaScript can be embedded in your HTML as native code, or can be
stored outside your HTML block and referenced via a  tag, as in: