Hi Francine;
Ok, I attempted repoint to a new workspace and recreated the datasource and attempted to run the Move Space function with the same result.
To troubleshoot, I created a new user in the database with the same privileges and then output the queries that hit the database from the querylog as shown below. The only one I had an issue with running was the fourth query down where it is looking for a parameter "?"; I replaced the parameter with a value and it works.
SQL_TEXT
- select * from DBC.Database_Default_JournalsV (22 Rows)
- HELP SESSION (1 Row)
- SELECT DatabaseName FROM dbc.DatabasesV ORDER BY 1 (27,727 Rows)
- Lock DBC.DiskSpaceV for Access SELECT TRIM(TRAILING FROM DataBaseName) AS Name, SUM(CurrentPerm) AS CurrentPerm, SUM(MaxPerm) AS MaxPerm, SUM(PeakPerm) AS PeakPerm FROM DBC.DiskSpaceV WHERE DataBaseName = ? GROUP BY DataBaseName ORDER BY DataBaseName
- SELECT TRIM(InfoData) as InfoData FROM DBC.DBCInfo WHERE InfoKey = 'LANGUAGE SUPPORT MODE' (1 Row)
- Lock DBC.DiskSpaceV for Access SELECT TRIM(TRAILING FROM DataBaseName) AS Name, SUM(CurrentPerm) AS CurrentPerm, SUM(MaxPerm) AS MaxPerm, SUM(PeakPerm) AS PeakPerm FROM DBC.DiskSpaceV WHERE DataBaseName = 'USERNAME2' GROUP BY DataBaseName ORDER BY DataBaseName (1 Row)
- SELECT DatabaseName, TRIM (CommentString) AS CommentString, TRIM(TRAILING FROM DBKind) AS DBKind, CreatorName, AccessCount, LastAccessTimeStamp, OwnerName, AccountName, ProtectionType, PermSpace, TempSpace, SpoolSpace, JournalFlag FROM DBC.DATABASESV ORDER BY DatabaseName (27,727 Rows)
Hi Francine;
Ok, I attempted repoint to a new workspace and recreated the datasource and attempted to run the Move Space function with the same result.
To troubleshoot, I created a new user in the database with the same privileges and then output the queries that hit the database from the querylog as shown below. The only one I had an issue with running was the fourth query down where it is looking for a parameter "?"; I replaced the parameter with a value and it works.
SQL_TEXT
- select * from DBC.Database_Default_JournalsV (22 Rows)
- HELP SESSION (1 Row)
- SELECT DatabaseName FROM dbc.DatabasesV ORDER BY 1 (27,727 Rows)
- Lock DBC.DiskSpaceV for Access SELECT TRIM(TRAILING FROM DataBaseName) AS Name, SUM(CurrentPerm) AS CurrentPerm, SUM(MaxPerm) AS MaxPerm, SUM(PeakPerm) AS PeakPerm FROM DBC.DiskSpaceV WHERE DataBaseName = ? GROUP BY DataBaseName ORDER BY DataBaseName
- SELECT TRIM(InfoData) as InfoData FROM DBC.DBCInfo WHERE InfoKey = 'LANGUAGE SUPPORT MODE' (1 Row)
- Lock DBC.DiskSpaceV for Access SELECT TRIM(TRAILING FROM DataBaseName) AS Name, SUM(CurrentPerm) AS CurrentPerm, SUM(MaxPerm) AS MaxPerm, SUM(PeakPerm) AS PeakPerm FROM DBC.DiskSpaceV WHERE DataBaseName = 'USERNAME2' GROUP BY DataBaseName ORDER BY DataBaseName (1 Row)
- SELECT DatabaseName, TRIM (CommentString) AS CommentString, TRIM(TRAILING FROM DBKind) AS DBKind, CreatorName, AccessCount, LastAccessTimeStamp, OwnerName, AccountName, ProtectionType, PermSpace, TempSpace, SpoolSpace, JournalFlag FROM DBC.DATABASESV ORDER BY DatabaseName (27,727 Rows)