Designer: Unattended Refresh

Posts   
 
    
ChBaeumer
User
Posts: 175
Joined: 23-Oct-2003
# Posted on: 07-Jun-2005 17:25:04   

Hi Otis,

Strange things happens with my project when using the Unattended Refresh command. Most of my relations are removed from the project. This does not happen when I refresh the project manually.

So is there a difference between this two commands? I thought they are the same.

I use the version from June 5th, 2005. (This happend with the previous version too)

Thanx

Christoph

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39613
Joined: 17-Aug-2003
# Posted on: 07-Jun-2005 17:37:07   

The refresh call is the same, i.e.: it uses the same logic to refresh the catalog. Do you have multiple catalogs in your project and you refresh just 1 unattended? Do you by any chance login differently when you refresh manually?

What does 'most' mean, you only keep the custom relations? Could you enlist the preferences settings you've defined under 'Catalog Refresher' ?

When I refresh northwind unattended, it keeps all its relations... My settings: - AddNewElementsAfterRefresh: false - AddNewViewsAsEntitiesAfterRefresh: false - CreateBackupBeforeRefresh: true - ShowReportAfterRefresh: true - SyncMappedElementNamesAfterRefresh: false - UpdateCustomPropertiesAfterRefresh: true - VerboseRefresh: false

Frans Bouma | Lead developer LLBLGen Pro
ChBaeumer
User
Posts: 175
Joined: 23-Oct-2003
# Posted on: 07-Jun-2005 20:52:21   

Hi,

  • just on database,
  • I just changed ShowReportAfterRefresh = False UpdateCustomPropertiesAfterRefresh = false
  • I mean ALL relations are removed, just the Fields are left on the Designer
Otis avatar
Otis
LLBLGen Pro Team
Posts: 39613
Joined: 17-Aug-2003
# Posted on: 07-Jun-2005 21:06:42   

I can't reproduce it disappointed ...

SqlServer database I pressume? Btw, Are there any errors reported in the ApplicationOutput window?

Btw 2: unattended refresh connects to the server you used when creating the project, it might be it connects to a server other than the one you used with manual updates?

Frans Bouma | Lead developer LLBLGen Pro