urgent runonce.ini

About the programming interface for the virtual PDF printer driver.

Moderator: jr

Post Reply
javarose
Posts: 3
Joined: Sat Feb 06, 2010 8:40 pm

urgent runonce.ini

Post by javarose »

I got this error

Bullzip (0x800A03E8)
Error writing settings file 'C:\Documents and Settings\Default User\Local Settings\Application Data\PDF Writer\Bullzip PDF Printer\runonce.ini'. Error 76: (WRTFILE) Path not found

Please help me. Thanks in advance

My code is

set obj = server.createobject("Bullzip.PDFPRINTERSettings")
obj.SetValue "Output", "D:\example.pdf"
obj.SetValue "WatermarkText", Now
obj.SetValue "WatermarkColor", "#FF9900"
obj.SetValue "ShowSettings", "never"
obj.SetValue "ShowPDF", "yes"
obj.WriteSettings True

It shows error at obj.WriteSettings....
jr
Site Admin
Posts: 500
Joined: Sun Mar 26, 2006 12:28 pm

Re: urgent runonce.ini

Post by jr »

Hi,

This should be fixed in the latest version.

/Jacob
Ale
Posts: 4
Joined: Sat Jun 12, 2010 1:10 pm

Re: urgent runonce.ini

Post by Ale »

Hi Jacob,

I have the same problem with Excel 2003 on a French XP machine
I am stuck on the obj.WriteSetings line
Seem that the program is unable to create the runonce.ini file

Suspect that it is a path name issue
Any workaround ???
Is it possible to assign another location to runonce.ini ??

I am using Version 7.1.1195

By the way, the very same program runs OK on my other French Windows 7 machine

Please help
TIA
yves
Ale
Posts: 4
Joined: Sat Jun 12, 2010 1:10 pm

Re: urgent runonce.ini

Post by Ale »

Hi Jacob,

I have the same problem on a French XP machine
I am stuck on the obj.WriteSettings line

The runonce.ini file is not created
Suspect this is a path name problem

Any workaround ??
Is it possible to programatically change runonce location ??

I am using Version 7.1.1181
btw, the very same Excel VBA program runs OK on my other (French windows 7) machine

Please help
TIA
Yves
jr
Site Admin
Posts: 500
Joined: Sun Mar 26, 2006 12:28 pm

Re: urgent runonce.ini

Post by jr »

Hi,

Can you send a screenshot and your description of the problem to info at bullzip.com?

Regards,
Jacob
Ale
Posts: 4
Joined: Sat Jun 12, 2010 1:10 pm

Re: urgent runonce.ini

Post by Ale »

Hi Jacob,

Thanks for your fast response, and sorry for the duplicate message

I solve the problem on the XP / Office 2003 machine by applying the "office2003-kb907417sfxcab-ENU.exe" patch, as explained here: http://www.biopdf.com/guide/trouble_sho ... e_2003.php

My third machine is based on XP / Office 2000 SP3
The "office2003-kb907417sfxcab-ENU.exe" patch doesn't fix the problem (not sure the patch does install)
Any work around for Office 2000 ??

Greetings from Grenoble, France
Yves
Ale
Posts: 4
Joined: Sat Jun 12, 2010 1:10 pm

Re: urgent runonce.ini

Post by Ale »

Hi Jacob,

Please confirm that bullzip printer can be used within Office 2000 SP3 (Excel) environment

TIA
yves
Post Reply