UCCX SQL access for third party application

We have a requirement from customer to allow read access to UCCX database. This account would be used to query the UCCX database and it will use as a service account for another system.
Please let me know how create DB account on UCCX.
UCCX version:7.1
UCCX database: MSDE

Here you go:
Open the command line on your UCCX server and do the following:
List the available sql instances you can connect to (and their syntax)
osql -L
From that list you should see one that looks like:
SERVERNAME\CRSSQL
Connect to MSDE using your Windows local admin account (has admin rights in SQL)
osql -E -S SERVERNAME\CRSSQL
List the current logins in SQL
exec sp_helplogins
go
Create a user account and grant access to db_cra database:
use db_cra
go
exec sp_addlogin 'username','password'
go
exec sp_grantdbaccess 'username'
go
exec sp_addrolemember 'db_wallboard_read','username'
go
* Sorry, I don't have a 7x system anymore and cannot tell you what the role name is for admin rights.  You could issue the following to get a list of other roles:
exec sp_helprole
go
Enabling Mixed Mode
Stop the Node Manager
Open Regedit and navigate to:
HKLM\Software\Microsoft\Microsoft SQL Server\CRSSQL\MSSQLServer\
Change LoginMode from 1 to 2
Start the Node Manager
*Remember to fix all HRC clients to support mixed mode (this is a manual task).  See here for help on that: https://supportforums.cisco.com/message/3116762

