Quantcast
Channel: aras PLM community
Viewing all 1103 articles
Browse latest View live

invalid SOAP message, when saving file. 11sp5, on win10 any browser

$
0
0

Hi, from a sunny day in cph

Anybody know this error when saving a file.

XML Parsing Error: not well-formed Location: http://localhost/InnovatorServer/Client/X-salt=std_11.0.0.6296-X/scripts/Innovator.aspx Line Number 1, Column 50:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd"> -------------------------------------------------^

I have tried many things to get it to work,

I don't really understand the error message?

I don't know the relevans but I can't get msxml 6.0 to show up under installed programs like 4.0,
I have installed msxml 3, 4 and 6.. like that 

First time starting up program displayed something like, allow access for Aras domain, what is that? where?

thank you

- Christoffer

 


Simple search based on classification

$
0
0

Hello,

Is it possible to pop a classification picker when clicking on simple search "TYPE" area?

We are looking for a similar functionality as with products (Where you can open a dialog to choose product)

Thanks!

Client-side method select from SQL table

$
0
0

Hello, 

I'm new at aras and I'm trying to display in a report values from SQL table. How am I supposed to do that?

Now what I do:

 

var qryItem = innovator.newItem();

qryItem.loadAML(

"<Item type='incoming' action='get' select='*'>" +

"</Item>"

);

var resultItem = qryItem.apply();

if (resultItem.isError()) {

top.aras.AlertError("Item not found: " + resultItem.getErrorDetail());

return;

}

var count = resultItem.getItemCount();

alert(count); //got two less than in my SQL table

 

var content = "<table border='1'>" +

"<tr>" +

"<td>TEST</td>" +

"</tr>";

alert(count);

for (var i=0; i<count; ++i)

{

// Get a handle to the relationship Item by index.

// Get a handle to the related Item for this relationship Item.

content += "<tr>" +

"<td>" + resultItem[i]+ "</td>" + "</tr>"; //just to test what I get here, got undefined

}

return content + "</table>";

EDIT;

 

tried this too, but got the same result:

 

var qryItem = innovator.newItem("incoming","get");

var qryItem = this.newItem("incoming","get");

qryItem.setAttribute("select","*");

var resultItem = qryItem.apply();

Need to read Item Id value in HTML file opened by javascript Action method

$
0
0

I have created an  Action with Type='Item'. When I right click on the Item I want to read the item ID. I am able to read it in the action method say "showData()"(java script). In this java script method I am opening an HTML page. This html page has java script code i.e script section present in html file. I need to retrieve the value of item in this script section. Need suggestions on how to achieve this?

Note : I created a Form and opened that form in showData() method. Inside the form I have added an html element. this html code has javascript and CSS.

Appreciate help here.

Invalid Search Criteria

$
0
0

Hello all,

I've recently installed Aras Innovator and all seems to be working except for search.  Any time I enter anything, even just and asterisk, into a search field I get an "invalid search criteria" error message.

I've reinstalled Aras, and wiped and reinstalled our server and reloaded Aras again.  Still doesn't fix the issue. 

If anyone has any pointers or areas to look at it would be greatly appreciated.  

Invalid Search Criteria

$
0
0

IGNORE THIS POST, INSTALLED INNOVATOR ON ANOTHER SERVER AND IT WORKED FINE

New install of Innovator 11.0 SP5 Build 6296.  Client access via Mozilla Firefox 38.8.0 ESR.

When using simple search on any itemtype, Innovator displays "invalid search criteria" pop-up error.  Same error no matter what I enter as search criteria (e.g. not using wildcards, using wildcards).  If I do not enter search criteria then search works as expected.

I cleared all search criteria in Innovator, deleted Firefox cookies, deleted Firefox cached web pages.  But this did not solve the problem when I re-enter any search criteria.

AML search does work, but Advanced search results in same "invalid search criteria"

Is there a solution for this problem

Facing 'Invalid Search Criteria' with the new installtion

$
0
0

Hi,

I have installed Aras Innovator 11 on a new server, details of the server are:

OS: Windows Server 2008 R2 Standard Service Pack 1

Type : 64-bit

SQL Server : 2012

Installation went smoothly, but when I login into InnovatorSolutions and try to open an ItemType by giving a value into search grid, I faced 'Invalid Search Criteria'.  Irrespective of the whatever the value that I put in search column I am facing this error.

The same error is being thrown all over the application across all items. 

 

Without having a working Search functionality we could not move forward. Please help us in solving this issue.

 

Thanks you.

 

Error saying "cannot find table 0" on executing a stored procedure from aras SQL item

$
0
0

Hi 

I'm facing once issue while using SQLs in Aras.

I've created a procedure with parameters to update an ItemType and calling the same from a server side method.

But when that procedure is executing (onAfterUpdate of itemType), its giving an error which says something like  "cannot find table 0 in sql stored procedure ......"

What could be the possible reasons for this? Please suggest how to resolve this.

Thanks.

 

 


Creation of part / document from Excel

$
0
0

Hello;

I would like to know if it is possible to create a Part and import the BOM related to this part from Excel files?

And if so, how?

 

Thank you,

 

 

