<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Screencast: Import data with XML flat files</title>
	<atom:link href="http://maximotimes.com/maximo/screencastimport-data-with-xml-flat-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://maximotimes.com/maximo/screencastimport-data-with-xml-flat-files/</link>
	<description>All Things Maximo</description>
	<lastBuildDate>Mon, 15 Mar 2010 19:32:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Helio</title>
		<link>http://maximotimes.com/maximo/screencastimport-data-with-xml-flat-files/comment-page-1/#comment-572</link>
		<dc:creator>Helio</dc:creator>
		<pubDate>Wed, 03 Mar 2010 14:17:18 +0000</pubDate>
		<guid isPermaLink="false">http://maximotimes.com/?p=471#comment-572</guid>
		<description>hi. 

Try to look at the jms queues in your application server, probably is the queue is full.</description>
		<content:encoded><![CDATA[<p>hi. </p>
<p>Try to look at the jms queues in your application server, probably is the queue is full.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chon</title>
		<link>http://maximotimes.com/maximo/screencastimport-data-with-xml-flat-files/comment-page-1/#comment-501</link>
		<dc:creator>Chon</dc:creator>
		<pubDate>Thu, 11 Feb 2010 16:27:53 +0000</pubDate>
		<guid isPermaLink="false">http://maximotimes.com/?p=471#comment-501</guid>
		<description>Hmm... I&#039;m not sure.  So, you modified the ejb-jar.xml file and rebuilt and redeployed the maximo.ear file right?  If so, I&#039;m not sure what&#039;s happening.  I&#039;d have to look at it to see exactly what&#039;s happening...</description>
		<content:encoded><![CDATA[<p>Hmm&#8230; I&#8217;m not sure.  So, you modified the ejb-jar.xml file and rebuilt and redeployed the maximo.ear file right?  If so, I&#8217;m not sure what&#8217;s happening.  I&#8217;d have to look at it to see exactly what&#8217;s happening&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://maximotimes.com/maximo/screencastimport-data-with-xml-flat-files/comment-page-1/#comment-500</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Thu, 11 Feb 2010 16:22:09 +0000</pubDate>
		<guid isPermaLink="false">http://maximotimes.com/?p=471#comment-500</guid>
		<description>So I enabled the continuous inbound queue. Unfortunately it didn&#039;t help...

In the sysout.log I found this message at the moment of importig items:
DEBUG: Control uploadfile could not be found in order to process event loadData ::

What &quot;uploadfile&quot; ?
Thomas</description>
		<content:encoded><![CDATA[<p>So I enabled the continuous inbound queue. Unfortunately it didn&#8217;t help&#8230;</p>
<p>In the sysout.log I found this message at the moment of importig items:<br />
DEBUG: Control uploadfile could not be found in order to process event loadData ::</p>
<p>What &#8220;uploadfile&#8221; ?<br />
Thomas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chon</title>
		<link>http://maximotimes.com/maximo/screencastimport-data-with-xml-flat-files/comment-page-1/#comment-499</link>
		<dc:creator>Chon</dc:creator>
		<pubDate>Thu, 11 Feb 2010 15:43:37 +0000</pubDate>
		<guid isPermaLink="false">http://maximotimes.com/?p=471#comment-499</guid>
		<description>Yes, you need to enable that.</description>
		<content:encoded><![CDATA[<p>Yes, you need to enable that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://maximotimes.com/maximo/screencastimport-data-with-xml-flat-files/comment-page-1/#comment-498</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Thu, 11 Feb 2010 15:33:10 +0000</pubDate>
		<guid isPermaLink="false">http://maximotimes.com/?p=471#comment-498</guid>
		<description>Good Morning Chon!
Yes they are enabled:
- &lt;!--  MEA MDB   --&gt; 
- 
  JMSContQueueProcessor-1 
  psdi.iface.jms.JMSContQueueProcessor 
  Container 
  javax.jms.Queue 
- 
  MESSAGEPROCESSOR 
  java.lang.String 
  psdi.iface.jms.QueueToMaximoProcessor 
  
  
- &lt;!-- 
 MEA MDB for error queue

    
      JMSContQueueProcessor-2
      psdi.iface.jms.JMSContQueueProcessor
      Container
      javax.jms.Queue
      
        MESSAGEPROCESSOR
	java.lang.String 
	psdi.iface.jms.QueueToMaximoProcessor
       
      
        MDBDELAY
	java.lang.Long 
	30000
            
      
    
  --&gt; 

But as I understand it, I need this &quot;message driven beans&quot; for processing in the continuous inbound queue.
This one is not enabled in my enterprise service.

Thomas</description>
		<content:encoded><![CDATA[<p>Good Morning Chon!<br />
Yes they are enabled:<br />
- <!--  MEA MDB   --><br />
-<br />
  JMSContQueueProcessor-1<br />
  psdi.iface.jms.JMSContQueueProcessor<br />
  Container<br />
  javax.jms.Queue<br />
-<br />
  MESSAGEPROCESSOR<br />
  java.lang.String<br />
  psdi.iface.jms.QueueToMaximoProcessor </p>
<p>- &lt;!&#8211;<br />
 MEA MDB for error queue</p>
<p>      JMSContQueueProcessor-2<br />
      psdi.iface.jms.JMSContQueueProcessor<br />
      Container<br />
      javax.jms.Queue</p>
<p>        MESSAGEPROCESSOR<br />
	java.lang.String<br />
	psdi.iface.jms.QueueToMaximoProcessor</p>
<p>        MDBDELAY<br />
	java.lang.Long<br />
	30000</p>
<p>  &#8211;&gt; </p>
<p>But as I understand it, I need this &#8220;message driven beans&#8221; for processing in the continuous inbound queue.<br />
This one is not enabled in my enterprise service.</p>
<p>Thomas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chon</title>
		<link>http://maximotimes.com/maximo/screencastimport-data-with-xml-flat-files/comment-page-1/#comment-496</link>
		<dc:creator>Chon</dc:creator>
		<pubDate>Thu, 11 Feb 2010 14:46:48 +0000</pubDate>
		<guid isPermaLink="false">http://maximotimes.com/?p=471#comment-496</guid>
		<description>Did you uncomment the necessary lines in the ejb-jar.xml file?  If not, have a look &lt;a href=&quot;http://maximotimes.com/maximo/maximo-integration-framework-not-working-in-verson-7114/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Did you uncomment the necessary lines in the ejb-jar.xml file?  If not, have a look <a href="http://maximotimes.com/maximo/maximo-integration-framework-not-working-in-verson-7114/" rel="nofollow">here</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://maximotimes.com/maximo/screencastimport-data-with-xml-flat-files/comment-page-1/#comment-494</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Thu, 11 Feb 2010 12:34:37 +0000</pubDate>
		<guid isPermaLink="false">http://maximotimes.com/?p=471#comment-494</guid>
		<description>Hi guys,
I do have the same problem. I&#039;m able to export items as XML or Flat-File, thats OK.
But the import comes only into received status!!!

I tried also the import with IFACE-Table but nothing reached ever my item table.

I need HELP!!!
Thomas</description>
		<content:encoded><![CDATA[<p>Hi guys,<br />
I do have the same problem. I&#8217;m able to export items as XML or Flat-File, thats OK.<br />
But the import comes only into received status!!!</p>
<p>I tried also the import with IFACE-Table but nothing reached ever my item table.</p>
<p>I need HELP!!!<br />
Thomas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sneha</title>
		<link>http://maximotimes.com/maximo/screencastimport-data-with-xml-flat-files/comment-page-1/#comment-442</link>
		<dc:creator>Sneha</dc:creator>
		<pubDate>Sun, 31 Jan 2010 06:12:03 +0000</pubDate>
		<guid isPermaLink="false">http://maximotimes.com/?p=471#comment-442</guid>
		<description>Hi,

Before i were able to see the crotask JMSQSEQCONSUMER at log file in websphere..But this  JMSQSEQCONSUMER is not coming in the log</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Before i were able to see the crotask JMSQSEQCONSUMER at log file in websphere..But this  JMSQSEQCONSUMER is not coming in the log</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rad</title>
		<link>http://maximotimes.com/maximo/screencastimport-data-with-xml-flat-files/comment-page-1/#comment-428</link>
		<dc:creator>rad</dc:creator>
		<pubDate>Thu, 28 Jan 2010 15:09:58 +0000</pubDate>
		<guid isPermaLink="false">http://maximotimes.com/?p=471#comment-428</guid>
		<description>Hi,
Has anyone ever got the Inbound operations processed in 7.1.1.5 ?
for me the Sync, Create operations remain “Received”
While the Publish operations are “Processed” and successful. 
Thanks,
Radhika.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Has anyone ever got the Inbound operations processed in 7.1.1.5 ?<br />
for me the Sync, Create operations remain “Received”<br />
While the Publish operations are “Processed” and successful.<br />
Thanks,<br />
Radhika.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sneha</title>
		<link>http://maximotimes.com/maximo/screencastimport-data-with-xml-flat-files/comment-page-1/#comment-426</link>
		<dc:creator>Sneha</dc:creator>
		<pubDate>Thu, 28 Jan 2010 12:14:42 +0000</pubDate>
		<guid isPermaLink="false">http://maximotimes.com/?p=471#comment-426</guid>
		<description>Hi,
i imported one  flat file to maximo 7 and i got this message 
BMXAA5622E - Inbound transaction has been processed successfully to queue
and i cannot find the  data in maximo and 
in data base..i have already  turned on the &#039;JMSQSEQCONSUMER&#039; crontask, with the SEQQIN instance active under
 crontask instances..Anything else i have to do

Thanks  a Lot 
Sneha</description>
		<content:encoded><![CDATA[<p>Hi,<br />
i imported one  flat file to maximo 7 and i got this message<br />
BMXAA5622E &#8211; Inbound transaction has been processed successfully to queue<br />
and i cannot find the  data in maximo and<br />
in data base..i have already  turned on the &#8216;JMSQSEQCONSUMER&#8217; crontask, with the SEQQIN instance active under<br />
 crontask instances..Anything else i have to do</p>
<p>Thanks  a Lot<br />
Sneha</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rad</title>
		<link>http://maximotimes.com/maximo/screencastimport-data-with-xml-flat-files/comment-page-1/#comment-424</link>
		<dc:creator>rad</dc:creator>
		<pubDate>Wed, 27 Jan 2010 16:50:19 +0000</pubDate>
		<guid isPermaLink="false">http://maximotimes.com/?p=471#comment-424</guid>
		<description>Hi, 

In Message Tracking 
the &quot;Publish&quot; operations are &quot;PROCESSED&quot;, 
the &quot;Sync&quot; operations remain &quot;RECEIVED&quot;. 
And the current maximo base services package version is: 7.1.1.5. 
For some reason the export is successful, importing the xml is on hold, with no errors. 
Please advise? 
Thanks,
Radhika.</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>In Message Tracking<br />
the &#8220;Publish&#8221; operations are &#8220;PROCESSED&#8221;,<br />
the &#8220;Sync&#8221; operations remain &#8220;RECEIVED&#8221;.<br />
And the current maximo base services package version is: 7.1.1.5.<br />
For some reason the export is successful, importing the xml is on hold, with no errors.<br />
Please advise?<br />
Thanks,<br />
Radhika.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chon</title>
		<link>http://maximotimes.com/maximo/screencastimport-data-with-xml-flat-files/comment-page-1/#comment-423</link>
		<dc:creator>Chon</dc:creator>
		<pubDate>Wed, 27 Jan 2010 15:06:56 +0000</pubDate>
		<guid isPermaLink="false">http://maximotimes.com/?p=471#comment-423</guid>
		<description>If it&#039;s not being processed, double check that you have enabled the framework, check out this &lt;a href=&quot;http://maximotimes.com/maximo/maximo-integration-framework-not-working-in-verson-7114/&quot; rel=&quot;nofollow&quot;&gt;post...&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>If it&#8217;s not being processed, double check that you have enabled the framework, check out this <a href="http://maximotimes.com/maximo/maximo-integration-framework-not-working-in-verson-7114/" rel="nofollow">post&#8230;</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rad</title>
		<link>http://maximotimes.com/maximo/screencastimport-data-with-xml-flat-files/comment-page-1/#comment-420</link>
		<dc:creator>rad</dc:creator>
		<pubDate>Wed, 27 Jan 2010 04:52:24 +0000</pubDate>
		<guid isPermaLink="false">http://maximotimes.com/?p=471#comment-420</guid>
		<description>Hi, 
I am trying to import from an xml file into Person records. There seems to be no problem with the xml format. The &quot;Data Import&quot; says that &quot;Inbound transaction has been processed successfully to queue&quot;. 
But the record doesn&#039;t appear in the person records. However, the current status in Message Tracking is &quot;Received&quot;. It is never going into &quot;Processed&quot;. Could you help plealse? 
Thanks,
Radhika.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am trying to import from an xml file into Person records. There seems to be no problem with the xml format. The &#8220;Data Import&#8221; says that &#8220;Inbound transaction has been processed successfully to queue&#8221;.<br />
But the record doesn&#8217;t appear in the person records. However, the current status in Message Tracking is &#8220;Received&#8221;. It is never going into &#8220;Processed&#8221;. Could you help plealse?<br />
Thanks,<br />
Radhika.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chon</title>
		<link>http://maximotimes.com/maximo/screencastimport-data-with-xml-flat-files/comment-page-1/#comment-231</link>
		<dc:creator>Chon</dc:creator>
		<pubDate>Wed, 14 Oct 2009 20:12:59 +0000</pubDate>
		<guid isPermaLink="false">http://maximotimes.com/?p=471#comment-231</guid>
		<description>I have not.  Maybe it&#039;s something you can fix in Application Designer...</description>
		<content:encoded><![CDATA[<p>I have not.  Maybe it&#8217;s something you can fix in Application Designer&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ec3</title>
		<link>http://maximotimes.com/maximo/screencastimport-data-with-xml-flat-files/comment-page-1/#comment-230</link>
		<dc:creator>ec3</dc:creator>
		<pubDate>Wed, 14 Oct 2009 20:04:03 +0000</pubDate>
		<guid isPermaLink="false">http://maximotimes.com/?p=471#comment-230</guid>
		<description>I imported the xml from another environment which worked. Great tutorial by the way</description>
		<content:encoded><![CDATA[<p>I imported the xml from another environment which worked. Great tutorial by the way</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ec3</title>
		<link>http://maximotimes.com/maximo/screencastimport-data-with-xml-flat-files/comment-page-1/#comment-229</link>
		<dc:creator>ec3</dc:creator>
		<pubDate>Wed, 14 Oct 2009 19:57:40 +0000</pubDate>
		<guid isPermaLink="false">http://maximotimes.com/?p=471#comment-229</guid>
		<description>Have you ever encountered an issue when you click the export data button. My fields in the data export menu are not bound to database for some reason</description>
		<content:encoded><![CDATA[<p>Have you ever encountered an issue when you click the export data button. My fields in the data export menu are not bound to database for some reason</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chon</title>
		<link>http://maximotimes.com/maximo/screencastimport-data-with-xml-flat-files/comment-page-1/#comment-148</link>
		<dc:creator>Chon</dc:creator>
		<pubDate>Mon, 10 Aug 2009 15:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://maximotimes.com/?p=471#comment-148</guid>
		<description>1) Yes, you can create a MIF global directory where you can put XML files or flat files and setup a cron task to pick up those files and process them.  2) No, but if you are using XML files, they do need to be formatted correctly.</description>
		<content:encoded><![CDATA[<p>1) Yes, you can create a MIF global directory where you can put XML files or flat files and setup a cron task to pick up those files and process them.  2) No, but if you are using XML files, they do need to be formatted correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prattipati</title>
		<link>http://maximotimes.com/maximo/screencastimport-data-with-xml-flat-files/comment-page-1/#comment-147</link>
		<dc:creator>prattipati</dc:creator>
		<pubDate>Mon, 10 Aug 2009 14:58:05 +0000</pubDate>
		<guid isPermaLink="false">http://maximotimes.com/?p=471#comment-147</guid>
		<description>Great post, very helpful. 

few question though,

1. Can MIF look at a file location to automatically load the files.
2. If it can, does this file need any additional tags like headers with authentication, external System info. 

Thanks,
Sridhar</description>
		<content:encoded><![CDATA[<p>Great post, very helpful. </p>
<p>few question though,</p>
<p>1. Can MIF look at a file location to automatically load the files.<br />
2. If it can, does this file need any additional tags like headers with authentication, external System info. </p>
<p>Thanks,<br />
Sridhar</p>
]]></content:encoded>
	</item>
</channel>
</rss>
