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

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

 


ERROR: there is no tag in response

$
0
0

i am getting  a error (there is no tag in response) while trying to create a issue , can anyone please help me?

How to improve the performance with upload a file

$
0
0

Hi, all:

 

We use Aras PLM 9.4 in our company. And we spent a lot of time to solve the performance issue.

But we always fail. We upload a 4KB file about 20 times by PC1 & PC2. 

Upload time: 1~2 seconds , 40~50 seconds.

 

But we use other web system(ex:EIP) to upload the same file , always just need 1 second.

 

We can't understand what wrong with our PLM configuration. We have according to the offical document setting. 

 

Other information as follows:

1.Client PC1 and Client PC2

(a)CPU i5 / 4GB RAM.

(b)WinXP SP3.

(c).Net framework 3.5 & 4.0.

(d)IE8.

 

2.One Server(AP/DB/Valut) 

(a)CPU i5 / 8GB RAM.

(b)Windows 2008 Server R2.

(c)SQL 2008 Server.

(d)IIS.

(e).Net framework 4.5.2.

 

We are looking forward to your reply.

 

Best Regards,

Wilson

 

 

Aras Innovator 11 SP5 on single computer Win 7x64 (TEST and/or DEMO)

$
0
0

Has anyone tried successfully installing Aras Innovator 11 SP5 on a on single Win 7x64 computer (for TEST and/or DEMO purpose)?

If yes, please advise on what framework / versions of the 3rd party software's (IIS, MS .NET, MS SQL Server, Internet Explorer, FireFox) were considered for successful installation.

Regards,

Sanjay

Vault Error When saving File, Vault Path Another PC On Same Network.

$
0
0

Hello Friends ,

I am facing below error when saving file on document Item Type. What i did on the time of installation , only vault file location provide remote PC.

If any solution regarding then kindly share me ASAP

 

Regards

Abhishek Srivastava

enable/disable relationship buttons

$
0
0

Hi,

i need to enable or disable some buttons on Part page TABs (for example new relationship on Part BOM TAB) on Part page load.

Can someone give me an advice?

Thank you

Stjepan

c# IOM.dll Aras.net System.io.DileNotFoundException

$
0
0

Hallo,

At the moment I'm trying to build an easy Aras11 Filedownloader using c# and Visual Studio 2012.

I'm trying to use IOM Version 11. But when I run the programm I get the System.io.FileNotFoundException concerning Aras.net. But when I use version 9 of IOM.dll it works.

 

This is my Code :

static void Main(string[] args)
        {  
            Aras.IOM.HttpServerConnection MyConnection;
            Aras.IOM.Innovator MyInnovator;
            String url = "http://***.***.***.*.***/InnovatorServer/";
            String db = "InnovatorSolutions";
            String user = "Admin";
            String password = "innovator";
            Aras.IOM.Item login_result;
            Console.WriteLine("Aras Innovator Filedownloader!");
            try
            {
                MyConnection = IomFactory.CreateHttpServerConnection(url, db, user, password);
                Console.WriteLine("HTTPSerververbindung hergestellt");
                login_result = MyConnection.Login();
                MyInnovator = new Aras.IOM.Innovator(MyConnection);
                Console.WriteLine("Downloading Files");
                Item myfiles = MyInnovator.newItem("File", "get");
                Item result1 = myfiles.apply();
                Item files = result1.getItemsByXPath("//Item[@type='File']");
                for (int i = 0; i < files.getItemCount(); i++)
                {
                    Item file = files.getItemByIndex(i);
                   try
                    {
                        Console.WriteLine(file.getFileName() + "\n");
                        file.lockItem();
                        file.checkout("C:\\Test\\Ausgabe\\");
                    }
                    catch (System.Exception EX)
                    {
                        Console.WriteLine(EX.ToString());
                    }
                }
                MyConnection.Logout();
            }
            catch (System.Exception e)
            {
                Console.WriteLine(e.ToString());
            }
            Console.WriteLine("Press any key to exit.");
            Console.ReadKey();
        }

 

 

 

Any help would be apprechiated!!!

Is that Possible to Get Values from List in ARAS

$
0
0

Hi friends,

I create a list name "Test" and create an item type name "Testing". Now i Want if i select Label like (1,2,3) then i get the values like (Test1, Test2, test3) respectively. So is that possible to retreive value like that.

Kindly share the soluttion,

Thanks

Abhishek Srivastava


building a BOM

$
0
0

Hello,

Our Company is offering very flexlible products , lets say we have a product consisting of 15 parts, but 10 parts can be optional, according to order. What would be the best way to build BOM with aras?

How to lock,unlock,close,open document using javascript or c#

$
0
0

Hello.......I am beginner in Aras and i want to know

How to Lock ,Unlock, Close Document using javascript or if any server side language like c#.....................???

please give me Reply .....................!!!

How to create a new version of a document using c#?

$
0
0

Hello,

I wrote a clientside program tho download a file of a document using c# . After editing the file I want to load it up again, but in a new version.

 

I' using the well known methods

Item fileToAttach = MyInnovator.newItem("File", "add");
            fileToAttach.setProperty("filename", name);
            fileToAttach.attachPhysicalFile(filepath);
            fileToAttach.apply();

