You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 21, 2020. It is now read-only.
Description: - Facing issue while loading app, QVD generator working fine after the change.
[Description of the issue]
Applications:
LOAD
"Document Id",
"Document Id" as %KeyDocumentLineage,//, //previously %KeyDocument
// "Document Id"&'--'&replace("Application User",'','_') as %KeyDocument, //previously %KeyDocument connected to Library components
"Document Id" as "Lineage Document Id",
"Document Id" as KeyAppTree,
"Document Created Time",
"Document Modified Time",
"Document Modified By Username",
"Document Name",
"Document Name" as "Document Title",
"Document Name" as "Document Name Owners",
"Document Published Time",
"Document Published",
date(MonthStart([Document Published Time]),'YYYY-MMM') as "Document Published Year-Month",
date(floor([Document Published Time])) as "Document Published Date",
Year("Document Published Time") as "Document Published Year",
Month("Document Published Time") as "Document Published Month",
Hour("Document Published Time") as "Document Published Hour",
Minute("Document Published Time") as "Document Published Minute",
"Document Description",
"Document File Size",
"Document Last Reload Time",
"Document Last Reload Time" as "Document Last Reload Date",
"Document Saved in Product Version",
"Stream Id",
"Stream Name",
"Document Owner Id",
"Document Owner User Id",
"Document Owner Directory",
"Document Owner Name",
"Document Owner Directory"&''&"Document Owner User Id" as "Document Owner by UserId",
%KeyDocumentTagsId,
"Application User",
comp_userDocId
FROM [lib://qsgc-qvds/Apps.qvd]
(qvd)
Started loading data
Run Options << Run Options
(QVD (row-based) optimized)
Lines fetched: 0
AppsList << Apps
(QVD (row-based) optimized)
Lines fetched: 7
Native Objects Map << 7335898d-f0f9-49ab-88ed-9cc9a2bce780
Lines fetched: 20
AppOwners Map << Apps
Lines fetched: 7
TreeSheetOwnership_tmp << Sheets
Lines fetched: 0
Sheet Objects
Lines fetched: 0
TreeSheetObjOwnership Map << TreeSheetOwnership_tmp
Lines fetched: 0
Log Library Connections << scriptparsinglibconnections
(QVD (row-based) optimized)
Lines fetched: 0
ParsedTables << scriptparsingparsedtables
(QVD (row-based) optimized)
Lines fetched: 0
ParsedFields << scriptparsingparsedfields
(QVD (row-based) optimized)
Lines fetched: 0
userList << userList
(QVD (row-based) optimized)
Lines fetched: 11
tempUserMapLoad << userList
Lines fetched: 11
The following error occurred:
Field 'Application User' not found
The error occurred here:
?
Data has not been loaded. Please correct the error and try loading again.
Steps to Reproduce
[First Step]
[Second Step]
[and so on...]
Expected behavior: [What you expect to happen]
Actual behavior: [What actually happens]
Reproduces how often: [What percentage of the time does it reproduce?]
Versions
You can get this information by looking on the version page for the web app, agent or the config.js file located in the config directory of the distribution. Also, please include the OS and what version of the OS you're running.
Additional Information
Any additional information, configuration or data that might be necessary to reproduce the issue.
The text was updated successfully, but these errors were encountered:
Prerequisites
Description: - Facing issue while loading app, QVD generator working fine after the change.
[Description of the issue]
Applications:
LOAD
"Document Id",
"Document Id" as %KeyDocumentLineage,//, //previously %KeyDocument
// "Document Id"&'--'&replace("Application User",'','_') as %KeyDocument, //previously %KeyDocument connected to Library components
"Document Id" as "Lineage Document Id",
"Document Id" as KeyAppTree,
"Document Created Time",
"Document Modified Time",
"Document Modified By Username",
"Document Name",
"Document Name" as "Document Title",
"Document Name" as "Document Name Owners",
"Document Published Time",
"Document Published",
date(MonthStart([Document Published Time]),'YYYY-MMM') as "Document Published Year-Month",
date(floor([Document Published Time])) as "Document Published Date",
Year("Document Published Time") as "Document Published Year",
Month("Document Published Time") as "Document Published Month",
Hour("Document Published Time") as "Document Published Hour",
Minute("Document Published Time") as "Document Published Minute",
"Document Description",
"Document File Size",
"Document Last Reload Time",
"Document Last Reload Time" as "Document Last Reload Date",
"Document Saved in Product Version",
"Stream Id",
"Stream Name",
"Document Owner Id",
"Document Owner User Id",
"Document Owner Directory",
"Document Owner Name",
"Document Owner Directory"&''&"Document Owner User Id" as "Document Owner by UserId",
%KeyDocumentTagsId,
"Application User",
comp_userDocId
FROM [lib://qsgc-qvds/Apps.qvd]
(qvd)
Started loading data
Run Options << Run Options
(QVD (row-based) optimized)
Lines fetched: 0
AppsList << Apps
(QVD (row-based) optimized)
Lines fetched: 7
Native Objects Map << 7335898d-f0f9-49ab-88ed-9cc9a2bce780
Lines fetched: 20
AppOwners Map << Apps
Lines fetched: 7
TreeSheetOwnership_tmp << Sheets
Lines fetched: 0
Sheet Objects
Lines fetched: 0
TreeSheetObjOwnership Map << TreeSheetOwnership_tmp
Lines fetched: 0
Log Library Connections << scriptparsinglibconnections
(QVD (row-based) optimized)
Lines fetched: 0
ParsedTables << scriptparsingparsedtables
(QVD (row-based) optimized)
Lines fetched: 0
ParsedFields << scriptparsingparsedfields
(QVD (row-based) optimized)
Lines fetched: 0
userList << userList
(QVD (row-based) optimized)
Lines fetched: 11
tempUserMapLoad << userList
Lines fetched: 11
The following error occurred:
Field 'Application User' not found
The error occurred here:
?
Data has not been loaded. Please correct the error and try loading again.
Steps to Reproduce
Expected behavior: [What you expect to happen]
Actual behavior: [What actually happens]
Reproduces how often: [What percentage of the time does it reproduce?]
Versions
You can get this information by looking on the version page for the web app, agent or the config.js file located in the config directory of the distribution. Also, please include the OS and what version of the OS you're running.
Additional Information
Any additional information, configuration or data that might be necessary to reproduce the issue.
The text was updated successfully, but these errors were encountered: