Questions tagged [pcf]

Programmable Command Formats (PCFs) is an IBM technology used for communicating with IBM MQ queue managers.

264 questions
0
votes
2 answers

How to get queue and jndi names

I am trying to get a list of the queue names and jndi names in java. I have tried using pcf and have only been able to get queue names. The documentation on the IBM sight has not been too helpful.
Amigma
  • 31
  • 4
0
votes
1 answer

Error adding parameters to a PCF message with WebSphere MQ API

I am having trouble adding parameters to a specific PCF Message. I am trying to use Inquire Log (http://publib.boulder.ibm.com/infocenter/wmqv6/v6r0/index.jsp?topic=%2Fcom.ibm.mq.csqzac.doc%2Fpc12720_.htm) and as you can see it only has one optional…
Missmuffut
  • 5
  • 1
  • 2
  • 6
-1
votes
1 answer

bundle.js TypeError: Cannot read propertied of undefined (reading PriceIndexationDataControlStandard)

I am developing a React component via Microsoft PCF Framework and I have encountered a very strange error out of nowhere. I was changing only typescript, not even running any build commands etc. and suddenly the rendering of my component stopped…
ssedlacek
  • 58
  • 4
-1
votes
1 answer

Connect python code to PCF MYSQL service instance

Is it possible to connect my python code to mysql service instance in PCF? if yes, how to populate connection details in the code below? any suggestions. I want to run the python code in my local machine. Code: import mysql.connector from…
-1
votes
1 answer

What is the best way to process a json file in spring boot app?

I have 3 json files with combined size of 150mb and it has some data. In local , i stored it in resources folder and reading after application start up and writing to mongodb if the collection not exists. When I deploy this to cloud, I am seeing…
J.K
  • 11
  • 3
-1
votes
1 answer

how to get details of all the running apps in a pcf space after login to pcf via cli mode

cf login -a api_end_point -u -p -o org -s space Once logged in i need to get the running apps info under a particular space. I tried below but no luck cf services Please suggest
lucky
  • 9
  • 1
  • 10
-1
votes
1 answer

Complete example of a PCF Tile with an addon

Are there any tutorials dealing with Pivotal Cloud Foundry Tile containing addons? I see code snippets of what goes into a Tile manifest but no comprehensive examples or tutorials.
Art
  • 1
  • 1
-1
votes
1 answer

The 4 levels of High Availability in PCF, does BOSH handles failed instances or monit?

According to me, as it is mentioned in PCF's 4 levels of High Availability, when an instance(process) fails, the Monit should recognize it and shourd restart it. And then it'll just send the report to BOSH. But if the whole VM goes down, it's BOSH's…
-1
votes
1 answer

Pivotal Cloud Foundry - Connection refused

I've seen the error below upon cf push. I have created an "External Dependency" with several IP addresses. Any suggestions will be appreciated. Staging... [DownloadCache] WARN Unable to download…
Perugini
  • 11
  • 3
1 2 3
17
18