Hi,
I am using SAP Adapter 4.6 SP5.
Is it possible to make it log into Database instead of flatfile?
If yes, how? I could find anything in SAP Adpater Settings where I can give the database name for logging.
Thanks,
Sandeep
Hi,
I am using SAP Adapter 4.6 SP5.
Is it possible to make it log into Database instead of flatfile?
If yes, how? I could find anything in SAP Adpater Settings where I can give the database name for logging.
Thanks,
Sandeep
Sandeep
There are a number of step that you have to go through
Add I.S. Extended Setting
1.1 watt.PartnerMgr.xtn.store=true
Using WmDB → define an alias called “transactions” ← hardcoded by SAP Adapter 4.6
Create the database table for the WmDB alias “transactions” by executing
the database script “create_PartnerManager_6XXXX_Oracle.sql” ← assume you are running Oracle. You should be able to find the script in
\common\db
Best Regards
Stephen