What is #DATASYNC error how to remove it?
Answers were Sorted based on User's Feedback
Answer / sunnyodc
This error come when you fetch more than 1 dimensions from
2 joined queries.
if you are merging 2 queries , you can pull all objects of
1st query , but only one dimension object from 2nd query.
you can use merged object from 2nd query but not the other
ones,
if you want to show remaining objects of 2nd query make a
measure variable of each dimension. that means put them in
new variable and define that variable as measure.
now bring them on report. select table go to property click
the option > show rows with empty measure values.
Is This Answer Correct ? | 44 Yes | 14 No |
Answer / amit rathi
#DATASYNC :#DATASYNC occurs when you place a dimension from
a different dataprovider in a block containing dimensions
from another data provider, and the two data providers are
not synchronized through a merged dimension.
#DATASYNC appears in all dimensions in the block and
#CONTEXT in the measures.
Example: Dimensions from different data providers in a block
If a report based on the Island Resorts Marketing universe
contains data providers with the objects (Year, Revenue) and
(Quarter), a block containing Year, Quarter and Revenue
displays #DATASYNC in the Year and Quarter columns because
the two data providers are not synchronized through a merged
dimension
Is This Answer Correct ? | 22 Yes | 4 No |
BO Webi report in running fine in Dev but takes a long time to run in Production environment, how to reduce this processing time.
Please anybody tell me Is Data integration And ETL programming is same..? Thanks in advance....
While at local system, u could get all records say 1 lakh, but while at server u got only 50000 records when u run the report. What could be the causes. How to Rectify this.
How maually can i define ? If thousends of records exists in a table?
what is static filter and dynamic filter
I have 2 structures in universe,but i can't link the structures b'cos no related columns,so what i have 2 do to link dat and if don't link them can i get data of 2 structures in the report that i run?
We can have two separate installations of BOE XI 3.1 on a single server?
How to create Generic TIME CLASS, which includes Objects Year,Month and Qtr?
in universe perameter u dont give the option multiple contexts ,what is the impact in report level
without creating the business view is there possible to create & generate the Crystal reports?
in a database date formate is in dd/mm/yy. In my report I want when I prompt the date coloumn it should be displayed in (yyyy/mmm/dd)format. how could I do this plse send me as soon as possible.
Explain how to execute the plsql procedure from the report by clicking with mouse?