Export item

$
0
0

Hello,
I want to makea backupof anitem.No way togetinformationitem,andsave it to aCSVfilein a folderfor example?(InC#)
Thank you

Create folder structure under my innovator like My desktop

$
0
0

Hi Guys,

I am creating new item type "My Folder" like "My Desktop", where i will create multiple folders under the My Folder and add parts, documents, ECO in that folder. e.g i will create Part folder and add specific parts in that folder. Whenever i need that folder then i will navigate to that folder and open parts.

Anyone can help me on it? Need suggestions as how to design this.

Dashboards - Publishing/Releaseing New Dashboards

$
0
0
I've created a new Dashboard with a Chart with a Chart Series.  The Dashboard shows as "Released" in the Administration area, but is not available in the Dashboards area.  What have I missed?

How to Show Value of Query In Bar Graph Dashboard

$
0
0

Hello Friend,

Is there any possibility to get value of query over Bar Chart in Dashboard, If anybody know then kindly share your solution.

 

Its highly appreciable.

 

Thanks

Abhishek Srivastava

Creating Multiple Vault Error

$
0
0

Hi friends ,

I am facing an error while making multiple vault.

Error as shown below:

I follow step by step below procedure:

  1. We Allocate a server at the secondary location (Site 2) that is capable of running Windows Internet Information Server (IIS) and has sufficient available storage to house the vaulted files.
  2. Run the Innovator setup, InnovatorSetup.msi, to begin the installation process.
  3. Perform a custom installation and select the Vault Server setup component only.
  4. Choose a name for the vault. The default name in the installation is“Default”. I already have a vault named “Default” in our Innovator environment, so I should specify a different name. A name indicating the location can be helpful when looking at a list of Innovator vault names.
  5. The installation will also ask for the Application Server URL. This is the URL to the Innovator server instance at Site 1. The URL has the following form, http://<Site_1_Hostname>/<web_alias>/Server/InnovatorServer.aspx. 
  6. Identify the local path on the server where the vaulted files will be stored.
  7. Complete the installation.
  8. Browse the installation path and open the file VaultServerConfig.xml in a text file editor. Confirm that the <AppServerURL> (from Step 5) and <name> (from Step 4) parameters are correct per the values entered during the installation.
  9. Login to Innovator as an administrator and expand the Administration -> Vaults branch of the tree.
  10. Add a new vault record.
  11. Set the Name on the form to the vault name used during the installation (Step 4).
  12. Set the Vault URL to http://<Site 2 Hostname>/vault/VaultServer.aspx.
  13. Save, unlock and close the Vault record.
  14. Update the Default Vault value on the user records that will be using the Site 2 vault.
  15. Login as one of the Site 2 users and create a new document object and attach a file to it. Unlock the document object.
  16. Confirm that the file has been added to the Site 2 vault in the path specified in Step 6.

If any solution then please share:

Thanks in advance

Abhishek Srivastava

 

Pass URL to field via Innovator API (C#)

$
0
0

Hello -

I have a form for Customers in Aras. One of the fields is called "Web Site". I will be setting this value via C# using the Aras API. Rather than just have the value static text, I'd like the user to have the ability to click on the text and then be sent to that customers home page.

Should the "web site" field type be of type text or does it need to be type HTML?

And, based on that, what would the line of code look like to set this value using the setProperty() method?

customer.setProperty("web_site", ???);

 

Thanks,

Bryan


.NET security settings.

$
0
0

Hi,

  I have installed Aras Innovator on my machine and in database section I have selected Existing database and configure options. But when I run the application I get an alert for "Please, contact your system administrator to review your .NET security settings." Anyone knows why I am getting this error and How can I solve it.

In Aras How can i get Gantt Chart Hourly Basis?

$
0
0

Hello Friends,

Is there any way to view Gantt Chart on hourly basis.

 

If any solution please share.....

 

Thanks in advance

Abhishek Srivastava

 

Promote Item Part from "Manual Change" to "Released" shows effective_date error

$
0
0

Hi All,

By Default, when I promote an Item Part from "Manual Change " to "Released" after I edited the item during the Part's State in Manual Change and Saved and Unlocked. An Error was shown saying:

 

"The value of the effective_date property specified for the Part is invalid. A value is required and it must be greater than or equal to the today date"

 

Is this a bug by default from Innovator?

 

Thanks!

Unable to View/Edit Class Structure

$
0
0

We recently installed Aras 11.0 SP5 with Update 1.1 on the Open plan. I am unable to view or edit the Class Structure for an item. I tried following the example for the GeometricShape in the documentation, but when I click the Class Structure button, nothing happens. I've made sure the record is locked and I am logged in as an administrator. Any assistance is greatly appreciated.

 

Thank you,

Jeff

Programmatically open an item in its form

$
0
0

Hi,

What I try to do is:

1) I have an action added to ItemType XXX, associate the server method to it which follows some business rules to create another item of ItemType YYY.

2) User can find the new item YYY in TOC, then open it manually. They want to open the YYY automatically immediate after its creation.

How can I do this?  Any example would be helpful.

Thanks a lot

Viewing all 1103 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>