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

KYOcapture and Equitrac embedded

$
0
0
Hi All,
I have installed KYOcapture and Equitrac as a HyPas applications on the same machine - Kyocera TASKalfa 300ci. Unfortunately Equitrac embedded running on the machine is blocking scanning service giving the message (see attached file):  
"Cannot start scanning. Scanning service is not available."
  
The same result I get when switching to on Local or Network Authentication on the machine - but there are some settings (KYOcapture Process Designer -> Group settings -> Device Services Require Authentication) which give Kyocapture appropriate rights.    
The question is: what to do to run KYOcapture and Equitrac Embedded on the same machine?

KYOCERA HY-PAS ERROR!!!!!

$
0
0
I autostore enterprise on server with service pack 2.01. Scanner is a Kyocera taskalfa 500ci. Tried scanning in and get the error "Error trying to scan, Scanner is busy".  We hook up laptop with kyocapture with no updates with the same CFG File and No Problems.
  
Could someone email me on this.  craigd@cbp-sd.com
  
  
CFG FILE  attached.
  
Here is the script
  
  
'This takes a InvoiceNumber RRT and have the data go to a database.
'This also creates RRTs for the fields that are being pulled.
  
  
Sub WorkOrder_onload
On Error Resume Next
Dim objConnection
Dim objRecordSet
Dim strSQL
Set objConnection = CreateObject("ADODB.Connection")
Set objRecordSet = CreateObject("ADODB.Recordset")
objConnection.Open "DSN=Hegg;"
'objconnection.Open "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=D:\Hegg\HeggDataBase.mdb"
objRecordset.CursorType = 1
objRecordset.LockType = 3
objRecordset.cursorlocation = aduseclient

EKOManager.StatusMessage "GetCustomerNumberfromDB : InvoiceNumber is: " & InvoiceNumber
strSQL = "SELECT * FROM Hegg WHERE InvoiceNumber = '"& InvoiceNumber &"';"
objRecordset.Open strSQL, objConnection

If Not objRecordset.EOF Then
CustNumberStr = CStr(objRecordset.Fields("InvoiceNumber"))
EKOManager.StatusMessage WONumberStr

VendorNumberStr = CStr(objRecordset.Fields("VendorNumber"))
EKOManager.StatusMessage VINumberStr

VendorStr = CStr(objRecordset.Fields("VendorName"))
EKOManager.StatusMessage VINumberStr

AddressStr = CStr(objRecordset.Fields("Address"))
EKOManager.StatusMessage VINumberStr

CityStr = CStr(objRecordset.Fields("City"))
EKOManager.StatusMessage VINumberStr

PHNumberStr = CStr(objRecordset.Fields("PhoneNumber"))
EKOManager.StatusMessage VINumberStr
  
ZipStr = CStr(objRecordset.Fields("Zip"))
EKOManager.StatusMessage VINumberStr
  
CheckStr = CStr(objRecordset.Fields("Check"))
EKOManager.StatusMessage VINumberStr

DateStr = CStr(objRecordset.Fields("Date"))
EKOManager.StatusMessage VINumberStr
Else

End If

Set Ktopic = KnowledgeContent.GetTopicInterface
KTopic.Replace "~WER::InvoiceNumber~",InvoiceNumberStr
KTopic.Replace "~WER::VendorNumber~",VendorNumberStr
KTopic.Replace "~WER::VendorName~",VendorStr
KTopic.Replace "~WER::Address~",AddressStr
KTopic.Replace "~WER::City~",CityStr
KTopic.Replace "~WER::PHNumber~",PHNumberStr
KTopic.Replace "~WER::Zip~",ZipStr
KTopic.Replace "~WER::Check~",CheckStr
KTopic.Replace "~WER::Date~",DateStr
  
objRecordset.Close
objConnection.Close

End Sub
  
Sub WorkOrder_UnLoad

End Sub
  
  

DocAccel and MAC address

