Saturday, March 31, 2012

[sharepointdiscussions] Digest Number 4419

Messages In This Digest (18 Messages)

Messages

1a.

Re: Problem to upload 500mb file to portal

Posted by: "Jason Brown" stopthatastronaut@gmail.com   stopthatastronaut

Fri Mar 30, 2012 6:43 am (PDT)



HTTP isn't really designed for big file transfers. DAV, however, which sits
on top, kinda is. So the other suggestion of Explorer view is a good one.
Otherwise I'd suggest using a more reliable large file transfer mechanism
like FTP to the same server, and writing a small app to handle uploading
from the FTP drop folder to SharePoint at the end. It's asynchronous,
though, so not perhaps as intuitive to users.

J

On Fri, Mar 30, 2012 at 1:30 PM, brother.gabriel <brgabriel@sspx.org> wrote:

> **
>
>
> Salvete! I have a document library where I need certain users to be able
> to upload 500mb files. I have the space in SQL, and in Sharepoint, I have
> increased the maximum limit to 1500mb.
>
> However, they don't seem to be able to upload their large files. Their
> browser spins (firefox) and after hours does not do anything.
>
> Is there something I can do? I have read this post:
> http://blah.winsmarts.com/2010-3-Large_File_Upload_in_SharePoint_2010.aspx
>
> I am hoping not to have to pay for a solution. Is Davcopy a good solution?
>
> Thank you for your attention.
>
>
>

--
Jason Brown
e+msn: stopthatastronaut@gmail.com
skype: stopthatastronaut
m: 0405 130 409
web: http://skepticator.com/
blog: http://mycolleaguesareidiots.com/
twitter-corporate: @socmotor
twitter-personal: @drunkenmadman

[Non-text portions of this message have been removed]

1b.

Re: Problem to upload 500mb file to portal

Posted by: "Michelle Sobers" michelle.sobers@gmail.com   sobers_michelle

Fri Mar 30, 2012 6:44 am (PDT)



try restarting IIS

On Fri, Mar 30, 2012 at 1:13 AM, Mark Todd <sandpiper_sj@yahoo.com> wrote:

> **
>
>
> Try using Explorer view. It's not uncommon for the browser to hang with
> large files like that.
>
> [Non-text portions of this message have been removed]
>
>
>

--
Kindest Regards

[Non-text portions of this message have been removed]

1c.

Re: Problem to upload 500mb file to portal

Posted by: "brother.gabriel" brgabriel@sspx.org   brother.gabriel

Fri Mar 30, 2012 7:05 am (PDT)



I don't even see an option for explorer view in 2010's ribbon.

--- In sharepointdiscussions@yahoogroups.com, Mark Todd <sandpiper_sj@...> wrote:
>
> Try using Explorer view.  It's not uncommon for the browser to hang with large files like that.
>
>
> [Non-text portions of this message have been removed]
>

1d.

Re: Problem to upload 500mb file to portal

Posted by: "Paul Stork" pstork@att.net   pstorkoh

Fri Mar 30, 2012 7:17 am (PDT)



Depending on the width of the ribbon it may only show up as an icon. You
can see it in the screenshot below. Just look in about the same place on
your ribbon for the icon.

http://www.screencast.com/t/SdvMQMDlzcn2

Paul Papanek Stork

Chief Architect . ShareSquared, Inc. . <http://www.sharesquared.com/>
http://www.ShareSquared.com

The SharePoint Solution Experts!

<https://mvp.support.microsoft.com/profile=6D05CC8D-32ED-4626-A29E-142DC7A68
0E0> SharePoint MVP, MBA, MCT, MCSE+I, MCSA, MCSD, MCDBA, MCITP, MCPD

<mailto:Paul.Stork@ShareSquared.com> Paul.Stork@ShareSquared.com .
800.445.1279 x404

blog: <http://dontpapanic.com/blog> http://dontpapanic.com/blog . twitter:
<http://twitter.com/pstork> @pstork

The information contained in this e-mail message may be privileged,
confidential, and protected from disclosure. If you are not the intended
recipient, any further disclosure or use, dissemination, distribution, or
copying of this message or any attachment is strictly prohibited. If you
think that you have received this e-mail message in error, please delete it
and notify the sender.

From: sharepointdiscussions@yahoogroups.com
[mailto:sharepointdiscussions@yahoogroups.com] On Behalf Of brother.gabriel
Sent: Friday, March 30, 2012 10:06 AM
To: sharepointdiscussions@yahoogroups.com
Subject: [sharepointdiscussions] Re: Problem to upload 500mb file to portal

I don't even see an option for explorer view in 2010's ribbon.

--- In sharepointdiscussions@yahoogroups.com
<mailto:sharepointdiscussions%40yahoogroups.com> , Mark Todd
<sandpiper_sj@...> wrote:
>
> Try using Explorer view. It's not uncommon for the browser to hang with
large files like that.
>
>
> [Non-text portions of this message have been removed]
>

[Non-text portions of this message have been removed]

1e.

Re: Problem to upload 500mb file to portal

Posted by: "ajmarsingh" ajmarsingh@yahoo.com   ajmarsingh

Fri Mar 30, 2012 7:22 am (PDT)



There is more to it then just increasing the limit. As someone mentioned below, it is probably better to use explorer view in such situation as it uses a different technology called WebDav. You also need research and test IIS settings as the timeout set in IIS will overwrite the timeout set in SharePoint. Also check web.config as you could have an entry in there for timeout.

--- In sharepointdiscussions@yahoogroups.com, "brother.gabriel" <brgabriel@...> wrote:
>
> Salvete! I have a document library where I need certain users to be able to upload 500mb files. I have the space in SQL, and in Sharepoint, I have increased the maximum limit to 1500mb.
>
> However, they don't seem to be able to upload their large files. Their browser spins (firefox) and after hours does not do anything.
>
> Is there something I can do? I have read this post:
> http://blah.winsmarts.com/2010-3-Large_File_Upload_in_SharePoint_2010.aspx
>
> I am hoping not to have to pay for a solution. Is Davcopy a good solution?
>
> Thank you for your attention.
>

1f.

Re: Problem to upload 500mb file to portal

Posted by: "Michelle Sobers" michelle.sobers@gmail.com   sobers_michelle

Fri Mar 30, 2012 7:22 am (PDT)



you need to click on the library option in the library tools and if you
have the correct permissions it will be active.

[Non-text portions of this message have been removed]

1g.

Re: Problem to upload 500mb file to portal

Posted by: "brother.gabriel" brgabriel@sspx.org   brother.gabriel

Fri Mar 30, 2012 7:44 am (PDT)



Okay, in the library tab, I do see the "open with explorer", but it is disabled. I am admin. I suppose there is a setting somewhere to enable it... (I know, I can google for that)

--- In sharepointdiscussions@yahoogroups.com, Michelle Sobers <michelle.sobers@...> wrote:
>
> you need to click on the library option in the library tools and if you
> have the correct permissions it will be active.
>
>
> [Non-text portions of this message have been removed]
>

1h.

Re: Problem to upload 500mb file to portal

Posted by: "brother.gabriel" brgabriel@sspx.org   brother.gabriel

Fri Mar 30, 2012 7:45 am (PDT)



I made those fixes in iis, and am able to upload a 600mb file now, myself, but I am in the same house as the server. I am waiting to see if it will work for them now. I set the timeout to 4 hours, which should be long enough for a slow connection. I'll let y'all know if it worked.

