I have clearcase and clearquest 7.1.2.13 installed in a server.
I want to make them accesible through ClearCase Remote Client and through Web interface.
Also I have IBM HTTP server 6.1(which comes with CC installed in the same machine
How can I acheive this?
Please let me know if any other details are required.
Regards,
Nush
make them accessible through ClearCase Remote Client
That means adding a CCRC server called CMServer which will have access to the vob server.
It was known before as the Rational Web Platform: see "Migrating from Rational Web Platform to CM Server"
(In ClearCase8, it becomes a CCRC WAN Server)
As mentioned in "Deploying ClearCase 7.1 CM server on Windows server 2008 platform", ClearCase 7.1 CM server was developed on top of IBM WebSphere Application Server 6.1.
You can use an existing Whepshere server to install the CM server.
Related
I have a number of VMs under one domain. I am setting up kerberos and a part of it is installing the Azure AD App Proxy connector. I have installed the connector in one of the servers but the application that I published is in a different server. Would this still work or I need to install the connector to the specific server where the published application is?
The connectors must be installed on a Windows Server that has access to the backend application
Install the connector on a machine running Windows Server 2012 R2 or later. The connector needs to communicate with the Application Proxy service and the on-premises applications that you publish.
The windows server needs to have TLS 1.2 enabled before you install the Application Proxy connector
If you are installing the connector on Windows Server 2019, you must disable HTTP2 protocol support in the WinHttp component for Kerberos Constrained Delegation to properly work. This is disabled by default in earlier versions of supported operating systems.
You may refer this for more information https://learn.microsoft.com/en-us/azure/active-directory/app-proxy/application-proxy-connectors
I am developing a report in PowerBI Desktop based on data hosted in an Azure SQL Server VM.
When publishing a report, I get the below error:
Publishing succeeded, but the published report cannot connect to the
data source because we were unable to find a gateway. Please install
and configure an enterprise gateway
I believe this is because the enterprise gateway is installed locally on my azure VM, however I'm accessing it from my desktop by going over the web and through the firewall. Therefore I believe the issue is that my pc acceses the machine at
mymachine.cloudapp.net
Whilst the enterprise gateway knows the machine as
netbios-name
Is there any way that I can upload a desktop report to powerBI web using this configuration? The other solution would be to get the machine and sql server to identify itself as "mymachine.cloudapp.net" so that I can use this as the name to connect to through the enterprise gateway, but I'm not sure how to do that (adding the alias to SQL Server isn't enough).
It's a bit hacky, but I've got a work around.
Open the server and edit your hosts file and add the following line:
127.0.0.1 mymachine.cloudapp.net
Make sure that mymachine.cloudapp.net has been configured in SQL Server as an alias.
In PowerBI, add a new enterprise gateway data source, this time, use mymachine.cloudapp.net to connect rather than netbios-name. You will need to use SQL Authentication to connect.
Obviously connecting PowerBI to an Azure VM in this way is not ideal, as it could potentially be unencrypted, but this works around the issue of different host names between PowerBI Desktop and Web.
I have PhpMyAdmin and MySQL running in Windows 8.
I have installed them using Apache friends XAMPP v 3.1, so I didn’t do any configuration myself.
Currently if I go to localhost/phpmyadmin">http://localhost/phpmyadmin, then it automatically shows my local MySQL db and tables.
That I need is connect to remote server(it has MySQL) and runnig locally in my machine , for teh user of one app.
How can I connect to that server from phpmyadmin.
I’ve been trying to find if there any kind of connect panel in phpmyadmin, but no fruit yet.
For rather severe security reasons applicable servers to connect to are not configured at runtime but in the core configuration file config.inc.php. Otherwise a single hacked database account on an edge server could easily expose the entire network for brute force hacking, or tunneling into LAN-only unsecured databases.
Where would you find an IBM ClearCase client (not CCRC ClearCase Remote client) evaluation software installation for Windows?
To my knowledge, there isn't an "evaluation version" of ClearCase.
If you are registered as an IBM client, you can download the full product and then ask for an evaluation key.
There was also a remote session for you to evaluate ClearCase or ClearCase with Eclipse (you connect to a remote IBM server where the product is already installed and where you have 3 hours to explore).
But I don't know if this program is still active.
You need to have a valid Passport Advantage account to download most IBM products.
http://www-01.ibm.com/software/lotus/passportadvantage/pacustomers.html
Can you please tell me requirement for integration of cruise control build integration tool (Java) and ClearCase client (CCRC 7.1).
How to use scm:clearcase: command in a pom?
Is cleartool needed on the machine to execute scm command?
CCRC is not a ClearCase client. It is a remote ClearCase Client: a GUI which will communicate with a CCRC server through web requests.
It has none of the executable found in a full ClearCase client installation, meaning is scm:clearcase (from the Maven SCM implemantation ClearCase) needs cleartool.exe, it won't work if you have only CCRC (and you can't have both CCRC and a full ClearCase client).