Checking for a specific shared printer

I have a script that adds shared printers to a print server by passing arguments into it via a CSV file.  This normally works fine, but I need to validate that the printers actually got created afterwards, so I'm attempting via powershell to check for
the existence of a printer on a specific print server.
I've read another thread that has partway lead me down the path I think I need. What that has given me thus far is the following:
gwmi win32_printer -filter "name='PrinterName'"
2 issues with this.  When I run this from the prompt it shows information for the printer in question then seems to hang rather than return to the prompt.  The data returned is: Location, Name, PrinterState, PrinterStatus, Sharename, & SystemName,
then this is where it hangs.  When I cancel via <CTRL+C> I get the following:
Get-WmiObject : Out of memory
At line:1 char:5
+ gwmi <<<< win32_printer -filter "name='PrinterName'"
+ CategoryInfo : InvalidOperation: (:) [Get-WmiObject], ManagementException
+ FullyQualifiedErrorId : GetWMIManagementException,Microsoft.PowerShell.Commands.GetWmiObjectCommand
So I'm not certain how to deal with the 'hang' & subsequent error.  Also I really want to reach a Boolean type of value where I can have the scripts take action on whether its there or not.  So that the code would follow the following logic:
Check for Printer1 on ServerA
If Printer1 exists on ServerA - do This
If Printer1 does NOT exist on ServerA - do something else
Any assistance appreciated!
# When I wrote this script only God & I knew what I was doing.
# Now, only God Knows!
don't retire technet http://social.technet.microsoft.com/Forums/en-US/e5d501af-d4ea-4c0f-97c0-dfcef0192888/dont-retire-technet?forum=tnfeedback

Hi Wasisname,
In addition, to solve System.OutOfMemoryException error, please try to configure the memory for Windows PowerShell:
set-item wsman:localhost\Shell\MaxMemoryPerShellMB 2048
Reference from:
Learn How to Configure PowerShell Memory
If you have any feedback on our
support, please click here.
Best Regards,
Anna Wang
TechNet Community Support  