--- In sharepointdiscussions@yahoogroups.com, "ajmarsingh" <ajmarsingh@...> wrote:
>
> There is more to it then just increasing the limit. As someone mentioned below, it is probably better to use explorer view in such situation as it uses a different technology called WebDav. You also need research and test IIS settings as the timeout set in IIS will overwrite the timeout set in SharePoint. Also check web.config as you could have an entry in there for timeout.
>
> --- In sharepointdiscussions@yahoogroups.com, "brother.gabriel" <brgabriel@> wrote:
> >
> > Salvete! I have a document library where I need certain users to be able to upload 500mb files. I have the space in SQL, and in Sharepoint, I have increased the maximum limit to 1500mb.
> >
> > However, they don't seem to be able to upload their large files. Their browser spins (firefox) and after hours does not do anything.
> >
> > Is there something I can do? I have read this post:
> > http://blah.winsmarts.com/2010-3-Large_File_Upload_in_SharePoint_2010.aspx
> >
> > I am hoping not to have to pay for a solution. Is Davcopy a good solution?
> >
> > Thank you for your attention.
> >
>

1i.

Re: Problem to upload 500mb file to portal

Posted by: "Parthasarathi Yerra" ysarathi@yahoo.com   ysarathi

Fri Mar 30, 2012 7:48 am (PDT)



Hi,

Can you pelase consolidate the IIS changes that you have made, so that it will be helpful for the gorup members in future.

-Sarathi
--- On Fri, 3/30/12, brother.gabriel <brgabriel@sspx.org> wrote:

> From: brother.gabriel <brgabriel@sspx.org>
> Subject: [sharepointdiscussions] Re: Problem to upload 500mb file to portal
> To: sharepointdiscussions@yahoogroups.com
> Date: Friday, March 30, 2012, 10:45 AM
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>  
>
>
>
>
>
>
>
>
>
> I made those fixes in iis, and am able to upload a
> 600mb file now, myself, but I am in the same house as the
> server. I am waiting to see if it will work for them now.
> I set the timeout to 4 hours, which should be long enough
> for a slow connection. I'll let y'all know if it
> worked.
>
>
>
> --- In sharepointdiscussions@yahoogroups.com,
> "ajmarsingh" <ajmarsingh@...> wrote:
>
> >
>
> > There is more to it then just increasing the limit. As
> someone mentioned below, it is probably better to use
> explorer view in such situation as it uses a different
> technology called WebDav. You also need research and test
> IIS settings as the timeout set in IIS will overwrite the
> timeout set in SharePoint. Also check web.config as you
> could have an entry in there for timeout.
>
> >
>
> > --- In sharepointdiscussions@yahoogroups.com,
> "brother.gabriel" <brgabriel@> wrote:
>
> > >
>
> > > Salvete! I have a document library where I need
> certain users to be able to upload 500mb files. I have the
> space in SQL, and in Sharepoint, I have increased the
> maximum limit to 1500mb.
>
> > >
>
> > > However, they don't seem to be able to upload
> their large files. Their browser spins (firefox) and after
> hours does not do anything.
>
> > >
>
> > > Is there something I can do? I have read this
> post:
>
> > > http://blah.winsmarts.com/2010-3-Large_File_Upload_in_SharePoint_2010.aspx
>
> > >
>
> > > I am hoping not to have to pay for a solution. Is
> Davcopy a good solution?
>
> > >
>
> > > Thank you for your attention.
>
> > >
>
> >
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>

1j.

Re: Problem to upload 500mb file to portal

Posted by: "Paul Stork" pstork@att.net   pstorkoh

Fri Mar 30, 2012 8:06 am (PDT)



Its normally not a setting that is the problem. Usually its either a
permissions issue or that your client isn't setup to allow it.

1. You need both the "Use Remote Interfaces" & "Use Client Integration
Features" pemissions. Make sure you are have a permission level that grants
those two.

2. If you are on Windows server make sure that the "Desktop
Experience" feature is enabled.

Paul Papanek Stork

Chief Architect . ShareSquared, Inc. . <http://www.sharesquared.com/>
http://www.ShareSquared.com

The SharePoint Solution Experts!

<https://mvp.support.microsoft.com/profile=6D05CC8D-32ED-4626-A29E-142DC7A68
0E0> SharePoint MVP, MBA, MCT, MCSE+I, MCSA, MCSD, MCDBA, MCITP, MCPD

<mailto:Paul.Stork@ShareSquared.com> Paul.Stork@ShareSquared.com .
800.445.1279 x404

blog: <http://dontpapanic.com/blog> http://dontpapanic.com/blog . twitter:
<http://twitter.com/pstork> @pstork

The information contained in this e-mail message may be privileged,
confidential, and protected from disclosure. If you are not the intended
recipient, any further disclosure or use, dissemination, distribution, or
copying of this message or any attachment is strictly prohibited. If you
think that you have received this e-mail message in error, please delete it
and notify the sender.

From: sharepointdiscussions@yahoogroups.com
[mailto:sharepointdiscussions@yahoogroups.com] On Behalf Of brother.gabriel
Sent: Friday, March 30, 2012 10:44 AM
To: sharepointdiscussions@yahoogroups.com
Subject: [sharepointdiscussions] Re: Problem to upload 500mb file to portal

Okay, in the library tab, I do see the "open with explorer", but it is
disabled. I am admin. I suppose there is a setting somewhere to enable it...
(I know, I can google for that)

--- In sharepointdiscussions@yahoogroups.com
<mailto:sharepointdiscussions%40yahoogroups.com> , Michelle Sobers
<michelle.sobers@...> wrote:
>
> you need to click on the library option in the library tools and if you
> have the correct permissions it will be active.
>
>
> [Non-text portions of this message have been removed]
>

[Non-text portions of this message have been removed]

1k.

Re: Problem to upload 500mb file to portal

Posted by: "Lal" lal@bahwanit.com   lal_mohan

Fri Mar 30, 2012 8:33 am (PDT)



Hi,

The quota limit set for a web application cannot be changed simultaneously from CA once provisioned. You need to run this for each and every sub-sites individually. It is a tedious task, especially for MySites, depending on no. of users you have.

Better option is to run SharPoint script as below, after configuring a new quota template.

Set-SPSite -Identity "<Site>" -QuotaTemplate "<Template>"

Hope this helps!

LM

--- In sharepointdiscussions@yahoogroups.com, Mark Todd <sandpiper_sj@...> wrote:
>
> Try using Explorer view.  It's not uncommon for the browser to hang with large files like that.
>
>
> [Non-text portions of this message have been removed]
>

1l.

Re: Problem to upload 500mb file to portal

Posted by: "Paul Stork" pstork@att.net   pstorkoh

Fri Mar 30, 2012 9:01 am (PDT)



The quota limit of the site collection deals with how much can be stored in
the site collection, not how big a file can be uploaded.

Paul Papanek Stork

Chief Architect . ShareSquared, Inc. . <http://www.sharesquared.com/>
http://www.ShareSquared.com

The SharePoint Solution Experts!

<https://mvp.support.microsoft.com/profile=6D05CC8D-32ED-4626-A29E-142DC7A68
0E0> SharePoint MVP, MBA, MCT, MCSE+I, MCSA, MCSD, MCDBA, MCITP, MCPD

<mailto:Paul.Stork@ShareSquared.com> Paul.Stork@ShareSquared.com .
800.445.1279 x404

