New to paas and need some guidance - paas

I am new to paas and want to learn how to implement paas. I have searched in google and basically understand its definition, use case, etc. And if I want to create my own paas provider what should I start with? Can anyone of you give me some guidance on how to create a simple paas provider? What system requirement it needs?

I think you need to start your learning from some existing open source realizations.
For example
https://www.cloudfoundry.org/

Related

BMC Remedy Service Desk Integration with Sailpoint

I am working on a new project and need some information. We are going to integrate sailpoint with BMC Remedy Service desk. we would like to give access to user through Remedy, Where we provide access request and then sailpoint provision them to the defined (groups or entitlements). I would like to get more knowledge how can we do that I went through sailpoint documentation to understand but I would like to visualize whats going on.
for example:
I have one user and would like to give him access to "IT-department" in order to do that I have to provision him into "IT-department" entitlement of Active Directory. I want to use BMC Remedy to give him access request to "IT-department". I want to understand how BMC remedy will be able to tell sailpoint to provision to specific entitlements and automate this process.
Any idea and suggestion will be really helpful.
Well I didnty get any answer but I was able to find it through some search.
Answer will be using REST API to call workflow

How to setup Microsoft Access as a POS system for 3Dcart?

I'm helping out with an 3Dcart eCommerce/online store doing basic web administration tasks analyzing their data. Their POS system is manged manually with Excel at the moment, and so updating information has become pretty time consuming. I want to know if it's possible (and if so how) to connect/integrate 3Dcart's database system and be able to use Microsoft Access for the programming in order to be able to merge tables/databases more seamlessly and work more efficiently.
Is this possible? Are their any online resources that show how to integrate Microsoft Access as a POS system (with 3Dcart specifically if possible) or could anyone describe how to do so?
3dcart allows you to import your products using the Import/Export feature from a CSV file. But it seems like there is no way to make it work with Access automatically. Also I've found this service http://www.file2cart.com/shopping-cart-data-import-options/6265-import-excel-to-3dcart
Maybe it will be helpful for you. And finally you can contact these guys Smart POS and ask them for help.

Meteor - Mysql (Integration between LAMP and Meteor.JS) cross platform

I have an existing application based in LAMP and now I am looking to develop a new module of the existing system in Meteor.JS (Only New Module, keeping the existing system as it is)
I know that Mysql is not officially supported till now in Meteor. I have gathered some knowledge that, using a package numtel:mysql, we may get support for mysql, but I feel that is also limited.
Now, my question is: I have one project built on a LAMP stack, and I wanted to develop a new module for this in Meteor using the same Mysql database, as its contains existing records. (I know that I have to do some workaround for sign-in and authentication between two, and that I have to take care too.
But I just wanted to know, Is it possible to use the existing system (Mysql database) and what are the possibilities of creating a new module in Meteor. Can someone put shed light into this scenario?
Also, can someone suggest to me how to do single sign-on between these two different applications (LAMP and Meteor)
What are the steps that I should take in order to achieve this?

Broadcast the real time MySQL database table data

I need to broadcast the real time database table to my web application (Asp.net).
I know I can implement it using SignalR and SqlDepedency. But the issue is my database is MySQL. I have done lot of research on how to implement it using MySQL. But didn't find anything useful.
Please guide me if there is something I can try with MySQL to achieve this ?
Thanks.
You should avoid SqlDep. anyway. I always recommend publishing database changes on a service bus and let signalr pick it up. This way you can fire state changes anyware in your domain and signalr can pick it up
Check this library out to abstract signalr from your backend bus (I'm the author)
https://github.com/AndersMalmgren/SignalR.EventAggregatorProxy/wiki

Migrating from SalesForce to Dynamics using SSIS

I need to migrate my company's data from SalesForce to Dynamics, using SSIS. This has been attempted by others in the past using Scribe, and has apparently been unsuccessful, because there were fields we wanted to enter which Dynamics wouldn't let us because they were system generated (such as Created Date.) Nobody at my company is exactly sure how to go about using SSIS to migrate from SalesForce to Dynamics...they just know that they want it done that way and they do not think any third party tool will be helpful. I'm having an extremely hard time finding ANYTHING online that isn't an advertisement for a third party tool. Does anyone know of some kind of guide or tutorial, or really any information at all on using SSIS to do this kind of migration?
The consulting firm that I work for has successfully used Scribe to migrate from SalesForce to CRM. Had some hoops to jump through, but it worked.
And as far as the created date goes, there is the override date field to use. I guess you could use SSIS, I'm just not sure it's going to be any easier.
I have used Kingsway Soft's SSIS Toolkit with a lot of success in the past. They have a free trial available here along with documentation for how to use the toolkit in SSIS.
http://www.kingswaysoft.com/products/ssis-integration-toolkit-for-microsoft-dynamics-crm
They support both Dynamics CRM and Salesforce so you should be able to pull from salesforce, transform the data if necessary and push to Dynamics CRM.
You can use this along with Daryl's suggestion for overriddencreatedon and migrate data across pretty simply.
I have used talend in the past to migrate from other CRM systems in to salesforce. Not sure if this will help you in doing the vice versa.
It's a powerful tool and you can perhaps check it out. Use the opensource version.
Before you select the technology... do you have a full mapping of all source tables/fields to target tables/fields? without this you can't do anything. That's why you normally engage an external consultant, because they know all this stuff already.
The issue isn't the tool, it's the mapping. If you don't know what goes into those fields, a tool isn't going to help unless it has some product specific controls that generate those values for you.