Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ASG-RD 2014 - RC2
#1
Hi all,

we do not have an approval by our QA team until today. There are some known issues and bugs for the current version - but we provide Release Candiate 2 (RC2).

This version will be supported by this forum - upgrade to final RTM version will be supported if possible (if data is getting corrupt during RC we can't guarantee to fix it).

The following ReleaseNotes describes the known (main) issues - we try to fix all the issues as soon as possible.

If you want to migrate your data from 2012 version you can do inside a new environment in 2014 - so you could not connect to an old environment (as in the past) - you need to create a new environment and select "Environment=>Upgrade from 2012".

ASG-RD 2014 RC2
ASG-RD 2014 RC2 (incl. SQL Express)

For any feedback please use this sub forum.

For users with running RC1 version

We updated 1 stored proc - please execute the following SQL-Statement on your database (for version 2014) or install a new db - else you will get some warnings during application startup

Code:
ALTER PROCEDURE [dbo].[PropertiesGet]
    @ItemId uniqueidentifier,
    @UserId uniqueidentifier,
    @RolePropertyId uniqueidentifier
AS
BEGIN
    if ((@ItemId = '00000000-0000-0000-0000-000000000000') and (@RolePropertyId = '00000000-0000-0000-0000-000000000000'))
        SELECT * FROM ItemProperties INNER JOIN Items ON ItemProperties.ItemId = Items.ItemId
            WHERE (Items.UserId = @UserId AND ItemProperties.UserId = '00000000-0000-0000-0000-000000000000') OR
                ((Items.UserId = '00000000-0000-0000-0000-000000000000') AND (ItemProperties.UserId = @UserId OR ItemProperties.UserId = '00000000-0000-0000-0000-000000000000'))
            ORDER BY ItemProperties.ItemId, ItemProperties.RolePropertyId, ItemProperties.UserId
    else if (@RolePropertyId = '00000000-0000-0000-0000-000000000000')
        SELECT * FROM ItemProperties
            WHERE ItemProperties.ItemId = @ItemId and
                (ItemProperties.UserId = @UserId OR ItemProperties.UserId = '00000000-0000-0000-0000-000000000000')
            ORDER BY ItemProperties.ItemId, ItemProperties.RolePropertyId, ItemProperties.UserId
    else
        SELECT * FROM ItemProperties
            WHERE ItemProperties.ItemId = @ItemId and ItemProperties.RolePropertyId = @RolePropertyId and
                (ItemProperties.UserId = @UserId OR ItemProperties.UserId = '00000000-0000-0000-0000-000000000000')
            ORDER BY ItemProperties.ItemId, ItemProperties.RolePropertyId, ItemProperties.UserId
END
Regards/Gruss
Oliver
#2
When syncing with VMware, folders do not sync. Seeing guests alone without the folder structure is not useable. I was told this feature would be available with this release. 'Am I missing something? Here is a previous post from another user looking for this capability.

This is concerning your feature to Sync with Vmware per this article on your forum:

http://forum.visionapp.com/showthread.ph...ght=vmware


Similar to syncing with Active Directory, we can sync with VMware but folders appear to be available in the next version.
#3
The VM-Folder-Sync feature will be available soon...
Regards/Gruss
Oliver
#4
Created a new DB in SQL Express 2012 ComputerName\SQL2012EXPRESS (asgRDDb) on the same system that I installed ASGRD2014_RC2_Setup
Set it up with Environment Manager & Test Connection "Connection Check Successful" Then When I try to connect I get the message's Environment Not Available Please try again or select another to connect. Could not find stored procedure "Connection Test" or Message Connection could not be established The product will now use cached data to run.

Any Thoughts???

Using Environment Manager to Create the DB was Successful.
Is there a way to export from vRD 2012 and Import into ASGRD 2014?
2012 doesn't look like it supports rde export and 2014 doesn't support vrd import
Both support csv but 2014 says import successful but even after a restart the connections do not show up.
Does the csv export need to be massaged to be importable into 2014?
#5
Environment=>Upgrade 2012 Environment
Regards/Gruss
Oliver
#6
Oliver,

There are still issues with permissions, it inherits were it shouldnt and i cant change this, I am admin and it doesnt let me delete now

// Kristoffer
#7
Ok, first you are able to login :-)

Now give me some details for the new problems - what is inherited? Permissions? And you can't change it on the permissions settings on object level? Is that right?

How did you configure it in 2012 and how it looks like in 2014? I want to reproduce for fixing it immediately because we want to publish tomorrow the next update...

If its easier for you you can send me some screenshots via eMail to support.emea@asg.com - just add a link to this thread - or post in the forum!
Regards/Gruss
Oliver
#8
You got mail
#9
Ok, under the Button "Inherited values" you always see where the data come from - in this case "Connections" means that it comes from the root folder - there you should see the same in "Default values" - I don't know how it was configured in 2012? Didn't you set permisions on the root folder? Or is the problem that you configured it, but selected on the folder you send me, that you want to use "different permissions" - so Inherit was unchecked in 2012?

I need to know the difference between 2012 and 2014 - if there is one.

Inherited data you can't delete - you can only switch to use "Default" instead (in 2012 => "Use inherited data" was unchecked).
Regards/Gruss
Oliver
#10
Was there any AIP methods or powershell commands created to add/remove connections?
#11
Hi Oliver,

I have permissions on the root folder, But under that i have set up personal permissons for my Groups.

But root permissions is inherited all the way down, this shoudnt happen.

How can i fix this ?
#12
@sjborgman: Not yet - but will be implemented after version 2014 is stable

@ehl-kpr: I tried to reproduce - but it seems to work like the following example

Root-Folder: Permissions set (Test-Group: ReadOnly)
-> SubFolder A: Permissions set (Test-Group: Full access)
-> SubFolder A1 - No permissions set (=>Inherit from Folder A, Full access)
-> SubFolder A2 - No permissions set (=>Inherit from Folder A, Full access)
-> SubFolder B - No permissions set (=>Inherit from Root Folder, Read Only)
Regards/Gruss
Oliver
#13
But i dont want it to inherit, I am admin i cant even delete some folders. Is it possible for you to call me, maybe you can look via teamviewer?

// Kristoffer
#14
Here is the thing.

If i set Users read on Connections this should propogate down.

If i then make a folder and i dont want to inherit permissions i set permissions i Default Values box, i have done this but it doesnt work.

So now i need to have read so mu users see every folder even my private ones.

This i Was able to hide in 2012 if i only put my account in permissions and disable inheret.

What can i do ?

// Kristoffer
#15
Yes, you're right - thousands of test cases - but nobody noticed that security issue :-) I fixed it and it will be in RC3 - publishing the binaries in the next hours!
Regards/Gruss
Oliver
#16
Closed
Regards/Gruss
Oliver




Users browsing this thread: 1 Guest(s)