meenu - Saturday, January 26, 2013 3:52 AM:
Hi all,
I tried to add an URL to an E-mail message. I' m able to add URL as localhost/innovatorserver , But when I add URL as 192.168.1.65/innovatorserver I' m not getting the mails.
If I add 'localhost' in the URL how the users will be able to login from their machine?
Please help me.
Thank You
M.K
asha_gholve - Monday, January 28, 2013 3:38 AM:
Hi,
Please modify your URL to
192.168.1.65/.../default.aspx
Regards,
Asha
meenu - Monday, January 28, 2013 4:17 AM:
Hi,
I added in the same way . 192.168.1.65/.../default.aspx Assignment. Not like I mentioned in the post(just to give an idea I mentioned like that). But it is not working.
asha_gholve - Monday, January 28, 2013 4:33 AM:
try this
192.168.1.65/.../default.aspx
don't change anything
open URL in IE
Regards,
Asha
meenu - Wednesday, January 30, 2013 1:10 AM:
Hi Asha , Getting the following error If I use the URL like you said.
Server Error in '/ ' Application . Resource cannot be found
Naveen - Monday, February 4, 2013 5:00 AM:
Hi M.K
Your URL might not be properly structured, try the following.
http://[server]/[innovator]/Client/default.aspx?StartItem=[itemtype]:[id]
Example
preprod/.../default.aspxPart:E091F9E500FC4C1C94FEFD7F3EAE0865
If that does not work, try this
a. Login to you innovator application, copy the URL once you are logged in.
b. Go to ItemTypes and select the name of the itemtype you want to open(eg. Part), if this has spaces then replace them with %20
c. Go to the item you want to open, right click select properties and copy the ID.
using these 3 values construct your URL in the following format a?b:c
preprod/.../Innovator.aspxPart:E091F9E500FC4C1C94FEFD7F3EAE0865