-
15. Re: Welcome to the IICS - Preview Discussion Forum
inuser468498 Sep 5, 2017 5:41 PM (in response to Baby Girl Pantaleon) -
16. Re: Welcome to the IICS - Preview Discussion Forum
Baby Girl Pantaleon Sep 6, 2017 6:42 AM (in response to Sudeep M)Would there be a chance to have it separate with Admin role? We would like ordinary user to export without having admin role because it is a risk.
-
17. Re: Welcome to the IICS - Preview Discussion Forum
Meenakshi Vasudevan Sep 6, 2017 11:38 AM (in response to Baby Girl Pantaleon)Hi,
You can create new user roles where you can enable only the "Import/Export" privileges and assign that role to the users. This way the users will be able to do an import/export but may not have other Admin privileges.
thanks
Meenakshi
-
18. Re: Welcome to the IICS - Preview Discussion Forum
Baby Girl Pantaleon Sep 6, 2017 11:44 AM (in response to Meenakshi Vasudevan)Yup. I found out that one.
Since this new release would be able to handle different projects, would it be possible to combine Orgs? Example, we have 4 Production Orgs, can we make it as one?
-
19. Re: Welcome to the IICS - Preview Discussion Forum
romil00u17oe1exyoIlcuM1d8 Feb 18, 2018 7:10 AM (in response to gcook)We have been recently migrated from old version but secure agent is in stopped stage. I have installed the new agent on same EC2 server but it's not popping up on the web, it's not allowing me to delete the existing one. Can you please let me know how to delete or refresh the current agent on IICS webpage. I am getting following error while deleting the current secure agent:
Internal error occurred loading FrsInfo for specified objectId. objectId:001UGN08000000000006.
-
20. Re: Welcome to the IICS - Preview Discussion Forum
Himanshu Shandilya Feb 20, 2018 2:13 AM (in response to gcook) -
21. Re: Welcome to the IICS - Preview Discussion Forum
Ramesh Allada Jul 19, 2018 2:38 PM (in response to gcook)Hi, No one has asked about SAML SSO. Currently, at NI we use SAML SSO to log users. Is SSO available in IICS? If it is then is it similar to ICS, I know we will need to exchange certificate and the IICS url will need to be updated on our AD server.
-
22. Re: Welcome to the IICS - Preview Discussion Forum
Ramesh Allada Dec 27, 2018 11:45 AM (in response to gcook)How do I log Preview issues? For example, the Search functionality is not available for Connections.
-
23. Re: Welcome to the IICS - Preview Discussion Forum
Nitin KN Jan 2, 2019 6:52 AM (in response to Ramesh Allada)As usual you have to raise a Case with support.
-
24. Re: Welcome to the IICS - Preview Discussion Forum
MANMEET SINGH Mar 13, 2019 3:23 AM (in response to gcook)I got a requirement to create full and delta load in a single task either by using Data Synchronization or mapping.
Say my source is Salesforce object and I want to fetch only delta records. But in case if they need to run the full load, the mapping or DS task should work as expected.
When we put a filter under 'Data Filters' tab in Informatica Cloud as below, it is working fine.
Sysmodtimetamp >= $LastRunTime.
The value of $LastRunTime inbuilt variable changes during every run as it takes a start time of the task of the previous run in the below format.
2019-01-01T12:00:00.000Z
Now if I pass $LastRunTime using parameter file and use user-defined parameter, it is not working as expected.
Sysmodtimetamp >= $$param -- custom parameter.
In parameter file,
$$param = $LastRunTime
In this way, the timestamp value is truncating as below and which is failing the task as it is not a correct date format.
2019-01-01T1
Can anyone help me in this simple situation on why it is behaving like that? Or it may be a Informatica bug.
-
25. Re: Welcome to the IICS - Preview Discussion Forum
Nitin KN Mar 14, 2019 8:30 AM (in response to MANMEET SINGH)parameter file should have a value for the parameter. but in your case you are sending another parameter for a parameter which is not the right usage.
please explain the purpose of user paramter in this when you can directly use $LastRunTime in the task.
$$param = $LastRunTime
-
26. Re: Welcome to the IICS - Preview Discussion Forum
MANMEET SINGH Mar 14, 2019 9:27 AM (in response to Nitin KN)I know we can directly use $LastRunTime but as I mentioned I was trying to achieve Full and Delta load in a single Data Synchronization task. When I pass default value '', it is working fine. Though by passing $LastRunTime through parameter file, it is converting $lastruntime to timestamp value but truncating the value. May you can try it from your side. I don't think this should be a wrong way to do. I
Do you know a way to create a full and delta load using the same data synchronization task? It would be really appreciated.
-
27. Re: Welcome to the IICS - Preview Discussion Forum
Brian Tretter Mar 14, 2019 1:40 PM (in response to gcook)Is anyone else having navigation issues? When I open the URL, I see the three boxes - Data Integration, Administer, and Monitor. When I then click on Data Integration, I see detail, but do not see how to easily navigate back to Administer or Monitor. When I go back to the main URL and click on the Administer or Monitor boxes, it will open up an empty window which never populates. If we cannot navigate thru the main IICS functions, this will be a problem, and are making us VERY worried about this upgrade.
Note that I was previously able to open these windows, and have set up connections as well as imported tasks which I have successfully executed. However, the flakiness of the UI is very concerning.
So now the black ribbon just below the URL was missing earlier. This is where there current window is reflected. Note how I am in the Administrator window and I can click on the down arrow next to "Administrator" to switch to "Data Integration" or "Monitor".
However, for most of the afternoon, when I clicked on "Data Integration" the black ribbon at the top was missing, which prevented me from switching between functions.
This has been maddening.
-
28. Re: Welcome to the IICS - Preview Discussion Forum
Brian Tretter Mar 14, 2019 1:48 PM (in response to gcook) -
29. Re: Welcome to the IICS - Preview Discussion Forum
Ramta Batra Mar 24, 2019 9:25 PM (in response to gcook)Hi,
Is there any option in IICS taskflow to read a value from a target file generated in mapping task called in data task.
e.g. I have created a mapping which generates rows in target file dynamically and I want to read those rows in taskflow as I need to take decision whether I want to go to next step or not based on those values.
Looking forward for your help.
Thanks !