 




<?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>IT Answers &#187; Source code management</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/source-code-management/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Tue, 21 May 2013 22:12:10 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>How do I write a program to launch an existing .net 2003 program?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-do-i-write-a-program-to-launch-an-existing-net-2003-program/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-do-i-write-a-program-to-launch-an-existing-net-2003-program/#comments</comments>
		<pubDate>Sun, 25 Sep 2011 07:43:24 +0000</pubDate>
		<dc:creator>MaidMarion</dc:creator>
				<category><![CDATA[.NET 2003]]></category>
		<category><![CDATA[Source code management]]></category>
		<category><![CDATA[Visual Basic .NET]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have written a program using .NET 2003 but I can&#8217;t find the source code to launch the program (screen with options to install program or cancel). I wrote it in about 2006 and the original computer has gone the way of all computers over 3 years old and the back up CD is showing [...]]]></description>
				<content:encoded><![CDATA[<p>I have written a program using .NET 2003 but I can&#8217;t find the source code to launch the program (screen with options to install program or cancel). I wrote it in about 2006 and the original computer has gone the way of all computers over 3 years old and the back up CD is showing that it is blank. Other back hard drive crashed a few years ago. Can anyone help?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-do-i-write-a-program-to-launch-an-existing-net-2003-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get source code from .EXE file</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/get-source-code-from-exe-file/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/get-source-code-from-exe-file/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 13:33:24 +0000</pubDate>
		<dc:creator>Nikhilkatkar</dc:creator>
				<category><![CDATA[.exe]]></category>
		<category><![CDATA[Source code]]></category>
		<category><![CDATA[Source code control]]></category>
		<category><![CDATA[Source code management]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[New Answer by Michael Tidmarsh]]></description>
				<content:encoded><![CDATA[New Answer by Michael Tidmarsh]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/get-source-code-from-exe-file/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Error: Pointer not set for location referenced using QykmExportKeyStore</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/error-pointer-not-set-for-location-referenced-using-qykmexportkeystore/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/error-pointer-not-set-for-location-referenced-using-qykmexportkeystore/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 15:21:37 +0000</pubDate>
		<dc:creator>GraceP</dc:creator>
				<category><![CDATA[QykmExportKeyStore]]></category>
		<category><![CDATA[Source code]]></category>
		<category><![CDATA[Source Code Analysis]]></category>
		<category><![CDATA[Source code management]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have the next source code :   int main ()  {     char * volatile path     = "/QIBM/USERDATA/ICSS/CERT/SERVER/DEFAULT.KDB" ;           int  * volatile pathLength   = new int ( strlen ((char* )  path ) ) ;                char * volatile format   [...]]]></description>
				<content:encoded><![CDATA[<p>I have the next source code : </p>
<div>
<pre></div>
<div>
<div> int main () </div>
<div>{</div>
<div>    char * volatile path     = "/QIBM/USERDATA/ICSS/CERT/SERVER/DEFAULT.KDB" ;      </div>
<div>    int  * volatile pathLength   = new int ( strlen ((char* )  path ) ) ;           </div>
<div>    char * volatile format       = "OBJN0200" ;                                     </div>
<div>    char * volatile pwd          = "ff1" ;                                   </div>
<div>    int  * volatile pwdLength    = new int( 3 );                                   </div>
<div>   int  * volatile ccsid        = new int(0);                                </div>
<div>   char * volatile exportPath   = "/usr/me/export.pcks" ;   </div>
<div>   int  * volatile exportLength = new int ( strlen ((char*) exportPath )) ;  </div>
<div>   char * volatile formatExport = "OBJN0200" ;                               </div>
<div>   char * volatile version      ="*PKCS12V3";                                </div>
<div>   char * volatile pwdExport    = "bas1" ;                             </div>
<div>   int  * volatile expLength    = new int (strlen ((char*) pwdExport )) ;    </div>
<div>                                                                             </div>
<div>   errorCode_t * volatile errorCode = new errorCode_t () ;                   </div>
<div></div>
<div>  void * volatile temp = (void *)errorCode ;      </div>
<div>                                                  </div>
<div>                                                  </div>
<div>   QykmExportKeyStore (  path,                    </div>
<div>                           pathLength,            </div>
<div>                           format,                </div>
<div>                           pwd,                   </div>
<div>                           pwdLength,             </div>
<div>                           ccsid ,                </div>
<div>                           exportPath,            </div>
<div>                          exportLength,           </div>
<div>                          formatExport,           </div>
<div>                          version ,               </div>
<div>                          pwdExport ,             </div>
<div>                          expLength,              </div>
<div>                          ccsid,                  </div>
<div>                         errorCode ) ;            </div>
<div></div>
<div>/// delete [...]</div>
<div>return 0 ; </div>
<div>}</div>
</div>
<div></pre>
</div>
<div></div>
<div>I have this error: </div>
<div>exception: CPFB729   </div>
<div></div>
<div>and when I put dspjoblog : </div>
<div> Pointer not set for location referenced. </div>
<div></div>
<div>What could be the reason ? </div>
<div>Thanks in advance.</div>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/error-pointer-not-set-for-location-referenced-using-qykmexportkeystore/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>debugging work, application not work</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/debugging-work-application-not-work/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/debugging-work-application-not-work/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 19:47:36 +0000</pubDate>
		<dc:creator>carlosdl</dc:creator>
				<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Source code]]></category>
		<category><![CDATA[Source code management]]></category>
		<category><![CDATA[VC++]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[New Answer by]]></description>
				<content:encoded><![CDATA[New Answer by ]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/debugging-work-application-not-work/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Restoring AS/400 after power outage: Src Code on IPL C1001020</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/src-code-on-ipl-c1001020/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/src-code-on-ipl-c1001020/#comments</comments>
		<pubDate>Fri, 21 Jan 2011 02:23:53 +0000</pubDate>
		<dc:creator>Sherwood14</dc:creator>
				<category><![CDATA[AS/400]]></category>
		<category><![CDATA[AS/400 administration]]></category>
		<category><![CDATA[IPL error]]></category>
		<category><![CDATA[Source code]]></category>
		<category><![CDATA[Source code management]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[New Discussion Post by]]></description>
				<content:encoded><![CDATA[New Discussion Post by ]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/src-code-on-ipl-c1001020/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>iSeries source code recovery: SRC B9003E30</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/src-b9003e30/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/src-b9003e30/#comments</comments>
		<pubDate>Wed, 05 Jan 2011 06:56:27 +0000</pubDate>
		<dc:creator>IS Questions</dc:creator>
				<category><![CDATA[AS/400 IPL]]></category>
		<category><![CDATA[AS/400 Troubleshooting]]></category>
		<category><![CDATA[QSYS]]></category>
		<category><![CDATA[Source code management]]></category>
		<category><![CDATA[V5R2]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hello there, We still have an old S10 system, on V5R2, for DEV users and unfortunately no more support. Now we have a damaged QSYS object, *SVRPGM, Q2CIO, that we cannot even execute a command. We tried doing an IPL but then we got SRC code B9003E30. Does anyone know how to recover from this [...]]]></description>
				<content:encoded><![CDATA[<p>Hello there, We still have an old S10 system, on V5R2, for DEV users and unfortunately no more support. Now we have a damaged QSYS object, *SVRPGM, Q2CIO, that we cannot even execute a command. We tried doing an IPL but then we got SRC code B9003E30. Does anyone know how to recover from this code so we can continue to bring up system? Somehow we need this system until we migrate 3 months from now to a 570 partition.<br/><br/> Thanks in advance for your help. <br/><br/> GM.<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/src-b9003e30/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Showing Source code in iSeries is A6070255</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/showing-src-code-in-iseries-is-a6070255/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/showing-src-code-in-iseries-is-a6070255/#comments</comments>
		<pubDate>Thu, 14 Oct 2010 10:32:09 +0000</pubDate>
		<dc:creator>5459</dc:creator>
				<category><![CDATA[iSeries]]></category>
		<category><![CDATA[iSeries data center]]></category>
		<category><![CDATA[Source code]]></category>
		<category><![CDATA[Source Code Analysis]]></category>
		<category><![CDATA[Source code management]]></category>
		<category><![CDATA[V5R4]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi All i am working in iseries server type is 9117 modal mma and version is v5r4. While am working my 5250 Screen is disconnected and i was trying to ping my server its not pinging and while am checking in HMC about my server status its showing status is running and also its showing [...]]]></description>
				<content:encoded><![CDATA[<p>Hi All i am working in iseries server type is 9117 modal mma and version is v5r4. While am working my 5250 Screen is disconnected and i was trying to ping my server its not pinging and while am checking in HMC about my server status its showing status is running and also its showing src. src is a6070255 can u pls tell me what is this src means.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/showing-src-code-in-iseries-is-a6070255/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Template for creating source code security</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/source-code-security/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/source-code-security/#comments</comments>
		<pubDate>Wed, 13 Oct 2010 17:00:50 +0000</pubDate>
		<dc:creator>Arisaquino</dc:creator>
				<category><![CDATA[Secure Coding]]></category>
		<category><![CDATA[Security in 2010]]></category>
		<category><![CDATA[Source code]]></category>
		<category><![CDATA[Source code management]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Anyone who has a template in creating a source code security policy? Thanks!]]></description>
				<content:encoded><![CDATA[<p>Anyone who has a template in creating a source code security policy? Thanks!</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/source-code-security/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Module works on single domain name</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/module-works-on-single-domain-name-how/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/module-works-on-single-domain-name-how/#comments</comments>
		<pubDate>Mon, 04 Oct 2010 06:48:39 +0000</pubDate>
		<dc:creator>Rabindrajha</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Domain Administration]]></category>
		<category><![CDATA[Source code management]]></category>
		<category><![CDATA[Source Coding]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[i have created a module . i want to fill domain name after installation this module one time only. after that this module works. any one tell me how it is posibble by coding.]]></description>
				<content:encoded><![CDATA[<p>i have created a module .<br />
i want to fill domain name after installation this module one time only.<br />
after that this module works.<br />
any one tell me how it is posibble by coding.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/module-works-on-single-domain-name-how/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Help in adapting the following code:</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/help-in-adapting-the-following-code/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/help-in-adapting-the-following-code/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 18:59:03 +0000</pubDate>
		<dc:creator>Abenito</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Code Complexity]]></category>
		<category><![CDATA[Source Code Analysis]]></category>
		<category><![CDATA[Source code management]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[New Discussion Post by]]></description>
				<content:encoded><![CDATA[New Discussion Post by ]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/help-in-adapting-the-following-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/11 queries in 0.019 seconds using memcached
Object Caching 922/927 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-22 04:14:33 -->