Smart Integration Connector (SIC) Error
There are data management tasks scheduled, they are designed to extract OneStream data and load to external database. Some failed with below error messages, but they succeeded later on. Just wondering what could be the possible causes, I would appreciate if anyone could help me understand22Views0likes1CommentSetting up Cube Data Manager Solution: Add New Environment
Hello, I am trying to set up the Cube Data Manager solution from Open Place in my working production application. Currently it is all loaded up, but I need a little help figuring out how to add the environment to it containing the applications that I want to work with. Please see pictured below. Thank you, Jeremy Morgan1.3KViews0likes6CommentsHow to copy a scenario from one application to another?
Hello, I recently recovered a scenario from a restored application copy from a point in time. I now would like to extract that scenario from the application copy and put that in our working application. Does anyone have any idea on how this would be done? Thank you, Jeremy MorganSolved1.4KViews0likes6CommentsHow do I assign the entity to my Data Management for my Calculation Definitions?
Hi Everyone. I have a question about how I can assign the entity that appears in my Calculation Definitions to my assigned Data Management Step. Currently, I have it set to E#Root.WFProfileEntities, but since I have it in a Profile that does not have entities assigned (because it is a Profile where I want to mark all my WF as complete), it gives me an error when I try to use it from there.35Views0likes4CommentsWhat could be a reason for a Save button in a workflow to be triggered several times after save?
For some reason, the workflow save event is being called several times. I have this configured right (I believe): Dim returnValue As Object = args.DefaultReturnValue args.UseReturnValueFromBusinessRule = False args.Cancel = False Case Is = BREventOperationType.Workflow.UpdateWorkflowStatus Dim sWorkflowImpactMessage As String = args.Inputs(3) 'Example: 'Reason = Save Data Cells 'Data Entry Type = CubeView 'Cube View Or Filename = NameOfCube 'Data Entry Audit ID = 0d6e8f60-de0f-4ab3-ba69-2f28a0d2 'Task Activity ID = 00000000-0000-0000-0000-000000000000 If ( sWorkflowImpactMessage.Contains("Reason = Save Data Cells") ) Then If (args.IsBeforeEvent = False) And (sDataEntryType = "CubeView") Then Here is my code - If I print a message, I see it several times. Thanks RafReference a parameter in a different workspace than default
I am executing a Copy Data Management step which references a literal parameter (NOTin Default workspace) to get the scenario value. However, I am receiving an "Invalid Parameter" error when trying to use the parameter even though I confirmed the parameter is named correctly and has a value. However, when I created the same parameter in the Default workspace, the Data Management step executed successfully. In a Data Management step, is there a way to denote which workspace the parameter should be coming from? I tried something like: workspace_name.|!Scenario_parameter!| but no luck. Is there any documentation on this?Solved1.6KViews0likes5CommentsTask scheduler skipping date
Hello, Has anyone seen this before where the task scheduler looks as if it will skip a date? Under the grid view, the autoloads highlighted are skipping 10/1/24 even though they are all set to run the first and the second day of every month. Weirdly enough, under the calendar view, they are listed correctly under 10/1 date column and after a few switches back and forth it reset itself back to 10/1 without any other action. Any idea would be appreciated.166Views0likes2CommentsQuery to add a sequence for TASKs to run in Data Management so if one fails the others complete
we have a query where we have a list of Tasks that are running one after the other but are not linked, and if one of them fails for whatever reason, the rest of the tasks also stop running. We have been informed by OS that this is not possible to configure this behaviour within the specific task or Data management so we can control which tasks stop and which ones need to be completed in case one of them fails. We believe this makes sense to have a parameter / setting to set against each individual tasks if they just stop running or continue to completion in case of of the other tasks fail. At the moment they all fail when there is an error.93Views0likes1CommentExecuting a data management sequence that we chose from a combo box in a dashboard
Hi Everyone, I am actually trying to make a dashboard that let users execute different sequences from data management without accessing the Application tab so i am using a dashboard with a combo box that lets you choose the step you want and a button to execute it. The problem is that i don't know how to send to the button the sequence i chose from the combo box and how to make so that the button can execute any sequence i chose without preparing the parameters in advance like we do in the data management tab where we run then choose parameters we need. I already linked a parameter containing the list of steps to populate the combo box but i don't know how to send the selected step to the button to run it. Thank you.Solved721Views0likes4Comments