‎2010 Oct 21 12:05 PM
Hello,
Can we export data to a MDB (MsAccess Database) during background processing. There are some previous threads related to this but I could not get the answer. I belive OLE connection will not work during background processing.
What are the other posibilities, Will any of the below approach help?
1. Using XI/PI
2. Using DBCO connection ?
3. Using ODBC connection ?
Please let me know if anyone achieved updating MDB during background processing.
Thanks in advance,
‎2010 Oct 21 3:17 PM
‎2010 Oct 22 3:30 PM
Hello Andreas Mann,
I want this to be exported to Application server.
Do you mean to say it is possible only to presentation server?
Please clarify.
Thanks,
JP
‎2010 Oct 22 3:33 PM
Sorry I forgot to mention one thing.
I know that during Background processing we cant access presentation server, we can only access application server but the problem here is MDB.
Is it possible to generate MDB files on application server (that too while running in background mode) then How?