Error when creating Integration Objects for Siebel's BIP Reports
I was trying to convert our custom Siebel report objects into Integration Objects for the BI Publisher report using the command below:
run_ioc -r "CALLBKREQ" -d SSD_Local -u UserId -p pswd -n "BIP IO CALLBKREQ"
I was able to run this command last time and am now getting the error below.
2011/03/17 10:11:38.079 (SEVERE) Report 'CALLBKREQ' integration failed!!
java.sql.SQLException: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
java.lang.RuntimeException: java.lang.RuntimeException: java.sql.SQLException: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
at oracle.reports.utils.common.ExceptionHandlerImpl.raiseException(Unknown Source)