<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Deepesh M Divakaran &#187; directory</title>
	<atom:link href="http://www.deepeshmd.com/tag/directory/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.deepeshmd.com</link>
	<description>Where Musings Fuse the Tech...</description>
	<lastBuildDate>Mon, 30 Jan 2012 04:24:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Perform a File Search in JDE</title>
		<link>http://www.deepeshmd.com/enterpriseone/perform-a-file-search-in-jde/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.deepeshmd.com/enterpriseone/perform-a-file-search-in-jde/#comments</comments>
		<pubDate>Thu, 19 May 2011 14:49:43 +0000</pubDate>
		<dc:creator>Deepesh M Divakaran</dc:creator>
				<category><![CDATA[EnterpriseOne]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[B9600471]]></category>
		<category><![CDATA[BSFN]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[Find File]]></category>
		<category><![CDATA[Find First File Matching Wildcard]]></category>
		<category><![CDATA[Folder]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[wild]]></category>
		<category><![CDATA[Wild card]]></category>
		<category><![CDATA[wild search]]></category>

		<guid isPermaLink="false">http://www.deepeshmd.com/?p=752</guid>
		<description><![CDATA[<p>Have you ever wondered if you can do a wild card search for the file you want to upload into JDE tables?</p> <p>Like while you do an interface, where the files come in with Date/Time stamps, you can find the latest file, and then upload it! It used to be a crude way of doing where, you used to write a Driver program, which gets the file name using the Processing Options, and then rename it according to the <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.deepeshmd.com/enterpriseone/perform-a-file-search-in-jde/">Perform a File Search in JDE</a></span>
Related posts:<ol>
<li><a href='http://www.deepeshmd.com/enterpriseone/prompt-to-open-file-folder-applications/' rel='bookmark' title='Prompt to open File/Folder in Applications'>Prompt to open File/Folder in Applications</a></li>
<li><a href='http://www.deepeshmd.com/enterpriseone/begin-and-end-dates-month-year/' rel='bookmark' title='Calculate Begin and End Dates for Month/Year'>Calculate Begin and End Dates for Month/Year</a></li>
<li><a href='http://www.deepeshmd.com/enterpriseone/send-email-with-pdf-output/' rel='bookmark' title='Send Email with PDF Output'>Send Email with PDF Output</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.deepeshmd.com/enterpriseone/perform-a-file-search-in-jde/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BSFN to Get Install Path (for Import/Export)</title>
		<link>http://www.deepeshmd.com/enterpriseone/get-install-path-for-import-export/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.deepeshmd.com/enterpriseone/get-install-path-for-import-export/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 20:55:37 +0000</pubDate>
		<dc:creator>Deepesh M Divakaran</dc:creator>
				<category><![CDATA[EnterpriseOne]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[BSFN]]></category>
		<category><![CDATA[BSFN for Complete Install Path]]></category>
		<category><![CDATA[BuildPathFromEnvDataX]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[business functions]]></category>
		<category><![CDATA[Bxxxx]]></category>
		<category><![CDATA[C BSFN]]></category>
		<category><![CDATA[dir]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[DVxxx]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[environments]]></category>
		<category><![CDATA[Export]]></category>
		<category><![CDATA[Exxx]]></category>
		<category><![CDATA[File]]></category>
		<category><![CDATA[filespace]]></category>
		<category><![CDATA[Function]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[Install path]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[JDE]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OneWorld]]></category>
		<category><![CDATA[Path]]></category>
		<category><![CDATA[path installed]]></category>
		<category><![CDATA[PDxxxx]]></category>
		<category><![CDATA[Separator]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[target]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.deepeshmd.com/?p=349</guid>
		<description><![CDATA[<p>Most File based transactions or JDE Applications, need to have access to the Import and Export directory of the Install Path. For most Live installations, the workstations will be on Windows OS, and the servers may be either AS/400 or Linux/UNIX environments. The path&#8217;s to the environment install directory will be entirely different in each case.</p> <p>Typically for an JDE EnterpriseOne Windows based Local installation will have path &#8211; &#8220;C:\Exxx\DVxxx\&#8221; or &#8220;C:\Bxxxx\PDxxxx\&#8221;, For UNIX/Linux it may be &#8211; &#8220;/usg/filespace/exxx/dvxxx/&#8221; <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.deepeshmd.com/enterpriseone/get-install-path-for-import-export/">BSFN to Get Install Path (for Import/Export)</a></span>
Related posts:<ol>
<li><a href='http://www.deepeshmd.com/enterpriseone/get-environment-import-export-paths-bsfn/' rel='bookmark' title='Get Environment Import Export Paths &#8211; BSFN'>Get Environment Import Export Paths &#8211; BSFN</a></li>
<li><a href='http://www.deepeshmd.com/enterpriseone/change-db-values-ms-access-jde-e1-oracle/' rel='bookmark' title='Change Database values using MS Access (JDE E1 Oracle)'>Change Database values using MS Access (JDE E1 Oracle)</a></li>
<li><a href='http://www.deepeshmd.com/enterpriseone/enterpriseone-demo-standalone-vista/' rel='bookmark' title='EnterpriseOne 9.0 Demo/Standalone on Windows Vista'>EnterpriseOne 9.0 Demo/Standalone on Windows Vista</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.deepeshmd.com/enterpriseone/get-install-path-for-import-export/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