blog: <http://dontpapanic.com/blog> http://dontpapanic.com/blog . twitter:
<http://twitter.com/pstork> @pstork

The information contained in this e-mail message may be privileged,
confidential, and protected from disclosure. If you are not the intended
recipient, any further disclosure or use, dissemination, distribution, or
copying of this message or any attachment is strictly prohibited. If you
think that you have received this e-mail message in error, please delete it
and notify the sender.

From: sharepointdiscussions@yahoogroups.com
[mailto:sharepointdiscussions@yahoogroups.com] On Behalf Of Lal
Sent: Friday, March 30, 2012 11:13 AM
To: sharepointdiscussions@yahoogroups.com
Subject: [sharepointdiscussions] Re: Problem to upload 500mb file to portal

Hi,

The quota limit set for a web application cannot be changed simultaneously
from CA once provisioned. You need to run this for each and every sub-sites
individually. It is a tedious task, especially for MySites, depending on no.
of users you have.

Better option is to run SharPoint script as below, after configuring a new
quota template.

Set-SPSite -Identity "<Site>" -QuotaTemplate "<Template>"

Hope this helps!

LM

--- In sharepointdiscussions@yahoogroups.com
<mailto:sharepointdiscussions%40yahoogroups.com> , Mark Todd
<sandpiper_sj@...> wrote:
>
> Try using Explorer view. It's not uncommon for the browser to hang with
large files like that.
>
>
> [Non-text portions of this message have been removed]
>

[Non-text portions of this message have been removed]

1m.

Re: Problem to upload 500mb file to portal

Posted by: "brother.gabriel" brgabriel@sspx.org   brother.gabriel

Fri Mar 30, 2012 9:33 am (PDT)



I found those iis changes at this page:

http://forums.iis.net/p/1179189/1986099.aspx

Here is the text:

Highlight your website, then open the "Advanced Settings..." link in the right-most panel. Set "ConnectionTime-out (seconds)" to a much bigger number. For example: "3600", which is an hour. Close "Advanced Settings...".
While still highlighting your website, click on the "ASP" tab, then expand "Limits Properties" and set "Maximum Requesting Entity Body Limit" to 1073741824.
Finally, open a command window as an administrator and run the command "c:\windows\system32\inetsrv\appcmd set config -section:requestFiltering -requestLimits.maxAllowedContentLength:100000000". This tells IIS the largest amount you may upload, in this case, it's 100MB. You may set your number accordingly.

--- In sharepointdiscussions@yahoogroups.com, Parthasarathi Yerra <ysarathi@...> wrote:
>
> Hi,
>
> Can you pelase consolidate the IIS changes that you have made, so that it will be helpful for the gorup members in future.
>
> -Sarathi
> --- On Fri, 3/30/12, brother.gabriel <brgabriel@...> wrote:
>
> > From: brother.gabriel <brgabriel@...>
> > Subject: [sharepointdiscussions] Re: Problem to upload 500mb file to portal
> > To: sharepointdiscussions@yahoogroups.com
> > Date: Friday, March 30, 2012, 10:45 AM
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >  
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > I made those fixes in iis, and am able to upload a
> > 600mb file now, myself, but I am in the same house as the
> > server. I am waiting to see if it will work for them now.
> > I set the timeout to 4 hours, which should be long enough
> > for a slow connection. I'll let y'all know if it
> > worked.
> >
> >
> >
> > --- In sharepointdiscussions@yahoogroups.com,
> > "ajmarsingh" <ajmarsingh@> wrote:
> >
> > >
> >
> > > There is more to it then just increasing the limit. As
> > someone mentioned below, it is probably better to use
> > explorer view in such situation as it uses a different
> > technology called WebDav. You also need research and test
> > IIS settings as the timeout set in IIS will overwrite the
> > timeout set in SharePoint. Also check web.config as you
> > could have an entry in there for timeout.
> >
> > >
> >
> > > --- In sharepointdiscussions@yahoogroups.com,
> > "brother.gabriel" <brgabriel@> wrote:
> >
> > > >
> >
> > > > Salvete! I have a document library where I need
> > certain users to be able to upload 500mb files. I have the
> > space in SQL, and in Sharepoint, I have increased the
> > maximum limit to 1500mb.
> >
> > > >
> >
> > > > However, they don't seem to be able to upload
> > their large files. Their browser spins (firefox) and after
> > hours does not do anything.
> >
> > > >
> >
> > > > Is there something I can do? I have read this
> > post:
> >
> > > > http://blah.winsmarts.com/2010-3-Large_File_Upload_in_SharePoint_2010.aspx
> >
> > > >
> >
> > > > I am hoping not to have to pay for a solution. Is
> > Davcopy a good solution?
> >
> > > >
> >
> > > > Thank you for your attention.
> >
> > > >
> >
> > >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
>

1n.

Re: Problem to upload 500mb file to portal

Posted by: "brother.gabriel" brgabriel@sspx.org   brother.gabriel

Fri Mar 30, 2012 9:39 am (PDT)



Okay, for permissions, that can't be a problem. I am using the farm admin account, and I the option is disabled even for me.

As for those features, I don't see them in either the features list of SCA nor in the features list of the site. Where do I find a place to set permissions for those? But I am farm admin, there should be no permissions limitations on this account. If there is, then there is no other account who could give them to me!

--- In sharepointdiscussions@yahoogroups.com, "Paul Stork" <pstork@...> wrote:
>
> Its normally not a setting that is the problem. Usually its either a
> permissions issue or that your client isn't setup to allow it.
>
>
>
> 1. You need both the "Use Remote Interfaces" & "Use Client Integration
> Features" pemissions. Make sure you are have a permission level that grants
> those two.
>
> 2. If you are on Windows server make sure that the "Desktop
> Experience" feature is enabled.
>
>
>
> Paul Papanek Stork
>
> Chief Architect . ShareSquared, Inc. . <http://www.sharesquared.com/>
> http://www.ShareSquared.com
>
> The SharePoint Solution Experts!
>
>
> <https://mvp.support.microsoft.com/profile=6D05CC8D-32ED-4626-A29E-142DC7A68
> 0E0> SharePoint MVP, MBA, MCT, MCSE+I, MCSA, MCSD, MCDBA, MCITP, MCPD
>
> <mailto:Paul.Stork@...> Paul.Stork@... .
> 800.445.1279 x404
>
> blog: <http://dontpapanic.com/blog> http://dontpapanic.com/blog . twitter:
> <http://twitter.com/pstork> @pstork
>
>
>
> The information contained in this e-mail message may be privileged,
> confidential, and protected from disclosure. If you are not the intended
> recipient, any further disclosure or use, dissemination, distribution, or
> copying of this message or any attachment is strictly prohibited. If you
> think that you have received this e-mail message in error, please delete it
> and notify the sender.
>
>
>
> From: sharepointdiscussions@yahoogroups.com
> [mailto:sharepointdiscussions@yahoogroups.com] On Behalf Of brother.gabriel
> Sent: Friday, March 30, 2012 10:44 AM
> To: sharepointdiscussions@yahoogroups.com
> Subject: [sharepointdiscussions] Re: Problem to upload 500mb file to portal
>
>
>
>
>
> Okay, in the library tab, I do see the "open with explorer", but it is
> disabled. I am admin. I suppose there is a setting somewhere to enable it...
> (I know, I can google for that)
>
> --- In sharepointdiscussions@yahoogroups.com
> <mailto:sharepointdiscussions%40yahoogroups.com> , Michelle Sobers
> <michelle.sobers@> wrote:
> >
> > you need to click on the library option in the library tools and if you
> > have the correct permissions it will be active.
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>
>
>
> [Non-text portions of this message have been removed]
>