Item doc_file = MyInnovator.newItem("Document File", "add");
            doc_file.setProperty("related_id", file.getID());
            doc_file.setProperty("source_id", doc.getID());
            doc_file.apply();
            doc.lockItem();
            doc.addRelationship(doc_file);
            doc.apply();
            doc.unlockItem();

This works. But no new version is created.

Ho can I do this?

I already reat the topic

4.2 Built in Action Methods

of the programmers guide, but I dont know how to deal with it.

Can anybody please give me a short example to operate with a new verion of a document (Item)?

 

Any help would be appreciated.

 

 

Vaults on Network Shares

$
0
0

Hello,

Has anyone tried to setup a vault on a network share (i.e. \\server\Aras\Vault)?  We are trying to use our file server at the location where the vault is housed.  However, we are receiving an Access Denied error when adding files to a document inside Innovator.  Does anyone know what user name Innovator tries to use to store files in the vault?  We look at the logs on the file server and it shows the Machine Account being passed.  If someone could help us create a vault on a network share, we would greatly appreciate it.

Thank you,
Tom Hedberg, Jr.
Advatech Pacific, Inc.

How can I disable date/calendar control using client/server script & a Radio Button List as well ?

$
0
0

Hi,

I have a control of Date type say myDate. I want to disable it. If I use myDate.disabled = true; it doesn't work & I can still select a date.

I there a way to do this?

2) I have a list as well which is shown as Radio Button List which I want to disable. the .disabled also do not work with this. How to achieve this?

Thanks...

 

Auto search in a form field

$
0
0

Hi friends,

I create customer master Item and create three field:

1. Customer No  2. Customer Name 3. Date

Now in another item i also create Customer Name field ,

I want when i select Customer name then customer no and date auto come from customer master item-type ,but data comes in a different way like below mention:

 

In this field when i type 2-3 words then customer name autosearch and when i select it then Customer No and date automatically comes before saving the form.

So anybody can help on that then it is more appreciable.

Thank You

Abhishek Srivastava

How to use a filter list?

$
0
0

I am extremely new to aras. I just wanted to know how to use a filterlist. Does the values automatically filter?

 

thank you all in advance


Drop down on Relationship Itemtype with no blank value

$
0
0

Hi,

I have added a 'List' datatype property on Relationship ItemType. I want this drop down to be without blank value. I just edited the Relationship Itemtype' s form by adding the field and checked 'List No Blank' , but still the drop down is having the blank value.

How can I remove the blank value form this drop down?

Thank you.  

can't add files ARAS 11

$
0
0

Anybody knows how to fix following error in out of the box install of aras 11? I got this error while trying to add file.

 

How to get time difference (n number of times )

$
0
0

Hi,
In my application I have created schedule chart, in that I am capturing the timing intervals of when the Job started, when paused, when resumed and when completed. For this purpose I have used four date controls in my form. I can get the time difference properly through the below code.

...
...
Dim pdrf_no As String = Me.getProperty("pdrf_no","")
Dim start_time As String = Me.getProperty("draft_start_time","")
Dim paused_time As String = Me.getProperty("draft_paused_time","")
Dim resumed_time As String = Me.getProperty("draft_resumed_time","")
Dim end_time As String = Me.getProperty("draft_end_time","")
….
….
….
Dim dFrom As Date
dFrom = System.Convert.ToDateTime(start_time)
Dim dpa As Date
dpa = System.Convert.ToDateTime(paused_time)
Dim dre As Date
dre = System.Convert.ToDateTime(resumed_time)
Dim dTo As Date
dTo = System.Convert.ToDateTime(end_time)

Dim TS1 As TimeSpan = dpa - dFrom
Dim TS2 As TimeSpan = dre - dpa
Dim TS3 As TimeSpan = dTo - dre

Dim TS As TimeSpan = TS1+TS3
Dim hour As Integer = TS.Hours
Dim mins As Integer = TS.Minutes
Dim secs As Integer = TS.Seconds
Dim timeDiff As String = ((hour.ToString("00") & ":") + mins.ToString("00") & ":") + secs.ToString("00")

updt.setProperty("total_hour",timeDiff)
…..
...
The above scenario is like:

Job Start Time…………….Job Paused Time……………Job Resumed Time……….Job End Time

My Request: How to capture N number of paused & resumed time. 

Like: 

Job Start…...Job Paused...…Job Resumed...…Job Paused...…Job Resumed…...Job Paused…...Job Resumed…...Job End

Please guide me how to do the above requirement.

Regards,
Krish

Choosing workflow path

$
0
0

Hello,

I am currently trying to build a dynamic workflow which would allow the user who is creating a document choose which user this document should go to next. (The document has to go to an individual , but not Always the same (Differentiation of workshops))

One way i have figured out at this time is using promotions - multiple promotions i.e A and B would fire different workflows, but i dont think this is the best way to go about this.

Maybe there is a better solution as to how the user should choose which workflow path  or workflow the document should take?

thank you for your help

Innovator 11 - checking out a document for editing

$
0
0

Hello,

I am trying to check out a file attached to document item type for editing in MS Word, but i can't find such an option anywhere - help is not helping me on this subject . How can i open attached file , edit it and save it back to ARAS?

 

Thank you.

Viewing all 1103 articles
Browse latest View live


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