How to Sign up Microsoft Power Apps without business or work email

Currently, Personal Email address (e.g.  email address ends in outlook.com, hotmail.com, gmail.com, …) is not supported to sign up for PowerApps. PowerApps doesn’t support email addresses provided by consumer email services or telecommunications providers currently. If you sign up for PowerApps using your own personal email address, you would receive the following error message: No Worries! […]

Read More

CORS header ‘Access-Control-Allow-Origin’ List multiple domains

The Access-Control-Allow-Origin response header indicates whether the response can be shared with requesting code from the given origin. More than one Access-Control-Allow-Origin header was sent by the server. This isn’t allowed. The possible solution could be, If you have access to the server you can change your implementation to echo back an origin in the Access-Control-Allow-Origin header. You cannot send back a […]

Read More

How to add Header Fields To Flat Files in Informatica Power Center (using header command)

How to add Header Fields To a Flat Files in Informatica Power Center using “Header command”? This option will give you the flexibility to fully customize your header names. In this example I am creating a csv target file with comma delimited. Also read another option solution using “Header options” This solution offers a little […]

Read More

How to get the last day of the month in informatica

How to get the last day of the month in informatica power center? We can use the transformation function LAST_DAY which Returns the date of the last day of the month for each date in a port. SyntaxLAST_DAY(pass_the_input_date) Example LAST_DAY( PLAN_END_DATE ) Let’s consider a real time scenarios. We have a PLAN effective date and […]

Read More