Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
43 views

Issue with SFCB, the python-binding layer and python providers in ESX 4.0

We are writing SFCB providers in python, Since SFCB talks to only C++ providers we need to have an intermediate layer(cmpi-bindings, a python extension module) which can talk to SFCB and start the ...
1
vote
1answer
201 views

CodeIgniter and Authorize.net CIM library

I'm trying to use the authorize.net library for CI2.0 from https://github.com/cloudmanic/codeignitor-authorizenet-cim-library When running fulltest() which is the first function in the controller I ...
0
votes
1answer
21 views

How to deploy mofs and regs file to SFCB in ESX 4.x correctly,

I am working on one cimom based solution in ESX. ESX4.x uses sfcb as a default cimom daemon and sfcb gives specifications (sourceforge) on how to develop MOF and reg files for the providers in the ...
0
votes
1answer
97 views

How can I update customer payment profile details in Authorize.NET (CIM)?

I have a small problem with Authorize.NET SDK (CIM). Currently i'm using PHP SDK and I need to update customer payment profile (bill to address, first name, last name), that is stored in CIM (i have ...
0
votes
2answers
241 views

how to enable the Customer Information Manager (CIM) in authorize.net?

When i am storing the credit card information in customer information manager its showing "E00044Customer Information Manager is not enabled" error. How to solve this problem?
-1
votes
1answer
68 views

Is there any class WMI to show a message box?

I'm writing a WMI project with C#. I want to know Is there any class in WMI (like Win32_Process, Win32_ScheduledJob,...) that to be used to show a message box. I don't want to use .vbs files because I ...