DRM Batch Client error during export

Hello,
I am experiencing an error when using the DRM Batch Client to execute export books. The same export process fails sometimes and runs to completion successfully at other times. When it fails, it does not always fail in the same place within the export process, and the error is as follows:
2/2/2011 8:31:40 PM - ERemotableException with message: "Server was unable to process request. ---> Error during Export. Export was unable to run. Error: Timeout expired" while running Export Book
2/2/2011 8:31:40 PM - => ERROR: Data Relationship Management Server returned error: "Server was unable to process request. ---> Error during Export. Export was unable to run. Error: Timeout expired."
2/2/2011 8:31:40 PM - *** MDMConnect stopping ***
Because this issue is sporadic, it seems like there could be a few possible causes:
1. Network issues
2. SQL connection/time-out issues -- These particular exports are writing to SQL tables versus flat files
3. Am wondering if there are any known issues with the MDMConnect? Or are there time-out settings we can adjust?
We currently have our in-house IT chasing down any possible network or SQL issues. Does anyone know of any issues with the batch client, or have ideas on any other possible causes? Any help is greatly appreciated. Thanks!
EJ

There is a timeout setting in DRM system preferences and there are mulitlple session timeout settings in IIS that you may need to configure. Try the system preference first. For very large jobs, ie. hundreds of thousands of nodes with hundreds of properties per node, you'll need to update settings in IIS as well.