1o.

Re: Problem to upload 500mb file to portal

Posted by: "Paul Stork" pstork@att.net   pstorkoh

Fri Mar 30, 2012 9:43 am (PDT)



It's a feature of the OS not SharePoint. Are you working on the sharepointmserver or a client workstation?

Paul Stork, MVP
Sent from my iPad

On Mar 30, 2012, at 12:39 PM, "brother.gabriel" <brgabriel@sspx.org> wrote:

> Okay, for permissions, that can't be a problem. I am using the farm admin account, and I the option is disabled even for me.
>
> As for those features, I don't see them in either the features list of SCA nor in the features list of the site. Where do I find a place to set permissions for those? But I am farm admin, there should be no permissions limitations on this account. If there is, then there is no other account who could give them to me!
>
> --- In sharepointdiscussions@yahoogroups.com, "Paul Stork" <pstork@...> wrote:
> >
> > Its normally not a setting that is the problem. Usually its either a
> > permissions issue or that your client isn't setup to allow it.
> >
> >
> >
> > 1. You need both the "Use Remote Interfaces" & "Use Client Integration
> > Features" pemissions. Make sure you are have a permission level that grants
> > those two.
> >
> > 2. If you are on Windows server make sure that the "Desktop
> > Experience" feature is enabled.
> >
> >
> >
> > Paul Papanek Stork
> >
> > Chief Architect . ShareSquared, Inc. . <http://www.sharesquared.com/>
> > http://www.ShareSquared.com
> >
> > The SharePoint Solution Experts!
> >
> >
> > <https://mvp.support.microsoft.com/profile=6D05CC8D-32ED-4626-A29E-142DC7A68
> > 0E0> SharePoint MVP, MBA, MCT, MCSE+I, MCSA, MCSD, MCDBA, MCITP, MCPD
> >
> > <mailto:Paul.Stork@...> Paul.Stork@... .
> > 800.445.1279 x404
> >
> > blog: <http://dontpapanic.com/blog> http://dontpapanic.com/blog . twitter:
> > <http://twitter.com/pstork> @pstork
> >
> >
> >
> > The information contained in this e-mail message may be privileged,
> > confidential, and protected from disclosure. If you are not the intended
> > recipient, any further disclosure or use, dissemination, distribution, or
> > copying of this message or any attachment is strictly prohibited. If you
> > think that you have received this e-mail message in error, please delete it
> > and notify the sender.
> >
> >
> >
> > From: sharepointdiscussions@yahoogroups.com
> > [mailto:sharepointdiscussions@yahoogroups.com] On Behalf Of brother.gabriel
> > Sent: Friday, March 30, 2012 10:44 AM
> > To: sharepointdiscussions@yahoogroups.com
> > Subject: [sharepointdiscussions] Re: Problem to upload 500mb file to portal
> >
> >
> >
> >
> >
> > Okay, in the library tab, I do see the "open with explorer", but it is
> > disabled. I am admin. I suppose there is a setting somewhere to enable it...
> > (I know, I can google for that)
> >
> > --- In sharepointdiscussions@yahoogroups.com
> > <mailto:sharepointdiscussions%40yahoogroups.com> , Michelle Sobers
> > <michelle.sobers@> wrote:
> > >
> > > you need to click on the library option in the library tools and if you
> > > have the correct permissions it will be active.
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> >
> >
> >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
>

[Non-text portions of this message have been removed]

1p.

Re: Problem to upload 500mb file to portal

Posted by: "Parthasarathi Yerra" ysarathi@yahoo.com   ysarathi

Fri Mar 30, 2012 9:44 am (PDT)



Thank you.

-Sarathi

--- On Fri, 3/30/12, brother.gabriel <brgabriel@sspx.org> wrote:

> From: brother.gabriel <brgabriel@sspx.org>
> Subject: [sharepointdiscussions] Re: Problem to upload 500mb file to portal
> To: sharepointdiscussions@yahoogroups.com
> Date: Friday, March 30, 2012, 12:33 PM
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>  
>
>
>
>
>
>
>
>
>
> I found those iis changes at this page:
>
>
>
> http://forums.iis.net/p/1179189/1986099.aspx
>
>
>
> Here is the text:
>
>
>
> Highlight your website, then open the "Advanced
> Settings..." link in the right-most panel. Set
> "ConnectionTime-out (seconds)" to a much bigger
> number. For example: "3600", which is an hour.
> Close "Advanced Settings...".
>
> While still highlighting your website, click on the
> "ASP" tab, then expand "Limits
> Properties" and set "Maximum Requesting Entity
> Body Limit" to 1073741824.
>
> Finally, open a command window as an administrator and
> run the command
> "c:\windows\system32\inetsrv\appcmd set
> config -section:requestFiltering
> -requestLimits.maxAllowedContentLength:100000000". This
> tells IIS the largest amount you may upload, in this case,
> it's 100MB. You may set your number accordingly.
>
>
>
> --- In sharepointdiscussions@yahoogroups.com,
> Parthasarathi Yerra <ysarathi@...> wrote:
>
> >
>
> > Hi,
>
> >
>
> > Can you pelase consolidate the IIS changes that you
> have made, so that it will be helpful for the gorup members
> in future.
>
> >
>
> > -Sarathi
>
> > --- On Fri, 3/30/12, brother.gabriel
> <brgabriel@...> wrote:
>
> >
>
> > > From: brother.gabriel <brgabriel@...>
>
> > > Subject: [sharepointdiscussions] Re: Problem to
> upload 500mb file to portal
>
> > > To: sharepointdiscussions@yahoogroups.com
>
> > > Date: Friday, March 30, 2012, 10:45 AM
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >  
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > > I made those fixes in iis, and am able to
> upload a
>
> > > 600mb file now, myself, but I am in the same house
> as the
>
> > > server. I am waiting to see if it will work for
> them now.
>
> > > I set the timeout to 4 hours, which should be long
> enough
>
> > > for a slow connection. I'll let y'all
> know if it
>
> > > worked.
>
> > >
>
> > >
>
> > >
>
> > > --- In sharepointdiscussions@yahoogroups.com,
>
> > > "ajmarsingh" <ajmarsingh@> wrote:
>
> > >
>
> > > >
>
> > >
>
> > > > There is more to it then just increasing the
> limit. As
>
> > > someone mentioned below, it is probably better to
> use
>
> > > explorer view in such situation as it uses a
> different
>
> > > technology called WebDav. You also need research
> and test
>
> > > IIS settings as the timeout set in IIS will
> overwrite the
>
> > > timeout set in SharePoint. Also check web.config
> as you
>
> > > could have an entry in there for timeout.
>
> > >
>
> > > >
>
> > >
>
> > > > --- In sharepointdiscussions@yahoogroups.com,
>
> > > "brother.gabriel" <brgabriel@>
> wrote:
>
> > >
>
> > > > >
>
> > >
>
> > > > > Salvete! I have a document library
> where I need
>
> > > certain users to be able to upload 500mb files. I
> have the
>
> > > space in SQL, and in Sharepoint, I have increased
> the
>
> > > maximum limit to 1500mb.
>
> > >
>
> > > > >
>
> > >
>
> > > > > However, they don't seem to be able
> to upload
>
> > > their large files. Their browser spins (firefox)
> and after
>
> > > hours does not do anything.
>
> > >
>
> > > > >
>
> > >
>
> > > > > Is there something I can do? I have
> read this
>
> > > post:
>
> > >
>
> > > > > http://blah.winsmarts.com/2010-3-Large_File_Upload_in_SharePoint_2010.aspx
>
> > >
>
> > > > >
>
> > >
>
> > > > > I am hoping not to have to pay for a
> solution. Is
>
> > > Davcopy a good solution?
>
> > >
>
> > > > >
>
> > >
>
> > > > > Thank you for your attention.
>
> > >
>
> > > > >
>
> > >
>
> > > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> >
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>

