Click here to Skip to main content
15,915,791 members
Home / Discussions / System Admin
   

System Admin

 
AnswerRe: Troubleshooting Windows Media Player Pin
rashin ghodratzade18-Oct-13 19:11
rashin ghodratzade18-Oct-13 19:11 
AnswerRe: Troubleshooting Windows Media Player Pin
Adeeb Ali12-May-14 22:22
Adeeb Ali12-May-14 22:22 
QuestionUnable to sign in my profile. Pin
Mahdi Nejadsahebi20-Aug-13 0:09
Mahdi Nejadsahebi20-Aug-13 0:09 
AnswerRe: Unable to sign in my profile. Pin
Richard MacCutchan20-Aug-13 2:49
mveRichard MacCutchan20-Aug-13 2:49 
QuestionXP – “copy” bug or feature? Pin
Vaclav_18-Aug-13 7:34
Vaclav_18-Aug-13 7:34 
AnswerRe: XP – “copy” bug or feature? Pin
Richard MacCutchan18-Aug-13 21:01
mveRichard MacCutchan18-Aug-13 21:01 
QuestionHow to delete "in use by another process " file in XP? Pin
Vaclav_16-Aug-13 4:54
Vaclav_16-Aug-13 4:54 
AnswerRe: How to delete "in use by another process " file in XP? Pin
Richard MacCutchan16-Aug-13 6:55
mveRichard MacCutchan16-Aug-13 6:55 
GeneralRe: How to delete "in use by another process " file in XP? Pin
Member 1022519822-Aug-13 1:02
Member 1022519822-Aug-13 1:02 
QuestionISC DHCP Server Linux Pin
Emmanuel Medina18-Jul-13 9:00
professionalEmmanuel Medina18-Jul-13 9:00 
AnswerRe: ISC DHCP Server Linux Pin
Michael Martin25-Jul-13 16:02
professionalMichael Martin25-Jul-13 16:02 
GeneralRe: ISC DHCP Server Linux Pin
Emmanuel Medina31-Jul-13 7:44
professionalEmmanuel Medina31-Jul-13 7:44 
GeneralRe: ISC DHCP Server Linux Pin
Michael Martin31-Jul-13 14:53
professionalMichael Martin31-Jul-13 14:53 
QuestionSet wallpaper on Drives BackGround Pin
Aatif Ali from Bangalore12-Jul-13 1:14
professionalAatif Ali from Bangalore12-Jul-13 1:14 
AnswerRe: Set wallpaper on Drives BackGround Pin
Eddy Vluggen31-Jul-13 9:07
professionalEddy Vluggen31-Jul-13 9:07 
QuestionHow to remove welcomenote in windows 7 ? Pin
Arjun Kerala9-Jul-13 22:52
professionalArjun Kerala9-Jul-13 22:52 
AnswerRe: How to remove welcomenote in windows 7 ? Pin
Richard MacCutchan10-Jul-13 1:45
mveRichard MacCutchan10-Jul-13 1:45 
AnswerRe: How to remove welcomenote in windows 7 ? Pin
rashin ghodratzade18-Oct-13 19:18
rashin ghodratzade18-Oct-13 19:18 
GeneralDeleting Recycle Bin Pin
Aatif Ali from Bangalore5-Jul-13 3:27
professionalAatif Ali from Bangalore5-Jul-13 3:27 
GeneralRe: Deleting Recycle Bin Pin
Richard Deeming5-Jul-13 3:44
mveRichard Deeming5-Jul-13 3:44 
GeneralRe: Deleting Recycle Bin Pin
Aatif Ali from Bangalore5-Jul-13 21:14
professionalAatif Ali from Bangalore5-Jul-13 21:14 
GeneralRe: Deleting Recycle Bin Pin
Gil Villamater Jr.20-Aug-13 19:06
professionalGil Villamater Jr.20-Aug-13 19:06 
GeneralRe: Deleting Recycle Bin Pin
rashin ghodratzade18-Oct-13 19:20
rashin ghodratzade18-Oct-13 19:20 
GeneralRe: Deleting Recycle Bin Pin
Adeeb Ali7-Jul-14 3:37
Adeeb Ali7-Jul-14 3:37 
QuestionFrom one server validate folder on SharePoint server using UNC path Pin
Kosh201028-Jun-13 11:43
Kosh201028-Jun-13 11:43 
ENVIRONMENT:
Both the server I am working from and the SharePoint server are running on Windows 2008 and both are on SANS. I have a process in SSIS (SQL Server 2008 R2) on my server that needs to copy over the files located on the SharePoint server in order to process them, as per the business rules. If I reboot my server, then the SSIS package, which first checks to see if the files exist, is unable to find the files. However, it will work if I open Windows Explorer on my server and just go to the folder of one of the files on the SharePoint server using a UNC path.

OBJECTIVE:
Be able to reboot my server without having to manually open Windows Explorer in order to validate the location of a file folder on the SharePoint server before the automated SSIS package launches. That is, apply a process that will perform the folder validation upon startup of my server.

ATTEMPT MADE:
Created a batch file called ValidateFolder.bat with the following contents (modified) and applied it to the Startup.

VB
echo %date%
pushd \\SharePointServer\xxx\projects
dir


Of course, this created a temporary mapped drive that disappears and is recreated with each reboot. This is not a problem because it only creates the one mapped drive and no more. Unfortunately, this did not make any difference. It properly launched following the reboot, but the SSIS package still could not find the files on the SharePoint server until I applied the before mentioned manual process using Windows Explorer.

Does anybody have any ideas as to what I can try next?

Thanks in advance.

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.