Forum Post: RE: Connecting To SQL 2008 Datebase To Pull Out the Data And To Create Rollbase...

  • Thread starter Thread starter Orchid Corpin
  • Start date Start date
Status
Not open for further replies.
O

Orchid Corpin

Guest
Hi ithrees, This can be done by some configuration in your database.xml file to use external database and external object. We have a detailed documentation that you can follow via this link http://documentation.progress.com/output/Rollbase/index.html#page/rb/Rollbase.290.html# Go to Integrating with Outside Sources Using External Tables as Rollbase Objects Using an External Database and External Objects for Private Cloud. Make sure you specify "yes" to the isExternal attribute to your new DB in the database.xml e.g. Database name="RB_CUST1" isExternal="yes" Another way to check this is in your master zone System Console app Databases section Click edit Make sure to check the checkbox "This database includes External tables which can be mapped as system objects" and this will automatically set the isExternal="true" - in the documentation it is "yes" but in my Private cloud it set into "true". Regards, Orchid

Continue reading...
 
Status
Not open for further replies.
Back
Top