1q.

Re: Problem to upload 500mb file to portal

Posted by: "brother.gabriel" brgabriel@sspx.org   brother.gabriel

Fri Mar 30, 2012 9:49 am (PDT)



Doh! I was using firefox... Okay, it works in IE. Sorry for the noise! What an idiot!

--- In sharepointdiscussions@yahoogroups.com, Paul Stork <pstork@...> wrote:
>
> It's a feature of the OS not SharePoint. Are you working on the sharepointmserver or a client workstation?
>
> Paul Stork, MVP
> Sent from my iPad
>
>
> On Mar 30, 2012, at 12:39 PM, "brother.gabriel" <brgabriel@...> wrote:
>
> > Okay, for permissions, that can't be a problem. I am using the farm admin account, and I the option is disabled even for me.
> >
> > As for those features, I don't see them in either the features list of SCA nor in the features list of the site. Where do I find a place to set permissions for those? But I am farm admin, there should be no permissions limitations on this account. If there is, then there is no other account who could give them to me!
> >
> > --- In sharepointdiscussions@yahoogroups.com, "Paul Stork" <pstork@> wrote:
> > >
> > > Its normally not a setting that is the problem. Usually its either a
> > > permissions issue or that your client isn't setup to allow it.
> > >
> > >
> > >
> > > 1. You need both the "Use Remote Interfaces" & "Use Client Integration
> > > Features" pemissions. Make sure you are have a permission level that grants
> > > those two.
> > >
> > > 2. If you are on Windows server make sure that the "Desktop
> > > Experience" feature is enabled.
> > >
> > >
> > >
> > > Paul Papanek Stork
> > >
> > > Chief Architect . ShareSquared, Inc. . <http://www.sharesquared.com/>
> > > http://www.ShareSquared.com
> > >
> > > The SharePoint Solution Experts!
> > >
> > >
> > > <https://mvp.support.microsoft.com/profile=6D05CC8D-32ED-4626-A29E-142DC7A68
> > > 0E0> SharePoint MVP, MBA, MCT, MCSE+I, MCSA, MCSD, MCDBA, MCITP, MCPD
> > >
> > > <mailto:Paul.Stork@> Paul.Stork@ .
> > > 800.445.1279 x404
> > >
> > > blog: <http://dontpapanic.com/blog> http://dontpapanic.com/blog . twitter:
> > > <http://twitter.com/pstork> @pstork
> > >
> > >
> > >
> > > The information contained in this e-mail message may be privileged,
> > > confidential, and protected from disclosure. If you are not the intended
> > > recipient, any further disclosure or use, dissemination, distribution, or
> > > copying of this message or any attachment is strictly prohibited. If you
> > > think that you have received this e-mail message in error, please delete it
> > > and notify the sender.
> > >
> > >
> > >
> > > From: sharepointdiscussions@yahoogroups.com
> > > [mailto:sharepointdiscussions@yahoogroups.com] On Behalf Of brother.gabriel
> > > Sent: Friday, March 30, 2012 10:44 AM
> > > To: sharepointdiscussions@yahoogroups.com
> > > Subject: [sharepointdiscussions] Re: Problem to upload 500mb file to portal
> > >
> > >
> > >
> > >
> > >
> > > Okay, in the library tab, I do see the "open with explorer", but it is
> > > disabled. I am admin. I suppose there is a setting somewhere to enable it...
> > > (I know, I can google for that)
> > >
> > > --- In sharepointdiscussions@yahoogroups.com
> > > <mailto:sharepointdiscussions%40yahoogroups.com> , Michelle Sobers
> > > <michelle.sobers@> wrote:
> > > >
> > > > you need to click on the library option in the library tools and if you
> > > > have the correct permissions it will be active.
> > > >
> > > >
> > > > [Non-text portions of this message have been removed]
> > > >
> > >
> > >
> > >
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> >
> >
>
>
> [Non-text portions of this message have been removed]
>

1r.

Re: Problem to upload 500mb file to portal

Posted by: "brother.gabriel" brgabriel@sspx.org   brother.gabriel

Fri Mar 30, 2012 9:57 am (PDT)



Thanks, folks, for all of your advices! I still have to see if it works for my client now. I'll let you know what happens.

--- In sharepointdiscussions@yahoogroups.com, "brother.gabriel" <brgabriel@...> wrote:
>
> Doh! I was using firefox... Okay, it works in IE. Sorry for the noise! What an idiot!
>
> --- In sharepointdiscussions@yahoogroups.com, Paul Stork <pstork@> wrote:
> >
> > It's a feature of the OS not SharePoint. Are you working on the sharepointmserver or a client workstation?
> >
> > Paul Stork, MVP
> > Sent from my iPad
> >
> >
> > On Mar 30, 2012, at 12:39 PM, "brother.gabriel" <brgabriel@> wrote:
> >
> > > Okay, for permissions, that can't be a problem. I am using the farm admin account, and I the option is disabled even for me.
> > >
> > > As for those features, I don't see them in either the features list of SCA nor in the features list of the site. Where do I find a place to set permissions for those? But I am farm admin, there should be no permissions limitations on this account. If there is, then there is no other account who could give them to me!
> > >
> > > --- In sharepointdiscussions@yahoogroups.com, "Paul Stork" <pstork@> wrote:
> > > >
> > > > Its normally not a setting that is the problem. Usually its either a
> > > > permissions issue or that your client isn't setup to allow it.
> > > >
> > > >
> > > >
> > > > 1. You need both the "Use Remote Interfaces" & "Use Client Integration
> > > > Features" pemissions. Make sure you are have a permission level that grants
> > > > those two.
> > > >
> > > > 2. If you are on Windows server make sure that the "Desktop
> > > > Experience" feature is enabled.
> > > >
> > > >
> > > >
> > > > Paul Papanek Stork
> > > >
> > > > Chief Architect . ShareSquared, Inc. . <http://www.sharesquared.com/>
> > > > http://www.ShareSquared.com
> > > >
> > > > The SharePoint Solution Experts!
> > > >
> > > >
> > > > <https://mvp.support.microsoft.com/profile=6D05CC8D-32ED-4626-A29E-142DC7A68
> > > > 0E0> SharePoint MVP, MBA, MCT, MCSE+I, MCSA, MCSD, MCDBA, MCITP, MCPD
> > > >
> > > > <mailto:Paul.Stork@> Paul.Stork@ .
> > > > 800.445.1279 x404
> > > >
> > > > blog: <http://dontpapanic.com/blog> http://dontpapanic.com/blog . twitter:
> > > > <http://twitter.com/pstork> @pstork
> > > >
> > > >
> > > >
> > > > The information contained in this e-mail message may be privileged,
> > > > confidential, and protected from disclosure. If you are not the intended
> > > > recipient, any further disclosure or use, dissemination, distribution, or
> > > > copying of this message or any attachment is strictly prohibited. If you
> > > > think that you have received this e-mail message in error, please delete it
> > > > and notify the sender.
> > > >
> > > >
> > > >
> > > > From: sharepointdiscussions@yahoogroups.com
> > > > [mailto:sharepointdiscussions@yahoogroups.com] On Behalf Of brother.gabriel
> > > > Sent: Friday, March 30, 2012 10:44 AM
> > > > To: sharepointdiscussions@yahoogroups.com
> > > > Subject: [sharepointdiscussions] Re: Problem to upload 500mb file to portal
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > Okay, in the library tab, I do see the "open with explorer", but it is
> > > > disabled. I am admin. I suppose there is a setting somewhere to enable it...
> > > > (I know, I can google for that)
> > > >
> > > > --- In sharepointdiscussions@yahoogroups.com
> > > > <mailto:sharepointdiscussions%40yahoogroups.com> , Michelle Sobers
> > > > <michelle.sobers@> wrote:
> > > > >
> > > > > you need to click on the library option in the library tools and if you
> > > > > have the correct permissions it will be active.
> > > > >
> > > > >
> > > > > [Non-text portions of this message have been removed]
> > > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > [Non-text portions of this message have been removed]
> > > >
> > >
> > >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>