Similar Messages

  • Can't visit internet for third party applications

    I have an unlocked Blackberry 8900, now I am using Chinese Mobile SIM card in China.
    Now I am confused that sometimes it can't visit internet (I am using edge data plan of China mobile) with other third party applications (I mean the application is not from RIM, like UC browser, gmail). Most of time these third parrty applications work well, but sometimes, these third party applications can't visit internet via edge, but Blackberry browser is working well. I have to take out battery and reboot the device.
    My OS verison is v5.0.0.822, bundle 1385, platform 5.2.0.76
    Today I saw below message when application could't not use  edge.
    Reason
    net.rim.device.api.io.connection
    closedException: stream closed.
    How can I solve the problem?

    Yes - you can do it via Terminal or do as I do - use TRIM Enabler.
    Just be aware that each time you update your System software (from 10.8.1 to 10.8.2, for example) you'll have to enable TRIM all over again. Not such a big deal.
    Clinton

  • Progress bar for third party applications

    i invoke the third party application from a java program, maybe using runtime class.
    what are the other ways to do invoke third party applications/programs.
    how do i know how much work the third party application has finished.

    What kind of a third party application is it?

  • WVC54G setup for third party applications and also firmware query.

    I have resurrected someone's old WVC54G and installed it to work initially wirelessly to my netwark and then my Windows 7 64-bit laptop. I did an initial reset, then set up the ip address etc. to the system here, and everything seems to  work even though the viewer and recorder software installer gave a Windows error message.
    I'd like to be able to look at the camera via the VLC viewer application, and I see from another posting here that this should work.  Is there a guide anywhere showing how to do this? Ideally I'd like to understand how to interface the camera so that I can test various third party camera applications.
    Also, the Linksys setup software says the firmware version is V5.10, Feb 21, 2005, which seems a much higher number than it should be. Is this right?

    Try downloading the viewer and recorder utility from the linksys website under the download section which is pretty user friendly.
    To view it in VLC player, you can use the option 'open url' in file menu and type in http://your camera's IP
    The latest FW for wvc54g is ver. 2.11. The version you have mentioned might be software version.

  • Proxy support for third party applications

    Hi all.
    I have seen many posts by users saying that some applications cannot access the internet, while connected to a network with proxy authentication.
    Ultimately, the problem lies in iOS not supporting system-wide proxy settings. We are therefore stuck with applications where the developer has not included their own proxy authentication methods. This is really pathetic in my opinion, seeing as the iPad, although primarily focused on a media and leisure based market, is actually used by a lot of people in the enterprise world.
    There has not been any official announcement by Apple about this issue on other threads, or any announcement as to when support for this will be added. As a university student, I am forced to bring both my MacBook and iPad to campus, simply because I cannot access certain online services, such as DropBox, from my iPad. It actually makes me question what the point in getting the device was in the first place, as my primary intended usage is to eliminate the need for my MacBook to come with me to university.
    I would like Apple to please give any response on this, especially seeing as these devices are bought by many people with the intention of using it on many different networks on the move. Please, don't get me wrong - with the applications that work, and the usage I have with my iPad as is, I really enjoy the device, and it is great in many aspects, but simple functions such as internet access for applications under proxy authentication should be a given feature.
    With that all said, I have not had a chance to update to 4.3.1 yet, and I am not aware if it has been fixed yet or not - the change log says nothing about it though. Has anyone found a solution to this yet? Are some of you also experiencing it?
    MrP.
    EDIT: I notice that in the change log of 4.3.1, it says: "Resolves an issue authenticating with some enterprise web services". Can anyone confirm if this has fixed the issue?
    Message was edited by: Padie

    Yes same here, Ipad and Iphone 4S all iOS 5.1.1 behind a proxy....Safari works but pretty much none of my other Apps. proxy acceptance will be a critical blow in the war for the Enterprise market. I need access to Apps I now rely on and they simply do not work.
    With MS Surface only weeks away once people start using this with 100% success through a proxy, ( not to mention real Office that works with macros and all formatting..Oh and stylus friendly too!) a lot of apple devices may start to gather dust.
    Common Apple, lets move on from Toys and get serious about work too. I am guessing there are a lot of us out there trying to make ipads work at work...help us out!

  • How to clear documents and data for third party applications

    Anyone can help me how to clear the documents and data for apps like facebook , i tried to delete the app and re-install but there is no change , please advise ,
    thank you.

    Manage the data on the device via iTunes.

  • UCCX 9.01 Database Access For a Third Party Application

    Hello Folks,
    I'm starting with Cisco UCCX (and Cisco Collaboration too) soo an old customer ask me for help in develop an Web Application to collect specific data from queues, agents... in the Cisco UCCX, until now everything is OK, no problem. This request was based because our customer has not adapted with the format of the data submitted for monitoring queues and agents presented by UCCX.  When we tried to collect those data from UCCX Server, we seen that UCCX have an internal Database and for collect data from this one is not possible by default by a Third Party Application. For this kind of solution, we'll need our UCCX server connecting directly with external Database (Like SQL, Oracle..) and a specific license is needed (Unified IP IVR or Unified CCX Premium). Then, our Application would collect data from this DB.
    is that right?
    Please feel free to share any suggestion and experience about.
    Best Regards,
    Rodolpho Pereira

    Hi Rodolpho,
    You need a PREMIUM license, in case you wish to integrate to an external DB (SQL, Oracle, etc). This is used in case of reading values from an external DB or writing values to the same using the DB Read and DB write steps.
    From my understanding, your customer needs to have a reporting capability through their third party application. This is generally termed as Wallboard.
    For more information on how to how to configure Wallboard, please check the Administrator guide for UCCX:
    http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cust_contact/contact_center/crs/express_9_0/configuration/guide/UCCX_BK_U767AC77_00_uccx-admin-guide.pdf
    Basically, the UCCX has a uccxwallboard user whose password can be changed from the UCCX admin page to be used to integrate with the third party software. This user has access to the Real Time Statistics tables on the UCCX and can be used to pull out the necessary data.
    Hope this helps!
    Regards,
    Arundeep

  • How can I set a third party application to access my organizations intranet through my organizations network

    how can I set a third party application to access my organizations intranet through my organizations network  . I am using blackberry bold 9700 OS 6

    Hi deepajithesh
    This feature is not available. Applications access the BlackBerry Network using the connection to BIS.
    Thanks
    -CptS
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Third party application for C7 images

    How can i use a third party application to read the exif data of a C7 image stored on my computer? How to get the suitable third party application in the first place?

    You can access EXIF data upon your C7-00 using Resco Photo Viewer, which is not however what you were asking for.
    Happy to have helped forum in a small way with a Support Ratio = 37.0

  • Third-Party Application for Historical Reporting

    As we migrate from our current version of UCCX Premium 7.0(1)SR05ES06_Build063 to version 8.5.  We will be migrating the data over to new hardware.  We are concerned about reporting.  We currently have a lot of custom reports and we are uncertain how those will work after we migrate to the new database platform.  Can anyone recommend some third party applications that could give us more functionality that what the current and new versions have to offer?

    Hi Tracy
    I can't really comment on third party products, as I'm not familiar enough with any in particular.
    However - I have done a lot of migrations from Windows to Linux including custom reporting. The database schema is mostly identical, so migrating any of your reports should be possible. It's a little tricky as you have to know both MS SQL and Informix...  The Crystal templates themselves generally just work once you have done the SQL stuff and modified the XML report definitions.
    Aaron HarrisonPrincipal Engineer at Logicalis UK
    Please rate helpful posts...

  • Third party application is disrupting my ios operating system for my ipad 2 . i believe it's a virus or malware.

    third party application i mistakenly downloaded is disrupting my ios operating system . It is asking me for the serial number to my ipad 2 and to call a 800 number . What should i do ? My Ipad is messaging me to do this to solve the issue. I think it's some kind of virus or malware.

    It's a Safari phishing scam. Just ignore it. Don't click on any links or call any telephone numbers. Quit Safari.

  • Third Party Applications for Frontrow.

    Hi Guys,
    Will Frontrow run RMVB files or MKV's ( For HD stuff and foreign language films ) Will a Mac play an SRT or SAA subtitle file or any other non-DVD subtitle file? Is there a VOB sub equvilent for the Mac?
    Are there any third party applications available for the Mac and Frontrow such as.. www.mymovies.dk for media center? Allowing you to view the DVD cover art, read profiles of the actors in the movies, find other movies in your collection with them starring in, watch trailers of the movies, sort by Genre, year, by whether you have watched it yet or not, by anything you want basically.
    Thanks for your help guys,

    Are there any third party applications available for the Mac and Frontrow...
    Apple has not released a "SDK" for Front Row (Software Development Kit). So, only Apple knows how to tie-in to the Front Row interface. This is a user-to-user forum, so none of us really know, but I doubt Apple will open Front Row for third party developers directly.
    There are other options for media players. You might take a look at .
    Allowing you to view the DVD cover art...
    Standard warning: It's against the Terms of Use of the Apple Discussions to post about ripping DVDs to your hard drive. With that said, the current version of Front Row will play VIDEO_TS folders if they live in your user's "Movies" folder (or there's an alias to their location inside your "Movies" folder). If you include a file called "preview.jpg" inside the VIDEO_TS folder, this image will be used by Front Row as the preview image.
    -Doug

  • Integrate 'External non-SAP Purchasing Application' with SAP SD for third party purchasing/ drop shipping?

    What is the best way to integrate 'External non-SAP Purchasing Application' with SAP SD for third party purchasing/ drop shipping?
    Details about expected process Flow.
    Receive PO from customer into SAP > SAP SD creates Sales Order > ?? SAP Integrate with External non-SAP Purchasing Application to trigger purchasing > External non-SAP Purchasing Application creates PO, Ships Material to Customer Ship to address (drop ship), Sends Shipping confirmation (FCR) & Invoices to SAP> ??Receive FCR and Invoice in SAP > ?? Initiate SAP Accounts Payable (Vendor Payments) and Accounts Receivable (Customer Invoice) > ?? Update SAP SD Sales Order with shipping status>
    Questions we need to answer;
      - How to achieve '??' steps from above process.
      - What type of Master Data we will need to configure (Say Materials Item Category, Type etc.)
      - Any standards options to configure SAP SD (Type of Sales Order)
      - We certainly don’t want to trigger SAP MM Purchasing (i.e. PR, PO etc.). How can we bypass it.
      - How to make statistical receipts against sales order line items so that SO status will be updated.
      - How to receive Invoice and FCR from External non-SAP app to trigger AP and AR transactions.
      - Are there any SAP standard configurations/ BAPIs/ BADIs available to achieve this integration.
    Any inputs on above questions are appreciable.
    Anand.

    This question is resolved. We ended up activating purchasing module and used purchasing documents PR/ PO to integrate with third party purchasing system.
    Anand.

  • HT201335 Is there a way to get airplay to work from iOS to my macbook without having to pay for a third-party application?

    Is there a way to get airplay to work from iOS to my macbook without having to pay for a third-party application?
    I've been trying to get my iPhone screen to play onto my macbook.

    There are no free ways to do it that I have seen. However, Reflector is reasonably priced. http://www.airsquirrels.com/reflector/

  • BAPI for Sales Order Creation from Third-party Application

    Hi,
    I need to create a Sales order in a SAP system from a third-party applications. Please provide the list of BAPIs/Interfaces that are involved in creation of Sales Order.

    Hi,
    Check this link, explains step by step.
    http://abaplovers.blogspot.com/2008/02/bap-sales-order-create.html
    Thanks,
    Krishna

Maybe you are looking for