Jump to content

This topic is 4037 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

I am facing a problem while uploading a file to DocuBin from the Sample file which is available in the DocuBin downloaded folder.

When I am uploading a new file to DocuBin from Sample file, its showing an error message as "Parameter missing (*)" followed by another error message as "Error 958. Parameter missing (*)".

Here I have attached the screenshot of those error messages. It will be a great help if anyone of you suggest the way to fix this issue.

post-110232-0-84618700-1389269564_thumb.

post-110232-0-83820800-1389269572_thumb.

Posted

Have you made any modifications to the Sample file? If so, be sure to properly pass in any script parameters. 

 

 

The Sample file script:

Add File to DocuBin

Calls the following DocuBin developer script:

DocuBin - Add File ( Path ; File )

And requires the script parameter to be formatted as follows:

"<Path>" & $Path & "</Path>" &
"<File>" & $File & "</File>"

 

Where:

$Path is the location of the file in DocuBin
$File is the location of the file you want to upload to DocuBin

Also, by default, the Sample file will upload a file to /Projects/{Project Code}/, so if the Project Code is 1000, it will upload the file to /Projects/1000/. If the folder is not there, you should get an error that says the parent directory does not exist. 

  • Newbies
Posted

Thanks Michael for replying.

 

Actually I have not done any changes to the Sample file. I have just followed the "Getting Started" text which is available in the downloaded DocuBin folder.

I have also created the Projects/1000 folder in DocuBin. 

 

All other functionality in Sample file are working fine except Upload File To DocuBin. 

I am still facing the "Parameter missing (*)" error even though the script parameter is formatted as follows:

 

"<Path>" & $Path & "</Path>" & "<File>" & $File & "</File>"

 

 
 
Here I have attached the screenshot of the script step.
 
 
Thanks

post-110232-0-60418000-1389349261_thumb.

This topic is 4037 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.