Database profile represents set of data to be write or read from Database. We have two type of Database Profiles. We can select Read or Write profile in option tab Execution type in profile. Read profiles : Read profiles are used to read the data from database. and these profiles we use in source part in map shape to transfer data retrieved from database to next shape. this profile contain 3 parts. Statement : there are two types of statements SQL : Select Query Stored Procedure Read : stored procedure which return data from databa...
1. Whenever you are developing a soap service in dell boomi, how do you get the wsdl URL To get the WSDL URL you have to go to manage tab and then select the atom on which deployment has been done. Go to a shared server and there u will have hostname and port details.. Append /ws/soap?wsdl to it 2. Do I need to split my document up before it goes into the cache? Namely flat file and database profile need to be split up before going into the cache. Documents with multiple data rows that should recognized as separate need to be split (with a data process split) up before going into the cache or it'll be treated as one document. 3. Can I replace existing records in a document cache? There's no automatic update records with the same keys or index functionality currently. You could look up a document(s) in the cache by key and remove just that one and then add in an updated document with the same key. 4.Why is no data being returned...
Comments
Post a Comment