$
0
0
We are trying to get RightFax working.  It requries DocAccel.  The server and the Kyocera MFD will not communicate unless they are on the same subnet.  After tedious testing and several calls we find out that DocAccel uses the MAC address of the MFD for licensing. Well in it appears that the MAC changes wien crossing alayer 3 boundary to the gateway outbound interface MAC.  So DocAccel doesn't recognize the MAC and won't work.
  
The only possible solution I have come up with is to have all of my printers on the same subnet as the server.  This would be a significant work effort.  I'm having a hard time believing that the software cannot run across subnets however.  Am I missing something?  Is there a way round this?

Connection within subnets

$
0
0
am facing an issue in coonect the machines in defferent subnets to rhe software servers , i opened all involved ports  25,3232,37169  
and still unable to connect ,

New dedicated webpage for supported Kyocera devices

Problem with example script from helpfile of HyPAS Capture Component

$
0
0
Did anybody try the example script in the helpfile of the HyPAS Capture Component, which is executed after an OnFind Event, to fill the search list?
  
I always get an error on the following line:
eventData.EventResult.SearchResults.Add(New ListItem(dataReader.GetString(0),dataReader.GetString(1)))
The error states that the Object reference is not set to an instance of an object, as if it can not find the SearchResults object...  
  
You can find the whole script in the zip attached or in the helpfile.
Any help is welcome.
  
thanks in advance,
Steffen

folder browsing scripts hypass

$
0
0
is there a script avalible voor de hypass to use folder browsing

Kyocera and Equitrac

$
0
0
Is it possible to single sign on authentication ?
That means authentication the card on the device get profile Autostore for the user who owns the card
If yes, please a hint how to configure
  
Best Regards
Mac

Load data to the form from VBScript

$
0
0
Hi  
Where I can find a exemplo to load the values in the text, and numerical textlist a form from vbscript .  
  
thank you very much .

time out - Continuous Scan

$
0
0
Hi -  
  
I have a process that simply scans and writes to a file.
This process works with 100+ pages.
If I choose continuous scan, scan in 100 pages, let the paper run out, put 50+ pages in the docfeeder, let that run out, choose finish scan. I can see the MFP chewing on the data (blinking memory light), 5 minutes or so goes by, I look in the "status" and I get an error message. No real details... No file arriving at the Kyocapture per the status monitor.
  
So my question is, is there a timeout of sorts that I need to set on the copier or in my Kyocapture configuration?
Only fails when continuous scan is selected.
  
HELP!
  
  
Scott

vbscript to connect to ldap

$
0
0
Has anyone created a mfp component vbscript that will go into LDAP and grab email addresses and put them into a list for selection?
  
Please email me at craigd@cbp-sd.com
  
Thanks in advanced.
  
Doedee316

Dynamic forms - add listfield with on change event

$
0
0
Hi everybody,  
I'm trying to add dynamically a listfield to form. This is working fine, but when I put the RaiseChangeEvent to true, I get an error when I click on any field on the form. Anyone any idea why this is?
  
If I leave out the line with the smiley (:wow:), the field is added and the form works fine, but no onchange event happens of course ... if I don't leave out the line, the field is added and filled, but I get the following error on the screen of the MFP when I click on any field of the form:
An error has ocurred. The control 'FormDisplayPanel' already has as data item registered. Parameter name: control. Please exit or reset the application and try again.
  