Recent Activity
Visit Your Group
Yahoo! Groups

Small Business Group

Ask questions,

share experiences

Search Ads

Get new customers.

List your web site

in Yahoo! Search.

Yahoo! Groups

Mental Health Zone

Schizophrenia groups

Find support

Need to Reply?

Click one of the "Reply" links to respond to a specific message in the Daily Digest.

Create New Topic | Visit Your Group on the Web

[Indo-Job] [Job] Web Developer / Programmer And Junior System Engineer - PT SOLUSINDO BINTANG PRATAMA [ ISP ]

 

Web Developer / Programmer

Requirements:
· Male/Female, 23 – 30 years old
· Ability to work in dynamic and high pressure environment
· Well organized, high initiatives, fast learner, hard-working, good discipline, and Teamwork minded
· Good communication and interpersonal relationship skill
· Proven ability to write and speak in English

Special skill requirement:
· Having knowledge W3C standard & website technology update
· High experienced with XHTML, CSS, JavaScript, MYSQL, PHP and Perl
· Have strong knowledge on database design and development
· Comprehensive understanding on OOP concept
· Self-motivated and willing to work in startup environment.
· Have experience with various server OS (Windows, Linux, FreeBSD)
· Familiar with open source solution

Junior System Engineer
Requirements:
· Male/Female, 23 – 30 years old
· Ability to work in dynamic and high pressure environment
· Well organized, high initiatives, fast learner, hard-working, good discipline, and Teamwork minded
· Good communication and interpersonal relationship skill
· Proven ability to write and speak in English

Special Skills Requirement:
· High experienced with various server OS (Windows 2003, 2008, Linux, BSD)
· High awareness of Network, Platform, and Application security
· High experienced in Open Source application services (OpenLDAP, Apache, PHP, MySQL, PosgreSQL and other application platforms)
· Good knowldege of MS-SQL, Active Directory, Domain Controller
· Great knowledge of network equipment solutions and peripherals
· Good knowledge of PHP/Perl for system programming and coding standards
· In depth experience with protocols and internet application (HTTP, DNS, SMTP, FTP, POP, IMAP etc)
· Good knowledge of various mail system (Qmail, Postfix, Exim, Zimbra)

Additional Skills considered advantage:
Experienced in Server and storage solutions (HP and IBM prefered)
Experienced in Distro customizations
Experienced in Virtualization (VMware vSphere and Microsoft Hyper-V)
Good monitoring and reporting skills
Good troubleshooting skills
Good documentation skills

Send CV to : alvath@sbp.net.id and yudi@sbp.net.id

__._,_.___
Recent Activity:
Bergabunglah dengan milis lainnya:


Manajemen-Industri-subscribe@yahoogroups.com  ==> Manajemen Industri

Free-English-Course-subscribe@yahoogroups.com ==> Kursus Bahasa Inggris

PONSEL-INDONESIA-subscribe@yahoogroups.com ==> Telpon selular

HRD-POWER-subscribe@yahoogroups.com ==> Milis HRD

Indo-Job-subscribe@yahoogroups.com ==> Lowongan kerja luar negeri dan
beasiswa

Bisnis-Karir-subscribe@yahoogroups.com ==> Pembinaan bisnis dan karir

Komputer dan Teknologi:

http://tech.groups.yahoo.com/group/KOMPUTER-TEKNOLOGI/

Manajemen produksi/operasi/supply chain/logistik:

http://finance.groups.yahoo.com/group/APICS-ID/
.

__,_._,___

[lowongan-kerja-online] IPL 2012 Schedule

 
__._,_.___
Recent Activity:
.

__,_._,___

[vacancy] Secretary Coal Mining Samarinda

 

Kami adalah Perusahaan Pertambangan batubara yang telah berkembang di Kalimantan Timur, 

dan saat ini membutuhkan beberapa tenaga ahli yang berprestasi tinggi dan termotivasi,

silahkan Anda datang dan bergabung dengan kami untuk menjadi:

Secretary (SECT)

Persyaratan:
• Perempuan
• Berusia Max. 27 tahun
• Pendidikan terakhir min S1/D3 semua jurusan
• Mampu berbahasa Inggris
• Pengalaman 1 tahun atau fresh graduate dipersilahkan
• Disiplin, Jujur, Teratur dan ulet
• Penampilan Menarik
• Menguasi MS.Office & Internet

Silakan kirim lamaran dengan subject sesuai jabatan yang dilamar

lengkap dan foto terbaru ke rekruitmen.mapp@gmail.com

__._,_.___
Recent Activity:
____
40000+ members and counting.
No Spam. No Ads. No Bull. Just plain job posts.
Join us, send a blank e-mail to: vacancy-subscribe@yahoogroups.com
For jobs in India, send e-mail to: vacancy-india-subscribe@yahoogroups.com

===================
.

__,_._,___

[lowongan-kerja-online] JUAL RUMAH CLAUSTER SAMBA RESIDEN PAMULANG DP BISA DIATUR / DP BISA GRATIS.

 

CLAUSTER SAMBA RESIDEN RENY PAMULANG

Rumah cantik Minimalis & Strategis

LOKASI STRATEGIS DEKET
KAMPUS UNPAM PAMULANG

KPR SYARIAH
TERSEDIA 15 KAVLING :
SISA KAVLING 8
30 /70 HARGA CASH Rp.170.975.192 KPR Rp.175.975.192 Dp.20% Rp.35.195.038

JANGKA WAKTU CICILAN : MULAI DARI 5 THN - 15 TAHUN

KANTOR PEMASARAN :HUB LIANA
JL.MARGONDA RAYA
TELPON : 021-98324855 / 0857 1823 3139 /0813 8944 4317
PIN BB : 22E2E389

__._,_.___
Recent Activity:
.

__,_._,___

Bls: [beasiswa] [butuh info] Beasiswa BU Kemendiknas

 