Similar Messages

  • SQLPS - Checking for a specific table

    I am trying to check for a table existence in each database.  Any ideas why this does not work?
    Import-Module
    "sqlps" -DisableNameChecking
    $SQLServer
    = "wobdslezberg2"
    Set-Location
    SQLSERVER:
    $dbArray
    = Get-ChildItem
    -name -Exclude
    "tempdb*",
    "master*",
    "model*",
    "msdb*" |
    Sort-Object
    foreach ($DatabaseName
    in $dbArray)
    $instance =
    $DatabaseName
    #write-host  $instance
    if (test-path
    "SQLSERVER:\SQL\wobdslezberg2\DEFAULT\Databases\$instance\Tables\eConfig") {write-host
    "exists"}
    else {write-host
    "not exists"}

    I am trying to iterate through all the databases on the server and check for the existence of a specific table in each database. 
    Actually that line does work fine because if I comment out the if test-path line, I get results as expected.  and I get list of tables like this
    dbo.SRC04_TABLES
    How do I put in the schema (dbo) in the test-path?
    The test-path does not seem to work as I get this message
    Test-Path : Cannot retrieve the dynamic parameters for the cmdlet. SQL Server PowerShell provider error: The number of keys specified does not match the number of keys required to address this object. The number of keys required are: Name.
    At line:19 char:9
    +     if (test-path "SQLSERVER:\SQL\wobdslezberg2\DEFAULT\Databases\$instance\Tabl ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidArgument: (:) [Test-Path], ParameterBindingException
        + FullyQualifiedErrorId : GetDynamicParametersException,Microsoft.PowerShell.Commands.TestPathCommand
    Thanks
    Scott

  • Is there any way to disable update check for a specific add-on?

    There are a few add-ons I have problems with their latest versions. So i don't want to update them. But everytime there are any updates for other add-ons they also appear and need to be unchecked. Is there any way to disable update just for them permanently?

    Yes, but it is not straightforward. For details see [http://kb.mozillazine.org/Updating_add-ons Updating add-ons - MozillaZine Knowledge Base]

  • Credit check and Credit hold not working for 2 specific clients

    Hello dear Oracle Support,
    I would like to ask for your help in the following subject:
    The Credit deppartment assign a Credit Hold and a Credit Check for 2 specific customers, but for some reason, these check boxes are not getting respected by the system, since the sales department are not getting any message or warning when creating an order. I tryed to look at these 2 check boxes at a table but I am affraid that I cant find the field, I am using the RA_CUSTOMERS table, but perhaps it is not the correct one, so I was wondering if you could give me any advice.
    Thanks

    Hi
    1. IMG -- SD -- Basic funtions -- credit management/risk mgmt -- credit mgmt -- Define credit groups.
    Here confirm that you have
    01 - credit group sales order
    02 - credit group delivery
    03 - credit group for GI
    2.  IMG -- SD -- Basic funtions -- credit management/risk mgmt -- credit mgmt -- Assign sales document type and delivery document type
    Here you have to assign
    01 - to the sales order(Ex OR) types
    02 - to delivery document type (Ex LF) <b>Dlv credit group</b>
    03 - to delivery document type (Ex LF) <b>GI credit group</b>
    <u><b>For delivery document type we have to assign to credit group one for Delivry another for PGI</b></u>
    3. IMG -- SD -- Basic funtions -- credit management/risk mgmt -- credit mgmt -- Define automatic credit control (OVA8)
    Maintain new combination for Your credit control area/risk categry of the customer/03 (GI credt group)
    Example : 1000/001/03
    maintain static/Dynamic credit check for this combination.
    Note : give warning at order level (credit grp 01) and delivery level (credit grp 02)... and give error at PGI level (credit grp 03).....
    So that you can see difference easyly
    4. FD32 - Maintain credit limit and Risk category(001) for your customer
    5. order - delivery - PGI
    Try this
    Hope your problem will be solved
    Let me know if you have any problem
    Reward points if helpfull
    Muthupandiyan

  • How to Disable InfoUpdate(spinf) check for PO creation

    Dear All,
    I got requirement to Disable InfoUpdate(SPINF) check when PO is created(ME21n).
    Long back for this Project our Team did some configuration(SPRO) for Order Type (Standard PO) this InfoUpdate(SPINF) should be checked by default.
    But know they don't want to create a PO with InfoUpdate(SPINF) check for ONE specific Plant(EKPO-WERKS).
    I tried to find User Exit and BAPI, But I not able to find the exact one to Disable InfoUpdate(SPINF) check based on the condition Plant(EKPO-WERKS).
    So, can some one give me solution to Disable InfoUpdate(SPINF) check.
    Thanks in advance.
    Regards,
    Venkat Ram

    Hi Guys,
    Any help? Any exits/BADIs/enhancement spots that I can use?

  • Hi All,  I setup 2 Mac Minis, 'setup in a no-apple id. Now with Mini1 I installed a shared printer from Windows7 Pc it ask for credentials then I input Adminstrator account and the password ticking the remember in "keychain"  I run a test print and its se

    Hi All, 
    I setup 2 Mac Minis, 'setup in a no-apple id. Now with Mini1 I installed a shared printer from Windows7 Pc it ask for credentials then I input Adminstrator account and the password ticking the remember in "keychain"
    I run a test print and its seamless. I reboot the Mini1 and run test print again and its good.
    Now in Mini2 I did the same installation on shared printer but it is asking for user credential again and again, there is a check mark in "remember in keychain but still gives a notice that "requires authentication" I put the admin creadentials same with Mini1 then it prints.
    every time I print on Mini2 its always asking for a user & password before Printing. How can we fix it.
    I tried
    - lpd printing = "authentication required"
    - reset printer settings ang re-install printer = "authentication required"
    - replace sharename in windows7, reinstall printer in Mini2 = "authentication required"
    This stuff never happened to Mini1.

    Hi All, 
    I setup 2 Mac Minis, 'setup in a no-apple id. Now with Mini1 I installed a shared printer from Windows7 Pc it ask for credentials then I input Adminstrator account and the password ticking the remember in "keychain"
    I run a test print and its seamless. I reboot the Mini1 and run test print again and its good.
    Now in Mini2 I did the same installation on shared printer but it is asking for user credential again and again, there is a check mark in "remember in keychain but still gives a notice that "requires authentication" I put the admin creadentials same with Mini1 then it prints.
    every time I print on Mini2 its always asking for a user & password before Printing. How can we fix it.
    I tried
    - lpd printing = "authentication required"
    - reset printer settings ang re-install printer = "authentication required"
    - replace sharename in windows7, reinstall printer in Mini2 = "authentication required"
    This stuff never happened to Mini1.

  • How to assign the proper printer driver for a network shared HP PSC 1315 on the client side

    Hi,
    For the sake of simplicity I'll start with the simplest part: I have successfully  got the above mentioned printer to work on the PC where it is connected to via USB (running MS Windowx XP SP 3). I recently downloaded the latest install program for the printer drivers to do that. I connected it then to another PC (also MS Windows XP SP 3), and also installed the printer drivers using the HP install program and could also print on that one.
    Now I wanted to share. I shared the printer on the PC connected to the printer, and on the other one I started the "Add printer" dialogue, chose  network, and found it, and selected it. However, I am then told, that the host doesn't have a printer driver so I have to choose one on the client. And this is the problem, as I don't have the printer driver file. As I mentioned, there are no individual divers on the HP home page, only this install program, which I did run on both PCs, but this doesn't help me for the case of assigning the correct printer driver on a network client. Of course I also checked the list of available installed models, but it doesn't show up. So, what do I do?  

    just so u know I was not trying to print directly to the HP PSC 2355 from my iBook G4, I wanted to print to it over the network, wirelessly. So installing the HP Printer drivers would not serve that purpose. As I tried to explain in my email.
    By the way I did find a solution that has worked for me.
    The solution is to go to Print & Fax in the System Preferences.
    This is assuming that you have shared the printer from the PC.
    Then click on the + to add a printer to the iBook G4.
    Then click on the More Printers button at the bottom.
    You should then ensure that you have Windows Printing selected
    You should then make sure that the drop down below is Workgroup I think
    Then you should select the computer that u have your printer shared from
    Then you should press the Choose button.
    Your shared printer should be listed there
    You should then select that printer and choose HP from the Model drop down
    Then under Model Name pick HP DeskJet 900 series and press the Add button
    This model is not for an HP PSC 2355, but it is the appropriate driver for this
    printer, if you choose this print driver, everything will work and you can
    print wirelessly from your iBook G4 to a HP PSC 2355
    I have tested it on several different things including just text and color
    graphics as well, and it all worked beautifully, I am so happy now, that I
    figured it out.

  • Install printer driver for a  shared printer MP520

    Hi,
    I need to install the Canon MP520 (http://www.usa.canon.com/consumer/controller?act=ModelInfoAct&fcategoryid=116&mo delid=15483) printer to my MBP. The printer is connected to another a mac running OSX and is shared. I installed the OSX driver provided on the Canon page and I can see the shared printer in the network printers but when I am asked to choose the driver I can't see the correct model listed.
    On the other hand, if I simply connect the same printer via USB, to my MBP it is recognized directly.
    When I'm asked to provide the driver while adding the printer via the network, there is also the option to browse to the driver location. So my question is, where are the can I find the right driver on the OS ?
    Thanks in advance ,
    Tex

    Reading your first post it sounds like the method you used to connect to the shared printer may have been incorrect.
    When a Mac is sharing a printer, to add this printer on another Mac, you select the Default browser view. You should see the printer name followed by Shared in this view. When you select it, there should be no requirement to browse for a printer model. The queue should just be created with minimal driver options.
    If you want to have all the features of the MP520 available to your Mac, then you need to install the same driver on your Mac as what is being used by the Mac sharing the printer. Check this carefully as Canon offers two drivers for Mac OS X and you can also use the free Gutenprint driver set for the MP520. If you open System Preferences > Print & Fax on the sharing Mac, select the printer in the list and look at the Kind section of the right hand pane, the driver version will be displayed. With a bit of luck the driver that was used to install on this Mac might still be available so that you can install it on your Mac.
    Note also that you don't have to add the printer queue to your Mac to print to a shared Mac printer. From the majority of applications, when you select to print, you should find a Shared Printer option in the print dialog > Printer menu. This can be beneficial if you don't have a requirement to add this printer to your list, such as when you are visiting someone with Mac's. This doesn't sound like your situation but wanted to make you and others you read this aware of this fact.
    PaHu

  • Accessing Windows shared printer, no GIMP driver for Canon iP3000. Options?

    I checked a few pages worth of threads but couldn't find a solution to my problem.
    Finally accessing my Windows shared printer. I have a Canon iP3000 and it doesn't print when I use the generic driver. I tried selecting the GIMP "Canon BJC 3000" driver but the prints end up shrunken to about a quarter of the paper size (8.5"x11"), my paper was set up and configured correctly. Any options for correcting this?
    I had planned on connecting the printer to my MacBook Pro but all the support I could find was for sharing from Windows, so if anyone knows a good resource for such a setup, that'd help too.

    There are new versions of Gimp-Print, now called Gutenprint, coming out on a regular basis. Check if the latest has your model:
    http://gimp-print.sourceforge.net/MacOSX.php3
    To share from a Mac:
    http://www.ifelix.co.uk/tech/3012.html

  • Printing to a Windows shared printer, keep getting "Hold for Authentication" when I'm on the Windows shared network and can browse the computers.

    I have had two MacBook Pros now, and this has been an issue in Mountain Lion and Mavericks. I've got a shared printer on the local Windows network (it's a USB printer shared via the network and the computer), and the other Windows computers in the house can print to it no problem. The Mac sees it no problem, yet whenever I try to print to it, I just get "Hold for Authentication."
    Like I said, persists over Mountain Lion and Mavericks. No other computer in the house has any issues printing to it. I've installed the drivers for the printer as well (Brother HL-2240).
    I've tried to follow the instructions here: https://discussions.apple.com/message/23268762#23268762 but the printer isn't listed in Keychain Access.
    Any thoughts?
    Thanks in advance!
    Patrick Campanale

    Well, that isn't too useful. Try this instead: Adding a printer shared by a Windows computer via SMB/CIFS.
    You may find more by selecting Mac Help from the Finder's Help menu and searching for articles by keyword.

  • Can we give UNIQUE ACCESS FOR THE SPECIFIC FILE IN THE LIBRARY in SP2013? How can we remove users from SHARED WITH link where files are shared with users?

    Hi,
    Any help on this?
    Thanks
    srabon

    Hi srabon,
    For giving unique access for a specific file in a library, you can go to the library, and select the file , and click FILES->Shared With->ADVANCED, under PERMISSION ribbon, click ‘Stop Inheriting Permissions’, then the file will have unique permissions.
    For removing the shared users for a file, firstly, like the above steps, select the file , and click FILES->Shared With->ADVANCED , make sure the file has unique access, then select the users that you want to remove, and click Remove User Persmissions
    under PERMISSIONS ribbon.
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Officejet Pro 6830 all in one - screen stuck on "checking for printer updates"

    Windows 7 X64 install
    I ran through the entire installation process and while the printer will print and will scan - the printer is hung on the message "checking for printer updates" with a red x below that message.  I let it set all night and no change.  The printer is setup as a wired network connection and can be seen with any of the tools.  I have not errors on my system.  I have uninstalled the software and reinstalled twice without success.  I tried running a firmware update, but the firmware update states that I have the latest firmware rev.  I even unplugged the printer and plugged it directly into the wall - n o change.  Evertime I startup the printer screen, just hangs on that screen. 
    Please help.

    I have the exact same problem with my new HP Officejet Pro 6830 printer.  Please could you provide a solution else I guess it will have to go back to the shop as I only picked it up this afternoon.
    Setup went ok and it even managed to print a couple of pages.  But next time it started up (with wired ethernet connection) this problem occurred and happens every time ever since.  (It is possible to use the printer for printing and scanning via PC, but the whole time its display is showing the "checking for printer updates" message.)
    This even happens if the ethernet cable is not connected on startup (meaning the printer cannot be used as a standalone printer / copier either at the moment).
    If I press the red cross (which I guess cancels the update searching) then I get a blue screen saying "B871634E" for a second or so, afterwhich I get a black screen with the message "There is a problem with the printer. Turn the printer Off, then On." and cannot do anything else.  (The problem is the same after doing a printer off then on - even when following the "hard reset" procedure already mentioned.)
    On checking the firmware version via the PC utility (while the printer sits there "checking for printer updates"), the PC utility app reported that the firmware was the latest version.

  • When will there be fix for AirPrint in Yosemite? I cannot use my HP printer. I have uninstalled/resinstalled everything you can think of. I have deleted and added my printer more time than I can count. I have checked for updates. Nothing has worked.

    When will there be fix for AirPrint? Since upgrading to Yosemite I cannot print from my MacBook Air which I use mostly. (I can print from the my old 2005 G5 desktop and iPad2 just fine on the same network.) I could print just fine when I had Mavericks. I have tried EVERYTHING under the sun: resetting print system, deleting and adding the printer, checking for updates, uninstalling and reinstalling printer software and folders, turning off modem, router etc. NOTHING works.
    The laptop shows that it is printing but nothing happens. Then it says it cannot locate the printer or there is a broken pipe. But it does tell me that I have a low level in one of the ink cartridges (which is true.)
    Help! I have warned everyone I know not to upgrade. Is there a way to go back to Mavericks?
    MacBook Air (mid 2012), OS 10.10,  HP Officejet 7500a

    This is what appeared on Console:
    11/12/14 12:42:32.558 PM com.apple.preference.printfax.remoteservice[3099]: <NSViewServiceMarshal: 0x7fa398514bd0> failed to complete rights grant 6B212CA9-7872-4726-BA05-68BD5C994479 due to 3
    timestamp: 12:42:32.557 Wednesday 12 November 2014
    process/thread/queue: com.apple.preference.printfax.remoteservice (3099) / 0x7fff78cb4300 / com.apple.main-thread
    code: line 834 of /SourceCache/ViewBridge/ViewBridge-99/NSViewServiceMarshal.m in -[NSViewServiceMarshal invalidateWindowRights]
    #exceptions
    11/12/14 12:42:32.598 PM com.apple.xpc.launchd[1]: (com.apple.preference.printfax.remoteservice[3099]) Service exited due to signal: Killed: 9
    11/12/14 12:42:37.845 PM com.apple.appkit.xpc.openAndSavePanelService[3298]: assertion failed: 14A389: libxpc.dylib + 97940 [9437C02E-A07B-38C8-91CB-299FAA63083D]: 0x89
    11/12/14 12:42:37.879 PM sandboxd[246]: ([3295]) Pages(3295) deny file-read-data /Users/Mom/Downloads/CONM 136 - Study Guide Test 3 (2014).docx
    11/12/14 12:42:37.971 PM sandboxd[246]: ([3295]) Pages(3295) deny file-read-data /Users/Mom/Downloads/12%20angry%20men.docx
    11/12/14 12:42:38.033 PM sandboxd[246]: ([3295]) Pages(3295) deny file-read-data /Users/Mom/Downloads/Quiz%20#2.docx
    11/12/14 12:42:39.712 PM sandboxd[246]: ([3295]) Pages(3295) deny file-read-data /Users/Mom/Downloads/12%20angry%20men.docx
    11/12/14 12:42:39.000 PM kernel[0]: Sandbox: Pages(3295) deny file-read-data /Users/Mom/Downloads/Quiz%20#2.docx
    11/12/14 12:42:39.748 PM sandboxd[246]: ([3295]) Pages(3295) deny file-read-data /Users/Mom/Downloads/12%20angry%20men.docx
    11/12/14 12:42:39.850 PM sandboxd[246]: ([3295]) Pages(3295) deny file-read-data /Users/Mom/Downloads/12%20angry%20men.docx
    11/12/14 12:42:39.874 PM sandboxd[246]: ([3295]) Pages(3295) deny file-read-data /Users/Mom/Downloads/Quiz%20#2.docx
    11/12/14 12:42:39.945 PM sandboxd[246]: ([3295]) Pages(3295) deny file-read-data /Users/Mom/Downloads/Quiz%20#2.docx
    11/12/14 12:42:41.000 PM kernel[0]: Sandbox: storeuid(3051) deny mach-lookup com.apple.dock.server
    11/12/14 12:42:48.968 PM WindowServer[132]: WSGetSurfaceInWindow : Invalid surface 702894100 for window 1378
    11/12/14 12:42:48.968 PM WindowServer[132]: WSGetSurfaceInWindow : Invalid surface 702894100 for window 1378
    11/12/14 12:43:17.000 PM kernel[0]: Sandbox: storeuid(3051) deny mach-lookup com.apple.dock.server
    11/12/14 12:43:23.225 PM com.apple.xpc.launchd[1]: (com.apple.quicklook[3316]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.quicklook
    11/12/14 12:43:24.355 PM WindowServer[132]: disable_update_timeout: UI updates were forcibly disabled by application "PrinterProxy" for over 1.00 seconds. Server has re-enabled them.
    11/12/14 12:43:24.946 PM WindowServer[132]: common_reenable_update: UI updates were finally reenabled by application "PrinterProxy" after 1.59 seconds (server forcibly re-enabled them after 1.00 seconds)
    11/12/14 12:43:34.503 PM mdworker[3319]: code validation failed in the process of getting signing information: Error Domain=NSOSStatusErrorDomain Code=-67062 "The operation couldn’t be completed. (OSStatus error -67062.)"
    11/12/14 12:43:34.514 PM mdworker[3320]: code validation failed in the process of getting signing information: Error Domain=NSOSStatusErrorDomain Code=-67062 "The operation couldn’t be completed. (OSStatus error -67062.)"
    11/12/14 12:43:34.604 PM mdworker[3318]: code validation failed in the process of getting signing information: Error Domain=NSOSStatusErrorDomain Code=-67062 "The operation couldn’t be completed. (OSStatus error -67062.)"
    11/12/14 12:44:38.628 PM sandboxd[246]: ([3051]) storeuid(3051) deny mach-lookup com.apple.dock.server
    11/12/14 12:44:41.384 PM locationd[63]: Location icon should now be in state 'Active'
    11/12/14 12:44:44.653 PM sandboxd[246]: ([375]) com.apple.metada(375) deny mach-lookup com.apple.cfnetwork.cfnetworkagent
    11/12/14 12:44:44.793 PM sandboxd[246]: ([375]) com.apple.metada(375) deny mach-lookup com.apple.cfnetwork.cfnetworkagent
    11/12/14 12:44:45.149 PM sandboxd[246]: ([375]) com.apple.metada(375) deny mach-lookup com.apple.cfnetwork.cfnetworkagent
    11/12/14 12:44:56.515 PM Console[3327]: Failed to connect (_consoleX) outlet from (NSApplication) to (ConsoleX): missing setter or instance variable
    11/12/14 12:44:56.641 PM locationd[63]: Location icon should now be in state 'Inactive'
    11/12/14 12:44:56.834 PM sandboxd[246]: ([3051]) storeuid(3051) deny mach-lookup com.apple.dock.server
    Not sure what any of this means.

  • Cannot see my imac to a shared printer for PC

    I have a problem with my Imac networking it to a shared printer that is mac compatible. I have an okiB4350 model and have this networked through a router and a printer server. I have a D-Link router. I have 4 other PC computers that is able to see this printer through the router by the PC IP Address I have assigned to it. However, with my Imac, I cannot seem to get through the printer. I was able, at one point, go through the set up on the imac and typed the PC IP Address to where the imac sees it. However, when I have the imac print stuff, all it prints are garbage. My print server also has an IP for mac which I tried using as I input it on the set up screen of my imac. However, it does not see it. The imac does see the printer and assigns it as a postcript printer but when it prints, all it prints are garbage. Someone please help me connect this imac to my existing shared printer so that I can fully maximize the use on this imac.
    Thanks,

    Postscript is apparently an option for the B4350 - does yours have this capability built in? From your description of symptoms it does not - the garbage you see printed out is raw Postscript code, and that wouldn't happen if the printer was actually able to interpret that code.
    Try setting up this printer using the "LaserJet 6 series Gimp-Print" driver built into MacOS 10.4.

  • Shared Review: Can't Check for New Comments or Publish Comments

    I am having a problem with a network file share (SMB) Shared Review.  I am not able to Check for New Comments or Publish Comments.  When I click those buttons all I get is the green circle continuously spinning forever.  Other members of my team are able to check for and post new comments.  I am able to connect to the SMB file share outside of Acrobat just fine.  I am using Acrobat Pro XI with the latest update 11.0.03.

    Try the following steps :
    1. Keep the review file closed and remove the review enty from the Tracker. For this "Go to View->Tracker. Choose the review file under the Review->Joined node and from right click options choose 'Remove review from Tracker'."
    Note: Do not remove the reviews which you had initiated i.e. those under Sent node. Otherwise, the review will removed from the server also.
    Alternatively, you can delete the Collab and Synchronizer folder from the following location:
    /users/+username+/Library/Application Support/Adobe/Acrobat/+version+/
    2. Sign out from Adobe.com comment. For this "Go to Preferences->Adobe Online Services". and click sign out.
    3. Now open the review PDF again and login with the correct credentials.
    Hope, this will resolve your issue.

Maybe you are looking for

  • Bluetooth with os 10.8.5 not working

    After updating the system the bluetooth is unresponsive.  In the preferences "on" and "discoverable" are checked. I cannot uncheck either of these boxes. What aroused my concern was that my track pad was listed as not connected but the basic function

  • The User Profile Service service failed to Login user Profile error in Windows 7 Home Premium

    Hi, I recently purchased a new Dell Inspirion 1564 Laptop which had Microsoft Windows 7 Home Premium 64-bit installed. The hardware configuration is i5 core Processor, 4GB Ram , 320GB HDD and 512MB Graphics card. Today morning, I couldn't login as th

  • Tracking report download activity

    I have enabled the UsageTracking in my existing project. However now we have a requirement to track when any user downloads a particular report. Just wanted to know if this is possible or not? Can we use writeback to populate some table to track this

  • Oracle Alert Event

    Hello , I can use :new or :old in ORACLE Alert sql statement ???? if not , how can i get reference to the value for the new record inserted ... Please advice , Thanks,

  • Block PR generation from PS/MM interface

    Dear experts, We have a requirement from client related to the interface with PS/MM. As standard, whether to generate purchase requisition is decided with the parameter ' res./purc. Req.' in the network profiles. Our requirement is that within the sa