Jump to content

support

Administrators
  • Posts

    5,090
  • Joined

  • Last visited

  • Days Won

    318

Posts posted by support

  1. We would like to be able to extract a list of individual password permissions via API. Right now, we can only add/update/delete, but not get the current permissions.

     

    This would be a great help in our work to automate permissions handling via active directory for thousands of service accounts and similar if we were able to also get any current permissions.

     

    Perhaps, it could be included as part of the data that's returned by the 'Retrieving a password' function, as a nested array. If we use  the example in your API documentation, it could look something like this (See bold text at bottom):

     

     

    GET 'https://passwordstate/winapi/passwords/46411'

        # Response
        HTTP/1.1 200          
        [
            {
                "PasswordID": 46411,
                "Title": "forum4",
                "Domain": "",
                "HostName": "",
                "UserName": "login2",
                "Description": "My login to forum4",
                "GenericField1": "loginasa",
                "GenericField2": "",
                "GenericField3": "",
                "GenericField4": "",
                "GenericField5": "",
                "GenericField6": "",
                "GenericField7": "",
                "GenericField8": "",
                "GenericField9": "",
                "GenericField10": "",
                "GenericFieldInfo": [
                    {
                        "GenericFieldID": "GenericField1",
                        "DisplayName": "Pin Number",
                        "Value": "0000"
                    },
                    {
                        "GenericFieldID": "GenericField2",
                        "DisplayName": "Surname",
                        "Value": "Reznor"
                    }
                ],
                "AccountTypeID": 0,
                "Notes": "",
                "URL": "http://www.microsoft.com",
                "Password": "ZHn#3+A^yc",
                "ExpiryDate": "23/08/2012",
                "AllowExport": true,
                "AccountType": "",
                "OTP": "",
                "Permissions": [
                    {
                        "UserID": "domain\\User1",
                        "Permission": "M"
                    },
                    {
                        "UserID": "domain\\User2",
                        "Permission": "V"

                    }
                ]
            }
        ]
     
     

  2. Hello Kelemvor,

     

    Thanks for your enquiry. Unfortunately we don't have features for either of your suggestions, but are you aware you can view these when you click on 'Passwords Home'?

    If the grids are not visible, simply click the 'Screen Options' button, and choose to show these grids.

    Regards

    Click Studios

  3. Hello,

    We do not have a way to do this in the UI, but you can do it directly in the database if you like. Steps are:

    • Determine the PasswordListID or IDs, using screenshots below
    • The use SQL Management Studio and execute the commands below - update the PasswordListID as appropriate

               USE Passwordstate

               UPDATE [Passwords] SET ExpiryDate = NULL WHERE PasswordListID = xxxxx

     

    IDs.png

     

    Regards

    Click Studios

  4. Hi Larsadl,

     

    Can you let me know if you have installed the AppServer o the same server where Passwordstate is installed?  Do you have a Proxy or Load Balancer in front of your AppServer by any chance?

     

    Can you log into your Passwordstate web server, and do an NSLOOKUP to your AppServer URL, and this should return a single hop to the server where the AppServer is installed.  Does this return more than one "hop"

     

    You are welcome to log this with our support email address so we can get screenshots and discuss server details if you wish.  Please log it though this page if this is what you'd like to do: https://www.clickstudios.com.au/support.aspx

     

    Regards,

    Support.

  5. Issue:

    You are attempting to upgrade to Passwordstate 9493 or above and you see an error such as below when upgrading the database. 

    2022-05-05_9-48-53.png

     

    It reads: 

    Error The statement has been terminated. Could not allocate space for object 'dbo.AuditingArchive'.'PK.AuditingArchive' in database ’passwordstate' because the ’PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.

     

    Fix:

    We believe this is happening due to the expected database growth in build 9493 due to the introduction of Unicode characters.  This can grow you database by an expected amount of 300% to 400%.

     

    Have you rolled back your upgrade yet by any chance, including the database?  The troubleshooting for this will differ depending on what state your system is in:

     

    Status 1:

    Your webserver and database have been restored, and your system is currently working:

     

    Troubleshooting:

    Use this forum post to confirm you have enough disk space and you have no limits on database growth: https://forums.clickstudios.com.au/topic/15057-build-9493-database-management/. This forum post also describes how to Shrink your Database and Log files, which you can try performing to reduce the overall size of your database. 

     

    Try shrinking your database, and then perform the upgrade again from the beginning, ie run the Passwordstate.exe to upgrade the web files, and then log in to complete the database upgrade.

     

    Status 2:

    You have not rolled back your install files or database since logging this support ticket, and your system is still in a broken state

     

    Troubleshooting:

    Use this forum post to confirm you have enough disk space and you have no limits on database growth: https://forums.clickstudios.com.au/topic/15057-build-9493-database-management/. This forum post also describes how to Shrink your Database and Log files, which you can try performing to reduce the overall size of your database. 

     

    Try shrinking your database, and then log back into Passwordstate again, this will attempt to upgrade the database one more time. 

     

    If none of this helps, please contact Click Studios Support to assist.

     

    Regards,

    Support

  6. Issue:

    You are attempting to upgrade to Passwordstate 9, from build 8995, but you receive the following error:

     

    "It appears you have upgraded Passwordstate to build 8995, but you have yet to login and finish the database upgrade step.

     

    Please close the installer, log into your Passwordstate environment and finish the upgrade, and then you can run this upgrade installer again.

     

    If you continue to have issues, please contact Click Studios for support."

     

    Cause:

    This issue can occur when you upgrade a database to build 8995, and then restore your database and attempt to upgrade the database a second time.  This can occur if you are migrating to another environment and are testing the upgrade process, or something similar. 

     

    Fix:

    Check the following file exists on your web server, and delete it: c:\inetpub\passwordstate\App_JScript\cs_library-8537.min.js

     

    You should now be able to log into Passwordstate again, and finish the upgrade process.

     

    Regards,

    Support.

  7. Hi Michael,

     

    You can copy and link records between different lists, but it has to be done on a per record basis after the record has been added.

     

    Since you want to synchronize all records, we'd instead recommend just giving these other users access to this one Password List, and then delete the other Password List.

    Regards

    Click Studios

  8. Hello,

    That is a bit strange that the behaviour is different from different Hosts.

     

    Could you log a support ticket here https://www.clickstudios.com.au/support.aspx, and provide information from this forum post - https://forums.clickstudios.com.au/topic/2518-passwordstate-support-information-script/

    We'll have a look at the health of your server for you, and see if we can spot anything obvious.

    Regards

    Click Studios

     

×
×
  • Create New...