Batch Loader Command Execute Export Parameters() not in Documentation

Hello,
I'm trying to use the Batch Loader Command Execute Export Parameters() command to export my shared library into a text file and do not see the any detailed references in the epma doc, although the doc does mention Export. We're on 11.1.1.3.
I tried to use something similar to the Import, but it is still not correct.
Execute Import Parameters(importtype, profilename, filename,waitforcompletion) Values('flatfile', 'Comma', '.\AppFiles\CommaApp.ads','true');
Has anyone any ideas on the required parameters to use? Many thanks.
regards.
Edited by: cg on Feb 29, 2012 6:14 AM

John, thank you for your reply. Is there a way to automate the file generator to generate the ads file every night? Or by use of some other command?
Also, Export is mentioned in the doc, but perhaps that was added but never implemented for this version.

Similar Messages

  • Export parameters not remembered in prExport call

    Hi Zac et al,
    I have my export plugin coming along very nicely.
    All the parameters are drawing and reacting as I want...
    ...BUT...
    If I leave a file in the queue and reopen AME the parameters are the plug defaults (or garbage if not initialized).
    How does the User Preset (.epr) or one of the saved Presets get loaded into the parameters?
    I would have thought it HAD to call prValidateParameters after parsing the .epr and in turn changing all the GUI parameters.
    eg
         prDefaultParameters()
    AME then changes all the parameters to the epr values then calls
         prValidateParameters()
    but it isn't doing that at all.
    Without that code path prExport starts with the prDefaultParameters (which is wrong since a generic default is not the same as the user's .epr).
    How is this supposed to work?
    thx

    Hi Edward,
    Not sure if you already worked this out, but here's some findings from testing with the SDK exporter.  The process of restoring the parameter values from a previous session or a preset should be automatic.  By the time exSelPostProcessParams is called, the param values from the preset should be loaded and accessible using GetParamValue().  The trick is to set the min/max ranges during exSelPostProcessParams (since that is the proper time to set those), without overwriting the param values that came from the preset.  For the slider param in the SDK Exporter, this code works:
        // Set the slider ranges, while preserving the current value
        exParamValues sliderValues;
        lRec->exportParamSuite->GetParamValue(exID, 0, ID_SLIDER, &sliderValues);
        sliderValues.rangeMin.floatValue    = 1.0;
        sliderValues.rangeMax.floatValue    = 50.0;
        sliderValues.disabled               = kPrFalse;
        sliderValues.hidden                 = kPrFalse;
        lRec->exportParamSuite->ChangeParam(exID,
                                            0,
                                            ID_SLIDER,
                                            &sliderValues);
    If you're seeing strange values coming in from presets, it could be that your presets were created with an older version of your plug-in, where the parameters were defined differently.  Since you don't have to worry about backwards compatibility yet, you might consider deleting them, flushing the parameter cache, and recreating the presets.
    Regards,
    Zac

  • Create shortcut via batch loader or other API

    Does anyone know whether it is possible (and if so, how) to create shortcuts via batch loader?
    If this is not possible, is there an API which could do this?
    I will need to create a lot of shortcuts, so am looking for a way to do this in bulk, i.e. programmatically.
    Thanks,
    -paul

    (Please excuse if there is any mistakes. this is my first post)
    If you are using the FDM's Task manager for the Batch loading, Just have a lookinto that Script whcih you have scheduled for the Batch process. you will find below row in the script.
    Set BATCHENG.PcolFiles = BATCHENG.fFileCollectionCreate(CStr(strDelimiter))
    BATCHENG.mFileCollectionProcess BATCHENG.PcolFiles, CLng(lngProcessLevel), ,CBool(blnAutoMapCorrect)
    Assume you are loading Sigle file from "OpenBatch" folderwhen ever scheduler executes the script. If so replace the above as below.
    Set BATCHENG.PcolFiles = BATCHENG.fFileCollectionCreate(CStr(strDelimiter), File1)
    BATCHENG.mFileCollectionProcess BATCHENG.PcolFiles, CLng(lngProcessLevel), ,CBool(blnAutoMapCorrect)
    Where File1 = Path for the file name to be loaded. So that file will not be moved from the "OpenBatch" folder. then you can append below VB script to the existing script to rename the file name.
    Set FSO1 = CreateObject("Scripting.FileSystemObject")
    Set File1= FSO1.GetFile("<File Path>")
    File1.move ("New path")
    Where "File Path" = FDM Directory\FDM Application\Inbox\Batches\Openbatch\1_LocationA_WLACTUALS_Nov-2009_RR.txt
    "New Path" = FDM Directory\FDM Application\Inbox\Batches\Openbatch\1_LocationB_WLACTUALS_Nov-2009_RR.txt
    and use the Batch processing script Again.
    Set BATCHENG.PcolFiles = BATCHENG.fFileCollectionCreate(CStr(strDelimiter), File2)
    BATCHENG.mFileCollectionProcess BATCHENG.PcolFiles, CLng(lngProcessLevel), ,CBool(blnAutoMapCorrect)
    Here File2 is the path for new file (LocationB.)
    So that, You can get the Single file from the Source system and you can load to two locations at a time with in the Single execution of the script. and Also make sure to write a script to copy the new file from "OpenBatch" folder to backup location like Inbox or as required as this script will not move the file from the "OpenBatch" directory. (Move script as same as mentioned above)
    Reply me if you have any doubts....

  • 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.

  • 10gR3 -- Validate Standard and batch loader

    Team,
    We have created a component using ValidateStandard filter to create content id according to our bussiness logic. When we import content using batch loader looks like validateStandard is not working. Is it not possible to use validateStandard while using Batchloader? Let me know your views.
    regards,
    deepak

    You could always use idccommand to load batches (then you can choose your own service, like a normal checkin service that doesn't skip over a few steps so it picks up on your filter).
    It is described pretty well in this blog: http://blogs.oracle.com/kyle/2010/10/ucm_batch_load_content_workflow.html
    Good luck

  • FDM batch loader script

    x
    Edited by: user2657915 on Apr 16, 2012 10:15 AM

    Yes, you can use the batch loader to execute a SQL integration Script that is assigned to a location for import. You would create a blank text document with the proper file naming convention for batch files as noted in the FDM administrator guide and then place the files in OpenBatch and execute the batch via script or the GUI in the workbench. It will go to this POV and execute the Integration Script assigned to the location.

  • Financial Reporting - Exporting Batch for Command Line Scheduling Issue

    Financial Reporting 11.1.2.2
    When I export, a successfully run scheduled batch, for command line scheduling the xml file that is exported only has the following information in it. I think that it is missing alot of information.
    Any ideas what I am doing wrong, if anything?
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <JOB_OBJECT OBJECT_ID="0">
    <DATA_SOURCE_USER_CREDENTIALS DS_PASSWD="" DS_USER_NAME=""/>
    <HR_USER_CREDENTIALS HR_PASSWD="" HR_USER_NAME=""/>
    <OUTPUT_OPTIONS>
    <HTML VALUE="No"/>
    <MHTM VALUE="No"/>
    <PDF EXPORT_PDF_FOLDER_LABEL="" VALUE="Yes"/>
    <SAVE_AS_SNAPSHOT VALUE="No"/>
    <PRINT VALUE="No"/>
    </OUTPUT_OPTIONS>
    </JOB_OBJECT>

    Hi again,
    I am not sure if you can extract the formatting to Excel... I had also issues.
    Can you please try to retrieve the report into Excel via Smartview? Check page 136 of  http://docs.oracle.com/cd/E40248_01/epm.1112/smart_view_user.pdf
    Regards,
    Thanos

  • Non power user cannot execute batch load

    Hello all. I have a batch sccript being executed in the AftLoad event script. For a non power user, if they load there file, they receive an error after the load indicating Object Variable or With Block Variable not set. It points to the line in the batch script that is executing the serial batch. I can see that the batch executes, as in the OpenBatch folder the file is removed. However, the error appears and the load never finishes. If I make this user a power user, they are able to process the load without any issue. Any ideas?

    The user needs to be granted access to all locations for the batch to work. Batch was originally designed as an admin only utility.

  • Execute calc script before batch load

    Hi
    I use FDM ERPI to load data from Oracle EBS R12 into Hyperion Planning 11.1.2
    I use batch loader to load several locations.
    How could I execute a Essbase calc script before the import process, so before the first load?
    Thanks in advance for your help
    Fanny

    Sorry, but I have searched in this forum.
    I have found topics about how to execute calc script after the load, but nothing (at least I have not found) about calc script befort many load via batch loader.
    So if someone can give me some clues...
    thanks!
    Fanny

  • Export Parameters in Parameterized Message Mapping does not work.

    Hello, XI-Gurus!
    I have a question: how to use an EXPORT parameter in Parameterized Message Mapping? seems it does not work...
    (I use XI / PI 7.1)
    For example, I have a follow scenario: a large message comes to XI from one BS (message contains a lot of rows), then this large message splits to some small messages (something about 1000 rows in one small message), and send small messaeg one by one from XI to second BS. So, after receive step I use a transformation step with Parameterized Message Mapping to get a total amount of rows in large message (it needs for making condition for loop in IP, for example). I want to use an EXPORT parameter to pass this number from Parameterized Message Mapping to Integration Process. How can I do it?
    Of course, I know the way to how to make this scenario without any parameterizing, but I want to use exactly "Parameterized Message Mapping" like it writes in this help:
    http://help.sap.com/saphelp_nwpi71/helpdata/en/43/c3e1fa6c31599ee10000000a1553f6/frameset.htm
    This topic contains something about procedure how to use an EXPORT parameter, but this procedure does not work. I don't understand how to write this UserDefined Function, which I can set any export parameters.
    I read this blog:
    /people/jin.shin/blog/2008/02/14/sap-pi-71-mapping-enhancements-series-parameterized-message-mappings
    this blog has NO solutions about EXPORT parameters. about IMPORT parameters - everything OK.
    Some topics about how to use export parameters in MM in this forum marked as "answered", but this is not true.
    How to export parameters from Message Mapping
    Export parameter REALLY work in message mapping???????
    Export parameter in Message mapping UDF
    WBR,
    Vsevolod

    Hi Rudolf,
    It still does not works.
    Great thanks for all your answers! If your advice works on your PI-server, it means that my problem not in UDF.
    Step by step:
    1) I create in "Signature" tab two parameters: FILE_NAME, FILE_TYPE (of course, they both Export and xsd:string type)
    2) Then, I goes to "Functions" tab and create new function "testUDF" with one argument var1.
    3) In body of this UDF insert 2 strings:
       getOutputParameters.setString("FILE_NAME" , "Order");
       getOutputParameters.setString("FILE_TYPE" , "PDF");
    4) in "Definition" tab I bind function "Local.testUDF" with one field in my input message and goes to "Test" tab for testing.
    5) And then I have a message window "Problems While Testing":
    Source text of object Message Mapping: mm_ParamMap | urn:****.*.:****:TEST has syntax errors:
    Function testUDF, Line 1:
    cannot find symbol
    symbol  : variable getOutputParameters
    location: class com.sap.xi.tf._mm_ParamMap_
    getOutputParameters.setString("FILE_NAME" , "Order");
    ^
    Function testUDF, Line 2:
    cannot find symbol
    symbol  : variable getOutputParameters
    location: class com.sap.xi.tf._mm_ParamMap_
    getOutputParameters.setString("FILE_TYPE" , "PDF");
    ^
    Note: /usr/sap/PID/DVEBMGS00/j2ee/cluster/server0/./temp/classpath_resolver/Mapb1562570ca9e11deb3fe00237d301cd6/source/com/sap/xi/tf/_mm_ParamMap_.java uses or overrides a deprecated API.
    Note: Recompile with -Xlint:deprecation for details. Note: /usr/sap/PID/DVEBMGS00/j2ee/cluster/server0/./temp/classpath_resolver/Mapb1562570ca9e11deb3fe00237d301cd6/source/com/sap/xi/tf/_mm_ParamMap_.java uses unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    2 errors
    Look at this notes, first writes that I use a deprecated API, second - about unchecked or unsafe operations.
    And I have no idea what's wrong... Can you help me?
    Thanks!
    WBR,
    Vsevolod

  • How to calc load parameters field for INSTALL for LOAD command

    Hi everyone ,
    I'll appreciate it if anyone could help me to find out how to calculate load parameters field for Install for Load Command .
    (which tags and parameters I should use to make this field )
    Best Regards,
    SHKas

    SHKas wrote:
    I'll appreciate it if anyone could help me to find out how to calculate load parameters field for Install for Load Command .
    (which tags and parameters I should use to make this field )Hi SHKas,
    The field is deffined in the GP card spec 2.1.1 under 9.5.2.3.6 INSTALL [for load] and INSTALL [for install] Parameters. The section of text explains what each field is and the tag to use to encode. Each value is a two byte short.
    Cheers,
    Shane

  • Unable to execute QEMU command 'qom-list': The command qom-list has not been found

    I have been trying to get openstack working on the 2 Node Architecture -  Controller (OL6.6) and Compute(OL.6.6). I am following the Oracle Openstack Installation Document but I keep getting the following error -
    2015-03-26 20:32:13.662 8067 INFO nova.scheduler.filter_scheduler [req-92279e25-f098-4a7a-b8d5-a75bc965a3d3 6e5fe2a1961a4b31921c37f0d2e74265 326a884b9db44e56a68e8a9761ffcf84] Attempting to build 1 instance(s) uuids: [u'9fb4d99c-a7f7-4cd2-bbbc-4056ac0e8f1c']
    2015-03-26 20:32:13.676 8067 INFO nova.scheduler.filter_scheduler [req-92279e25-f098-4a7a-b8d5-a75bc965a3d3 6e5fe2a1961a4b31921c37f0d2e74265 326a884b9db44e56a68e8a9761ffcf84] Choosing host WeighedHost [host: kvm4A.com, weight: 1.0] for instance 9fb4d99c-a7f7-4cd2-bbbc-4056ac0e8f1c
    2015-03-26 20:32:33.586 8067 INFO nova.scheduler.filter_scheduler [req-92279e25-f098-4a7a-b8d5-a75bc965a3d3 6e5fe2a1961a4b31921c37f0d2e74265 326a884b9db44e56a68e8a9761ffcf84] Attempting to build 1 instance(s) uuids: [u'9fb4d99c-a7f7-4cd2-bbbc-4056ac0e8f1c']
    2015-03-26 20:32:33.588 8067 ERROR nova.scheduler.filter_scheduler [req-92279e25-f098-4a7a-b8d5-a75bc965a3d3 6e5fe2a1961a4b31921c37f0d2e74265 326a884b9db44e56a68e8a9761ffcf84] [instance: 9fb4d99c-a7f7-4cd2-bbbc-4056ac0e8f1c] Error from last host: kvm4A.com (node kvm4A.com): [u'Traceback (most recent call last):\n', u'  File "/usr/lib/python2.6/site-packages/nova/compute/manager.py", line 1328, in _build_instance\n    set_access_ip=set_access_ip)\n', u'  File "/usr/lib/python2.6/site-packages/nova/compute/manager.py", line 393, in decorated_function\n    return function(self, context, *args, **kwargs)\n', u'  File "/usr/lib/python2.6/site-packages/nova/compute/manager.py", line 1740, in _spawn\n    LOG.exception(_(\'Instance failed to spawn\'), instance=instance)\n', u'  File "/usr/lib/python2.6/site-packages/nova/openstack/common/excutils.py", line 68, in __exit__\n    six.reraise(self.type_, self.value, self.tb)\n', u'  File "/usr/lib/python2.6/site-packages/nova/compute/manager.py", line 1737, in _spawn\n    block_device_info)\n', u'  File "/usr/lib/python2.6/site-packages/nova/virt/libvirt/driver.py", line 2297, in spawn\n    block_device_info)\n', u'  File "/usr/lib/python2.6/site-packages/nova/virt/libvirt/driver.py", line 3704, in _create_domain_and_network\n    power_on=power_on)\n', u'  File "/usr/lib/python2.6/site-packages/nova/virt/libvirt/driver.py", line 3605, in _create_domain\n    domain.XMLDesc(0))\n', u'  File "/usr/lib/python2.6/site-packages/nova/openstack/common/excutils.py", line 68, in __exit__\n    six.reraise(self.type_, self.value, self.tb)\n', u'  File "/usr/lib/python2.6/site-packages/nova/virt/libvirt/driver.py", line 3600, in _create_domain\n    domain.createWithFlags(launch_flags)\n', u'  File "/usr/lib/python2.6/site-packages/eventlet/tpool.py", line 179, in doit\n    result = proxy_call(self._autowrap, f, *args, **kwargs)\n', u'  File "/usr/lib/python2.6/site-packages/eventlet/tpool.py", line 139, in proxy_call\n    rv = execute(f,*args,**kwargs)\n', u'  File "/usr/lib/python2.6/site-packages/eventlet/tpool.py", line 77, in tworker\n    rv = meth(*args,**kwargs)\n', u'  File "/usr/lib64/python2.6/site-packages/libvirt.py", line 738, in createWithFlags\n    if ret == -1: raise libvirtError (\'virDomainCreateWithFlags() failed\', dom=self)\n', u"libvirtError: internal error: unable to execute QEMU command 'qom-list': The command qom-list has not been found\n"]
    2015-03-26 20:32:33.592 8067 INFO nova.filters [req-92279e25-f098-4a7a-b8d5-a75bc965a3d3 6e5fe2a1961a4b31921c37f0d2e74265 326a884b9db44e56a68e8a9761ffcf84] Filter RetryFilter returned 0 hosts
    2015-03-26 20:32:33.592 8067 WARNING nova.scheduler.driver [req-92279e25-f098-4a7a-b8d5-a75bc965a3d3 6e5fe2a1961a4b31921c37f0d2e74265 326a884b9db44e56a68e8a9761ffcf84] [instance: 9fb4d99c-a7f7-4cd2-bbbc-4056ac0e8f1c] Setting instance to ERROR state.
    Any suggestions?
    Thanks

    Hi Avi,
    The guide is for OL6 (see excerpt from page 5)
    "A compute node is a system running Oracle Linux using KVM, or Oracle VM Server Release 3.3. You can download
    installation ISOs of the latest version of Oracle Linux 6, or Oracle VM Server Release 3.3, from the Oracle Software
    Delivery Cloud at:"
    And although 1.0 release says OL6.5 and later I cannot find the OL7 pacakges on the public yum server. The only ones I can find are http://public-yum.oracle.com/public-yum-openstack-ol6.repo  which is clearly OL6. I tried them on OL7 and the install fails.
    [ol6_openstack10]
    name=OpenStack 1.0 packages for Oracle Linux 6 (x86_64)
    baseurl=http://public-yum.oracle.com/repo/OracleLinux/OL6/openstack10/x86_64/
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
    gpgcheck=1
    enabled=1
    [ol6_latest]
    name=Oracle Linux $releasever Latest ($basearch)
    baseurl=http://public-yum.oracle.com/repo/OracleLinux/OL6/latest/$basearch/
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
    gpgcheck=1
    enabled=1
    If you have an Oracle Openstack install running I'd love to hear how you did it and what you did to accomplish it.
    Right now I'm running OL6.6 with a RDO icehouse packstack install and I'm running into problems mounting volumes.
    Openstack will be awesome once I get it running
    Thank you for any assistance.
    Dave

  • Command Parameters Not Prompted

    I've been trying for some time to resolve this issue but can't quite seem to narrow down what is causing the problem.  The issue is as follows: Say I have a report with both command parameters and dynamic parameters.  When running the report in CR 11 I am usually prompted twice, once for the command parameters and a second time for the dynamic parameters, in two separate windows (empty fields for the command parameters usually show up a second time on the dynamic prompt window).  When I run the report in the viewer I am never prompted for the command parameters.  Only the dynamic parameter prompt window appears with no parameters values, most likely because they depend on the command parameters.  The strange thing is when I have only a command parameter I am prompted for it, the issue arises when both command and dynamic parameters are implemented.  I am running CR for Eclipse 2.0 (fairly sure since I have the more recent excel export options).  Any help with this issue would be very much appreciated.

    I think this may have something to do with a conflict between the date command parameters I use in my report and my dynamic parameters.  When I run the report in CR 2011 I am prompted for the date parameters twice, once in the initial command parameters window and again in the field parameters window containing the dynamic parameters.  Has anyone else seen this double prompt issue and could it be the root of my viewer problem?

  • Could not load the automated export settings (Azure Portal)

    We have several database setup with "Automated export". The export seems to be running ok, but I am unable to load the settings in the portal.
    I get the "Could not load the automated export settings."
    Does anyone have any suggestions on how to resolve this issue?

    Hello Ballistic2,
    Sorry for the inconvenience.
    As you know in the automated export first it create a temporary database(transaction consistent replica) in that server and then it is pushed to storage (which you have configured in the automated export). As per the error  it seems that there are some
    connectivity issue with the storage. If I am not wrong the error that you shared is from operation log of azure portal for sql database. I am not so much sure about the actual issue but yes we can try to nail down the issue. You can do a quick test of connectivity
    through SSMS from your local machine.
    open SSMS -->connect to local database -->select any database --> (right click) and go to Task and then export data tier application--> select save to windows azure and select the same container that you selected in the automated export
    and check if export works or you are getting same error.
    If it works then from same SSMS connect to sql azure Database and try the same steps with your database that is failing from the portal.
    Please let me know the result.
    Regards,
    Mukesh

  • Batch Loader is not working

    Hi,
    I am using UCM on weblogic 10.3 and trying to upload contents through Batch Loader. Today while running the Batch Loader script i am getting the below exceptions. thx in advance.
    Output of version and java home is as below:
    [wlsuser@locadelvmpmodev bin]$ echo $JAVA_HOME
    [wlsuser@locadelvmpmodev bin]$ java -version
    java version "1.6.0_25"
    Java(TM) SE Runtime Environment (build 1.6.0_25-b06)
    Java HotSpot(TM) 64-Bit Server VM (build 20.0-b11, mixed mode)
    ==========================
    java.lang.UnsatisfiedLinkError: /u04/Oracle/Middleware/Oracle_ECM/ucm/idc/components/NativeOsUtils/lib/linux64/7.2.1.0/libJniNativeOsUtils.so: /u04/Oracle/Middleware/Oracle_ECM/ucm/idc/components/NativeOsUtils/lib/linux64/7.2.1.0/libJniNativeOsUtils.so: wrong ELF class: ELFCLASS64 (Possible cause: architecture word width mismatch)
    java.lang.UnsatisfiedLinkError: /u04/Oracle/Middleware/Oracle_ECM/ucm/idc/components/NativeOsUtils/lib/linux64/7.2.1.0/libJniNativeOsUtils.so: /u04/Oracle/Middleware/Oracle_ECM/ucm/idc/components/NativeOsUtils/lib/linux64/7.2.1.0/libJniNativeOsUtils.so: wrong ELF class: ELFCLASS64 (Possible cause: architecture word width mismatch)
    java.lang.reflect.InvocationTargetException
    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:597)
    at intradoc.loader.IdcClassLoader.invokeMain(IdcClassLoader.java:337)
    at intradoc.loader.IdcClassLoader.startMain(IdcClassLoader.java:170)
    at intradoc.loader.IdcClassLoader.main(IdcClassLoader.java:140)
    Caused by: java.lang.AssertionError: !syNativeOsUtilsNotLoaded
    at intradoc.common.NativeOsUtilsBase.doLoad(NativeOsUtilsBase.java:386)
    at intradoc.common.NativeOsUtilsBase.<init>(NativeOsUtilsBase.java:352)
    at intradoc.common.NativeOsUtils.<init>(NativeOsUtils.java:26)
    at DynamicConverterInstallerFilter.initEnvironmentVariables(DynamicConverterInstallerFilter.java:283)
    at DynamicConverterInstallerFilter.initEnvironmentVariables(DynamicConverterInstallerFilter.java:207)
    at DynamicConverterInstallerFilter.doFilter(DynamicConverterInstallerFilter.java:61)
    at intradoc.shared.PluginFilters.filterWithAction(PluginFilters.java:114)
    at intradoc.shared.PluginFilters.filter(PluginFilters.java:68)
    at intradoc.server.IdcExtendedLoader.executeFilter(IdcExtendedLoader.java:462)
    at intradoc.server.IdcExtendedLoader.extraAfterConfigInit(IdcExtendedLoader.java:152)
    at intradoc.server.IdcSystemLoader.extraAfterConfigInit(IdcSystemLoader.java:481)
    at intradoc.server.IdcSystemLoader.finishInit(IdcSystemLoader.java:463)
    at intradoc.server.IdcSystemLoader.init(IdcSystemLoader.java:336)
    at intradoc.apps.shared.StandAloneApp.initSystem(StandAloneApp.java:276)
    at intradoc.apps.shared.StandAloneApp.init(StandAloneApp.java:112)
    at intradoc.apps.shared.AppLauncher.init(AppLauncher.java:234)
    at BatchLoader.main(BatchLoader.java:82)
    ... 7 more
    Caused by: java.lang.UnsatisfiedLinkError: intradoc.common.NativeOsUtilsBase.getNativeVersion()Ljava/lang/String;
    at intradoc.common.NativeOsUtilsBase.getNativeVersion(Native Method)
    at intradoc.common.NativeOsUtilsBase.doLoad(NativeOsUtilsBase.java:382)
    ... 23 more
    =====================

    thx Jiri for your response but issue has been resolved. Actually earlier everything was working fine but all of sudden that day it stopped working. If you see the exceptions where it was referring "libJniNativeOsUtils.so" was 64 bit and when i replaced that with 32 bit, it started working.
    It really surprises me why and how it got changed but and how everything was working earlier :)
    thx anyways.
    ajay

Maybe you are looking for