Dear Dewi,
maaf sblumnya, krna sy bukan orng yg tepat tuk mnjwab ini krna sy juga msih berencana dftar beasiswa BU Kemdiknas. Tpi ada beberapa prtanyaan yg jwabannya brsal dri pengalaman teman sy dn yg sya ketahui...

1. sy pnya teman dpat BU DIKTI di ITB. beasiswanya lama bru keluar. nmun pembayaran SPPnya ditangguhkan krna sdah ada keterangan mendapatkan beasiswa BU.jdi G ada mslah klo beasiswa telat kluar. sthu sy, tuk ITB dn UGM, saat pndftran msuk ad surat pernyataan sanggup membiayai kuliah, klo yg daftar beasiswa sprti BU Ga prlu mngisi itu.hanya mlmpirkan berkas pendaftaran beasiswa BU saat mndftar di ITB/UGM.

2. coba cek lgi email di milist ini sblumnya, prnah ada email dri mas Dhafi Iskandar ttg dokumen lngkap BU Kemdiknas slah satunya contoh proposal. Beliau salah satu yg dpat BU Kemdiknas tahun 2012. Yg dimaksud potensi daerah disitu adalah pengembangan potensi Institusi/Universitas tmpat mengabdi nnti..klo G slah ada catatan kaki di Formulir BU ttg ini.

3. Slah stu syarat BU yg pling penting adalah LoA (letter of acceptance), jdi klo G dpat BU, qt ttap diterima di PT/PTS yg dituju, dn tntunya byar kuliah pke dana sndiri.

4. sthu sya, hasil ITP TOEFL dri pusat bahasa/lembaga tes resmi lain bisa dipake. Ga perlu hrus dari sana...Teman sy yg di ITB kmrin pake ITP TOEFL yg tesnya di Pusat Bahasa Universitas Mataram..


semoga bisa membantu...



Dari: dewieves <sride_aas@yahoo.co.id>
Kepada: beasiswa@yahoogroups.com
Dikirim: Kamis, 29 Maret 2012 19:53
Judul: [beasiswa] [butuh info] Beasiswa BU Kemendiknas

 
dear para pejuang beasiswa..

Saya Dewi, lulusan jurusan matematika tahun 2011. Tahun ini saya rencana mau memburu beasiswa unggulan kemendiknas di ITB atau UGM. Ada beberapa hal yang ingin saya tanyakan, Mohon penecerahannya dari para milister terutama yang pernah mendapatkan beasiswa ini

1. Apakah beasiswa ini bisa membayarkan uang masuk kuliah tepat waktu atau tidak? Takutnya uang masuk saat diterima harus kita tanggung dulu jadi harus disiapkan.

2. Apakah ada diantara milister yang punya contoh pengajuan proposal BU dan saya masih pusing dengan PENGEMBANGAN POTENSI DAERAH yang dimaksud di formulir BU.Mohon pencerahannya

3. Apakah bisa kita diterima di kampus yang kita tuju sedangkan BU ini tidak lulus dengan kata lain beasiswa BU kita tidak diterima tapi di kampus yang kita tuju, kita diterima masuk. Atau kedua hal ini terkait??

4. Test TOEFL yang diterima di ITB atau UGM apakah harus dari institusi tertentu seperti universitas atau Sekolah tinggi? apa tidak bisa di lembaga atau pusat bahasa yang tidak tercantum di website ITB atau UGM asal itu ITP??

Terimakasih atas pencerahannya..
Salam hormat
Dewi



__._,_.___
Recent Activity:
INFO, TIPS BEASISWA, FAQ - ADS:
http://id-scholarships.blogspot.com/

===============================

INFO LOWONGAN DI BIDANG MIGAS:
http://www.lowongan-kerja.info/lowongan/oil-jobs/

===============================

INGIN KELUAR DARI MILIS BEASISWA?
Kirim email kosong ke beasiswa-unsubscribe@yahoogroups.com
.

__,_._,___

#FrenBC @ saya punya lahan cocok utk usaha,ruko,pom bensin, town house dll

 

mau cari lahan strategis utk dibuat ruko atau usaha, saya jual tanah dicirendeu pinggir jln raya! cuma 7,5 M nego! luas tanah 2000 m2 ada bangunannya 600 m2.

gak nyesel deh!
minat hub: 087775487675
pin bb; 27668CDE


salam,
didit maulana

__._,_.___
Recent Activity:
<*> http://www.facebook.com/groups/bisniscenter || http://twitter.com/BisnisCenter

