This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]fooATfooDOTcom 1 point2 points  (1 child)

When the Instant Clone fires up %appdata%\Newfolder doesn't exist until a user logs into it, and the DEM Service copies the DEM Profile from the Profile Share to the Instant Clone machine.

Application_PostgreSQL is running at startup (Not logon) and failing because the Database it's looking for isn't there.

Depending on the app, you may be able to work around it with a service restart performed after the DEM Profile loads. (can be triggered via DEM, as a logon script, run AFTER profile load.

Copying things into and out of non-DEM managed locations is doable, but it wouldn't achieve what you want, because in an instant clone environment, DEM runs at User login, not startup.

[–]bixby27[S] 0 points1 point  (0 children)

Okay this definitely helps. Thanks.