dbTalk Databases Forums  

DSO problems, mayday

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss DSO problems, mayday in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
jerome
 
Posts: n/a

Default DSO problems, mayday - 09-17-2003 , 02:54 AM






Hi,

I've done a vbs program that generates an as database
(using metadata scripter subroutines), where measures and
dimensions are created from metadata in a SQL table. No
errors when running the script, the database looks ok in
AM, and processes ok.

After several weeks I get an database processing error
that a member is in the fact table (optimized schema), but
not in the dimension table. BUT IT IS ! After having
deleted and regenerated the database (or saved it without
really changing anything) the errors disappears. I can't
repeat the error.

This has happened on two different servers (different
facttables and dimensions) after some time.

Questions:
Any idea, anyone?
When using DSO, is it easy to create instable or corrupt
databases, ie what you see in AM is not whats in the
repository?
Is there a control program to verify/repair an AS database
when having problems?

We use ASY2K and SP3.

/Jerome

Reply With Quote
  #2  
Old   
dxd
 
Posts: n/a

Default Re: DSO problems, mayday - 09-17-2003 , 07:25 AM







Did you also process your dimensions before you process cubes?



Originally posted by Jerome

Quote:
Hi,



I've done a vbs program that generates an as database

(using metadata scripter subroutines), where measures and

dimensions are created from metadata in a SQL table. No

errors when running the script, the database looks ok in

AM, and processes ok.



After several weeks I get an database processing error

that a member is in the fact table (optimized schema), but

not in the dimension table. BUT IT IS ! After having

deleted and regenerated the database (or saved it without

really changing anything) the errors disappears. I can't

repeat the error.



This has happened on two different servers (different

facttables and dimensions) after some time.



Questions:

Any idea, anyone?

When using DSO, is it easy to create instable or corrupt

databases, ie what you see in AM is not whats in the

repository?

Is there a control program to verify/repair an AS database

when having problems?



We use ASY2K and SP3.


/Jerome


--
Posted via http://dbforums.com


Reply With Quote
  #3  
Old   
Sunil K
 
Posts: n/a

Default DSO problems, mayday - 09-17-2003 , 10:57 AM



Yes, I have seen this error. Atleast in my case it was
actually a "true" error message.

The way to fix this is to set the different components of
the cube/dimensions in the VB program, explicitly. What I
mean is: SourceTable, FromClause, Join conditions etc.

Hope this helps.

Sunil.




Quote:
-----Original Message-----
Hi,

I've done a vbs program that generates an as database
(using metadata scripter subroutines), where measures and
dimensions are created from metadata in a SQL table. No
errors when running the script, the database looks ok in
AM, and processes ok.

After several weeks I get an database processing error
that a member is in the fact table (optimized schema),
but
not in the dimension table. BUT IT IS ! After having
deleted and regenerated the database (or saved it without
really changing anything) the errors disappears. I can't
repeat the error.

This has happened on two different servers (different
facttables and dimensions) after some time.

Questions:
Any idea, anyone?
When using DSO, is it easy to create instable or corrupt
databases, ie what you see in AM is not whats in the
repository?
Is there a control program to verify/repair an AS
database
when having problems?

We use ASY2K and SP3.

/Jerome
.


Reply With Quote
  #4  
Old   
jerome
 
Posts: n/a

Default Re: DSO problems, mayday - 09-18-2003 , 05:20 AM



yes, both separately and as a part of db processing

/J
Quote:
-----Original Message-----

Did you also process your dimensions before you process
cubes?



Originally posted by Jerome

Hi,



I've done a vbs program that generates an as database

(using metadata scripter subroutines), where measures
and

dimensions are created from metadata in a SQL table. No

errors when running the script, the database looks ok in

AM, and processes ok.



After several weeks I get an database processing error

that a member is in the fact table (optimized schema),
but

not in the dimension table. BUT IT IS ! After having

deleted and regenerated the database (or saved it
without

really changing anything) the errors disappears. I can't

repeat the error.



This has happened on two different servers (different

facttables and dimensions) after some time.



Questions:

Any idea, anyone?

When using DSO, is it easy to create instable or corrupt

databases, ie what you see in AM is not whats in the

repository?

Is there a control program to verify/repair an AS
database

when having problems?



We use ASY2K and SP3.



/Jerome


--
Posted via http://dbforums.com
.


Reply With Quote
  #5  
Old   
jerome
 
Posts: n/a

Default DSO problems, mayday - 09-18-2003 , 05:53 AM



- How did you notice it was "true" ? The sql code when
processing ? For me, it was only one product among 1000
that was rejected, and it worked ok when I first generated
the cube.
- Any idea about a verify/repair program ?

/J

Quote:
-----Original Message-----
Yes, I have seen this error. Atleast in my case it was
actually a "true" error message.

The way to fix this is to set the different components of
the cube/dimensions in the VB program, explicitly. What I
mean is: SourceTable, FromClause, Join conditions etc.

Hope this helps.

Sunil.




-----Original Message-----
Hi,

I've done a vbs program that generates an as database
(using metadata scripter subroutines), where measures
and
dimensions are created from metadata in a SQL table. No
errors when running the script, the database looks ok in
AM, and processes ok.

After several weeks I get an database processing error
that a member is in the fact table (optimized schema),
but
not in the dimension table. BUT IT IS ! After having
deleted and regenerated the database (or saved it
without
really changing anything) the errors disappears. I can't
repeat the error.

This has happened on two different servers (different
facttables and dimensions) after some time.

Questions:
Any idea, anyone?
When using DSO, is it easy to create instable or corrupt
databases, ie what you see in AM is not whats in the
repository?
Is there a control program to verify/repair an AS
database
when having problems?

We use ASY2K and SP3.

/Jerome
.

.


Reply With Quote
  #6  
Old   
Sunil Kadimdiwan
 
Posts: n/a

Default DSO problems, mayday - 09-18-2003 , 12:18 PM



Not too sure, exactly when, its been a while. One of the
things that made my DSO module work was to initialize
the "structure" so to speak. Almost like going back to
programming fundamentals, initialize the values:
SourceTable, JoinClause, FromClause etc. This ensures that
none of these are wrongly allocated by the DSO module.

Hope this helps.

Sunil


Quote:
-----Original Message-----
- How did you notice it was "true" ? The sql code when
processing ? For me, it was only one product among 1000
that was rejected, and it worked ok when I first
generated
the cube.
- Any idea about a verify/repair program ?

/J

-----Original Message-----
Yes, I have seen this error. Atleast in my case it was
actually a "true" error message.

The way to fix this is to set the different components
of
the cube/dimensions in the VB program, explicitly. What
I
mean is: SourceTable, FromClause, Join conditions etc.

Hope this helps.

Sunil.




-----Original Message-----
Hi,

I've done a vbs program that generates an as database
(using metadata scripter subroutines), where measures
and
dimensions are created from metadata in a SQL table. No
errors when running the script, the database looks ok
in
AM, and processes ok.

After several weeks I get an database processing error
that a member is in the fact table (optimized schema),
but
not in the dimension table. BUT IT IS ! After having
deleted and regenerated the database (or saved it
without
really changing anything) the errors disappears. I
can't
repeat the error.

This has happened on two different servers (different
facttables and dimensions) after some time.

Questions:
Any idea, anyone?
When using DSO, is it easy to create instable or
corrupt
databases, ie what you see in AM is not whats in the
repository?
Is there a control program to verify/repair an AS
database
when having problems?

We use ASY2K and SP3.

/Jerome
.

.

.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.