SCCM Connector errors out at 29% synchronization

I have successfully integrated AD and SCCM into Service Manager, but the connector I created for SCCM stops at 29% synchronization with errors. I'm not actually sure how to determine what the error is in particular nor can I seem to solve this problem. I
have checked non-information logs this is what came up with relation to SCCM:
Data synchronization failed by Connector - SCCM.Importer.Inventory.SCCMConnector.6395a7bb03f44083bb045a16f119ce83.:Microsoft.EnterpriseManagement.ServiceManager.Connector.Sms.SmsConnector.
Exception type:ConnectorException
Exception message:getCurrentBatch failed . Exception type:DatabaseLayerException
Exception message:Command type:Text
Any suggestions would be greatly appreciated -- thanks.

Hi ,
Faced same problem , SCCM connector synchronization fails at 11%
About the environment setup
1. SCCM 2012 R2 CU1
2. SCSM 2012 R2
Event logscontains the below
Inner Exception:
Exception message:Invalid object name 'SCCM_Ext.vex_GS_NETWORK_ADAPTER'..
StackTrace:  
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData()
at System.Data.SqlClient.SqlDataReader.get_MetaData()
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader ds)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean asyncWrite)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, String srcTable)
at Microsoft.EnterpriseManagement.ObjectOrientedDatabaseLayer.DatabaseAccessLayer.GetDataSet(DataSetRequest request).
StackTrace:  
at Microsoft.EnterpriseManagement.ServiceManager.Connector.SessionManager.DataProvider.throwConnectorException(String method, String message, Object[] values)
at Microsoft.EnterpriseManagement.ServiceManager.Connector.SessionManager.DataProvider.createBatchInfoForRealSource(SessionBase session, Int32 SessionTableId, EnumTableStatus status)
at Microsoft.EnterpriseManagement.ServiceManager.Connector.SessionManager.DataProvider.PrepareBatchInfo(SessionBase session)
at Microsoft.EnterpriseManagement.ServiceManager.Connector.SessionManager.DataProvider.GetNextBatch(IConnectorSession connectorSession, Boolean batchInfoOnly)
at Microsoft.EnterpriseManagement.ServiceManager.Connector.Datacenter.SessionHost.DataSync()
log indicates some sccm object is missing 'SCCM_Ext.vex_GS_NETWORK_ADAPTER'
Any suggestions???

