Application Inheritance and Installing SF with existing source code


Author
Message
Jason Thibeault
Jason Thibeault
StrataFrame Beginner (5 reputation)StrataFrame Beginner (5 reputation)StrataFrame Beginner (5 reputation)StrataFrame Beginner (5 reputation)StrataFrame Beginner (5 reputation)StrataFrame Beginner (5 reputation)StrataFrame Beginner (5 reputation)StrataFrame Beginner (5 reputation)StrataFrame Beginner (5 reputation)
Group: Forum Members
Posts: 5, Visits: 9
I have inherited an application from a previous developer that utilized StrataFrame. I have all of the source code for all of the SF modules.



I do not have access to the SF installer version they used previously (trying to get it).



I need a little advice/guidance on how to get SF installed (so that I can access its features through VS2005) but also incorporate the existing SF source files I have to keep all of the work that has been done.



Thanks,



Jason
Replies
Dustin Taylor
Dustin Taylor
StrataFrame Team Member (938 reputation)
Group: StrataFrame Users
Posts: 364, Visits: 771
Recreating the Bo mappings is pretty straight forward, though it can be time consuming depending on how large your project is (so lets hope you can find that database Smile).

There are more in depth descriptions of this in the help file, but just to give you a point in the right direction:

1) Open your project within visual studio.

2) Select "Business Object Mapper" from the StrataFrame menu

3) Click on your project under the "Available Projects" tree on the left pane and select the "Configure Project" link on the right.

4) If you had your StrataFrame database present and mapped, you would be able to select your project from the "Choose Project" list, if not, you will need to create a new one by clicking New....

5) Give a project name and Database type. The Database Deployment Toolkit can be used to define these structures, but that is housed within the StrataFrame database as well (and as such would have to be re-created before mapping the BOs in the event that you lost the StrataFrame database.)  If you are using a different database type, just select it from the radio group and provide the appropriate connection information.

6) Once the project is defined, select the first business object, click "Configure Business Object", and give it the associated table.

7) Rinse and repeat for the remaining business objects, then click Rebuild All

The issue here is that you may not know where any advanced options were used. It goes without saying that finding that StrataFrame database would be miles simpler and more reliable than trying to rebuild all of this information after the fact.

Greg McGuffey
Greg McGuffey
Strategic Support Team Member (4.8K reputation)
Group: Forum Members
Posts: 2K, Visits: 6.6K
Just one thing to add to Dustin's comment.



If you can't find the db and are redoing it, you can often figure out the special settings by looking at the designer file of the BO...assuming you haven't rebuilt it yet. This can tell you things like if there is null setting for a field or if the field is converting to another type. Also the security key is buried in there somewhere, if they used security keys on individual fields. In any case, all the data you put into the BO mapper is somewhere in the designer file. This isn't really fun at all...so lets hope that db is found! BigGrin
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View
Threaded View
Jason Thibeault - 17 Years Ago
Trent L. Taylor - 17 Years Ago
Jason Thibeault - 17 Years Ago
Trent L. Taylor - 17 Years Ago
Jason Thibeault - 17 Years Ago
                         Additionally, although I have the original SF sourcecode (which I am...
Jason Thibeault - 17 Years Ago
                             Hey Jason. Unless for learning or debugging purposes, you won't need...
Ivan George Borges - 17 Years Ago
                             [quote]How do I resolve this? I need to be able to open the legacy...
Trent L. Taylor - 17 Years Ago
                                 That is exactly the information I needed. We are on the hunt for that...
Jason Thibeault - 17 Years Ago
Dustin Taylor - 17 Years Ago
Greg McGuffey - 17 Years Ago
Dustin Taylor - 17 Years Ago

Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search