Is it possible to import Reports in BAM Active Studio?

Hi,
i exported (saved as) a Report in BAM Active Studio as a .mht file. Now i'm searching for a possibility to import this Report on another Server. There seems to be no way to import it directly. Even on the file system is no folder where it can be placed. I thought that BAM Active Studio may recognize it and import it automatically.
Regards
Frank

Hi Frank
I am not familiar with .mht file. BUT any BAM Stuff like BAM Reports, Data Objects (Single or All) can be Exported and Imported using a command called icommand. I sue this to Export from one Env like Dev or QC and Import into Production. Here is link for more details.
http://docs.oracle.com/cd/E17904_01/integration.1111/e10224/bam_icommand.htm
Thanks
Ravi Jegga

Similar Messages

  • Empty tabs in BAM Active Studio (SOA Suite 11.1.1.3)

    Hi all,
    I experienced an issue with BAM Active Studio and the SUN jdk 1.60_18 in SOA Suite 11.1.1.3. When I click "edit view" in a report, the "Data" tabs are all empty. The issue only occurs with the bundled SUN jdk 1.60_18 (under Windows 7). It does not occur when using the bundled jrockit 1.60_17.

    Hi,
    I successfully installed SOA Suite 11.1.1.3 too on windows 2003server
    I first Installed oracle database11.2.0.2
    then Created RCU - 11.1.1.2.1 using prefix "DEV",but no use the RCU 11.1.1.3
    after Installed WLS 10.3.3 full install
    Finally Installed SOA Suite 11.1.1.2.0 in the middleware home created in Step 3
    and Upgraded SOA Suite from 11.1.1.2 to 11.1.1.3
    so we hava the same steps.I run the em and console successful,and all the soa Components are run Operating normally!
    and I found not any different between RCU 11.1.1.2.1 and RCU 11.1.1.3 on install soa suite.
    I want to know you to Exchange our soa Experience!

  • BAM Active Studio bug

    I am unable to see the Data Objects/Fields/Sort/Filter/Top N/Calculation/Drilling in the tabbed pane of the Updating Ordered List in the Oracle BAM Active Studio. This looks like a bug. How can I fix it. I am using 11.1.1.2 version. Please advise.
    Thanks

    This appears to be the Sun jdk issue covered in another thread. See REQD for Fresh BAM Install 11.1.1.3.0 -Data labels missing issue
    Change the jdk and it should work.

  • Error of New report creation in BAM Active Studio

    I just installed Oracle BAM. I entered in WEB-interface and selected Active Studio.
    Then I pressed "Create a New report" Button. I've had the following message report:
    The Data Object was deleted.
    What shall I do to fix this problem? The error details see below.
    Exception Message:
    The data object "_Custom_Parameters" does not exist.
    Stack Trace:
    at Oracle.BAM.ActiveDataCache.DatasetSchema.Load()
    at Oracle.BAM.ActiveDataCache.DatasetSchema.Get(Dataset oDataset, Boolean bCache)
    at Oracle.BAM.ActiveDataCache.Dataset.LoadSchema(Boolean bCache)
    at Oracle.BAM.ActiveDataCache.Rowset..ctor(Context oContext, Modifier oModifier, Boolean bReadOnly, Row oLooksertRow, Boolean bIncludeAllColumns)
    at Oracle.BAM.ActiveDataCache.Rowset..ctor(Context oContext, Modifier oModifier)
    at Oracle.BAM.Middleware.Persistence.Parameters.CustomParameter.GetAllCustomParameterIDs(Context oContext)
    at Oracle.BAM.Middleware.ImportExport.ReportExporter.GetParametersXML(Int64 lReportId, Context oContext, IncludeCustomParameters eIncludeCustomParameters)
    at Oracle.BAM.ActiveStudio.ReportEditor.EditReport()
    Debugging Information:
    The data object "_Custom_Parameters" does not exist. [ErrorSource="ActiveDataCache", ErrorID="ADCDataSetNotFound"] Debugging information: Oracle.BAM.ActiveDataCache.Common.Exceptions.DataObjectNotFoundException: The data object "_Custom_Parameters" does not exist.
    at Oracle.BAM.ActiveDataCache.DatasetSchema.Load()
    at Oracle.BAM.ActiveDataCache.DatasetSchema.Get(Dataset oDataset, Boolean bCache)
    at Oracle.BAM.ActiveDataCache.Dataset.LoadSchema(Boolean bCache)
    at Oracle.BAM.ActiveDataCache.Rowset..ctor(Context oContext, Modifier oModifier, Boolean bReadOnly, Row oLooksertRow, Boolean bIncludeAllColumns)
    at Oracle.BAM.ActiveDataCache.Rowset..ctor(Context oContext, Modifier oModifier)
    at Oracle.BAM.Middleware.Persistence.Parameters.CustomParameter.GetAllCustomParameterIDs(Context oContext)
    at Oracle.BAM.Middleware.ImportExport.ReportExporter.GetParametersXML(Int64 lReportId, Context oContext, IncludeCustomParameters eIncludeCustomParameters)
    at Oracle.BAM.ActiveStudio.ReportEditor.EditReport()
    Assembly: ActiveStudio
    State: Oracle.BAM.ActiveStudio.ReportEditor
    Event: EditReport
    xmlReportDef:
    <Report type="tiled"><Layout maximize="true"><View id="view1" top="0.0%" left="0.0%" width="100.0%" height="39.5%" /><View id="view2" top="40.5%" left="0.0%" width="100.0%" height="59.5%" /></Layout><Views><View id="view1" /><View id="view2" /></Views></Report>

    Looks like one of the system dataobjects wasn't properly loaded.
    I believe you have some/most tables for the Active Data Cache (populated during install) because it appears you are able to start the Oracle BAM Active Data Cache service and get to the Start Page.
    Here's the xml for the system dataobject that appears to be missing.
    Note: I assume you have version 10.1.2.1, the latest version of BAM.
    =========================
    <?xml version="1.0" encoding="utf-8"?>
    <OracleBAMExport Version="862.0" Build="3.4.5109.0">
    <DataObject Version="14" Name="Custom Parameters" ID="_Custom_Parameters" Path="/System/Custom Parameters" External="0">
    <Layout>
    <Description><![CDATA[This data object contains user defined Custom Parameters that are available across all reports.]]></Description>
    <Column Name="Name" ID="_Name" Type="string" MaxSize="64" Nullable="0" Public="1" TipText="The name of the Custom Parameter that appears in reports." />
    <Column Name="Value" ID="_Value" Type="string" MaxSize="1000" Nullable="0" Public="1" TipText="The value of the Custom Parameter." />
    <Column Name="Description" ID="_Description" Type="string" MaxSize="1000" Nullable="1" Public="1" TipText="Optional long description." />
    <Indexes />
    </Layout>
    <Contents />
    </DataObject>
    </OracleBAMExport>
    ===========================
    Paste this into notepad and save as customparameters.xml
    Then import using DOS running this command:
    icommand cmd=import file=filename.xmlThen try to recreate the report again.
    Check that you have all system dataobjects in Architect:
    System\Alerts\External Actions
    System\Alerts\History
    System\Custom Parameters\Custom Parameters
    System\Views\Action Form Templates
    System\Views\Chart Themes
    System\Views\Matrix Themes
    System\Views\Util Templates
    Depending if you have installed and started the Oracle Plan Monitor service, you'll see this also:
    System\Plan Monitor\Oracle BAM Plan Monitor\Journal
    System\Plan Monitor\Oracle BAM Plan Monitor\Lock
    System\Plan Monitor\Oracle BAM Plan Monitor\Plan Status
    System\Plan Monitor\Oracle BAM Plan Monitor\Service Status
    ====================
    IF you have any missing system dataobjects, I would suggest drop the Oracle user account used to install BAM so you would delete all it's tables. Then recreate the same user account with resource and connect privileges. Then run cacheinit.exe from your OracleBAM\BAM directory. This will recreate the entire ADC for you.
    Sincerely,
    Michelle

  • BAM Active Studio - Group by

    Hi,
    I tried to design a report (Stacked Bar Chart) for my Data Object Employee (Salesname:string, salesarea:string, salesnumber:integer,timestamp:date).
    Now I'd like to group by Salesarea and show the chart values count(salesname) for
    each column. But that doesn't work. It says:" 'g_oGroupLevels' is undefined."
    One can only show the sum(salesnumber), no matter what column it is grouped by.
    When I group by Salesarea and select both count(salesname) and sum(salesnumber), it works.
    But I'd like to have it without the salesnumber.
    Is there a workaround to do this?

    hello again Sylvie- I tested the same steps on the new release and did not find the error you mentioned. IT works fine- I followed your exact steps. Can you verify your BAM version again. and retest. Or send a picture of your chart-dataobject selection and chart error to [email protected] [maybe I can just take a look, and maybeI cannot reproduce it]

  • Error in BAM active studioOnly an adminstrator can impersonate another user

    Hi
    I have installed Oracle BAM on XP and tried to create a simple report using BAM Active studio. I have selected an object from sample folder ('Employees') and selected a simple report layout.I have done all the necessory steps mentioned in Developer user guide and when i clicked the 'Finish' Button I 'm getting the following error.
    Only an adminstrator can impersonate another user
    Details...
    Exception Message Only an administrator can impersonate another user.
    Stack Trace Server stack trace: at Oracle.BAM.ReportCache.Server.ReportCacheServer.OpenViewSet(ViewSetBuilderBase oViewSetBuilder) at System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(MethodBase mb, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs) at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at Oracle.BAM.Middleware.ReportCache.IReportCache.OpenViewSet(ViewSetBuilderBase oViewSetBuilder) at Oracle.BAM.Middleware.ReportCache.RemoteReportCache.OpenViewSet(ViewSetBuilderBase oViewSetBuilder) at Oracle.BAM.ReportServer.DataManager.OpenViewSet(String strModifier, ViewSetBuilderBase oViewSetBuilder, String strUserName) at Oracle.BAM.ReportServer.List.RenderList(String strViewsetId, String strDataset, String strXmlModifier, String strXmlProperties, Boolean bActive, String strInEditor, Boolean bEmail, String strUserName, Int32 iRecordsLimit, Int32 iClientWidth, Int32 iClientHeight, Int32 iBrowserTimezoneOffset, String strActiveDataDelay, String strActionButtonsXML) ...
    Debugging Information Only an administrator can impersonate another user. [ErrorSource="ActiveDataCache", ErrorID="ADCCannotImpersonate"] Debugging information: Oracle.BAM.ActiveDataCache.Common.Exceptions.CacheException: Only an administrator can impersonate another user. Server stack trace: at Oracle.BAM.ReportCache.Server.ReportCacheServer.OpenViewSet(ViewSetBuilderBase oViewSetBuilder) at System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(MethodBase mb, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs) at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at Oracle.BAM.Middleware.ReportCache.IReportCache.OpenViewSet(ViewSetBuilderBase oViewSetBuilder) at Oracle.BAM.Middleware.ReportCache.RemoteReportCache.OpenViewSet(ViewSetBuilderBase oViewSetBuilder) at Oracle.BAM.ReportServer.DataManager.OpenViewSet(String strModifier, ViewSetBuilderBase oViewSetBuilder, String strUserName) at Oracle.BAM.ReportServer.List.RenderList(String strViewsetId, String strDataset, String strXmlModifier, String strXmlProperties, Boolean bActive, String strInEditor, Boolean bEmail, String strUserName, Int32 iRecordsLimit, Int32 iClientWidth, Int32 iClientHeight, Int32 iBrowserTimezoneOffset, String strActiveDataDelay, String strActionButtonsXML) ...
    ReportType tiled
    DataSet EMPLOYEETEST
    ViewsetId NOT_INITIALIZED
    ViewId view1
    Properties <Properties ContentType="StreamingList" datasetId="_EMPLOYEE_TEST"> <Title display="true" color="#ffffff" font-family="Tahoma" font-weight="Bold" font-size="11" underline="false" overline="false" line-through="false" capitalize="false" uppercase="false" lowercase="false" background-color="#7B97C0" text-align="left"> <Text bUseViewName="true"> </Text> </Title> <Body alt_increment="1" alt_color="#dfdfdf" font-family="Tahoma" font-size="11px" color="black" background-color="transparent"> <Border color="#000000" width="1px" style="solid"/> </Body> <Headings background-color="#c7c7c7" underline="true" display="true" font-family="Tahoma" font-size="11px" color="black"/> <Empty display="false" text="No Values" text-align="left" font-family="Tahoma" font-size="11px" color="black"/> <ActiveData newColor="#FFE299" newTimeSeconds="1"> </ActiveData> </Properties> ...
    ModifierXml <Modifier id="0" dataset="_EMPLOYEE_TEST"><FieldRefs><DatasetField fieldRefID="2" datasetField="_Dept" dataType="INTEGER" order="0"/><DatasetField fieldRefID="0" datasetField="_employee_id" dataType="INTEGER" order="1"/><DatasetField fieldRefID="3" datasetField="_Job_id" dataType="INTEGER" order="2"/><DatasetField fieldRefID="1" datasetField="_Name" dataType="STRING" order="3"/><DatasetField fieldRefID="4" datasetField="_Salary" dataType="INTEGER" order="4"/></FieldRefs><RecordFields><RecordField fieldRefID="2" datasetField="_Dept" dataType="INTEGER" fieldID="0" order="0"/><RecordField fieldRefID="0" datasetField="_employee_id" dataType="INTEGER" fieldID="1" order="1"/><RecordField fieldRefID="3" datasetField="_Job_id" dataType="INTEGER" fieldID="2" order="2"/><RecordField fieldRefID="1" datasetField="_Name" dataType="STRING" fieldID="3" order="3"/><RecordField fieldRefID="4" datasetField="_Salary" dataType="INTEGER" fieldID="4" order="4"/></RecordFields></Modifier> ...
    InEditor true
    IsInViewMode false
    ActiveDataDelay 0
    TimezoneOffset 240
    ActionButtons <ActionButtons></ActionButtons>
    clientWidth 961
    clientHeight 522
    Assembly ReportServer
    State Oracle.BAM.ReportServer.StreamingList
    Event Initialize
    Could you please help me to resolve this issue.
    Thanks
    Laj

    Hi
    This issue has been resolved.
    Fix :- Earlier i have defined all the BAM services as Localy.Modified those services to run it from my user id.
    thanks
    Laj

  • BAM - Acrive Studio - Browser Error in filter

    In Acrive Studio (BAM 11g) I must create a graphic on specific value of BI
    But when I click on "filter" I have an browser error and I show blank area.
    The error is :
    Messaggio: Previsto ';'
    Linea: 50
    Carattere: 85
    Codice: 0
    URI: http://atenei02.private.cineca.it:7052/OracleBAM/8533/activestudio/default.jsp
    Messaggio: 'g_strFilterNodeName' non è definito
    Linea: 61
    Carattere: 2
    Codice: 0
    URI: http://atenei02.private.cineca.it:7052/OracleBAM/8533/shared/scripts/filtereditor/Filter.htc
    Someone can help me ...
    Thanks
    Elena

    Hi Luciano,
    I explain you
    In BAM --> Active Studio --> Create new report --> select data object (setp 1) --> select data object fields ( step2)
    --> Other function ( step 3) --> create filter.
    Now , when I select "create filter" in the bottom bar of the browser show a warning simbol (!) and read "End". If I see the detail of the warning :
    Dettagli errore pagina Web
    Messaggio: Previsto ';'
    Linea: 50
    Carattere: 85
    Codice: 0
    URI: http://<server_url>/OracleBAM/8533/activestudio/default.jsp
    Messaggio: 'g_strFilterNodeName' non è definito
    Linea: 61
    Carattere: 2
    Codice: 0
    URI: http://<server_url>/OracleBAM/8533/shared/scripts/filtereditor/Filter.htc
    I can not select any option, I just delete and start over.
    In this way, I can not define the filters for graphics
    Thanks
    Elena
    P.S: Sorry for the late reply

  • BO Explorer - Possibility of importing a Crystal Reports - report ?

    Hi,
    im trying to find out if it's possible to import a report made in Crystal Reports 2008 SP2 into Polestar / BO Explorer.
    As i could see in the newest Version of the Crystal Reports Viewer there is a option to export the report into the "Bo Explorer in the Cloud Beta", where its workin fine.
    Hopefully anyone could help me.

    Hi,
    As far as I now the only data sources for SBO Explorer is SAP BW or SAPBWA.
    If your Crystal report is based on a BW query you could reuse that I guess with a universe and information space on top.
    /Br
    Anders

  • Possible to import new mac address vendor code translation list in WCS 6?

    Is it possible to import new (IEEE) vendor code list to get correct information regarding clients MAC-addresses? There are too many client vendor codes reported as "Unknown" lately......
    Running 6.0.196.0.
    /jonas

    What is the mac address of the vendor OUI? Every new release of WCS contains the latest MAC vendor OUI so upgrading to WCS 7.0.164.3 should update the vendor's info.
    If its a new device, please post the mac address, device, and vendor.

  • Importing Reports and Forms from Oracle to Portals

    Hi,
    I have read somewhere that it is possible to import all ready created reports and forms from Oracle and view them as a Portlet in Portals. Is this actually possible and if so where do I begin??
    Could there be an issue with rights, this is all new to our DBA and we have only just got permission to publish forms created in Portals to the repository. Any ideas??

    941175
    Welcome to the forum. Please take a while to go through the FAQ to be found to the top right of the page.
    Your issue is more to do with batch files rather than Forms. The only relation with Forms, as I see it, is that you will be using HOST/CLIENT_HOST to start a batch file with the file name to be deployed as a parameter passed to it.
    You need to rewrite either a CMD batch file or a Powershell script to achieve what have set out to do.
    For CMD batch files look up http://www.robvanderwoude.com/battech.php , or any of the other excellent resources available on the internet.
    Regards,

  • ERROR: The Importer Reported Generic Error

    I just purchased PE 10 about 2 weeks ago after trial version which I installed on separate machine and utilized for Photoshop. I purchased it, because of Adobe's trusted reputation. I installed purchased copy in high end machine containing Corsair 120 Force GT SSD Sata 3 root drive with 2 additional internal 500 gb each storage drives. One WD & Seagate Barracuda at 7200 rpm.
    Photoshop portion works without any glitches. PE10 reports said error message upon attempts at 95 percent of my .vob, .TS & .wmv files, which should be compatible as stated by Adobe. I am able to open same files on Windows Movie Maker and WMP.
    I contacted Adobe support and was disconnected during troubleshooting by Adobe rep.  Second attempt lead me to a rep who did not really have any answers or resolve. His explanation was to keep looking for files which would open only on the root drive as network drives, logical drives and external drives are not supported by Adobe. I complied and copied files to C: Drive at his request to no avail. Problem persists.
    Basically, you need an enormous: Drive to accommodate the huge amount of space videos & photos normally capacitate. In my case, over 469 gigs.    
    Maybe it's me, but you would think Adobe would consider the fact no one in their right mind would relegate pertinent data to root drive as it is where the OS resides, thus is susceptible to crashes and data loss. Yes, OS should be partitioned separately from data, but anyone who really knows hardware, ie: hard drives, would be fully aware the entire drive can become unstable and usuable due to OS crashes.
    Questions:
    Why has Adobe not taken a closer look at what appears to be a proprietary issue as opposed to informing its customers that their files are corrupt? 
    Why does Adobe not offer fixes\resolves to importing (Get Media) issues such as addins, plugins, hotfixes, possible Codecs and\or conversion software when this is in fact their responsibility when advertising claims of compatibility with said files?
    Why does Adobe not support importation of files residing in NAS External Drives and internal logical drives, as this is the direction of the end user home industry?
    Has anyone in these forums actually been able to resolve ERROR  Message: "The Importer Reported Generic Error"?
    Please feel free to answer and\or comment on my statements\questions as I am simply a customer looking for resolve and would be more than willing to retract what I have mentioned here for some real support from Adobe.

    I have never had any problem, when Importing files from my NAS, but found early on, that it was too slow a process to use and edit effectively. Same for other mapped networked drives. After those initial tests, I just altered my workflow. I still use my NAS to archive my Assets, but will Copy those to my "media drive" (my D:\ on my system). My Project files are on my E:\ drive, and only my OS and programs are on C:\. Note: those are all physical HDD's, and NOT partitions. That layout works 100% for me. In my case, it was not a inability to use the NAS, or mapped networked drives (for Assets ONLY), but the speed of the gigabit (dual in my case) network being too slow for me to edit comfortably.
    Premiere (both PrPro and PrE) work best with at least two physical HDD's, and even better with three.
    Where Premiere has issues with networked drives will usually be where one has mapped My Documents to a networked drive, or where the user has located the working files (Scratch Disks) to a networked HDD. That situation can create issues.
    I have never encountered any "Importer" error messages, and really do not recall seeing others with that issue, so cannot help there.
    Good luck, and wish that I had more to offer.
    Hunt

  • Is it possible to import an Access database and forms

    Is it possible to import an Access database and forms into apex

    Yes and no.. Sorry.. The Access data tables and data can be imported into the database, through SQL Developer. The forms I don't believe will be ported over. What will be created through is a set of maintenance report and form sets for each table you convert over.
    That is a good start to converting the database over, since you will probably want to re-do your Access style vba coding to use the available templates and pl/sql code..
    Thank you,
    Tony Miller
    Webster, TX

  • Is it possible to import pattern elements ?

    Hi all,
    in fact most of everything is written into my subject
    I would like to know if it could be possible to import new pattern elements into my current IDE.
    I use NetWeaver 04 SP11 version.
    Thanks for your answer and best regards,
    Emmanuel.

    myloel
    Thanks for the reply. Your projects sound very interesting. We are not Adobe here. Just users to users. With a few exceptions, we are all visitors here.
    For transporting videos, I usually use a USB Flash Drive. If your aim is for just transport that should be fine. But, if you are thinking about
    transferring your video to a memory stick for playback on a device, if you have not already, make sure that the device supports the video format, the memory stick, and that format on the memory stick.
    If you have not already, please update 12 to the 12.1 Update using an opened project's Help Menu/Update. That remedies a text style Expert workspace only issue and some other undefined things. Also, there have been several reports relating to the loss of sound for the numbered audio tracks and soundtrack when a narration is created with the program's Narration Tool and added to the Timeline. There is a user discovered fix for that which we can discuss if you ever run into that situation. Hope not.
    Best wishes as you move forward with your Premiere Elements projects.
    ATR

  • Error while importing Reports and Plans

    Hi ,
    I am migrating baseviews,metaviews,plans,dataobjects and reports from one repository to another. I have used SARPUTIL utility tool to export the baseviews,metaviews,plans.Icommand utility to export dataobjects and reports.Everything is fine so far. I have imported baseviews,metaviews,plans using SARPUTIL in the target machine.I could see metaview in Enterprise Link.But i could not find Plan and Baseview in Enterprise. When i got EL Admin i could find everything that means everything is imported well. How can i view the imported plan in Enterprise Link?
    When i m trying to import report using icommand i m getting the following error.
    Error while processing command "import".
    [ErrorSource="ICommandEngine", ErrorID="ICommandEngine.Error"]
    You are unable to connect to the Oracle BAM services. Contact your system admini
    strator if the error persists.
    [ErrorSource="ActiveDataCache", ErrorID="ADCServerConnectionError"]
    No connection could be made because the target machine actively refused it
    [ErrorSource="mscorlib"].
    Also pls give complete syntax for icommand utility to export report since im getting error with that saying there is no such report even though i have given the path correct.
    Urgent Issue.
    Edited by: user10672866 on Apr 2, 2009 6:35 AM
    Edited by: user10672866 on Apr 2, 2009 6:36 AM

    http://download.oracle.com/docs/cd/B31017_01/integrate.1013/b28992/icommand.htm#BABHHIBB

  • Is it possible to import excel files automatically?

    Hi,
    I am able to import the excel file manually and the same map I used in port.. format as excel.. its automatic action.. When I place the file it getting picked but giving structural exception... the same file I can manaully process successfully by selecting the same file using type as excel instead of Port...
    When I select type as port, remote system .. when  I want to select port I can see the port which I defined in console but they are disabled.. wondering where I did wrong?? is it possible to import excel files automatcially??
    Thanks
    Rajeev

    Hi,
    Yes you understood corectly.. I am unable to import excel file automatically.. I created a new port with the map which I used manually of type excel... Before placing the file in the ready folder of this newly created port.. I tried to manually import using the port type... I see the port is disable to select.....
    If I place the fiile its throwing structural exception..... but the same file I am able to import using type as excel..
    After structural exception..I am able to select this exceptional port in import manager of type port.. manually it is successfull using the same map and same file which got structural error....
    In Console report says:
    Error: MS Access is not supported on this platform.
    Error: MS Excel is not supported on this platform.
    I am working on MDM 5.5.65.95 AND WINDOWS 7 64bit..
    Any inputs.
    Thanks
    Rajeev

Maybe you are looking for