+++
:-) Do...., Real, Respect, Warm, Interact, Related, Short-Informative
:-( Don't., OneLiner, scam, MLM pyramid spam scheme, illegal-SARA
*_^ Just Friday 4 Selling or promote your Service/Product
.

__,_._,___

[vacancy] Vacancy Coal Mining Samarinda

 

Kami adalah Perusahaan Pertambangan batubara yang telah berkembang di Kalimantan Timur, 

dan saat ini membutuhkan beberapa tenaga ahli yang berprestasi tinggi dan termotivasi,

silahkan Anda datang dan bergabung dengan kami untuk menjadi:

Geologist Foreman (GEFM)
Persyaratan:
• Pria max 35 tahun
• Sarjana (S1), Jurusan Teknik Geologi dari universitas terkemuka dengan IPK minimal 2,75
• Memiliki min. 1 tahun pengalaman di eksplorasi dan industri pertambangan, fresh graduate dipersilakan
• Menguasai programe Mapinfo dan Autocad
• Memahami prosedur keselamatan (K3)


Surveyor Foreman (SVFM)
Persyaratan:
• Pria / Wanita, maks 35 tahun
• Sarjana (S1), Jurusan Teknik Geologi/Tambang dari universitas terkemuka dengan IPK minimal 2,75
• Memiliki pengalaman 1 tahun sebagai Surveyor tambang batubara.
• Familiar dengan peralatan survei & perhitungan data. (sokkia)
• Memahami prosedur keselamatan (K3).

Mine Plan Engineer Supv ( MPESP)
Persyaratan:
• Pria, maks 35 tahun
• Sarjana (S1) Jurusan Teknik Tambang dengan IPK min 2,75 dari Universitas terkemuka
• Memiliki minimal 1 tahun pengalaman di pertambangan batubara
• Memahami prosedur Keselamatan (K3)
• Menguasai Programe Minscape/Surpac/Mapinfo

Silakan kirim lamaran dengan subject sesuai jabatan yang dilamar

lengkap dan foto terbaru ke rekruitmen.mapp@gmail.com

 

__._,_.___
Recent Activity:
____
40000+ members and counting.
No Spam. No Ads. No Bull. Just plain job posts.
Join us, send a blank e-mail to: vacancy-subscribe@yahoogroups.com
For jobs in India, send e-mail to: vacancy-india-subscribe@yahoogroups.com

===================
.

__,_._,___

Re: Bls: [beasiswa] [Butuh Info] Deadline KGSP Korea

 

tetap ditulis, sesuai panduan di FAQ. Kalau saya sendiri, lihat di portal akademik jurusan. Kalau memang tidak ada ya dihitung sendiri saja dari transkrip

--- On Thu, 3/29/12, funiez_86@yahoo.com <funiez_86@yahoo.com> wrote:

From: funiez_86@yahoo.com <funiez_86@yahoo.com>
Subject: Re: Bls: [beasiswa] [Butuh Info] Deadline KGSP Korea
To: beasiswa@yahoogroups.com
Date: Thursday, March 29, 2012, 2:33 AM

 

Saya kemarin kirim pakai transcript yg legalisir,sebelumnya saya tanya dgn mahasiswa indonesia yg disana,,takut ada kesalahan saja,,
Oh iya,khan di kgsp ada keterangan nilai setiap semester,ada yg gak diisi gak?karena saya tdk diisi,kampus saya hanya berikan ipk akhir saja,,

Sent from my BlackBerry® smartphone from Sinyal Bagus XL, Nyambung Teruuusss...!

From: kusuma wardhani <amie_wardhani@yahoo.com>
Sender: beasiswa@yahoogroups.com
Date: Thu, 29 Mar 2012 05:32:47 +0800 (SGT)
To: <beasiswa@yahoogroups.com>
ReplyTo: beasiswa@yahoogroups.com
Subject: Re: Bls: [beasiswa] [Butuh Info] Deadline KGSP Korea

 

Menurutku ini karena perbedaan sistem aja. Kalo di sana, mereka terbiasa untuk meminta transkrip dan ijazah langsung dari institusi kita, CMIIW. Di situ tertulis bahwa untuk transkrip,ijazah dan surat rekomendasi akan langsung difotokopikan oleh institusi tempat kita mendaftar karena ketiganya merupakan surat bersegel.

Mneurut saya sih, untuk yang original kita ganti dengan official fotocopied alias legalisir. Saya belum nanya ke pihak univ sih. Tapi kayaknya gpp deh, bagaimana teman-teman?

Chonnam masih buka sampai tanggal 6 April bung Jo.

__._,_.___
Recent Activity:
INFO, TIPS BEASISWA, FAQ - ADS:
http://id-scholarships.blogspot.com/

===============================

INFO LOWONGAN DI BIDANG MIGAS:
http://www.lowongan-kerja.info/lowongan/oil-jobs/

===============================

INGIN KELUAR DARI MILIS BEASISWA?
Kirim email kosong ke beasiswa-unsubscribe@yahoogroups.com
.

__,_._,___

[Indo-Job] Fw: Flash Opportunity at Hotel Ibis Slipi [1 Attachment]

 
[Attachment(s) from Arzanela Arifin included below]


From: Arifin Arinanda <hrm@ibis-slipi.com>
Cc: 'Arzanela Arifin' <ara3011@yahoo.com>
Sent: Tuesday, March 27, 2012 8:10 PM
Subject: Flash Opportunity



Thank you and best regards,
ARINANDA (Mr.)
----------------------------------
Human Resources Manager
Hotel Ibis Slipi
Jl. S. Parman Kav.59
Jakarta Barat 11066 - Indonesia
Ph. : (021) 533-1560/70
Fax : (021) 532-3880
Call Center Number 007-803-011-0350 (Toll Free)
 




__._,_.___

Attachment(s) from Arzanela Arifin

1 of 1 File(s)

Recent Activity:
Bergabunglah dengan milis lainnya:


Manajemen-Industri-subscribe@yahoogroups.com  ==> Manajemen Industri

Free-English-Course-subscribe@yahoogroups.com ==> Kursus Bahasa Inggris

PONSEL-INDONESIA-subscribe@yahoogroups.com ==> Telpon selular

HRD-POWER-subscribe@yahoogroups.com ==> Milis HRD

Indo-Job-subscribe@yahoogroups.com ==> Lowongan kerja luar negeri dan
beasiswa

Bisnis-Karir-subscribe@yahoogroups.com ==> Pembinaan bisnis dan karir

Komputer dan Teknologi:

http://tech.groups.yahoo.com/group/KOMPUTER-TEKNOLOGI/

Manajemen produksi/operasi/supply chain/logistik:

http://finance.groups.yahoo.com/group/APICS-ID/
.

__,_._,___

[lowongan-kerja-online] Fw: Flash Opportunity at Hotel Ibis Slipi

 



From: Arifin Arinanda <hrm@ibis-slipi.com>
Cc: 'Arzanela Arifin' <ara3011@yahoo.com>
Sent: Tuesday, March 27, 2012 8:10 PM
Subject: Flash Opportunity


Thank
you and best regards,
ARINANDA
(Mr.)
----------------------------------
Human
Resources Manager
Hotel Ibis Slipi
Jl. S. Parman Kav.59
Jakarta Barat 11066 - Indonesia
Ph. : (021) 533-1560/70
Fax : (021) 532-3880
Call Center
Number 007-803-011-0350 (Toll Free)

[Non-text portions of this message have been removed]

__._,_.___
Recent Activity:
.

__,_._,___

[Bisnis-Karir] mohon sharing daur ulang minyak jelanta

 

Dear All,

mohon petunjuk apakah daur ulang minyak jelanta itu legal?? perlu izin dari dinas pemerintah?? takut ada penumpukan minyak di kirain mau ngapain sama polisi nantinya

anda minyak jelanta setelah daur ulang bisa di gunakan buat apa saja yach??

biosolar?? minyak makan yg baru??

thanks for sharing

__._,_.___
Recent Activity:
Bergabunglah dengan milis lainnya:


Manajemen-Industri-subscribe@yahoogroups.com  ==> Manajemen Industri

Free-English-Course-subscribe@yahoogroups.com ==> Kursus Bahasa Inggris

PONSEL-INDONESIA-subscribe@yahoogroups.com ==> Telpon selular

HRD-POWER-subscribe@yahoogroups.com ==> Milis HRD

Indo-Job-subscribe@yahoogroups.com ==> Lowongan kerja luar negeri dan
beasiswa

Komputer dan Teknologi:

http://tech.groups.yahoo.com/group/KOMPUTER-TEKNOLOGI/

Manajemen produksi/operasi/supply chain/logistik:

http://finance.groups.yahoo.com/group/APICS-ID/
.

__,_._,___

[lowongan-kerja-online] Fw: Job Vacancy @ Mercure Pontianak

 



From: Mercure Pontianak - GM <gm@mercurepontianak.com>
To: ara3011@yahoo.com
Sent: Monday, March 26, 2012 7:19 PM
Subject: Job Vacancy @ Mercure Pontianak


 
 

 
 
 
  Endrian HANANTO- General Manager

[Non-text portions of this message have been removed]

__._,_.___
Recent Activity:
.

__,_._,___

[lowongan-kerja-online] Fw: Vacancy at Aston Jayapura Hotel & Convention Center - Papua

 



From: Human Resources Aston International <humanresources@aston-international.com>
To: ara3011 <ara3011@yahoo.com>; akka3011 <akka3011@gmail.com>
Cc: CorporateHR <CorporateHR@aston-international.com>; Aloysius Susila Utaya <gm@astonjayapura.com>; hrm@astonjayapura.com
Sent: Wednesday, March 21, 2012 2:10 PM
Subject: Vacancy at Aston Jayapura Hotel & Convention Center - Papua


Career with Aston? Please follow this link: www.aston-international.com/contact_us.php

--

Best Regards,

Anggie M. Anugerah
Corporate Recruitment & Database Manager

Aston International Hotels, Resorts and Residences
Wisma Staco, 3rd floor, Suite 100
Jl. Casablanca Kav. 18
Jakarta - 12870
Indonesia

T  : +6221 831 8800
F  : +6221 831 7180
M : +62817 0222 682, +6221 2688 0683

[Non-text portions of this message have been removed]

__._,_.___
Recent Activity:
.

__,_._,___