Quantcast
Channel: Kyocera
Viewing all 69 articles
Browse latest View live

AutoStore 6 Send to Email Form LDAP problem

$
0
0
Hello,

I have a problem with the LDAP interrogation when I configure the Send to Email form.

Basically, when I configure in the "Send to Email Fields" tab, everything work. I send the cfg to the Kyocera MFP, everything work. all of the day, many user can use the process with no error or problem.

And after one day, the LDAP interrogation send no result. We must change the LDAP server (by chance, we have 2 LDAP server) and resend config to Kyocera MFP.

We must perform this operation every day.

Do you have any idea where the problem may come ?

thanks for your help.

Autostore 6 & Kyocera FS-C2626MFP

$
0
0
Hi together,

we just got a brand new device of the type Kyocera FS-C2626MFP. While installing the *.pkg file we got an error that the Installation was aborted.
My question is: Is this device supported by AS6 right now ?

thanks in advance
Torsten

7550ci restore config after power outage fails

$
0
0

Hi,

Our 7550CI does´t apply it´s config anymore after a power outage. After setting an XML file in the SafeCom Device Utility and upload the file, it does say all was ok. But after viewing what´s on it. It´s just default. It does remember all other settings. Except for the SafeCom server settings...

 

Anyone got experience with this?

Is there any unlock setting to apply?

best regards,

Robin

Connect Kyocera HyPAS through WAN

$
0
0

Hi 

 

I've read somewhere on this forum that Ricoh can connect to the AS Sever through WAN.

 

 

"Yes. Ricoh's are one of the best platforms to support a WAN based connection from an MFP. Many other device types are not so lucky requiring bi-directional communication from the server to the MFP (such as SNMP calls before the scan process). With the Ricoh, you can just use port 8084 (or any other configurable port), to connect to the server. Now installing the xlet and configuring it to the server will be more challenging as the server deployment tool probably will not work. But there are several options around that. Such as putting the server's IP address in the xlet settings prior to deployment, and deploying through the device's web interface. "

 

Is there a way to connect a Kyocera device with the Kyocera HyPAS component? I've forwared port 3250 in the firewall. Forms are displayed on the MFP but when I try to scan a document, nothing happens. Perhaps other ports are being used? 

 

Kind regards

 

Vincent

New A4 Model with little TouchDisplay

$
0
0
Hi,

my workflow can't shown complete on the little Screen,
what can I do?
On A3 models all is fine..
Is there an update or so?

Taskalfa 3500i System_Busy_Error

$
0
0

I have a problem with Autostore 6 SP1 on my Taskalfa 3500i running under Server 2008R2.

After a few scans the machine shows the following error:

 

Ein Fehler ist bei der Übertragung der Daten an den Server aufgetreten

System_Busy_Error

 

After restart ot the MFP it works for a few scans an then the same error message comes again.

 

The client is J03_E000005004.pkg, the Firmware on the MFP ist the newest V8

 

There is no other application on the MFP an no authentification.

 

We have test is with an other Taskalfa in same same Network an this machine has the same error

 

Framework Extension V14 is installed an the newest HyPas Client Pack.

 

Firewall is off an we exclude the AS6 Folder an the Batch.exe from the Kaspersky.

 

Nothing of this actions helps, has anyone an idea?

 

Thanks

Parser Error

$
0
0

Hello,

  I am running the HyPAS app on a Kyocera 3540MFP but am receiving a Parser Error after touching the AutoStore icon. This presents itself prior to the work flows being displayed. I have attached an image of the error and a screen shot of my version information. Any assistance would be greatly appreciated!

 

 

Attached Images

  • 20150118_113634.jpg
  • Image 001.png

Error when using Find button on a "Tree" field

$
0
0

Hi community,

 

A "tree" field is filled with a txt file by a VB script; this works well but when I push on the FIND button, I've got this error (Picture in attach)

 

 

The VBS:

Option Strict Off

Imports System
Imports System.IO
Imports Kyocera20Capture.Workflow
Imports microsoft.VisualBasic


Module Script
    Sub Form_OnLoad(ByVal eventData As MFPEventData)
		
		Dim ListYear As ListField
		Dim MyYear As String
		ListYear = eventData.Form.Fields.GetField("Year")
		
		MyYear = Year(Now)
		ListYear.Value = MyYear
		
				
		Dim sFileName As String
		Dim srFileReader As StreamReader
		Dim sInputLine As String
		Dim TreeTest As TreeField
		
		Try
		
		TreeTest = eventData.Form.Fields.GetField("Providers")
		TreeTest.RootNode.Nodes.Clear()
		
		TreeTest.Value = "Providers"
		TreeTest.ValueForDisplay = "Providers"
				
		sFileName = "C:\ProvidersList.txt"
		srFileReader = File.OpenText(sFileName)
		sInputLine = srFileReader.ReadLine()
		
	
		Do Until sInputLine Is Nothing
			sInputLine = srFileReader.ReadLine()
			'console.writeline(sInputLine)
			TreeTest.RootNode.Nodes.Add(New TreeItem(sInputLine,sInputLine))
			
		Loop
		
		
		Catch ex As Exception
			Console.WriteLine(ex.Message)
		End Try

		
	End Sub
	

End Module


Thanks for your help :-)

 

Ludo.

Attached Images

  • Error.png

Dynamic form and data lookup

$
0
0

Hi,

 

I am trying to my fields values when my first field is changed.

But when I change the value of the first field "NumFournisseur", nothing happens to the fields "NomFournisseur","NumContrat","email".

 

Any ideas on what's going wrong ?

Option Strict Off

Imports System
Imports System.Web
Imports System.Windows
Imports System.IO
Imports System.Data
Imports Microsoft.VisualBasic
Imports System.Data.OleDb
Imports Kyocera20Capture.Workflow
LoadAssembly:System.Data.dll

Module Script
    Sub Form_OnLoad(ByVal eventData As MFPEventData)

    End Sub
    Sub Form_OnSubmit(ByVal eventData As MFPEventData)
        
    End Sub
    
    Sub FieldName_OnChange(ByVal eventData As MFPEventData)
        
        Const adOpenStatic = 3
            Const adLockOptimistic = 3
            Const adCmdText = &H0001
            Dim NumFournisseur
            Dim objConnection
            Dim objRecordSet
            Dim strPathtoTextFile
            Dim strFile
            Dim request
        
            objConnection = CreateObject("ADODB.Connection")
            objRecordSet = CreateObject("ADODB.Recordset")

            strPathtoTextFile = "C:\Autostore\"

            objConnection.Open ("Provider=Microsoft.Jet.OLEDB.4.0;" & _
                "Data Source=" & strPathtoTextFile & ";" & _
                "Extended Properties=""text;HDR=YES;FMT=Delimited(|)""")

            strFile = "fournisseurs.csv"
        
            NumFournisseur=eventdata.Form.Fields.GetField("NumFournisseur").Value    
            
                        
        
            request = "Select F3,F2,F4 FROM" & strFile &" Where F1 =" & NumFournisseur & ""

            objRecordset.Open (request, _
                objConnection, adOpenStatic, adLockOptimistic, adCmdText)
    
        
            eventdata.Form.Fields.GetField("NomFournisseur").Value=objRecordset.Fields("F3").Value

            eventdata.Form.Fields.GetField("NumContrat").Value=objRecordset.Fields("F2").Value

            eventdata.Form.Fields.GetField("email").Value=objRecordset.Fields("F4").Value
        
    
        
    End Sub    
End Module
Viewing all 69 articles
Browse latest View live