ESSBASE Database Build Error :-

Hi Gurus,
I am running the Build process which build the dimensions and load the data from the Source Oracle databases through ESSCMD and MAXL scripts either. Sometimes we are getting the error and when we re-run the build process we get run successfully.
+Unable to write information to file [G:\Hyperion\AnalyticServices\APP\PVTCCT\PVTCCT\PVTCCT.esm], adWriteObject returns [1019002]. See server logfile for details.+
+[Thu Feb 04 17:11:25 2010]Local/PVTCCT/PVTCCT/essadmin/Error(1007119)+
+Loading New Outline for Database [PVTCCT] Failed+
+[Thu Feb 04 17:11:26 2010]Local/PVTCCT/PVTCCT/essadmin/Info(1019018)+
+Writing Parameters For Database [PVTCCT]+
Please guide the root coause this error and proper solutions....Please let me know if required any more infromations
Version of Essbase is 9.3.1 and the Cube which is building is BSO cube.
Many Thanks

Matt,
Please find the Batch Script :-
REM  ************************************************************************************************************************
REM Section 1 - Calling Function to Update the cube_statu on table <<table_name>> to 'B' from 'L' and insert new row with cube_status 'N'
REM ESSCMD G:\Esscmd\PVTCCT\PVTCCT_pro101.SCT  >> G:\Esscmd\PVTCCT\PVTCCT_Gen_log.txt
ESSCMD G:\osmf\mgmt\scheduler\PWHY\scripts\CUBSTAT100.SCT  >> G:\osmf\mgmt\scheduler\PWHY\scripts\CUBSTAT100_log.txt
ESSCMD G:\osmf\mgmt\scheduler\PWHY\scripts\CUBSTAT101.SCT  >> G:\osmf\mgmt\scheduler\PWHY\scripts\CUBSTAT101_log.txt
ESSCMD G:\osmf\mgmt\scheduler\PWHY\scripts\CUBSTAT102.SCT  >> G:\osmf\mgmt\scheduler\PWHY\scripts\CUBSTAT102_log.txt
REM  ************************************************************************************************************************
REM Section 1 - Proceeding to dimension building
DEL G:\Esscmd\PVTCCT\PVTCCT_Dim_log.txt
date/t >> G:\Esscmd\PVTCCT\PVTCCT_Dim_log.txt
time/t >> G:\Esscmd\PVTCCT\PVTCCT_Dim_log.txt
ESSCMD G:\Esscmd\PVTCCT\PVTCCT100.SCT  >> G:\Esscmd\PVTCCT\PVTCCT_Dim_log.txt
date/t >> G:\Esscmd\PVTCCT\PVTCCT_Dim_log.txt
time/t >> G:\Esscmd\PVTCCT\PVTCCT_Dim_log.txt
REM Check to see if the log file has an error
FIND "Command Failed" G:\Esscmd\PVTCCT\PVTCCT_Dim_log.txt
if not errorlevel 1 goto ERROR
REM  ***************************************************************************************************************************
REM Section 3 - Now proceeding to data loading
DEL G:\Esscmd\PVTCCT\PVTCCT_Data_log.txt
date/t >> G:\Esscmd\PVTCCT\PVTCCT_Data_log.txt
time/t >> G:\Esscmd\PVTCCT\PVTCCT_Data_log.txt
ESSCMD G:\Esscmd\PVTCCT\PVTCCT101.SCT  >> G:\Esscmd\PVTCCT\PVTCCT_Data_log.txt
date/t >> G:\Esscmd\PVTCCT\PVTCCT_Data_log.txt
time/t >> G:\Esscmd\PVTCCT\PVTCCT_Data_log.txt
FIND "Command Failed" G:\Esscmd\PVTCCT\PVTCCT_Data_log.txt
if not errorlevel 1 goto ERROR
REM *****************************************************************************************************************************
REM Section 4 - Now proceeding to calculation
DEL G:\Esscmd\PVTCCT\PVTCCT_Calc_log.txt
date/t >> G:\Esscmd\PVTCCT\PVTCCT_Calc_log.txt
time/t >> G:\Esscmd\PVTCCT\PVTCCT_Calc_log.txt
ESSCMD G:\Esscmd\PVTCCT\PVTCCT102.SCT  >> G:\Esscmd\PVTCCT\PVTCCT_Calc_log.txt
date/t >> G:\Esscmd\PVTCCT\PVTCCT_Calc_log.txt
time/t >> G:\Esscmd\PVTCCT\PVTCCT_Calc_log.txt
FIND "Command Failed" G:\Esscmd\PVTCCT\PVTCCT_Calc_log.txt
if not errorlevel 1 goto ERROR
REM Echo All operations completed successfully
Goto GOOD
REM *********************************************************************************************
REM Processing for error and success
+:ERROR+
REM ESSCMD G:\Esscmd\PVTCCT\PVTCCT_err101.SCT  >> G:\Esscmd\PVTCCT\PVTCCT_Gen_log.txt
REM *********************************************************************************************
REM To unload the application after completion of job run
G:\Hyperion\essbase\bin\essmsh.exe G:\Esscmd\PVTCCT\PVTCCT_unload.mxl>> G:\Esscmd\PVTCCT\PVTCCT_unload_log.txt
ESSCMD G:\osmf\mgmt\scheduler\PWHY\scripts\CUBSTAT100.SCT  >> G:\osmf\mgmt\scheduler\PWHY\scripts\CUBSTAT100_log.txt
ESSCMD G:\osmf\mgmt\scheduler\PWHY\scripts\CUBSTAT101.SCT  >> G:\osmf\mgmt\scheduler\PWHY\scripts\CUBSTAT101_log.txt
ESSCMD G:\osmf\mgmt\scheduler\PWHY\scripts\CUBSTAT102.SCT  >> G:\osmf\mgmt\scheduler\PWHY\scripts\CUBSTAT102_log.txt
ECHO 'ENDED UBNORMALLY'
EXIT 99
REM ****************************************************************************************************************************
+:GOOD+
REM ESSCMD G:\Esscmd\PVTCCT\PVTCCT_succ101.SCT  >> G:\Esscmd\PVTCCT\PVTCCT_Gen_log.txt
REM *********************************************************************************************
REM To unload the application after completion of job run
G:\Hyperion\essbase\bin\essmsh.exe G:\Esscmd\PVTCCT\PVTCCT_unload.mxl>> G:\Esscmd\PVTCCT\PVTCCT_unload_log.txt
ESSCMD G:\osmf\mgmt\scheduler\PWHY\scripts\CUBSTAT100.SCT  >> G:\osmf\mgmt\scheduler\PWHY\scripts\CUBSTAT100_log.txt
ESSCMD G:\osmf\mgmt\scheduler\PWHY\scripts\CUBSTAT101.SCT  >> G:\osmf\mgmt\scheduler\PWHY\scripts\CUBSTAT101_log.txt
ESSCMD G:\osmf\mgmt\scheduler\PWHY\scripts\CUBSTAT102.SCT  >> G:\osmf\mgmt\scheduler\PWHY\scripts\CUBSTAT102_log.txt
ECHO 'COMPLETED SUCCESSFULLY'
EXIT
The remaining contents are :-
+@ECHO OFF+
LOGIN "Server" "user" "password";
IFERROR "Error logging in";
SELECT "CUBSTATS" "CUBSTATS";
IFERROR "Error accessing appln"
IMPORT 4 <"ORAUSER">< "password"> 2 "DataLoad" "Y";
IFERROR "Error running DataLoad file";
+@ECHO ON+
EXIT;
+@ECHO OFF+
LOGIN "Server" "user" "password";
IFERROR "Error";
SETMSGLEVEL 3;
IFERROR "Error";
SELECT "CUBSTATS" "CUBSTATS";
resetdb;
IFERROR "Error";
BUILDDIM 2 "Cubedesc"       4 "ORAUSER" "password" 4 "Cubedesc";
BUILDDIM 2 "Statflag"       4 "ORAUSER" "password" 4 "Statusflag";
+:Error+
I hope It will help
Thanks and Regards
Suman