Here a piece of my code:
  
         '''' ON CHANGE USER ''''''''''''''''''''''''''''''''''''
Sub User_onchange(ByVal eventData As MFPEventData)
Console.WriteLine("User has changed ... try login with no password")
If Checklogin(eventData) Then
Console.WriteLine("Login with no password succeeded")

Dim proj As New ListField
proj.Name = "Projects"
proj.Display = "Projects"
proj.RaiseChangeEvent = True :wow:
eventData.Form.Fields.Add(proj)

GetProjects(eventData)
Console.WriteLine("Projects are loaded.")
Else
eventData.EventResult.ValidationerrorMessage = "Please enter you password"
End If
End Sub
  
'''' ON CHANGE PROJECT ''''''''''''''''''''''''''''''''''''
Sub Projects_onchange(ByVal eventData As MFPEventData)
Console.WriteLine("Project has changed...")
GetProjectinfo(eventData)
End Sub
  
Thanks in advance for any help,
Steffen

Original pages limit

$
0
0
Is there a limit to the number of originals that can be scanned using a Kyocera TaskAlfa 552ci into Kyocapture Express 5.0? I am trying to scan 300 plus pages and the scan never reaches Sharepoint.

Error trying to scan, scanner is busy

$
0
0
Hi,
  
If you're getting an error trying to help Kyocapture 5 and I'll be happy.
  
Photocopying machine: Kyocera 300c TaskAlfa
Pkg: KYOcapture0920.pkg
Version: kyocaprue5 + service pack 3
  
Received Error:
  
"Error trying to scan, scanner is busy"
  
what action we do get this error.
I am sending attached the cfg file.
  
I wish you good day.

Status Monitor

$
0
0
Hi
I have a problem with configuration of status monitor.
When i want connect on an another pc , i have this message ''server rpc is not available''
  
Have you an idea ?
  
Thank you for your answers.

>PKG File for New Kyocera Taskalfa models

$
0
0
Anyone have a workaround/fix for getting the .pkg file to work on the new kyocera taskalfa series? If not, NSI - WHEN ARE YOU WRITING THIS .PKG FILE???????????

HyPAS addon V5.00

$
0
0
Hi,
  
Kyocera HyPAS v5.00 addon is available, but it requires Autostore Framework Extensions v4.10 wich is not available in software manager...So what is the solution to install HyPAS addon v5.00 ?
  
Thanks,
Fred.

Server error in WebKyocera20capture Application

$
0
0
Hi
I have installed KYOcapture Express with SP 3.01, Autostore Framework and HyPAS Add-On 5.00 (see attached KX.png).
Unfortunatley while running KYOcapture HyPAS application on the machine's panel I've got still server error (see attached ServerError.png).
I tested it on TASKalfa 250ci and TASKalfa 500ci - both with the latest firmware installed (ver. 12).
Searching KYOcapture log files I found nothing about it.
It is not related to process configuration because this CFG file works OK on different server.
Is there any debug mode for Kyocera HyPAS capture component to find the reason?
What could be the possible reason of that?

Regards,
Cezary

Attached Images

  • ServerError.jpg
  • KX.png

Help with Worldox integration custom

$
0
0
I am  trying to do somethings with the SDK but I was reading how you said it could be much simpler using vbscript. Basically I am trying to take documents that have been scanned and then send them into the Worldox document management system. I have used the Worldox API before and have some code that basically pulls up the necessary UI to allow the user to select an Author, Document Type, etc...

I know that AutoStore currently has a Worldox connector but the problem with their current one is that you have to manually enter all the data. I was trying to figure out a way to do this on my own since the information is already available to me via the Worldox API.

Here is a general outline of what I am trying to do.

1. User scans document at Kyocera MFP
2. Document is OCR'd using an existing AutoStore Process
3. Worldox dialog comes up asking the user information such as Document Type, Author, etc (basically dropdown boxes of data pulled from Worldox)
4. User presses Save and document is sent to the Worldox repository

Basically I already have code written in VB.net that accomplishes step 3 and 4 but I cant for the life of me figure out how to integrate this with AutoStore. Is there anyway that you can assist?

I would like to display it on the Kyocera device. It is the Kyocera/Copystar CS 6550ci and CS 6500i. They are Hypas. Oh and it is AutoStore 5 fully updated and service packed.

Thanks for any help

when installing "kyocapture" getting maintanence failed error msg

$
0
0
hello
i have serious problem with kyocapture to install windows server 2008 r2 . First of all , I uninstalled kyocapture express than try to reinstall but getting error msg with "maintanence failed".
i deleted some kyocapture files maybe it can be some corruption so i need to fix it immediately.Our customer already have license so they are waiting to response for this problem.I need your support!
Thank you
Viewing all 69 articles
Browse latest View live