We are in the process of converting DESKI reports to WEBI and would like to generate audit report while using Report Conversion tool. We have imported auditing_ReportConversionTool_en.biar which has created the necessary universe and teh report but as the universe uses OBJ_G_MIGRATION table , where exactly do we find the script for creating this table. Not to be confused with BO auditing which contains 6 tables.
Check the section on âAuditing the conversion sessionâ of the xir2_report_conversion_tool_en.pdf document from the Tech Support site, it should explain it all!
After checking the knowledge base documents it seems that its a known fault and the table gets created after restarting the Report conversion tool once the connection is defined in the BO universe and in the CMC.
I am in BOXI 3.0 an I have the same problem: generate audit report while using Report Conversion tool
I have created the Universe and the connection of Report Conversion Tool in Designer, and exported the Universe
I have defined the Audit Conversion connection in the CMC and restarted the server.
But the OBJ_G_MIGRATION table doesnât created.
I created manually OBJ_G_MIGRATION table and check the Universe with this table and all is OK.
I restarted the server but the audit report while using Report Conversion tool doesnât work. I get the message MIGTOOL_UNKNOWN_ERROR
and in details of error java stack there is
com.bo.migration.MigrationApp.insertDate(MigrationApp.java:2427)
The table is created the first time you use the RCT and pick the connection that points to the db (the same one you use in the universe). Itâs probably best to remove the table from the db and then run the RCT.
I remove the table from the db and restart the BOXI server.
Then, I run the Report Convertion Tool. but I have the same error.
Do you know where I can find auditing_ReportConversionTool_en.biar for
BOXI 3.0 ?
I discover that the Report Convertion Tool call a script, migration.bat, in
%INSTALLDIR%\wun32_x86\scripts\
I see in this script that it is possible to execute the command in mode TRACE with argument=â-traceâ
I use this option, and try to execute migration document.
It doesnât work but in file C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\Logging\javaw_7572_2009_04_06_16_32_11_281_trace.log
there is a lot of information. I put this file in attachement
In fact, RCT write temporary files in C:\Documents and Settings\administrateur\Local Settings\Temp\conversion\USER146731693\logs, and in sub-directory logs, it create a file D2419450.xml
that indicates Impossible dâouvrir le document BusinessObjects ou le document Desktop Intelligence
I am getting exactly the same problem on BOXI 3.1 on Windows 2003 Server when trying to audit log the Report Conversion Tool to an Oracle 10g database. The secured connection is correctly set and the Oracle user does have create table privileges (the same user was able to create the Audit database objects OK).
I find that this works fine with SQL Server 2005, but does not work with Oracle 10g. The following trace logging is produced which logs the problem, but doesnât explain why the problem is occurring.
I have had a look at the release notes for XI 3.1 fix packs 1, 2 and 3. This does not mention a fix for this issue.
Any clues ?
Thanks,
Sean
[i]2009/04/19 07:32:28.687|>>|E| | 5112|5792| |||||||||||||||UMP: ERROR: addConnection: could not decrypt : Invalid decrypt buffer size â1416â [umpauditdb.cpp;71]
umpauditdb.cpp:121:unsigned long __thiscall UMPAuditDb::checkDatabase(unsigned long): TraceLog message 12
2009/04/19 07:32:28.734|>>|E| | 5112|5792| |||||||||||||||UMP: ERROR: Bad Connect String Format : AUTHENTICATION_MODE [umpauditdb.cpp;121]
umpauditdb.cpp:167:unsigned long __thiscall UMPAuditDb::createDatabase(unsigned long): TraceLog message 13
2009/04/19 07:32:28.734|>>|E| | 5112|5792| |||||||||||||||UMP: ERROR: Bad Connect String Format : AUTHENTICATION_MODE [umpauditdb.cpp;167]
umpauditdb.cpp:174:unsigned long __thiscall UMPAuditDb::createDatabase(unsigned long): TraceLog message 14
The auditing with MS Access works perfect but I would like to use MS SQL Server instead for this purpose. I did the configuration similar to the instructions above but the OBJ_G_MIGRATION table is not created.
Is it possible to use another dbms than MS Access as auditing db for the RCT? Or are there any important steps I could have forgotten? I did the following steps:
create a new db in SQL Server
add a new user with the needed rights to create tables in this db
add a new BO-connection via Designer
configure this connection for auditing of the RCT in the CMC
convert a report and configure RCT that it writes data into the SQL server database via the BO connection