Question
SINARMASMSIGLIFE
ID
Last activity: 26 May 2017 0:04 EDT
Import By Ruleset vs By Package Application
hi,
There is something I want to make sure about the ruleset, can pega OOTB import by Ruleset For the first time ?
i want to move the application from Server Pega1 into server Pega2 but using Ruleset for the first time(not Using Package ) ??
Can i use that way to import??
thanks
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Pegasystems Inc.
US
I couldn't get your query clear.
Pega will need the tables(mapped to your application related classes) on the imported environment (target). Data storage needs to be selected while packaging the application to perform import (first-use).
Eg:- If you create a new work class(creates/maps to a new work table in Pega DB) in the source environment. When you are packaging this application to import to target, the corresponding table should also be present in the target environment and therefore data storage should be selected.
Pegasystems Inc.
US
Hi Ryan,
We can move your application from server pega 1 to server pega 2 using Import by Ruleset approach, but you will have to ensure that you are including corresponding application references (required data instances) manually.
As it is on import first-time use, it is better to move your application using packaging wizard which includes all the references for you. Once the application is moved completely, on subsequent imports you can use RuleSet approach(patches) as we will be aware of the newly created/updated rules.
SINARMASMSIGLIFE
ID
hi harish
thanks for the information , Actually i've tried using packaging wizard , but when finished export there is an error in the class data integration external schema (my schema DB), I attach the error log.
can you or anyone can explain it? because when i'm using packaging wizard , in step 9 & 11 ( data table & data storage) is not selected.
Because these errors affect to the import process
thanks
Pegasystems Inc.
US
Hi Ryan,
Can we know the reason for not selecting Data table & Data Storage (this contains the DB schema changes required on target environment)?
SINARMASMSIGLIFE
ID
Hi Harish,
The reason is :
because the database is an external schema (in my own schema), So in my opinion don't need to incude into export / import pega, Pega will access it through class integration
Pegasystems Inc.
US
Hi Ryan,
Pega will need the tables(mapped to your application related classes) on the imported environment (target). Data storage needs to be selected while packaging the application to perform import (first-use).
Let us know
SINARMASMSIGLIFE
ID
hi Harish,
thanks for your information, but I want to make sure again.
Whether the data storage need to be selected is data from an external schema (not pega schema) ?
Because the data storage from the schema pega table has been selected .
thanks
Accepted Solution
Pegasystems Inc.
US
I couldn't get your query clear.
Pega will need the tables(mapped to your application related classes) on the imported environment (target). Data storage needs to be selected while packaging the application to perform import (first-use).
Eg:- If you create a new work class(creates/maps to a new work table in Pega DB) in the source environment. When you are packaging this application to import to target, the corresponding table should also be present in the target environment and therefore data storage should be selected.
SINARMASMSIGLIFE
ID
hi harish
thanks for your information.