Similar Messages

  • Essbase Dimension build error and Unable to Stop/Start Application

    Hi All,
    I am trying to build the dimendion in the ASO application it is throwing the Error meaasage " Dimension Biuld failed , ther may be problem in allocating memory".
    While i am trying to and Start/Stop my respective Application it is throwing the below error meaasge
    I tried to debug this issue by checking the Locked objects, and asked my Admin to close my sessions forcebully if any running and also checking all rules files . But i didn't get any clue/solution from them.
    Please help me out from this issue
    ***ess-dev.ASOAPP     Stop application     April 15, 2009 4:15:08 PM IST     Failed***
    ***Error: 1013018 Cannot unload database [Sample] while user [ASDF] is performing database operation. Wait for user [ASDF] to complete the operation, or ask the user to abort it. Log out all users and then unload the database.***
    ***     MaxL Command     April 15, 2009 4:40:52 PM IST***
    ***Error: 1053012: Object [Sample] is locked by user [ASDF]***
    ***Error: 1013100: User [ASDF] is Active on Database [Sample]***
    ***Error: 1013132: Cannot build dimensions. There are other active users on database [Sample]***
    ***Error: 1241101: Unexpected Essbase error 1013132***
    ***Error: 1053013: Object [Sample] unlocked by user [ASDF]***
    ***     MaxL Command     April 15, 2009 4:43:28 PM IST***
    ***Error: 1270040: Data load buffer [2] does not exist***
    Regards

    Hi,
    Thanks for your answer friend. My admin has successfully killed my session forcebully. And he doubted that i may not have enough rights to Stop/Start application and he provided me the required rights. After that also the error is repeating as below. we two are not getting where we went wrong.
    ss-dev.ASOAPP     Stop application     April 15, 2009 8:19:35 PM IST     Failed
    Error: 1013018 Cannot unload database [Sample] while user [ASDF] is performing database operation. Wait for user [ASDF] to complete the operation, or ask the user to abort it. Log out all users and then unload the database.
    Help me out from this issue

  • Error While Creating Essbase Database From Hyperion Planning

    Hi,
    While creating the Essbase Database From the 'Manage Database' in Hyperion Planning, I am getting the following error:
    com.hyperion.planning.olap.EssbaseException: Account (1060000)
    It gets stuck at Adding Dimensions.
    I have tried reconfiguring Planning, but no luck.
    My Relation Repository is MS SQL Server 2005 and the Essbase and Shared Services are on a Linux box.
    I am getting the following error in the Planning log
    [12-Nov-2009 10:50:41]: Propegating external event[ FROM_ID: 68b6dbf1 Class: class com.hyperion.planning.sql.HspLock Object Type: -1 Primary Key: 50001 ]
    [12-Nov-2009 10:50:41]: Processing cube: Plan1
    [12-Nov-2009 10:50:41]: Setting System CFG properties for Attribute Dimensions
    [12-Nov-2009 10:50:41]: Adding dimension: Account
    [12-Nov-2009 10:50:41]: Closing outlines
    com.hyperion.planning.olap.EssbaseException: Account (1060000)
         at com.hyperion.planning.olap.HspEssbaseOutlineAPI.EssAddMemberEx(Native Method)
         at com.hyperion.planning.olap.HspCubeRefreshTask.addDimension(Unknown Source)
         at com.hyperion.planning.olap.HspCubeRefreshTask.addDimensionsAndMembers(Unknown Source)
         at com.hyperion.planning.olap.HspCubeRefreshTask.buildOutlines(Unknown Source)
         at com.hyperion.planning.olap.HspCubeRefreshTask.run(Unknown Source)
         at com.hyperion.planning.HspJSImpl.runCubeRefresh(Unknown Source)
         at com.hyperion.planning.HyperionPlanningBean.runCubeRefresh(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
         at sun.rmi.transport.Transport$1.run(Transport.java:153)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
         at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
         at java.lang.Thread.run(Thread.java:595)
    Thanks for your help.
    Edited by: user524093 on Nov 12, 2009 4:38 PM

    Have you tried restarting the services and giving it a try?
    Which version of Essbase/Planning are you on?
    If your Essbase server name has more than 30 characters, please use NODENAME with short server name.

  • Essbase Add-in Error - Cannot Find Message Database

    Error #1040007 - Cannot find message database. Error received launching either the essbase add-in or app manager.Arbor path has been verified in path statement, and is first. Running under Win 2000, no changes to PC.Can anyone advise what may be causing this problem? Specific question: Where would the "message database be located?".Randy [email protected]

    It's used to point to the message database (seriously)... LOL! I've never seen it used anyplace I've done Essbase and to my knowledge no one has ever been the worse off for it. It's probably just as well that you deleted it.Regards,Bruce

  • Database connector error - building crystal xir2 report from univ?

    Folks,
    I am attempting to create a crystal xir2 report using an otherwise fully functional universe, one that has other webi docs already created. After opening crystal and selecting new report, I log onto the BO server and select objects from the Univ to build the query. Hovever, I get 'Unknown database connector error' when clicking OK.
    I recently installed crystal xir2, the same version as my bo server. I checked the cmc and am using the same credentials when logging onto bo enterprise to select the univ from within crystal. Any ideas what is causing this and how to correct the issue?
    Thanks.

    Hello,
    I'm going to move this over to the Report Design forum. Someone there should be able to sort this out for you. I doubt it's a DB connection problem but something in the Universe causing Cr to fail.
    Seems no one in the Report Designer forum has any suggestions so I'm again moving this to the Universe Designer forum.
    Thanks you
    Don
    Edited by: Don Williams on Nov 15, 2009 8:48 AM

  • Essbase ASO Dimbuild error

    Hi All,
    I need help again, I'm doing a dimension build of three dimensions on a v11.1.2.1 and I get an error.
    This is an Aggregate Storage cube, the initial steps I do is, I unlock all objects, reset the cube to clear data and then clear aggregates.
    I then disable connections to the cube, and then start building dimensions, below is the spool file with the errors:
    MAXL> alter database ADCPPL.ADCPPL unlock all objects;
    OK/INFO - 1056023 - Database ADCPPL.ADCPPL altered.
    MAXL> alter database ADCPPL.ADCPPL reset;
    OK/INFO - 1013022 - All data of database [ADCPPL] has been cleared by User [anindyo.dutta@].
    OK/INFO - 1013273 - Database ADCPPL.ADCPPL altered.
    MAXL> alter database ADCPPL.ADCPPL clear aggregates;
    ERROR - 1270028 - Cannot proceed: the cube has no data.
    MAXL> alter application ADCPPL disable connects;
    OK/INFO - 1056013 - Application ADCPPL altered.
    MAXL> import database 'ADCPPL'.'ADCPPL' dimensions from server data_file '/hypdata/deloitte/20110920160616_CPPLEntityExport.txt' using server rules_file 'Ent_DRM' on error write to '/hypdata/deloitte/CPPLEntity_dimbuild.err';
    OK/INFO - 1053012 - Object [ADCPPL] is locked by user [anindyo.dutta@].
    ERROR - 1007083 - Dimension build failed. Error code [1090004]. Check the server log file and the dimension build error file for possible additional info..
    ERROR - 1241101 - Unexpected Essbase error 1007083.
    OK/INFO - 1053013 - Object [ADCPPL] unlocked by user [anindyo.dutta@].
    MAXL> import database 'ADCPPL'.'ADCPPL' dimensions from server data_file '/hypdata/deloitte/20110921142309_CPPLChannelExport.txt' using server rules_file 'Chnl_DRM' on error write to '/hypdata/deloitte/CPPL_Channel_dimbuild.err';
    OK/INFO - 1053012 - Object [ADCPPL] is locked by user [anindyo.dutta@].
    ERROR - 1007083 - Dimension build failed. Error code [1090004]. Check the server log file and the dimension build error file for possible additional info..
    ERROR - 1241101 - Unexpected Essbase error 1007083.
    OK/INFO - 1053013 - Object [ADCPPL] unlocked by user [anindyo.dutta@].
    MAXL> import database 'ADCPPL'.'ADCPPL' dimensions from server data_file '/hypdata/deloitte/20110919140317_CPPL_Account_Export.txt' using server rules_file 'acct_DRM' on error write to '/hypdata/deloitte/CPPL_Account_dimbuild.err';
    OK/INFO - 1053012 - Object [ADCPPL] is locked by user [anindyo.dutta@].
    ERROR - 1007083 - Dimension build failed. Error code [1090004]. Check the server log file and the dimension build error file for possible additional info..
    ERROR - 1241101 - Unexpected Essbase error 1007083.
    OK/INFO - 1053013 - Object [ADCPPL] unlocked by user [anindyo.dutta@].
    MAXL> alter application ADCPPL enable connects;
    OK/INFO - 1056013 - Application ADCPPL altered.
    MAXL> logout;
    When I search on the error code 1007083 and 1090004, and I see something related to opening a file:
    Essbase Error 1090004 - Unable To Open File [%s]
    Essbase Error 1007083 - Dimension build failed. There are many possible causes (for example, problem allocating memory). Check the server log file to locate the error that caused the failure.
    I checked the Essbase server log, and I do not see anything helpful.
    Can anyone tell me what the issue could be, if you have seen such errors before?
    Thanks,
    Anindyo

    Are the files under the Essbase Server?
    If yes, try replacing your import database scripts without showing the file path.
    One of your lines:
    import database 'ADCPPL'.'ADCPPL' dimensions from server data_file '/hypdata/deloitte/20110921142309_CPPLChannelExport.txt' using server rules_file 'Chnl_DRM' on error write to '/hypdata/deloitte/CPPL_Channel_dimbuild.err';
    Replace it with:
    import database 'ADCPPL'.'ADCPPL' dimensions from server data_file '20110921142309_CPPLChannelExport.txt' using server rules_file 'Chnl_DRM' on error write to '/hypdata/deloitte/CPPL_Channel_dimbuild.err';
    Cheers,
    Mehmet

  • Unable to access Essbase Database

    Hi,
    Following Essbase error is coming when data is fetching from Essbase database from a report: -
    Failed to open database 'Database1' on server 'URL'
    Error reported by Essbase.
    Additional information:
    Syntax error loading filters - operation canceled
    Kindly tell what could be the reasons behind it??
    Regards,
    Atul K

    Here is a post from the network54 board that discusses this problem. I used to get that error after I suspended my laptop, then restarted and was assigned a new ip address..
    Tim Tow
    Oracle ACE
    Applied OLAP, Inc

  • Unable to open Essbase Database

    Hi,
    Following Essbase error is coming when data is fetching from Essbase database from a report: -
    Failed to open database 'Database1' on server 'URL'
    Error reported by Essbase.
    Additional information:
    Syntax error loading filters - operation canceled
    Kindly tell what could be the reasons behind it??
    Regards,
    Atul K

    Hi,
    Followiong could be the reasons of your problem: -
    1- Try to restart application and then try to start database.
    2- If point 1 not work then may be application process 'ESSSVR' for that application get hangh. So stop all app/db and check if any Esssvr is running from Task Manager then kill it.
    3- Restart Essbase Server and try to restart db again.
    4- If problem still persists then may be your db got corrupted and please restore it from backup.
    5- Also from your posted error, it is looking that Essbase internal application $DM_APP$ is either missing or corrupted so please make it in following ways:-
    5.1. Shut down Essbase
    5.2. Rename essbase.sec to essbasebackup.sec
    5.3. Rename $DM_APP$ directory, e.g., Backup_$DM_APP$ if it exists but if it doesn't do not worry about it.
    5.4. Restart Essbase. At this point, a new essbase.sec is created,along with a new $DM_APP$ directory and files associated withit.
    5.5. From EAS, make sure Data Mining part is working
    5.6. Shutdown Essbase
    5.7. Rename essbase.sec to essbasenew.sec
    5.8. Rename essbasebackup.sec to essbase.sec
    5.9. Start Essbase
    5.10. Check to make sure Data Mining part is working
    5.11. Try renaming application or load db
    5.12. Once all is working, remove essbasenew.sec.
    Hope it will help pyou.
    Atul K,

  • Database connector error:Unexpected when connecting to salesforce in CR2008

    ISSUE:: Unable to connect to salesforce in CR2008 as when he tries to select the table in the Database expert he gets an error 'Database connector error: Unexpected' however he is able to connect to salesforce and then select the tables using CR XI R2
    Observed Behavior:
    - The customer is able to  connect to salesforce and then select the tables in CR XI R2 however when he tries to select the table through CR 2008 he gets an error 'Database connector error: Unexpected'. 
    - He does not have an issue switching Windows accounts.  He can log in to Salesforce.com from Crystal Reports XIR2 and 2008 using a SFDC account with restricted access from my Windows account.  However, he is not able to log in to SFDC using the system administrator SFDC account in Crystal Reports 2008, but is able to using Crystal Reports XIR2.  This applies to the production and sandbox SFDC environment.
    - He can update data on all reports using CR2008 if the report was created in CRXIR2.  He cannot access any data from reports created with CR2008.
    Expected Behavior:
    - Should be able to select the tables and create reports based off it.
    Steps to reproduce: 
    - Open Crystal Reports 2008 and then connect to salesforce with the credentials provided by the user i.e. 
    test.nussbaumer @cit.com.test
    crystal2008
    token:  LxYbugxsVmGpRL1QOVIC2q0e  '
    This gives an error:
    'Logon failed. Details: Unexpected Error; nested exception is java.net.UnknownHostException: www.salesforce.com
    What has been done so far:
    -Have tried the repair on CR 2008 but didn't help.
    - The customer has tried some user credentials for a different user in his SFDC instance and was also able to login.  He realized that only the system administrator is not able to login.  Customer had sent the sample credentials for a test system administrator profile in his sandbox environment.  (test.salesforce.com) , used that on my end to connect however it gave the error :'Logon failed. Details: Unexpected Error; nested exception is java.net.UnknownHostException: www.salesforce.com'
    test.nussbaumer @cit.com.test
    crystal2008
    token:  LxYbugxsVmGpRL1QOVIC2q0e
    To access the Sandbox, he uses test.salesforce.com as the server when connecting with Cyrstal Reports 2008.
    - He reset the password and received the same error.  He can access Salesforce.com with CR XI R2, but not with CR2008. 
    - He set up a new computer with only JDK 1.4 on it, using Windows XP Professional and received the same error. His comments:
    ( I don't believe that this has anything to do with the JDK version, but rather with the size of the metadata in SFDC.  If I login as the administrator, I receive the error in CR2008.  However, as mentioned before, if I login as a standard user I am able to use CR2008.)
        We tried resetting the User Security token by follwoing the below steps(A security token is not needed for login as I am using a trusted network by SFDC):
    Steps for Resetting a User Security Token:
       1.) To reset your security token, click Setup | My Personal Information | Reset Security Token, and click the Reset Security Token button. The new security token is sent via email to the email address on your Salesforce user record.
       2.) You will need to login by entering your username and then your password + security token (without the +).
    - Modified the CRConfig.XML file for the proxy server settings and then tried connecting to pull up the tables however still gave the same error.
    Configuration:
    Windows XP Professional 5.1.2600 SP2 Build 2600 
    CRXIR2 - 11.5.9.1076
    CR2008 - 12.0.0.683
    J2SE Development Kit 1.5.0.60
    He is using JDK 1.6 (file: jre1.6.0_05).  He tried installing JDK 1.4 and pointing to the file:  jre1.4.2_17 but had no success.
    Version 3 of the Crystal Reports for Salesforce.com driver
    Sandbox environment
    Edited by: Komal Prasad on Jun 26, 2008 5:28 PM
    Edited by: Komal Prasad on Jun 26, 2008 5:29 PM

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

  • Log4J-Error + Unexpected Database-Connector-Error

    Hello!
    I am trying to integrate a Report into an existing Java Eclipse-Project usind Crystal Reports for Eclipse.
    To do this I am modifying the example program which comes together with the installation. I am trying to pass the data to the report directly via a POJO using the call
    CRJavaHelper.passPOJO(...)
    Now, when I try to open the report I get the following error:
    log4j:WARN No appenders could be found for logger (com.businessobjects.reports.sdk.JRCCommunicationAdapter).
    log4j:WARN Please initialize the log4j system properly.
    Unerwarteter Datenbank-Connector-Fehler
    (The last line would be "Unexpected Database-Connector-Error" in english.)
    What am I doing wrong? I included log4j.jar into the build path of the project.
    Thanx for your help!
    UPDATE: Most errors are sitting 50cm in front of the screen. Dumb error on my side. Fixed it and it's working.
    Edited by: QSOTech on May 18, 2009 1:33 PM

    Error is fixed.
    I created the report in Eclipse and used a Plain Old Java Object (POJO) as datasource. No other Database.
    The problem was that the Object wasn't instanciated properly.

  • Unexpected database connector error

    Hi Team,
    I am trying to do Dynamic database change for Crystal reports and i 'm struggling with the following error. I am following below code listed in the following link
    CRJava Modify DB Location
    Please help me in resolve this issue. I have been struck up with this from 2 days
    The Error Stack Trace is:
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Unexpected database connector error---- Error code:-2147467259 Error code name:failed
        at com.businessobjects.reports.sdk.JRCCommunicationAdapter.a(SourceFile:2284)
        at com.businessobjects.reports.sdk.JRCCommunicationAdapter.a(SourceFile:2304)
        at com.businessobjects.reports.sdk.JRCCommunicationAdapter.if(SourceFile:736)
        at com.businessobjects.reports.sdk.JRCCommunicationAdapter.a(SourceFile:166)
        at com.businessobjects.reports.sdk.JRCCommunicationAdapter$2.a(SourceFile:528)
        at com.businessobjects.reports.sdk.JRCCommunicationAdapter$2.call(SourceFile:526)
        at com.crystaldecisions.reports.common.ThreadGuard.syncExecute(SourceFile:102)
        at com.businessobjects.reports.sdk.JRCCommunicationAdapter.for(SourceFile:524)
        at com.businessobjects.reports.sdk.JRCCommunicationAdapter.int(SourceFile:423)
        at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(SourceFile:351)
        at com.businessobjects.sdk.erom.jrc.a.a(SourceFile:54)
        at com.businessobjects.sdk.erom.jrc.a.execute(SourceFile:67)
        at com.crystaldecisions.proxy.remoteagent.RemoteAgent$a.execute(SourceFile:716)
        at com.crystaldecisions.proxy.remoteagent.CommunicationChannel.a(SourceFile:125)
        at com.crystaldecisions.proxy.remoteagent.RemoteAgent.a(SourceFile:537)
        at com.crystaldecisions.sdk.occa.report.application.ds.a(SourceFile:186)
        at com.crystaldecisions.sdk.occa.report.application.an.a(SourceFile:108)
        at com.crystaldecisions.sdk.occa.report.application.b0.if(SourceFile:148)
        at com.crystaldecisions.sdk.occa.report.application.b0.b(SourceFile:95)
        at com.crystaldecisions.sdk.occa.report.application.bb.int(SourceFile:96)
        at com.crystaldecisions.proxy.remoteagent.UndoUnitBase.performDo(SourceFile:151)
        at com.crystaldecisions.proxy.remoteagent.UndoUnitBase.a(SourceFile:106)
        at com.crystaldecisions.sdk.occa.report.application.DatabaseController.a(SourceFile:2159)
        at com.crystaldecisions.sdk.occa.report.application.DatabaseController.a(SourceFile:543)
        at com.crystaldecisions.sdk.occa.report.application.DatabaseController.a(SourceFile:3898)
        at com.crystaldecisions.sdk.occa.report.application.DatabaseController.replaceConnection(SourceFile:3865)
        at org.apache.jsp.DynamicDBChange_jsp._jspService(DynamicDBChange_jsp.java:213)
        at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
        at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:432)
        at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:390)
        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:334)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
        at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99)
        at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:953)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
        at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1023)
        at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:589)
        at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:310)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
    Caused by: com.crystaldecisions.reports.common.QueryEngineException: Unexpected database connector error
        at com.crystaldecisions.reports.queryengine.Table.new(SourceFile:1014)
        at com.crystaldecisions.reports.queryengine.Table.byte(SourceFile:1791)
        at com.crystaldecisions.reports.queryengine.Table.a(SourceFile:638)
        at com.crystaldecisions.reports.queryengine.Table.vc(SourceFile:2419)
        at com.crystaldecisions.reports.dataengine.datafoundation.AddDatabaseTableCommand.new(SourceFile:529)
        at com.crystaldecisions.reports.common.CommandManager.a(SourceFile:71)
        at com.crystaldecisions.reports.common.Document.a(SourceFile:203)
        at com.businessobjects.reports.sdk.requesthandler.f.a(SourceFile:175)
        at com.businessobjects.reports.sdk.requesthandler.DatabaseRequestHandler.byte(SourceFile:1079)
        at com.businessobjects.reports.sdk.JRCCommunicationAdapter.do(SourceFile:1166)
        at com.businessobjects.reports.sdk.JRCCommunicationAdapter.if(SourceFile:660)
        ... 46 more
    Caused by: com.businessobjects.reports.jdbinterface.common.DBException: Unexpected database connector error
        at com.crystaldecisions.reports.queryengine.driverImpl.jdbc.JDBCQueryDefinition.Execute(Unknown Source)
        at com.crystaldecisions.reports.queryengine.driverImpl.jdbc.JDBCQueryDefinition.Execute(Unknown Source)
        at com.crystaldecisions.reports.queryengine.driverImpl.jdbc.JDBCTable.GetFields(Unknown Source)
        at com.crystaldecisions.reports.queryengine.Table.new(SourceFile:1010)
        ... 56 more
    Caused by: java.sql.SQLException: ORA-01008: not all variables bound
        at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:439)
        at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:395)
        at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:802)
        at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:436)
        at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:186)
        at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:521)
        at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:194)
        at oracle.jdbc.driver.T4CStatement.executeForRows(T4CStatement.java:1000)
        at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1307)
        at oracle.jdbc.driver.OracleStatement.executeInternal(OracleStatement.java:1882)
        at oracle.jdbc.driver.OracleStatement.execute(OracleStatement.java:1847)
        at oracle.jdbc.driver.OracleStatementWrapper.execute(OracleStatementWrapper.java:301)
        ... 60 more
    Waiting for reply
    Thanks
    Penchal

    Hi Penchal,
    What is the backend database? Are you using ODBC or JDBC connectivity for your backend DB engine?
    Make sure to have the required jars for your connection type inside your applications lib directory.
    Does it happens with all the reports?
    What happens if you do not change the datasource, are you able to view reports fine.
    As you are using Crystal reports for ecllipse runtime libraries to build your jsp, you would need to post your dicussions in the below forum to get better response.
    http://scn.sap.com/community/crystal-reports-for-eclipse
    The above space is dedicated for the issues with crystal reports for ecllipse.
    Thanks,
    Prithvi

  • Database Construction Error

    I am new to Java and am having trouble figuring out why I am throwing this error when running the jar file.
    My code builds the jar file without error, but when I try to run the application from the jar file, I get the error
    in my code that reads, " Unable to open Database!". I'm assuming there is an error in the creation of
    the database and that it is null. I have tried to reconfigure the Java db in Netbeans, but have not been
    successful. Any ideas? My code is below. thanks.
    public fine() {
    // Prevent multiple instances...
    if (!obtainLock()) {
    return;
    Database database = null;
    try {
    database = new Database(SqlEngine.DERBY);
    } catch (Exception e) {
    System.out.println(e);
    JOptionPane.showMessageDialog(null, "Unable to open the database!", "Error", JOptionPane.ERROR_MESSAGE);
    MainFrame mainFrame = new MainFrame(database);
    mainFrame.show();
    }

    Sorry Abillconsl here is that code.
    public class Database {
    /** Create a local connection to a database engine.
    * @param sqlEngine is the database engine type.
    * @throws ClassNotFoundException if there is an error loading the driver.
    * @throws SQLException if there is an error connecting to the database.
    public Database(SqlEngine sqlEngine) throws ClassNotFoundException, SQLException {
    this.sqlEngine = sqlEngine;
    try {
    Class.forName(sqlEngine.getDriverName());
    } catch (Exception e) {
    throw new ClassNotFoundException(e.getMessage());
    con = DriverManager.getConnection(sqlEngine.getLocalUrl());
    /** Create a connection to a database engine.
    * @param sqlEngine is the database engine type.
    * @param url is the URL to connect to.
    * @throws ClassNotFoundException if there is an error loading the driver.
    * @throws SQLException if there is an error connecting to the database.
    public Database(SqlEngine sqlEngine, String url) throws ClassNotFoundException, SQLException {
    this.sqlEngine = sqlEngine;
    try {
    Class.forName(sqlEngine.getDriverName());
    } catch (Exception e) {
    throw new ClassNotFoundException(e.getMessage());
    con = DriverManager.getConnection(url);
    /** Close the database connection.
    * @throws SQLException if there is an error connecting to the database.
    public void close() throws SQLException {
    con.close();
    con = null;
    /** Encode a SQL qury string.
    * @param s is the string to encode.
    * @return the encoded string.
    public static String escape(String s) {
    if (s.indexOf("'") != -1 ) {
    StringBuffer sb = new StringBuffer();
    for (int i = 0; i < s.length(); i++) {
    char c = s.charAt(i);
    if (c == '\'') {
    sb.append("''");
    }else {
    sb.append(c);
    return sb.toString();
    return s;
    * Retrieve a field id from dbid table for a given field name
    * @param fieldName of the field as defined in the database
    * @return database identifier number for a field or zero if not found
    public RwInteger getDBID(RwString fieldName){
    ResultSet rs = null;
    Statement stmt = null;
    RwInteger dbid = new RwInteger(0);
    try {
    stmt = con.createStatement();
    rs = stmt.executeQuery("SELECT DBID FROM dbid WHERE FieldName = '"+fieldName.toString()+"'");
    while(rs.next()) {
    dbid = new RwInteger(rs.getInt("DBID"));
    } catch (SQLException e) {
    System.out.println("Unable to Retreive FieldID for FieldName: " + fieldName.toString());
    e.printStackTrace();
    return dbid;
    /** Retrieves a field name from dbid table for a given dbid.
    * @param dbid the database field identifier number for the field
    * @return field name as defined in the database
    public String getFieldName(int dbid){
    ResultSet rs = null;
    Statement stmt = null;
    String fieldName = ""; // field name not found.
    try {
    stmt = con.createStatement();
    rs = stmt.executeQuery("SELECT FieldName FROM dbid WHERE DBID = " + dbid);
    while(rs.next())
    fieldName = rs.getString("FieldName");
    } catch (SQLException e) {
    System.out.println("Unable to Retrieve FieldName for DBID: " + dbid);
    e.printStackTrace();
    return fieldName;
    /** Generate the friendly name for a particular field.
    * @param rwType is the field to name.
    * @return the friendly name for a specified field.
    public String friendlyName(RwType rwType) {
    return RecordType.forDbid(rwType.getFieldId())
    + "(" + (rwType.getSequenceNumber() + 1)
    + ":" + (rwType.getRecordId() + 1) + ")."
    + AbstractRecord.getFieldName(con, rwType.getFieldId());
    // Database related variables.
    public Connection con = null;
    public static SqlEngine sqlEngine = null;
    /** Unit test.
    * @param args the command line arguments
    public static void main(String[] args) {
    try {
    Database db = new Database(SqlEngine.DERBY);
    int dbid = 1605;
    String name = db.getFieldName(dbid);
    RecordType recordType = RecordType.forDbid(dbid);
    System.out.println("DBID " + dbid + " is field " + name + " in " + recordType);
    AbstractRecord record = AbstractRecord.newInstance(recordType, db.con);
    RwType rwType = record.getField(name);
    System.out.println("rwType = " + rwType);
    db.close();
    } catch (Exception e) {
    System.out.println(e);
    }

  • Need help in changing of Essbase Database

    Hello All,
    I have given task to give few changes in Essbase database 7. I am going to write my task briefly as under...
    1- There is already one application created like existing application is XYZ and its data base exist only for HH (AA_TT / AA_TT)
    2- I have to create new ABC essbase application for 5 divisions of this compnay . Lets say divisions are (AA, BB, CC)
    3- New ABC Essbase application will be model after exsiting AA_TT database.
    *4- Now I have give changes or changes which i need to do in Essbase database as follows:-*
    *(a) Load Current Time Dimension ( M01, M02, M03, and etc...)*
    *(b) Load current Division dimensions*
    *(c) Load current Per. Code Dimensions*
    Since I am new and on a learning mode so please Can someone guide and help me on point number 4 like.....
    *1- what should I need to do ?*
    *2- what steps i need to follow ?*
    *3- What things I need to finish that talks ?*
    If you have something more then my thaught and want to share then please help me and share with me so I can finish my this talk as much as fast.
    I want to learn and even i like to study too but now I do not know how to start for this task. I am just like in middle of no where like i know where i am but where to go that is what i am not getting..............
    Your positive reply will be appreciated...
    Thank you very much in advance...
    Fez

    As for adding members to the outline, you can either do it manually (not too painful for a Time Periods dimension), or if you have the members you need in a file, or available via SQL, then load 'em up using a Load Rule. Using the Parent/Child relationship is one of the preferred methods, but that means your source data needs to be in a parent / child relationship.
    There are other ways in the load rule, Generation, Level, etc, but if your source data isn't very good these methods of building the dimension can be a little harder to control.
    Here's a link to the DBAG for dataload rules.
    http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_esb_dbag/frameset.htm?ddlintro.htm
    Edited by: RobertR3 on Apr 13, 2011 8:36 AM

  • Database Connection error in Crystal Reports using SAP BW system

    Hi,
    While using Crystal Reports in trying to build a report on the SAP Query in SAP/BW System using the MDX driver, I am able to get the structure of the query fields into the report but on the other hand while trying to refresh the report for data I am getting the error message u201C Failed to connect to the databaseu201D . This database  connection error occurs despite the fact that the SAP server authentication details being entered on Refreshing the report is correct.
    What could be the possible reason? Any guess...
    Thanks,
    Amogh

    Hi,
    Yes, I am using the MDX driver. 
    Is there any pre-requisites of importing certain ABAP transports into SAP Server since I haven't done any? Please  recommend.
    Thanks,
    Amogh

  • Applicatio​n builder error 1041

    Dear All,
    I have a problem to build a application in Labview 8.5.
    It's the first time that I try to build this application in fact it's the first application every I try to build.
    I found the following problem.
     Authentication: "Error Code Database.vi is password-protected. Enter the password to acces the block diagram."
    I do not know the password for this file.
    The building errors details I get are:
    Visit the Request Support page at ni.com/ask to learn more about resolving this problem. Use the following information as a reference:
    Error 1041 occurred at Invoke Node in AB_Source_VI.lvclass:Apply_VI_Properties.vi->AB_So​urce_VI.lvclass:Copy_SourceItem.vi->AB_Build.lvcla​ss:Copy_Files.vi->AB_Application.lvclass:Copy_File​s.vi->AB_Build.lvclass:Build.vi->AB_EXE.lvclass:Bu​ild.vi->AB_Engine_Build.vi->AB_Build_Invoke.vi->AB​_Build_Invoke.vi.ProxyCaller
    Possible reason(s):
    LabVIEW:  Incorrect password.
    Method Name: Lock Stateet  
    When I start looking for the file that causes the problems I find that it is "Get File Type.vi" it's protected.
    This is an NI file and I do not know the password and I do not know why it is locked.
    The VI general properties of the file are:
    C:\Program Files\National Instruments\LabVIEW 8.5\vi.lib\Utility\lvfile.llb\Get File Type.vi
    File revision is 78
    I tried to solve the problem as discribed in tread
    http://forums.ni.com/ni/board/message?board.id=170​&message.id=297099&requireLogin=False
    But that did not work for me. A build with a new file also gives the same error.
    So I tried something else in the Build specification there is a menu "source file settings". There is a selection about passwords
    You can choose 3 settings 1) No passord change 2) Remove password 3) Apply new password. I changed this setting from 2 to 1.
    And I can build the project now. So I change back from 1 to 2 and I should get the error back again. And I did not. How can this happen?
    What is going on?
    Thanks in advance

    Mike, you can't change the password if you don't know the old one. Why do you want to change the password? I do't wanna change the password. The application builder is asking for it and I do not have it. The same problem occured at thread http://forums.ni.com/ni/board/message?board.id=170​&message.id=297099&requireLogin=FalseIt looks almost the same but the solutions there did not work. The problem kept occuring.  So I tried someting else:
    In the Build specifications there is a menu "source file settings" for your project files. I only have 1 main.vi project file
    There is a selection about passwords for your source file settings. See attachment 3. You can choose 3 settings
    1) No passord change
    2) Remove password
    3) Apply new password.
    I changed this setting from 2 to 1.And I can build the project now. So problem solved.
    Then I changed back from 1 to 2 and I should get the error back again. And it did not.
    I do not understand why it works and I would like to.
    What is going on?
    Attachments:
    Authentication.JPG ‏13 KB
    VIPropertiesProtection.JPG ‏131 KB
    SourceFileSettings.JPG ‏52 KB

Maybe you are looking for

  • Could someone please help me . . .

    Hello, Could someone please tell me how to go about writing a java program that would be able to process a statement/sentence. How can I make it is so that when someone types in a statement/sentence and presses enter, the program calculates the total

  • ITunes always busy in com.apple.MediaLibraryService

    Hi, I use Mac OS X 10.10.1 and iTunes 12.0.1.26. iTunes is almost always busy in com.apple.MediaLibraryService. com.apple.MediaLibraryService 198,0 15:57,85 4 1 72959 joswig 64-Bit 0 Byte 0 Byte 0 Byte 0 Byte Nein 0 Byte 0 Byte 0 0 0 Byte 0 Byte 0 By

  • How to recover my files from Lightroom Catalog?

    I lost my (NEF) files from hard drive.My Lightroom 1.4 Catalog is on separate hard drive.It is possible to recover my files?

  • How to import new purchases on Computer to iPod?

    I have a late 2006 model of iPod. I connect it to a PC Windows 8 (GRRRRRRR!). Has worked well for years. Use it while traveling (Air flights; rental cars, etc). Today, it will not automatically import new purchased songs to the iPOD. I have them and

  • Not authorized for song purchase

    Hello all. Sorry if this question has already been posted, but I'm looking for some help with my iTunes. I downloaded a song like I normally from the iTunes store, but now I can't play it. I keep getting the Authorize This Computer error. Saying my c