This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SOLUTION - PROGRAM MANAGEMENT - Can I replace Aras Logo with my Company Logo.

Rahul. - Sunday, October 16, 2011 4:21 AM:

Hi frnds,

I am Trying to replace Aras Logo with my Company logo and for that i place my company logo of same size in Aras LOGO folder . Edit  InnovatorServerConfig file by replacing banner img address with my company logo address and increase custom build version by 1.

Now When i open aras innovator ,there is no image in banner .

If anyone has knowledge about this then please share it.

 

Thanks

Rahul.



Brian - Sunday, October 16, 2011 7:52 AM:

Hi Rahul,

What you have done is correct.

Check first that the path and file name is correct. (I'm sure you have but it's the place to start)

<UI-Tailoring login_logo="../images/logos/innovator_splash.jpg" branding_img="../images/logos/banner_02.jpg" product_name="Aras Innovator" banner_url="../scripts/banner.aspx" banner_height="50"></UI-Tailoring>

Then check that the syntax is correct in the line in InnovatorConfig

It's easy to miss a " in something

If all of that is OK and it still doesn't make any difference you might have to re-start IIS or possibly the main server.

You should only have to increment the version in the file but sometimes that doesn't pick things up immediately.

Hope that helps

Cheers,

Brian.



Rahul. - Monday, October 17, 2011 11:03 AM:

Thanks Brian it works...

I have one more question if you please hep me on this then it will be a great help.

My question is that i want to add a new column "comment"  Tab in project grid  for that i did following steps

1.Add new property "comment" having a Text  datatype in itemtype - activity2

2. Move to preference and select ItemGrid layout. There i add new row fill following details

      label=" Comment"  width=" 100"  Itemtype="activity" & property=" Activity2/comment.

3. After this when i try to open any project i got an error says=" unhandled exception: array index out of range".

I am not able to understand that why this error comes because these same steps i follow in my home pc and i got success. 

I want to know that after this customization i have to do following things or not

1. increase the version.

2.. restart IIS

My office computer is connected by many clients - is this the cause of an error.

if you have any knowledge about it then please share it.

Thanks in advance

Rahul.



Brian - Monday, October 17, 2011 5:57 PM:

Hi Rahul,

I'm not sure what is happening here. I followed the same steps as you and the "Comments" column displayed on my Projects.

You should not have to do anything with IIS or with the version for this to take effect.

Sorry I can't be of more help.

Brian.



Rahul. - Monday, October 17, 2011 10:45 PM:

Thanks Brian for Reply

Rahul.



Abhishek - Thursday, December 25, 2014 10:09 AM:

Hi Brian,

I am working on ARAS 10 SP3

I am Trying to replace Aras Logo with my Company logo and for that i place my company logo of same size in Aras LOGO folder . Edit  InnovatorServerConfig file by replacing banner img address with my company logo address.

Now When i open aras innovator ,there is no image in banner .

InnovatorConfig.xml :-

<UI-Tailoring login_logo="../images/banner_02.png"

branding_img="../images/banner_02.png"

product_name="Aras Innovator"

banner_url="../scripts/banner.aspx" banner_height="50"/>

When i change login logo then it is succesfull but branding image not affected. Can you please help me that what missed it.



DavidSpackman - Sunday, January 11, 2015 6:27 PM:

Hi Abhishek,

Have you had a look at section 5.4 Customizing/Tailoring User Interface in the Aras Innovator 10.0 - Installation Guide?

Dave