Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Friday, September 20, 2024 
 
slxdeveloper.com Community Forums  
   
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
 Administration Forums - Database Administration
Forum to discuss SQL Server or Oracle database administration related to SalesLogix databases. View the code of conduct for posting guidelines.
Forums RSS Feed


 Back to Forum List | Back to Database Administration | New ThreadView:  Search:  
 Author  Thread: SLX Database Manager
Marc Johnson
Posts: 252
 
SLX Database ManagerYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 13 Aug 08 3:16 PM
I need to get into the SLX data schema. Not through the DBA access but how SalesLogix defines the fields behind the scenes. That data has to be stored some where. Anyone know the backdoor?

Marc

EDIT:
---------------
Is this the table? SYSDBA.ORMCOLUMN
[Reply][Quote]
Harendra Sinha
Posts: 66
 
Re: SLX Database ManagerYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 13 Aug 08 3:41 PM
Marc,

sysdba.SECTABLEDEFS is the table where all information about SLX data schema is stored.

-Harendra
[Reply][Quote]
Jeff Ballard
Posts: 326
 
Re: SLX Database ManagerYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 13 Aug 08 3:45 PM
I'll give you just enough to be dangerous:

RESYNCTABLEDEFS - basically defines the tables in SLX
SECTABLEDEFS - basically all the fields in the tables in SLX
JOINDATA - the joins between various tables in SLX

There are probably more that I've missed; those are off the top of my head - I'm sure others will jump in.

I've not worked with ORMCOLUMN, so I'm not sure how it's used.

Be careful if you choose to manually manipulate these tables - the power to shoot yourself in the foot is there.

Jeff
[Reply][Quote]
Harendra Sinha
Posts: 66
 
Re: SLX Database ManagerYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 13 Aug 08 3:57 PM
Quote:
Originally posted by Jeff Ballard

I'll give you just enough to be dangerous:

RESYNCTABLEDEFS - basically defines the tables in SLX
SECTABLEDEFS - basically all the fields in the tables in SLX
JOINDATA - the joins between various tables in SLX

There are probably more that I've missed; those are off the top of my head - I'm sure others will jump in.

I've not worked with ORMCOLUMN, so I'm not sure how it's used.

Be careful if you choose to manually manipulate these tables - the power to shoot yourself in the foot is there.

Jeff



RESYNCTABLEDEFS doesnot store all table info ( i have created 11 tables , only 4 tables in this table .Why ???)
Moreover it also stores info about views.(not all views comming up in this table ???)




Harendra
[Reply][Quote]
Marc Johnson
Posts: 252
 
Re: SLX Database ManagerYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 13 Aug 08 3:59 PM
Thanks guys but I actually found more of what I was looking for in the ORMCOLUMN table. I needed to see how a datatype was stored. in the Database Manager I have a Currency field with a Precision/scale of 255,4. In the ORMCOLUMN table it's listed as a decimal with no precision/scale. "Correct" currency fields are 17,4 and listed in the ORMCOLUMN table as decimal with 17,4.

Something is clearly messed up. I'm working with my business partner and SalesLogix Support.
[Reply][Quote]
Bob (RJ)Ledger
Posts: 1103
Top 10 forum poster: 1103 posts
 
Re: SLX Database ManagerYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 14 Aug 08 7:21 AM
Quote:
Originally posted by Jeff Ballard

I'll give you just enough to be dangerous:

RESYNCTABLEDEFS - basically defines the tables in SLX
SECTABLEDEFS - basically all the fields in the tables in SLX
JOINDATA - the joins between various tables in SLX

There are probably more that I've missed; those are off the top of my head - I'm sure others will jump in.

I've not worked with ORMCOLUMN, so I'm not sure how it's used.

Be careful if you choose to manually manipulate these tables - the power to shoot yourself in the foot is there.

Jeff


You misssed the encoded datablobs in all of the SECPROFILES records

But they are easy to miss.

--
RJLedger
[Reply][Quote]
Marc Johnson
Posts: 252
 
Re: SLX Database ManagerYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 14 Aug 08 10:06 AM
FYI: ORMCOLUMN is created for Oracle databases. Sorry for the confusion.
[Reply][Quote]
 Page 1 of 1 
  You can subscribe to receive a daily forum digest in your user profile. View the site code of conduct for posting guidelines.

   Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
 

 
 slxdeveloper.com is brought to you courtesy of Ryan Farley & Customer FX Corporation.
 This site, and all contents herein, are Copyright © 2024 Customer FX Corporation. The information and opinions expressed here are not endorsed by Sage Software.

code of conduct | Subscribe to the slxdeveloper.com Latest Article RSS feed
   
 
page cache (param): 9/20/2024 8:06:45 PM