We got "Could not find this item" error while uploading larger files (>50MB)
I have followed this post to make all the changes but no luck.
Eventually came cross this post to finally resolved my issue, http://brainlitter.com/2009/07/13/sharepointcannot-upload-documents-larger-than-30mb-on-windows-server-2008-or-sbs-2008-application-servers/
Friday, February 27, 2015
Tuesday, November 25, 2014
Can life get any worse? YES
I have faith in you! (12/15/14)
need some mojo!!! (12/8/14)
but we will survive!! (11/25/14)
Finally moved on! (1/15/15)
need some mojo!!! (12/8/14)
but we will survive!! (11/25/14)
Finally moved on! (1/15/15)
Wednesday, October 29, 2014
Xerox WorkCenter 5655 Software Reset Procedure
Recommended by a very knowledgeable Xerox technician - perform this procedure once a month
- Unplug both Ethernet and power cable for 5 full minutes
- Hold down Print green button for 5 seconds and release, wait for 10 seconds, hold down again for another 5 seconds
- Plug in the power cable and power on while leaving the Ethernet cable unplugged
- Once the printer is up 100%, go to the admin console by pressing Access A button
- Enter the credential - by default it's admin and 1111 as the password.
- Select Tools Pathway, click on More and select Software Reset
- **Important** Select "Reset Both" BUT don't hit "Confirm" button yet. Plug in the Ethernet cable now, then hit "Confirm".
- Printer now will power cycle again.
- Print some test pages and the printer should respond better
Friday, August 8, 2014
Keep getting invalid password in Visual Voicemail on LG phone
After switching to LG G2 phone, I kept getting Invalid password popup but when I open Voice Mail app, there is no option to change the password. I know my voice mail password is correct because I could retrieve the voice messages by dialing into the mailbox.
The solution:
The solution:
- On home screen, click on settings icon, and tab Application manager.
- Swipe the screen to the right and show ALL
- Swipe down till the Voice mail and tab it
- Click on "Clear data" then "Force stop"
- Go back to the Voice mail app, it should allow you to reconnect.
Tuesday, June 24, 2014
Monday, June 2, 2014
Command to Apply multiple patches on Adobe Standard 9
Adobe 9 has reached the end of support cycle and the "Check for updates" in Help menu is no longer checking.
In order to apply multiple msp patch files to bring Adobe Standard from 9.0.0 to 9.5.5 - the latest version released without installing them one by one, here is what I do.
Step 1: Download the following 17 msp files from Adobe site, and save them to a folder such as C:\Adobe9Patches folder.
9.1.x
AcroProStdUpd910_T1T2_incr.msp
AcrobatUpd911_all_incr.msp
AcrobatUpd912_all_incr.msp
AcrobatUpd913_all_incr.msp
9.2.x
AcrobatUpd920_all_incr.msp
9.3.x
AcrobatUpd930_all_incr.msp
AcrobatUpd932_all_incr.msp
AcrobatUpd933_all_incr.msp
9.4.x
AcrobatUpd940_all_incr.msp
AcrobatUpd942_all_incr.msp
AcrobatUpd945_all_incr.msp
AcrobatUpd946_all_incr.msp
9.5.x
AcrobatUpd950_all_incr.msp
AcrobatUpd951_all_incr.msp
AcrobatUpd952_all_incr.msp
AcrobatUpd953_all_incr.msp
AcrobatUpd955_all_incr.msp
Step 2: Create a install.bat file with the command below,
msiexec /p C:\Adobe9Patches\AcroProStdUpd910_T1T2_incr.msp;C:\Adobe9Patches\AcrobatUpd911_all_incr.msp;C:\Adobe9Patches\AcrobatUpd912_all_incr.msp;C:\Adobe9Patches\AcrobatUpd913_all_incr.msp;C:\Adobe9Patches\AcrobatUpd920_all_incr.msp;C:\Adobe9Patches\AcrobatUpd930_all_incr.msp;C:\Adobe9Patches\AcrobatUpd932_all_incr.msp;C:\Adobe9Patches\AcrobatUpd933_all_incr.msp;C:\Adobe9Patches\AcrobatUpd940_all_incr.msp;C:\Adobe9Patches\AcrobatUpd942_all_incr.msp;C:\Adobe9Patches\AcrobatUpd945_all_incr.msp;C:\Adobe9Patches\AcrobatUpd946_all_incr.msp;C:\Adobe9Patches\AcrobatUpd950_all_incr.msp;C:\Adobe9Patches\AcrobatUpd951_all_incr.msp;C:\Adobe9Patches\AcrobatUpd952_all_incr.msp;C:\Adobe9Patches\AcrobatUpd953_all_incr.msp;C:\Adobe9Patches\AcrobatUpd955_all_incr.msp REINSTALLMODE=OMUS REINSTALL=All REBOOT=ReallySuppress /qn
Step 3: Run the command as the administrator. Wait till the msiexec process died down in the task manager, then reboot the PC one time.
In order to apply multiple msp patch files to bring Adobe Standard from 9.0.0 to 9.5.5 - the latest version released without installing them one by one, here is what I do.
Step 1: Download the following 17 msp files from Adobe site, and save them to a folder such as C:\Adobe9Patches folder.
9.1.x
AcroProStdUpd910_T1T2_incr.msp
AcrobatUpd911_all_incr.msp
AcrobatUpd912_all_incr.msp
AcrobatUpd913_all_incr.msp
9.2.x
AcrobatUpd920_all_incr.msp
9.3.x
AcrobatUpd930_all_incr.msp
AcrobatUpd932_all_incr.msp
AcrobatUpd933_all_incr.msp
9.4.x
AcrobatUpd940_all_incr.msp
AcrobatUpd942_all_incr.msp
AcrobatUpd945_all_incr.msp
AcrobatUpd946_all_incr.msp
9.5.x
AcrobatUpd950_all_incr.msp
AcrobatUpd951_all_incr.msp
AcrobatUpd952_all_incr.msp
AcrobatUpd953_all_incr.msp
AcrobatUpd955_all_incr.msp
Step 2: Create a install.bat file with the command below,
msiexec /p C:\Adobe9Patches\AcroProStdUpd910_T1T2_incr.msp;C:\Adobe9Patches\AcrobatUpd911_all_incr.msp;C:\Adobe9Patches\AcrobatUpd912_all_incr.msp;C:\Adobe9Patches\AcrobatUpd913_all_incr.msp;C:\Adobe9Patches\AcrobatUpd920_all_incr.msp;C:\Adobe9Patches\AcrobatUpd930_all_incr.msp;C:\Adobe9Patches\AcrobatUpd932_all_incr.msp;C:\Adobe9Patches\AcrobatUpd933_all_incr.msp;C:\Adobe9Patches\AcrobatUpd940_all_incr.msp;C:\Adobe9Patches\AcrobatUpd942_all_incr.msp;C:\Adobe9Patches\AcrobatUpd945_all_incr.msp;C:\Adobe9Patches\AcrobatUpd946_all_incr.msp;C:\Adobe9Patches\AcrobatUpd950_all_incr.msp;C:\Adobe9Patches\AcrobatUpd951_all_incr.msp;C:\Adobe9Patches\AcrobatUpd952_all_incr.msp;C:\Adobe9Patches\AcrobatUpd953_all_incr.msp;C:\Adobe9Patches\AcrobatUpd955_all_incr.msp REINSTALLMODE=OMUS REINSTALL=All REBOOT=ReallySuppress /qn
Step 3: Run the command as the administrator. Wait till the msiexec process died down in the task manager, then reboot the PC one time.
Subscribe to:
Posts (Atom)
What happened if the Security Default is turned off in Microsoft Entra?
No need to worry about turning off Security Default in Microsoft Entra ID because Microsoft will automatically create 4 managed conditiaiona...
-
This has been a frequent seen issue in our environment. The common symptoms are: After a Word or Excel file open, or when trying to save...
-
No need to worry about turning off Security Default in Microsoft Entra ID because Microsoft will automatically create 4 managed conditiaiona...
-
Users complained they were unable to log in VMware Horizon Client portal and the logon stuck at "Authenticating...." screen. So I...