Similar Messages

  • SCCM connector finished with error at 70% in SCSM 2012 R2

    Hi All,
    SCCM Connector is not working
    MY environment  details
    SCCM 2012 R2
    SCSM 2012 R2 without any UR
    The connectors were working fine , but suddenly today its status is finished with error
    and stuck at 70 %
    Got the below in the event viewer
    Data synchronization failed by DefaultCache.MomStore.Cached_CMv5_DeviceHasWSUSUpdates.DefaultCache.SCCMConnector.6708b57bd1c44e6cbdefdfb8a6bf008a:Microsoft.EnterpriseManagement.ServiceManager.Connector.Sql.DataConnectorSql.
    Exception type:ConnectorException
    Exception message:createBatchInfoForRealSource failed . Exception type:DatabaseLayerException
    Exception message:Command type:Text
    Command:declare @minWaterMark datetime,@maxWaterMark datetime;declare @batches table(batchid int, watermark varbinary(180));set @minWaterMark=convert(datetime,@waterMark);select @maxWaterMark=max(SU.Lfx_Timestamp) from [LFXSTG].v_Cached_CMv5_DeviceHasWSUSUpdates
    SU where (SU.Lfx_Timestamp>@minWaterMark) and  (Lfx_SourceId=4);if not @maxWaterMark is null begin with ranges(RowNo,batchid,watermark) AS (select row_number() over(order by SU.Lfx_RowId) AS RowNo,SU.Lfx_RowId,convert(varbinary(180),SU.Lfx_Timestamp) 
    from [LFXSTG].v_Cached_CMv5_DeviceHasWSUSUpdates SU where (SU.Lfx_Timestamp > @minWaterMark) AND  (Lfx_SourceId=4) )
    insert @batches select batchid,watermark  FROM ranges where RowNo % @batchSize = 0; end; if not exists(select top 1 1 from @batches) AND not @maxWaterMark is NULL begin   select null end else   select distinct batchid from @batches
    order by batchid;select convert(varbinary(180),@maxWaterMark);
    Connection state:Closed
    Parameter count:2
    Parameter name:@waterMark,Parameter value:System.Byte[]
    Parameter name:@batchSize,Parameter value:500.
    StackTrace:   at Microsoft.EnterpriseManagement.ObjectOrientedDatabaseLayer.DatabaseAccessLayer.GetDataSet(DataSetRequest request)
       at Microsoft.EnterpriseManagement.ServiceManager.Connector.Sql.DataConnectorSql.OnCreateBatchInfoForRealSource(SessionBase session, String query, String tableName, String batchIdField, Int32 batchIdType, String watermarkField, Int32 watermarkType,
    Byte[] watermark, String connectionString, Int32 batchSize)
       at Microsoft.EnterpriseManagement.ServiceManager.Connector.SessionManager.DataProvider.createBatchInfoForRealSource(SessionBase session, Int32 SessionTableId, EnumTableStatus status)
    Inner Exception:
    Exception message:Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding..
    StackTrace:   at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
       at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
       at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
       at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData()
       at System.Data.SqlClient.SqlDataReader.get_MetaData()
       at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
       at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader ds)
       at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean asyncWrite)
       at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
       at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
       at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
       at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
       at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
       at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
       at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, String srcTable)
       at Microsoft.EnterpriseManagement.ObjectOrientedDatabaseLayer.DatabaseAccessLayer.GetDataSet(DataSetRequest request)
    Inner Exception:
    Exception message:The wait operation timed out.
    StackTrace:No available.
    StackTrace:   at Microsoft.EnterpriseManagement.ServiceManager.Connector.SessionManager.DataProvider.throwConnectorException(String method, String message, Object[] values)
       at Microsoft.EnterpriseManagement.ServiceManager.Connector.SessionManager.DataProvider.createBatchInfoForRealSource(SessionBase session, Int32 SessionTableId, EnumTableStatus status)
       at Microsoft.EnterpriseManagement.ServiceManager.Connector.SessionManager.DataProvider.PrepareBatchInfo(SessionBase session)
       at Microsoft.EnterpriseManagement.ServiceManager.Connector.SessionManager.DataProvider.GetNextBatch(IConnectorSession connectorSession, Boolean batchInfoOnly)
       at Microsoft.EnterpriseManagement.ServiceManager.Connector.Datacenter.SessionHost.DataSync()
    and other event log 'data connectors'
    Connector SCCM Connector  - Primary Site
    Error writing relationship of type System.DeviceHasSoftwareUpdateInstalled with Source
    'xxxxxx' and Target MicrosoftUpdate for Windows 7 for x64-based Systems (KB2908783).
    Message: The relationship source specified in the discovery data item is not valid.
    Relationship source ID: 73efcf93-3c78-00c5-8f1b-c9aff1e4c35a
    Rule ID: 59716fe0-fa9c-4c62-b46f-39b39fc2aa36
    Instance:
    <?xml version="1.0" encoding="utf-16"?><RelationshipInstance TypeId="{37beea15-dd27-658f-a1c0-e6a5de2cc27a}" SourceTypeId="{ea99500d-8d52-fc52-b5a5-10dcd1e9d2bd}" TargetTypeId="{7ccd1178-66c1-8fed-c363-e8896651453f}"><Settings><Setting><Name>6b5b918e-e698-fab2-28a5-1a380c91ea6e</Name><Value>f80a4355-7548-4b35-4fce-9a1a917ad85a</Value></Setting></Settings><SourceRole><Settings><Setting><Name>5c324096-d928-76db-e9e7-e629dcc261b1</Name><Value>US1TCS3W70258.nam.ad.pwcinternal.com</Value></Setting></Settings></SourceRole><TargetRole><Settings><Setting><Name>2fa20ad3-c8d8-f6d6-9224-a77cd07bf6f3</Name><Value>Microsoft</Value></Setting><Setting><Name>f9af25bc-d8e4-02ca-c607-ba9d5ad79850</Name><Value>Update
    for Windows 7 for x64-based Systems (KB2908783)</Value></Setting></Settings></TargetRole></RelationshipInstance>. 
    This relationship change will be skipped.
    If this error occurs with every synchronization, examine view Cached_CMv5_DeviceHasWSUSUpdates for correctness or the schema for type System.DeviceHasSoftwareUpdateInstalled in management pack System.Software.Library.
    Any Suggestions ??
    Thanks !!

    Hi,
    Are you try to check this post  :
    https://social.technet.microsoft.com/Forums/systemcenter/en-US/1af3c6f6-34c2-4f79-beb5-e3055d2397e1/error-when-syncing-sccm-and-scsm-all-systems
    Remy BOVI

  • CR XI Database Connector Error 220 Out of Range with Remedy AR System

    Post Author: schilders
    CA Forum: Data Connectivity and SQL
    Good Afternoon,
    We just upgraded to CR XI and I'm now attempting to refresh a report based on our Action Request System.  I received the database connector error 220 out of range and cannot refresh the report.  Has anyone else experienced this issue?  If so, how did you fix it?
    Thanks,
    Sid

    Post Author: Alleda
    CA Forum: Data Connectivity and SQL
    Hi
    I have a similar problem, have you found any solution?
    Dan

  • "error while trying to synchronize Audio and MIDI"

    Hello All,
    Just got Logic 8... installed (as upgrade from 7)
    I keep (consistantly) getting this:
    "error while trying to synchronize Audio and MIDI" when in play or record mode... has anyone any ideas regarding a 'fix' or maybe even to point out stupidity on my part re settings; I'm open to comments here and would obviously love to get this fixed/sorted out.
    System is basically: G5 Dual 1.8/OS 10.4.10/MOTU 828 Mk2
    Thanks in advance.

    Hi,
    I first did what the manual was telling me but that made no difference as the sync would drop within 5 to 15 bars... very frustrating.
    Since my original posting I have spoken with MOTU regarding this Audio/MIDI sync problem. There is evidently a simple reset that needs to be done (that is if like me you are using a MOTU 828 Mk2 interface), you have to toggle through both digital input and output settings in the Audio Control Panel. The problem then goes away.
    I hope that is helpful. I think that this probably is relevant to all MOTU interfaces, or is at least worth trying if you are having this problem... maybe other manufacturers too... ?
    Cheers, Kick

  • Solution for "Error while trying to synchronize Audio and MIDI" and "System Overload" messages

    Article for those who hate Logic error windows
    Seen in Logic Pro 9.1.7 on Mac OS X Lion 10.7.4
    and Logic Pro 9.0.0 on Mac OS X Snow Leopard 10.6.5
    Logic Pro:
    System Overload.
    The audio engine was not able to process all required data in time.
    (-10011)
    Error while trying to synchronize Audio and MIDI.
    Sample Rate xxxxx recognized.
    Check conflict between Logic Pro and external device.
    The search in the help given as follows: overload occurs when you use a lot of tracks and a lot of effects on them, and the synchronization is lost when the selected MIDI track for recording or playback. Yes, this is all that is written in the resources. And here are useful tips that have been found:
    The Bounce function allows the entire instrument track to be recorded as an audio file. This bounced audio file can then be used (as an audio region) on a standard audio track, allowing you to reassign the available processing power for further software instrument tracks. For more details, see "Bouncing Your Project."
    You can also make use of the Freeze function to capture the output of a software instrument track, again saving processing power. For details, see "Freezing Tracks in the Arrange Area."
    These tips - about the timing. About overload - there are no tips, except as "reducing the number of plug-ins" and "increasing latency". Zero useful tips - I got two errors in the test project with a blank audio track with no effects, MIDI drums and standard synthesizer, it was no aux buses, and the entire project was only a single plugin in the master track.
    Here is the configuration of my computer:
    iMac12, 2
    CPU: Intel Core i5 3,1 GHz
    Memory: 4 GB
    And here's a project that almost immediately stops Logic, all instruments and plug-ins with the init-patch, ie not the most demanding settings:
    It's sad.
    When this happened the first time, I could start the project only if the empty audio track has been selected, a track specially designed so that you can at least start the project. Then, this problem has evaporated along with the changing conditions of work and I forgot about it until the last case.
    I was looking for the cause of the problem in the console and the system monitor for two days, and finally I found that Logic ping to the network frequently. I remembered the exact time of occurrence of the problem, and system logs revealed that the problems began immediately, as soon as I deactivate the service of the Internet.
    Solution: enable the Internet, or add a new network service on a computer with no Internet. I just created the Ethernet connection to the ip address 1.0.0.0
    Logic immediately began to sing.

    Hi gabaghoul
    Yes, it worked for me on four different OS and Logic versions (10.6 - 10.8 and 9.0 - 9.1.6)
    It does not work in some cases, hard enough to tell in which one, but you can try, it very easy: go to the net settings and create new Ethernet connection to the ip address 1.0.0.0 and connect LAN cable to the port.
    Also you can try to figure out what happens in your system while Logic error occured - fot that you just start Console and search "logicpro"
    Pay attention to repetitive events in a console and events with suitable timing, not so far from error
    The problem may be related to the GUI or system memory, sometimes turning off Safari (or Chrome, others browsers) might help.
    Message was edited by: spred

  • GarageBand: Error while trying to synchronize Audio and MIDI.

    This error recently started popping up for me while using garageband.
    GarageBand: Error while trying to synchronize Audio and Midi
    Sample rate xxxxxx recognized
    Check conflict between garageband and external device
    When I use garageband, my input and output are usually set to my scarlett 2i2 interface and I've never received the synchronizing error before today.  I am not using any Midi.
    I've checked the Audio Midi Setup tool to make sure that my format is at 44100.0Hz and have set the "sound" in system preferences to use my scarlett 2i2 interface for input and built-in system for output.
    Can anyone help me out with why i'm receiving this error?

    Good grief!  I'm on a Mac OS X and was having this same problem.  All these discussions about so much technical jargon just had me exhausted ... not only did I not understand what was being referred to, but I couldn't imagine how to do what was being said.
    Here's what got me straight:
    1.  Go to System Preferences and click on Sound
    2.  Click on Input and select your USB mic (or whatever you're using)
    3.  Click on Output and select Internal Speakers
    Done.  No more problem with Garageband!

  • Re: ERROR while trying to synchronize Audio and MIDI

    Hi Guys/Gals
    A bit of a strange one. Yes, I have posted a similar question concerning my trusted 2.7ghz G5 PPC and my Digidesign 003R which it turned out that the Digi's FW ports were to blame.
    New issue. I have just completed an install on a client's machine, here's it's specs etc:
    Hardware:
    iMac 2.8Ghz Duo Core Intel, 4Gb ram, 500Gb HD etc (the custom top end before last week's upgrade) arrived last week. Running Leopard 10.5.2 and has all the latest updates. (firmware/software)
    Apogee Ensemble (with newest firmware update/upgrade)
    Iomega ULTRAMAX HARD DRIVE 1TB USB 2.0/FIREWIRE® 400/800 (sorry, copied from their site)
    M-Audio Axiom 49 USB Midi controller/keyboard
    Software:
    Logic Pro 8 (latest 8.0.1) All standard plugs/samples, no third parties at all, just 100% Apple install.
    Reason 4 (latest 4.0.1)
    I reformatted the built-in hd to two partitions of equal size, one for the OS and one for whatever. I formated the external terrabyte into two partitions also of equal size, non are journalized, all are GUI partitions. I copied the LP 8 demos to both the internal "spare" partition and to the primary "Audio1" partition of the external drive. The Iomega HD is connected via the 800FW port and the Apogee Ensemble is connected via the 400FW port (the iMac has one of each). If I play any of the demo songs from the internal partition, they play perfectly, if I play them off the external Iomega partitions (either) within 8 bars I get:
    "Error while trying to synchronize Audio and MIDI
    Sample Rate 45946 recognized.
    Check conflict between Logic Pro and external device."
    As I said, any demo played back from the internal drives absolutely perfectly..... Any ideas?
    Cheers!!
    Bobs

    There are a lot of different opinions about partitioning in Mac OS X and you can read some of them here:
    http://forums.cnet.com/5208-7592_102-0.html?forumID=25&threadID=44865&messageID= 530144
    and here
    http://forums.appleinsider.com/archive/index.php/t-8096.html
    My opinion is that partitions cam be useful when:
    1. the OS can't manage big volumes (as it was in the past)
    2. the OS can't optimize the space on big volumes
    3. want to install 2 or more separate OSes
    4. organization (like in your case).
    Now, OS X filesystem (HFS+) is robust and reliable and OS X is a multitasking system that parallelizes I/O operations like reading or writing a disk.
    So if you have 2 separate hard disk the system can parallelize the operations (i.e. reading from one and writing into another one) but if you have 2 partitions the system (or better the disk subsystem) have to jump back and forth among the partitions.
    About the linking schema of the Audio interfaces and the FW hard disks it can change: I connect my FW disk to the MOTU and the MOTU to the mac while a friend of mine have to put the disk before of his Presonus.
    Thanks for the beer!
    cheers
    rob

  • Database Connector Error in Crystal Reports

    Hi,
    I have a report which has two sub reports. One of the sub reports use a view to fetch data while the other uses a SP. Now the problem that i am facing is as follows-
    The sub-report using the stored procedure fails when i execute the main report but if i first execute the sub report with the SP, and then again run the main report, it works fine.
    I tried an ODBC trace to find out why this was failing. When the main report is run for the first time, the sub report was not executed properly. The sub report uses a SP which expects two parameters. So at the first run, only one parameter gets passed to the sub report. however on the second run, the sub report successfully gets both the parameters.
    The error that is encountered says:
    Database Connector Error: 'HY000:[DataDirect][ODBC Oracle driver][Oracle]ORA-06550: line 1, column 58: PLS-00103: Encountered the symbol ")" when expecting one of the following:
    (-+ case mod new not null others <an identifier>
    <a double-quoted delimited-identifier> <a bind variable> avg
    count current exists max min prior sql stddev sum variance
    execute for all merge time timestamp interval date......
    Could any one please help on this one? I am almost crazy trying to figure this out.
    Regards,
    Rashmi.

    Please re-post if this is still an issue to the Data Connectivity - Crystal Reports Forum or purchase a case and have a dedicated support engineer work with you directly

  • Crystal Reports: Unexpected database connector error

    Hi experts,
    I have a Web Module DC that uses JSP to show Crystal Reports. In my report I use POJO as datasource. The POJO itself is a JPA entity and is located in other EJB Module DC that has dependency with the Web Module DC. At design time everything looks fine and I can retrieve the data I need from other EJB Module with Session Beans but as a result I see the following error: "Unexpected database connector error". The architecture is the following:
    SessionBean EJB Module----
    |
                                                       >>dependency to >> Web Module DC with Crystal Reports
    JPA Entities EJB Module----
    |
    And in my report as datasource I use entity from the JPA EJB Module. And the source in my jsp is the following:
         Object object = null;
         try {
              Context c = new InitialContext();
              object = c
                        .lookup("ejb:/appName=sap.com/slauto_viewer_app, beanName=GeneralBean, interfaceName=com.sap.crs.slautoviewer.beans.GeneralBeanLocal");
              Class clazz = object.getClass();
              try {
                   //Open report.
                   Method method = getMethod(clazz,
                             "getGeneralDataByHostAndID");
                   List<General> generals = (List<General>) method
                             .invoke(object,
                                       new Object[] { "localhost", "b", 10 });
                   POJOResultSetFactory factory = new POJOResultSetFactory(
                             SlAutoGeneral.class);
                   POJOResultSet resultSet = factory
                             .createResultSet(generals);
                   ReportClientDocument reportClientDoc = new ReportClientDocument();
                   reportClientDoc.open("CrystalReport1.rpt", 0);
                   ITable table = reportClientDoc.getDatabaseController()
                             .getDatabase().getTables().getTable(0);
                   String tableAlias = table.getAlias();
                   reportClientDoc.getDatabaseController().setDataSource(
                             resultSet, tableAlias, tableAlias);
                   session.setAttribute("reportSource", reportClientDoc
                             .getReportSource());
                   CrystalReportViewer viewer = new CrystalReportViewer();
                   viewer.setOwnPage(true);
                   viewer
                             .setDocumentViewType(CrDocumentViewTypeEnum.webLayout);
                   viewer.setHasDrilldownTabs(false);
                   viewer.setDisplayToolbar(false);
                   viewer.setPrintMode(CrPrintMode.ACTIVEX);
                   Object reportSource = reportClientDoc.getReportSource();
                   viewer.setReportSource(reportSource);
                   viewer.processHttpRequest(request, response,
                             getServletConfig().getServletContext(), null);
              } catch (ReportSDKException ex) {
                   out.println(ex);
              } catch (Exception ex) {
                   out.println(ex);
         } catch (NamingException e) {
    protected Method getMethod(Class clazz, String name) {
              Method[] methods = clazz.getMethods();
              for (int i = 0; i < methods.length; i++) {
                   Method method = methods<i>;
                   String methodName = method.getName();
                   if (methodName.equals(name)) {
                        return method;
              return null;
    Please tell me what could be wrong
    Regards,
    Martin
    Edited by: musaka on Dec 11, 2009 2:51 PM

    Please check the Preview tab for formatting before posting. If People can read the question they may reply. Limit your posts to 1500 characters, then formatting is not lost.

  • Unexpected Database Connector Error - Help please !!

    Hi,
    I am trying to use stored procedure in the crystal report, that comes bundled with RAD7. The following code I got from http://diamond.businessobjects.com/node/520 for using the stored procedure. I am getting 'UnexpectedQueryEngineError' on JRCCommunicationAdapter when trying to establish data connection to add the stored procedure to the report. I tried the same example above for adding table to the report by modifying 'Procedure' to 'Table' and it worked fine.
    I really need to use the stored procedure in the report and get to have this working soon. Immediate help is greatly appreciated.
    import java.io.IOException;
    import com.crystaldecisions.sdk.occa.report.application.DatabaseController;
    import com.crystaldecisions.sdk.occa.report.application.ReportClientDocument;
    import com.crystaldecisions.sdk.occa.report.data.ConnectionInfo;
    import com.crystaldecisions.sdk.occa.report.data.DBField;
    import com.crystaldecisions.sdk.occa.report.data.FieldValueType;
    import com.crystaldecisions.sdk.occa.report.data.Fields;
    import com.crystaldecisions.sdk.occa.report.data.Table;
    import com.crystaldecisions.sdk.occa.report.data.Procedure;
    import com.crystaldecisions.sdk.occa.report.lib.PropertyBag;
    import com.crystaldecisions.sdk.occa.report.lib.PropertyBagHelper;
    import com.crystaldecisions.sdk.occa.report.lib.ReportSDKException;
    public class AddSampleProcedure {
        public static void main(String[] args) throws ReportSDKException, IOException {
            ReportClientDocument clientDoc = new ReportClientDocument();
            clientDoc.setReportAppServer("inproc:jrc");
            // Open report
            clientDoc.newDocument();
            DatabaseController ctr = clientDoc.getDatabaseController ();
            Procedure table = new Procedure (); //Table table = new Table();
            String tableName = "Welcome"; //tableName = "Product";
            table.setAlias (tableName);
            table.setName (tableName);
            table.setQualifiedName (tableName);
            table.setDescription (tableName);
            /*Fields fields = new Fields ();
            DBField field = new DBField ();
            String fieldName = "product_name";
            field.setDescription (fieldName);
            field.setHeadingText (fieldName);
            field.setName (fieldName);
            field.setType (FieldValueType.stringField);
            field.setLength(255);
            fields.add (field);
            table.setDataFields (fields);*/
            String ServerName = serverName;
            String DatabaseName = dbName;
            String JDBC_URL=jdbcURL;
            String JDBC_Class = "oracle.jdbc.driver.OracleDriver";
            String UserName = userName;
            String Password = password;
            PropertyBag attrs = new PropertyBag();
            attrs.put(PropertyBagHelper.CONNINFO_DATABASE_DLL, "crdb_jdbc.dll");
            attrs.put(PropertyBagHelper.CONNINFO_SERVER_NAME, ServerName);
            attrs.put(PropertyBagHelper.CONNINFO_DATABASE_NAME, DatabaseName);
            attrs.put(PropertyBagHelper.CONNINFO_SERVER_TYPE, "JDBC (JNDI)");
            attrs.put(PropertyBagHelper.CONNINFO_JDBC_DATABASECLASSNAME, JDBC_Class);
            attrs.put(PropertyBagHelper.CONNINFO_JDBC_CONNECTION_URL, JDBC_URL);
            ConnectionInfo info = new ConnectionInfo ();
            info.setAttributes (attrs);
            info.setUserName(UserName);
            info.setPassword(Password);
            table.setConnectionInfo (info);
            ctr.addTable (table, null);
            clientDoc.saveAs("AddProcedure.rpt", "C:/Test", 1);
            System.out.println("Done");
    Thanks in advance,
    Lakshmi

    Hi there,
    I havent got any replies on the above exception and I am totally stuck. I thought I can provide more details on 'Unexpected Database Connector Error'. This is the exact place where it fails.
    01 May 2008 14:20:17 [main] FATAL com.businessobjects.reports.sdk.JRCCommunicationAdapter - Request failed and JRC Command failed to be undone
    01 May 2008 14:20:17 [main] ERROR com.businessobjects.reports.sdk.JRCCommunicationAdapter - JRCAgent1 detected an exception: Unexpected database connector error
         at com.crystaldecisions.reports.queryengine.driverImpl.o.eC(Unknown Source)
         at com.crystaldecisions.reports.queryengine.driverImpl.o.if(Unknown Source)
         at com.crystaldecisions.reports.queryengine.ax.if(Unknown Source)
         at com.crystaldecisions.reports.queryengine.bc.byte(Unknown Source)
         at com.crystaldecisions.reports.queryengine.bc.new(Unknown Source)
         at com.crystaldecisions.reports.queryengine.bc.for(Unknown Source)
         at com.crystaldecisions.reports.reportdefinition.datainterface.g.a(Unknown Source)
         at com.crystaldecisions.reports.reportdefinition.datainterface.m.new(Unknown Source)
         at com.crystaldecisions.reports.common.as.a(Unknown Source)
         at com.crystaldecisions.reports.common.ae.a(Unknown Source)
         at com.businessobjects.reports.sdk.b.k.a(Unknown Source)
         at com.businessobjects.reports.sdk.b.w.int(Unknown Source)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.x.a(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.q.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.dd.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ag.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.bu.if(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.bu.void(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.a6.for(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.u.performDo(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.u.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.DatabaseController.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.DatabaseController.new(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.DatabaseController.addTable(Unknown Source)
    Any idea on this exception and how to resolve it ?
    Thanks

  • Unexpected Database Connector Error when rpt has parameters (CR4JE)

    Hello,
    I am trying to call a crystal report from my web-based JBoss application.  If the report does not have a parameter, the report is displayed just fine.  When the report has a parameter, a parameter screen is displayed. When I enter the parameter information and press OK, the report gives "Unexpected Database Connector Error". This applies for both String type parameters and Number type parameters.  Have provided the code below for the xhtml page that contains the bocrv tag and the "reports" bean that it references.  The database is Oracle10g (10.2.0.4).
    Many thanks,
    Travis
    ReportBean.java
    public void init(String reportName) {
              System.out.println("Calledinit");
              String report = "./crystalReports/"+reportName;
              IReportSourceFactory2 rptSrcFactory = (IReportSourceFactory2) new JPEReportSourceFactory();
              try {
                   System.out.println("Callinng rpet"+report);
                   this.reportSource = (IReportSource) rptSrcFactory
                             .createReportSource(report, l);
              } catch (ReportSDKException e) {
                   System.out.println("Exception while callingn report");
                   // TODO Auto-generated catch block
                   e.printStackTrace();
    reportViewer.xhtml
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
                          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <f:view contentType="text/html" xmlns="http://www.w3.org/1999/xhtml"
         xmlns:ui="http://java.sun.com/jsf/facelets"
         xmlns:h="http://java.sun.com/jsf/html"
         xmlns:f="http://java.sun.com/jsf/core"
         xmlns:s="http://jboss.com/products/seam/taglib"
         xmlns:bocrv="http://www.businessobjects.com/jsf/crystalreportsviewers">
         <html>
         <head>
         <title>Report Viewer</title>
         </head>
         <body>
         <h:form>
              <bocrv:reportPageViewer reportSource="#{reports.reportSource}"
                   allowParameterPrompting="true" viewerName="reportViewer" />
         </h:form>
         </body>
         </html>
    </f:view>

    I find in the SAP notes that this is a reported bug in the JRC application. 
    SAP Note 1416845 - JRC application throws "Unexpected database connector" error
    http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_dev/sap%28bd1lbizjptawmq==%29/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333433313336333833343335%7D.do
    My question is - Does anyone know when is this bug scheduled to be fixed and released?
    Thanks,
    Travis

  • Error in File (report server\ report.rpt):  Database Connector Error

    New installation of XI R2 - using Crystal Reports Version 11.5.8.826 for developement against Oracle DB.
    Currently have around 20 reports running on XI (need to import ~1500 reports from Crystal Enterprise 10, but waiting to resolve this issue)
    Some reports sometimes (not always) get the following error:
    Error in File (report server\ report.rpt):  Database Connector Error
    If the report is re-scheduled, report will sometime run fine and sometimes gets the same error again.
    There seems to be no logical way to determine which parameters will cause the report to fail or when.
    I'm experiencing the problem on about 3 reports only - All against the same DB and only occassionally.  These 20 reports were developed with CR XI and all run against the same Oracle DB.

    I've got the same problem- the reports run fine in Crystal, but sometimes (not everytime) they fail in InfoView with "Database Connector Error" message. My report doesn't contain any data, just 8 sets of 4 subreports in different footer sections, which each connect to a different stored procedure. The report is to help with our server checks: we have a set of 4 different stored procedures which run on each of 8 different servers making 32 different SPs and there is a subreport in this report for each.
    It does seem to be random whether this problem occurs or not- I have scheduled the report to run regularly (1 recurring instance) and sometime it works, sometimes not, but always the same failure message. I have increased the success rate by allowing the report to re-try on failure, but this does take time, and isn't really curing the problem.
    I wonder whether this error could be caused by a delay in one of the SPs returning its data, and the report timing out since no data is being returned. Would anyone know whether this is likely to be the cause, and if so how to fix it? Or any suggestions what else it could be?
    Thanks,
    Tom

  • Scenerio Sheet erroring out in the process of opening it.

    In the process of checking scenerios we got this issue where it is mentioned "We encountered a problem performing your request . please contact oracle referring to error tag (otzjck)".
    While publishing the model One dimension BOM is erroring out and hence creating issue while 'zoom in' in the another scenario excel planning sheet earlier.
    Please let us know the process for resolving this issue.
    Thanks & regards
    Lokesh Rathi

    Caused by: com.interla
    2010-04-20 15:31:58,321 [http-8080-Processor25] AbstractQuery WARN - RowSource query object not closed prior to request completion...closing
    2010-04-20 15:31:58,321 [http-8080-Processor25] AbstractQuery WARN - RowSource query object not closed prior to request completion...closing
    2010-04-20 15:31:58,321 [http-8080-Processor25] AbstractQuery WARN - RowSource query object not closed prior to request completion...closing
    2010-04-20 15:31:58,321 [http-8080-Processor25] AbstractQuery WARN - RowSource query object not closed prior to request completion...closing
    2010-04-20 15:31:58,321 [http-8080-Processor25] AbstractQuery WARN - RowSource query object not closed prior to request completion...closing
    2010-04-20 15:31:58,321 [http-8080-Processor25] AbstractQuery WARN - RowSource query object not closed prior to request completion...closing
    2010-04-20 15:31:58,321 [http-8080-Processor25] AbstractQuery WARN - RowSource query object not closed prior to request completion...closing
    2010-04-20 15:31:58,321 [http-8080-Processor25] AbstractQuery WARN - RowSource query object not closed prior to request completion...closing
    2010-04-20 15:31:58,321 [http-8080-Processor25] AbstractQuery WARN - RowSource query object not closed prior to request completion...closing
    2010-04-20 15:31:58,321 [http-8080-Processor25] AbstractQuery WARN - RowSource query object not closed prior to request completion...closing
    2010-04-20 15:31:58,321 [http-8080-Processor25] AbstractQuery WARN - RowSource query object not closed prior to request completion...closing
    2010-04-20 15:31:58,321 [http-8080-Processor25] AbstractQuery WARN - RowSource query object not closed prior to request completion...closing
    2010-04-20 15:31:58,321 [http-8080-Processor25] AbstractQuery WARN - RowSource query object not closed prior to request completion...closing
    2010-04-20 15:31:58,321 [http-8080-Processor25] AbstractQuery WARN - RowSource query object not closed prior to request completion...closing
    2010-04-20 15:31:58,321 [http-8080-Processor25] AbstractQuery WARN - RowSource query object not closed prior to request completion...closing
    2010-04-20 15:31:58,321 [http-8080-Processor25] AbstractQuery WARN - RowSource query object not closed prior to request completion...closing
    2010-04-20 15:31:58,321 [http-8080-Processor25] AbstractQuery WARN - RowSource query object not closed prior to request completion...closing
    2010-04-20 15:31:58,321 [http-8080-Processor25] AbstractQuery WARN - RowSource query object not closed prior to request completion...closing
    2010-04-20 15:31:58,321 [http-8080-Processor25] AbstractQuery WARN - RowSource query object not closed prior to request completion...closing
    2010-04-20 15:31:58,321 [http-8080-Processor25] AbstractQuery WARN - RowSource query object not closed prior to request completion...closing
    2010-04-20 15:31:58,321 [http-8080-Processor25] AbstractQuery WARN - RowSource query object not closed prior to request completion...closing
    2010-04-20 15:31:58,321 [http-8080-Processor25] AbstractQuery WARN - RowSource query object not closed prior to request completion...closing
    2010-04-20 15:31:58,321 [http-8080-Processor25] AbstractQuery WARN - RowSource query object not closed prior to request completion...closing
    2010-04-20 15:31:58,321 [http-8080-Processor25] AbstractQuery WARN - RowSource query object not closed prior to request completion...closing
    2010-04-20 15:31:58,321 [http-8080-Processor25] AbstractQuery WARN - RowSource query object not closed prior to request completion...closing
    2010-04-20 15:37:25,670 [http-8080-Processor25] RowSourceDrivenDependency INFO - Resetting dimension:BOM
    2010-04-20 15:37:25,670 [http-8080-Processor25] RowSourceDrivenDependency INFO - Initializing dimension:BOM
    2010-04-20 15:37:25,701 [http-8080-Processor25] RowSourceDrivenDependency INFO - Resetting dimension:BOM
    2010-04-20 15:37:25,701 [http-8080-Processor25] RowSourceDrivenDependency INFO - Initializing dimension:BOM
    2010-04-20 15:37:25,763 [http-8080-Processor25] RowSourceDrivenDependency INFO - Resetting dimension:BOM
    2010-04-20 15:37:25,763 [http-8080-Processor25] RowSourceDrivenDependency INFO - Initializing dimension:BOM
    2010-04-20 15:37:25,779 [http-8080-Processor25] RowSourceDrivenDependency INFO - Resetting dimension:BOM
    2010-04-20 15:37:25,779 [http-8080-Processor25] RowSourceDrivenDependency INFO - Initializing dimension:BOM
    2010-04-20 15:37:25,810 [http-8080-Processor25] RowSourceDrivenDependency INFO - Resetting dimension:BOM
    2010-04-20 15:37:25,810 [http-8080-Processor25] RowSourceDrivenDependency INFO - Initializing dimension:BOM
    2010-04-20 15:37:26,920 [http-8080-Processor25] Cube INFO - Initializing cube Production in schema 0
    2010-04-20 15:37:26,951 [http-8080-Processor25] RowSourceDrivenDependency INFO - Resetting dimension:BOM
    2010-04-20 15:37:26,951 [http-8080-Processor25] RowSourceDrivenDependency INFO - Initializing dimension:BOM
    2010-04-20 15:37:26,951 [http-8080-Processor25] Request ERROR - ISException processing request [execute]
    com.interlacesystems.model.MetadataException: Initialization error for cube [Production] in schema 0
         at com.interlacesystems.model.Cube.initialize(Unknown Source)
         at com.interlacesystems.model.CubeRepository.get(Unknown Source)
         at com.interlacesystems.constraint.BrokenConstraintQueryObject.<init>(Unknown Source)
         at com.interlacesystems.constraint.BrokenConstraintRepository.readEntryForDisplay(Unknown Source)
         at com.interlacesystems.constraint.BrokenConstraintRepository.readEntriesForDisplay(Unknown Source)
         at com.interlacesystems.constraint.BrokenConstraintRepository.getLocalBrokenConstraintsForDisplay(Unknown Source)
         at com.interlacesystems.model.Sandbox.getLocalBrokenConstraintsAsList(Unknown Source)
         at com.interlacesystems.model.Sandbox.getLocalBrokenConstraints(Unknown Source)
         at com.interlacesystems.api.Response.getScenarioEventsForActive(Unknown Source)
         at com.interlacesystems.api.Response.getEvents(Unknown Source)
         at com.interlacesystems.isclient.analyzer.display.ExceptionDisplay.<init>(Unknown Source)
         at com.interlacesystems.isclient.analyzer.display.BookDisplay.updateImpactDisplays(Unknown Source)
         at com.interlacesystems.isclient.analyzer.display.BookDisplay.<init>(Unknown Source)
         at com.interlacesystems.isclient.analyzer.action.BookAction$7.run(Unknown Source)
         at com.interlacesystems.isclient.analyzer.action.ActionRequest.process(Unknown Source)
         at com.interlacesystems.scope.Request.execute(Unknown Source)
         at com.interlacesystems.isclient.analyzer.action.BookAction.doLoad(Unknown Source)
         at com.interlacesystems.isclient.analyzer.action.BookAction.execute(Unknown Source)
         at com.interlacesystems.isclient.analyzer.WorkbookServlet.runAction(Unknown Source)
         at com.interlacesystems.isclient.analyzer.WorkbookServlet.doGet(Unknown Source)
         at com.interlacesystems.isclient.analyzer.WorkbookServlet.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:647)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
         at com.interlacesystems.isclient.auth.SessionInitFilter.doFilter(Unknown Source)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
         at com.interlacesystems.isclient.auth.AuthenticationFilter.doFilter(Unknown Source)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
         at com.interlacesystems.isclient.auth.RootFilter.doFilter(Unknown Source)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:875)
         at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
         at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
         at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
         at java.lang.Thread.run(Unknown Source)
    Caused by: com.interlacesystems.db.DBException
         at com.interlacesystems.model.Dimension.select(Unknown Source)
         at com.interlacesystems.model.Dimension.<init>(Unknown Source)
         at com.interlacesystems.model.DimensionRepository$DimensionKey.instantiate(Unknown Source)
         at com.interlacesystems.model.DimensionRepository$DimensionKey.instantiate(Unknown Source)
         at com.interlacesystems.util.Cache.instantiate(Unknown Source)
         at com.interlacesystems.util.Cache.get(Unknown Source)
         at com.interlacesystems.util.Cache.get(Unknown Source)
         at com.interlacesystems.db.DBCache.get(Unknown Source)
         at com.interlacesystems.model.DimensionRepository$DimensionCache._get(Unknown Source)
         at com.interlacesystems.model.DimensionRepository$DimensionCache.get(Unknown Source)
         at com.interlacesystems.model.DimensionRepository.cacheGet(Unknown Source)
         at com.interlacesystems.model.DimensionRepository.getForKeys(Unknown Source)
         at com.interlacesystems.model.DimensionRepository.getAll(Unknown Source)
         at com.interlacesystems.model.DimensionRepository.getAll(Unknown Source)
         ... 46 more
    Caused by: com.interlacesystems.model.MetadataException
         at com.interlacesystems.model.Dimension.finishDependencies(Unknown Source)
         ... 60 more
    Caused by: com.interlacesystems.rowsource.RowSourceException: Error during validation: Invalid column name SUMMARY
         at com.interlacesystems.rowsource.query.AbstractQuery.validateQuery(Unknown Source)
         at com.interlacesystems.rowsource.query.AbstractQuery.execute(Unknown Source)
         at com.interlacesystems.model.RowSourceDrivenDependency.initializeDataStructures(Unknown Source)
         at com.interlacesystems.model.RowSourceDrivenDependency.initializeSandboxMaps(Unknown Source)
         at com.interlacesystems.model.RowSourceDrivenDependency.initialize(Unknown Source)
         at com.interlacesystems.model.RowSourceDrivenDependency.completeInitialization(Unknown Source)
         ... 61 more
    2010-04-20 15:37:26,951 [http-8080-Processor25] AbstractQuery WARN - RowSource query object not closed prior to request completion...closing
    2010-04-20 15:37:26,951 [http-8080-Processor25] AbstractQuery WARN - RowSource query object not closed prior to request completion...closing
    2010-04-20 15:37:26,951 [http-8080-Processor25] AbstractQuery WARN - RowSource query object not closed prior to request completion...closing
    2010-04-20 15:37:26,951 [http-8080-Processor25] AbstractQuery WARN - RowSource query object not closed prior to request completion...closing
    2010-04-20 15:37:26,951 [http-8080-Processor25] AbstractQuery WARN - RowSource query object not closed prior to request completion...closing
    2010-04-20 15:37:26,951 [http-8080-Processor25] AbstractQuery WARN - RowSource query object not closed prior to request completion...closing
    2010-04-20 15:37:26,951 [http-8080-Processor25] Request ERROR - Rolling back transaction
    2010-04-20 15:37:26,951 [http-8080-Processor25] WorkbookServlet ERROR - Error tag [qmvmzm]: Cannot process response action /scenario/652:-1/load: com.interlacesystems.db.DBException
    2010-04-20 15:37:34,091 [http-8080-Processor25] RowSourceDrivenDependency INFO - Resetting dimension:BOM
    2010-04-20 15:37:34,091 [http-8080-Processor25] RowSourceDrivenDependency INFO - Initializing dimension:BOM
    2010-04-20 15:37:34,091 [http-8080-Processor25] Request ERROR - ISException processing request [execute]
    com.interlacesystems.db.DBException
         at com.interlacesystems.model.Measure.selectSumOps(Unknown Source)
         at com.interlacesystems.model.Measure.select(Unknown Source)
         at com.interlacesystems.model.Measure.<init>(Unknown Source)
         at com.interlacesystems.model.DimensionMemberAccessor.selectMember(Unknown Source)
         at com.interlacesystems.model.DefaultMemberAccessor.selectMembersFromDB(Unknown Source)
         at com.interlacesystems.model.Dimension.selectMembers(Unknown Source)
         at com.interlacesystems.model.Dimension.select(Unknown Source)
         at com.interlacesystems.model.Dimension.<init>(Unknown Source)
         at com.interlacesystems.model.DimensionRepository$DimensionKey.instantiate(Unknown Source)
         at com.interlacesystems.model.DimensionRepository$DimensionKey.instantiate(Unknown Source)
         at com.interlacesystems.util.Cache.instantiate(Unknown Source)
         at com.interlacesystems.util.Cache.get(Unknown Source)
         at com.interlacesystems.util.Cache.get(Unknown Source)
         at com.interlacesystems.db.DBCache.get(Unknown Source)
         at com.interlacesystems.model.DimensionRepository$DimensionCache._get(Unknown Source)
         at com.interlacesystems.model.DimensionRepository$DimensionCache.get(Unknown Source)
         at com.interlacesystems.model.DimensionRepository.cacheGet(Unknown Source)
         at com.interlacesystems.model.DimensionRepository.get(Unknown Source)
         at com.interlacesystems.model.DimensionRepository.get(Unknown Source)
         at com.interlacesystems.model.DimensionRepository.get(Unknown Source)
         at com.interlacesystems.model.Cube.select(Unknown Source)
         at com.interlacesystems.model.Cube.<init>(Unknown Source)
         at com.interlacesystems.model.CubeRepository$CubeKey.instantiate(Unknown Source)
         at com.interlacesystems.model.CubeRepository$CubeKey.instantiate(Unknown Source)
         at com.interlacesystems.util.Cache.instantiate(Unknown Source)
         at com.interlacesystems.util.Cache.get(Unknown Source)
         at com.interlacesystems.util.Cache.get(Unknown Source)
         at com.interlacesystems.db.DBCache.get(Unknown Source)
         at com.interlacesystems.model.CubeRepository$CubeCache._get(Unknown Source)
         at com.interlacesystems.model.CubeRepository$CubeCache.get(Unknown Source)
         at com.interlacesystems.model.CubeRepository.get(Unknown Source)
         at com.interlacesystems.model.CubeRepository.get(Unknown Source)
         at com.interlacesystems.model.CubeRepository.get(Unknown Source)
         at com.interlacesystems.constraint.BrokenConstraintQueryObject.<init>(Unknown Source)
         at com.interlacesystems.constraint.BrokenConstraintRepository.readEntryForDisplay(Unknown Source)
         at com.interlacesystems.constraint.BrokenConstraintRepository.readEntriesForDisplay(Unknown Source)
         at com.interlacesystems.constraint.BrokenConstraintRepository.getLocalBrokenConstraintsForDisplay(Unknown Source)
         at com.interlacesystems.model.Sandbox.getLocalBrokenConstraintsAsList(Unknown Source)
         at com.interlacesystems.model.Sandbox.getLocalBrokenConstraints(Unknown Source)
         at com.interlacesystems.api.Response.getScenarioEventsForActive(Unknown Source)
         at com.interlacesystems.api.Response.getEvents(Unknown Source)
         at com.interlacesystems.isclient.analyzer.display.ExceptionDisplay.<init>(Unknown Source)
         at com.interlacesystems.isclient.analyzer.display.BookDisplay.updateImpactDisplays(Unknown Source)
         at com.interlacesystems.isclient.analyzer.display.BookDisplay.<init>(Unknown Source)
         at com.interlacesystems.isclient.analyzer.action.BookAction$7.run(Unknown Source)
         at com.interlacesystems.isclient.analyzer.action.ActionRequest.process(Unknown Source)
         at com.interlacesystems.scope.Request.execute(Unknown Source)
         at com.interlacesystems.isclient.analyzer.action.BookAction.doLoad(Unknown Source)
         at com.interlacesystems.isclient.analyzer.action.BookAction.execute(Unknown Source)
         at com.interlacesystems.isclient.analyzer.WorkbookServlet.runAction(Unknown Source)
         at com.interlacesystems.isclient.analyzer.WorkbookServlet.doGet(Unknown Source)
         at com.interlacesystems.isclient.analyzer.WorkbookServlet.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:647)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
         at com.interlacesystems.isclient.auth.SessionInitFilter.doFilter(Unknown Source)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
         at com.interlacesystems.isclient.auth.AuthenticationFilter.doFilter(Unknown Source)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
         at com.interlacesystems.isclient.auth.RootFilter.doFilter(Unknown Source)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:875)
         at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
         at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
         at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
         at java.lang.Thread.run(Unknown Source)
    Caused by: com.interlacesystems.db.DBException
         at com.interlacesystems.model.Dimension.select(Unknown Source)
         at com.interlacesystems.model.Dimension.<init>(Unknown Source)
         at com.interlacesystems.model.DimensionRepository$DimensionKey.instantiate(Unknown Source)
         at com.interlacesystems.model.DimensionRepository$DimensionKey.instantiate(Unknown Source)
         at com.interlacesystems.util.Cache.instantiate(Unknown Source)
         at com.interlacesystems.util.Cache.get(Unknown Source)
         at com.interlacesystems.util.Cache.get(Unknown Source)
         at com.interlacesystems.db.DBCache.get(Unknown Source)
         at com.interlacesystems.model.DimensionRepository$DimensionCache._get(Unknown Source)
         at com.interlacesystems.model.DimensionRepository$DimensionCache.get(Unknown Source)
         at com.interlacesystems.model.DimensionRepository.cacheGet(Unknown Source)
         at com.interlacesystems.model.DimensionRepository.get(Unknown Source)
         at com.interlacesystems.model.DimensionRepository.get(Unknown Source)
         at com.interlacesystems.model.DimensionRepository.get(Unknown Source)
         at com.interlacesystems.model.DimensionRepository.get(Unknown Source)
         at com.interlacesystems.model.Measure.setSummaryHint(Unknown Source)
         ... 77 more
    Caused by: com.interlacesystems.model.MetadataException
         at com.interlacesystems.model.Dimension.finishDependencies(Unknown Source)
         ... 93 more
    Caused by: com.interlacesystems.rowsource.RowSourceException: Error during validation: Invalid column name SUMMARY
         at com.interlacesystems.rowsource.query.AbstractQuery.validateQuery(Unknown Source)
         at com.interlacesystems.rowsource.query.AbstractQuery.execute(Unknown Source)
         at com.interlacesystems.model.RowSourceDrivenDependency.initializeDataStructures(Unknown Source)
         at com.interlacesystems.model.RowSourceDrivenDependency.initializeSandboxMaps(Unknown Source)
         at com.interlacesystems.model.RowSourceDrivenDependency.initialize(Unknown Source)
         at com.interlacesystems.model.RowSourceDrivenDependency.completeInitialization(Unknown Source)
         ... 94 more
    2010-04-20 15:37:34,091 [http-8080-Processor25] AbstractQuery WARN - RowSource query object not closed prior to request completion...closing
    2010-04-20 15:37:34,091 [http-8080-Processor25] Request ERROR - Rolling back transaction
    2010-04-20 15:37:34,091 [http-8080-Processor25] WorkbookServlet ERROR - Error tag [lglpph]: Cannot process response action /scenario/800:-1/load: com.interlacesystems.db.DBException

  • Error in file ...rpt : Database Connector Error

    Hello everyone,
    I recently came across a strange problem whose source i can't find. I am using printToPrinter function to print a report to a printer. My application prints more than 300 reports continuously one after the other. The way i do this is as follows:
    1. I create the datasource in asp.net
    2. I insert the datasource in crystal reports datasource property
    3. I call printToprinter
    4. I close and dispose the ReportDocument object that i use to do the previous steps.
    5. I continue to the next report and so on...
    When i run the application from my development machine the reports print successfully. When my client whose pc is far away tries to print, sometimes and not always, one of the reports crashes in the line of code where i have put the printToPrinter method and the error is :
    Error in file c:\windows\temp\myreport.rpt :
    Database Connector Error
    Does anyone know what causes this strange behavior? And why does this happen occasionally?
    Thanks a lot in advance!

    You're closing the reports after you finish printing them, but are you calling .Dispose() on them?  The Crystal SDK is really a wrapper around COM objects.  Code written in Visual Studio does not automatically memory manage COM objects well (if at all!) so you have to do one of two things: either explicitly call .Dispose() when you're done with a report or put the report in a "Using" structure like this (assuming C# code behind - I don't know how this works in VB!):
    Using (ReportDocument myRpt = New ReportDocument())
      //insert code to load and print report here
    Another issue might be due to network latency.  If your user is indeed "far away" from where the application is running and is printing to a printer local to him, then any network slow-down or things like packet errors would affect communication between the application and the user and cause the print command to error out.
    -Dell

  • XML gate way send document erroring out

    Hi,
    We are using the "CLN_SHOW_SHIPMENT_OAG72_OUT.xgm" to map the ASN 856 XML gateway map.
    But this is getting error out in the Show shipment workflow (send document process).
    Error Name ECX_SENDDIRECT_ERROR_EMBD
    Error Message 6013: Error while processing XML document in SENDDIRECT mode : 'ORA-20100: Error occurred while parsing: Element SHOW_SHIPMENT_005 not complete, expected elements '[DATAAREA]'.'. For further details, see the log corresponding to FND-Logging AFLOG MODULE Name: 'ecx.plsql.trig.CLN.SHOWSHIPO.65899.3.35793.log'.
    Error Stack ECX_STANDARD.sendDirectCover(CLN, SHOWSHIPO) ECX_STANDARD.Send(SHOWSHIP, 65899.3, 538854, RUN) Wf_Engine_Util.Function_Call(ECX_STANDARD.SEND, SHOWSHIP, 65899.3, 538854, RUN)
    I have done the transaction setup , trading partner setup and reuired ECX profile options.
    Below are the steps i am following.
    To generate an ASN for one shipment of goods:
    1. Log on to the Oracle Order Management application.
    2. Create a sales order in Order Management either manually or electronically
    through Order Process.
    3. Book the sales order.
    4. Navigate to Release Sales Order window.
    5. Enter the sales order number in Order Number.
    6. Click Execute Now to release this sales order.
    7. Navigate to the Shipping Transaction window.
    8. Click Search Delivery.
    9. Enter the delivery name in From Delivery Name.
    10. Click Find.
    11. Ship confirm the delivery.
    ◗◗ To extract ASN for a delivery number in case of first ASN failure:
    1. Navigate to the Supply Chain Trading Connector responsibility in Oracle
    E-Business Suite.
    2. Navigate to Requests and select Run.
    3. Verify if Single Request is selected. Click Ok.
    4. Select CLN:Send XML Show Shipment Document for Request Name.
    5. Enter Delivery Number.
    6. Click Submit to submit the request.
    7. Search for Ship Notice collaboration in the Collaboration History by entering
    Delivery Number for Document Number.
    The go to workflow administrator > transaction monitor > item type %SHIP% then > go.
    After this I could see that the workflow is erroring out at send document process.
    Please let me know the what is issue , this could help me a lot.
    Regards,
    Yudhistar

    Hi,
    any tips, hints, sample code or other pointersWell, maybe some java, here's your question:
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:38012348052
    will refer you to
    http://asktom.oracle.com/pls/asktom/f?p=100:11:478714880659465::::P11_QUESTION_ID:952229840241
    in the end.

Maybe you are looking for

  • Skip the Creation of Maintenance Notification

    I would like to know the effect if i will skip or remove the process of creation of Maintenance notification in SAP PM. The process will start with the creation of Order, if there's an external service required the Maintenance Order will be converted

  • Restart a step in a Job Chain when complete

    Hi, I want to restart a step when complete but I don't see where I can choose how many times I want to restart. I see the Final Status Handlers : restart step on complete, but this restart the step unlimitedly. Could someone help, please ? Re. Clemen

  • Installer Error Message with Adobe Pro IX

    I have tried several times to download Adobe Pro IX with no success.  Today I keep getting an error message that states the installer is misconfigured.  Tried to download new installer and just keep getting the same error message.  I checked the syst

  • Can't update ipod...need help asap!

    Help!!! My computer was sent to get fixed and because some stuff was reformatted, I am unable to use certain programs....most importantly, I am unable to update my ipod which I need to do in the next day. Unfortunately, I will not be home where the s

  • Circular  JList . Help required please

    Folks, I need a bit of help please. I have created a JList,but I want this to be circular. Im my JList example,I display 11 numbers,the first 5 are displayed when the application starts up,the user should be able to press the 'Down Button'and the foc