Similar Messages

  • DRM Batch Client Error - ORA03135 connection lost contact

    Hi All,
    We have the DRM 11g installed on Windows machine and migrated this server recently to a new datacenter(DC1) however the database connected to this DRM server is still on the original datacenter(DC2).
    DRM works fine after the migration except for few issues in the nightly jobs scheduled on DRM server for doing exports. The scheduled job is invoking DRM batch client and failing with the following error.
    Unexpected error in drm-batch-client: Error received from DRM Process Manager service using address: net.tcp://localhost:5210/Oracle/Drm/ProcessManager/: ORA-03135: connection lost contact
    However this error does not occur if we restart the DRM services(thru config console) and rerrun the batch client automatically. Looks like DRM is loosing connectivity to the application server process , is it anything do with the timeouts between IIS and Weblogic server ?
    Any insights on this problem would be really helpful.
    Thanks,
    RB

    Hi RB,
    This isn't going to be connection between IIS and Weblogic as DRM does not use Weblogic (aside from the manual configuration for the DRM web service). The error that you're getting is being returned from your database server and seems to indicate that the connection to the Oracle database server has been dropped for some reason. There are some suggestions on what to do to try and resolve the ORA-03135 error here ORA-03135 Connection Lost Contact Tips
    Regards
    Craig

  • DRM batch script error for export

    Hi,
    getting error while running batch script for export.
    ERemotableException with message: "Server was unable to process request. ---> Error during Export. Export was unable to run. Error: [Oracle][ODBC][Ora]ORA-01017: invalid username/password; logon denied" while running Export
    4/26/2013 9:02:20 PM - => ERROR: Data Relationship Management Server returned error: "Server was unable to process request. ---> Error during Export. Export was unable to run. Error: [Oracle][ODBC][Ora]ORA-01017: invalid username/password; logon denied."
    can anyone help .

    Hi,
    Did you check the username / password being used to run the export through Batch Client? All correct ? More details would help.
    Denzz

  • How can I force DRM-BATCH-CLIENT to create a non-combined Book export

    We are running EPM 11.1.2.1 and feeding master data from DRM to Planning via a Book.
    This process has been working fine run from a client. We export the Book and DRM delivers a zip file to the client PC which we can place on the server and load.
    We are now trying to automate the end to end process so are looking at using the DRM Batch Client.
    If we run with "CombineExportOutput=Y" we can create a single text file no problem.
    Whenever we set "CombineExportOutput=N" we can't get any export file created.
    We really want to do is to get the same zip file with multiple dimension files inside it as we do when running from the client. How do we do this?
    The manual indicates that the files created take their names from the exports but I am not sure about where this comes from.
    The exports and books are set with a target of 'Client'
    Our redacted config file is show below:
    [General]
    Operation=Export
    UserName=<user>
    Password=<passwd>
    URL=net.tcp://<drmserver address>:5211/Oracle/DRM/ProcessManager
    LogFileName=C:\rja\DRMEXPORT.log
    ObjectAccess=System
    [Export]
    ExportType=Book
    OutFile= "C:\rja\DRM_Book\Plan_Book.zip"
    BookName="PSPB_Book"
    CombineExportOutput=N

    OK, I can see that now. Strange that DRM is under System Integration and not EPM (kinda understand it but the various EPM bits do seem to be treated differently across the Oracle website).
    PLUS if I look at [The Forum Desription|https://forums.oracle.com/forums/forum.jspa?forumID=409] it states :
    Covers Hyperion Financial Data Quality Management, Hyperion Data Relationship Management (formerly Hyperion MDM), and respective administration/development topics
    I would not have posted if that description had not been there - can anyone update it?
    I have re-posted the thread!
    Edited by: 949747 on 23-Jan-2013 19:11

  • Specify DRM Application in DRM Batch Client execution

    Hi,
    I have a development environment with two DRM applications DRMAPPGL and DRMAPPCM.
    I am running a Standard Table Export routine in the application DRMAPPCM using the below command line syntax in a batch program:
    SET TIMESTAMP=%time:~0,2%%time:~3,2%%time:~6,2%_%date:~4,2%-%date:~7,2%-%date:~10,4%
    SET DRMBATCHCLIENT=E:\Oracle\Middleware\EPMSystem11R1\products\DataRelationshipManagement\client\batch-client\drm-batch-client.exe
    SET Explogs=E:\Jobs\ODI\Logs\
    SET DRMID=administrator
    SET DRMpassword=password
    SET ProcessManager=net.tcp://localhost:5212/Oracle/Drm/ProcessManager
    REM Export process for Account
    %DRMBATCHCLIENT% /op=E /u=%DRMID% /pw=%DRMpassword% /url="%ProcessManager%" /log="%Explogs%CPPLAccountExp%TIMESTAMP%.log" /xtype=E /xname="AcctTableExp" /cver="Hyperion Planning" /pver="Hyperion Planning" /fhier="Account" /thier="Account"
    I keep getting the error:
    8/27/2012 2:31:48 PM - *** Oracle DRM Batch Client starting ***
    8/27/2012 2:31:48 PM - EInvalidParamError with message: "The name supplied on the Export Name parameter (Account_Table_Export) was not found using Standard object access privileges in the Data Relationship Management database. Use the /objectaccess parameter to specify a different object access privilege." while running Export
    8/27/2012 2:31:48 PM - => ERROR: Error during initialization: The name supplied on the Export Name parameter (Account_Table_Export) was not found using Standard object access privileges in the Data Relationship Management database. Use the /objectaccess parameter to specify a different object access privilege.
    8/27/2012 2:31:48 PM - *** Oracle DRM Batch Client stopping ***
    The object access is the default "Standard", since the Export is a Standard Export and not system or user.
    I am thinking this is because, the application does not know which DRM application to use.
    But I do not see any mention in the DRM user guide document, which says what key should be used when executing the export, to specify the DRM application name.
    I am thinking if it is the Process Manager URL, but it does not seem like it is possible to specify the application name there either.
    Can anyone help me out here, I need to know how I can tell the Batch client to use that export routine from the DRM application "DRMAPPCM".
    Thanks,
    Anindyo

    I figured out what I needed.
    The Process Manager service URL for each application is found on the DRM Configuration Management Console.
    When you create a new DRM application, a new process manager URL is associated with the application.
    I found out that the port number for that application is different from the other DRM application.
    Regards,
    Anindyo

  • Run a batch file from separate windows box to invoke DRM batch client

    I need your suggestions on the following. 
    ODI & DRM are installed on separate boxes.
    Now I want ODI to invoke a batch file (kept on DRM - Windows box, this batch file invokes DRM batch client to export the metadata). I tried using shared folder concept,but no success.
    Any pointers please?

    This should work for you-
    Create a batch file on your current server (ODI) and write in the path to the other batch file on the other server.
    //Server2completename/D$/Path/yourbatchfile.bat
    From ODI call your batch file that you created on the same machine.. which will inturn call the other batch file on a different machine to execute batch client.
    Also can you paste the errors that you may be getting.. need to check if you are getting any specific issue related to this.
    Thanks
    Denzz

  • Error during export of J2EE_CONFIGENTRY

    Hi,
    While doing homogeneous system copy for CRM 2007 System it gives Error during export of J2EE_CONFIGENTRY.
    below is the detail error report.
    15.04.09 14:01:29 com.sap.inst.jload.Jload dbExport
    SEVERE: Error during export of J2EE_CONFIGENTRY
    15.04.09 14:01:29 com.sap.inst.jload.Jload logStackTrace
    SEVERE: java.lang.NullPointerException
         at com.sap.sql.jdbc.mss.MssSQLExceptionAnalyzer.getCategory(MssSQLExceptionAnalyzer.java:112)
         at com.sap.sql.services.core.CoreServices.isDuplicateKeyException(CoreServices.java:133)
         at com.sap.sql.jdbc.direct.DirectPreparedStatement.processSQLException(DirectPreparedStatement.java:1189)
         at com.sap.sql.jdbc.direct.DirectPreparedStatement.executeQuery(DirectPreparedStatement.java:285)
         at com.sap.sql.jdbc.common.CommonPreparedStatement.executeQuery(CommonPreparedStatement.java:185)
         at com.sap.inst.jload.db.DBTable.unload(DBTable.java:192)
         at com.sap.inst.jload.Jload.dbExport(Jload.java:179)
         at com.sap.inst.jload.Jload.executeJob(Jload.java:395)
         at com.sap.inst.jload.Jload.main(Jload.java:621)
         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:324)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    15.04.09 14:01:29 com.sap.inst.jload.db.DBConnection disconnect
    INFO: disconnected
    Thanks & Regards
    Raj Kiran

    Hi,
    Search for sap notes on "J2EE_CONFIGENTRY"
    service.sap.com/notes
    You can get a better solution there.
    Thanks and Regards
    Jaianandh V

  • ERPI Error during Export data to GL for period 2012

    Hi, experts
    When I write back data from Planning to EBS, I encounter the following error during Export data to GL for period 2012. I have confirmed that Planning data has been upload to ERPI.
    Do you have any hints on this error for me? Thanks a lot.
    Log:
    ,COALESCE(ppa.YEARTARGET, pp.YEARTARGET) YEARTARGET
    ,CASE
    WHEN (INSTR(UPPER(wld.TEMP_COLUMN_NAME),'AMOUNT',1) = 1) THEN
    CAST(SUBSTR(wld.TEMP_COLUMN_NAME,7,LENGTH(wld.TEMP_COLUMN_NAME)) AS NUMERIC(15,0))
    ELSE 0
    END ENTITY_NAME_ORDER
    FROM (
    AIF_WRITEBACK_LOAD_DTLS wld
    LEFT OUTER JOIN TPOVPERIODADAPTOR_FLAT_V ppa
    ON ppa.INTSYSTEMKEY = 'JC2PLN'
    AND ppa.PERIODTARGET = wld.DIMENSION_NAME
    AND ppa.YEARTARGET = 'FY12'
    ) LEFT OUTER JOIN TPOVPERIOD_FLAT_V pp
    ON pp.PERIODTARGET = wld.DIMENSION_NAME
    AND pp.YEARTARGET = 'FY12'
    WHERE wld.LOADID = 176
    AND wld.COLUMN_TYPE = 'DATA'
    ) query
    GROUP BY PERIODTARGET
    ,YEARTARGET
    ,ENTITY_NAME_ORDER
    ) q
    ,TPOVPERIOD p
    ,AIF_GL_PERIODS_STG prd
    WHERE p.PERIODKEY = q.PERIODKEY
    AND NOT EXISTS (
    SELECT 1
    FROM AIF_PROCESS_DETAILS pd
    WHERE pd.PROCESS_ID = 176
    AND pd.ENTITY_TYPE = 'PROCESS_WB_EXP'
    AND pd.ENTITY_ID = prd.YEAR
    AND prd.SOURCE_SYSTEM_ID = 3
    AND prd.SETID = '0'
    AND prd.CALENDAR_ID = '10000'
    AND prd.PERIOD_TYPE = 'Month'
    AND prd.START_DATE > p.PRIORPERIODKEY
    AND prd.START_DATE <= p.PERIODKEY
    AND prd.ADJUSTMENT_PERIOD_FLAG = 'N'
    ORDER BY prd.YEAR
    2012-10-12 11:05:10,078 INFO [AIF]: COMM Writeback Period Processing - Insert Periods into Process Details - END
    2012-10-12 11:05:10,516 INFO [AIF]: COMM End Process Detail - Update Process Detail - START
    2012-10-12 11:05:10,594 DEBUG [AIF]:
    UPDATE AIF_PROCESS_DETAILS
    SET STATUS = 'FAILED'
    ,RECORDS_PROCESSED = CASE
    WHEN RECORDS_PROCESSED IS NULL THEN 0
    ELSE RECORDS_PROCESSED
    END + 0
    ,EXECUTION_END_TIME = CURRENT_TIMESTAMP
    ,LAST_UPDATED_BY = CASE
    WHEN ('native://DN=cn=911,ou=People,dc=css,dc=hyperion,dc=com?USER' IS NULL) THEN LAST_UPDATED_BY
    ELSE 'native://DN=cn=911,ou=People,dc=css,dc=hyperion,dc=com?USER'
    END
    ,LAST_UPDATE_DATE = CURRENT_TIMESTAMP
    WHERE PROCESS_ID = 176
    AND ENTITY_TYPE = 'PROCESS_WB_EXP'
    AND ENTITY_NAME = '2012'
    2012-10-12 11:05:10,594 INFO [AIF]: COMM End Process Detail - Update Process Detail - END
    2012-10-12 11:05:10,719 INFO [AIF]: ERPI Process End, Process ID: 176

    I do not have any hints on this.
    Would need to see the ODI Operator when the process is ran.

  • Error during export of xi-objects

    Hi,
    I get an strange error when trying to export objects from the repository and directory using "Transport Using File System". The error says "Error during export".
    First we got the error "Internal error during pvc call: No space left on device" but this error disappeared without any actions from us and there is space left on the server.
    Please help
    Regards
    Claes

    Hi VJ,
    It only says "Error during export".
    /C

  • [Error during Export] R3load exited with return code 11

    Hi guys,
    While performing and Unicode Migration, during Export Phase, Migration Monitor returned the following error while exporting a package
    ERROR: 2014-06-01 10:57:44 com.sap.inst.migmon.LoadTask run
    Unloading of 'REGUC' export package is interrupted with R3load error.
    Process '/usr/sap/ECP/DVEBMGS00/exe/R3load -e REGUC.cmd -datacodepage 4102 -l REGUC.log -stop_on_error' exited with return code 11.
    For mode details see 'REGUC.log' file.
    Standard error output:
    sapparam: sapargv(argc, argv) has not been called!
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    REGUC.log details:
    (As you see, it does not provide reasons of this error, all messages are informative and alike all other Packages logs)
    /usr/sap/ECP/DVEBMGS00/exe/R3load: START OF LOG: 20140601105052
    /usr/sap/ECP/DVEBMGS00/exe/R3load: sccsid @(#) $Id: //bas/740_REL/src/R3ld/R3load/R3ldmain.c#4 $ SAP
    /usr/sap/ECP/DVEBMGS00/exe/R3load: version R7.40/V1.8
    Compiled Jul 23 2013 21:30:53
    /usr/sap/ECP/DVEBMGS00/exe/R3load -e REGUC.cmd -datacodepage 4102 -l REGUC.log -stop_on_error
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): US7ASCII
    (EXP) INFO: check NameTab widths: Ok.
    (DB) INFO: Export without hintfile
    (RSCP) INFO: UMGCOMCHAR read check, OK.
    (RSCP) INFO: environment variable "I18N_POOL_WIDTH" is not set. Checks are active.
    (RSCP) INFO: I18N_NAMETAB_TIMESTAMPS not in env: checks are ON (Note 738858)
    (RSCP) INFO: UMGSETTINGS nametab creation: ok.
    (RSCP) INFO: Global fallback code page = 1160
    (RSCP) INFO: Common character set is  not  7-bit-ASCII
    (RSCP) INFO: Collision resolution method is 'fine'
    (RSCP) INFO: R3trans code pages = Normal
    (RSCP) INFO: EXPORT TO ... code pages = Normal
    (RSCP) INFO: Check for invalid language keys: activated
    (RSCP) INFO: I18N_NAMETAB_NORM_ALLOW = 999999999
    (RSCP) INFO: I18N_NAMETAB_NORM_LOG   = 1000000002
    (RSCP) INFO: I18N_NAMETAB_ALT_ALLOW  = 10000
    (RSCP) INFO: I18N_NAMETAB_ALT_LOG    = 10003
    (RSCP) INFO: I18N_NAMETAB_OLD_ALLOW  = 0
    (RSCP) INFO: I18N_NAMETAB_OLD_LOG    = 500
    (RSCP) INFO: init SUMG interface (3#$Revision: #1 $); package name: "REGUC".
    (RSCP) INFO: "REGUC001.xml" created.
    (GSI) INFO: dbname   = "ECP20030615080638
    (GSI) INFO: vname    = "ORACLE "
    (GSI) INFO: hostname = "ecp "
    (GSI) INFO: sysname  = "SunOS"
    (GSI) INFO: nodename = "ecp"
    (GSI) INFO: release  = "5.10"
    (GSI) INFO: version  = "Generic_142900-13"
    (GSI) INFO: machine  = "sun4u"
    Tried to find what does R3load Return Code 11 means, but I couldnt find further information on this.
    Any hint of what is causing this error?
    (Please disregard any Filesystem issues since all of them have available space)
    Best!

    After using latest R3load patch, it provides furher information on the log file.
    -------------------- Start of patch information ------------------------
    patchinfo (patches.h): (0.070) R3ldctl: fix CDS views creation in upgrade export mode (note 2
    017805)
    DBSL patchinfo (patches.h): (0.022) Smaller corrections in release 7.40 (th, dp, vmc, dpmon)
    (note 1821404)
    --------------------- End of patch information -------------------------
    process id 27326
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): US7ASCII
    (EXP) INFO: check NameTab widths: Ok.
    (DB) INFO: Export without hintfile
    (RSCP) INFO: UMGCOMCHAR read check, OK.
    (RSCP) INFO: environment variable "I18N_POOL_WIDTH" is not set. Checks are active.
    (RSCP) INFO: I18N_NAMETAB_TIMESTAMPS not in env: checks are ON (Note 738858)
    (RSCP) INFO: UMGSETTINGS nametab creation: ok.
    (RSCP) INFO: Global fallback code page = 1160
    (RSCP) INFO: Common character set is  not  7-bit-ASCII
    (RSCP) INFO: Collision resolution method is 'fine'
    (RSCP) INFO: R3trans code pages = Normal
    (RSCP) INFO: EXPORT TO ... code pages = Normal
    (RSCP) INFO: Check for invalid language keys: activated
    (RSCP) INFO: I18N_NAMETAB_NORM_ALLOW = 999999999
    (RSCP) INFO: I18N_NAMETAB_NORM_LOG   = 1000000002
    (RSCP) INFO: I18N_NAMETAB_ALT_ALLOW  = 10000
    (RSCP) INFO: I18N_NAMETAB_ALT_LOG    = 10003
    (RSCP) INFO: I18N_NAMETAB_OLD_ALLOW  = 0
    (RSCP) INFO: I18N_NAMETAB_OLD_LOG    = 500
    (RSCP) INFO: init SUMG interface (3#$Revision: #1 $); package name: "REGUC".
    (RSCP) INFO: "REGUC003.xml" created.
    (GSI) INFO: dbname   = "ECP20030615080638
    (GSI) INFO: vname    = "ORACLE                          "
    (GSI) INFO: hostname = "ecp                                                             "
    (GSI) INFO: sysname  = "SunOS"
    (GSI) INFO: nodename = "ecp"
    (GSI) INFO: release  = "5.10"
    (GSI) INFO: version  = "Generic_142900-13"
    (GSI) INFO: machine  = "sun4u"
    (GSI) INFO: instno   = "6120023288"
    (RTF) ########## WARNING ###########
            Without ORDER BY PRIMARY KEY the exported data may be unusable for some databases
    (RDI) WARNING: /respaldo/ECP_Export/ABAP/DATA/REGUC.STR: cannot find version token "ver:" at line 1
    (RDI) WARNING: /respaldo/ECP_Export/ABAP/DATA/REGUC.STR: unknown file format, assuming version 2
    (EXP) INFO: table REGUC will be exported with sorting (task modifier)
    ------------------ C-STACK ----------------------
    [0] t_splay ( 0x1020df850, 0xb3, 0x4386, 0x100a02078, 0x0, 0x1020df870 ), at 0xffffffff7b9629
    94
    [1] t_delete ( 0x1020df850, 0x4348, 0x1d9870, 0x1000d0408, 0xffffffff7bb3c000, 0x0 ), at 0xff
    ffffff7b9627e4
    [2] realfree ( 0x101ee7590, 0x1f82b1, 0x1d9cd0, 0x1f82b0, 0xffffffff7bb3c000, 0x101ee7590 ),
    at 0xffffffff7b9623b0
    [3] _malloc_unlocked ( 0x7d40, 0x200000, 0x101edf840, 0x0, 0x101ee7580, 0x0 ), at 0xffffffff7
    b961eb4
    [4] malloc ( 0x7d39, 0x2388, 0x1da428, 0x10038fe84, 0xffffffff7bb3c000, 0x2000 ), at 0xffffff
    ff7b961c28
    [5] rstg_get ( 0x2, 0x0, 0x2, 0x7d10, 0x0, 0x10077d8c0 ), at 0x10038ff4c
    [6] c3_uc_new_cache ( 0x100a02078, 0x284db0, 0x284c00, 0x10077d8c0, 0x100a02108, 0xb3 ), at 0
    x1000d1ce8
    [7] c3_uc_seek_cache ( 0xb3, 0xff79, 0xffffffff7ffcae3e, 0x100a02078, 0x10189fa48, 0x10077d8c
    0 ), at 0x1000d188c
    [8] c3_uc_new_tabcache ( 0x0, 0xb3, 0x4386, 0x100a02078, 0xb3, 0x10077d8c0 ), at 0x1000d13fc
    [9] c3_uc_insert_record_in_cache ( 0xffffffff7ffcb04e, 0x10189fa48, 0x100a02078, 0x100a024c8,
    0xb3, 0x1058c8f84 ), at 0x1000d0408
    [10] c3_uc_insert ( 0x0, 0x100a02078, 0x0, 0x0, 0x10077d8c0, 0xffffffff7ffcb04e ), at 0x1000c
    f944
    [11] c3_uc_convert_table_entry ( 0x1015c61f8, 0x0, 0x100a02078, 0x0, 0x10189f408, 0x31a000 ),
    at 0x1000ce314
    [12] c3_uc_convert_logic_table ( 0x1015c61f8, 0x100a02078, 0x0, 0x4a, 0x100638dc0, 0x10077d8c
    0 ), at 0x1000cdb18
    [13] c3_uc_convert_cluster_data ( 0x100a02078, 0xffffffff7ffcbc50, 0x1015c6428, 0x1015c61f8,
    0x10077d8c0, 0x0 ), at 0x1000cd10c
    [14] c3_uc_convert_cluster_item ( 0xffffffff7ffcbc78, 0xffffffff7ffcbc50, 0x100954770, 0x1038
    6f6e0, 0xffffffff7ffcbb8c, 0x100a02812 ), at 0x1000be1d4
    [15] process_task ( 0xffffffff7ffcbc78, 0xffffffff7ffcbc50, 0x100954770, 0x100a02810, 0x10063
    32e0, 0x10077d8c0 ), at 0x1000b2f58
    [16] CnvCluster ( 0x1014642d0, 0x100954670, 0x100aa9610, 0x2849b8, 0x284800, 0x6cb978 ), at 0
    x1000b1f8c
    [17] cnv_clust2 ( 0x100aa9580, 0xffffffff7ffcc258, 0x100954770, 0xfc0, 0x107d00, 0x100954670
    ), at 0x100062714
    [18] cnv_cp ( 0x100aa9580, 0xffffffff7ffcc258, 0x100aa95e0, 0x0, 0x10077d8c0, 0x1d6c00 ), at
    0x100064644
    [19] process_buffer ( 0x100aa9580, 0xffffffff7ffcc258, 0xfff00, 0x100a97bd0, 0x10, 0x100aa95b
    0 ), at 0x10007162c
    [20] execute_table_unload ( 0xffffffff7ffed610, 0xffffffff7ffdc4b0, 0x0, 0x100aa9580, 0xfffff
    fff7ffcc258, 0x10077d8c0 ), at 0x10006c488
    [21] export_table_task ( 0xffffffff7ffed610, 0x0, 0xffffffff7ffdc368, 0xffffffff7ffcc330, 0xf
    fffffff7ffeedb8, 0xffffffff7ffeec60 ), at 0x10006c934
    [22] db_unload ( 0x100a97b0d, 0xffffffff7ffed610, 0x0, 0x10077d8c0, 0xffffffff7ffeec60, 0xfff
    fffff7bb47540 ), at 0x10006d148
    [23] main_r3ldmain ( 0x72ec00, 0xffffffff7ffff448, 0xffffffff7ffff228, 0xffffffff7bb47540, 0x
    1005fc290, 0x0 ), at 0x1000514e0

  • Error during export & import of rules in RAR 5.2

    Hi all,
    We followed the steps mentioned in exporting & importing the rules as per the Config guide. But we
    are receiving the below error during the import of rules. Can anybody please throw a limelight on why this error message is appearing?
    "Error in Table Data ==> VIRSA_CC_CRPROF
    SQL==>Insert into VIRSA_CC_CRPROF(VSYSKEY,PROFILE,RULESETID,RISKLEVEL,STATUS)Values(??????)
    Record==>D VIRSA_CC_CRPROF null"
    We also ensured that the downloaded file is not truncated and saved it in a separate folder. Does the file needs to saved in ANSI or Unicode text? We saved in ANSI
    Also the background ground job is not getting scheduled automatically during the import of ruels. Is that due to the above error?
    Thanks and Best Regards,
    Srihari.K

    Hello Sri,
    background job for generating the rules won`t be scheduled before you upload the file successfully.
    The most obvious reason for this error message is that you have line in your file - in table VIRSA_CC_CRPROF that is corrupted. Make sure all lines from table VIRSA_CC_CRPROF have all predefined fields - (VSYSKEY,PROFILE,RULESETID,RISKLEVEL,STATUS).
    If you keep hiting this problem just delete this table, after the upload you`ll add the critical profiles manually - I bet you don`t have many of them.
    Also from my experience I always choose to save the downloaded file in UNICODE UTF-8 format.
    Once the file is saved in other format, there`s no use of it, download it again and save directly in Unicode.
    Make sure you don`t have empty fields, even in the fields where you don`t have values, you must leave space, otherwise you`ll keep hitting the same issue.
    Regards,
    Iliya

  • EPMA Batch Client Error (Version 11.1.1.3)

    Issue: I receive the following error message when I execute my batch command: “The application "CompSls" has been redeployed with message "UNKNOWN" and job id "-1"”.
    Does anyone know what is causing this error. I have outlined the steps I followed to replicate the error:
    Step 1: Created a text file named “EPMA_METADATA_DEPLOY_BATCH.txt”in the following directory:
    a. C:\Hyperion\products\Foundation\BPMA\EPMABatchClient\
    b. The syntax within the text file is a follows:
    //LOGIN
    set BPMAServerURL='http://hyperion/hyperion-bpma-server';
    set WorkspaceURL='http://hyperion:19000/workspace';
    login fakeuser, fakepassword;
    //EXECUTE REDEPLOY
    Execute Redeploy
    Parameters(ApplicationName, InstanceName, ApplicationServer, HubProject,
    waitforcompletion, purgeTransactions,deployOption, datasourcename, createoutline, refreshoutline,CreateSecurityFilters, SharedMembersSecurityFilters, ValidateSecurityFilterLimit)
    Values('CompSls','Default','Default','Planning Applications','true','true','AppView','HYPPLAN1PROD','false','true','false','false','false');
    QUIT;
    Step 2: Syntax to call EPMABatchClient from command line:
    call epma-batch-client -C"C:\Hyperion\products\Foundation\BPMA\EPMABatchClient\EPMA_METADATA_DEPLOY_BATCH.txt" -T"C:\Hyperion\products\Foundation\BPMA\EPMABatchClient\EPMA_METADATA_DEPLOY_BATCH_TraceFile.log" -R"C:\Hyperion\products\Foundation\BPMA\EPMABatchClient\ EPMA_METADATA_DEPLOY_BATCH_ResultFile.txt" -LOn -SFalse
    – fakeuser -fakepassword
    Edited by: user10954026 on Jan 26, 2011 8:51 AM
    Edited by: user10954026 on Jan 26, 2011 8:53 AM
    Edited by: user10954026 on Jan 27, 2011 7:07 AM

    Hi!
    Did you get to fix this? Oracle Patch or Workaround?
    Thanks!
    Cheers,
    Rafael

  • Essbase Version 11 Error During Export

    Hi,
    I have just installed Hyperion Essbase version 11 on windows 2003 Server, It’s a fresh install on new machine. I am getting following error during nightly backup.
    After "Calc All" we export data to the following location. Hyperion\APP\DB. Same Maxl script works fine on version 7 of Essbase. If i export data manually its works fine, only issue i have during nightly back (Automated). Data size is 1.4 GB; Please let me know if you need some more information.
    Error.. *ERROR - 1005000 - Ascii Backup: Failed to open [\PLAN\TEST\TEST_Export_AllData_1.txt]..*
    Maxl Script:
    MAXL> export database "PLAN"."TEST" all data to data_file
    2>      "'\\PLAN\\TEST\\TEST_Export_AllData_1.txt'",
    3>      "'\\PLAN\\TEST\\TEST_Export_AllData_2.txt'";
    Error:
    OK/INFO - 1019020 - Writing Free Space Information For Database [TEST].
    OK/INFO - 1005029 - Parallel export enabled: Number of export threads [2].
    *ERROR - 1005000 - Ascii Backup: Failed to open [\PLAN\TEST\TEST_Export_AllData_1.txt]..*
    MaxL Shell completed with error
    Thank you,
    T.Khan

    I tried with other path and it works. I really appreciate all your help. I used following maxl
    export database "Plan"."Test" all data to data_file
    C:\Hyperion\products\Essbase\EssbaseServer\app\PLAN\TEST\Export_AllDtata_1.txt,
    C:\Hyperion\products\Essbase\EssbaseServer\app\PLAN\TEST\Export_AllDtata_2.txt;
    What changes I need to make on my maxl. Do I need to make any changes on Variables? Here is my current Maxl
    /*      Export Database                              */
    /* Environment Variables: (set by calling script)               */
    /* $ess_UserName      - Essbase username                     */
    /* $ess_Password     - Essbase password                    */
    /* $ess_Server          - Essbase server                    */
    /* Local variables: (set by MaxL script)                    */
    /* $APP               - Essbase application ($1 positional parameter)     */
    /* $DB               - Essbase database ($2 positional parameter)     */
    /* Any error returned from a MaxL command causes the               */
    /* logic to branch to an error exit at end of the script           */
    /* set local variables to values of positional parameters */
    set APP=$1;
    set DB=$2;
    /* Login to Essbase */
    login $ess_UserName $ess_Password on $ess_Server;
    /* Export database in parallel to the database directory - all data */
    export database "$APP"."$DB" all data to data_file
         "'\\$APP\\$DB\\$(DB)_Export_AllData_1.txt'",
         "'\\$APP\\$DB\\$(DB)_Export_AllData_2.txt'";
    iferror 'ERROREXIT';          
    /* Normal Exit */
    Thank You
    T.Khan

  • Error - During Export Grid Data to CSV

    OS: Windows XP
    Detail: Eror Message Pop-Up During Export Grid Data to CSV. Error Message:
    ORA-00972: identifier is too long
    Vendor code 972.

    There is a bug with all export formats if you are exporting without using aliases and you export a long text string (see More export issues/bugs
    This will fail:
    select 'testing query execution on export' from dual
    This will work:
    select 'testing query execution on export' dummy from dual

  • Error during Export of MAXDB

    Hi,
       I am trying to export MAXDB and getting  the following error during the R3szchk phase where it is getting terminated at the following point  SAPDDIM.STR exits with error code 1......

    Hi,
    Please find the details of the log file below.
    INFO: processing SAPSDIC.STR
    INFO: processing SAPUSER.STR
    DbSl Trace:   execute() of C_0001, #rec=0, rc=1, rcSQL=-942 (POS(59) Unknown table name:__TABLE_SIZES__)
    ERROR: dbdd_get_size() rc = 2
    error message: POS(59) Unknown table name:__TABLE_SIZES__
    INFO: processing SAPAPPL1.STR
    INFO: processing SAPAPPL0.STR
    INFO: processing SAPAPPL2.STR
    INFO: processing SAPSDOCU.STR
    DbSl Trace:   execute() of C_0001, #rec=0, rc=1, rcSQL=-942 (POS(59) Unknown table name:__TABLE_SIZES__)
    ERROR: dbdd_get_size() rc = 2
    error message: POS(59) Unknown table name:__TABLE_SIZES__
    INFO: processing SAPSSEXC.STR
    INFO: processing SAPSSRC.STR
    DbSl Trace:   execute() of C_0001, #rec=0, rc=1, rcSQL=-942 (POS(59) Unknown table name:__TABLE_SIZES__)
    ERROR: dbdd_get_size() rc = 2
    error message: POS(59) Unknown table name:__TABLE_SIZES__
    INFO: processing SAPSPROT.STR
    INFO: processing SAPPOOL.STR
    DbSl Trace:   execute() of C_0001, #rec=0, rc=1, rcSQL=-942 (POS(59) Unknown table name:__TABLE_SIZES__)
    ERROR: dbdd_get_size() rc = 2
    error message: POS(59) Unknown table name:__TABLE_SIZES__
    INFO: processing SAPSLOAD.STR
    DbSl Trace:   execute() of C_0001, #rec=0, rc=1, rcSQL=-942 (POS(59) Unknown table name:__TABLE_SIZES__)
    ERROR: dbdd_get_size() rc = 2
    error message: POS(59) Unknown table name:__TABLE_SIZES__
    INFO: processing SAPCLUST.STR
    DbSl Trace:   execute() of C_0001, #rec=0, rc=1, rcSQL=-942 (POS(59) Unknown table name:__TABLE_SIZES__)
    ERROR: dbdd_get_size() rc = 2
    error message: POS(59) Unknown table name:__TABLE_SIZES__
    INFO: processing SAPSLEXC.STR
    DbSl Trace:   execute() of C_0001, #rec=0, rc=1, rcSQL=-942 (POS(59) Unknown table name:__TABLE_SIZES__)
    ERROR: dbdd_get_size() rc = 2
    error message: POS(59) Unknown table name:__TABLE_SIZES__
    INFO: processing SAP0000.STR
    DbSl Trace:   execute() of C_0001, #rec=0, rc=1, rcSQL=-942 (POS(59) Unknown table name:__TABLE_SIZES__)
    ERROR: dbdd_get_size() rc = 2
    error message: POS(59) Unknown table name:__TABLE_SIZES__
    INFO: processing SAPDODS.STR
    DbSl Trace:   execute() of C_0001, #rec=0, rc=1, rcSQL=-942 (POS(59) Unknown table name:__TABLE_SIZES__)
    ERROR: dbdd_get_size() rc = 2
    error message: POS(59) Unknown table name:__TABLE_SIZES__
    INFO: processing SAPDFACT.STR
    DbSl Trace:   execute() of C_0001, #rec=0, rc=1, rcSQL=-942 (POS(59) Unknown table name:__TABLE_SIZES__)
    ERROR: dbdd_get_size() rc = 2
    error message: POS(59) Unknown table name:__TABLE_SIZES__
    INFO: processing SAPDDIM.STR
    DbSl Trace:   execute() of C_0001, #rec=0, rc=1, rcSQL=-942 (POS(59) Unknown table name:__TABLE_SIZES__)
    ERROR: dbdd_get_size() rc = 2
    error message: POS(59) Unknown table name:__TABLE_SIZES__
    Regards
    Balaji

Maybe you are looking for